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
package