feat: add stake program methods; refactor instruction type handling

This commit is contained in:
Tyera Eulberg
2019-12-23 11:46:49 -07:00
committed by Michael Vines
parent fc77e55920
commit 532b28e96e
16 changed files with 602 additions and 48 deletions

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

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