Package org.stellar.sdk.xdr
Class PathPaymentStrictSendOp
java.lang.Object
org.stellar.sdk.xdr.PathPaymentStrictSendOp
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PathPaymentStrictSendOpdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, PathPaymentStrictSendOp encodedPathPaymentStrictSendOp) booleanstatic PathPaymentStrictSendOpfromXdrBase64(String xdr) static PathPaymentStrictSendOpfromXdrByteArray(byte[] xdr) Asset[]getPath()inthashCode()voidsetDestAsset(Asset value) voidsetDestination(MuxedAccount value) voidsetDestMin(Int64 value) voidvoidsetSendAmount(Int64 value) voidsetSendAsset(Asset value) byte[]
-
Constructor Details
-
PathPaymentStrictSendOp
public PathPaymentStrictSendOp()
-
-
Method Details
-
getSendAsset
-
setSendAsset
-
getSendAmount
-
setSendAmount
-
getDestination
-
setDestination
-
getDestAsset
-
setDestAsset
-
getDestMin
-
setDestMin
-
getPath
-
setPath
-
encode
public static void encode(XdrDataOutputStream stream, PathPaymentStrictSendOp encodedPathPaymentStrictSendOp) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-