@pezkuwi/api-augment 16.5.23 → 16.5.25
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/bizinikiwi/consts.d.ts +12 -13
- package/bizinikiwi/events.d.ts +682 -682
- package/bizinikiwi/query.d.ts +123 -123
- package/bizinikiwi/runtime.d.ts +5 -5
- package/bizinikiwi/tx.d.ts +223 -2115
- package/cjs/bizinikiwi/consts.d.ts +12 -13
- package/cjs/bizinikiwi/events.d.ts +682 -682
- package/cjs/bizinikiwi/query.d.ts +123 -123
- package/cjs/bizinikiwi/runtime.d.ts +5 -5
- package/cjs/bizinikiwi/tx.d.ts +223 -2115
- package/cjs/packageInfo.js +1 -1
- package/cjs/pezkuwi/consts.d.ts +6 -7
- package/cjs/pezkuwi/events.d.ts +247 -247
- package/cjs/pezkuwi/query.d.ts +69 -69
- package/cjs/pezkuwi/runtime.d.ts +4 -4
- package/cjs/pezkuwi/tx.d.ts +81 -571
- package/package.json +6 -6
- package/packageInfo.js +1 -1
- package/pezkuwi/consts.d.ts +6 -7
- package/pezkuwi/events.d.ts +247 -247
- package/pezkuwi/query.d.ts +69 -69
- package/pezkuwi/runtime.d.ts +4 -4
- package/pezkuwi/tx.d.ts +81 -571
package/package.json
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"./cjs/packageDetect.js"
|
|
19
19
|
],
|
|
20
20
|
"type": "module",
|
|
21
|
-
"version": "16.5.
|
|
21
|
+
"version": "16.5.25",
|
|
22
22
|
"main": "./cjs/index.js",
|
|
23
23
|
"module": "./cjs/index.js",
|
|
24
24
|
"types": "./cjs/index.d.ts",
|
|
@@ -449,11 +449,11 @@
|
|
|
449
449
|
}
|
|
450
450
|
},
|
|
451
451
|
"dependencies": {
|
|
452
|
-
"@pezkuwi/api-base": "16.5.
|
|
453
|
-
"@pezkuwi/rpc-augment": "16.5.
|
|
454
|
-
"@pezkuwi/types": "16.5.
|
|
455
|
-
"@pezkuwi/types-augment": "16.5.
|
|
456
|
-
"@pezkuwi/types-codec": "16.5.
|
|
452
|
+
"@pezkuwi/api-base": "16.5.25",
|
|
453
|
+
"@pezkuwi/rpc-augment": "16.5.25",
|
|
454
|
+
"@pezkuwi/types": "16.5.25",
|
|
455
|
+
"@pezkuwi/types-augment": "16.5.25",
|
|
456
|
+
"@pezkuwi/types-codec": "16.5.25",
|
|
457
457
|
"@pezkuwi/util": "14.0.13",
|
|
458
458
|
"tslib": "^2.8.1"
|
|
459
459
|
}
|
package/packageInfo.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const packageInfo = { name: '@pezkuwi/api-augment', path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '16.5.
|
|
1
|
+
export const packageInfo = { name: '@pezkuwi/api-augment', path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '16.5.25' };
|
package/pezkuwi/consts.d.ts
CHANGED
|
@@ -2,8 +2,7 @@ import '@pezkuwi/api-base/types/consts';
|
|
|
2
2
|
import type { ApiTypes, AugmentedConst } from '@pezkuwi/api-base/types';
|
|
3
3
|
import type { Bytes, Option, Vec, u128, u16, u32, u64, u8 } from '@pezkuwi/types-codec';
|
|
4
4
|
import type { Codec, ITuple } from '@pezkuwi/types-codec/types';
|
|
5
|
-
import type {
|
|
6
|
-
import type { PezframeSupportPezpalletId, PezframeSystemLimitsBlockLength, PezframeSystemLimitsBlockWeights, PezpalletReferendaTrackDetails, PezspVersionRuntimeVersion, PezspWeightsRuntimeDbWeight, PezspWeightsWeightV2Weight, StagingXcmV5Junctions } from '@pezkuwi/types/lookup';
|
|
5
|
+
import type { PezframeSupportPezpalletId, PezframeSystemLimitsBlockLength, PezframeSystemLimitsBlockWeights, PezpalletReferendaTrackDetails, PezspCoreCryptoAccountId32, PezspVersionRuntimeVersion, PezspWeightsRuntimeDbWeight, PezspWeightsWeightV2Weight, StagingXcmV5Junctions } from '@pezkuwi/types/lookup';
|
|
7
6
|
export type __AugmentedConst<ApiType extends ApiTypes> = AugmentedConst<ApiType>;
|
|
8
7
|
declare module '@pezkuwi/api-base/types/consts' {
|
|
9
8
|
interface AugmentedConsts<ApiType extends ApiTypes> {
|
|
@@ -146,7 +145,7 @@ declare module '@pezkuwi/api-base/types/consts' {
|
|
|
146
145
|
* This deposit has optional upper and lower bounds with `CuratorDepositMax` and
|
|
147
146
|
* `CuratorDepositMin`.
|
|
148
147
|
**/
|
|
149
|
-
curatorDepositMultiplier:
|
|
148
|
+
curatorDepositMultiplier: u32 & AugmentedConst<ApiType>;
|
|
150
149
|
/**
|
|
151
150
|
* The amount held on deposit per byte within the tip report reason or bounty description.
|
|
152
151
|
**/
|
|
@@ -245,7 +244,7 @@ declare module '@pezkuwi/api-base/types/consts' {
|
|
|
245
244
|
/**
|
|
246
245
|
* Fraction of the slash that is rewarded to the caller of pending slash to the agent.
|
|
247
246
|
**/
|
|
248
|
-
slashRewardFraction:
|
|
247
|
+
slashRewardFraction: u32 & AugmentedConst<ApiType>;
|
|
249
248
|
/**
|
|
250
249
|
* Generic const
|
|
251
250
|
**/
|
|
@@ -256,7 +255,7 @@ declare module '@pezkuwi/api-base/types/consts' {
|
|
|
256
255
|
* The minimum amount of improvement to the solution score that defines a solution as
|
|
257
256
|
* "better" in the Signed phase.
|
|
258
257
|
**/
|
|
259
|
-
betterSignedThreshold:
|
|
258
|
+
betterSignedThreshold: u32 & AugmentedConst<ApiType>;
|
|
260
259
|
/**
|
|
261
260
|
* Maximum number of voters that can support a winner in an election solution.
|
|
262
261
|
*
|
|
@@ -803,7 +802,7 @@ declare module '@pezkuwi/api-base/types/consts' {
|
|
|
803
802
|
/**
|
|
804
803
|
* Percentage of spare funds (if any) that are burnt per spend period.
|
|
805
804
|
**/
|
|
806
|
-
burn:
|
|
805
|
+
burn: u32 & AugmentedConst<ApiType>;
|
|
807
806
|
/**
|
|
808
807
|
* DEPRECATED: associated with `spend_local` call and will be removed in May 2025.
|
|
809
808
|
* Refer to <https://github.com/paritytech/polkadot-sdk/pull/5961> for migration to `spend`.
|
|
@@ -824,7 +823,7 @@ declare module '@pezkuwi/api-base/types/consts' {
|
|
|
824
823
|
/**
|
|
825
824
|
* Gets this pallet's derived pot account.
|
|
826
825
|
**/
|
|
827
|
-
potAccount:
|
|
826
|
+
potAccount: PezspCoreCryptoAccountId32 & AugmentedConst<ApiType>;
|
|
828
827
|
/**
|
|
829
828
|
* Period between successive spends.
|
|
830
829
|
**/
|