pub fn bootstrap<'a, D: Database, B: Burner>(
state: &'a mut State<D>,
chain_id: u64,
network_fee_account: Address,
infra_fee_account: Address,
l1_initial_base_fee: U256,
target_arbos_version: u64,
burner: B,
) -> Result<ArbosState<'a, D, B>, ArbosStateError>Expand description
Bring a fresh database to a fully-initialised ArbOS state at the requested version, returning the opened state.