SecretNET.NFT Namespace

GetBatchNftDossierResponse_BatchNftDossierElement Members

The GetBatchNftDossierResponse_BatchNftDossierElement type exposes the following members.

Properties


  Name Description
Public property DisplayPrivateMetadataError
If the private metadata is not displayed, the corresponding error message.
Public property InventoryApprovals
List of inventory-wide approvals for the token's owner.
Public property MintRunInfo
The token's MintRunInfo.
Public property Owner
Address of the token's owner.
Public property OwnerIsPublic
True if ownership is public for this token.
Public property PrivateMetadata
The token's private metadata.
Public property PrivateMetadataIsPublic
True if private metadata is public for this token.
Public property PrivateMetadataIsPublicExpiration
When public display of private metadata expires. Can be a blockheight, time, or never. Of type => "never" | {"at_height": 999999} | {"at_time":999999}
Public property PublicMetadata
The token's public metadata.
Public property PublicOwnershipExpiration
When public ownership expires for this token. Can be a blockheight, time, or never. Of type => "never" | {"at_height": 999999} | {"at_time":999999}
Public property RoyaltyInfo
The token's RoyaltyInfo.
Public property TokenApprovals
List of approvals for this token.
Public property TokenId
Gets or sets the token identifier.
Public property Transferable
True if this token is transferable.
Public property Unwrapped
False if this token's private metadata is sealed.