SecretNET.NFT Namespace

RevokeAllRequest_Payload..::..Operator Property

Address being revoked all approvals to transfer the message sender's tokens (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);
}