SecretNET.NFT Namespace

ContractStatus Enumeration

ContractStatus indicates which messages the contract will execute.

Namespace:  SecretNET.NFT
Assembly:  SecretNET.NFT (in SecretNET.NFT.dll)

Syntax


public enum ContractStatus
Public Enumeration ContractStatus
public enum class ContractStatus

Members


Member nameDescription
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.