#entropy #node #shared #server #signing #type #threshold

no-std entropy-shared

Shared types used by the Entropy chain node and Entropy Threshold Signing Server

2 unstable releases

new 0.1.0-rc.1 May 15, 2024
0.0.0 Jan 4, 2024

#52 in #entropy

Download history 1/week @ 2024-02-15 6/week @ 2024-02-22 3/week @ 2024-02-29 10/week @ 2024-03-28 9/week @ 2024-04-04

76 downloads per month
Used in 6 crates (4 directly)

AGPL-3.0-or-later

115KB
112 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

~7–28MB
~444K SLoC