mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 04:07:57 +00:00
59b2661444
This PR backports Node version and `spec_version` bumps to `1.8.0` from the latest release and orders prdoc files related to it.
16 lines
668 B
Plaintext
16 lines
668 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: "Implement `ConversionToAssetBalance` in asset-rate"
|
|
|
|
doc:
|
|
- audience: Runtime Dev
|
|
description: |
|
|
Implements the `ConversionToAssetBalance` trait to the asset-rate pallet.
|
|
|
|
Previously only the `ConversionFromAssetBalance` trait was implemented, which would allow to convert an asset balance into the corresponding native balance.
|
|
|
|
The `ConversionToAssetBalance` allows to use pallet-asset-rate, e.g., as a mechanism to charge XCM fees in an asset that is not the native.
|
|
crates: [ ]
|
|
|