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

Add method decodeAbi to method interface #6220

@ofumbi

Description

@ofumbi

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

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions