Package org.stellar.sdk.xdr
Class PathPaymentStrictSendResult
java.lang.Object
org.stellar.sdk.xdr.PathPaymentStrictSendResult
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PathPaymentStrictSendResultdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, PathPaymentStrictSendResult encodedPathPaymentStrictSendResult) booleanstatic PathPaymentStrictSendResultfromXdrBase64(String xdr) static PathPaymentStrictSendResultfromXdrByteArray(byte[] xdr) inthashCode()voidvoidsetNoIssuer(Asset value) voidbyte[]
-
Constructor Details
-
PathPaymentStrictSendResult
public PathPaymentStrictSendResult()
-
-
Method Details
-
getDiscriminant
-
setDiscriminant
-
getSuccess
-
setSuccess
-
getNoIssuer
-
setNoIssuer
-
encode
public static void encode(XdrDataOutputStream stream, PathPaymentStrictSendResult encodedPathPaymentStrictSendResult) 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
-