SecretNET.Token Namespace

RedeemRequest_Payload..::..Denom Property

Denom of tokens to mint. Only used if the contract supports multiple denoms.

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

Syntax


public string Denom { get; set; }
Public Property Denom As String
	Get
	Set
public:
property String^ Denom {
	String^ get ();
	void set (String^ value);
}