Package org.stellar.sdk.xdr
Class LedgerCloseMetaV2.LedgerCloseMetaV2Builder
java.lang.Object
org.stellar.sdk.xdr.LedgerCloseMetaV2.LedgerCloseMetaV2Builder
- Enclosing class:
LedgerCloseMetaV2
-
Method Summary
Modifier and TypeMethodDescriptionbuild()evictedKeys(LedgerKey[] evictedKeys) Value of theevictedKeysfield.ext(LedgerCloseMetaExt ext) Value of theextfield.ledgerHeader(LedgerHeaderHistoryEntry ledgerHeader) Value of theledgerHeaderfield.scpInfo(SCPHistoryEntry[] scpInfo) Value of thescpInfofield.toString()totalByteSizeOfLiveSorobanState(Uint64 totalByteSizeOfLiveSorobanState) Value of thetotalByteSizeOfLiveSorobanStatefield.txProcessing(TransactionResultMetaV1[] txProcessing) Value of thetxProcessingfield.txSet(GeneralizedTransactionSet txSet) Value of thetxSetfield.upgradesProcessing(UpgradeEntryMeta[] upgradesProcessing) Value of theupgradesProcessingfield.
-
Method Details
-
ext
Value of theextfield.- Parameters:
ext- theextfield value- Returns:
this.
-
ledgerHeader
public LedgerCloseMetaV2.LedgerCloseMetaV2Builder ledgerHeader(LedgerHeaderHistoryEntry ledgerHeader) Value of theledgerHeaderfield.- Parameters:
ledgerHeader- theledgerHeaderfield value- Returns:
this.
-
txSet
Value of thetxSetfield.- Parameters:
txSet- thetxSetfield value- Returns:
this.
-
txProcessing
public LedgerCloseMetaV2.LedgerCloseMetaV2Builder txProcessing(TransactionResultMetaV1[] txProcessing) Value of thetxProcessingfield.- Parameters:
txProcessing- thetxProcessingfield value- Returns:
this.
-
upgradesProcessing
public LedgerCloseMetaV2.LedgerCloseMetaV2Builder upgradesProcessing(UpgradeEntryMeta[] upgradesProcessing) Value of theupgradesProcessingfield.- Parameters:
upgradesProcessing- theupgradesProcessingfield value- Returns:
this.
-
scpInfo
Value of thescpInfofield.- Parameters:
scpInfo- thescpInfofield value- Returns:
this.
-
totalByteSizeOfLiveSorobanState
public LedgerCloseMetaV2.LedgerCloseMetaV2Builder totalByteSizeOfLiveSorobanState(Uint64 totalByteSizeOfLiveSorobanState) Value of thetotalByteSizeOfLiveSorobanStatefield.- Parameters:
totalByteSizeOfLiveSorobanState- thetotalByteSizeOfLiveSorobanStatefield value- Returns:
this.
-
evictedKeys
Value of theevictedKeysfield.- Parameters:
evictedKeys- theevictedKeysfield value- Returns:
this.
-
build
-
toString
-