Type Alias mithril_client::common::StakeDistribution
source · pub type StakeDistribution = BTreeMap<String, u64>;
Expand description
StakeDistribution represents the stakes of multiple participants in the Cardano chain
Aliased Type§
struct StakeDistribution { /* private fields */ }