mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 20:21:03 +00:00
XCM remove extra QueryId types from traits (#3763)
We do not need to make these traits generic over QueryId type, we can just use the QueryId alias everywhere
This commit is contained in:
@@ -88,7 +88,7 @@ impl<
|
||||
type Beneficiary = Beneficiary;
|
||||
type AssetKind = AssetKind;
|
||||
type Balance = u128;
|
||||
type Id = Querier::QueryId;
|
||||
type Id = QueryId;
|
||||
type Error = xcm::latest::Error;
|
||||
|
||||
fn pay(
|
||||
|
||||
Reference in New Issue
Block a user