Class Resources
-
- All Implemented Interfaces:
@Serializable() public class 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
-
Method Summary
Modifier and Type Method Description abstract Integer
getSteps()
abstract Integer
getMemoryHoles()
abstract Integer
getRangeCheckApplications()
abstract Integer
getPedersenApplications()
abstract Integer
getPoseidonApplications()
abstract Integer
getEcOpApplications()
abstract Integer
getEcdsaApplications()
abstract Integer
getBitwiseApplications()
abstract Integer
getKeccakApplications()
abstract Integer
getSegmentArenaApplications()
-
-
Method Detail
-
getMemoryHoles
abstract Integer getMemoryHoles()
-
getRangeCheckApplications
abstract Integer getRangeCheckApplications()
-
getPedersenApplications
abstract Integer getPedersenApplications()
-
getPoseidonApplications
abstract Integer getPoseidonApplications()
-
getEcOpApplications
abstract Integer getEcOpApplications()
-
getEcdsaApplications
abstract Integer getEcdsaApplications()
-
getBitwiseApplications
abstract Integer getBitwiseApplications()
-
getKeccakApplications
abstract Integer getKeccakApplications()
-
getSegmentArenaApplications
abstract Integer getSegmentArenaApplications()
-
-
-
-