@dedot/chaintypes 0.194.0 → 0.196.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/aleph/consts.d.ts +2 -2
- package/aleph/errors.d.ts +228 -228
- package/aleph/events.d.ts +122 -226
- package/aleph/index.d.ts +15 -17
- package/aleph/json-rpc.d.ts +3 -3
- package/aleph/query.d.ts +171 -207
- package/aleph/runtime.d.ts +47 -63
- package/aleph/tx.d.ts +377 -550
- package/aleph/view-functions.d.ts +2 -2
- package/astar/consts.d.ts +2 -2
- package/astar/errors.d.ts +431 -431
- package/astar/events.d.ts +232 -401
- package/astar/index.d.ts +15 -17
- package/astar/json-rpc.d.ts +3 -3
- package/astar/query.d.ts +243 -289
- package/astar/runtime.d.ts +59 -87
- package/astar/tx.d.ts +671 -980
- package/astar/view-functions.d.ts +2 -2
- package/basilisk/consts.d.ts +2 -2
- package/basilisk/errors.d.ts +489 -489
- package/basilisk/events.d.ts +187 -408
- package/basilisk/index.d.ts +15 -17
- package/basilisk/json-rpc.d.ts +3 -3
- package/basilisk/query.d.ts +213 -272
- package/basilisk/runtime.d.ts +27 -28
- package/basilisk/tx.d.ts +579 -842
- package/basilisk/view-functions.d.ts +2 -2
- package/hydration/consts.d.ts +47 -14
- package/hydration/errors.d.ts +827 -737
- package/hydration/events.d.ts +639 -527
- package/hydration/index.d.ts +16 -18
- package/hydration/json-rpc.d.ts +3 -3
- package/hydration/query.d.ts +530 -396
- package/hydration/runtime.d.ts +181 -89
- package/hydration/tx.d.ts +1130 -1167
- package/hydration/types.d.ts +889 -42
- package/hydration/view-functions.d.ts +2 -2
- package/kusama/consts.d.ts +2 -2
- package/kusama/errors.d.ts +571 -571
- package/kusama/events.d.ts +216 -477
- package/kusama/index.d.ts +15 -17
- package/kusama/json-rpc.d.ts +3 -3
- package/kusama/query.d.ts +360 -502
- package/kusama/runtime.d.ts +82 -131
- package/kusama/tx.d.ts +851 -1246
- package/kusama/view-functions.d.ts +7 -12
- package/kusama-asset-hub/consts.d.ts +2 -2
- package/kusama-asset-hub/errors.d.ts +653 -653
- package/kusama-asset-hub/events.d.ts +286 -629
- package/kusama-asset-hub/index.d.ts +16 -17
- package/kusama-asset-hub/json-rpc.d.ts +3 -3
- package/kusama-asset-hub/query.d.ts +316 -448
- package/kusama-asset-hub/runtime.d.ts +74 -111
- package/kusama-asset-hub/tx.d.ts +1059 -1558
- package/kusama-asset-hub/view-functions.d.ts +7 -9
- package/kusama-people/consts.d.ts +2 -2
- package/kusama-people/errors.d.ts +160 -160
- package/kusama-people/events.d.ts +89 -176
- package/kusama-people/index.d.ts +15 -17
- package/kusama-people/json-rpc.d.ts +3 -3
- package/kusama-people/query.d.ts +114 -145
- package/kusama-people/runtime.d.ts +45 -65
- package/kusama-people/tx.d.ts +246 -356
- package/kusama-people/view-functions.d.ts +3 -5
- package/moonbeam/consts.d.ts +2 -2
- package/moonbeam/errors.d.ts +478 -478
- package/moonbeam/events.d.ts +182 -426
- package/moonbeam/index.d.ts +15 -17
- package/moonbeam/json-rpc.d.ts +11 -3
- package/moonbeam/query.d.ts +234 -294
- package/moonbeam/runtime.d.ts +61 -89
- package/moonbeam/tx.d.ts +618 -901
- package/moonbeam/view-functions.d.ts +2 -2
- package/package.json +6 -3
- package/paseo/consts.d.ts +2 -2
- package/paseo/errors.d.ts +513 -513
- package/paseo/events.d.ts +197 -430
- package/paseo/index.d.ts +16 -18
- package/paseo/json-rpc.d.ts +3 -3
- package/paseo/query.d.ts +329 -450
- package/paseo/runtime.d.ts +107 -131
- package/paseo/tx.d.ts +787 -1151
- package/paseo/types.d.ts +7 -0
- package/paseo/view-functions.d.ts +7 -12
- package/paseo-asset-hub/consts.d.ts +2 -2
- package/paseo-asset-hub/errors.d.ts +605 -605
- package/paseo-asset-hub/events.d.ts +268 -600
- package/paseo-asset-hub/index.d.ts +17 -18
- package/paseo-asset-hub/json-rpc.d.ts +3 -3
- package/paseo-asset-hub/query.d.ts +293 -413
- package/paseo-asset-hub/runtime.d.ts +96 -104
- package/paseo-asset-hub/tx.d.ts +997 -1466
- package/paseo-asset-hub/types.d.ts +7 -0
- package/paseo-asset-hub/view-functions.d.ts +7 -9
- package/paseo-hydration/consts.d.ts +13 -3
- package/paseo-hydration/errors.d.ts +756 -745
- package/paseo-hydration/events.d.ts +277 -554
- package/paseo-hydration/index.d.ts +16 -18
- package/paseo-hydration/json-rpc.d.ts +3 -3
- package/paseo-hydration/query.d.ts +321 -411
- package/paseo-hydration/runtime.d.ts +95 -106
- package/paseo-hydration/tx.d.ts +923 -1226
- package/paseo-hydration/types.d.ts +91 -50
- package/paseo-hydration/view-functions.d.ts +2 -2
- package/paseo-people/consts.d.ts +2 -2
- package/paseo-people/errors.d.ts +162 -162
- package/paseo-people/events.d.ts +91 -181
- package/paseo-people/index.d.ts +16 -18
- package/paseo-people/json-rpc.d.ts +3 -3
- package/paseo-people/query.d.ts +116 -143
- package/paseo-people/runtime.d.ts +70 -65
- package/paseo-people/tx.d.ts +257 -372
- package/paseo-people/types.d.ts +7 -0
- package/paseo-people/view-functions.d.ts +3 -5
- package/polkadot/consts.d.ts +2 -2
- package/polkadot/errors.d.ts +501 -501
- package/polkadot/events.d.ts +195 -426
- package/polkadot/index.d.ts +15 -17
- package/polkadot/json-rpc.d.ts +3 -3
- package/polkadot/query.d.ts +329 -450
- package/polkadot/runtime.d.ts +83 -133
- package/polkadot/tx.d.ts +765 -1119
- package/polkadot/view-functions.d.ts +7 -12
- package/polkadot-asset-hub/consts.d.ts +2 -2
- package/polkadot-asset-hub/errors.d.ts +554 -554
- package/polkadot-asset-hub/events.d.ts +261 -585
- package/polkadot-asset-hub/index.d.ts +16 -17
- package/polkadot-asset-hub/json-rpc.d.ts +3 -3
- package/polkadot-asset-hub/query.d.ts +279 -396
- package/polkadot-asset-hub/runtime.d.ts +65 -93
- package/polkadot-asset-hub/tx.d.ts +952 -1400
- package/polkadot-asset-hub/view-functions.d.ts +7 -9
- package/polkadot-people/consts.d.ts +2 -2
- package/polkadot-people/errors.d.ts +160 -160
- package/polkadot-people/events.d.ts +89 -176
- package/polkadot-people/index.d.ts +15 -17
- package/polkadot-people/json-rpc.d.ts +3 -3
- package/polkadot-people/query.d.ts +114 -145
- package/polkadot-people/runtime.d.ts +46 -67
- package/polkadot-people/tx.d.ts +246 -356
- package/polkadot-people/view-functions.d.ts +3 -5
- package/substrate/consts.d.ts +2 -2
- package/substrate/errors.d.ts +909 -909
- package/substrate/events.d.ts +389 -794
- package/substrate/index.d.ts +16 -17
- package/substrate/json-rpc.d.ts +3 -3
- package/substrate/query.d.ts +458 -572
- package/substrate/runtime.d.ts +82 -126
- package/substrate/tx.d.ts +1317 -1936
- package/substrate/view-functions.d.ts +2 -2
- package/vara/consts.d.ts +9 -37
- package/vara/errors.d.ts +402 -382
- package/vara/events.d.ts +172 -310
- package/vara/index.d.ts +16 -18
- package/vara/json-rpc.d.ts +7 -3
- package/vara/query.d.ts +299 -331
- package/vara/runtime.d.ts +61 -79
- package/vara/tx.d.ts +573 -754
- package/vara/types.d.ts +71 -26
- package/vara/view-functions.d.ts +2 -2
- package/westend/consts.d.ts +2 -2
- package/westend/errors.d.ts +532 -532
- package/westend/events.d.ts +205 -462
- package/westend/index.d.ts +15 -17
- package/westend/json-rpc.d.ts +3 -3
- package/westend/query.d.ts +312 -434
- package/westend/runtime.d.ts +83 -135
- package/westend/tx.d.ts +807 -1179
- package/westend/view-functions.d.ts +7 -12
- package/westend-asset-hub/consts.d.ts +2 -2
- package/westend-asset-hub/errors.d.ts +605 -605
- package/westend-asset-hub/events.d.ts +265 -614
- package/westend-asset-hub/index.d.ts +16 -17
- package/westend-asset-hub/json-rpc.d.ts +3 -3
- package/westend-asset-hub/query.d.ts +293 -418
- package/westend-asset-hub/runtime.d.ts +83 -123
- package/westend-asset-hub/tx.d.ts +918 -1348
- package/westend-asset-hub/view-functions.d.ts +8 -13
- package/westend-people/consts.d.ts +2 -2
- package/westend-people/errors.d.ts +160 -160
- package/westend-people/events.d.ts +93 -186
- package/westend-people/index.d.ts +15 -17
- package/westend-people/json-rpc.d.ts +3 -3
- package/westend-people/query.d.ts +114 -145
- package/westend-people/runtime.d.ts +46 -67
- package/westend-people/tx.d.ts +251 -363
- package/westend-people/view-functions.d.ts +3 -5
package/vara/types.d.ts
CHANGED
|
@@ -85,7 +85,8 @@ export type VaraRuntimeRuntimeEvent =
|
|
|
85
85
|
| { pallet: 'Gear'; palletEvent: PalletGearEvent }
|
|
86
86
|
| { pallet: 'StakingRewards'; palletEvent: PalletGearStakingRewardsEvent }
|
|
87
87
|
| { pallet: 'GearVoucher'; palletEvent: PalletGearVoucherEvent }
|
|
88
|
-
| { pallet: 'GearEthBridge'; palletEvent: PalletGearEthBridgeEvent }
|
|
88
|
+
| { pallet: 'GearEthBridge'; palletEvent: PalletGearEthBridgeEvent }
|
|
89
|
+
| { pallet: 'GrandpaSigner'; palletEvent: PalletGrandpaSignerEvent };
|
|
89
90
|
|
|
90
91
|
/**
|
|
91
92
|
* Event for the System pallet.
|
|
@@ -856,7 +857,8 @@ export type VaraRuntimeRuntimeCall =
|
|
|
856
857
|
| { pallet: 'Gear'; palletCall: PalletGearCall }
|
|
857
858
|
| { pallet: 'StakingRewards'; palletCall: PalletGearStakingRewardsCall }
|
|
858
859
|
| { pallet: 'GearVoucher'; palletCall: PalletGearVoucherCall }
|
|
859
|
-
| { pallet: 'GearEthBridge'; palletCall: PalletGearEthBridgeCall }
|
|
860
|
+
| { pallet: 'GearEthBridge'; palletCall: PalletGearEthBridgeCall }
|
|
861
|
+
| { pallet: 'GrandpaSigner'; palletCall: PalletGrandpaSignerCall };
|
|
860
862
|
|
|
861
863
|
export type VaraRuntimeRuntimeCallLike =
|
|
862
864
|
| { pallet: 'System'; palletCall: FrameSystemCallLike }
|
|
@@ -888,7 +890,8 @@ export type VaraRuntimeRuntimeCallLike =
|
|
|
888
890
|
| { pallet: 'Gear'; palletCall: PalletGearCallLike }
|
|
889
891
|
| { pallet: 'StakingRewards'; palletCall: PalletGearStakingRewardsCallLike }
|
|
890
892
|
| { pallet: 'GearVoucher'; palletCall: PalletGearVoucherCallLike }
|
|
891
|
-
| { pallet: 'GearEthBridge'; palletCall: PalletGearEthBridgeCallLike }
|
|
893
|
+
| { pallet: 'GearEthBridge'; palletCall: PalletGearEthBridgeCallLike }
|
|
894
|
+
| { pallet: 'GrandpaSigner'; palletCall: PalletGrandpaSignerCallLike };
|
|
892
895
|
|
|
893
896
|
/**
|
|
894
897
|
* Contains a variant per dispatchable extrinsic that this pallet has.
|
|
@@ -7505,6 +7508,32 @@ export type PalletGearEthBridgeCallLike =
|
|
|
7505
7508
|
**/
|
|
7506
7509
|
| { name: 'ResetOverflowedQueue'; params: { encodedFinalityProof: BytesLike } };
|
|
7507
7510
|
|
|
7511
|
+
/**
|
|
7512
|
+
* Contains a variant per dispatchable extrinsic that this pallet has.
|
|
7513
|
+
**/
|
|
7514
|
+
export type PalletGrandpaSignerCall =
|
|
7515
|
+
/**
|
|
7516
|
+
* Schedule a signing request for the current GRANDPA set.
|
|
7517
|
+
**/
|
|
7518
|
+
| { name: 'ScheduleRequest'; params: { payload: Bytes; setId?: bigint | undefined; expiresAt?: number | undefined } }
|
|
7519
|
+
/**
|
|
7520
|
+
* Submit a GRANDPA signature for a scheduled request (unsigned).
|
|
7521
|
+
**/
|
|
7522
|
+
| { name: 'SubmitSignature'; params: { requestId: number; authority: FixedBytes<32>; signature: FixedBytes<64> } };
|
|
7523
|
+
|
|
7524
|
+
export type PalletGrandpaSignerCallLike =
|
|
7525
|
+
/**
|
|
7526
|
+
* Schedule a signing request for the current GRANDPA set.
|
|
7527
|
+
**/
|
|
7528
|
+
| {
|
|
7529
|
+
name: 'ScheduleRequest';
|
|
7530
|
+
params: { payload: BytesLike; setId?: bigint | undefined; expiresAt?: number | undefined };
|
|
7531
|
+
}
|
|
7532
|
+
/**
|
|
7533
|
+
* Submit a GRANDPA signature for a scheduled request (unsigned).
|
|
7534
|
+
**/
|
|
7535
|
+
| { name: 'SubmitSignature'; params: { requestId: number; authority: FixedBytes<32>; signature: FixedBytes<64> } };
|
|
7536
|
+
|
|
7508
7537
|
export type SpRuntimeBlakeTwo256 = {};
|
|
7509
7538
|
|
|
7510
7539
|
export type PalletConvictionVotingTally = { ayes: bigint; nays: bigint; support: bigint };
|
|
@@ -8540,14 +8569,12 @@ export type GearCoreMessageUserUserMessage = {
|
|
|
8540
8569
|
id: GprimitivesMessageId;
|
|
8541
8570
|
source: GprimitivesActorId;
|
|
8542
8571
|
destination: GprimitivesActorId;
|
|
8543
|
-
payload:
|
|
8572
|
+
payload: GearCoreLimitedVecLimitedVec;
|
|
8544
8573
|
value: bigint;
|
|
8545
8574
|
details?: GearCoreMessageCommonReplyDetails | undefined;
|
|
8546
8575
|
};
|
|
8547
8576
|
|
|
8548
|
-
export type
|
|
8549
|
-
|
|
8550
|
-
export type GearCoreBufferPayloadSizeError = {};
|
|
8577
|
+
export type GearCoreLimitedVecLimitedVec = Bytes;
|
|
8551
8578
|
|
|
8552
8579
|
export type GearCoreMessageCommonReplyDetails = { to: GprimitivesMessageId; code: GearCoreErrorsSimpleReplyCode };
|
|
8553
8580
|
|
|
@@ -8753,12 +8780,6 @@ export type PalletGearEthBridgeEvent =
|
|
|
8753
8780
|
* first block of the last session in the era.
|
|
8754
8781
|
**/
|
|
8755
8782
|
| { name: 'AuthoritySetHashChanged'; data: H256 }
|
|
8756
|
-
/**
|
|
8757
|
-
* Authority set hash was reset.
|
|
8758
|
-
*
|
|
8759
|
-
* Related to bridge clearing on initialization of the second block in a new era.
|
|
8760
|
-
**/
|
|
8761
|
-
| { name: 'AuthoritySetReset' }
|
|
8762
8783
|
/**
|
|
8763
8784
|
* Optimistically, single-time called event defining that pallet
|
|
8764
8785
|
* got initialized and started processing session changes,
|
|
@@ -8820,6 +8841,13 @@ export type PalletGearEthBridgeEvent =
|
|
|
8820
8841
|
|
|
8821
8842
|
export type PalletGearEthBridgePrimitivesEthMessage = { nonce: U256; source: H256; destination: H160; payload: Bytes };
|
|
8822
8843
|
|
|
8844
|
+
/**
|
|
8845
|
+
* The `Event` enum of this pallet
|
|
8846
|
+
**/
|
|
8847
|
+
export type PalletGrandpaSignerEvent =
|
|
8848
|
+
| { name: 'RequestScheduled'; data: { requestId: number; setId: bigint } }
|
|
8849
|
+
| { name: 'SignatureAdded'; data: { requestId: number; authority: FixedBytes<32>; count: number } };
|
|
8850
|
+
|
|
8823
8851
|
export type FrameSystemLastRuntimeUpgradeInfo = { specVersion: number; specName: string };
|
|
8824
8852
|
|
|
8825
8853
|
export type FrameSystemCodeUpgradeAuthorization = { codeHash: H256; checkVersion: boolean };
|
|
@@ -10445,11 +10473,7 @@ export type GearCoreProgramProgramState =
|
|
|
10445
10473
|
| { type: 'Uninitialized'; value: { messageId: GprimitivesMessageId } }
|
|
10446
10474
|
| { type: 'Initialized' };
|
|
10447
10475
|
|
|
10448
|
-
export type GearCoreMemoryPageBuf =
|
|
10449
|
-
|
|
10450
|
-
export type GearCoreBufferLimitedVecIntoPageBufError = Bytes;
|
|
10451
|
-
|
|
10452
|
-
export type GearCoreMemoryIntoPageBufError = {};
|
|
10476
|
+
export type GearCoreMemoryPageBuf = FixedArray<bigint, 2048>;
|
|
10453
10477
|
|
|
10454
10478
|
/**
|
|
10455
10479
|
* The `Error` enum of this pallet.
|
|
@@ -10476,7 +10500,7 @@ export type GearCoreMessageStoredStoredMessage = {
|
|
|
10476
10500
|
id: GprimitivesMessageId;
|
|
10477
10501
|
source: GprimitivesActorId;
|
|
10478
10502
|
destination: GprimitivesActorId;
|
|
10479
|
-
payload:
|
|
10503
|
+
payload: GearCoreLimitedVecLimitedVec;
|
|
10480
10504
|
value: bigint;
|
|
10481
10505
|
details?: GearCoreMessageCommonMessageDetails | undefined;
|
|
10482
10506
|
};
|
|
@@ -10504,7 +10528,7 @@ export type GearCoreMessageUserUserStoredMessage = {
|
|
|
10504
10528
|
id: GprimitivesMessageId;
|
|
10505
10529
|
source: GprimitivesActorId;
|
|
10506
10530
|
destination: GprimitivesActorId;
|
|
10507
|
-
payload:
|
|
10531
|
+
payload: GearCoreLimitedVecLimitedVec;
|
|
10508
10532
|
value: bigint;
|
|
10509
10533
|
};
|
|
10510
10534
|
|
|
@@ -10575,16 +10599,12 @@ export type PalletGearMessengerError =
|
|
|
10575
10599
|
| 'WaitlistElementNotFound';
|
|
10576
10600
|
|
|
10577
10601
|
export type GearCoreTasksScheduledTask =
|
|
10578
|
-
| { type: 'PauseProgram'; value: GprimitivesActorId }
|
|
10579
|
-
| { type: 'RemoveCode'; value: GprimitivesCodeId }
|
|
10580
10602
|
| { type: 'RemoveFromMailbox'; value: [AccountId32, GprimitivesMessageId] }
|
|
10581
10603
|
| { type: 'RemoveFromWaitlist'; value: [GprimitivesActorId, GprimitivesMessageId] }
|
|
10582
|
-
| { type: 'RemovePausedProgram'; value: GprimitivesActorId }
|
|
10583
10604
|
| { type: 'WakeMessage'; value: [GprimitivesActorId, GprimitivesMessageId] }
|
|
10584
10605
|
| { type: 'SendDispatch'; value: GprimitivesMessageId }
|
|
10585
10606
|
| { type: 'SendUserMessage'; value: { messageId: GprimitivesMessageId; toMailbox: boolean } }
|
|
10586
|
-
| { type: 'RemoveGasReservation'; value: [GprimitivesActorId, GprimitivesReservationId] }
|
|
10587
|
-
| { type: 'RemoveResumeSession'; value: number };
|
|
10607
|
+
| { type: 'RemoveGasReservation'; value: [GprimitivesActorId, GprimitivesReservationId] };
|
|
10588
10608
|
|
|
10589
10609
|
/**
|
|
10590
10610
|
* The `Error` enum of this pallet.
|
|
@@ -10744,6 +10764,7 @@ export type PalletGearScheduleLimits = {
|
|
|
10744
10764
|
payloadLen: number;
|
|
10745
10765
|
codeLen: number;
|
|
10746
10766
|
dataSegmentsAmount: number;
|
|
10767
|
+
typeSectionLen: number;
|
|
10747
10768
|
};
|
|
10748
10769
|
|
|
10749
10770
|
export type PalletGearScheduleInstructionWeights = {
|
|
@@ -11190,6 +11211,29 @@ export type PalletGearEthBridgeError =
|
|
|
11190
11211
|
**/
|
|
11191
11212
|
| 'InvalidQueueReset';
|
|
11192
11213
|
|
|
11214
|
+
export type PalletGrandpaSignerSigningRequest = {
|
|
11215
|
+
id: number;
|
|
11216
|
+
payload: Bytes;
|
|
11217
|
+
setId: bigint;
|
|
11218
|
+
createdAt: number;
|
|
11219
|
+
expiresAt?: number | undefined;
|
|
11220
|
+
};
|
|
11221
|
+
|
|
11222
|
+
/**
|
|
11223
|
+
* The `Error` enum of this pallet.
|
|
11224
|
+
**/
|
|
11225
|
+
export type PalletGrandpaSignerError =
|
|
11226
|
+
| 'TooManyRequests'
|
|
11227
|
+
| 'RequestIdExhausted'
|
|
11228
|
+
| 'UnknownRequest'
|
|
11229
|
+
| 'RequestExpired'
|
|
11230
|
+
| 'AuthorityNotInSet'
|
|
11231
|
+
| 'AlreadySigned'
|
|
11232
|
+
| 'BadSignature'
|
|
11233
|
+
| 'UnsupportedSet'
|
|
11234
|
+
| 'PayloadTooLong'
|
|
11235
|
+
| 'MaxSignaturesReached';
|
|
11236
|
+
|
|
11193
11237
|
export type PalletGearStakingRewardsExtensionStakingBlackList = {};
|
|
11194
11238
|
|
|
11195
11239
|
export type FrameSystemExtensionsCheckNonZeroSender = {};
|
|
@@ -11354,4 +11398,5 @@ export type VaraRuntimeRuntimeError =
|
|
|
11354
11398
|
| { pallet: 'StakingRewards'; palletError: PalletGearStakingRewardsError }
|
|
11355
11399
|
| { pallet: 'GearVoucher'; palletError: PalletGearVoucherError }
|
|
11356
11400
|
| { pallet: 'GearBank'; palletError: PalletGearBankError }
|
|
11357
|
-
| { pallet: 'GearEthBridge'; palletError: PalletGearEthBridgeError }
|
|
11401
|
+
| { pallet: 'GearEthBridge'; palletError: PalletGearEthBridgeError }
|
|
11402
|
+
| { pallet: 'GrandpaSigner'; palletError: PalletGrandpaSignerError };
|
package/vara/view-functions.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// Generated by dedot cli
|
|
2
2
|
|
|
3
|
-
import type { GenericChainViewFunctions, GenericViewFunction
|
|
3
|
+
import type { GenericChainViewFunctions, GenericViewFunction } from 'dedot/types';
|
|
4
4
|
|
|
5
|
-
export interface ChainViewFunctions
|
|
5
|
+
export interface ChainViewFunctions extends GenericChainViewFunctions {}
|
package/westend/consts.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Generated by dedot cli
|
|
2
2
|
|
|
3
|
-
import type { GenericChainConsts
|
|
3
|
+
import type { GenericChainConsts } from 'dedot/types';
|
|
4
4
|
import type { RuntimeVersion, Perbill, Permill, AccountId32, FixedU128 } from 'dedot/codecs';
|
|
5
5
|
import type {
|
|
6
6
|
FrameSystemLimitsBlockWeights,
|
|
@@ -12,7 +12,7 @@ import type {
|
|
|
12
12
|
StagingXcmV5Junctions,
|
|
13
13
|
} from './types.js';
|
|
14
14
|
|
|
15
|
-
export interface ChainConsts
|
|
15
|
+
export interface ChainConsts extends GenericChainConsts {
|
|
16
16
|
/**
|
|
17
17
|
* Pallet `System`'s constants
|
|
18
18
|
**/
|