Package org.stellar.sdk.xdr
Class LedgerHeader.LedgerHeaderBuilder
java.lang.Object
org.stellar.sdk.xdr.LedgerHeader.LedgerHeaderBuilder
- Enclosing class:
LedgerHeader
-
Method Summary
Modifier and TypeMethodDescriptionbaseReserve(Uint32 baseReserve) bucketListHash(Hash bucketListHash) build()inflationSeq(Uint32 inflationSeq) ledgerVersion(Uint32 ledgerVersion) maxTxSetSize(Uint32 maxTxSetSize) previousLedgerHash(Hash previousLedgerHash) scpValue(StellarValue scpValue) toString()totalCoins(Int64 totalCoins) txSetResultHash(Hash txSetResultHash)
-
Method Details
-
ledgerVersion
- Returns:
this.
-
previousLedgerHash
- Returns:
this.
-
scpValue
- Returns:
this.
-
txSetResultHash
- Returns:
this.
-
bucketListHash
- Returns:
this.
-
ledgerSeq
- Returns:
this.
-
totalCoins
- Returns:
this.
-
feePool
- Returns:
this.
-
inflationSeq
- Returns:
this.
-
idPool
- Returns:
this.
-
baseFee
- Returns:
this.
-
baseReserve
- Returns:
this.
-
maxTxSetSize
- Returns:
this.
-
skipList
- Returns:
this.
-
ext
- Returns:
this.
-
build
-
toString
-