Struct tendermint_light_client::types::TrustedBlockState [−][src]
pub struct TrustedBlockState<'a> {
pub header_time: Time,
pub height: Height,
pub next_validators: &'a ValidatorSet,
pub next_validators_hash: Hash,
}Expand description
Trusted block parameters needed for light client verification.
Fields
header_time: Timeheight: Heightnext_validators: &'a ValidatorSetnext_validators_hash: HashAuto Trait Implementations
impl<'a> RefUnwindSafe for TrustedBlockState<'a>
impl<'a> Send for TrustedBlockState<'a>
impl<'a> Sync for TrustedBlockState<'a>
impl<'a> Unpin for TrustedBlockState<'a>
impl<'a> UnwindSafe for TrustedBlockState<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more