Interface

BurnTokenParams

BurnTokenParams

Properties:
Name Type Attributes Description
senderWalletAddress string

Sender's wallet address

myriaPrivateKey string <optional>

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

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

isWaitingForValidation string <optional>

Optional flag to validate the payload for the transferred transactions

items Array.<ItemSignableBurnParams>

List of signable transferred items including information of token (quantizedAmount, tokenType, tokenData, signature, ...)

View Source types/TransactionTypes.ts, line 235