M_Iota_Lib_CSharp_Api_Utils_InputValidator_CheckTransferArray - iotaledger-archive/iota.lib.csharp GitHub Wiki
Checks the specified specified transfers are valid. If not, an exception is thrown.
Namespace: Iota.Lib.CSharp.Api.Utils
Assembly: IotaApi (in IotaApi.dll) Version: 0.9.0.24212 (1.0.0.0)
C#
public static void CheckTransferArray(
Transfer[] transactionsArray
)
- transactionsArray
- Type: Iota.Lib.CSharp.Api.Model.Transfer[]
The transactions array.
Exception | Condition |
---|---|
Exception | Not a transfer array |