[][src]Trait ckb_traits::HeaderProvider

pub trait HeaderProvider {
    pub fn get_header(&self, hash: &Byte32) -> Option<HeaderView>;
}

TODO(doc): @quake

Required methods

pub fn get_header(&self, hash: &Byte32) -> Option<HeaderView>[src]

TODO(doc): @quake

Loading content...

Implementors

Loading content...