6 releases
new 0.3.0 | Nov 5, 2024 |
---|---|
0.3.0-rc.1 | Oct 4, 2024 |
0.2.0 | Jul 11, 2024 |
0.2.0-rc.1 | Jun 27, 2024 |
0.0.0 |
|
#48 in #entropy
71 downloads per month
Used in 6 crates
(5 directly)
115KB
159 lines
entropy-shared
This includes shared types between server
and entropy
. They also get used in entropy-js
via @polkadot/typegen
.
lib.rs
:
Types that is shared by clients and substrate nodes, i.e. messages sent from one to the other and structs contained in those messages
This helps ensures those structs are synced among clients and nodes.
Dependencies
~8–28MB
~465K SLoC