SendNftRequest Constructor
Initializes a new instance of the SendNftRequest class.
Namespace:
SecretNET.NFTAssembly: SecretNET.NFT (in SecretNET.NFT.dll)
Syntax
Parameters
- contract
- Type: String
Address receiving the token (not optional).
- tokenId
- Type: String
Identifier of the token to be transferred (not optional).
- Msg
- Type: Object
Msg (string (base64 encoded Binary)) included when calling the recipient contract's BatchReceiveNft (or ReceiveNft).
- receiverInfo
- Type: SecretNET.NFT..::..ReceiverInfo
Code hash and BatchReceiveNft implementation status of the recipient contract.
- memo
- Type: String
Memo for the tx that is only viewable by addresses involved (recipient, sender, previous owner).
- padding
- Type: String
An ignored string that can be used to maintain constant message length.