mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-10 01:30:19 +00:00
13 lines
347 B
Python
13 lines
347 B
Python
# Automatically generated by pb2py
|
|
from __future__ import absolute_import
|
|
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),
|
|
}
|