QueryParamsResponse is response type for the Query/Params RPC method.

interface QueryParamsResponse {
    params: Params;
}

Properties

Properties

params: Params

params holds all the parameters of this module.