Package org.stellar.sdk.xdr
Class LedgerKey.LedgerKeyClaimableBalance
java.lang.Object
org.stellar.sdk.xdr.LedgerKey.LedgerKeyClaimableBalance
- Enclosing class:
LedgerKey
LedgerKeyClaimableBalance's original definition in the XDR file is:
struct { ClaimableBalanceID balanceID; }
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
fromXdrBase64
(String xdr) fromXdrByteArray
(byte[] xdr) int
hashCode()
void
setBalanceID
(ClaimableBalanceID balanceID) toString()
default String
default byte[]
-
Constructor Details
-
LedgerKeyClaimableBalance
public LedgerKeyClaimableBalance() -
LedgerKeyClaimableBalance
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
public static LedgerKey.LedgerKeyClaimableBalance decode(XdrDataInputStream stream) throws IOException - Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getBalanceID
-
setBalanceID
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-