JsonRpcUnsubscribeMethod typedef

JsonRpcUnsubscribeMethod = JsonRpcMethod<bool, bool>

A JsonRpcMethod for unsubscribe methods.

Implementation

typedef JsonRpcUnsubscribeMethod = JsonRpcMethod<bool, bool>;