Class ResourceBounds
-
- All Implemented Interfaces:
@Serializable() public final class ResourceBounds
-
-
Field Summary
Fields Modifier and Type Field Description public final static ResourceBoundsZEROprivate final Uint64maxAmountprivate final Uint128maxPricePerUnit
-
Constructor Summary
Constructors Constructor Description ResourceBounds(Uint64 maxAmount, Uint128 maxPricePerUnit)
-
Method Summary
Modifier and Type Method Description final Uint64getMaxAmount()final Uint128getMaxPricePerUnit()final FelttoMaxFee()-
-
Method Detail
-
getMaxAmount
final Uint64 getMaxAmount()
-
getMaxPricePerUnit
final Uint128 getMaxPricePerUnit()
-
-
-
-