xf00f / web3x

Ethereum TypeScript Client Library - for perfect types and tiny builds.
211 stars 27 forks source link

Add optional field `internalType` in AbiInput and AbiOutput to contract abi definition #65

Closed megaturbo closed 4 years ago

megaturbo commented 5 years ago

Solidity compiler at version 0.5.11 added a yet undocumented (except in changelog) internalType field in the abi inputs/outputs.

xf00f commented 5 years ago

Thanks. Will attempt to merge later this week.

0xjac commented 5 years ago

Any update on merging this? If needed, I'm happy to help!

megaturbo commented 5 years ago

Is everything alright with the PR ? I'd be happy to use it soon.

Tell me if I should change something

megaturbo commented 5 years ago

@xf00f Does that mean we can close this PR and #64 ?