QueryPoolResponse is response type for the Query/Pool RPC method.
GET //cosmos/staking/v1beta1/pool HTTP/1.1 Host: lunc.nownodes.io Accept: */*
A successful response.
{ "pool": { "not_bonded_tokens": "text", "bonded_tokens": "text" } }