Files
pezkuwi-subxt/substrate/core/state-db
Svyatoslav Nikolsky 9886d12c26 Pruning changes tries (#856)
* changes trie pruning

* add comment

* do not prune changes tries on archive nodes
2018-10-17 10:08:45 +02:00
..
2018-10-17 10:08:45 +02:00
2018-09-12 11:13:31 +02:00

= State DB

.Summary
[source, toml]
----
include::Cargo.toml[lines=2..5]
----

.Description
----
include::src/lib.rs[tag=description]
----