withdrawBatch
from wallet to platform
Contract method
function withdrawBatchERC721(
address to,
address token,
uint256[] memory ids
) external;
function withdrawBatchERC1155(
address to,
address token,
uint256[] memory ids,
uint256[] memory amounts
) external;Request Body
Name
Type
Description
最后更新于