difftreelog
doc: foreign assets
in: master
1 file changed
pallets/foreign-assets/src/lib.rsdiffbeforeafterboth14// You should have received a copy of the GNU General Public License14// You should have received a copy of the GNU General Public License15// 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/>.161617//! # Foreign assets17//! # Foreign Assets18//!19//! - [`Config`]20//! - [`Call`]21//! - [`Pallet`]22//!18//!23//! ## Overview19//! ## Overview24//!20//!25//! Under construction21//! The Foreign Assets is a proxy that maps XCM operations to the Unique Network's pallets logic.262227#![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)]