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/src/trezor/messages/InputScriptType.py

9 lines
187 B

# Automatically generated by pb2py
from micropython import const
SPENDADDRESS = const(0)
SPENDMULTISIG = const(1)
EXTERNAL = const(2)
SPENDWITNESS = const(3)
SPENDP2SHWITNESS = const(4)