@trezor/connect
Version:
High-level javascript interface for Trezor hardware wallet.
20 lines (19 loc) • 482 B
JavaScript
;
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',
binance: 'Binance',
solana: 'Solana'
};
exports.MODULES = ['cardano', 'eos', 'ethereum', 'monero', 'nem', 'ripple', 'solana', 'stellar', 'tezos'];
//# sourceMappingURL=network.js.map