Interface: EstimateFee
types.EstimateFee
Hierarchy​
↳
EstimateFee
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​
Defined in​
src/types/provider/response.ts:120
unit​
• unit: PRICE_UNIT
Inherited from​
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​
Name | Type |
---|---|
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