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) ledgerMaxInstructions
(Int64 ledgerMaxInstructions) toString()
txMaxInstructions
(Int64 txMaxInstructions) txMemoryLimit
(Uint32 txMemoryLimit)
-
Method Details
-
ledgerMaxInstructions
public ConfigSettingContractComputeV0.ConfigSettingContractComputeV0Builder ledgerMaxInstructions(Int64 ledgerMaxInstructions) - Returns:
this
.
-
txMaxInstructions
public ConfigSettingContractComputeV0.ConfigSettingContractComputeV0Builder txMaxInstructions(Int64 txMaxInstructions) - Returns:
this
.
-
feeRatePerInstructionsIncrement
public ConfigSettingContractComputeV0.ConfigSettingContractComputeV0Builder feeRatePerInstructionsIncrement(Int64 feeRatePerInstructionsIncrement) - Returns:
this
.
-
txMemoryLimit
public ConfigSettingContractComputeV0.ConfigSettingContractComputeV0Builder txMemoryLimit(Uint32 txMemoryLimit) - Returns:
this
.
-
build
-
toString
-