mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 07:41:08 +00:00
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:
committed by
GitHub
parent
a9992dbb31
commit
de835f4cd9
@@ -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
|
||||
Reference in New Issue
Block a user