mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 18:15:19 +00:00
ffd306ef52
* add grpc client * add e2e tests for grpc client * add grpc client readme * doc update * fix more doc issues * remove util namespace & move grpc client to chain * rename GrpcClient to Grpc * add 3rd party query clients * fix invalid url in readme * update e2e tests to use grpc client (#1787)
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
|