docs(balances): fix broken links and correct trait name in README #10352
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Fixes broken documentation links in the Balances module README and corrects the trait name from
IsDeadAccount(which doesn't exist) toOnKilledAccount(the correct trait). Also adds deprecation warnings for Currency-related traits to guide developers to use the newerfungibletraits instead.Integration
No integration needed - this is a documentation-only change. The
R0-no-crate-publish-requiredlabel applies to this PR.Review Notes
This PR fixes documentation issues in
substrate/frame/balances/README.md:[Currency](https://docs.rs/frame-support/...))IsDeadAccount→OnKilledAccount. Verified thatOnKilledAccountis the correct trait name andIsDeadAccountdoes not exist in the codebaseCurrency,ReservableCurrency, andLockableCurrencytraits with a note directing developers to use thefungibletraits insteadNo code changes, only documentation improvements.
Checklist
Trequired)/cmd label <label-name>to add labels