UNPKG

@ledgerhq/live-common

Version:
18 lines 717 B
import type { Resolver } from "../../hw/getAddress/types"; import { KaspaAccount, Transaction, TransactionStatus } from "@ledgerhq/coin-kaspa/types/bridge"; import type { Bridge } from "@ledgerhq/types-live"; declare const resolver: Resolver; declare const bridge: Bridge<Transaction, KaspaAccount, TransactionStatus>; declare const cliTools: { options: { name: string; type: StringConstructor; desc: string; }[]; inferTransactions: (transactions: Array<{ account: import("@ledgerhq/types-live").AccountLike; transaction: Transaction; }>, opts: Record<string, any>) => Transaction[]; }; export { bridge, cliTools, resolver }; //# sourceMappingURL=setup.d.ts.map