@dedot/chaintypes 0.0.1-alpha.79 → 0.0.1-alpha.80
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 +3 -3
- package/aleph/errors.d.ts +194 -194
- package/aleph/events.d.ts +185 -98
- package/aleph/index.d.ts +15 -10
- package/aleph/json-rpc.d.ts +85 -0
- package/aleph/query.d.ts +228 -167
- package/aleph/runtime.d.ts +56 -41
- package/aleph/tx.d.ts +1662 -1101
- package/aleph/types.d.ts +1 -1
- package/astar/consts.d.ts +3 -3
- package/astar/errors.d.ts +267 -267
- package/astar/events.d.ts +229 -128
- package/astar/index.d.ts +15 -10
- package/astar/json-rpc.d.ts +82 -0
- package/astar/query.d.ts +258 -180
- package/astar/runtime.d.ts +70 -51
- package/astar/tx.d.ts +2110 -1398
- package/astar/types.d.ts +1 -1
- package/kusama/consts.d.ts +3 -3
- package/kusama/errors.d.ts +583 -583
- package/kusama/events.d.ts +450 -234
- package/kusama/index.d.ts +15 -10
- package/kusama/json-rpc.d.ts +103 -0
- package/kusama/query.d.ts +669 -408
- package/kusama/runtime.d.ts +103 -67
- package/kusama/tx.d.ts +4478 -2926
- package/kusama/types.d.ts +1 -1
- package/kusamaAssetHub/consts.d.ts +3 -3
- package/kusamaAssetHub/errors.d.ts +280 -280
- package/kusamaAssetHub/events.d.ts +321 -150
- package/kusamaAssetHub/index.d.ts +15 -10
- package/kusamaAssetHub/json-rpc.d.ts +89 -0
- package/kusamaAssetHub/query.d.ts +292 -163
- package/kusamaAssetHub/runtime.d.ts +51 -38
- package/kusamaAssetHub/tx.d.ts +2910 -1915
- package/kusamaAssetHub/types.d.ts +1 -1
- package/moonbeam/consts.d.ts +3 -3
- package/moonbeam/errors.d.ts +436 -436
- package/moonbeam/events.d.ts +364 -170
- package/moonbeam/index.d.ts +15 -10
- package/moonbeam/json-rpc.d.ts +137 -0
- package/moonbeam/query.d.ts +379 -254
- package/moonbeam/runtime.d.ts +64 -46
- package/moonbeam/tx.d.ts +3087 -2022
- package/moonbeam/types.d.ts +1 -1
- package/package.json +3 -4
- package/polkadot/consts.d.ts +3 -3
- package/polkadot/errors.d.ts +473 -473
- package/polkadot/events.d.ts +362 -180
- package/polkadot/index.d.ts +15 -10
- package/polkadot/json-rpc.d.ts +103 -0
- package/polkadot/query.d.ts +579 -354
- package/polkadot/runtime.d.ts +103 -67
- package/polkadot/tx.d.ts +3807 -2495
- package/polkadot/types.d.ts +1 -1
- package/polkadotAssetHub/consts.d.ts +3 -3
- package/polkadotAssetHub/errors.d.ts +275 -275
- package/polkadotAssetHub/events.d.ts +318 -149
- package/polkadotAssetHub/index.d.ts +15 -10
- package/polkadotAssetHub/json-rpc.d.ts +89 -0
- package/polkadotAssetHub/query.d.ts +286 -161
- package/polkadotAssetHub/runtime.d.ts +51 -38
- package/polkadotAssetHub/tx.d.ts +2882 -1895
- package/polkadotAssetHub/types.d.ts +1 -1
- package/rococo/consts.d.ts +3 -3
- package/rococo/errors.d.ts +513 -513
- package/rococo/events.d.ts +396 -214
- package/rococo/index.d.ts +15 -10
- package/rococo/json-rpc.d.ts +103 -0
- package/rococo/query.d.ts +573 -346
- package/rococo/runtime.d.ts +99 -59
- package/rococo/tx.d.ts +4147 -2715
- package/rococo/types.d.ts +1 -1
- package/rococoAssetHub/consts.d.ts +3 -3
- package/rococoAssetHub/errors.d.ts +292 -292
- package/rococoAssetHub/events.d.ts +317 -143
- package/rococoAssetHub/index.d.ts +15 -10
- package/rococoAssetHub/json-rpc.d.ts +89 -0
- package/rococoAssetHub/query.d.ts +295 -166
- package/rococoAssetHub/runtime.d.ts +52 -39
- package/rococoAssetHub/tx.d.ts +3020 -1989
- package/rococoAssetHub/types.d.ts +1 -1
- package/substrate/consts.d.ts +3 -3
- package/substrate/errors.d.ts +745 -745
- package/substrate/events.d.ts +668 -345
- package/substrate/index.d.ts +15 -10
- package/substrate/json-rpc.d.ts +101 -0
- package/substrate/query.d.ts +625 -432
- package/substrate/runtime.d.ts +84 -54
- package/substrate/tx.d.ts +6037 -3927
- package/substrate/types.d.ts +1 -1
- package/westendAssetHub/consts.d.ts +3 -3
- package/westendAssetHub/errors.d.ts +285 -285
- package/westendAssetHub/events.d.ts +312 -139
- package/westendAssetHub/index.d.ts +15 -10
- package/westendAssetHub/json-rpc.d.ts +89 -0
- package/westendAssetHub/query.d.ts +291 -162
- package/westendAssetHub/runtime.d.ts +62 -43
- package/westendAssetHub/tx.d.ts +2950 -1943
- package/westendAssetHub/types.d.ts +1 -1
- package/aleph/rpc.d.ts +0 -727
- package/astar/rpc.d.ts +0 -720
- package/kusama/rpc.d.ts +0 -917
- package/kusamaAssetHub/rpc.d.ts +0 -759
- package/moonbeam/rpc.d.ts +0 -1004
- package/polkadot/rpc.d.ts +0 -917
- package/polkadotAssetHub/rpc.d.ts +0 -759
- package/rococo/rpc.d.ts +0 -917
- package/rococoAssetHub/rpc.d.ts +0 -759
- package/substrate/rpc.d.ts +0 -915
- package/westendAssetHub/rpc.d.ts +0 -759
package/aleph/consts.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Generated by @dedot/codegen
|
|
2
2
|
|
|
3
|
-
import type { GenericChainConsts } from '
|
|
4
|
-
import type { RuntimeVersion, Permill, Perbill } from '
|
|
3
|
+
import type { GenericChainConsts, RpcVersion } from 'dedot/types';
|
|
4
|
+
import type { RuntimeVersion, Permill, Perbill } from 'dedot/codecs';
|
|
5
5
|
import type {
|
|
6
6
|
FrameSystemLimitsBlockWeights,
|
|
7
7
|
FrameSystemLimitsBlockLength,
|
|
@@ -12,7 +12,7 @@ import type {
|
|
|
12
12
|
PalletContractsEnvironment,
|
|
13
13
|
} from './types';
|
|
14
14
|
|
|
15
|
-
export interface ChainConsts extends GenericChainConsts {
|
|
15
|
+
export interface ChainConsts<Rv extends RpcVersion> extends GenericChainConsts<Rv> {
|
|
16
16
|
/**
|
|
17
17
|
* Pallet `System`'s constants
|
|
18
18
|
**/
|