mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
8 lines
248 B
Go
8 lines
248 B
Go
|
/*
|
||
|
The query package includes Cosmos and Kava gRPC query clients.
|
||
|
|
||
|
To ensure that the `QueryClient` stays updated, add new module query clients
|
||
|
to the `QueryClient` whenever new modules with grpc queries are added to the Kava app.
|
||
|
*/
|
||
|
package query
|