2017-12-12 15:40:11 +00:00
|
|
|
# Automatically generated by pb2py
|
|
|
|
from .. import protobuf as p
|
|
|
|
|
|
|
|
|
|
|
|
class PassphraseRequest(p.MessageType):
|
2018-02-14 18:11:21 +00:00
|
|
|
FIELDS = {
|
|
|
|
1: ('on_device', p.BoolType, 0),
|
|
|
|
}
|
2017-12-12 15:40:11 +00:00
|
|
|
MESSAGE_WIRE_TYPE = 41
|