mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-08 19:27:23 +00:00
Allow other pallets to check asset ids. (#12666)
* Make it easier for other pallets to check asset ids. * Avoid boxing * cargo fmt
This commit is contained in:
@@ -154,6 +154,7 @@ use frame_support::{
|
||||
dispatch::{DispatchError, DispatchResult},
|
||||
ensure,
|
||||
pallet_prelude::DispatchResultWithPostInfo,
|
||||
storage::KeyPrefixIterator,
|
||||
traits::{
|
||||
tokens::{fungibles, DepositConsequence, WithdrawConsequence},
|
||||
BalanceStatus::Reserved,
|
||||
|
||||
Reference in New Issue
Block a user