Account Sequence Number

whats the easiest way of getting the sequence for an account in cosmos using javascript with a known address of a validator?

I believe you can get it from account information, if you use json rpc
https://cosmos.network/rpc/#/ICS1/get_auth_accounts__address_

1 Like