mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 12:11:02 +00:00
Add ability to iterate and visit event fields and storage values
This commit is contained in:
@@ -250,19 +250,6 @@ where
|
||||
.await
|
||||
.map_err(StorageError::CannotIterateValues)?;
|
||||
|
||||
// .map(move |kv| {
|
||||
// let kv = match kv {
|
||||
// Ok(kv) => kv,
|
||||
// Err(e) => return Err(StorageError::StreamFailure(e)),
|
||||
// };
|
||||
// Ok(StorageKeyValue::new(
|
||||
// info.clone(),
|
||||
// types,
|
||||
// kv.key.into(),
|
||||
// kv.value,
|
||||
// ))
|
||||
// });
|
||||
|
||||
Ok(StorageEntries {
|
||||
info,
|
||||
stream,
|
||||
|
||||
Reference in New Issue
Block a user