pub fn initialize_arbos_account<D: Database, B: Burner, C: StorageBackend>(
backend: &mut C,
arbos_state: &ArbosState<'_, D, B>,
account: &AccountInitInfo,
) -> Result<(), ArbosStateError>Expand description
Initialize an account’s ArbOS-specific state during genesis.
If the account has aggregator info and is a known batch poster, sets the batch poster’s pay-to (fee collector) address.