liftedinit / many-js

JavaScript implementation of the MANY protocol
Apache License 2.0
5 stars 7 forks source link

fix: Add namespace for blockchain module #107

Closed stanleyjones closed 1 year ago

stanleyjones commented 1 year ago
Property '_namespace_' is missing in type 
'{ name: string; info(): Promise<unknown>; block(): Promise<unknown>; transaction(): Promise<unknown>; }' 
but required in type 'NetworkModule'.  TS2741