UNPKG

@trezor/connect

Version:

High-level javascript interface for Trezor hardware wallet.

21 lines (20 loc) 506 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MODULES = exports.TYPES = void 0; exports.TYPES = { bitcoin: 'Bitcoin', ethereum: 'Ethereum', eos: 'Eos', nem: 'NEM', stellar: 'Stellar', cardano: 'Cardano', ripple: 'Ripple', tezos: 'Tezos', tron: 'Tron', binance: 'Binance', solana: 'Solana' }; exports.MODULES = ['cardano', 'eos', 'ethereum', 'monero', 'nem', 'ripple', 'solana', 'stellar', 'tezos', 'tron']; //# sourceMappingURL=network.js.map