@dedot/chaintypes 0.232.0 → 0.234.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.
Files changed (41) hide show
  1. package/hydration/consts.d.ts +119 -47
  2. package/hydration/errors.d.ts +91 -130
  3. package/hydration/events.d.ts +340 -432
  4. package/hydration/index.d.ts +2 -3
  5. package/hydration/json-rpc.d.ts +10 -17
  6. package/hydration/query.d.ts +157 -277
  7. package/hydration/runtime.d.ts +21 -123
  8. package/hydration/tx.d.ts +502 -315
  9. package/hydration/types.d.ts +1366 -1284
  10. package/package.json +2 -2
  11. package/paseo/consts.d.ts +87 -18
  12. package/paseo/errors.d.ts +187 -30
  13. package/paseo/events.d.ts +676 -80
  14. package/paseo/index.d.ts +1 -1
  15. package/paseo/query.d.ts +465 -71
  16. package/paseo/runtime.d.ts +85 -39
  17. package/paseo/tx.d.ts +1012 -165
  18. package/paseo/types.d.ts +8081 -6364
  19. package/paseo/view-functions.d.ts +75 -1
  20. package/paseo-asset-hub/consts.d.ts +0 -34
  21. package/paseo-asset-hub/errors.d.ts +0 -28
  22. package/paseo-asset-hub/events.d.ts +20 -205
  23. package/paseo-asset-hub/index.d.ts +3 -3
  24. package/paseo-asset-hub/query.d.ts +23 -66
  25. package/paseo-asset-hub/runtime.d.ts +15 -12
  26. package/paseo-asset-hub/tx.d.ts +127 -327
  27. package/paseo-asset-hub/types.d.ts +192 -513
  28. package/paseo-asset-hub/view-functions.d.ts +7 -7
  29. package/paseo-hydration/consts.d.ts +5 -0
  30. package/paseo-hydration/errors.d.ts +1 -1
  31. package/paseo-hydration/index.d.ts +1 -1
  32. package/paseo-hydration/json-rpc.d.ts +0 -10
  33. package/paseo-hydration/tx.d.ts +2 -1
  34. package/paseo-hydration/types.d.ts +5 -3
  35. package/paseo-people/consts.d.ts +75 -0
  36. package/paseo-people/errors.d.ts +165 -0
  37. package/paseo-people/events.d.ts +285 -2
  38. package/paseo-people/index.d.ts +5 -4
  39. package/paseo-people/query.d.ts +125 -0
  40. package/paseo-people/tx.d.ts +1286 -2
  41. package/paseo-people/types.d.ts +1776 -183
@@ -16,7 +16,6 @@ import type {
16
16
  PalletTransactionPaymentChargeTransactionPayment,
17
17
  PalletClaimsValidateClaim,
18
18
  FrameMetadataHashExtensionCheckMetadataHash,
19
- CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim,
20
19
  } from './types.js';
21
20
  import { ChainConsts } from './consts.js';
22
21
  import { ChainStorage } from './query.js';
@@ -44,7 +43,7 @@ interface ChainKnownTypes extends GenericChainKnownTypes {
44
43
  PalletTransactionPaymentChargeTransactionPayment,
45
44
  PalletClaimsValidateClaim,
46
45
  FrameMetadataHashExtensionCheckMetadataHash,
47
- CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim,
46
+ [],
48
47
  ];
49
48
  AssetId: undefined;
50
49
  EventRecord: FrameSystemEventRecord;
@@ -52,7 +51,7 @@ interface ChainKnownTypes extends GenericChainKnownTypes {
52
51
 
53
52
  /**
54
53
  * @name: HydrationApi
55
- * @specVersion: 379
54
+ * @specVersion: 395
56
55
  **/
57
56
  export interface HydrationApi extends GenericSubstrateApi {
58
57
  rpc: ChainJsonRpcApis;
@@ -5,13 +5,15 @@ import type { JsonRpcApis } from 'dedot/types/json-rpc';
5
5
 
6
6
  export type ChainJsonRpcApis = Pick<
7
7
  JsonRpcApis,
8
- | 'archive_unstable_body'
9
- | 'archive_unstable_call'
10
- | 'archive_unstable_finalizedHeight'
11
- | 'archive_unstable_genesisHash'
12
- | 'archive_unstable_hashByHeight'
13
- | 'archive_unstable_header'
14
- | 'archive_unstable_storage'
8
+ | 'archive_v1_body'
9
+ | 'archive_v1_call'
10
+ | 'archive_v1_finalizedHeight'
11
+ | 'archive_v1_genesisHash'
12
+ | 'archive_v1_hashByHeight'
13
+ | 'archive_v1_header'
14
+ | 'archive_v1_storage'
15
+ | 'archive_v1_storageDiff'
16
+ | 'archive_v1_storageDiff_stopStorageDiff'
15
17
  | 'author_hasKey'
16
18
  | 'author_hasSessionKeys'
17
19
  | 'author_insertKey'
@@ -89,22 +91,13 @@ export type ChainJsonRpcApis = Pick<
89
91
  | 'eth_syncing'
90
92
  | 'eth_uninstallFilter'
91
93
  | 'eth_unsubscribe'
92
- | 'ismp_queryChallengePeriod'
93
- | 'ismp_queryChildTrieProof'
94
- | 'ismp_queryConsensusState'
95
- | 'ismp_queryEvents'
96
- | 'ismp_queryEventsWithMetadata'
97
- | 'ismp_queryRequests'
98
- | 'ismp_queryResponses'
99
- | 'ismp_queryStateMachineLatestHeight'
100
- | 'ismp_queryStateMachineUpdateTime'
101
- | 'ismp_queryStateProof'
102
94
  | 'liquidation_getBorrowers'
103
95
  | 'liquidation_isRunning'
104
96
  | 'liquidation_maxTransactionsPerBlock'
105
97
  | 'net_listening'
106
98
  | 'net_peerCount'
107
99
  | 'net_version'
100
+ | 'offchain_localStorageClear'
108
101
  | 'offchain_localStorageGet'
109
102
  | 'offchain_localStorageSet'
110
103
  | 'payment_queryFeeDetails'