Trait vapcore_light::client::LightChainNotify[][src]

pub trait LightChainNotify: Send + Sync {
    fn new_headers(&self, good: &[H256]);
}

An actor listening to light chain events.

Required methods

fn new_headers(&self, good: &[H256])[src]

Notifies about imported headers.

Loading content...

Implementors

Loading content...