poanetwork / ex_abi

The Ethereum ABI Interface
GNU General Public License v3.0
62 stars 43 forks source link

Add return_names to `FunctionSelector` struct #151

Closed alisinabh closed 11 months ago

alisinabh commented 11 months ago

This adds return_names just like input_names to the ABI.FunctionSelector struct.

Use case: I needed the names of the function outputs to include in the Ethers library when generating function documentations and inspecting them.