libjs
libjs copied to clipboard
Improve `ArchethicWalletClient` typing
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 specify listener
parameter type.
Additional context
No response
Epic
No response