pub async fn register_test_forester<R: Rpc>(
rpc: &mut R,
governance_authority: &Keypair,
forester_authority: &Pubkey,
config: ForesterConfig,
) -> Result<(), RpcError>Expand description
Creates and asserts forester account creation.