issues
search
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
655
stars
344
forks
source link
feat: allow to specify an AccountParser inside CosmWasmClient
#1610
Open
CalicoNino
opened
1 month ago
CalicoNino
commented
1 month ago
Similarly to
https://github.com/cosmos/cosmjs/pull/1102
but for CosmWasmClient
Needed for adding a custom accountParser for reading custom accounts
Potentially solves an issue relating to nibijs with Keplr Accounts
https://github.com/NibiruChain/ts-sdk/issues/371
, already created an account parser
https://github.com/NibiruChain/ts-sdk/pull/374