Files
pezkuwi-subxt/substrate/core/client
Svyatoslav Nikolsky 200a716a1a Extract search of digest item into Digest::log() function (#874)
* Digest::log fn

* change DigestItem::log impl
2018-10-05 14:17:00 +02:00
..
2018-09-27 17:52:51 +01:00
2018-09-12 11:13:31 +02:00

= Client

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

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