Package org.stellar.sdk.xdr
Class ColdArchiveDeletedLeaf
java.lang.Object
org.stellar.sdk.xdr.ColdArchiveDeletedLeaf
ColdArchiveDeletedLeaf's original definition in the XDR file is:
struct ColdArchiveDeletedLeaf
{
uint32 index;
LedgerKey deletedKey;
};
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static ColdArchiveDeletedLeafdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic ColdArchiveDeletedLeaffromXdrBase64(String xdr) static ColdArchiveDeletedLeaffromXdrByteArray(byte[] xdr) getIndex()inthashCode()voidsetDeletedKey(LedgerKey deletedKey) voidtoString()default Stringdefault byte[]
-
Constructor Details
-
ColdArchiveDeletedLeaf
public ColdArchiveDeletedLeaf() -
ColdArchiveDeletedLeaf
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getIndex
-
getDeletedKey
-
setIndex
-
setDeletedKey
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-