@dedot/chaintypes 0.263.0 → 0.265.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/kusama/consts.d.ts +0 -9
- package/kusama/errors.d.ts +25 -108
- package/kusama/events.d.ts +0 -308
- package/kusama/index.d.ts +1 -1
- package/kusama/query.d.ts +82 -275
- package/kusama/runtime.d.ts +73 -2
- package/kusama/tx.d.ts +60 -375
- package/kusama/types.d.ts +159 -933
- package/kusama/view-functions.d.ts +0 -1
- package/package.json +2 -2
- package/paseo/index.d.ts +1 -1
- package/paseo-people/index.d.ts +1 -1
- package/paseo-people/json-rpc.d.ts +0 -1
|
@@ -48,7 +48,6 @@ export interface ChainViewFunctions extends GenericChainViewFunctions {
|
|
|
48
48
|
* Returns `(current, real_score)`, the former being the current score that this pallet is
|
|
49
49
|
* aware of, which may or may not be up to date, and the latter being the real score, as
|
|
50
50
|
* provided by
|
|
51
|
-
*
|
|
52
51
|
* If the two differ, it means this node is eligible for [`Call::rebag`].
|
|
53
52
|
*
|
|
54
53
|
* @param {AccountId32Like} who
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dedot/chaintypes",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.265.0",
|
|
4
4
|
"description": "Types for substrate-based chains",
|
|
5
5
|
"author": "Thang X. Vu <thang@dedot.dev>",
|
|
6
6
|
"homepage": "https://dedot.dev",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"directory": "dist"
|
|
26
26
|
},
|
|
27
27
|
"license": "Apache-2.0",
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "6c2e6d3d5a20523b68b857974e18957d9c3628f9",
|
|
29
29
|
"module": "./index.js",
|
|
30
30
|
"types": "./index.d.ts",
|
|
31
31
|
"exports": {
|
package/paseo/index.d.ts
CHANGED
package/paseo-people/index.d.ts
CHANGED