Trait frame_support::traits::PalletsInfoAccess
source · pub trait PalletsInfoAccess {
fn infos() -> Vec<PalletInfoData> ⓘ;
fn count() -> usize { ... }
}
Expand description
Provide information about a bunch of pallets.
Required Methods§
sourcefn infos() -> Vec<PalletInfoData> ⓘ
fn infos() -> Vec<PalletInfoData> ⓘ
All of the pallets’ information that this type represents.