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

Method Err

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

Err returns the subscription error channel. The error channel receives a value if there is an issue with the subscription (e.g. the network connection delivering the events has been closed). Only one value will ever be sent. The error channel is closed by Unsubscribe.

()

Source from the content-addressed store, hash-verified

28 // delivering the events has been closed). Only one value will ever be sent.
29 // The error channel is closed by Unsubscribe.
30 Err() <-chan error
31}
32
33// ChainReader provides access to the blockchain. The methods in this interface access raw

Callers 15

loopMethod · 0.65
WaitMinedFunction · 0.65
SubscribeFilterLogsMethod · 0.65
TestWalletNotificationsFunction · 0.65
doLinesFunction · 0.65
subscribeBlocksFunction · 0.65
TestClientSubscribeFunction · 0.65
SomeSubscriptionMethod · 0.65
waitMethod · 0.65
sendMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 7

TestWalletNotificationsFunction · 0.52
subscribeBlocksFunction · 0.52
TestClientSubscribeFunction · 0.52
SomeSubscriptionMethod · 0.52
TestBlockSubscriptionFunction · 0.52