SecretNET.NFT Namespace

ApproveAllRequest_Payload..::..Operator Property

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

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

Syntax


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