UNPKG

@ledgerhq/coin-cardano

Version:
9 lines 464 B
import { SignerContext } from "@ledgerhq/coin-framework/signer"; import { AccountBridge } from "@ledgerhq/types-live"; import type { CardanoAccount, Transaction } from "./types"; import { CardanoSigner } from "./signer"; /** * Sign Transaction with Ledger hardware */ export declare const buildSignOperation: (signerContext: SignerContext<CardanoSigner>) => AccountBridge<Transaction, CardanoAccount>["signOperation"]; //# sourceMappingURL=signOperation.d.ts.map