@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
8 lines • 425 B
TypeScript
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