Class EstimateMessageFeeResponse
-
- All Implemented Interfaces:
-
com.swmansion.starknet.data.types.StarknetResponse
@Serializable() public final class EstimateMessageFeeResponse extends EstimateFeeCommon implements StarknetResponse
-
-
Field Summary
Fields Modifier and Type Field Description private final Uint64
l1GasConsumed
private final Uint128
l1GasPrice
private final Uint64
l2GasConsumed
private final Uint128
l2GasPrice
private final Uint64
l1DataGasConsumed
private final Uint128
l1DataGasPrice
private final Uint128
overallFee
private final PriceUnit
feeUnit
-
Method Summary
Modifier and Type Method Description Uint64
getL1GasConsumed()
Uint128
getL1GasPrice()
Uint64
getL2GasConsumed()
Uint128
getL2GasPrice()
Uint64
getL1DataGasConsumed()
Uint128
getL1DataGasPrice()
Uint128
getOverallFee()
final PriceUnit
getFeeUnit()
-
-
Method Detail
-
getL1GasConsumed
Uint64 getL1GasConsumed()
-
getL1GasPrice
Uint128 getL1GasPrice()
-
getL2GasConsumed
Uint64 getL2GasConsumed()
-
getL2GasPrice
Uint128 getL2GasPrice()
-
getL1DataGasConsumed
Uint64 getL1DataGasConsumed()
-
getL1DataGasPrice
Uint128 getL1DataGasPrice()
-
getOverallFee
Uint128 getOverallFee()
-
getFeeUnit
final PriceUnit getFeeUnit()
-
-
-
-