Type Alias tendermint_light_client::types::TrustedState

source ·
pub type TrustedState = LightBlock;
Expand description

A type alias for a LightBlock.

Aliased Type§

struct TrustedState {
    pub signed_header: SignedHeader,
    pub validators: Set,
    pub next_validators: Set,
    pub provider: Id,
}

Fields§

§signed_header: SignedHeader

Header and commit of this block

§validators: Set

Validator set at the block height

§next_validators: Set

Validator set at the next block height

§provider: Id

The peer ID of the node that provided this block