UNPKG

@ledgerhq/coin-algorand

Version:
3 lines 200 B
import { AlgoTransaction } from "./indexer.types"; export declare const getAccountTransactions: (address: string, startAt?: number) => Promise<AlgoTransaction[]>; //# sourceMappingURL=indexer.d.ts.map