github.com/cosmos/cosmos-sdk@v0.50.10/x/auth/types/querier.go (about) 1 package types 2 3 // query endpoints supported by the auth Querier 4 const ( 5 QueryAccount = "account" 6 QueryParams = "params" 7 )