OBJECT
EthDecodedArrayParameter
link GraphQL Schema definition
- type EthDecodedArrayParameter implements EthDecodedParameter {
- # The parameter name of the decoded input array, only available on the top level
- # params in EthDecodedMethodData
- String :
- # The solidity type of the input parameter (bytes, uint, address etc..)
- String! :
- # The value of the input parameter
- EthDecodedParameter!]! : [
- }
link Require by
This element is not required by anyone