The oracle's query and response formats

interface OracleFormat {
    query: string;
    response: string;
}

Properties

Properties

query: string

The query format

response: string

The response format