Skip to main content
Version: testnet (v0.75)

data.proto

path vega/commands/v1/data.proto

package vega.commands.v1


Messages

OracleDataSubmission

Command to submit new oracle data from third party providers

NameTypeDescription
sourceOracleDataSubmission.OracleSourceSource from which the data is coming from.
payloadbytesData provided by the data source.

Enums

OracleDataSubmission.OracleSource

Supported oracle sources

NameNumberDescription
ORACLE_SOURCE_UNSPECIFIED0Default value
ORACLE_SOURCE_OPEN_ORACLE1Specifies that the payload will be base64 encoded JSON conforming to the Open Oracle standard.
ORACLE_SOURCE_JSON2Specifies that the payload will be base64 encoded JSON, but does not specify the shape of the data.
ORACLE_SOURCE_ETHEREUM3Specifies that the payload will be base64 encoded JSON conforming to the ETH standard.