1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-18 05:49:11 +00:00
trezor-firmware/python/trezorlib/messages/EosSignedTx.py
2019-05-24 12:49:19 +02:00

20 lines
371 B
Python

# Automatically generated by pb2py
# fmt: off
from .. import protobuf as p
class EosSignedTx(p.MessageType):
MESSAGE_WIRE_TYPE = 605
def __init__(
self,
signature: str = None,
) -> None:
self.signature = signature
@classmethod
def get_fields(cls):
return {
1: ('signature', p.UnicodeType, 0),
}