mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 13:57:58 +00:00
make AllModules public (#8017)
* make AllModules public * add doc comments for AllModules
This commit is contained in:
@@ -470,8 +470,11 @@ fn decl_all_modules<'a>(
|
||||
|
||||
quote!(
|
||||
#types
|
||||
type AllModules = ( #all_modules );
|
||||
type AllModulesWithSystem = ( #all_modules_with_system );
|
||||
/// All pallets included in the runtime as a nested tuple of types.
|
||||
/// Excludes the System pallet.
|
||||
pub type AllModules = ( #all_modules );
|
||||
/// All pallets included in the runtime as a nested tuple of types.
|
||||
pub type AllModulesWithSystem = ( #all_modules_with_system );
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user