SecretNET.NFT Namespace

BatchSendNftRequest_Payload..::..Sends Property

List of Transfer objects to process (not optional).

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

Syntax


public BatchSend[] Sends { get; set; }
Public Property Sends As BatchSend()
	Get
	Set
public:
property array<BatchSend^>^ Sends {
	array<BatchSend^>^ get ();
	void set (array<BatchSend^>^ value);
}