Package org.stellar.sdk.xdr
Class LedgerCloseMetaV0
java.lang.Object
org.stellar.sdk.xdr.LedgerCloseMetaV0
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LedgerCloseMetaV0decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, LedgerCloseMetaV0 encodedLedgerCloseMetaV0) booleanstatic LedgerCloseMetaV0fromXdrBase64(String xdr) static LedgerCloseMetaV0fromXdrByteArray(byte[] xdr) getTxSet()inthashCode()voidvoidsetScpInfo(SCPHistoryEntry[] value) voidsetTxProcessing(TransactionResultMeta[] value) voidsetTxSet(TransactionSet value) voidsetUpgradesProcessing(UpgradeEntryMeta[] value) byte[]
-
Constructor Details
-
LedgerCloseMetaV0
public LedgerCloseMetaV0()
-
-
Method Details
-
getLedgerHeader
-
setLedgerHeader
-
getTxSet
-
setTxSet
-
getTxProcessing
-
setTxProcessing
-
getUpgradesProcessing
-
setUpgradesProcessing
-
getScpInfo
-
setScpInfo
-
encode
public static void encode(XdrDataOutputStream stream, LedgerCloseMetaV0 encodedLedgerCloseMetaV0) 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
-