pub trait BlockHash {
type Error;
// Required method
fn block_hash(&mut self, number: Uint<256, 4>) -> Result<B256, Self::Error>;
}Required Associated Types§
type Error
Required Methods§
fn block_hash(&mut self, number: Uint<256, 4>) -> Result<B256, Self::Error>
fn block_hash(&mut self, number: Uint<256, 4>) -> Result<B256, Self::Error>
Get block hash by block number