SecretNET.NFT Namespace

SendNftRequest_Payload..::..Msg Property

Msg (string (base64 encoded Binary)) included when calling the recipient contract's BatchReceiveNft (or ReceiveNft).

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

Syntax


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