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

16 lines
315 B
Python
Raw Normal View History

2018-04-16 13:44:53 +00:00
# Automatically generated by pb2py
from .. import protobuf as p
class StellarPublicKey(p.MessageType):
MESSAGE_WIRE_TYPE = 201
2018-04-16 13:44:53 +00:00
FIELDS = {
1: ('public_key', p.BytesType, 0),
}
def __init__(
self,
public_key: bytes = None
) -> None:
self.public_key = public_key