Type Definition operations::pallet::Module

source · []
pub type Module<T> = Pallet<T>;
Expand description

Type alias to Pallet, to be used by construct_runtime.

Generated by pallet attribute macro.

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. Read more