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