1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-08 06:20:56 +00:00
trezor-firmware/src/trezor/messages/Failure.py
2016-11-02 01:03:16 +01:00

10 lines
215 B
Python

# Automatically generated by pb2py
import protobuf as p
class Failure(p.MessageType):
FIELDS = {
1: ('code', p.UVarintType, 0),
2: ('message', p.UnicodeType, 0),
}
MESSAGE_WIRE_TYPE = 3