Skip to content

@delvtech/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Feb 23:48
· 304 commits to main since this release
d6f1b87

Minor Changes

  • cc17b3c: Changed the type of all inputs to objects. This means that functions with a single argument (e.g., balanceOf will now expect { owner: `0x${string}` }, not `0x${string}`). Outputs remain the "Friendly" type which deconstructs to a single primitive type for single outputs values (e.g., symbol will return a string, not { "0": string }) since many single output return values are unnamed

Patch Changes