Package org.stellar.sdk.xdr
Class ClaimClaimableBalanceResult
java.lang.Object
org.stellar.sdk.xdr.ClaimClaimableBalanceResult
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ClaimClaimableBalanceResultdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, ClaimClaimableBalanceResult encodedClaimClaimableBalanceResult) booleanstatic ClaimClaimableBalanceResultfromXdrBase64(String xdr) static ClaimClaimableBalanceResultfromXdrByteArray(byte[] xdr) inthashCode()voidbyte[]
-
Constructor Details
-
ClaimClaimableBalanceResult
public ClaimClaimableBalanceResult()
-
-
Method Details
-
getDiscriminant
-
setDiscriminant
-
encode
public static void encode(XdrDataOutputStream stream, ClaimClaimableBalanceResult encodedClaimClaimableBalanceResult) 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
-