Add Connection class

This commit is contained in:
Michael Vines
2018-08-23 10:52:48 -07:00
parent 79ab826678
commit 4df189513e
12 changed files with 526 additions and 70 deletions

5
web3.js/flow-typed/superstruct.js vendored Normal file
View File

@ -0,0 +1,5 @@
declare module 'superstruct' {
declare module.exports: {
struct(schema: any): any;
}
}