Package org.stellar.sdk.xdr
Class LedgerUpgrade.LedgerUpgradeBuilder
java.lang.Object
org.stellar.sdk.xdr.LedgerUpgrade.LedgerUpgradeBuilder
- Enclosing class:
LedgerUpgrade
-
Method Summary
Modifier and TypeMethodDescriptionbuild()discriminant(LedgerUpgradeType discriminant) Value of thediscriminantfield.newBaseFee(Uint32 newBaseFee) Value of thenewBaseFeefield.newBaseReserve(Uint32 newBaseReserve) Value of thenewBaseReservefield.newConfig(ConfigUpgradeSetKey newConfig) Value of thenewConfigfield.Value of thenewFlagsfield.newLedgerVersion(Uint32 newLedgerVersion) Value of thenewLedgerVersionfield.newMaxSorobanTxSetSize(Uint32 newMaxSorobanTxSetSize) Value of thenewMaxSorobanTxSetSizefield.newMaxTxSetSize(Uint32 newMaxTxSetSize) Value of thenewMaxTxSetSizefield.toString()
-
Method Details
-
discriminant
Value of thediscriminantfield.- Parameters:
discriminant- thediscriminantfield value- Returns:
this.
-
newLedgerVersion
Value of thenewLedgerVersionfield.- Parameters:
newLedgerVersion- thenewLedgerVersionfield value- Returns:
this.
-
newBaseFee
Value of thenewBaseFeefield.- Parameters:
newBaseFee- thenewBaseFeefield value- Returns:
this.
-
newMaxTxSetSize
Value of thenewMaxTxSetSizefield.- Parameters:
newMaxTxSetSize- thenewMaxTxSetSizefield value- Returns:
this.
-
newBaseReserve
Value of thenewBaseReservefield.- Parameters:
newBaseReserve- thenewBaseReservefield value- Returns:
this.
-
newFlags
Value of thenewFlagsfield.- Parameters:
newFlags- thenewFlagsfield value- Returns:
this.
-
newConfig
Value of thenewConfigfield.- Parameters:
newConfig- thenewConfigfield value- Returns:
this.
-
newMaxSorobanTxSetSize
Value of thenewMaxSorobanTxSetSizefield.- Parameters:
newMaxSorobanTxSetSize- thenewMaxSorobanTxSetSizefield value- Returns:
this.
-
build
-
toString
-