mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-18 13:38:12 +00:00
12 lines
266 B
Python
12 lines
266 B
Python
|
# Automatically generated by pb2py
|
||
|
from __future__ import absolute_import
|
||
|
from .. import protobuf as p
|
||
|
|
||
|
|
||
|
class NEMSignedTx(p.MessageType):
|
||
|
FIELDS = {
|
||
|
1: ('data', p.BytesType, 0),
|
||
|
2: ('signature', p.BytesType, 0),
|
||
|
}
|
||
|
MESSAGE_WIRE_TYPE = 70
|