@ledgerhq/coin-mina
Version:
12 lines • 673 B
TypeScript
import { BigNumber } from "bignumber.js";
import type { MinaOperation, Transaction } from "../types/common";
import type { Account, AccountBridge } from "@ledgerhq/types-live";
import { MinaSigner } from "../types/signer";
import { SignerContext } from "@ledgerhq/coin-framework/signer";
export declare const buildOptimisticOperation: (account: Account, transaction: Transaction, fee: BigNumber) => MinaOperation;
/**
* Sign Transaction with Ledger hardware
*/
export declare const buildSignOperation: (signerContext: SignerContext<MinaSigner>) => AccountBridge<Transaction>["signOperation"];
export default buildSignOperation;
//# sourceMappingURL=signOperation.d.ts.map