SecretNET.NFT Namespace

InstantiateSnip721 Members

The InstantiateSnip721 type exposes the following members.

Properties


  Name Description
Public property Admin
Address to be given admin authority. Value If Omitted: env.message.sender
Public property Config
Privacy configuration for the contract. Value If Omitted: see defaults on Config => https://github.com/baedrik/snip721-reference-impl#config
Public property Entropy
String used as entropy when generating random viewing keys (not optional).
Public property Name
Name of the token contract (not optional).
Public property PostInitCallback
Information used to perform a callback message after initialization. The PostInitCallback object is used to have the token contract execute an optional callback message after the contract has initialized. This can be useful if another contract is instantiating this token contract and needs the token contract to inform the creating contract of the address it has been given.
Public property RoyaltyInfo
Default RoyaltyInfo for the contract
Public property Symbol
Token contract symbol (not optional).