1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-12 15:42:40 +00:00
trezor-firmware/src/trezor/messages/TxSize.py
2016-09-27 17:24:23 +02:00

6 lines
158 B
Python

# Automatically generated by pb2py
from protobuf import protobuf as p
t = p.MessageType()
t.wire_type = 44
t.add_field(1, 'tx_size', p.UVarintType)
TxSize = t