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/messages/CardanoAddressType.py

21 lines
500 B

# Automatically generated by pb2py
# fmt: off
# isort:skip_file
if __debug__:
try:
from typing_extensions import Literal # noqa: F401
except ImportError:
pass
BASE: Literal[0] = 0
BASE_SCRIPT_KEY: Literal[1] = 1
BASE_KEY_SCRIPT: Literal[2] = 2
BASE_SCRIPT_SCRIPT: Literal[3] = 3
POINTER: Literal[4] = 4
POINTER_SCRIPT: Literal[5] = 5
ENTERPRISE: Literal[6] = 6
ENTERPRISE_SCRIPT: Literal[7] = 7
BYRON: Literal[8] = 8
REWARD: Literal[14] = 14
REWARD_SCRIPT: Literal[15] = 15