Closed mattsse closed 3 years ago
Solidity compiler at version 0.5.11 added a internalType field in the abi inputs/outputs.
internalType
This field contains the type as declared in the solidity code, this is useful to determine the actually struct type of a tuple. for exmaple:
{ "components": [ { "components": [..] "internalType": "struct Pairing.G1Point", "name": "A", "type": "tuple" } ], "internalType": "struct Verifier.Proof", "name": "proof", "type": "tuple" }
Solidity compiler at version 0.5.11 added a
internalType
field in the abi inputs/outputs.This field contains the type as declared in the solidity code, this is useful to determine the actually struct type of a tuple. for exmaple: