JsonRpcSubscriptionCallback<T>: ((error: Error | null, result: T | null, subscription: JsonRpcSubscription) => void)

Type Parameters

  • T = any