@trezor/connect
Version:
High-level javascript interface for Trezor hardware wallet.
5 lines • 329 B
TypeScript
import { MessagesSchema as PROTO } from '@trezor/protobuf';
import type { Params, Response } from '../params';
import type { TezosSignTransaction } from './tezos';
export declare function tezosSignTransaction(params: Params<TezosSignTransaction>): Response<PROTO.TezosSignedTx>;
//# sourceMappingURL=tezosSignTransaction.d.ts.map