QueryModuleStateResponse is the response type for the Query/AuctionModuleState RPC method.
GET /injective/auction/v1beta1/module_state HTTP/1.1 Host: inj.nownodes.io Accept: */*
A successful response.
{ "state": { "params": { "auction_period": "text", "min_next_bid_increment_rate": "text" }, "auction_round": "text", "highest_bid": { "bidder": "text", "amount": "text" }, "auction_ending_timestamp": "text", "last_auction_result": { "winner": "text", "amount": "text", "round": "text" } } }