2018-04-16 13:44:53 +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-05-07 12:14:16 +00:00
|
|
|
3: ('send_max', p.SVarintType, 0),
|
2018-04-16 13:44:53 +00:00
|
|
|
4: ('destination_account', p.BytesType, 0),
|
|
|
|
5: ('destination_asset', StellarAssetType, 0),
|
2018-05-07 12:14:16 +00:00
|
|
|
6: ('destination_amount', p.SVarintType, 0),
|
2018-04-16 13:44:53 +00:00
|
|
|
7: ('paths', StellarAssetType, p.FLAG_REPEATED),
|
|
|
|
}
|
|
|
|
MESSAGE_WIRE_TYPE = 212
|