Interface

TransferERC721Params

TransferERC721Params

Properties:
Name Type Attributes Description
senderWalletAddress string

Wallet address of sender

senderPublicKey string

Public stark key of sender

receiverPublicKey string

Public stark key of receiver

tokenAddress string

Token address of NFT asset

tokenId string

Token id of the specific NFT

quantizedAmount string

quantized amount of token NFT (ERC721 and MINTABLE_ERC721) is always as 1

groupRequestId string <optional>

Unique group request ID for the transaction

partnerRefId string <optional>

Unique partner group request ID as Project ID in Myria system

myriaPrivateKey string <optional>

The myria private stark key is to generate the stark signature without the metamask session

View Source types/TransactionTypes.ts, line 116