Type Definition ethcore::engines::PendingTransitionStore  
                   
                       [−]
                   
               [src]
type PendingTransitionStore<'a> = Fn(H256) -> Option<PendingTransition> + 'a;
Type alias for a function we can query pending transitions by block hash through.