mithril_client::common

Type Alias 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 */ }