refactor: use buffer-layout to clean up buffer encoding

This commit is contained in:
Michael Vines
2018-10-06 11:13:58 -07:00
parent a596e99b4a
commit 17b73306fe
7 changed files with 137 additions and 85 deletions

4
web3.js/flow-typed/buffer-layout.js vendored Normal file
View File

@ -0,0 +1,4 @@
declare module 'buffer-layout' {
// TODO: Fill in types
declare module.exports: any;
}