QueryActivesResponse is response type for the Query/Actives RPC method.

interface QueryActivesResponse {
    actives: string[];
}

Properties

Properties

actives: string[]

actives defines a list of the denomination which oracle prices aggreed upon.