Package org.stellar.sdk.xdr
Class ConfigSettingContractComputeV0.ConfigSettingContractComputeV0Builder
java.lang.Object
org.stellar.sdk.xdr.ConfigSettingContractComputeV0.ConfigSettingContractComputeV0Builder
- Enclosing class:
ConfigSettingContractComputeV0
public static class ConfigSettingContractComputeV0.ConfigSettingContractComputeV0Builder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()feeRatePerInstructionsIncrement(Int64 feeRatePerInstructionsIncrement) Value of thefeeRatePerInstructionsIncrementfield.ledgerMaxInstructions(Int64 ledgerMaxInstructions) Value of theledgerMaxInstructionsfield.toString()txMaxInstructions(Int64 txMaxInstructions) Value of thetxMaxInstructionsfield.txMemoryLimit(Uint32 txMemoryLimit) Value of thetxMemoryLimitfield.
-
Method Details
-
ledgerMaxInstructions
public ConfigSettingContractComputeV0.ConfigSettingContractComputeV0Builder ledgerMaxInstructions(Int64 ledgerMaxInstructions) Value of theledgerMaxInstructionsfield.- Parameters:
ledgerMaxInstructions- theledgerMaxInstructionsfield value- Returns:
this.
-
txMaxInstructions
public ConfigSettingContractComputeV0.ConfigSettingContractComputeV0Builder txMaxInstructions(Int64 txMaxInstructions) Value of thetxMaxInstructionsfield.- Parameters:
txMaxInstructions- thetxMaxInstructionsfield value- Returns:
this.
-
feeRatePerInstructionsIncrement
public ConfigSettingContractComputeV0.ConfigSettingContractComputeV0Builder feeRatePerInstructionsIncrement(Int64 feeRatePerInstructionsIncrement) Value of thefeeRatePerInstructionsIncrementfield.- Parameters:
feeRatePerInstructionsIncrement- thefeeRatePerInstructionsIncrementfield value- Returns:
this.
-
txMemoryLimit
public ConfigSettingContractComputeV0.ConfigSettingContractComputeV0Builder txMemoryLimit(Uint32 txMemoryLimit) Value of thetxMemoryLimitfield.- Parameters:
txMemoryLimit- thetxMemoryLimitfield value- Returns:
this.
-
build
-
toString
-