Package org.stellar.sdk.xdr
Class LedgerHeaderHistoryEntry
java.lang.Object
org.stellar.sdk.xdr.LedgerHeaderHistoryEntry
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LedgerHeaderHistoryEntrydecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, LedgerHeaderHistoryEntry encodedLedgerHeaderHistoryEntry) booleanstatic LedgerHeaderHistoryEntryfromXdrBase64(String xdr) static LedgerHeaderHistoryEntryfromXdrByteArray(byte[] xdr) getExt()getHash()inthashCode()voidvoidvoidsetHeader(LedgerHeader value) byte[]
-
Constructor Details
-
LedgerHeaderHistoryEntry
public LedgerHeaderHistoryEntry()
-
-
Method Details
-
getHash
-
setHash
-
getHeader
-
setHeader
-
getExt
-
setExt
-
encode
public static void encode(XdrDataOutputStream stream, LedgerHeaderHistoryEntry encodedLedgerHeaderHistoryEntry) 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
-