Type Definition EventStream
sc_transaction_graph
type EventStream<H> = Receiver<H>;
Modification notification event stream type;