@ledgerhq/coin-icon
Version:
Ledger Icon Coin integration
10 lines • 466 B
TypeScript
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