cosmos / cosmjs

The Swiss Army knife to power JavaScript based client solutions ranging from Web apps/explorers over browser extensions to server-side clients like faucets/scrapers.
https://cosmos.github.io/cosmjs/
Apache License 2.0
645 stars 330 forks source link

How can I get the block chain height? #1450

Closed llwinner closed 1 year ago

llwinner commented 1 year ago

How can I get the block chain height?I didn't find the method. Please help me.

webmaster128 commented 1 year ago

There is getHeight in all higher level clients

llwinner commented 1 year ago

Thanks, I'll try