Interface

TransferTokenParams

TransferTokenParams

Properties:
Name Type Attributes Description
senderWalletAddress string

Sender's wallet address

groupRequestId string <optional>

UUID for whole transfer batch

requestId string <optional>

UUID for a subbatch, in case batch is greater than max size. (Not in use at the moment)

partnerRefId string <optional>

Project ID that bulk transfer should be associated with

myriaPrivateKey string <optional>

Myria private stark key to sign on the transactions and create the stark signature for validation

isWaitingForValidation string <optional>

Optional flag to validate the payload for the transferred transactions

items Array.<ItemSignableTransferParams>

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

View Source types/TransactionTypes.ts, line 224