Class ComputationResources
-
- All Implemented Interfaces:
@Serializable() public final class ComputationResources 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
-
Constructor Summary
Constructors Constructor Description ComputationResources(Integer steps, Integer memoryHoles, Integer rangeCheckApplications, Integer pedersenApplications, Integer poseidonApplications, Integer ecOpApplications, Integer ecdsaApplications, Integer bitwiseApplications, Integer keccakApplications, Integer segmentArenaApplications)
-
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()
-
-
Constructor Detail
-
ComputationResources
ComputationResources(Integer steps, Integer memoryHoles, Integer rangeCheckApplications, Integer pedersenApplications, Integer poseidonApplications, Integer ecOpApplications, Integer ecdsaApplications, Integer bitwiseApplications, Integer keccakApplications, Integer segmentArenaApplications)
-
-
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()
-
-
-
-