Module pallet_balances::types
source · Expand description
Types used in the pallet.
Structs§
- All balance information for an account.
- A single lock on a balance. There can be many of these on an account and they “overlap”, so the same balance is frozen by multiple locks.
- An identifier and balance.
- Store named reserved balance.
Enums§
- Whether something should be interpreted as an increase or a decrease.
- Simplified reasons for withdrawing balance.