python-trezor/trezorlib/messages/EthereumGetAddress.py

12 lines
296 B
Python

# Automatically generated by pb2py
from __future__ import absolute_import
from .. import protobuf as p
class EthereumGetAddress(p.MessageType):
FIELDS = {
1: ('address_n', p.UVarintType, p.FLAG_REPEATED),
2: ('show_display', p.BoolType, 0),
}
MESSAGE_WIRE_TYPE = 56