EthDecodedStringParameter
No description
type EthDecodedStringParameter implements EthDecodedParameter {
name: String
type: String!
value: String!
}
Fields
EthDecodedStringParameter.name ● String scalar
The parameter name of the decoded input, only available on the top level params in EthDecodedMethodData
EthDecodedStringParameter.type ● String! non-null scalar
The solidity type of the input parameter (bytes, uint, address etc..)
EthDecodedStringParameter.value ● String! non-null scalar
The value of the input parameter