python-trezor/trezorlib/messages/EntropyAck.py

11 lines
226 B
Python

# Automatically generated by pb2py
from __future__ import absolute_import
from .. import protobuf as p
class EntropyAck(p.MessageType):
FIELDS = {
1: ('entropy', p.BytesType, 0),
}
MESSAGE_WIRE_TYPE = 36