Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified docs/assets/balance-example-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/balance-example-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/balance-example-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/balance-example-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/balance-example-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
176 changes: 95 additions & 81 deletions docs/learn/learn-account-balances.md

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions docs/learn/learn-guides-accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,10 @@ The `AccountData` structure defines the balance types in Substrate. The three ty
include:

- `free`, is the balance that is free but not necessarily transferrable.
- `reserved`, is the balance that is not free, and it is put on hold for on-chain activity such as
- `reserved`, is the balance that is not free, and it is put on hold for on-chain activity such as staking,
deposits for multi-signature calls, setting up proxies and identities, and other actions that hold
state on the network.
- `frozen`, is the amount that is free to use for on-chain activity but is locked in staking,
governance, or vesting.
- `frozen`, is the amount that is free to use for on-chain activity but is locked in governance, or vesting.

The **usable** or transferrable balance of the account is currently calculated using the formula
below:
Expand Down