@ledgerhq/coin-cardano
Version:
Ledger Cardano Coin integration
6 lines • 395 B
TypeScript
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