UNPKG

@tangany/waas

Version:

node.js SDK for Tangany Wallet as a Service API

7 lines (6 loc) 397 B
import { EthTransaction } from "../../eth-transaction"; import { ITransactionSearchResponse } from "../../interfaces/ethereum"; import { ResourceIterable } from "./resource-iterable"; export declare class EthTransactionIterable extends ResourceIterable<ITransactionSearchResponse, EthTransaction> { protected convertResponseItem(item: ITransactionSearchResponse["list"][0]): EthTransaction; }