Skip to main content

EthDecodedArrayParameter

No description

type EthDecodedArrayParameter implements EthDecodedParameter {
name: String
type: String!
items: [EthDecodedParameter!]!
}

Fields

EthDecodedArrayParameter.name ● String scalar

The parameter name of the decoded input array, only available on the top level params in EthDecodedMethodData

EthDecodedArrayParameter.type ● String! non-null scalar

The solidity type of the input parameter (bytes, uint, address etc..)

EthDecodedArrayParameter.items ● [EthDecodedParameter!]! non-null interface

The value of the input parameter

Interfaces

EthDecodedParameter interface