UNPKG

@trezor/connect

Version:

High-level javascript interface for Trezor hardware wallet.

4 lines 292 B
import type { Params, Response } from '../params'; import type { StellarSignTransaction, StellarSignedTx } from './stellar'; export declare function stellarSignTransaction(params: Params<StellarSignTransaction>): Response<StellarSignedTx>; //# sourceMappingURL=stellarSignTransaction.d.ts.map