eth_unsubscribe
Cancels an existing subscription so that no further events are sent.
This method will use 10
Compute Units.
Parameters
subscription name
- string, same as previously returned from an eth_subscribe call
Returns
true
if a subscription was successfully cancelled, or false
if no subscription existed with the given ID.
Last updated