mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 07:01:05 +00:00
Update Artifacts (auto-generated) (#1860)
* Update Artifacts (auto-generated) * fix assethub example * update Cargo.lock for wasm tests * cargo fmt * fix subxt cli tests * disable failing wasm tests * add issue link for disabled test --------- Co-authored-by: niklasad1 <14157425+niklasad1@users.noreply.github.com> Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com>
This commit is contained in:
committed by
GitHub
parent
3219659f12
commit
cb9571d7a6
@@ -7,13 +7,14 @@ use subxt_signer::sr25519::dev;
|
||||
#[subxt::subxt(
|
||||
runtime_metadata_path = "../artifacts/polkadot_metadata_full.scale",
|
||||
derive_for_type(
|
||||
path = "xcm::v2::multilocation::MultiLocation",
|
||||
path = "staging_xcm::v3::multilocation::MultiLocation",
|
||||
derive = "Clone",
|
||||
recursive
|
||||
)
|
||||
)]
|
||||
pub mod runtime {}
|
||||
use runtime::runtime_types::xcm::v2::multilocation::{Junctions, MultiLocation};
|
||||
use runtime::runtime_types::staging_xcm::v3::multilocation::MultiLocation;
|
||||
use runtime::runtime_types::xcm::v3::junctions::Junctions;
|
||||
|
||||
// We don't need to construct this at runtime, so an empty enum is appropriate.
|
||||
pub enum AssetHubConfig {}
|
||||
|
||||
Reference in New Issue
Block a user