[][src]Module tendermint_light_client::operations::voting_power

Provides an interface and default implementation for the VotingPower operation

Structs

ProdVotingPowerCalculator

Default implementation of a VotingPowerCalculator

VotingPowerTally

Tally for the voting power computed by the VotingPowerCalculator

Traits

VotingPowerCalculator

Computes the voting power in a commit against a validator set.