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
{{ message }}
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.
Describe the bug
When using the new packages, you have to use async imports for everything at a higher level than the utils module, i.e. everything except for the types package.
In order to keep the sdk as strongly typed as possible this means:
making an IBrowserNode interface which should extend the INodeService interface:
Describe the bug
When using the new packages, you have to use async imports for everything at a higher level than the
utils
module, i.e. everything except for thetypes
package.In order to keep the
sdk
as strongly typed as possible this means:IBrowserNode
interface which should extend theINodeService
interface:INodeService
interface is up to date. should add:IRpcChannelProvider
andBrowserNodeSignerConfig
to the types moduleAfter doing this, make sure to update the
sdk
packageThe text was updated successfully, but these errors were encountered: