UNPKG

@ledgerhq/coin-cardano

Version:
6 lines 395 B
import { GetAccountShape } from "@ledgerhq/coin-framework/bridge/jsHelpers"; import { SignerContext } from "@ledgerhq/coin-framework/signer"; import { CardanoSigner } from "./signer"; import { CardanoAccount } from "./types"; export declare const makeGetAccountShape: (signerContext: SignerContext<CardanoSigner>) => GetAccountShape<CardanoAccount>; //# sourceMappingURL=synchronisation.d.ts.map