SecretNET.NFT Namespace

PostInitCallback..::..Msg Property

Base64 encoded Binary representation of the callback message to perform after contract initialization (not optional).

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

Syntax


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