SecretNET.NFT Namespace

BatchSendNftRequest_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 string Padding { get; set; }
Public Property Padding As String
	Get
	Set
public:
property String^ Padding {
	String^ get ();
	void set (String^ value);
}