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

M_Iota_Lib_CSharp_Api_IotaApi_GetTransactionsObjects

saniro edited this page Feb 16, 2017 · 1 revision

IotaApi.GetTransactionsObjects Method

Gets the transactions objects.

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

Syntax

C#

public List<Transaction> GetTransactionsObjects(
	string[] hashes
)

Parameters

 

hashes
Type: System.String[]
The hashes in trytes

Return Value

Type: List(Transaction)
a list of transactions

See Also

Reference

IotaApi Class
Iota.Lib.CSharp.Api Namespace

Clone this wiki locally