1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-05 04:50:57 +00:00
trezor-firmware/src/trezor/messages/Failure.py
2016-09-29 12:37:40 +02:00

8 lines
221 B
Python

# Automatically generated by pb2py
import protobuf as p
from micropython import const
t = p.MessageType('Failure')
t.wire_type = 3
t.add_field(1, 'code', p.UVarintType)
t.add_field(2, 'message', p.UnicodeType)
Failure = t