1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-07 13:12:41 +00:00
trezor-firmware/src/trezor/messages/PassphraseStateRequest.py

17 lines
304 B
Python

# Automatically generated by pb2py
# fmt: off
import protobuf as p
class PassphraseStateRequest(p.MessageType):
MESSAGE_WIRE_TYPE = 77
FIELDS = {
1: ('state', p.BytesType, 0),
}
def __init__(
self,
state: bytes = None,
) -> None:
self.state = state