Skip to content
This repository was archived by the owner on Jul 27, 2021. It is now read-only.

M_Iota_Lib_CSharp_Api_Utils_InputValidator_IsTransfersCollectionValid

saniro edited this page Feb 16, 2017 · 1 revision

InputValidator.IsTransfersCollectionValid Method

Determines whether the specified transfers are valid

Namespace: Iota.Lib.CSharp.Api.Utils
Assembly: IotaApi (in IotaApi.dll) Version: 0.9.0.24212 (1.0.0.0)

Syntax

C#

public static bool IsTransfersCollectionValid(
	ICollection<Transfer> transfers
)

Parameters

 

transfers
Type: System.Collections.Generic.ICollection(Transfer)
The transfers.

Return Value

Type: Boolean
true if the specified transfers are valid; otherwise, false.

See Also

Reference

InputValidator Class
Iota.Lib.CSharp.Api.Utils Namespace

Clone this wiki locally