Package org.stellar.sdk.xdr
Class ClaimClaimableBalanceOp
java.lang.Object
org.stellar.sdk.xdr.ClaimClaimableBalanceOp
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ClaimClaimableBalanceOpdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, ClaimClaimableBalanceOp encodedClaimClaimableBalanceOp) booleanstatic ClaimClaimableBalanceOpfromXdrBase64(String xdr) static ClaimClaimableBalanceOpfromXdrByteArray(byte[] xdr) inthashCode()voidsetBalanceID(ClaimableBalanceID value) byte[]
-
Constructor Details
-
ClaimClaimableBalanceOp
public ClaimClaimableBalanceOp()
-
-
Method Details
-
getBalanceID
-
setBalanceID
-
encode
public static void encode(XdrDataOutputStream stream, ClaimClaimableBalanceOp encodedClaimClaimableBalanceOp) 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
-