feat: wrap public key in a class

This commit is contained in:
Michael Vines
2018-09-30 18:42:45 -07:00
parent 2c3208090c
commit ca6965f8c2
15 changed files with 180 additions and 95 deletions

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

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