@ledgerhq/coin-ton
Version:
11 lines • 619 B
TypeScript
import { SignerContext } from "@ledgerhq/coin-framework/signer";
import type { AccountBridge } from "@ledgerhq/types-live";
import type { TonSigner } from "./signer";
import type { TonAccount, TonOperation, Transaction } from "./types";
/**
* Sign Transaction with Ledger hardware
*/
export declare const buildSignOperation: (signerContext: SignerContext<TonSigner>) => AccountBridge<Transaction, TonAccount>["signOperation"];
export declare const buildOptimisticOperation: (account: TonAccount, transaction: Transaction) => TonOperation;
export default buildSignOperation;
//# sourceMappingURL=signOperation.d.ts.map