Function light_test_utils::update_test_forester
source ยท pub async fn update_test_forester<R>(
rpc: &mut R,
forester_authority: &Keypair,
derivation_key: &Pubkey,
new_forester_authority: Option<&Keypair>,
config: ForesterConfig,
) -> Result<(), RpcError>where
R: RpcConnection,