pub enum BlockHashError {
    /// Error returned when the block hash cannot be found.
    BlockHeightTooHigh: (),
}
Expand description

Error type for when the block hash cannot be found.

Variants

BlockHeightTooHigh: ()

Error returned when the block hash cannot be found.