GetTokenApprovalsResponse_Result Properties
The GetTokenApprovalsResponse_Result type exposes the following members.
Properties
Name | Description | |
---|---|---|
OwnerIsPublic |
True if ownership is public for this token.
|
|
PrivateMetadataIsPublic |
True if private metadata is public for this token.
|
|
PrivateMetadataIsPublicExpiration |
When public display of private metadata expires.
Can be a blockheight, time, or never.
Of type => "never" | {"at_height": 999999} | {"at_time":999999}
|
|
PublicOwnershipExpiration |
When public ownership expires for this token.
Can be a blockheight, time, or never.
Of type => "never" | {"at_height": 999999} | {"at_time":999999}
|
|
TokenApprovals |
List of approvals for this token.
|