Class ResourceBounds
-
- All Implemented Interfaces:
@Serializable() public final class ResourceBounds
-
-
Field Summary
Fields Modifier and Type Field Description public final static ResourceBounds
ZERO
private final Uint64
maxAmount
private final Uint128
maxPricePerUnit
-
Constructor Summary
Constructors Constructor Description ResourceBounds(Uint64 maxAmount, Uint128 maxPricePerUnit)
-
Method Summary
Modifier and Type Method Description final Uint64
getMaxAmount()
final Uint128
getMaxPricePerUnit()
final Felt
toMaxFee()
-
-
Method Detail
-
getMaxAmount
final Uint64 getMaxAmount()
-
getMaxPricePerUnit
final Uint128 getMaxPricePerUnit()
-
-
-
-