Skip to content

Commit

Permalink
Merge pull request #8130 from Agoric/gibson-8056-followup-2
Browse files Browse the repository at this point in the history
docs(cosmos/x/vstorage): Add REAME link to vstorage/query.proto
  • Loading branch information
gibson042 authored and mhofman committed Feb 18, 2024
2 parents 4d3c6e0 + f2d2bc8 commit f71b439
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions golang/cosmos/x/vstorage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,11 @@ This is used by the SwingSet "bridge".

## External protobuf interface

RPC via [Querier](./keeper/grpc_query.go)
and [CometBFT method "abci_query"](https://docs.cometbft.com/v0.37/rpc/#/ABCI/abci_query)
with params `{ "path": "/agoric.vstorage.Query/...", "data": "<hexadecimal representation of serialized protobuf>" }`
via the same
RPC via [Querier](./keeper/grpc_query.go),
and [CometBFT method "abci_query"](https://docs.cometbft.com/main/rpc/#/ABCI/abci_query)
with params `path` "/agoric.vstorage.Query/..."
and `data` \<serialized protobuf per [vstorage/query.proto](../../proto/agoric/vstorage/query.proto)>
(also via [Querier](./keeper/grpc_query.go))
* /agoric.vstorage.Query/CapData
* /agoric.vstorage.Query/Children
* /agoric.vstorage.Query/Data
Expand Down

0 comments on commit f71b439

Please sign in to comment.