UNPKG

@ledgerhq/coin-canton

Version:
6 lines 235 B
import { AccountTxResponse } from "./types"; export declare const getTransactions: (address: string, params: { from: number; size?: number; }) => Promise<AccountTxResponse["transactions"]>; //# sourceMappingURL=indexer.d.ts.map