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§
Ok(ForkchoiceUpdated)
Contains the success value
Err(ForkchoiceUpdateError)
Contains the error value