Skip to content

Commit

Permalink
Add pallet description docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunxw committed Jul 27, 2023
1 parent 8831ba9 commit 5666403
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions pallets/xvm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,21 @@

//! # XVM pallet
//!
//! A module to provide
//!
//! ## Overview
//!
//! ## Interface
//! The XVM pallet provides a runtime interface to call different VMs. It currently
//! supports two VMs: EVM and WASM. With further development, more VMs can be added.
//!
//! ### Dispatchable Function
//! Together with other functionalities like Chain Extension and precompiles,
//! the XVM pallet enables the runtime to support cross-VM calls.
//!
//! ## Interface
//!
//! ### Other
//! ### Implementation
//!
//! - Implements `XvmCall` trait.
//!

#![cfg_attr(not(feature = "std"), no_std)]
Expand Down

0 comments on commit 5666403

Please sign in to comment.