mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-08 06:20:56 +00:00
10 lines
215 B
Python
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
|