mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-12 18:49:07 +00:00
6efe4e4418
drop `from future import` in __init__.py, import just the name, not *
12 lines
308 B
Python
12 lines
308 B
Python
# Automatically generated by pb2py
|
|
from .. import protobuf as p
|
|
from .NEMMosaicDefinition import NEMMosaicDefinition
|
|
|
|
|
|
class NEMMosaicCreation(p.MessageType):
|
|
FIELDS = {
|
|
1: ('definition', NEMMosaicDefinition, 0),
|
|
2: ('sink', p.UnicodeType, 0),
|
|
3: ('fee', p.UVarintType, 0),
|
|
}
|