1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-18 13:38:12 +00:00
trezor-firmware/trezorlib/messages/EntropyAck.py

16 lines
296 B
Python

# Automatically generated by pb2py
from .. import protobuf as p
class EntropyAck(p.MessageType):
MESSAGE_WIRE_TYPE = 36
FIELDS = {
1: ('entropy', p.BytesType, 0),
}
def __init__(
self,
entropy: bytes = None
) -> None:
self.entropy = entropy