You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, onAccountUpdate(accountName: string, listener: Function): PromiseLike<RpcSubscription> | undefined should specify listener parameter type.
Additional context
No response
Epic
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
No response
Describe the solution you'd like
RPC method callbacks are not rigorously typed.
For example,
onAccountUpdate(accountName: string, listener: Function): PromiseLike<RpcSubscription> | undefined
should specifylistener
parameter type.Additional context
No response
Epic
No response
The text was updated successfully, but these errors were encountered: