You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/trezorlib/messages/PassphraseRequest.py

16 lines
309 B

# Automatically generated by pb2py
from .. import protobuf as p
class PassphraseRequest(p.MessageType):
MESSAGE_WIRE_TYPE = 41
FIELDS = {
1: ('on_device', p.BoolType, 0),
}
def __init__(
self,
on_device: bool = None
) -> None:
self.on_device = on_device