Class ExecutionResources
-
- All Implemented Interfaces:
@Serializable() public final class ExecutionResources extends Resources
-
-
Field Summary
Fields Modifier and Type Field Description private final Integer
steps
private final Integer
memoryHoles
private final Integer
rangeCheckApplications
private final Integer
pedersenApplications
private final Integer
poseidonApplications
private final Integer
ecOpApplications
private final Integer
ecdsaApplications
private final Integer
bitwiseApplications
private final Integer
keccakApplications
private final Integer
segmentArenaApplications
private final DataResources
dataAvailability
-
Constructor Summary
Constructors Constructor Description ExecutionResources(Integer steps, Integer memoryHoles, Integer rangeCheckApplications, Integer pedersenApplications, Integer poseidonApplications, Integer ecOpApplications, Integer ecdsaApplications, Integer bitwiseApplications, Integer keccakApplications, Integer segmentArenaApplications, DataResources dataAvailability)
-
Method Summary
Modifier and Type Method Description Integer
getSteps()
Integer
getMemoryHoles()
Integer
getRangeCheckApplications()
Integer
getPedersenApplications()
Integer
getPoseidonApplications()
Integer
getEcOpApplications()
Integer
getEcdsaApplications()
Integer
getBitwiseApplications()
Integer
getKeccakApplications()
Integer
getSegmentArenaApplications()
final DataResources
getDataAvailability()
-
-
Constructor Detail
-
ExecutionResources
ExecutionResources(Integer steps, Integer memoryHoles, Integer rangeCheckApplications, Integer pedersenApplications, Integer poseidonApplications, Integer ecOpApplications, Integer ecdsaApplications, Integer bitwiseApplications, Integer keccakApplications, Integer segmentArenaApplications, DataResources dataAvailability)
-
-
Method Detail
-
getMemoryHoles
Integer getMemoryHoles()
-
getRangeCheckApplications
Integer getRangeCheckApplications()
-
getPedersenApplications
Integer getPedersenApplications()
-
getPoseidonApplications
Integer getPoseidonApplications()
-
getEcOpApplications
Integer getEcOpApplications()
-
getEcdsaApplications
Integer getEcdsaApplications()
-
getBitwiseApplications
Integer getBitwiseApplications()
-
getKeccakApplications
Integer getKeccakApplications()
-
getSegmentArenaApplications
Integer getSegmentArenaApplications()
-
getDataAvailability
final DataResources getDataAvailability()
-
-
-
-