mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-15 04:25:27 +00:00
8 lines
256 B
Go
8 lines
256 B
Go
/*
|
|
The query package includes Cosmos and 0gchaind 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 0gchaind app.
|
|
*/
|
|
package query
|