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