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