@trezor/connect
Version:
High-level javascript interface for Trezor hardware wallet.
8 lines • 328 B
TypeScript
export * as ERRORS from './errors';
export * as NETWORK from './network';
export * as CARDANO from './cardano';
export * as NEM from './nem';
export * as FIRMWARE from './firmware';
export { DEFAULT_SORTING_STRATEGY } from './utxo';
export { MessagesSchema as PROTO } from '@trezor/protobuf';
//# sourceMappingURL=index.d.ts.map