connext / vector

↗️ Vector is an ultra-minimal state channel network implementation.
MIT License
109 stars 44 forks source link

[types] INodeService type improvement, IBrowserNode type #653

Open LayneHaber opened 3 years ago

LayneHaber commented 3 years ago

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:

After doing this, make sure to update the sdk package