git.delta.rocks / unique-network / refs/commits / 11758e7eb7b8

difftreelog

doc: foreign assets

Daniel Shiposha2023-10-18parent: #e2da42b.patch.diff
in: master

1 file changed

modifiedpallets/foreign-assets/src/lib.rsdiffbeforeafterboth
14// You should have received a copy of the GNU General Public License14// You should have received a copy of the GNU General Public License
15// along with Unique Network. If not, see <http://www.gnu.org/licenses/>.15// along with Unique Network. If not, see <http://www.gnu.org/licenses/>.
1616
17//! # Foreign assets17//! # Foreign Assets
18//!
19//! - [`Config`]
20//! - [`Call`]
21//! - [`Pallet`]
22//!18//!
23//! ## Overview19//! ## Overview
24//!20//!
25//! Under construction21//! The Foreign Assets is a proxy that maps XCM operations to the Unique Network's pallets logic.
2622
27#![cfg_attr(not(feature = "std"), no_std)]23#![cfg_attr(not(feature = "std"), no_std)]
28#![allow(clippy::unused_unit)]24#![allow(clippy::unused_unit)]