QueryClientParamsResponse is the response type for the Query/ClientParams RPC method.

interface QueryClientParamsResponseAmino {
    params?: ParamsAmino;
}

Properties

Properties

params?: ParamsAmino

params defines the parameters of the module.