1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-03 03:50:58 +00:00
trezor-firmware/src/trezor/messages/EntropyAck.py
2016-10-24 15:45:05 +02:00

8 lines
196 B
Python

# Automatically generated by pb2py
import protobuf as p
from micropython import const
t = p.MessageType('EntropyAck')
t.wire_type = const(36)
t.add_field(1, 'entropy', p.BytesType)
EntropyAck = t