MCPcopy Create free account
hub / github.com/CPChain/chain / SubscribeRemovedLogsEvent

Method SubscribeRemovedLogsEvent

protocols/cpc/api_backend.go:155–157  ·  view source on GitHub ↗
(ch chan<- core.RemovedLogsEvent)

Source from the content-addressed store, hash-verified

153}
154
155func (b *APIBackend) SubscribeRemovedLogsEvent(ch chan<- core.RemovedLogsEvent) event.Subscription {
156 return b.cpc.BlockChain().SubscribeRemovedLogsEvent(ch)
157}
158
159func (b *APIBackend) SubscribeChainEvent(ch chan<- core.ChainEvent) event.Subscription {
160 return b.cpc.BlockChain().SubscribeChainEvent(ch)

Callers

nothing calls this directly

Calls 2

BlockChainMethod · 0.65

Tested by

no test coverage detected