ContractStatus indicates which messages the contract will execute.
Namespace:
SecretNET.NFT
Assembly:
SecretNET.NFT (in SecretNET.NFT.dll)
public enum ContractStatus
Public Enumeration ContractStatus
public enum class ContractStatus
| Member name | Description |
---|
| normal |
The contract will execute all messages.
|
| stop_transactions |
The contract will not allow any minting, burning, sending, or transferring of tokens.
|
| stop_all |
The contract will only execute a SetContractStatus message.
|