Skip to content

Commit

Permalink
commets account prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
runcomet committed Dec 28, 2024
1 parent b5639b1 commit 22d166e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion substrate/frame/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,8 @@ pub mod hashing {
}

/// Currency related traits.
///
/// This is already part of the [`prelude`].
pub mod currency {
pub use frame_support::traits::{
fungibles::{Inspect, InspectFreeze, MutateFreeze},
Expand All @@ -554,7 +556,9 @@ pub mod currency {
};
}

/// Traits related to Accounts on substrate based chains.
/// All account management related traits.
///
/// This is already part of the [`prelude`].
pub mod account {
pub use frame_support::traits::{
AsEnsureOriginWithArg, ChangeMembers, EitherOfDiverse, InitializeMembers,
Expand Down

0 comments on commit 22d166e

Please sign in to comment.