1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-16 04:49:08 +00:00
trezor-firmware/trezorlib/messages/SignedIdentity.py

12 lines
278 B
Python
Raw Normal View History

# Automatically generated by pb2py
from .. import protobuf as p
class SignedIdentity(p.MessageType):
FIELDS = {
1: ('address', p.UnicodeType, 0),
2: ('public_key', p.BytesType, 0),
3: ('signature', p.BytesType, 0),
}
MESSAGE_WIRE_TYPE = 54