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