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