mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-18 13:38:12 +00:00
6efe4e4418
drop `from future import` in __init__.py, import just the name, not *
14 lines
413 B
Python
14 lines
413 B
Python
# Automatically generated by pb2py
|
|
from .. import protobuf as p
|
|
from .TxRequestDetailsType import TxRequestDetailsType
|
|
from .TxRequestSerializedType import TxRequestSerializedType
|
|
|
|
|
|
class TxRequest(p.MessageType):
|
|
FIELDS = {
|
|
1: ('request_type', p.UVarintType, 0),
|
|
2: ('details', TxRequestDetailsType, 0),
|
|
3: ('serialized', TxRequestSerializedType, 0),
|
|
}
|
|
MESSAGE_WIRE_TYPE = 21
|