mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-15 09:02:02 +00:00
6 lines
201 B
Python
6 lines
201 B
Python
![]() |
# Automatically generated by pb2py
|
||
|
from protobuf import protobuf as p
|
||
|
from .TransactionType import TransactionType
|
||
|
t = p.MessageType()
|
||
|
t.add_field(1, 'tx', p.EmbeddedMessage(TransactionType))
|
||
|
TxAck = t
|