pub type TrustedState = LightBlock;Expand description
A type alias for a LightBlock.
Aliased Type§
pub struct TrustedState {
pub signed_header: SignedHeader,
pub validators: Set,
pub next_validators: Set,
pub provider: Id,
}Fields§
§signed_header: SignedHeaderHeader and commit of this block
validators: SetValidator set at the block height
next_validators: SetValidator set at the next block height
provider: IdThe peer ID of the node that provided this block