InstantiateSnip721 Members
The InstantiateSnip721 type exposes the following members.
Properties
Name | Description | |
---|---|---|
Admin |
Address to be given admin authority.
Value If Omitted: env.message.sender
|
|
Config |
Privacy configuration for the contract.
Value If Omitted: see defaults on Config => https://github.com/baedrik/snip721-reference-impl#config
|
|
Entropy |
String used as entropy when generating random viewing keys (not optional).
|
|
Name |
Name of the token contract (not optional).
|
|
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.
|
|
RoyaltyInfo |
Default RoyaltyInfo for the contract
|
|
Symbol |
Token contract symbol (not optional).
|