python-trezor/trezorlib/messages/TxAck.py

12 lines
265 B
Python

# Automatically generated by pb2py
from __future__ import absolute_import
from .. import protobuf as p
from .TransactionType import TransactionType
class TxAck(p.MessageType):
FIELDS = {
1: ('tx', TransactionType, 0),
}
MESSAGE_WIRE_TYPE = 22