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_GetInputs

saniro edited this page Feb 16, 2017 · 1 revision

IotaApi.GetInputs Method

Gets all possible inputs of a seed and returns them with the total balance. This is either done deterministically (by genearating all addresses until findTransactions is empty and doing getBalances), or by providing a key range to use for searching through.

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

Syntax

C#

public Inputs GetInputs(
	string seed,
	int start,
	int end,
	long threshold = 100
)

Parameters

 

seed
Type: System.String
tryte-encoded seed. It should be noted that this seed is not transferred
start
Type: System.Int32
Starting key index
end
Type: System.Int32
Ending key index
threshold (Optional)
Type: System.Int64
The minimum threshold of accumulated balances from the inputs that is required

Return Value

Type: Inputs
The inputs (see Input)

See Also

Reference

IotaApi Class
Iota.Lib.CSharp.Api Namespace

Clone this wiki locally