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.

Trait Implementations

fn abi_encode(self, buffer: Buffer) -> Buffer

fn abi_decode(refmut buffer: BufferReader) -> Self