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 was 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
utilsmodule, i.e. everything except for thetypespackage.In order to keep the
sdkas strongly typed as possible this means:IBrowserNodeinterface which should extend theINodeServiceinterface:INodeServiceinterface is up to date. should add:IRpcChannelProviderandBrowserNodeSignerConfigto the types moduleAfter doing this, make sure to update the
sdkpackage