M_Iota_Lib_CSharp_Api_IotaApi_GetInputs - iotaledger-archive/iota.lib.csharp GitHub Wiki
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)
C#
public Inputs GetInputs(
string seed,
int start,
int end,
long threshold = 100
)
- 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