Serialize/Deserialize trait implemented in no-std for XCM assets (#3057)

Continues the work of https://github.com/paritytech/polkadot/pull/7312.
`MultiLocation` was modified to implement serialize in no-std in that
PR, but not the assets types.
This PR does the same for assets, and this also allows to inject them in
pallets that require them in genesis.
This commit is contained in:
Francisco Gamundi
2024-01-28 01:34:49 +01:00
committed by GitHub
parent a9992dbb31
commit de835f4cd9
3 changed files with 224 additions and 32 deletions
+13
View File
@@ -0,0 +1,13 @@
# Schema: Polkadot SDK PRDoc Schema (prdoc) v1.0.0
# See doc at https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/prdoc/schema_user.json
title: Serialize/Deserialize trait implemented in no-std for XCM assets types
doc:
- audience: Runtime Dev
description: |
Serialize/Deserialize trait implemented in no-std for XCM v3 and v4
assets types
crates:
- name: staging-xcm