1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-05-11 03:18:45 +00:00
trezor-firmware/src/trezor/messages/Success.py
2016-09-27 17:25:55 +02:00

6 lines
167 B
Python

# Automatically generated by pb2py
from protobuf import protobuf as p
t = p.MessageType('Success')
t.wire_type = 2
t.add_field(1, 'message', p.UnicodeType)
Success = t