Skip to content

adamant-console / getTransactions

Function: getTransactions()

getTransactions(...queries): Promise<any>

Defined in: get.js:221

Gets transactions matching node query parameters.

Parameters

queries

...string[]

Query fragments such as senderId=... or orderBy=timestamp:desc

Returns

Promise<any>

Transactions response, unwrapped from data when present

Released under the GPL-3.0 License.