Files
pezkuwi-subxt/substrate/core/primitives
Wei Tang 400a22ebe5 Implement codec for U256 (#761)
* Implement codec for U256

* Use little endian and add tests
2018-09-19 10:00:50 +02:00
..
2018-09-19 10:00:50 +02:00
2018-09-12 11:13:31 +02:00

= Primitives

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

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