Files
pezkuwi-subxt/substrate/primitives/state-machine
Bastian Köcher 516a8fa433 trie: Optimize keys function (#11457)
* trie: Optimize `keys` function

Instead of iterating the entire state and collecting all keys that match the given prefix, we can
directly use the optimized prefix iterator.

* Add a test
2022-05-18 21:20:47 +02:00
..
2022-05-18 21:20:47 +02:00
2020-08-20 17:04:42 +02:00

Substrate state machine implementation.

License: Apache-2.0