This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Description
The web3 method signature already has the encodeABI() method.
contract.method.name().encodeABI()
Im requesting that decodeABI() method be added to the signature
contract.method.name().decodeABI(result)
This is usefull when using multicall contracts, since we retrieve result hashes directly from the multicall contract