mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-18 21:48:13 +00:00
17 lines
560 B
Python
17 lines
560 B
Python
|
# Automatically generated by pb2py
|
||
|
from .. import protobuf as p
|
||
|
from .StellarAssetType import StellarAssetType
|
||
|
|
||
|
|
||
|
class StellarPathPaymentOp(p.MessageType):
|
||
|
FIELDS = {
|
||
|
1: ('source_account', p.BytesType, 0),
|
||
|
2: ('send_asset', StellarAssetType, 0),
|
||
|
3: ('send_max', p.UVarintType, 0),
|
||
|
4: ('destination_account', p.BytesType, 0),
|
||
|
5: ('destination_asset', StellarAssetType, 0),
|
||
|
6: ('destination_amount', p.UVarintType, 0),
|
||
|
7: ('paths', StellarAssetType, p.FLAG_REPEATED),
|
||
|
}
|
||
|
MESSAGE_WIRE_TYPE = 212
|