pub type ProtocolStakeDistribution = Vec<(ProtocolPartyId, ProtocolStake)>;
Expand description

A list of Party Id associated with its Stake.

Aliased Type§

struct ProtocolStakeDistribution { /* private fields */ }