Struct tendermint_light_client::types::UntrustedBlockState [−][src]
pub struct UntrustedBlockState<'a> {
pub signed_header: &'a SignedHeader,
pub validators: &'a ValidatorSet,
pub next_validators: Option<&'a ValidatorSet>,
}Expand description
Untrusted block parameters needed for light client verification.
Fields
signed_header: &'a SignedHeadervalidators: &'a ValidatorSetnext_validators: Option<&'a ValidatorSet>Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for UntrustedBlockState<'a>
impl<'a> Send for UntrustedBlockState<'a>
impl<'a> Sync for UntrustedBlockState<'a>
impl<'a> Unpin for UntrustedBlockState<'a>
impl<'a> UnwindSafe for UntrustedBlockState<'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