pub async fn key_set<V>( prefix: &str, key: &str, value: V, rpc: &RpcClient) -> EResult<Value> where V: Serialize,