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

TypeAlias ID

api/rpc/subscription.go:33–33  ·  view source on GitHub ↗

ID defines a pseudo random number that is used to identify RPC subscriptions.

Source from the content-addressed store, hash-verified

31
32// ID defines a pseudo random number that is used to identify RPC subscriptions.
33type ID string
34
35// a Subscription is created by a notifier and tight to that notifier. The client can use
36// this subscription to wait for an unsubscribe request for the client, see Err().

Callers 2

handleMethod · 0.85
NewIDFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected