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
Modifier and TypeClassDescriptionstatic class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static ClaimClaimableBalanceOp
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static ClaimClaimableBalanceOp
fromXdrBase64
(String xdr) static ClaimClaimableBalanceOp
fromXdrByteArray
(byte[] xdr) int
hashCode()
void
setBalanceID
(ClaimableBalanceID balanceID) toString()
default String
default 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
-