pub fn ensure_arbos_account_in_bundle<D: Database>(state: &mut State<D>)Expand description
Ensures the ArbOS account exists in bundle_state.
Uses database.basic() instead of state.basic() to avoid cache non-determinism.
pub fn ensure_arbos_account_in_bundle<D: Database>(state: &mut State<D>)Ensures the ArbOS account exists in bundle_state.
Uses database.basic() instead of state.basic() to avoid cache non-determinism.