Package org.stellar.sdk.xdr
Class LedgerHeader.LedgerHeaderBuilder
java.lang.Object
org.stellar.sdk.xdr.LedgerHeader.LedgerHeaderBuilder
- Enclosing class:
LedgerHeader
-
Method Summary
Modifier and TypeMethodDescriptionValue of thebaseFeefield.baseReserve(Uint32 baseReserve) Value of thebaseReservefield.bucketListHash(Hash bucketListHash) Value of thebucketListHashfield.build()Value of theextfield.Value of thefeePoolfield.Value of theidPoolfield.inflationSeq(Uint32 inflationSeq) Value of theinflationSeqfield.Value of theledgerSeqfield.ledgerVersion(Uint32 ledgerVersion) Value of theledgerVersionfield.maxTxSetSize(Uint32 maxTxSetSize) Value of themaxTxSetSizefield.previousLedgerHash(Hash previousLedgerHash) Value of thepreviousLedgerHashfield.scpValue(StellarValue scpValue) Value of thescpValuefield.Value of theskipListfield.toString()totalCoins(Int64 totalCoins) Value of thetotalCoinsfield.txSetResultHash(Hash txSetResultHash) Value of thetxSetResultHashfield.
-
Method Details
-
ledgerVersion
Value of theledgerVersionfield.- Parameters:
ledgerVersion- theledgerVersionfield value- Returns:
this.
-
previousLedgerHash
Value of thepreviousLedgerHashfield.- Parameters:
previousLedgerHash- thepreviousLedgerHashfield value- Returns:
this.
-
scpValue
Value of thescpValuefield.- Parameters:
scpValue- thescpValuefield value- Returns:
this.
-
txSetResultHash
Value of thetxSetResultHashfield.- Parameters:
txSetResultHash- thetxSetResultHashfield value- Returns:
this.
-
bucketListHash
Value of thebucketListHashfield.- Parameters:
bucketListHash- thebucketListHashfield value- Returns:
this.
-
ledgerSeq
Value of theledgerSeqfield.- Parameters:
ledgerSeq- theledgerSeqfield value- Returns:
this.
-
totalCoins
Value of thetotalCoinsfield.- Parameters:
totalCoins- thetotalCoinsfield value- Returns:
this.
-
feePool
Value of thefeePoolfield.- Parameters:
feePool- thefeePoolfield value- Returns:
this.
-
inflationSeq
Value of theinflationSeqfield.- Parameters:
inflationSeq- theinflationSeqfield value- Returns:
this.
-
idPool
Value of theidPoolfield.- Parameters:
idPool- theidPoolfield value- Returns:
this.
-
baseFee
Value of thebaseFeefield.- Parameters:
baseFee- thebaseFeefield value- Returns:
this.
-
baseReserve
Value of thebaseReservefield.- Parameters:
baseReserve- thebaseReservefield value- Returns:
this.
-
maxTxSetSize
Value of themaxTxSetSizefield.- Parameters:
maxTxSetSize- themaxTxSetSizefield value- Returns:
this.
-
skipList
Value of theskipListfield.- Parameters:
skipList- theskipListfield value- Returns:
this.
-
ext
Value of theextfield.- Parameters:
ext- theextfield value- Returns:
this.
-
build
-
toString
-