mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-13 19:18:56 +00:00
12 lines
280 B
Python
12 lines
280 B
Python
|
# Automatically generated by pb2py
|
||
|
from .. import protobuf as p
|
||
|
|
||
|
|
||
|
class EthereumVerifyMessage(p.MessageType):
|
||
|
FIELDS = {
|
||
|
1: ('address', p.BytesType, 0),
|
||
|
2: ('signature', p.BytesType, 0),
|
||
|
3: ('message', p.BytesType, 0),
|
||
|
}
|
||
|
MESSAGE_WIRE_TYPE = 65
|