Searched defs:ChainEvent (Results 1 – 9 of 9) sorted by relevance
33 type ChainEvent struct { struct34 Block *types.Block35 Hash common.Hash36 Logs []*types.Log
370 func (bc *BlockChain) SubscribeChainEvent(ch chan<- ChainEvent) event.Subscription {
38 type ChainEvent struct { struct39 Block *types.Block40 Hash common.Hash41 Logs []*types.Log
57 SubscribeChainEvent(ch chan<- ChainEvent) event.Subscription
26 class ChainEvent: class
57 SubscribeChainEvent(ch chan<- core.ChainEvent) event.Subscription
41 have to look though and figure out which of these files to keep.
42 SubscribeChainEvent(ch chan<- core.ChainEvent) event.Subscription
71 SubscribeChainEvent(ch chan<- core.ChainEvent) event.Subscription