Package org.stellar.sdk.xdr
Class LedgerCloseMetaV1
java.lang.Object
org.stellar.sdk.xdr.LedgerCloseMetaV1
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LedgerCloseMetaV1decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, LedgerCloseMetaV1 encodedLedgerCloseMetaV1) booleanstatic LedgerCloseMetaV1fromXdrBase64(String xdr) static LedgerCloseMetaV1fromXdrByteArray(byte[] xdr) getExt()getTxSet()inthashCode()voidvoidsetEvictedTemporaryLedgerKeys(LedgerKey[] value) voidsetExt(LedgerCloseMetaExt value) voidvoidsetScpInfo(SCPHistoryEntry[] value) voidvoidsetTxProcessing(TransactionResultMeta[] value) voidvoidsetUpgradesProcessing(UpgradeEntryMeta[] value) byte[]
-
Constructor Details
-
LedgerCloseMetaV1
public LedgerCloseMetaV1()
-
-
Method Details
-
getExt
-
setExt
-
getLedgerHeader
-
setLedgerHeader
-
getTxSet
-
setTxSet
-
getTxProcessing
-
setTxProcessing
-
getUpgradesProcessing
-
setUpgradesProcessing
-
getScpInfo
-
setScpInfo
-
getTotalByteSizeOfBucketList
-
setTotalByteSizeOfBucketList
-
getEvictedTemporaryLedgerKeys
-
setEvictedTemporaryLedgerKeys
-
getEvictedPersistentLedgerEntries
-
setEvictedPersistentLedgerEntries
-
encode
public static void encode(XdrDataOutputStream stream, LedgerCloseMetaV1 encodedLedgerCloseMetaV1) 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
-