# Automatically generated by pb2py from protobuf import protobuf as p from .TransactionType import TransactionType t = p.MessageType() t.wire_type = 22 t.add_field(1, 'tx', p.EmbeddedMessage(TransactionType)) TxAck = t