mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 16:21:06 +00:00
Rename remaining occurences of SRML to FRAME (#4932)
* rename remaining SRML occurences to FRAME * Some module -> pallet * remove out of date url Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com> Co-authored-by: Cecile Tonglet <cecile.tonglet@cecton.com>
This commit is contained in:
@@ -21,9 +21,9 @@
|
||||
//!
|
||||
//! ## Overview
|
||||
//!
|
||||
//! The executive module is not a typical SRML module providing functionality around a specific feature.
|
||||
//! It is a cross-cutting framework component for the SRML. It works in conjunction with the
|
||||
//! [SRML System module](../frame_system/index.html) to perform these cross-cutting functions.
|
||||
//! The executive module is not a typical pallet providing functionality around a specific feature.
|
||||
//! It is a cross-cutting framework component for the FRAME. It works in conjunction with the
|
||||
//! [FRAME System module](../frame_system/index.html) to perform these cross-cutting functions.
|
||||
//!
|
||||
//! The Executive module provides functions to:
|
||||
//!
|
||||
@@ -39,7 +39,7 @@
|
||||
//! The Executive module provides the following implementations:
|
||||
//!
|
||||
//! - `ExecuteBlock`: Trait that can be used to execute a block.
|
||||
//! - `Executive`: Type that can be used to make the SRML available from the runtime.
|
||||
//! - `Executive`: Type that can be used to make the FRAME available from the runtime.
|
||||
//!
|
||||
//! ## Usage
|
||||
//!
|
||||
|
||||
Reference in New Issue
Block a user