python-trezor/trezorlib/messages/OutputScriptType.py

8 lines
146 B
Python

# Automatically generated by pb2py
PAYTOADDRESS = 0
PAYTOSCRIPTHASH = 1
PAYTOMULTISIG = 2
PAYTOOPRETURN = 3
PAYTOWITNESS = 4
PAYTOP2SHWITNESS = 5