mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-24 08:28:12 +00:00
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),
|
||
|
}
|