python-trezor/trezorlib/messages/TxSize.py

11 lines
224 B
Python

# Automatically generated by pb2py
from __future__ import absolute_import
from .. import protobuf as p
class TxSize(p.MessageType):
FIELDS = {
1: ('tx_size', p.UVarintType, 0),
}
MESSAGE_WIRE_TYPE = 44