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

interface QueryParamsResponseAmino {
    params?: ParamsAmino;
}

Properties

Properties

params?: ParamsAmino

params holds all the parameters of this module.