pub async fn key_get_recursive(
    prefix: &str,
    key: &str,
    rpc: &RpcClient
) -> EResult<Vec<(String, Value)>>