mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 21:01:02 +00:00
Minor fix to encoding for XCM v1 (#3602)
This commit is contained in:
@@ -146,7 +146,7 @@ impl AssetId {
|
|||||||
/// Classification of whether an asset is fungible or not, along with a mandatory amount or instance.
|
/// Classification of whether an asset is fungible or not, along with a mandatory amount or instance.
|
||||||
#[derive(Clone, Eq, PartialEq, Ord, PartialOrd, Debug, Encode, Decode)]
|
#[derive(Clone, Eq, PartialEq, Ord, PartialOrd, Debug, Encode, Decode)]
|
||||||
pub enum Fungibility {
|
pub enum Fungibility {
|
||||||
Fungible(u128),
|
Fungible(#[codec(compact)] u128),
|
||||||
NonFungible(AssetInstance),
|
NonFungible(AssetInstance),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user