Skip to content

Commit 63c1578

Browse files
Fix imports
1 parent 2955ce4 commit 63c1578

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.snippets/code/tutorials/interoperability/xcm-observability/initiate-reserve-withdraw-with-set-topic.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {Binary, type BlockInfo, createClient, Enum, type PolkadotClient} from "polkadot-api";
1+
import {Binary, createClient, Enum, type BlockInfo, type PolkadotClient} from "polkadot-api";
22
import {withPolkadotSdkCompat} from "polkadot-api/polkadot-sdk-compat";
33
import {getPolkadotSigner} from "polkadot-api/signer";
44
import {getWsProvider} from "polkadot-api/ws-provider/web";

llms-full.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31605,7 +31605,7 @@ Your manual `SetTopic` is preserved by the runtime:
3160531605
Create and run `initiate-reserve-withdraw-with-set-topic.ts`:
3160631606

3160731607
```ts
31608-
import {Binary, type BlockInfo, createClient, Enum, type PolkadotClient} from "polkadot-api";
31608+
import {Binary, createClient, Enum, type BlockInfo, type PolkadotClient} from "polkadot-api";
3160931609
import {withPolkadotSdkCompat} from "polkadot-api/polkadot-sdk-compat";
3161031610
import {getPolkadotSigner} from "polkadot-api/signer";
3161131611
import {getWsProvider} from "polkadot-api/ws-provider/web";

0 commit comments

Comments
 (0)