SecretNET.Token Namespace

ConfigSettings..::..EnableMint Property

If you enable this, any address in the list of minters will be able to mint new tokens. The admin address is the default minter, but can use the set/add/remove_minters functions to change the list of approved minting addresses. DEFAULT: false

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

Syntax


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

Field Value

true if [enable mint]; otherwise, false.