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