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

interface QueryActivesResponseAmino {
    actives?: string[];
}

Properties

Properties

actives?: string[]

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