Type Alias hotshot_types::light_client::LightClientState
source · pub type LightClientState = GenericLightClientState<CircuitField>;Expand description
Concrete type for light client state
Aliased Type§
struct LightClientState {
pub view_number: usize,
pub block_height: usize,
pub block_comm_root: Fp<MontBackend<FrConfig, 4>, 4>,
}Fields§
§view_number: usizeCurrent view number
block_height: usizeCurrent block height
block_comm_root: Fp<MontBackend<FrConfig, 4>, 4>Root of the block commitment tree