Package org.stellar.sdk.xdr
Class ContractCodeCostInputs.ContractCodeCostInputsBuilder
java.lang.Object
org.stellar.sdk.xdr.ContractCodeCostInputs.ContractCodeCostInputsBuilder
- Enclosing class:
ContractCodeCostInputs
-
Method Summary
Modifier and TypeMethodDescriptionbuild()ext(ExtensionPoint ext) nDataSegmentBytes(Uint32 nDataSegmentBytes) nDataSegments(Uint32 nDataSegments) nElemSegments(Uint32 nElemSegments) nFunctions(Uint32 nFunctions) nInstructions(Uint32 nInstructions) nTableEntries(Uint32 nTableEntries) toString()
-
Method Details
-
ext
- Returns:
this.
-
nInstructions
- Returns:
this.
-
nFunctions
- Returns:
this.
-
nGlobals
- Returns:
this.
-
nTableEntries
- Returns:
this.
-
nTypes
- Returns:
this.
-
nDataSegments
- Returns:
this.
-
nElemSegments
- Returns:
this.
-
nImports
- Returns:
this.
-
nExports
- Returns:
this.
-
nDataSegmentBytes
public ContractCodeCostInputs.ContractCodeCostInputsBuilder nDataSegmentBytes(Uint32 nDataSegmentBytes) - Returns:
this.
-
build
-
toString
-