mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-14 03:30:02 +00:00
16 lines
292 B
Python
16 lines
292 B
Python
# Automatically generated by pb2py
|
|
from .. import protobuf as p
|
|
|
|
|
|
class TxSize(p.MessageType):
|
|
MESSAGE_WIRE_TYPE = 44
|
|
FIELDS = {
|
|
1: ('tx_size', p.UVarintType, 0),
|
|
}
|
|
|
|
def __init__(
|
|
self,
|
|
tx_size: int = None
|
|
) -> None:
|
|
self.tx_size = tx_size
|