SecretNET.Token Namespace

GetTransferHistoryRequest_Payload..::..Address Property

Addresses SHOULD be a valid bech32 address, but contracts may use a different naming scheme as well (only necessary if queried without permit).

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

Syntax


public Nullable<string> Address { get; set; }
Public Property Address As Nullable(Of String)
	Get
	Set
public:
property Nullable<String^> Address {
	Nullable<String^> get ();
	void set (Nullable<String^> value);
}

Field Value

The address.