SecretNET.Token Namespace

ConfigSettings..::..EnableRedeem Property

If you enable this, you will be able to redeem your token for SCRT. It should be noted that if you have redeem enabled, but deposit disabled, all redeem attempts will fail unless someone has sent SCRT to the token contract. DEFAULT: false

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

Syntax


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

Field Value

true if [enable redeem]; otherwise, false.