pub fn initialize_arbos_account<D: Database, B: Burner>(
arbos_state: &ArbosState<D, B>,
account: &AccountInitInfo,
) -> Result<(), ()>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.