Class ResourceBoundsMapping
-
- All Implemented Interfaces:
@Serializable() public final class ResourceBoundsMapping
-
-
Field Summary
Fields Modifier and Type Field Description private final ResourceBounds
l1Gas
private final ResourceBounds
l2Gas
-
Constructor Summary
Constructors Constructor Description ResourceBoundsMapping(ResourceBounds l1Gas)
-
Method Summary
Modifier and Type Method Description final ResourceBounds
getL1Gas()
final ResourceBounds
getL2Gas()
-
-
Constructor Detail
-
ResourceBoundsMapping
ResourceBoundsMapping(ResourceBounds l1Gas)
-
-
Method Detail
-
getL1Gas
final ResourceBounds getL1Gas()
-
getL2Gas
final ResourceBounds getL2Gas()
-
-
-
-