SecretNET.NFT Namespace

ConfigSettings..::..PublicTokenSupply Property

This config value indicates whether the token IDs and the number of tokens controlled by the contract are public. If the token supply is private, only minters can view the token IDs and number of tokens controlled by the contract (default: False)

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

Syntax


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