SecretNET.NFT Namespace

ApproveRequest_Payload Properties

The ApproveRequest_Payload type exposes the following members.

Properties


  Name Description
Public property Expires
The expiration of this token transfer approval. Can be a blockheight, time, or never. Of type => "never" | {"at_height": 999999} | {"at_time":999999}
Public property Padding
An ignored string that can be used to maintain constant message length.
Public property Spender
Address being granted approval to transfer the token (not optional).
Public property TokenId
ID of the token that the spender can now transfer (not optional).