Class EstimateFeeCommon
-
- All Implemented Interfaces:
-
com.swmansion.starknet.data.types.StarknetResponse
public class 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
-
Method Summary
Modifier and Type Method Description abstract Uint64
getL1GasConsumed()
abstract Uint128
getL1GasPrice()
abstract Uint64
getL2GasConsumed()
abstract Uint128
getL2GasPrice()
abstract Uint64
getL1DataGasConsumed()
abstract Uint128
getL1DataGasPrice()
abstract Uint128
getOverallFee()
-
-
Method Detail
-
getL1GasConsumed
abstract Uint64 getL1GasConsumed()
-
getL1GasPrice
abstract Uint128 getL1GasPrice()
-
getL2GasConsumed
abstract Uint64 getL2GasConsumed()
-
getL2GasPrice
abstract Uint128 getL2GasPrice()
-
getL1DataGasConsumed
abstract Uint64 getL1DataGasConsumed()
-
getL1DataGasPrice
abstract Uint128 getL1DataGasPrice()
-
getOverallFee
abstract Uint128 getOverallFee()
-
-
-
-