Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

abi-types

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abi-types

- [ ] Add support for dynamic (`<type>[]`) and fixed (`<type>[M]`) sized arrays of primitive types - [ ] Add validation for `M` in number types (e.g. [`0 < M <= 256`](https://github.com/type-challenges/type-challenges/blob/main/questions/00734-extreme-inc

  • 0.0.1
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

abi-types

  • Add support for dynamic (<type>[]) and fixed (<type>[M]) sized arrays of primitive types
  • Add validation for M in number types (e.g. 0 < M <= 256 in uint<M>), function (identical to bytes24; an address (20 bytes) followed by a function selector (4 bytes)), etc.
  • Extract only read/write AbiFunction (useful for only showing read function for readContract)
  • Utilities for AbiEvent
  • Add test for list of AbiFunctions (e.g. readContracts)
  • Should we inject payable value into function parameters?
  • Should we allow configuration of a "BigNumberish" type? So folks can pass in ethers.BigNumber, BigInt, etc.

https://docs.soliditylang.org/en/v0.8.15/abi-spec.html#types

FAQs

Package last updated on 03 Aug 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc