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