SecretNET.NFT Namespace

SetWhitelistedApprovalRequest_Payload..::..Address Property

Address to grant or revoke approval to/from (not optional).

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

Syntax


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