UNPKG

@trezor/connect

Version:

High-level javascript interface for Trezor hardware wallet.

4 lines 266 B
import type { Params, Response } from '../params'; import { TronSignTransaction, TronSignedTx } from './tron'; export declare function tronSignTransaction(params: Params<TronSignTransaction>): Response<TronSignedTx>; //# sourceMappingURL=tronSignTransaction.d.ts.map