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

interface QueryParamsRequestAmino {
    params_type?: string;
}

Properties

Properties

params_type?: string

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