Skip to main content
Version: Next

Interface: EstimateFee

types.EstimateFee

Hierarchy​

Properties​

gas_consumed​

• gas_consumed: bigint

Inherited from​

EstimateFeeResponse.gas_consumed

Defined in​

src/types/provider/response.ts:118


overall_fee​

• overall_fee: bigint

Inherited from​

EstimateFeeResponse.overall_fee

Defined in​

src/types/provider/response.ts:119


gas_price​

• gas_price: bigint

Inherited from​

EstimateFeeResponse.gas_price

Defined in​

src/types/provider/response.ts:120


unit​

• unit: PRICE_UNIT

Inherited from​

EstimateFeeResponse.unit

Defined in​

src/types/provider/response.ts:121


suggestedMaxFee​

• suggestedMaxFee: bigint

Inherited from​

EstimateFeeResponse.suggestedMaxFee

Defined in​

src/types/provider/response.ts:122


resourceBounds​

• resourceBounds: Object

Type declaration​

NameType
l1_gas{ max_amount: string; max_price_per_unit: string; }
l2_gas{ max_amount: string; max_price_per_unit: string; }

Inherited from​

EstimateFeeResponse.resourceBounds

Defined in​

src/types/provider/response.ts:123


data_gas_consumed​

• data_gas_consumed: bigint

Inherited from​

EstimateFeeResponse.data_gas_consumed

Defined in​

src/types/provider/response.ts:124


data_gas_price​

• data_gas_price: bigint

Inherited from​

EstimateFeeResponse.data_gas_price

Defined in​

src/types/provider/response.ts:125