Type Alias tendermint_light_client::types::TrustThreshold

source ·
pub type TrustThreshold = TrustThresholdFraction;
Expand description

defines what fraction of the total voting power of a known and trusted validator set is sufficient for a commit to be accepted going forward.

Aliased Type§

struct TrustThreshold { /* private fields */ }