Type Definition pallet_collective::Pallet[][src]

type Pallet<T, I = DefaultInstance> = Module<T, I>;
Expand description

Type alias to Module, to be used by construct_runtime.

Trait Implementations

Get the benchmarks available for this pallet. Generally there is one benchmark per extrinsic, so these are sometimes just called “extrinsics”. Read more

Run the benchmarks for this pallet.