public static class ConfigSettingContractComputeV0.ConfigSettingContractComputeV0Builder
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
ConfigSettingContractComputeV0 |
build() |
ConfigSettingContractComputeV0.ConfigSettingContractComputeV0Builder |
feeRatePerInstructionsIncrement(Int64 feeRatePerInstructionsIncrement) |
ConfigSettingContractComputeV0.ConfigSettingContractComputeV0Builder |
ledgerMaxInstructions(Int64 ledgerMaxInstructions) |
java.lang.String |
toString() |
ConfigSettingContractComputeV0.ConfigSettingContractComputeV0Builder |
txMaxInstructions(Int64 txMaxInstructions) |
ConfigSettingContractComputeV0.ConfigSettingContractComputeV0Builder |
txMemoryLimit(Uint32 txMemoryLimit) |
public ConfigSettingContractComputeV0.ConfigSettingContractComputeV0Builder ledgerMaxInstructions(Int64 ledgerMaxInstructions)
this
.public ConfigSettingContractComputeV0.ConfigSettingContractComputeV0Builder txMaxInstructions(Int64 txMaxInstructions)
this
.public ConfigSettingContractComputeV0.ConfigSettingContractComputeV0Builder feeRatePerInstructionsIncrement(Int64 feeRatePerInstructionsIncrement)
this
.public ConfigSettingContractComputeV0.ConfigSettingContractComputeV0Builder txMemoryLimit(Uint32 txMemoryLimit)
this
.public ConfigSettingContractComputeV0 build()
public java.lang.String toString()
toString
in class java.lang.Object