OBJECT

EthDecodedStringParameter

link GraphQL Schema definition

  • type EthDecodedStringParameter implements EthDecodedParameter {
  • # The parameter name of the decoded input, 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
  • value: String!
  • }

link Require by

This element is not required by anyone