There are still some uses of any type that I left as-is with ignore statements, maybe we can revisit those later. For some of the types (BigInt, BigDecimal, etc) there aren't native TypeScript equivalents, but maybe third-party packages we can look into at some point.
Addresses https://github.com/holic/web3-scaffold/issues/37.
There are still some uses of
any
type that I left as-is with ignore statements, maybe we can revisit those later. For some of the types (BigInt, BigDecimal, etc) there aren't native TypeScript equivalents, but maybe third-party packages we can look into at some point.