osmosis-labs / osmojs

OsmosJS makes it easy to compose and broadcast Osmosis and Cosmos messages
https://cosmology.zone/products/osmojs
Apache License 2.0
62 stars 32 forks source link

get error (0 , any_1.Any) is not a function #86

Open yousonnet opened 5 months ago

yousonnet commented 5 months ago

there is redo:

const client = await createRPCQueryClient({ rpcEndpoint: "https://rpc.osmosis.zone", });

let pools_get = await client.osmosis.gamm.v1beta1.pools(); console.log(pools_get);