pub trait BlockHashMapping {
    fn block_hash(number: u32) -> H256;
}
Expand description

A trait for getting a block hash by number.

Required Methods

Implementors