Trait vapcore_secretstore::NewBlocksNotify[][src]

pub trait NewBlocksNotify: Send + Sync {
    fn new_blocks(&self, _new_enacted_len: usize) { ... }
}

Wrapps client ChainNotify in order to send signal about new blocks

Provided methods

fn new_blocks(&self, _new_enacted_len: usize)[src]

Fires when chain has new blocks. Sends this signal only, if contracts’ update required

Loading content...

Implementors

Loading content...