SecretNET.Token Namespace

ConfigSettings..::..EnableDeposit Property

If you enable this, you will be able to convert from SCRT to the token. DEFAULT: false

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

Syntax


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

Field Value

true if [enable deposit]; otherwise, false.