@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.
- package/hydration/consts.d.ts +119 -47
- package/hydration/errors.d.ts +91 -130
- package/hydration/events.d.ts +340 -432
- package/hydration/index.d.ts +2 -3
- package/hydration/json-rpc.d.ts +10 -17
- package/hydration/query.d.ts +157 -277
- package/hydration/runtime.d.ts +21 -123
- package/hydration/tx.d.ts +502 -315
- package/hydration/types.d.ts +1366 -1284
- package/package.json +2 -2
- package/paseo/consts.d.ts +87 -18
- package/paseo/errors.d.ts +187 -30
- package/paseo/events.d.ts +676 -80
- package/paseo/index.d.ts +1 -1
- package/paseo/query.d.ts +465 -71
- package/paseo/runtime.d.ts +85 -39
- package/paseo/tx.d.ts +1012 -165
- package/paseo/types.d.ts +8081 -6364
- package/paseo/view-functions.d.ts +75 -1
- package/paseo-asset-hub/consts.d.ts +0 -34
- package/paseo-asset-hub/errors.d.ts +0 -28
- package/paseo-asset-hub/events.d.ts +20 -205
- package/paseo-asset-hub/index.d.ts +3 -3
- package/paseo-asset-hub/query.d.ts +23 -66
- package/paseo-asset-hub/runtime.d.ts +15 -12
- package/paseo-asset-hub/tx.d.ts +127 -327
- package/paseo-asset-hub/types.d.ts +192 -513
- package/paseo-asset-hub/view-functions.d.ts +7 -7
- package/paseo-hydration/consts.d.ts +5 -0
- package/paseo-hydration/errors.d.ts +1 -1
- package/paseo-hydration/index.d.ts +1 -1
- package/paseo-hydration/json-rpc.d.ts +0 -10
- package/paseo-hydration/tx.d.ts +2 -1
- package/paseo-hydration/types.d.ts +5 -3
- package/paseo-people/consts.d.ts +75 -0
- package/paseo-people/errors.d.ts +165 -0
- package/paseo-people/events.d.ts +285 -2
- package/paseo-people/index.d.ts +5 -4
- package/paseo-people/query.d.ts +125 -0
- package/paseo-people/tx.d.ts +1286 -2
- package/paseo-people/types.d.ts +1776 -183
package/hydration/index.d.ts
CHANGED
|
@@ -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
|
-
|
|
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:
|
|
54
|
+
* @specVersion: 395
|
|
56
55
|
**/
|
|
57
56
|
export interface HydrationApi extends GenericSubstrateApi {
|
|
58
57
|
rpc: ChainJsonRpcApis;
|
package/hydration/json-rpc.d.ts
CHANGED
|
@@ -5,13 +5,15 @@ import type { JsonRpcApis } from 'dedot/types/json-rpc';
|
|
|
5
5
|
|
|
6
6
|
export type ChainJsonRpcApis = Pick<
|
|
7
7
|
JsonRpcApis,
|
|
8
|
-
| '
|
|
9
|
-
| '
|
|
10
|
-
| '
|
|
11
|
-
| '
|
|
12
|
-
| '
|
|
13
|
-
| '
|
|
14
|
-
| '
|
|
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'
|