M_Iota_Lib_CSharp_Api_Utils_InputValidator_IsValidTransfer - iotaledger-archive/iota.lib.csharp GitHub Wiki
Determines whether the specified transfer is valid.
Namespace: Iota.Lib.CSharp.Api.Utils
Assembly: IotaApi (in IotaApi.dll) Version: 0.9.0.24212 (1.0.0.0)
C#
public static bool IsValidTransfer(
Transfer transfer
)
- transfer
- Type: Iota.Lib.CSharp.Api.Model.Transfer
The transfer.
Type: Booleantrue
if the specified transfer is valid; otherwise, false
.