GetNftDossierResponse_Result Members
The GetNftDossierResponse_Result type exposes the following members.
Properties
Name | Description | |
---|---|---|
DisplayPrivateMetadataError |
If the private metadata is not displayed, the corresponding error message.
|
|
InventoryApprovals |
List of inventory-wide approvals for the token's owner.
|
|
MintRunInfo |
The token's MintRunInfo.
|
|
Owner |
Address of the token's owner.
|
|
OwnerIsPublic |
True if ownership is public for this token.
|
|
PrivateMetadata |
The token's private metadata.
|
|
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}
|
|
PublicMetadata |
The token's public metadata.
|
|
PublicOwnershipExpiration |
When public ownership expires for this token.
Can be a blockheight, time, or never.
Of type => "never" | {"at_height": 999999} | {"at_time":999999}
|
|
RoyaltyInfo |
The token's RoyaltyInfo.
|
|
TokenApprovals |
List of approvals for this token.
|
|
Transferable |
True if this token is transferable.
|
|
Unwrapped |
False if this token's private metadata is sealed.
|