pub type StakeDistribution = BTreeMap<PartyId, Stake>;
StakeDistribution represents the stakes of multiple participants in the Cardano chain
pub struct StakeDistribution { /* private fields */ }