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

Method Unsubscribe

interfaces.go:25–25  ·  view source on GitHub ↗

Unsubscribe cancels the sending of events to the data channel and closes the error channel.

()

Source from the content-addressed store, hash-verified

23 // Unsubscribe cancels the sending of events to the data channel
24 // and closes the error channel.
25 Unsubscribe()
26 // Err returns the subscription error channel. The error channel receives
27 // a value if there is an issue with the subscription (e.g. the network connection
28 // delivering the events has been closed). Only one value will ever be sent.

Callers 15

StopMethod · 0.65
eventLoopMethod · 0.65
updateMethod · 0.65
SubscribeFilterLogsMethod · 0.65
TestWalletNotificationsFunction · 0.65

Implementers 2

ClientSubscriptionapi/rpc/client.go
Subscriptionprotocols/cpc/filters/filter_system.go

Calls

no outgoing calls