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