@ledgerhq/coin-algorand
Version:
Ledger Algorand Coin integration
10 lines • 496 B
TypeScript
import { Operation, Page } from "@ledgerhq/coin-module-framework/api/types";
import type { ListOperationsOptions } from "../types";
/**
* List operations for an Algorand account
* @param address - The account address
* @param options - Pagination and filter options
* @returns Tuple of operations array and next pagination token
*/
export declare function listOperations(address: string, options: ListOperationsOptions): Promise<Page<Operation>>;
//# sourceMappingURL=listOperations.d.ts.map