pub fn validate_initial_tx_gas<SPEC: Spec>(
    input: &[u8],
    is_create: bool,
    access_list: &[(Address, Vec<U256>)]
) -> u64
Expand description

Initial gas that is deducted for transaction to be included. Initial gas contains initial stipend gas, gas for access list and input data.