Data
A data source contains the data sent by a data source
type Data {
signers: [Signer!]
data: [Property!]
matchedSpecIds: [ID!]
broadcastAt: Timestamp!
}
Fields
Data.signers
● [Signer!]
list object
signers is the list of public keys/ETH addresses that signed the data
Data.data
● [Property!]
list object
properties contains all the properties sent by a data source
Data.matchedSpecIds
● [ID!]
list scalar
List of all the data specs that matched this source data. When the array is empty, it means no data spec matched this source data.
Data.broadcastAt
● Timestamp!
non-null scalar
RFC3339Nano formatted date and time for when the data was broadcast to the markets with a matching data spec. It has no value when the source data does not match any data spec.
Member of
ExternalData
object