Type Alias ValidateInitialTxGasHandle
pub type ValidateInitialTxGasHandle<'a, DB> = Arc<dyn Fn(&Env) -> Result<u64, EVMError<<DB as Database>::Error>> + 'a>;
Expand description
Initial gas calculation handle
Aliased Type§
struct ValidateInitialTxGasHandle<'a, DB> { /* private fields */ }
Layout§
Note: Encountered an error during type layout; the type failed to be normalized.