Interface GetOracleQueriesByPubkeyOptionalParams

Optional parameters.

interface GetOracleQueriesByPubkeyOptionalParams {
    from?: string;
    limit?: number;
    type?: OracleQueryType;
}

Hierarchy

  • OperationOptions
    • GetOracleQueriesByPubkeyOptionalParams

Properties

Properties

from?: string

Last query id in previous page

limit?: number

Max number of oracle queries

The type of a query: open, closed or all