QueryParamsRequest is the request type for the Query/Params RPC method.

interface QueryParamsRequest {
    paramsType: string;
}

Properties

Properties

paramsType: string

params_type defines which parameters to query for, can be one of "voting", "tallying" or "deposit".