@trezor/connect
Version:
High-level javascript interface for Trezor hardware wallet.
5 lines • 303 B
TypeScript
import type { PROTO } from '../../constants';
import type { Params, Response } from '../params';
import type { EosSignTransaction } from './eos';
export declare function eosSignTransaction(params: Params<EosSignTransaction>): Response<PROTO.EosSignedTx>;
//# sourceMappingURL=eosSignTransaction.d.ts.map