SecretNET.NFT Namespace

ApproveRequest_Payload..::..Spender Property

Address being granted approval to transfer the token (not optional).

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

Syntax


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