You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: llms.txt
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -673,8 +673,7 @@ The `xcm-emulator` provides macros for defining a mocked testing environment. Ch
673
673
- [**`decl_test_relay_chains`**](https://github.com/paritytech/polkadot-sdk/blob/{{dependencies.repositories.polkadot_sdk.version}}/cumulus/xcm/xcm-emulator/src/lib.rs#L360){target=\_blank} - defines runtime and configuration for the relay chains. Example:
674
674
675
675
```rust
676
-
decl_test_relay_chains! {
677
-
#[api_version(13)]
676
+
#[api_version(13)]
678
677
pub struct Westend {
679
678
genesis = genesis::genesis(),
680
679
on_init = (),
@@ -699,8 +698,7 @@ The `xcm-emulator` provides macros for defining a mocked testing environment. Ch
699
698
- [**`decl_test_parachains`**](https://github.com/paritytech/polkadot-sdk/blob/{{dependencies.repositories.polkadot_sdk.version}}/cumulus/xcm/xcm-emulator/src/lib.rs#L595){target=\_blank} - defines runtime and configuration for the parachains. Example:
0 commit comments