isWithdrawExitedMany
The isWithdrawExitedMany method check if withdraw has been exited for multiple tokens. It returns boolean value.
The isWithdrawExitedMany method check if withdraw has been exited for multiple tokens. It returns boolean value.
const erc1155Token = posClient.erc1155(<token address>);
const result = await erc1155Token.isWithdrawExitedMany(<exit tx hash>);Edit on GitHub
Last updated on