FUZD / fuzd-common / ExpectedWorstCaseGasPrice
Type Alias: ExpectedWorstCaseGasPrice
ExpectedWorstCaseGasPrice: {
current
:bigint
;previous
:undefined
;updateTimestamp
:number
; } | {current
:undefined
;previous
:undefined
;updateTimestamp
:undefined
; } | {current
:bigint
;previous
:bigint
;updateTimestamp
:number
; }
Defined in
types/executor/index.ts:3