[][src]Module orml_utilities::iterator

Structs

MapIterator

Iterate over a prefix and decode raw_key and raw_value into T. Forks from substrate, expose previous_key field

MapIteratorShim

Shim for MapIterator, add more features

StorageMapIterator

Utility to iterate through items in a storage map. Forks from substrate, expose previous_key field

StorageMapIteratorShim

Shim for StorageMapIterator, add more features

Traits

IterableStorageDoubleMapExtended

A strongly-typed map in storage whose keys and values can be iterated over.

IterableStorageMapExtended

A strongly-typed map in storage whose keys and values can be iterated over.