Package org.stellar.sdk.xdr
Class ClaimClaimableBalanceOp
java.lang.Object
org.stellar.sdk.xdr.ClaimClaimableBalanceOp
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()default Stringdefault byte[]
-
Constructor Details
-
ClaimClaimableBalanceOp
public ClaimClaimableBalanceOp() -
ClaimClaimableBalanceOp
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getBalanceID
-
setBalanceID
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-