mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-15 02:58:12 +00:00
23 lines
363 B
Python
23 lines
363 B
Python
# Automatically generated by pb2py
|
|
# fmt: off
|
|
from trezor import utils
|
|
|
|
Bitcoin = 1
|
|
if not utils.BITCOIN_ONLY:
|
|
Bitcoin_like = 2
|
|
Binance = 3
|
|
Cardano = 4
|
|
Crypto = 5
|
|
if not utils.BITCOIN_ONLY:
|
|
EOS = 6
|
|
Ethereum = 7
|
|
Lisk = 8
|
|
Monero = 9
|
|
NEM = 10
|
|
Ripple = 11
|
|
Stellar = 12
|
|
Tezos = 13
|
|
U2F = 14
|
|
Shamir = 15
|
|
ShamirGroups = 16
|