SecretNET.NFT Namespace

ConfigSettings..::..EnableBurn Property

This config value indicates whether burn functionality is enabled. SNIP-722 non-transferable tokens can always be burned even when burning is disabled. This is because an owner must have a way to dispose of an unwanted, non-transferable token (default: False)

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

Syntax


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