M_Iota_Lib_CSharp_Api_IotaApi_GetTransfers - iotaledger-archive/iota.lib.csharp GitHub Wiki

IotaApi.GetTransfers Method

Gets the transfers which are associated with a seed. The transfers are determined by either calculating deterministically which addresses were already used, or by providing a list of indexes to get the transfers from.

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

Syntax

C#

public Bundle[] GetTransfers(
	string seed,
	Nullable<int> start,
	Nullable<int> end,
	bool inclusionStates = false
)

Parameters

 

seed
Type: System.String
tryte-encoded seed. It should be noted that this seed is not transferred
start
Type: System.Nullable(Int32)
the address start index
end
Type: System.Nullable(Int32)
the address end index
inclusionStates (Optional)
Type: System.Boolean
If True, it gets the inclusion states of the transfers.

Return Value

Type: Bundle[]
An Array of Bundle object that represent the transfers

See Also

Reference

IotaApi Class
Iota.Lib.CSharp.Api Namespace

⚠️ **GitHub.com Fallback** ⚠️