pub type Shares = BTreeMap<String, Share>;Expand description
Map of hex-encoded public keys to their shares.
Uses String keys (hex-encoded PublicKey) for CBOR serialization compatibility.
Aliased Typeยง
pub struct Shares { /* private fields */ }