UNPKG

@ledgerhq/live-common

Version:
24 lines 901 B
import { Resolver } from "../../hw/getAddress/types"; declare const resolver: Resolver; declare const cliTools: { options: ({ name: string; type: StringConstructor; desc: string; } | { name: string; type: NumberConstructor; desc: string; })[]; inferTransactions: (transactions: { account: import("@ledgerhq/types-live").AccountLike; transaction: import("@ledgerhq/coin-xrp/lib/types/bridge").Transaction; }[], opts: { tag?: number | null | undefined; fee?: string | undefined; }, { inferAmount, }: { inferAmount: (account: import("@ledgerhq/types-live").AccountLike, fee?: string | undefined) => import("bignumber.js").BigNumber | null | undefined; }) => import("@ledgerhq/coin-xrp/lib/types/bridge").Transaction[]; }; export { cliTools, resolver }; //# sourceMappingURL=setup.d.ts.map