Files
pezkuwi-subxt/substrate/core/state-db
Guanqun Lu 1438e15925 clear statedb panics (#797)
* state-db: remove the assertion and replace it with Result<>

* state-db: unit test fixes

* comment fixes

* typo fix
2018-09-26 11:23:33 +01:00
..
2018-09-26 11:23:33 +01:00
2018-09-21 17:16:15 +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]
----