Files
pezkuwi-subxt/prdoc/pr_3057.prdoc
T
Francisco Gamundi de835f4cd9 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.
2024-01-28 00:34:49 +00:00

14 lines
406 B
Plaintext

# 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