You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: