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
  • name: String
  • # The solidity type of the input parameter (bytes, uint, address etc..)
  • type: String!
  • # The value of the input parameter
  • items: [EthDecodedParameter!]!
  • }

link Require by

This element is not required by anyone