feat: add parsed account data APIs
This commit is contained in:
committed by
Justin Starry
parent
b36e60738e
commit
c7a2fbe7eb
1
web3.js/flow-typed/superstruct.js
vendored
1
web3.js/flow-typed/superstruct.js
vendored
@ -1,6 +1,7 @@
|
||||
declare module 'superstruct' {
|
||||
declare type StructFunc = {
|
||||
(any): any,
|
||||
object(schema: any): any;
|
||||
union(schema: any): any;
|
||||
array(schema: any): any;
|
||||
literal(schema: any): any;
|
||||
|
Reference in New Issue
Block a user