Skip to content

Commit

Permalink
Update subxt types (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmarkushin authored Dec 5, 2023
1 parent 698146a commit 50eb36a
Show file tree
Hide file tree
Showing 6 changed files with 17,088 additions and 15,626 deletions.
7 changes: 5 additions & 2 deletions hyperspace/core/src/substrate/composable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,14 @@ impl From<SendPingParams> for FakeSendPingParams {
#[derive(Debug, Clone)]
pub enum ComposableConfig {}

define_id!(ComposableId, relaychain::api::runtime_types::polkadot_parachain::primitives::Id);
define_id!(
ComposableId,
relaychain::api::runtime_types::polkadot_parachain_primitives::primitives::Id
);

define_head_data!(
ComposableHeadData,
relaychain::api::runtime_types::polkadot_parachain::primitives::HeadData,
relaychain::api::runtime_types::polkadot_parachain_primitives::primitives::HeadData,
);

define_para_lifecycle!(ComposableParaLifecycle, ParaLifecycle);
Expand Down
7 changes: 5 additions & 2 deletions hyperspace/core/src/substrate/picasso_kusama.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,14 @@ impl From<SendPingParams> for FakeSendPingParams {
#[derive(Debug, Clone)]
pub enum PicassoKusamaConfig {}

define_id!(PicassoId, relaychain::api::runtime_types::polkadot_parachain::primitives::Id);
define_id!(
PicassoId,
relaychain::api::runtime_types::polkadot_parachain_primitives::primitives::Id
);

define_head_data!(
PicassoHeadData,
relaychain::api::runtime_types::polkadot_parachain::primitives::HeadData,
relaychain::api::runtime_types::polkadot_parachain_primitives::primitives::HeadData,
);

define_para_lifecycle!(PicassoParaLifecycle, ParaLifecycle);
Expand Down
Loading

0 comments on commit 50eb36a

Please sign in to comment.