pub type StakeDistribution = BTreeMap<PartyId, Stake>;
Expand description

StakeDistribution represents the stakes of multiple participants in the Cardano chain

Aliased Type§

struct StakeDistribution { /* private fields */ }