Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Jul 31, 2023
1 parent 0f09645 commit ed4c311
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,6 @@ const balance = await client.cosmos.bank.v1beta1

// you can also query the osmosis pools
const response = await client.osmosis.gamm.v1beta1.pools();

// currently Pools need to be decoded
response.pools.map(({ typeUrl, value }) => {
console.log(osmosis.gamm.v1beta1.Pool.decode(value));
})
```

** Every RPC endpoint is available! Simply use vscode or another tool to visually explore through autocomplete all of the RPC endpoints available on the `RPCQueryClient`!
Expand Down

0 comments on commit ed4c311

Please sign in to comment.