QueryModuleStateResponse is the response type for the Query/TokenfactoryModuleState RPC method.
GET /injective/tokenfactory/v1beta1/module_state HTTP/1.1 Host: inj.nownodes.io Accept: */*
A successful response.
{ "state": { "params": { "denom_creation_fee": [ { "denom": "text", "amount": "text" } ] }, "factory_denoms": [ { "denom": "text", "authority_metadata": { "admin": "text" }, "name": "text", "symbol": "text", "decimals": 1 } ] } }