Skip to main content
Version: Next

Type Alias: GasPrices

GasPrices = object

Defined in: src/provider/types/gasPrice.type.ts:7

Result of provider.getGasPrices().

Param

price in fri of the layer 1 data gas price.

Param

price in fri of the layer 1 gas price.

Param

price in fri of the layer 2 gas price.

Properties

l1DataGasPrice

l1DataGasPrice: bigint

Defined in: src/provider/types/gasPrice.type.ts:8


l1GasPrice

l1GasPrice: bigint

Defined in: src/provider/types/gasPrice.type.ts:9


l2GasPrice

l2GasPrice: bigint

Defined in: src/provider/types/gasPrice.type.ts:10