@ledgerhq/coin-hedera
Version:
Ledger Hedera Coin integration
5 lines • 338 B
TypeScript
import type { GetAccountShape, IterateResultBuilder } from "@ledgerhq/ledger-wallet-framework/bridge/jsHelpers";
import type { HederaAccount } from "../types";
export declare const getAccountShape: GetAccountShape<HederaAccount>;
export declare const buildIterateResult: IterateResultBuilder;
//# sourceMappingURL=synchronisation.d.ts.map