Class ResourceBoundsMapping
-
- All Implemented Interfaces:
@Serializable() public final class ResourceBoundsMapping
-
-
Field Summary
Fields Modifier and Type Field Description public final static ResourceBoundsMappingZEROprivate final ResourceBoundsl1Gasprivate final ResourceBoundsl1DataGasprivate final ResourceBoundsl2Gas
-
Constructor Summary
Constructors Constructor Description ResourceBoundsMapping(ResourceBounds l1Gas, ResourceBounds l1DataGas, ResourceBounds l2Gas)
-
Method Summary
Modifier and Type Method Description final ResourceBoundsgetL1Gas()final ResourceBoundsgetL1DataGas()final ResourceBoundsgetL2Gas()-
-
Constructor Detail
-
ResourceBoundsMapping
ResourceBoundsMapping(ResourceBounds l1Gas, ResourceBounds l1DataGas, ResourceBounds l2Gas)
-
-
Method Detail
-
getL1Gas
final ResourceBounds getL1Gas()
-
getL1DataGas
final ResourceBounds getL1DataGas()
-
getL2Gas
final ResourceBounds getL2Gas()
-
-
-
-