INTERFACE

EthDecodedParameter

link GraphQL Schema definition

  • interface 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!
  • }