UNPKG

@ledgerhq/coin-icon

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