pub async fn get_stake_pool(
    context: &Context,
    pool_id_hex: &str
) -> Result<Option<StakePoolStats>, Error>