EthereumEvent
An Ethereum data source
type EthereumEvent {
contractId: ID!
event: String!
}
Fields
EthereumEvent.contractId
● ID!
non-null scalar
The ID of the ethereum contract to use (string)
EthereumEvent.event
● String!
non-null scalar
Name of the Ethereum event to listen to. (string)
Implemented by
Oracle
union