UNPKG

@ledgerhq/live-common

Version:
8 lines 425 B
import { SignerContext } from "@ledgerhq/coin-framework/signer"; import type { AccountBridge } from "@ledgerhq/types-live"; import { GenericTransaction } from "./types"; /** * Sign Transaction with Ledger hardware */ export declare const genericSignOperation: (network: any, kind: any) => (signerContext: SignerContext<any>) => AccountBridge<GenericTransaction>["signOperation"]; //# sourceMappingURL=signOperation.d.ts.map