mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-26 00:08:10 +00:00
16 lines
530 B
Python
16 lines
530 B
Python
|
# Automatically generated by pb2py
|
||
|
from .. import protobuf as p
|
||
|
from .LiskDelegateType import LiskDelegateType
|
||
|
from .LiskMultisignatureType import LiskMultisignatureType
|
||
|
from .LiskSignatureType import LiskSignatureType
|
||
|
|
||
|
|
||
|
class LiskTransactionAsset(p.MessageType):
|
||
|
FIELDS = {
|
||
|
1: ('signature', LiskSignatureType, 0),
|
||
|
2: ('delegate', LiskDelegateType, 0),
|
||
|
3: ('votes', p.UnicodeType, p.FLAG_REPEATED),
|
||
|
4: ('multisignature', LiskMultisignatureType, 0),
|
||
|
5: ('data', p.UnicodeType, 0),
|
||
|
}
|