endpoints/seichainparamsGET/sei-protocol/seichain/tokenfactory/paramsParams defines a gRPC query method that returns the tokenfactory module's parameters.Responses200A successful response.Propertiesparamsobjectparams defines the parameters of the module.defaultAn unexpected error response.PropertiescodeintegermessagestringdetailsarrayExample Usageimport { getQueryClient } from '@sei-js/cosmjs'; const queryClient = await getQueryClient("YOUR_RPC_URL"); const { params } = queryClient.sei-protocol.seichain.tokenfactory; const params: QueryParamsRequest = {}; const response: QueryParamsResponseSDKType = await params(params);