Package org.stellar.sdk.xdr
Class LedgerEntry
java.lang.Object
org.stellar.sdk.xdr.LedgerEntry
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LedgerEntrydecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, LedgerEntry encodedLedgerEntry) booleanstatic LedgerEntryfromXdrBase64(String xdr) static LedgerEntryfromXdrByteArray(byte[] xdr) getData()getExt()inthashCode()voidvoidsetExt(LedgerEntry.LedgerEntryExt value) voidsetLastModifiedLedgerSeq(Uint32 value) byte[]
-
Constructor Details
-
LedgerEntry
public LedgerEntry()
-
-
Method Details
-
getLastModifiedLedgerSeq
-
setLastModifiedLedgerSeq
-
getData
-
setData
-
getExt
-
setExt
-
encode
public static void encode(XdrDataOutputStream stream, LedgerEntry encodedLedgerEntry) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-