Function initialize_accounts

Source
pub async fn initialize_accounts<R: RpcConnection>(
    context: &mut R,
    keypairs: EnvAccountKeypairs,
    protocol_config: ProtocolConfig,
    register_forester_and_advance_to_active_phase: bool,
    skip_register_programs: bool,
) -> EnvAccounts