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