SecretNET.NFT Namespace

GetContractConfigResponse_Result..::..TokenSupplyIsPublic Property

True if token IDs and the number of tokens controlled by the contract are public.

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

Syntax


public bool TokenSupplyIsPublic { get; set; }
Public Property TokenSupplyIsPublic As Boolean
	Get
	Set
public:
property bool^ TokenSupplyIsPublic {
	bool^ get ();
	void set (bool^ value);
}