alloy_rpc_types_engine

Type Alias ForkChoiceUpdateResult

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

Represents possible variants of a processed forkchoice update.

Aliased Type§

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