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

interface QueryParamsResponseAmino {
    params?: ParamsAmino;
}

Properties

Properties

params?: ParamsAmino

params defines the parameters of the module.