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

M_Iota_Lib_CSharp_Api_IotaApi_GetTransfers

saniro edited this page Feb 16, 2017 · 1 revision

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

Clone this wiki locally