libjs icon indicating copy to clipboard operation
libjs copied to clipboard

Improve `ArchethicWalletClient` typing

Open Chralu opened this issue 8 months ago • 0 comments

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

Chralu avatar Jun 06 '24 09:06 Chralu