mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-05 04:50:57 +00:00
8 lines
221 B
Python
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 |