SecretNET.NFT Namespace

SetContractStatusRequest_Payload..::..Level Property

The list of addresses to are allowed to mint (not optional).

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

Syntax


public ContractStatus Level { get; set; }
Public Property Level As ContractStatus
	Get
	Set
public:
property ContractStatus^ Level {
	ContractStatus^ get ();
	void set (ContractStatus^ value);
}