@dedot/chaintypes 0.264.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.
@@ -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.264.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": "3ecc7f0eae8695bafa8da40d0c950ad5658a5fc3",
28
+ "gitHead": "6c2e6d3d5a20523b68b857974e18957d9c3628f9",
29
29
  "module": "./index.js",
30
30
  "types": "./index.d.ts",
31
31
  "exports": {
@@ -20,7 +20,6 @@ export type ChainJsonRpcApis = Pick<
20
20
  | 'author_pendingExtrinsics'
21
21
  | 'author_removeExtrinsic'
22
22
  | 'author_rotateKeys'
23
- | 'author_rotateKeysWithOwner'
24
23
  | 'author_submitAndWatchExtrinsic'
25
24
  | 'author_submitExtrinsic'
26
25
  | 'chainHead_v1_body'