SecretNET.Token Namespace

ConfigSettings..::..EnableBurn Property

If you enable this, addresses will be able to burn tokens. DEFAULT: false

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

Syntax


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

Field Value

true if [enable burn]; otherwise, false.