Type Alias ForkChoiceUpdateResult

pub type ForkChoiceUpdateResult = Result<ForkchoiceUpdated, ForkchoiceUpdateError>;
Expand description

Represents possible variants of a processed forkchoice update.

Aliased Type§

pub enum ForkChoiceUpdateResult {
    Ok(ForkchoiceUpdated),
    Err(ForkchoiceUpdateError),
}

Variants§

§1.0.0

Ok(ForkchoiceUpdated)

Contains the success value

§1.0.0

Err(ForkchoiceUpdateError)

Contains the error value

Layout§

Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.