You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/core/src/trezor/enums/Capability.py

26 lines
397 B

# Automatically generated by pb2py
# fmt: off
# isort:skip_file
from trezor import utils
Bitcoin = 1
Crypto = 5
Shamir = 15
ShamirGroups = 16
PassphraseEntry = 17
Translations = 19
if not utils.BITCOIN_ONLY:
Bitcoin_like = 2
Binance = 3
Cardano = 4
EOS = 6
Ethereum = 7
Monero = 9
NEM = 10
Ripple = 11
Stellar = 12
Tezos = 13
U2F = 14
Solana = 18