M_Iota_Lib_CSharp_Api_IotaApi_FindTransactionsByAddresses - iotaledger-archive/iota.lib.csharp GitHub Wiki
Finds the transactions by addresses.
Namespace: Iota.Lib.CSharp.Api
Assembly: IotaApi (in IotaApi.dll) Version: 0.9.0.24212 (1.0.0.0)
C#
public FindTransactionsResponse FindTransactionsByAddresses(
params string[] addresses
)
- addresses
- Type: System.String[]
The addresses.
Type: FindTransactionsResponse
a FindTransactionsResponse containing the transactions, see FindTransactionsResponse