Struct tendermint_light_client::types::TrustedBlockState
source · pub struct TrustedBlockState<'a> {
pub chain_id: &'a Id,
pub header_time: Time,
pub height: Height,
pub next_validators: &'a Set,
pub next_validators_hash: Hash,
}Expand description
Trusted block parameters needed for light client verification.
Fields§
§chain_id: &'a Id§header_time: Time§height: Height§next_validators: &'a Set§next_validators_hash: Hash