mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-12 15:42:40 +00:00
6 lines
158 B
Python
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 |