SecretNET.NFT Namespace

Mint..::..Memo Property

Memo for the mint tx that is only viewable by addresses involved in the mint (minter, owner).

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

Syntax


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