Package org.stellar.sdk.xdr
Class LedgerKey.LedgerKeyClaimableBalance
java.lang.Object
org.stellar.sdk.xdr.LedgerKey.LedgerKeyClaimableBalance
- All Implemented Interfaces:
XdrElement
- Enclosing class:
LedgerKey
LedgerKeyClaimableBalance's original definition in the XDR file is:
struct
{
ClaimableBalanceID balanceID;
}
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanfromXdrBase64(String xdr) fromXdrByteArray(byte[] xdr) inthashCode()voidsetBalanceID(ClaimableBalanceID balanceID) toString()Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
LedgerKeyClaimableBalance
public LedgerKeyClaimableBalance() -
LedgerKeyClaimableBalance
-
-
Method Details
-
encode
- Specified by:
encodein interfaceXdrElement- 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
-