Trait revm::db::BlockHashRef
source · pub trait BlockHashRef {
type Error;
// Required method
fn block_hash(&self, number: u64) -> Result<FixedBytes<32>, Self::Error>;
}Required Associated Types§
Required Methods§
sourcefn block_hash(&self, number: u64) -> Result<FixedBytes<32>, Self::Error>
fn block_hash(&self, number: u64) -> Result<FixedBytes<32>, Self::Error>
Get block hash by block number