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_FindTransactionsByAddresses

saniro edited this page Feb 16, 2017 · 1 revision

IotaApi.FindTransactionsByAddresses Method

Finds the transactions by addresses.

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

Syntax

C#

public FindTransactionsResponse FindTransactionsByAddresses(
	params string[] addresses
)

Parameters

 

addresses
Type: System.String[]
The addresses.

Return Value

Type: FindTransactionsResponse
a FindTransactionsResponse containing the transactions, see FindTransactionsResponse

See Also

Reference

IotaApi Class
Iota.Lib.CSharp.Api Namespace

Clone this wiki locally