Interface

BulkTransferTokenParams

BulkTransferTokenParams

Properties:
Name Type Description
senderWalletAddress string

Wallet address of sender

requestId string

Unique request ID for bulk transfer

groupRequestId string

Unique group request ID and it contains multiple request IDs for bulk transfer

partnerRefId string

The partner reference ID is to identify the partner

description string

The description for the transfer transaction

items ItemSignableTransferParams

List of signable transferred items including information of sender and receiver (vaults, stark key, nonce, signature,..)

View Source types/TransactionTypes.ts, line 195