From 11758e7eb7b8441ce74134c90c1d0d9bb094b04c Mon Sep 17 00:00:00 2001 From: Daniel Shiposha Date: Wed, 18 Oct 2023 13:09:46 +0000 Subject: [PATCH] doc: foreign assets --- --- a/pallets/foreign-assets/src/lib.rs +++ b/pallets/foreign-assets/src/lib.rs @@ -14,15 +14,11 @@ // You should have received a copy of the GNU General Public License // along with Unique Network. If not, see . -//! # Foreign assets -//! -//! - [`Config`] -//! - [`Call`] -//! - [`Pallet`] +//! # Foreign Assets //! //! ## Overview //! -//! Under construction +//! The Foreign Assets is a proxy that maps XCM operations to the Unique Network's pallets logic. #![cfg_attr(not(feature = "std"), no_std)] #![allow(clippy::unused_unit)] -- gitstuff