Normaliser
Normaliser to convert the data returned from the contract method into a standard format.
type Normaliser {
name: String!
expression: String!
}
Fields
Normaliser.name
● String!
non-null scalar
Normaliser.expression
● String!
non-null scalar
Member of
EthCallSpec
object