polkadot-js / apps

Basic Polkadot/Substrate UI for interacting with a Polkadot and Substrate node. This is the main user-facing application, allowing access to all features available on Substrate chains.
https://dotapps.io
Apache License 2.0
1.76k stars 1.55k forks source link

Chain state pallet - "balances account" doesn't show balance #7198

Closed nakata5321 closed 2 years ago

nakata5321 commented 2 years ago

Problem

I was trying to get account balance on "polkadot.js.org". In Chain state balances-> account pallet doesn't show balance of account

image However, this balance have account and I can see it in Chain state system->account in data part. image

Reproduce

Go to Chain state[page and choose system -> account and press plus button. Then choose balances -> account on Chain state page and press plus button again.

System information

Firefox browser -version 97.0 (64-bit) airalab-robonomics v1.8.4 api v7.13.1 apps v0.110.1

jacogr commented 2 years ago

As expected. Balances are not stored in balances.account in the default Substrate. The system.account entry allows for one write updating the nonce and balance changes.

(Obviously depending on chain it could be stored there, the default config just moves the storage for the write optimization on most chains)

polkadot-js-bot commented 2 years ago

This issue has been open for 21 days with no activity and is not labelled as an enhancement. It will be closed in 7 days.

polkadot-js-bot commented 2 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue if you think you have a related problem or query.