@trezor/connect
Version:
High-level javascript interface for Trezor hardware wallet.
4 lines • 307 B
TypeScript
import type { SignTxHelperParams } from './signtx';
import type { SignedTransaction } from '../../types/api/bitcoin';
export declare const signTxLegacy: ({ typedCall, inputs, outputs, refTxs, options, coinInfo, }: SignTxHelperParams) => Promise<SignedTransaction>;
//# sourceMappingURL=signtxLegacy.d.ts.map