SecretNET.NFT Namespace

BurnNftRequest_Payload..::..Memo Property

Memo for the burn tx that is only viewable by addresses involved in the burn (message sender and previous owner if different).

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

Syntax


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