Struct tendermint_light_client::types::TrustedBlockState
source · [−]pub struct TrustedBlockState<'a> {
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
header_time: Timeheight: Heightnext_validators: &'a Setnext_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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
