SecretNET.NFT Namespace

BatchTransferNftRequest_Payload..::..Transfers Property

List of Transfer objects to process (not optional).

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

Syntax


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