This PR updates the AttestationStatement.size type to use syntax that is friendlier for older versions of TypeScript, including TypeScript 4.0.
This PR also defines this project's minimum officially supported TypeScript of Version 4.4+. From here on no further efforts will be taken to support anything older than this.
This PR updates the
AttestationStatement.size
type to use syntax that is friendlier for older versions of TypeScript, including TypeScript 4.0.This PR also defines this project's minimum officially supported TypeScript of Version 4.4+. From here on no further efforts will be taken to support anything older than this.
Fixes #395.