SecretNET.NFT Namespace

SendNftRequest_Payload..::..Padding Property

An ignored string that can be used to maintain constant message length.

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

Syntax


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