2018-04-04 01:49:56 +00:00
|
|
|
# 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),
|
2018-04-19 21:18:55 +00:00
|
|
|
3: ('send_max', p.Sint64Type, 0),
|
2018-04-04 01:49:56 +00:00
|
|
|
4: ('destination_account', p.BytesType, 0),
|
|
|
|
5: ('destination_asset', StellarAssetType, 0),
|
2018-04-19 21:18:55 +00:00
|
|
|
6: ('destination_amount', p.Sint64Type, 0),
|
2018-04-04 01:49:56 +00:00
|
|
|
7: ('paths', StellarAssetType, p.FLAG_REPEATED),
|
|
|
|
}
|
|
|
|
MESSAGE_WIRE_TYPE = 212
|