UNPKG

@trezor/connect

Version:

High-level javascript interface for Trezor hardware wallet.

7 lines 362 B
import type { TypedCall } from '../../device/DeviceCommands'; import { StellarTransaction } from '../../types/api/stellar'; export declare const stellarSignTx: (typedCall: TypedCall, address_n: number[], networkPassphrase: string, tx: StellarTransaction) => Promise<{ signature: string; public_key: string; }>; //# sourceMappingURL=stellarSignTx.d.ts.map