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
- String :
- # The solidity type of the input parameter (bytes, uint, address etc..)
- String! :
- # The value of the input parameter
- String! :
- }
link Require by
This element is not required by anyone