1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-17 13:12:05 +00:00
trezor-firmware/trezorlib/messages/StellarAddress.py

16 lines
301 B
Python
Raw Normal View History

2018-06-11 12:19:24 +00:00
# Automatically generated by pb2py
from .. import protobuf as p
class StellarAddress(p.MessageType):
MESSAGE_WIRE_TYPE = 208
FIELDS = {
1: ('address', p.UnicodeType, 0),
}
def __init__(
self,
address: str = None
) -> None:
self.address = address