SecretNET.NFT Namespace

Snip721Approval Properties

The Snip721Approval type exposes the following members.

Properties


  Name Description
Public property Address
The whitelisted address.
Public property TransferExpiration
The expiration for transfer permission. Can be a blockheight, time, or never. Of type => "never" | {"at_height": 999999} | {"at_time":999999}
Public property ViewOwnerExpiration
The expiration for view_owner permission. Can be a blockheight, time, or never. Of type => "never" | {"at_height": 999999} | {"at_time":999999}
Public property ViewPrivateMetadataExpiration
The expiration for view__private_metadata permission. Can be a blockheight, time, or never. Of type => "never" | {"at_height": 999999} | {"at_time":999999}