Package org.stellar.sdk.xdr
Class ClaimClaimableBalanceOp
java.lang.Object
org.stellar.sdk.xdr.ClaimClaimableBalanceOp
- All Implemented Interfaces:
XdrElement
ClaimClaimableBalanceOp's original definition in the XDR file is:
struct ClaimClaimableBalanceOp
{
ClaimableBalanceID balanceID;
};
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static ClaimClaimableBalanceOpdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic ClaimClaimableBalanceOpfromXdrBase64(String xdr) static ClaimClaimableBalanceOpfromXdrByteArray(byte[] xdr) inthashCode()voidsetBalanceID(ClaimableBalanceID balanceID) toString()Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
ClaimClaimableBalanceOp
public ClaimClaimableBalanceOp() -
ClaimClaimableBalanceOp
-
-
Method Details
-
encode
- Specified by:
encodein interfaceXdrElement- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getBalanceID
-
setBalanceID
-
equals
-
hashCode
public int hashCode() -
toString
-