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