pallets property

List<PalletMetadataV14> pallets
final

List of all pallets (modules) in the runtime

Each pallet represents a logical unit of functionality in the blockchain, such as Balances, System, or Staking.

Implementation

final List<PalletMetadataV14> pallets;