From 1be455e7adb01f882a137713694d0fedc48af8f3 Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Sun, 1 Feb 2026 21:45:29 +0300 Subject: [PATCH] release: v16.5.36 - npm package structure fix - Published from build/ directories for correct npm structure - Updated common dependencies to 14.0.25 - Added AuthorizeCall signed extension support - All packages now have index.js at root level --- package.json | 8 +- packages/api-augment/package.json | 16 +- .../api-augment/src/assetHubDicle/consts.ts | 19 +- .../api-augment/src/assetHubDicle/events.ts | 456 ++-- .../api-augment/src/assetHubDicle/query.ts | 198 +- .../api-augment/src/assetHubDicle/runtime.ts | 8 +- packages/api-augment/src/assetHubDicle/tx.ts | 386 ++-- .../api-augment/src/assetHubPezkuwi/consts.ts | 17 +- .../api-augment/src/assetHubPezkuwi/events.ts | 410 ++-- .../api-augment/src/assetHubPezkuwi/query.ts | 166 +- .../src/assetHubPezkuwi/runtime.ts | 8 +- .../api-augment/src/assetHubPezkuwi/tx.ts | 344 +-- packages/api-augment/src/bizinikiwi/consts.ts | 25 +- packages/api-augment/src/bizinikiwi/events.ts | 596 ++--- packages/api-augment/src/bizinikiwi/query.ts | 246 +-- .../api-augment/src/bizinikiwi/runtime.ts | 10 +- packages/api-augment/src/bizinikiwi/tx.ts | 440 ++-- packages/api-augment/src/dicle/consts.ts | 13 +- packages/api-augment/src/dicle/events.ts | 292 +-- packages/api-augment/src/dicle/query.ts | 170 +- packages/api-augment/src/dicle/runtime.ts | 8 +- packages/api-augment/src/dicle/tx.ts | 206 +- packages/api-augment/src/packageInfo.ts | 2 +- packages/api-augment/src/pezkuwi/consts.ts | 13 +- packages/api-augment/src/pezkuwi/events.ts | 230 +- packages/api-augment/src/pezkuwi/query.ts | 136 +- packages/api-augment/src/pezkuwi/runtime.ts | 8 +- packages/api-augment/src/pezkuwi/tx.ts | 162 +- packages/api-base/package.json | 10 +- packages/api-base/src/packageInfo.ts | 2 +- packages/api-contract/package.json | 22 +- packages/api-contract/src/packageInfo.ts | 2 +- packages/api-derive/package.json | 24 +- packages/api-derive/src/packageInfo.ts | 2 +- packages/api/package.json | 34 +- packages/api/src/packageInfo.ts | 2 +- packages/bizinikiwi-bindings/package.json | 4 +- packages/merkleize-metadata/package.json | 4 +- packages/metadata-builders/package.json | 4 +- packages/papi-utils/package.json | 4 +- packages/rpc-augment/package.json | 12 +- packages/rpc-augment/src/packageInfo.ts | 2 +- packages/rpc-core/package.json | 14 +- packages/rpc-core/src/packageInfo.ts | 2 +- packages/rpc-provider/package.json | 20 +- packages/rpc-provider/src/packageInfo.ts | 2 +- packages/typegen/package.json | 30 +- packages/typegen/src/generate/lookup.ts | 56 +- packages/typegen/src/packageInfo.ts | 2 +- packages/typegen/src/util/derived.ts | 18 +- packages/typegen/src/util/formatting.ts | 6 + packages/types-augment/package.json | 10 +- .../types-augment/src/lookup/assetHubDicle.ts | 116 +- .../src/lookup/assetHubPezkuwi.ts | 334 +-- .../types-augment/src/lookup/bizinikiwi.ts | 1709 ++++++++------ packages/types-augment/src/lookup/dicle.ts | 90 +- packages/types-augment/src/lookup/pezkuwi.ts | 170 +- .../src/lookup/types-assetHubDicle.ts | 124 +- .../src/lookup/types-assetHubPezkuwi.ts | 342 +-- .../src/lookup/types-bizinikiwi.ts | 1954 +++++++++++------ .../types-augment/src/lookup/types-dicle.ts | 100 +- .../types-augment/src/lookup/types-pezkuwi.ts | 178 +- packages/types-augment/src/packageInfo.ts | 2 +- .../types-augment/src/registry/bizinikiwi.ts | 6 +- packages/types-codec/package.json | 16 +- packages/types-codec/src/packageInfo.ts | 2 +- packages/types-create/package.json | 10 +- packages/types-create/src/packageInfo.ts | 2 +- packages/types-known/package.json | 14 +- packages/types-known/src/packageInfo.ts | 2 +- packages/types-support/package.json | 6 +- packages/types-support/src/packageInfo.ts | 2 +- packages/types/package.json | 18 +- .../extrinsic/signedExtensions/bizinikiwi.ts | 1 + .../src/extrinsic/signedExtensions/pezkuwi.ts | 4 +- .../PortableRegistry/PortableRegistry.ts | 21 +- packages/types/src/packageInfo.ts | 2 +- test-transfer.mjs | 83 + tsconfig.base.json | 3 +- tsconfig.build.json | 3 +- yarn.lock | 826 +++---- 81 files changed, 5899 insertions(+), 5122 deletions(-) create mode 100644 test-transfer.mjs diff --git a/package.json b/package.json index 17b1f8c..6b9f490 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "author": "Jaco Greeff ", + "author": "PezkuwiChain ", "bugs": "https://github.com/pezkuwichain/pezkuwi-api/issues", "engines": { "node": ">=18.14" @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "16.5.18", + "version": "16.5.24", "versions": { "git": "16.5.18", "npm": "16.5.22" @@ -40,7 +40,7 @@ "test:one": "pezkuwi-dev-run-test --env node" }, "devDependencies": { - "@pezkuwi/dev": "0.85.7", + "@pezkuwi/dev": "^0.85.11", "@pezkuwi/dev-test": "0.85.7", "@pezkuwi/dev-ts": "0.85.7", "@pezkuwi/typegen": "workspace:*", @@ -48,7 +48,7 @@ "@types/yargs": "^17.0.35" }, "resolutions": { - "@pezkuwi/dev": "^0.85.7", + "@pezkuwi/dev": "^0.85.11", "@pezkuwi/dev-test": "^0.85.7", "@pezkuwi/dev-ts": "^0.85.7", "@pezkuwi/hw-ledger": "14.0.11", diff --git a/packages/api-augment/package.json b/packages/api-augment/package.json index 1924fec..8a18d13 100644 --- a/packages/api-augment/package.json +++ b/packages/api-augment/package.json @@ -1,5 +1,5 @@ { - "author": "Jaco Greeff ", + "author": "PezkuwiChain ", "bugs": "https://github.com/pezkuwichain/pezkuwi-api/issues", "description": "API generated augmentation", "engines": { @@ -19,7 +19,7 @@ ], "type": "module", "types": "./index.d.ts", - "version": "16.5.22", + "version": "16.5.34", "main": "./cjs/index.js", "module": "./index.js", "exports": { @@ -449,12 +449,12 @@ } }, "dependencies": { - "@pezkuwi/api-base": "16.5.22", - "@pezkuwi/rpc-augment": "16.5.22", - "@pezkuwi/types": "16.5.22", - "@pezkuwi/types-augment": "16.5.22", - "@pezkuwi/types-codec": "16.5.22", - "@pezkuwi/util": "14.0.13", + "@pezkuwi/api-base": "16.5.34", + "@pezkuwi/rpc-augment": "16.5.34", + "@pezkuwi/types": "16.5.34", + "@pezkuwi/types-augment": "16.5.34", + "@pezkuwi/types-codec": "16.5.34", + "@pezkuwi/util": "14.0.23", "tslib": "^2.8.1" } } diff --git a/packages/api-augment/src/assetHubDicle/consts.ts b/packages/api-augment/src/assetHubDicle/consts.ts index 6209b6d..8bc6071 100644 --- a/packages/api-augment/src/assetHubDicle/consts.ts +++ b/packages/api-augment/src/assetHubDicle/consts.ts @@ -8,8 +8,7 @@ import '@pezkuwi/api-base/types/consts'; import type { ApiTypes, AugmentedConst } from '@pezkuwi/api-base/types'; import type { Bytes, Option, Vec, bool, u128, u16, u32, u64, u8 } from '@pezkuwi/types-codec'; import type { Codec, ITuple } from '@pezkuwi/types-codec/types'; -import type { AccountId32, Perbill, Permill } from '@pezkuwi/types/interfaces/runtime'; -import type { PezframeSupportPezpalletId, PezframeSystemLimitsBlockLength, PezframeSystemLimitsBlockWeights, PezpalletReferendaTrackDetails, PezspVersionRuntimeVersion, PezspWeightsRuntimeDbWeight, PezspWeightsWeightV2Weight, StagingXcmV5Junctions, StagingXcmV5Location } from '@pezkuwi/types/lookup'; +import type { PezframeSupportPezpalletId, PezframeSystemLimitsBlockLength, PezframeSystemLimitsBlockWeights, PezpalletReferendaTrackDetails, PezspCoreCryptoAccountId32, PezspVersionRuntimeVersion, PezspWeightsRuntimeDbWeight, PezspWeightsWeightV2Weight, StagingXcmV5Junctions, StagingXcmV5Location } from '@pezkuwi/types/lookup'; export type __AugmentedConst = AugmentedConst; @@ -19,7 +18,7 @@ declare module '@pezkuwi/api-base/types/consts' { /** * A fee to withdraw the liquidity. **/ - liquidityWithdrawalFee: Permill & AugmentedConst; + liquidityWithdrawalFee: u32 & AugmentedConst; /** * A % the liquidity providers will take of every swap. Represents 10ths of a percent. **/ @@ -170,7 +169,7 @@ declare module '@pezkuwi/api-base/types/consts' { * This deposit has optional upper and lower bounds with `CuratorDepositMax` and * `CuratorDepositMin`. **/ - curatorDepositMultiplier: Permill & AugmentedConst; + curatorDepositMultiplier: u32 & AugmentedConst; /** * The amount held on deposit per byte within the tip report reason or bounty description. **/ @@ -228,7 +227,7 @@ declare module '@pezkuwi/api-base/types/consts' { /** * Gets this pallet's derived pot account. **/ - potAccount: AccountId32 & AugmentedConst; + potAccount: PezspCoreCryptoAccountId32 & AugmentedConst; /** * Account Identifier from which the internal Pot is generated. **/ @@ -266,7 +265,7 @@ declare module '@pezkuwi/api-base/types/consts' { /** * Fraction of the slash that is rewarded to the caller of pending slash to the agent. **/ - slashRewardFraction: Perbill & AugmentedConst; + slashRewardFraction: u32 & AugmentedConst; /** * Generic const **/ @@ -418,7 +417,7 @@ declare module '@pezkuwi/api-base/types/consts' { * The minimum amount of improvement to the solution score that defines a solution as * "better". **/ - solutionImprovementThreshold: Perbill & AugmentedConst; + solutionImprovementThreshold: u32 & AugmentedConst; /** * Generic const **/ @@ -786,7 +785,7 @@ declare module '@pezkuwi/api-base/types/consts' { * Instantiating a contract, protects the code from being removed. In order to prevent * abuse these actions are protected with a percentage of the code deposit. **/ - codeHashLockupDepositPercent: Perbill & AugmentedConst; + codeHashLockupDepositPercent: u32 & AugmentedConst; /** * The amount of balance a caller has to pay for each byte of storage. * @@ -1121,7 +1120,7 @@ declare module '@pezkuwi/api-base/types/consts' { /** * Percentage of spare funds (if any) that are burnt per spend period. **/ - burn: Permill & AugmentedConst; + burn: u32 & AugmentedConst; /** * DEPRECATED: associated with `spend_local` call and will be removed in May 2025. * Refer to for migration to `spend`. @@ -1142,7 +1141,7 @@ declare module '@pezkuwi/api-base/types/consts' { /** * Gets this pallet's derived pot account. **/ - potAccount: AccountId32 & AugmentedConst; + potAccount: PezspCoreCryptoAccountId32 & AugmentedConst; /** * Period between successive spends. **/ diff --git a/packages/api-augment/src/assetHubDicle/events.ts b/packages/api-augment/src/assetHubDicle/events.ts index 16b948c..2bc1943 100644 --- a/packages/api-augment/src/assetHubDicle/events.ts +++ b/packages/api-augment/src/assetHubDicle/events.ts @@ -8,16 +8,16 @@ import '@pezkuwi/api-base/types/events'; import type { ApiTypes, AugmentedEvent } from '@pezkuwi/api-base/types'; import type { Bytes, Null, Option, Result, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@pezkuwi/types-codec'; import type { ITuple } from '@pezkuwi/types-codec/types'; -import type { AccountId32, H160, H256, Perbill, Permill } from '@pezkuwi/types/interfaces/runtime'; -import type { AssetHubDicleRuntimeProxyType, AssetHubDicleRuntimeRuntimeParametersKey, AssetHubDicleRuntimeRuntimeParametersValue, AssetHubDicleRuntimeRuntimeTask, PezcumulusPrimitivesCoreAggregateMessageOrigin, PezframeSupportDispatchPostDispatchInfo, PezframeSupportMessagesProcessMessageError, PezframeSupportPreimagesBounded, PezframeSupportTokensMiscBalanceStatus, PezframeSystemDispatchEventInfo, PezkuwiRuntimeCommonClaimsEthereumAddress, PezkuwiRuntimeCommonImplsVersionedLocatableAsset, PezpalletAhMigratorMigrationStage, PezpalletAhMigratorPezpalletEventName, PezpalletBalancesUnexpectedKind, PezpalletConvictionVotingTally, PezpalletConvictionVotingVoteAccountVote, PezpalletElectionProviderMultiBlockPhase, PezpalletElectionProviderMultiBlockVerifierFeasibilityError, PezpalletMultisigTimepoint, PezpalletNftsAttributeNamespace, PezpalletNftsPezpalletAttributes, PezpalletNftsPriceWithDirection, PezpalletNominationPoolsClaimPermission, PezpalletNominationPoolsCommissionChangeRate, PezpalletNominationPoolsCommissionClaimPermission, PezpalletNominationPoolsPoolState, PezpalletProxyDepositKind, PezpalletRcMigratorQueuePriority, PezpalletRecoveryDepositKind, PezpalletSocietyGroupParams, PezpalletStakingAsyncForcing, PezpalletStakingAsyncPezpalletUnexpectedKind, PezpalletStakingAsyncRcClientUnexpectedKind, PezpalletStakingAsyncRewardDestination, PezpalletStakingAsyncValidatorPrefs, PezpalletStateTrieMigrationError, PezpalletStateTrieMigrationMigrationCompute, PezspNposElectionsElectionScore, PezspRuntimeDispatchError, PezspRuntimeDispatchErrorWithPostInfo, PezspWeightsWeightV2Weight, StagingXcmV5AssetAssets, StagingXcmV5Location, StagingXcmV5Response, StagingXcmV5TraitsOutcome, StagingXcmV5Xcm, TeyrchainsCommonPayVersionedLocatableAccount, XcmV3TraitsSendError, XcmV5TraitsError, XcmVersionedAssets, XcmVersionedLocation } from '@pezkuwi/types/lookup'; +import type { H160, H256 } from '@pezkuwi/types/interfaces/runtime'; +import type { AssetHubDicleRuntimeProxyType, AssetHubDicleRuntimeRuntimeParametersKey, AssetHubDicleRuntimeRuntimeParametersValue, AssetHubDicleRuntimeRuntimeTask, PezcumulusPrimitivesCoreAggregateMessageOrigin, PezframeSupportDispatchPostDispatchInfo, PezframeSupportMessagesProcessMessageError, PezframeSupportPreimagesBounded, PezframeSupportTokensMiscBalanceStatus, PezframeSystemDispatchEventInfo, PezkuwiRuntimeCommonClaimsEthereumAddress, PezkuwiRuntimeCommonImplsVersionedLocatableAsset, PezpalletAhMigratorMigrationStage, PezpalletAhMigratorPezpalletEventName, PezpalletBalancesUnexpectedKind, PezpalletConvictionVotingTally, PezpalletConvictionVotingVoteAccountVote, PezpalletElectionProviderMultiBlockPhase, PezpalletElectionProviderMultiBlockVerifierFeasibilityError, PezpalletMultisigTimepoint, PezpalletNftsAttributeNamespace, PezpalletNftsPezpalletAttributes, PezpalletNftsPriceWithDirection, PezpalletNominationPoolsClaimPermission, PezpalletNominationPoolsCommissionChangeRate, PezpalletNominationPoolsCommissionClaimPermission, PezpalletNominationPoolsPoolState, PezpalletProxyDepositKind, PezpalletRcMigratorQueuePriority, PezpalletRecoveryDepositKind, PezpalletSocietyGroupParams, PezpalletStakingAsyncForcing, PezpalletStakingAsyncPezpalletUnexpectedKind, PezpalletStakingAsyncRcClientUnexpectedKind, PezpalletStakingAsyncRewardDestination, PezpalletStakingAsyncValidatorPrefs, PezpalletStateTrieMigrationError, PezpalletStateTrieMigrationMigrationCompute, PezspCoreCryptoAccountId32, PezspNposElectionsElectionScore, PezspRuntimeDispatchError, PezspRuntimeDispatchErrorWithPostInfo, PezspWeightsWeightV2Weight, StagingXcmV5AssetAssets, StagingXcmV5Location, StagingXcmV5Response, StagingXcmV5TraitsOutcome, StagingXcmV5Xcm, TeyrchainsCommonPayVersionedLocatableAccount, XcmV3TraitsSendError, XcmV5TraitsError, XcmVersionedAssets, XcmVersionedLocation } from '@pezkuwi/types/lookup'; export type __AugmentedEvent = AugmentedEvent; declare module '@pezkuwi/api-base/types/events' { interface AugmentedEvents { ahMigrator: { - AccountTranslatedParachainSovereign: AugmentedEvent; - AccountTranslatedParachainSovereignDerived: AugmentedEvent; + AccountTranslatedParachainSovereign: AugmentedEvent; + AccountTranslatedParachainSovereignDerived: AugmentedEvent; /** * The Asset Hub Migration finished. * @@ -62,7 +62,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * The manager account id was set. **/ - ManagerSet: AugmentedEvent, new_: Option], { old: Option, new_: Option }>; + ManagerSet: AugmentedEvent, new_: Option], { old: Option, new_: Option }>; /** * A referendum was cancelled because it could not be mapped. **/ @@ -84,16 +84,16 @@ declare module '@pezkuwi/api-base/types/events' { /** * Some amount for a crowdloan reserve could not be unreserved and needs manual cleanup. **/ - CrowdloanUnreserveRemaining: AugmentedEvent; + CrowdloanUnreserveRemaining: AugmentedEvent; /** * Some lease reserve could not be unreserved and needs manual cleanup. **/ - LeaseUnreserveRemaining: AugmentedEvent; + LeaseUnreserveRemaining: AugmentedEvent; /** * A sovereign parachain account has been migrated from its child to sibling * representation. **/ - SovereignMigrated: AugmentedEvent], { paraId: u32, from: AccountId32, to: AccountId32, derivationIndex: Option }>; + SovereignMigrated: AugmentedEvent], { paraId: u32, from: PezspCoreCryptoAccountId32, to: PezspCoreCryptoAccountId32, derivationIndex: Option }>; /** * Generic event **/ @@ -103,15 +103,15 @@ declare module '@pezkuwi/api-base/types/events' { /** * A successful call of the `AddLiquidity` extrinsic will create this event. **/ - LiquidityAdded: AugmentedEvent, amount1Provided: u128, amount2Provided: u128, lpToken: u32, lpTokenMinted: u128], { who: AccountId32, mintTo: AccountId32, poolId: ITuple<[StagingXcmV5Location, StagingXcmV5Location]>, amount1Provided: u128, amount2Provided: u128, lpToken: u32, lpTokenMinted: u128 }>; + LiquidityAdded: AugmentedEvent, amount1Provided: u128, amount2Provided: u128, lpToken: u32, lpTokenMinted: u128], { who: PezspCoreCryptoAccountId32, mintTo: PezspCoreCryptoAccountId32, poolId: ITuple<[StagingXcmV5Location, StagingXcmV5Location]>, amount1Provided: u128, amount2Provided: u128, lpToken: u32, lpTokenMinted: u128 }>; /** * A successful call of the `RemoveLiquidity` extrinsic will create this event. **/ - LiquidityRemoved: AugmentedEvent, amount1: u128, amount2: u128, lpToken: u32, lpTokenBurned: u128, withdrawalFee: Permill], { who: AccountId32, withdrawTo: AccountId32, poolId: ITuple<[StagingXcmV5Location, StagingXcmV5Location]>, amount1: u128, amount2: u128, lpToken: u32, lpTokenBurned: u128, withdrawalFee: Permill }>; + LiquidityRemoved: AugmentedEvent, amount1: u128, amount2: u128, lpToken: u32, lpTokenBurned: u128, withdrawalFee: u32], { who: PezspCoreCryptoAccountId32, withdrawTo: PezspCoreCryptoAccountId32, poolId: ITuple<[StagingXcmV5Location, StagingXcmV5Location]>, amount1: u128, amount2: u128, lpToken: u32, lpTokenBurned: u128, withdrawalFee: u32 }>; /** * A successful call of the `CreatePool` extrinsic will create this event. **/ - PoolCreated: AugmentedEvent, poolAccount: AccountId32, lpToken: u32], { creator: AccountId32, poolId: ITuple<[StagingXcmV5Location, StagingXcmV5Location]>, poolAccount: AccountId32, lpToken: u32 }>; + PoolCreated: AugmentedEvent, poolAccount: PezspCoreCryptoAccountId32, lpToken: u32], { creator: PezspCoreCryptoAccountId32, poolId: ITuple<[StagingXcmV5Location, StagingXcmV5Location]>, poolAccount: PezspCoreCryptoAccountId32, lpToken: u32 }>; /** * Assets have been converted from one to another. **/ @@ -120,11 +120,11 @@ declare module '@pezkuwi/api-base/types/events' { * Assets have been converted from one to another. Both `SwapExactTokenForToken` * and `SwapTokenForExactToken` will generate this event. **/ - SwapExecuted: AugmentedEvent>], { who: AccountId32, sendTo: AccountId32, amountIn: u128, amountOut: u128, path: Vec> }>; + SwapExecuted: AugmentedEvent>], { who: PezspCoreCryptoAccountId32, sendTo: PezspCoreCryptoAccountId32, amountIn: u128, amountOut: u128, path: Vec> }>; /** * Pool has been touched in order to fulfill operational requirements. **/ - Touched: AugmentedEvent, who: AccountId32], { poolId: ITuple<[StagingXcmV5Location, StagingXcmV5Location]>, who: AccountId32 }>; + Touched: AugmentedEvent, who: PezspCoreCryptoAccountId32], { poolId: ITuple<[StagingXcmV5Location, StagingXcmV5Location]>, who: PezspCoreCryptoAccountId32 }>; /** * Generic event **/ @@ -147,7 +147,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * An approval for account `delegate` was cancelled by `owner`. **/ - ApprovalCancelled: AugmentedEvent; + ApprovalCancelled: AugmentedEvent; /** * Approvals were destroyed for given asset. **/ @@ -155,7 +155,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * (Additional) funds have been approved for transfer to a destination account. **/ - ApprovedTransfer: AugmentedEvent; + ApprovedTransfer: AugmentedEvent; /** * Some asset `asset_id` was frozen. **/ @@ -175,19 +175,19 @@ declare module '@pezkuwi/api-base/types/events' { /** * Some account `who` was blocked. **/ - Blocked: AugmentedEvent; + Blocked: AugmentedEvent; /** * Some assets were destroyed. **/ - Burned: AugmentedEvent; + Burned: AugmentedEvent; /** * Some asset class was created. **/ - Created: AugmentedEvent; + Created: AugmentedEvent; /** * Some assets were deposited (e.g. for transaction fees). **/ - Deposited: AugmentedEvent; + Deposited: AugmentedEvent; /** * An asset class was destroyed. **/ @@ -199,15 +199,15 @@ declare module '@pezkuwi/api-base/types/events' { /** * Some asset class was force-created. **/ - ForceCreated: AugmentedEvent; + ForceCreated: AugmentedEvent; /** * Some account `who` was frozen. **/ - Frozen: AugmentedEvent; + Frozen: AugmentedEvent; /** * Some assets were issued. **/ - Issued: AugmentedEvent; + Issued: AugmentedEvent; /** * Metadata has been cleared for an asset. **/ @@ -219,32 +219,32 @@ declare module '@pezkuwi/api-base/types/events' { /** * The owner changed. **/ - OwnerChanged: AugmentedEvent; + OwnerChanged: AugmentedEvent; /** * The management team changed. **/ - TeamChanged: AugmentedEvent; + TeamChanged: AugmentedEvent; /** * Some account `who` was thawed. **/ - Thawed: AugmentedEvent; + Thawed: AugmentedEvent; /** * Some account `who` was created with a deposit from `depositor`. **/ - Touched: AugmentedEvent; + Touched: AugmentedEvent; /** * Some assets were transferred. **/ - Transferred: AugmentedEvent; + Transferred: AugmentedEvent; /** * An `amount` was transferred in its entirety from `owner` to `destination` by * the approved `delegate`. **/ - TransferredApproved: AugmentedEvent; + TransferredApproved: AugmentedEvent; /** * Some assets were withdrawn from the account (e.g. for transaction fees). **/ - Withdrawn: AugmentedEvent; + Withdrawn: AugmentedEvent; /** * Generic event **/ @@ -259,7 +259,7 @@ declare module '@pezkuwi/api-base/types/events' { * A transaction fee `actual_fee`, of which `tip` was added to the minimum inclusion fee, * has been paid by `who` in an asset `asset_id`. **/ - AssetTxFeePaid: AugmentedEvent; + AssetTxFeePaid: AugmentedEvent; /** * Generic event **/ @@ -269,28 +269,28 @@ declare module '@pezkuwi/api-base/types/events' { /** * A balance was set by root. **/ - BalanceSet: AugmentedEvent; + BalanceSet: AugmentedEvent; /** * Some amount was burned from an account. **/ - Burned: AugmentedEvent; + Burned: AugmentedEvent; /** * Some amount was deposited (e.g. for transaction fees). **/ - Deposit: AugmentedEvent; + Deposit: AugmentedEvent; /** * An account was removed whose balance was non-zero but below ExistentialDeposit, * resulting in an outright loss. **/ - DustLost: AugmentedEvent; + DustLost: AugmentedEvent; /** * An account was created with some free balance. **/ - Endowed: AugmentedEvent; + Endowed: AugmentedEvent; /** * Some balance was frozen. **/ - Frozen: AugmentedEvent; + Frozen: AugmentedEvent; /** * Total issuance was increased by `amount`, creating a credit to be balanced. **/ @@ -298,11 +298,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * Some balance was locked. **/ - Locked: AugmentedEvent; + Locked: AugmentedEvent; /** * Some amount was minted into an account. **/ - Minted: AugmentedEvent; + Minted: AugmentedEvent; /** * Total issuance was decreased by `amount`, creating a debt to be balanced. **/ @@ -310,28 +310,28 @@ declare module '@pezkuwi/api-base/types/events' { /** * Some balance was reserved (moved from free to reserved). **/ - Reserved: AugmentedEvent; + Reserved: AugmentedEvent; /** * Some balance was moved from the reserve of the first account to the second account. * Final argument indicates the destination balance type. **/ - ReserveRepatriated: AugmentedEvent; + ReserveRepatriated: AugmentedEvent; /** * Some amount was restored into an account. **/ - Restored: AugmentedEvent; + Restored: AugmentedEvent; /** * Some amount was removed from the account (e.g. for misbehavior). **/ - Slashed: AugmentedEvent; + Slashed: AugmentedEvent; /** * Some amount was suspended from an account (it can be restored later). **/ - Suspended: AugmentedEvent; + Suspended: AugmentedEvent; /** * Some balance was thawed. **/ - Thawed: AugmentedEvent; + Thawed: AugmentedEvent; /** * The `TotalIssuance` was forcefully changed. **/ @@ -339,7 +339,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * Transfer succeeded. **/ - Transfer: AugmentedEvent; + Transfer: AugmentedEvent; /** * An unexpected/defensive event was triggered. **/ @@ -347,19 +347,19 @@ declare module '@pezkuwi/api-base/types/events' { /** * Some balance was unlocked. **/ - Unlocked: AugmentedEvent; + Unlocked: AugmentedEvent; /** * Some balance was unreserved (moved from reserved to free). **/ - Unreserved: AugmentedEvent; + Unreserved: AugmentedEvent; /** * An account was upgraded. **/ - Upgraded: AugmentedEvent; + Upgraded: AugmentedEvent; /** * Some amount was withdrawn from the account (e.g. for transaction fees). **/ - Withdraw: AugmentedEvent; + Withdraw: AugmentedEvent; /** * Generic event **/ @@ -373,7 +373,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A bounty is awarded to a beneficiary. **/ - BountyAwarded: AugmentedEvent; + BountyAwarded: AugmentedEvent; /** * A bounty proposal is funded and became active. **/ @@ -385,7 +385,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A bounty is claimed by beneficiary. **/ - BountyClaimed: AugmentedEvent; + BountyClaimed: AugmentedEvent; /** * A bounty expiry is extended. **/ @@ -401,11 +401,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * A bounty curator is accepted. **/ - CuratorAccepted: AugmentedEvent; + CuratorAccepted: AugmentedEvent; /** * A bounty curator is proposed. **/ - CuratorProposed: AugmentedEvent; + CuratorProposed: AugmentedEvent; /** * A bounty curator is unassigned. **/ @@ -413,7 +413,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A bounty deposit has been poked. **/ - DepositPoked: AugmentedEvent; + DepositPoked: AugmentedEvent; /** * Generic event **/ @@ -427,7 +427,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A child-bounty is awarded to a beneficiary. **/ - Awarded: AugmentedEvent; + Awarded: AugmentedEvent; /** * A child-bounty is cancelled. **/ @@ -435,7 +435,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A child-bounty is claimed by beneficiary. **/ - Claimed: AugmentedEvent; + Claimed: AugmentedEvent; /** * Generic event **/ @@ -445,7 +445,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * Someone claimed some DOTs. **/ - Claimed: AugmentedEvent; + Claimed: AugmentedEvent; /** * Generic event **/ @@ -455,32 +455,32 @@ declare module '@pezkuwi/api-base/types/events' { /** * A new candidate joined. **/ - CandidateAdded: AugmentedEvent; + CandidateAdded: AugmentedEvent; /** * Bond of a candidate updated. **/ - CandidateBondUpdated: AugmentedEvent; + CandidateBondUpdated: AugmentedEvent; /** * A candidate was removed. **/ - CandidateRemoved: AugmentedEvent; + CandidateRemoved: AugmentedEvent; /** * An account was replaced in the candidate list by another one. **/ - CandidateReplaced: AugmentedEvent; + CandidateReplaced: AugmentedEvent; /** * An account was unable to be added to the Invulnerables because they did not have keys * registered. Other Invulnerables may have been set. **/ - InvalidInvulnerableSkipped: AugmentedEvent; + InvalidInvulnerableSkipped: AugmentedEvent; /** * A new Invulnerable was added. **/ - InvulnerableAdded: AugmentedEvent; + InvulnerableAdded: AugmentedEvent; /** * An Invulnerable was removed. **/ - InvulnerableRemoved: AugmentedEvent; + InvulnerableRemoved: AugmentedEvent; /** * The candidacy bond was set. **/ @@ -492,7 +492,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * New Invulnerables were set. **/ - NewInvulnerables: AugmentedEvent], { invulnerables: Vec }>; + NewInvulnerables: AugmentedEvent], { invulnerables: Vec }>; /** * Generic event **/ @@ -502,23 +502,23 @@ declare module '@pezkuwi/api-base/types/events' { /** * An account has delegated their vote to another account. \[who, target\] **/ - Delegated: AugmentedEvent; + Delegated: AugmentedEvent; /** * An \[account\] has cancelled a previous delegation operation. **/ - Undelegated: AugmentedEvent; + Undelegated: AugmentedEvent; /** * An account has voted **/ - Voted: AugmentedEvent; + Voted: AugmentedEvent; /** * A vote has been removed **/ - VoteRemoved: AugmentedEvent; + VoteRemoved: AugmentedEvent; /** * The lockup period of a conviction vote expired, and the funds have been unlocked. **/ - VoteUnlocked: AugmentedEvent; + VoteUnlocked: AugmentedEvent; /** * Generic event **/ @@ -549,19 +549,19 @@ declare module '@pezkuwi/api-base/types/events' { /** * Funds delegated by a delegator. **/ - Delegated: AugmentedEvent; + Delegated: AugmentedEvent; /** * Unclaimed delegation funds migrated to delegator. **/ - MigratedDelegation: AugmentedEvent; + MigratedDelegation: AugmentedEvent; /** * Funds released to a delegator. **/ - Released: AugmentedEvent; + Released: AugmentedEvent; /** * Funds slashed from a delegator. **/ - Slashed: AugmentedEvent; + Slashed: AugmentedEvent; /** * Generic event **/ @@ -575,7 +575,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * An approval for account `delegate` was cancelled by `owner`. **/ - ApprovalCancelled: AugmentedEvent; + ApprovalCancelled: AugmentedEvent; /** * Approvals were destroyed for given asset. **/ @@ -583,7 +583,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * (Additional) funds have been approved for transfer to a destination account. **/ - ApprovedTransfer: AugmentedEvent; + ApprovedTransfer: AugmentedEvent; /** * Some asset `asset_id` was frozen. **/ @@ -603,19 +603,19 @@ declare module '@pezkuwi/api-base/types/events' { /** * Some account `who` was blocked. **/ - Blocked: AugmentedEvent; + Blocked: AugmentedEvent; /** * Some assets were destroyed. **/ - Burned: AugmentedEvent; + Burned: AugmentedEvent; /** * Some asset class was created. **/ - Created: AugmentedEvent; + Created: AugmentedEvent; /** * Some assets were deposited (e.g. for transaction fees). **/ - Deposited: AugmentedEvent; + Deposited: AugmentedEvent; /** * An asset class was destroyed. **/ @@ -627,15 +627,15 @@ declare module '@pezkuwi/api-base/types/events' { /** * Some asset class was force-created. **/ - ForceCreated: AugmentedEvent; + ForceCreated: AugmentedEvent; /** * Some account `who` was frozen. **/ - Frozen: AugmentedEvent; + Frozen: AugmentedEvent; /** * Some assets were issued. **/ - Issued: AugmentedEvent; + Issued: AugmentedEvent; /** * Metadata has been cleared for an asset. **/ @@ -647,32 +647,32 @@ declare module '@pezkuwi/api-base/types/events' { /** * The owner changed. **/ - OwnerChanged: AugmentedEvent; + OwnerChanged: AugmentedEvent; /** * The management team changed. **/ - TeamChanged: AugmentedEvent; + TeamChanged: AugmentedEvent; /** * Some account `who` was thawed. **/ - Thawed: AugmentedEvent; + Thawed: AugmentedEvent; /** * Some account `who` was created with a deposit from `depositor`. **/ - Touched: AugmentedEvent; + Touched: AugmentedEvent; /** * Some assets were transferred. **/ - Transferred: AugmentedEvent; + Transferred: AugmentedEvent; /** * An `amount` was transferred in its entirety from `owner` to `destination` by * the approved `delegate`. **/ - TransferredApproved: AugmentedEvent; + TransferredApproved: AugmentedEvent; /** * Some assets were withdrawn from the account (e.g. for transaction fees). **/ - Withdrawn: AugmentedEvent; + Withdrawn: AugmentedEvent; /** * Generic event **/ @@ -682,11 +682,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * A deposit to reserve an index has been poked/reconsidered. **/ - DepositPoked: AugmentedEvent; + DepositPoked: AugmentedEvent; /** * A account index was assigned. **/ - IndexAssigned: AugmentedEvent; + IndexAssigned: AugmentedEvent; /** * A account index has been freed up (unassigned). **/ @@ -694,7 +694,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A account index has been frozen to its current account ID. **/ - IndexFrozen: AugmentedEvent; + IndexFrozen: AugmentedEvent; /** * Generic event **/ @@ -745,31 +745,31 @@ declare module '@pezkuwi/api-base/types/events' { /** * The given account has bailed. **/ - Bailed: AugmentedEvent; + Bailed: AugmentedEvent; /** * The given account has been discarded. **/ - Discarded: AugmentedEvent; + Discarded: AugmentedEvent; /** * The given solution, for the given round, was ejected. **/ - Ejected: AugmentedEvent; + Ejected: AugmentedEvent; /** * Upcoming submission has been registered for the given account, with the given score. **/ - Registered: AugmentedEvent; + Registered: AugmentedEvent; /** * The given account has been rewarded with the given amount. **/ - Rewarded: AugmentedEvent; + Rewarded: AugmentedEvent; /** * The given account has been slashed with the given amount. **/ - Slashed: AugmentedEvent; + Slashed: AugmentedEvent; /** * A page of solution solution with the given index has been stored for the given account. **/ - Stored: AugmentedEvent; + Stored: AugmentedEvent; /** * Generic event **/ @@ -847,23 +847,23 @@ declare module '@pezkuwi/api-base/types/events' { /** * The deposit for a multisig operation has been updated/poked. **/ - DepositPoked: AugmentedEvent; + DepositPoked: AugmentedEvent; /** * A multisig operation has been approved by someone. **/ - MultisigApproval: AugmentedEvent; + MultisigApproval: AugmentedEvent; /** * A multisig operation has been cancelled. **/ - MultisigCancelled: AugmentedEvent; + MultisigCancelled: AugmentedEvent; /** * A multisig operation has been executed. **/ - MultisigExecuted: AugmentedEvent], { approving: AccountId32, timepoint: PezpalletMultisigTimepoint, multisig: AccountId32, callHash: U8aFixed, result: Result }>; + MultisigExecuted: AugmentedEvent], { approving: PezspCoreCryptoAccountId32, timepoint: PezpalletMultisigTimepoint, multisig: PezspCoreCryptoAccountId32, callHash: U8aFixed, result: Result }>; /** * A new multisig operation has begun. **/ - NewMultisig: AugmentedEvent; + NewMultisig: AugmentedEvent; /** * Generic event **/ @@ -873,11 +873,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * An NFT was successfully fractionalized. **/ - NftFractionalized: AugmentedEvent; + NftFractionalized: AugmentedEvent; /** * An NFT was successfully returned back. **/ - NftUnified: AugmentedEvent; + NftUnified: AugmentedEvent; /** * Generic event **/ @@ -887,12 +887,12 @@ declare module '@pezkuwi/api-base/types/events' { /** * All approvals of an item got cancelled. **/ - AllApprovalsCancelled: AugmentedEvent; + AllApprovalsCancelled: AugmentedEvent; /** * An approval for a `delegate` account to transfer the `item` of an item * `collection` was cancelled by its `owner`. **/ - ApprovalCancelled: AugmentedEvent; + ApprovalCancelled: AugmentedEvent; /** * Attribute metadata has been cleared for a `collection` or `item`. **/ @@ -904,7 +904,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * An `item` was destroyed. **/ - Burned: AugmentedEvent; + Burned: AugmentedEvent; /** * A `collection` has had its config changed by the `Force` origin. **/ @@ -932,7 +932,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A `collection` was created. **/ - Created: AugmentedEvent; + Created: AugmentedEvent; /** * A `collection` was destroyed. **/ @@ -940,23 +940,23 @@ declare module '@pezkuwi/api-base/types/events' { /** * A `collection` was force-created. **/ - ForceCreated: AugmentedEvent; + ForceCreated: AugmentedEvent; /** * An `item` was issued. **/ - Issued: AugmentedEvent; + Issued: AugmentedEvent; /** * A new approval to modify item attributes was added. **/ - ItemAttributesApprovalAdded: AugmentedEvent; + ItemAttributesApprovalAdded: AugmentedEvent; /** * A new approval to modify item attributes was removed. **/ - ItemAttributesApprovalRemoved: AugmentedEvent; + ItemAttributesApprovalRemoved: AugmentedEvent; /** * An item was bought. **/ - ItemBought: AugmentedEvent; + ItemBought: AugmentedEvent; /** * Metadata has been cleared for an item. **/ @@ -972,7 +972,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * The price was set for the item. **/ - ItemPriceSet: AugmentedEvent], { collection: u32, item: u32, price: u128, whitelistedBuyer: Option }>; + ItemPriceSet: AugmentedEvent], { collection: u32, item: u32, price: u128, whitelistedBuyer: Option }>; /** * `item` metadata or attributes were locked. **/ @@ -992,11 +992,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * The owner changed. **/ - OwnerChanged: AugmentedEvent; + OwnerChanged: AugmentedEvent; /** * Ownership acceptance has changed for an account. **/ - OwnershipAcceptanceChanged: AugmentedEvent], { who: AccountId32, maybeCollection: Option }>; + OwnershipAcceptanceChanged: AugmentedEvent], { who: PezspCoreCryptoAccountId32, maybeCollection: Option }>; /** * A new attribute in the `Pallet` namespace was set for the `collection` or an `item` * within that `collection`. @@ -1017,7 +1017,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * The swap has been claimed. **/ - SwapClaimed: AugmentedEvent, deadline: u32], { sentCollection: u32, sentItem: u32, sentItemOwner: AccountId32, receivedCollection: u32, receivedItem: u32, receivedItemOwner: AccountId32, price: Option, deadline: u32 }>; + SwapClaimed: AugmentedEvent, deadline: u32], { sentCollection: u32, sentItem: u32, sentItemOwner: PezspCoreCryptoAccountId32, receivedCollection: u32, receivedItem: u32, receivedItemOwner: PezspCoreCryptoAccountId32, price: Option, deadline: u32 }>; /** * An `item` swap intent was created. **/ @@ -1025,20 +1025,20 @@ declare module '@pezkuwi/api-base/types/events' { /** * The management team changed. **/ - TeamChanged: AugmentedEvent, admin: Option, freezer: Option], { collection: u32, issuer: Option, admin: Option, freezer: Option }>; + TeamChanged: AugmentedEvent, admin: Option, freezer: Option], { collection: u32, issuer: Option, admin: Option, freezer: Option }>; /** * A tip was sent. **/ - TipSent: AugmentedEvent; + TipSent: AugmentedEvent; /** * An `item` of a `collection` has been approved by the `owner` for transfer by * a `delegate`. **/ - TransferApproved: AugmentedEvent], { collection: u32, item: u32, owner: AccountId32, delegate: AccountId32, deadline: Option }>; + TransferApproved: AugmentedEvent], { collection: u32, item: u32, owner: PezspCoreCryptoAccountId32, delegate: PezspCoreCryptoAccountId32, deadline: Option }>; /** * An `item` was transferred. **/ - Transferred: AugmentedEvent; + Transferred: AugmentedEvent; /** * Generic event **/ @@ -1048,11 +1048,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * A member has became bonded in a pool. **/ - Bonded: AugmentedEvent; + Bonded: AugmentedEvent; /** * A pool has been created. **/ - Created: AugmentedEvent; + Created: AugmentedEvent; /** * A pool has been destroyed. **/ @@ -1060,11 +1060,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * Global parameters regulating nomination pools have been updated. **/ - GlobalParamsUpdated: AugmentedEvent, maxMembers: Option, maxMembersPerPool: Option, globalMaxCommission: Option], { minJoinBond: u128, minCreateBond: u128, maxPools: Option, maxMembers: Option, maxMembersPerPool: Option, globalMaxCommission: Option }>; + GlobalParamsUpdated: AugmentedEvent, maxMembers: Option, maxMembersPerPool: Option, globalMaxCommission: Option], { minJoinBond: u128, minCreateBond: u128, maxPools: Option, maxMembers: Option, maxMembersPerPool: Option, globalMaxCommission: Option }>; /** * A pool member's claim permission has been updated. **/ - MemberClaimPermissionUpdated: AugmentedEvent; + MemberClaimPermissionUpdated: AugmentedEvent; /** * A member has been removed from a pool. * @@ -1072,11 +1072,11 @@ declare module '@pezkuwi/api-base/types/events' { * Any funds that are still delegated (i.e. dangling delegation) are released and are * represented by `released_balance`. **/ - MemberRemoved: AugmentedEvent; + MemberRemoved: AugmentedEvent; /** * A pool's metadata was updated. **/ - MetadataUpdated: AugmentedEvent; + MetadataUpdated: AugmentedEvent; /** * Topped up deficit in frozen ED of the reward pool. **/ @@ -1088,7 +1088,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A payout has been made to a member. **/ - PaidOut: AugmentedEvent; + PaidOut: AugmentedEvent; /** * A pool's commission `change_rate` has been changed. **/ @@ -1104,20 +1104,20 @@ declare module '@pezkuwi/api-base/types/events' { /** * A pool's commission setting has been changed. **/ - PoolCommissionUpdated: AugmentedEvent>], { poolId: u32, current: Option> }>; + PoolCommissionUpdated: AugmentedEvent>], { poolId: u32, current: Option> }>; /** * A pool's maximum commission setting has been changed. **/ - PoolMaxCommissionUpdated: AugmentedEvent; + PoolMaxCommissionUpdated: AugmentedEvent; /** * A pool's nominating account (or the pool's root account) has nominated a validator set * on behalf of the pool. **/ - PoolNominationMade: AugmentedEvent; + PoolNominationMade: AugmentedEvent; /** * The pool is chilled i.e. no longer nominating. **/ - PoolNominatorChilled: AugmentedEvent; + PoolNominatorChilled: AugmentedEvent; /** * The active balance of pool `pool_id` has been slashed to `balance`. **/ @@ -1126,7 +1126,7 @@ declare module '@pezkuwi/api-base/types/events' { * The roles of a pool have been updated to the given new roles. Note that the depositor * can never change. **/ - RolesUpdated: AugmentedEvent, bouncer: Option, nominator: Option], { root: Option, bouncer: Option, nominator: Option }>; + RolesUpdated: AugmentedEvent, bouncer: Option, nominator: Option], { root: Option, bouncer: Option, nominator: Option }>; /** * The state of a pool has changed **/ @@ -1144,7 +1144,7 @@ declare module '@pezkuwi/api-base/types/events' { * number of points that are issued in the unbonding pool will be less than the amount * requested to be unbonded. **/ - Unbonded: AugmentedEvent; + Unbonded: AugmentedEvent; /** * The unbond pool at `era` of pool `pool_id` has been slashed to `balance`. **/ @@ -1157,7 +1157,7 @@ declare module '@pezkuwi/api-base/types/events' { * Similar to `Unbonded` event, in the absence of slashing, the ratio of point to balance * will be 1. **/ - Withdrawn: AugmentedEvent; + Withdrawn: AugmentedEvent; /** * Generic event **/ @@ -1368,7 +1368,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * An approval for account `delegate` was cancelled by `owner`. **/ - ApprovalCancelled: AugmentedEvent; + ApprovalCancelled: AugmentedEvent; /** * Approvals were destroyed for given asset. **/ @@ -1376,7 +1376,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * (Additional) funds have been approved for transfer to a destination account. **/ - ApprovedTransfer: AugmentedEvent; + ApprovedTransfer: AugmentedEvent; /** * Some asset `asset_id` was frozen. **/ @@ -1396,19 +1396,19 @@ declare module '@pezkuwi/api-base/types/events' { /** * Some account `who` was blocked. **/ - Blocked: AugmentedEvent; + Blocked: AugmentedEvent; /** * Some assets were destroyed. **/ - Burned: AugmentedEvent; + Burned: AugmentedEvent; /** * Some asset class was created. **/ - Created: AugmentedEvent; + Created: AugmentedEvent; /** * Some assets were deposited (e.g. for transaction fees). **/ - Deposited: AugmentedEvent; + Deposited: AugmentedEvent; /** * An asset class was destroyed. **/ @@ -1420,15 +1420,15 @@ declare module '@pezkuwi/api-base/types/events' { /** * Some asset class was force-created. **/ - ForceCreated: AugmentedEvent; + ForceCreated: AugmentedEvent; /** * Some account `who` was frozen. **/ - Frozen: AugmentedEvent; + Frozen: AugmentedEvent; /** * Some assets were issued. **/ - Issued: AugmentedEvent; + Issued: AugmentedEvent; /** * Metadata has been cleared for an asset. **/ @@ -1440,32 +1440,32 @@ declare module '@pezkuwi/api-base/types/events' { /** * The owner changed. **/ - OwnerChanged: AugmentedEvent; + OwnerChanged: AugmentedEvent; /** * The management team changed. **/ - TeamChanged: AugmentedEvent; + TeamChanged: AugmentedEvent; /** * Some account `who` was thawed. **/ - Thawed: AugmentedEvent; + Thawed: AugmentedEvent; /** * Some account `who` was created with a deposit from `depositor`. **/ - Touched: AugmentedEvent; + Touched: AugmentedEvent; /** * Some assets were transferred. **/ - Transferred: AugmentedEvent; + Transferred: AugmentedEvent; /** * An `amount` was transferred in its entirety from `owner` to `destination` by * the approved `delegate`. **/ - TransferredApproved: AugmentedEvent; + TransferredApproved: AugmentedEvent; /** * Some assets were withdrawn from the account (e.g. for transaction fees). **/ - Withdrawn: AugmentedEvent; + Withdrawn: AugmentedEvent; /** * Generic event **/ @@ -1493,15 +1493,15 @@ declare module '@pezkuwi/api-base/types/events' { /** * An announcement was placed to make a call in the future. **/ - Announced: AugmentedEvent; + Announced: AugmentedEvent; /** * A deposit stored for proxies or announcements was poked / updated. **/ - DepositPoked: AugmentedEvent; + DepositPoked: AugmentedEvent; /** * A proxy was added. **/ - ProxyAdded: AugmentedEvent; + ProxyAdded: AugmentedEvent; /** * A proxy was executed correctly, with the given. **/ @@ -1509,16 +1509,16 @@ declare module '@pezkuwi/api-base/types/events' { /** * A proxy was removed. **/ - ProxyRemoved: AugmentedEvent; + ProxyRemoved: AugmentedEvent; /** * A pure account has been created by new proxy with given * disambiguation index and proxy type. **/ - PureCreated: AugmentedEvent; + PureCreated: AugmentedEvent; /** * A pure proxy was killed by its spawner. **/ - PureKilled: AugmentedEvent; + PureKilled: AugmentedEvent; /** * Generic event **/ @@ -1528,31 +1528,31 @@ declare module '@pezkuwi/api-base/types/events' { /** * Lost account has been successfully recovered by rescuer account. **/ - AccountRecovered: AugmentedEvent; + AccountRecovered: AugmentedEvent; /** * A deposit has been updated. **/ - DepositPoked: AugmentedEvent; + DepositPoked: AugmentedEvent; /** * A recovery process for lost account by rescuer account has been closed. **/ - RecoveryClosed: AugmentedEvent; + RecoveryClosed: AugmentedEvent; /** * A recovery process has been set up for an account. **/ - RecoveryCreated: AugmentedEvent; + RecoveryCreated: AugmentedEvent; /** * A recovery process has been initiated for lost account by rescuer account. **/ - RecoveryInitiated: AugmentedEvent; + RecoveryInitiated: AugmentedEvent; /** * A recovery process has been removed for an account. **/ - RecoveryRemoved: AugmentedEvent; + RecoveryRemoved: AugmentedEvent; /** * A recovery process for lost account by rescuer account has been vouched for by sender. **/ - RecoveryVouched: AugmentedEvent; + RecoveryVouched: AugmentedEvent; /** * Generic event **/ @@ -1576,11 +1576,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * The decision deposit has been placed. **/ - DecisionDepositPlaced: AugmentedEvent; + DecisionDepositPlaced: AugmentedEvent; /** * The decision deposit has been refunded. **/ - DecisionDepositRefunded: AugmentedEvent; + DecisionDepositRefunded: AugmentedEvent; /** * A referendum has moved into the deciding phase. **/ @@ -1588,7 +1588,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A deposit has been slashed. **/ - DepositSlashed: AugmentedEvent; + DepositSlashed: AugmentedEvent; /** * A referendum has been killed. **/ @@ -1608,7 +1608,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * The submission deposit has been refunded. **/ - SubmissionDepositRefunded: AugmentedEvent; + SubmissionDepositRefunded: AugmentedEvent; /** * A referendum has been submitted. **/ @@ -1697,11 +1697,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * Validator has been disabled. **/ - ValidatorDisabled: AugmentedEvent; + ValidatorDisabled: AugmentedEvent; /** * Validator has been re-enabled. **/ - ValidatorReenabled: AugmentedEvent; + ValidatorReenabled: AugmentedEvent; /** * Generic event **/ @@ -1711,24 +1711,24 @@ declare module '@pezkuwi/api-base/types/events' { /** * A candidate was dropped (due to an excess of bids in the system). **/ - AutoUnbid: AugmentedEvent; + AutoUnbid: AugmentedEvent; /** * A membership bid just happened. The given account is the candidate's ID and their offer * is the second. **/ - Bid: AugmentedEvent; + Bid: AugmentedEvent; /** * A candidate has been suspended **/ - CandidateSuspended: AugmentedEvent; + CandidateSuspended: AugmentedEvent; /** * A member has been challenged **/ - Challenged: AugmentedEvent; + Challenged: AugmentedEvent; /** * A vote has been placed for a defending member **/ - DefenderVote: AugmentedEvent; + DefenderVote: AugmentedEvent; /** * Some funds were deposited into the society account. **/ @@ -1736,24 +1736,24 @@ declare module '@pezkuwi/api-base/types/events' { /** * A deposit was poked / adjusted. **/ - DepositPoked: AugmentedEvent; + DepositPoked: AugmentedEvent; /** * A \[member\] got elevated to \[rank\]. **/ - Elevated: AugmentedEvent; + Elevated: AugmentedEvent; /** * The society is founded by the given identity. **/ - Founded: AugmentedEvent; + Founded: AugmentedEvent; /** * A group of candidates have been inducted. The batch's primary is the first value, the * batch in full is the second. **/ - Inducted: AugmentedEvent], { primary: AccountId32, candidates: Vec }>; + Inducted: AugmentedEvent], { primary: PezspCoreCryptoAccountId32, candidates: Vec }>; /** * A member has been suspended **/ - MemberSuspended: AugmentedEvent; + MemberSuspended: AugmentedEvent; /** * A new set of \[params\] has been set for the group. **/ @@ -1761,28 +1761,28 @@ declare module '@pezkuwi/api-base/types/events' { /** * A suspended member has been judged. **/ - SuspendedMemberJudgement: AugmentedEvent; + SuspendedMemberJudgement: AugmentedEvent; /** * A candidate was dropped (by their request). **/ - Unbid: AugmentedEvent; + Unbid: AugmentedEvent; /** * Society is unfounded. **/ - Unfounded: AugmentedEvent; + Unfounded: AugmentedEvent; /** * A candidate was dropped (by request of who vouched for them). **/ - Unvouch: AugmentedEvent; + Unvouch: AugmentedEvent; /** * A vote has been placed **/ - Vote: AugmentedEvent; + Vote: AugmentedEvent; /** * A membership bid just happened by vouching. The given account is the candidate's ID and * their offer is the second. The vouching party is the third. **/ - Vouch: AugmentedEvent; + Vouch: AugmentedEvent; /** * Generic event **/ @@ -1795,11 +1795,11 @@ declare module '@pezkuwi/api-base/types/events' { * NOTE: This event is only emitted when funds are bonded via a dispatchable. Notably, * it will not be emitted for staking rewards when they are added to stake. **/ - Bonded: AugmentedEvent; + Bonded: AugmentedEvent; /** * An account has stopped participating as either a validator or nominator. **/ - Chilled: AugmentedEvent; + Chilled: AugmentedEvent; /** * Report of a controller batch deprecation. **/ @@ -1808,7 +1808,7 @@ declare module '@pezkuwi/api-base/types/events' { * Staking balance migrated from locks to holds, with any balance that could not be held * is force withdrawn. **/ - CurrencyMigrated: AugmentedEvent; + CurrencyMigrated: AugmentedEvent; /** * The era payout has been set; the first balance is the validator-payout; the second is * the remainder from the maximum amount of reward. @@ -1822,16 +1822,16 @@ declare module '@pezkuwi/api-base/types/events' { /** * A nominator has been kicked from a validator. **/ - Kicked: AugmentedEvent; + Kicked: AugmentedEvent; /** * An offence for the given validator, for the given percentage of their stake, at the * given era as been reported. **/ - OffenceReported: AugmentedEvent; + OffenceReported: AugmentedEvent; /** * An offence was reported that was too old to be processed, and thus was dropped. **/ - OffenceTooOld: AugmentedEvent; + OffenceTooOld: AugmentedEvent; /** * An old slashing report from a prior era was discarded because it could * not be processed. @@ -1852,11 +1852,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * A Page of stakers rewards are getting paid. `next` is `None` if all pages are claimed. **/ - PayoutStarted: AugmentedEvent], { eraIndex: u32, validatorStash: AccountId32, page: u32, next: Option }>; + PayoutStarted: AugmentedEvent], { eraIndex: u32, validatorStash: PezspCoreCryptoAccountId32, page: u32, next: Option }>; /** * The nominator has been rewarded by this amount to this destination. **/ - Rewarded: AugmentedEvent; + Rewarded: AugmentedEvent; /** * Session change has been triggered. * @@ -1867,15 +1867,15 @@ declare module '@pezkuwi/api-base/types/events' { /** * An unapplied slash has been cancelled. **/ - SlashCancelled: AugmentedEvent; + SlashCancelled: AugmentedEvent; /** * An offence has been processed and the corresponding slash has been computed. **/ - SlashComputed: AugmentedEvent; + SlashComputed: AugmentedEvent; /** * A staker (validator or nominator) has been slashed by the given amount. **/ - Slashed: AugmentedEvent; + Slashed: AugmentedEvent; /** * Targets size limit reached. **/ @@ -1888,11 +1888,11 @@ declare module '@pezkuwi/api-base/types/events' { * A subsequent event of `Withdrawn`, indicating that `stash` was fully removed from the * system. **/ - StakerRemoved: AugmentedEvent; + StakerRemoved: AugmentedEvent; /** * An account has unbonded this amount. **/ - Unbonded: AugmentedEvent; + Unbonded: AugmentedEvent; /** * Something occurred that should never happen under normal operation. * Logged as an event for fail-safe observability. @@ -1901,12 +1901,12 @@ declare module '@pezkuwi/api-base/types/events' { /** * A validator has set their preferences. **/ - ValidatorPrefsSet: AugmentedEvent; + ValidatorPrefsSet: AugmentedEvent; /** * An account has called `withdraw_unbonded` and removed unbonding chunks worth `Balance` * from the unlocking queue. **/ - Withdrawn: AugmentedEvent; + Withdrawn: AugmentedEvent; /** * Generic event **/ @@ -1948,7 +1948,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * Some account got slashed by the given amount. **/ - Slashed: AugmentedEvent; + Slashed: AugmentedEvent; /** * Generic event **/ @@ -1970,11 +1970,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * An account was reaped. **/ - KilledAccount: AugmentedEvent; + KilledAccount: AugmentedEvent; /** * A new account was created. **/ - NewAccount: AugmentedEvent; + NewAccount: AugmentedEvent; /** * An invalid authorized upgrade was rejected while trying to apply it. **/ @@ -1982,7 +1982,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * On on-chain remark happened. **/ - Remarked: AugmentedEvent; + Remarked: AugmentedEvent; /** * A [`Task`] has finished executing. **/ @@ -2023,7 +2023,7 @@ declare module '@pezkuwi/api-base/types/events' { * A transaction fee `actual_fee`, of which `tip` was added to the minimum inclusion fee, * has been paid by `who`. **/ - TransactionFeePaid: AugmentedEvent; + TransactionFeePaid: AugmentedEvent; /** * Generic event **/ @@ -2041,7 +2041,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * Some funds have been allocated. **/ - Awarded: AugmentedEvent; + Awarded: AugmentedEvent; /** * Some of our funds have been burnt. **/ @@ -2065,7 +2065,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A new spend proposal has been approved. **/ - SpendApproved: AugmentedEvent; + SpendApproved: AugmentedEvent; /** * We have ended a spend period and will now allocate funds. **/ @@ -2089,12 +2089,12 @@ declare module '@pezkuwi/api-base/types/events' { * An approval for a `delegate` account to transfer the `item` of an item * `collection` was cancelled by its `owner`. **/ - ApprovalCancelled: AugmentedEvent; + ApprovalCancelled: AugmentedEvent; /** * An `item` of a `collection` has been approved by the `owner` for transfer by * a `delegate`. **/ - ApprovedTransfer: AugmentedEvent; + ApprovedTransfer: AugmentedEvent; /** * Attribute metadata has been cleared for a `collection` or `item`. **/ @@ -2106,7 +2106,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * An `item` was destroyed. **/ - Burned: AugmentedEvent; + Burned: AugmentedEvent; /** * Some `collection` was frozen. **/ @@ -2130,7 +2130,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A `collection` was created. **/ - Created: AugmentedEvent; + Created: AugmentedEvent; /** * A `collection` was destroyed. **/ @@ -2138,7 +2138,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A `collection` was force-created. **/ - ForceCreated: AugmentedEvent; + ForceCreated: AugmentedEvent; /** * Some `item` was frozen. **/ @@ -2146,11 +2146,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * An `item` was issued. **/ - Issued: AugmentedEvent; + Issued: AugmentedEvent; /** * An item was bought. **/ - ItemBought: AugmentedEvent; + ItemBought: AugmentedEvent; /** * The price for the instance was removed. **/ @@ -2158,7 +2158,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * The price was set for the instance. **/ - ItemPriceSet: AugmentedEvent], { collection: u32, item: u32, price: u128, whitelistedBuyer: Option }>; + ItemPriceSet: AugmentedEvent], { collection: u32, item: u32, price: u128, whitelistedBuyer: Option }>; /** * A `collection` has had its attributes changed by the `Force` origin. **/ @@ -2174,11 +2174,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * The owner changed. **/ - OwnerChanged: AugmentedEvent; + OwnerChanged: AugmentedEvent; /** * Ownership acceptance has changed for an account. **/ - OwnershipAcceptanceChanged: AugmentedEvent], { who: AccountId32, maybeCollection: Option }>; + OwnershipAcceptanceChanged: AugmentedEvent], { who: PezspCoreCryptoAccountId32, maybeCollection: Option }>; /** * Metadata has been cleared for an item. **/ @@ -2186,7 +2186,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * The management team changed. **/ - TeamChanged: AugmentedEvent; + TeamChanged: AugmentedEvent; /** * Some `item` was thawed. **/ @@ -2194,7 +2194,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * An `item` was transferred. **/ - Transferred: AugmentedEvent; + Transferred: AugmentedEvent; /** * Generic event **/ @@ -2243,16 +2243,16 @@ declare module '@pezkuwi/api-base/types/events' { /** * An \[account\] has become fully vested. **/ - VestingCompleted: AugmentedEvent; + VestingCompleted: AugmentedEvent; /** * A vesting schedule has been created. **/ - VestingCreated: AugmentedEvent; + VestingCreated: AugmentedEvent; /** * The amount vested has been updated. This could indicate a change in funds available. * The balance given is the amount which is left unvested (and thus locked). **/ - VestingUpdated: AugmentedEvent; + VestingUpdated: AugmentedEvent; /** * Generic event **/ @@ -2262,11 +2262,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * Moved an account from one bag to another. **/ - Rebagged: AugmentedEvent; + Rebagged: AugmentedEvent; /** * Updated the score of some account to the given amount. **/ - ScoreUpdated: AugmentedEvent; + ScoreUpdated: AugmentedEvent; /** * Generic event **/ diff --git a/packages/api-augment/src/assetHubDicle/query.ts b/packages/api-augment/src/assetHubDicle/query.ts index 6e307a7..76fc880 100644 --- a/packages/api-augment/src/assetHubDicle/query.ts +++ b/packages/api-augment/src/assetHubDicle/query.ts @@ -8,8 +8,8 @@ import '@pezkuwi/api-base/types/storage'; import type { ApiTypes, AugmentedQuery, QueryableStorageEntry } from '@pezkuwi/api-base/types'; import type { BTreeMap, BTreeSet, Bytes, Null, Option, Struct, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@pezkuwi/types-codec'; import type { AnyNumber, ITuple } from '@pezkuwi/types-codec/types'; -import type { AccountId32, H160, H256, Perbill, Percent } from '@pezkuwi/types/interfaces/runtime'; -import type { AssetHubDicleRuntimeRuntimeParametersKey, AssetHubDicleRuntimeRuntimeParametersValue, AssetHubDicleRuntimeSessionKeys, AssetHubDicleRuntimeStakingNposCompactSolution24, BpXcmBridgeHubRouterBridgeState, PezcumulusPezpalletTeyrchainSystemRelayStateSnapshotMessagingStateSnapshot, PezcumulusPezpalletTeyrchainSystemTeyrchainInherentInboundMessageId, PezcumulusPezpalletTeyrchainSystemUnincludedSegmentAncestor, PezcumulusPezpalletTeyrchainSystemUnincludedSegmentSegmentTracker, PezcumulusPezpalletXcmpQueueOutboundChannelDetails, PezcumulusPezpalletXcmpQueueQueueConfigData, PezcumulusPrimitivesCoreAggregateMessageOrigin, PezframeElectionProviderSupportBoundedSupports, PezframeSupportDispatchPerDispatchClassWeight, PezframeSupportTokensMiscIdAmountRuntimeFreezeReason, PezframeSupportTokensMiscIdAmountRuntimeHoldReason, PezframeSystemAccountInfo, PezframeSystemCodeUpgradeAuthorization, PezframeSystemEventRecord, PezframeSystemLastRuntimeUpgradeInfo, PezframeSystemPhase, PezkuwiCorePrimitivesOutboundHrmpMessage, PezkuwiPrimitivesV8AbridgedHostConfiguration, PezkuwiPrimitivesV8PersistedValidationData, PezkuwiPrimitivesV8UpgradeGoAhead, PezkuwiPrimitivesV8UpgradeRestriction, PezkuwiRuntimeCommonClaimsEthereumAddress, PezkuwiRuntimeCommonClaimsStatementKind, PezkuwiRuntimeCommonImplsVersionedLocatableAsset, PezpalletAhMigratorBalancesBefore, PezpalletAhMigratorMigrationStage, PezpalletAssetConversionPoolInfo, PezpalletAssetsApproval, PezpalletAssetsAssetAccount, PezpalletAssetsAssetDetails, PezpalletAssetsAssetMetadata, PezpalletBagsListListBag, PezpalletBagsListListNode, PezpalletBalancesAccountData, PezpalletBalancesBalanceLock, PezpalletBalancesReserveData, PezpalletBountiesBounty, PezpalletChildBountiesChildBounty, PezpalletCollatorSelectionCandidateInfo, PezpalletConvictionVotingVoteVoting, PezpalletDelegatedStakingAgentLedger, PezpalletDelegatedStakingDelegation, PezpalletElectionProviderMultiBlockPhase, PezpalletElectionProviderMultiBlockSignedSubmissionMetadata, PezpalletElectionProviderMultiBlockVerifierImplsPartialBackings, PezpalletElectionProviderMultiBlockVerifierImplsStatus, PezpalletElectionProviderMultiBlockVerifierImplsValidSolution, PezpalletMessageQueueBookState, PezpalletMessageQueuePage, PezpalletMigrationsMigrationCursor, PezpalletMultisigMultisig, PezpalletNftFractionalizationDetails, PezpalletNftsAttributeDeposit, PezpalletNftsAttributeNamespace, PezpalletNftsCollectionConfig, PezpalletNftsCollectionDetails, PezpalletNftsCollectionMetadata, PezpalletNftsItemConfig, PezpalletNftsItemDetails, PezpalletNftsItemMetadata, PezpalletNftsPendingSwap, PezpalletNominationPoolsBondedPoolInner, PezpalletNominationPoolsClaimPermission, PezpalletNominationPoolsPoolMember, PezpalletNominationPoolsRewardPool, PezpalletNominationPoolsSubPools, PezpalletPreimageOldRequestStatus, PezpalletPreimageRequestStatus, PezpalletProxyAnnouncement, PezpalletProxyProxyDefinitionAssetHubDicleRuntimeProxyType, PezpalletRcMigratorAccountsAccount, PezpalletRcMigratorQueuePriority, PezpalletRecoveryActiveRecovery, PezpalletRecoveryRecoveryConfig, PezpalletReferendaReferendumInfoOriginCaller, PezpalletReviveStorageAccountInfo, PezpalletReviveStorageDeletionQueueManager, PezpalletReviveVmCodeInfo, PezpalletSchedulerRetryConfig, PezpalletSchedulerScheduled, PezpalletSocietyBid, PezpalletSocietyCandidacy, PezpalletSocietyGroupParams, PezpalletSocietyIntakeRecord, PezpalletSocietyMemberRecord, PezpalletSocietyPayoutRecord, PezpalletSocietyTally, PezpalletSocietyVote, PezpalletStakingAsyncActiveEraInfo, PezpalletStakingAsyncEraRewardPoints, PezpalletStakingAsyncForcing, PezpalletStakingAsyncLedgerStakingLedger, PezpalletStakingAsyncNominations, PezpalletStakingAsyncPezpalletBoundedExposurePage, PezpalletStakingAsyncPezpalletPruningStep, PezpalletStakingAsyncRcClientSessionReport, PezpalletStakingAsyncRcClientValidatorSetReport, PezpalletStakingAsyncRewardDestination, PezpalletStakingAsyncSlashingOffenceRecord, PezpalletStakingAsyncSnapshotStatus, PezpalletStakingAsyncUnappliedSlash, PezpalletStakingAsyncValidatorPrefs, PezpalletStateTrieMigrationMigrationLimits, PezpalletStateTrieMigrationMigrationTask, PezpalletTransactionPaymentReleases, PezpalletTreasuryProposal, PezpalletTreasurySpendStatus, PezpalletUniquesCollectionDetails, PezpalletUniquesCollectionMetadata, PezpalletUniquesItemDetails, PezpalletUniquesItemMetadata, PezpalletVestingReleases, PezpalletVestingVestingInfo, PezpalletXcmAuthorizedAliasesEntry, PezpalletXcmQueryStatus, PezpalletXcmRemoteLockedFungibleRecord, PezpalletXcmVersionMigrationStage, PezspConsensusAuraSr25519AppSr25519Public, PezspCoreCryptoKeyTypeId, PezspNposElectionsElectionScore, PezspRuntimeDigest, PezspStakingPagedExposureMetadata, PezspTrieStorageProof, PezspWeightsWeightV2Weight, StagingXcmV5Instruction, StagingXcmV5Location, XcmVersionedAssetId, XcmVersionedLocation } from '@pezkuwi/types/lookup'; +import type { H160, H256 } from '@pezkuwi/types/interfaces/runtime'; +import type { AssetHubDicleRuntimeRuntimeParametersKey, AssetHubDicleRuntimeRuntimeParametersValue, AssetHubDicleRuntimeSessionKeys, AssetHubDicleRuntimeStakingNposCompactSolution24, BpXcmBridgeHubRouterBridgeState, PezcumulusPezpalletTeyrchainSystemRelayStateSnapshotMessagingStateSnapshot, PezcumulusPezpalletTeyrchainSystemTeyrchainInherentInboundMessageId, PezcumulusPezpalletTeyrchainSystemUnincludedSegmentAncestor, PezcumulusPezpalletTeyrchainSystemUnincludedSegmentSegmentTracker, PezcumulusPezpalletXcmpQueueOutboundChannelDetails, PezcumulusPezpalletXcmpQueueQueueConfigData, PezcumulusPrimitivesCoreAggregateMessageOrigin, PezframeElectionProviderSupportBoundedSupports, PezframeSupportDispatchPerDispatchClassWeight, PezframeSupportTokensMiscIdAmountRuntimeFreezeReason, PezframeSupportTokensMiscIdAmountRuntimeHoldReason, PezframeSystemAccountInfo, PezframeSystemCodeUpgradeAuthorization, PezframeSystemEventRecord, PezframeSystemLastRuntimeUpgradeInfo, PezframeSystemPhase, PezkuwiCorePrimitivesOutboundHrmpMessage, PezkuwiPrimitivesV8AbridgedHostConfiguration, PezkuwiPrimitivesV8PersistedValidationData, PezkuwiPrimitivesV8UpgradeGoAhead, PezkuwiPrimitivesV8UpgradeRestriction, PezkuwiRuntimeCommonClaimsEthereumAddress, PezkuwiRuntimeCommonClaimsStatementKind, PezkuwiRuntimeCommonImplsVersionedLocatableAsset, PezpalletAhMigratorBalancesBefore, PezpalletAhMigratorMigrationStage, PezpalletAssetConversionPoolInfo, PezpalletAssetsApproval, PezpalletAssetsAssetAccount, PezpalletAssetsAssetDetails, PezpalletAssetsAssetMetadata, PezpalletBagsListListBag, PezpalletBagsListListNode, PezpalletBalancesAccountData, PezpalletBalancesBalanceLock, PezpalletBalancesReserveData, PezpalletBountiesBounty, PezpalletChildBountiesChildBounty, PezpalletCollatorSelectionCandidateInfo, PezpalletConvictionVotingVoteVoting, PezpalletDelegatedStakingAgentLedger, PezpalletDelegatedStakingDelegation, PezpalletElectionProviderMultiBlockPhase, PezpalletElectionProviderMultiBlockSignedSubmissionMetadata, PezpalletElectionProviderMultiBlockVerifierImplsPartialBackings, PezpalletElectionProviderMultiBlockVerifierImplsStatus, PezpalletElectionProviderMultiBlockVerifierImplsValidSolution, PezpalletMessageQueueBookState, PezpalletMessageQueuePage, PezpalletMigrationsMigrationCursor, PezpalletMultisigMultisig, PezpalletNftFractionalizationDetails, PezpalletNftsAttributeDeposit, PezpalletNftsAttributeNamespace, PezpalletNftsCollectionConfig, PezpalletNftsCollectionDetails, PezpalletNftsCollectionMetadata, PezpalletNftsItemConfig, PezpalletNftsItemDetails, PezpalletNftsItemMetadata, PezpalletNftsPendingSwap, PezpalletNominationPoolsBondedPoolInner, PezpalletNominationPoolsClaimPermission, PezpalletNominationPoolsPoolMember, PezpalletNominationPoolsRewardPool, PezpalletNominationPoolsSubPools, PezpalletPreimageOldRequestStatus, PezpalletPreimageRequestStatus, PezpalletProxyAnnouncement, PezpalletProxyProxyDefinitionAssetHubDicleRuntimeProxyType, PezpalletRcMigratorAccountsAccount, PezpalletRcMigratorQueuePriority, PezpalletRecoveryActiveRecovery, PezpalletRecoveryRecoveryConfig, PezpalletReferendaReferendumInfoOriginCaller, PezpalletReviveStorageAccountInfo, PezpalletReviveStorageDeletionQueueManager, PezpalletReviveVmCodeInfo, PezpalletSchedulerRetryConfig, PezpalletSchedulerScheduled, PezpalletSocietyBid, PezpalletSocietyCandidacy, PezpalletSocietyGroupParams, PezpalletSocietyIntakeRecord, PezpalletSocietyMemberRecord, PezpalletSocietyPayoutRecord, PezpalletSocietyTally, PezpalletSocietyVote, PezpalletStakingAsyncActiveEraInfo, PezpalletStakingAsyncEraRewardPoints, PezpalletStakingAsyncForcing, PezpalletStakingAsyncLedgerStakingLedger, PezpalletStakingAsyncNominations, PezpalletStakingAsyncPezpalletBoundedExposurePage, PezpalletStakingAsyncPezpalletPruningStep, PezpalletStakingAsyncRcClientSessionReport, PezpalletStakingAsyncRcClientValidatorSetReport, PezpalletStakingAsyncRewardDestination, PezpalletStakingAsyncSlashingOffenceRecord, PezpalletStakingAsyncSnapshotStatus, PezpalletStakingAsyncUnappliedSlash, PezpalletStakingAsyncValidatorPrefs, PezpalletStateTrieMigrationMigrationLimits, PezpalletStateTrieMigrationMigrationTask, PezpalletTransactionPaymentReleases, PezpalletTreasuryProposal, PezpalletTreasurySpendStatus, PezpalletUniquesCollectionDetails, PezpalletUniquesCollectionMetadata, PezpalletUniquesItemDetails, PezpalletUniquesItemMetadata, PezpalletVestingReleases, PezpalletVestingVestingInfo, PezpalletXcmAuthorizedAliasesEntry, PezpalletXcmQueryStatus, PezpalletXcmRemoteLockedFungibleRecord, PezpalletXcmVersionMigrationStage, PezspConsensusAuraSr25519AppSr25519Public, PezspCoreCryptoAccountId32, PezspCoreCryptoKeyTypeId, PezspNposElectionsElectionScore, PezspRuntimeDigest, PezspStakingPagedExposureMetadata, PezspTrieStorageProof, PezspWeightsWeightV2Weight, StagingXcmV5Instruction, StagingXcmV5Location, XcmVersionedAssetId, XcmVersionedLocation } from '@pezkuwi/types/lookup'; import type { Observable } from '@pezkuwi/types/types'; export type __AugmentedQuery = AugmentedQuery unknown>; @@ -43,7 +43,7 @@ declare module '@pezkuwi/api-base/types/storage' { * This account id has similar privileges to [`Config::AdminOrigin`] except that it * can not set the manager account id via `set_manager` call. **/ - manager: AugmentedQuery Observable>, []> & QueryableStorageEntry; + manager: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * Block number when migration finished and extrinsics were unlocked. * @@ -63,7 +63,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * This is unlikely to happen, since we dry run the migration, but we keep it for completeness. **/ - rcAccounts: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + rcAccounts: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Generic query **/ @@ -84,7 +84,7 @@ declare module '@pezkuwi/api-base/types/storage' { * The value is (fund_pot, balance). The contribution pot is the second key in the * `RcCrowdloanContribution` storage. **/ - rcCrowdloanContribution: AugmentedQuery Observable>>, [u32, u32, AccountId32]> & QueryableStorageEntry; + rcCrowdloanContribution: AugmentedQuery Observable>>, [u32, u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The reserve that was taken to create a crowdloan. * @@ -96,7 +96,7 @@ declare module '@pezkuwi/api-base/types/storage' { * - The para_id of the crowdloan * - The account that will have the balance unreserved **/ - rcCrowdloanReserve: AugmentedQuery Observable>, [u32, u32, AccountId32]> & QueryableStorageEntry; + rcCrowdloanReserve: AugmentedQuery Observable>, [u32, u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Amount of balance that was reserved for winning a lease auction. * @@ -113,7 +113,7 @@ declare module '@pezkuwi/api-base/types/storage' { * - The account that will have the balance unreserved. * - The balance to be unreserved. **/ - rcLeaseReserve: AugmentedQuery Observable>, [u32, u32, AccountId32]> & QueryableStorageEntry; + rcLeaseReserve: AugmentedQuery Observable>, [u32, u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Generic query **/ @@ -151,13 +151,13 @@ declare module '@pezkuwi/api-base/types/storage' { /** * The holdings of a specific account for a specific asset. **/ - account: AugmentedQuery Observable>, [u32, AccountId32]> & QueryableStorageEntry; + account: AugmentedQuery Observable>, [u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Approved balance transfers. First balance is the amount approved for transfer. Second * is the amount of `T::Currency` reserved for storing this. * First key is the asset ID, second key is the owner and third key is the delegate. **/ - approvals: AugmentedQuery Observable>, [u32, AccountId32, AccountId32]> & QueryableStorageEntry; + approvals: AugmentedQuery Observable>, [u32, PezspCoreCryptoAccountId32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Details of an asset. **/ @@ -230,7 +230,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * Author of current block. **/ - author: AugmentedQuery Observable>, []> & QueryableStorageEntry; + author: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * Generic query **/ @@ -263,15 +263,15 @@ declare module '@pezkuwi/api-base/types/storage' { * `Balances` pallet, which uses a `StorageMap` to store balances data only. * NOTE: This is only used in the case that this pallet is used to store balances. **/ - account: AugmentedQuery Observable, [AccountId32]> & QueryableStorageEntry; + account: AugmentedQuery Observable, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Freeze locks on account balances. **/ - freezes: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + freezes: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Holds on account balances. **/ - holds: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + holds: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The total units of outstanding deactivated balance in the system. **/ @@ -282,13 +282,13 @@ declare module '@pezkuwi/api-base/types/storage' { * * Use of locks is deprecated in favour of freezes. See `https://github.com/paritytech/substrate/pull/12951/` **/ - locks: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + locks: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Named reserves on some account balances. * * Use of reserves is deprecated in favour of holds. See `https://github.com/paritytech/substrate/pull/12951/` **/ - reserves: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + reserves: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The total units issued in the system. **/ @@ -367,7 +367,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * Pre-claimed Ethereum accounts, by the Account ID that they are claimed to. **/ - preclaims: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + preclaims: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The statement kind that must be signed, if any. **/ @@ -409,11 +409,11 @@ declare module '@pezkuwi/api-base/types/storage' { /** * The invulnerable, permissioned collators. This list must be sorted. **/ - invulnerables: AugmentedQuery Observable>, []> & QueryableStorageEntry; + invulnerables: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * Last block authored by collator. **/ - lastAuthoredBlock: AugmentedQuery Observable, [AccountId32]> & QueryableStorageEntry; + lastAuthoredBlock: AugmentedQuery Observable, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Generic query **/ @@ -425,12 +425,12 @@ declare module '@pezkuwi/api-base/types/storage' { * require. The actual amount locked on behalf of this pallet should always be the maximum of * this list. **/ - classLocksFor: AugmentedQuery Observable>>, [AccountId32]> & QueryableStorageEntry; + classLocksFor: AugmentedQuery Observable>>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * All voting for a particular voter in a particular voting class. We store the balance for the * number of votes that we have recorded. **/ - votingFor: AugmentedQuery Observable, [AccountId32, u16]> & QueryableStorageEntry; + votingFor: AugmentedQuery Observable, [PezspCoreCryptoAccountId32, u16]> & QueryableStorageEntry; /** * Generic query **/ @@ -440,7 +440,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * Map of `Agent` to their `Ledger`. **/ - agents: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + agents: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Counter for the related counted storage map **/ @@ -455,7 +455,7 @@ declare module '@pezkuwi/api-base/types/storage' { * Implementation note: We are not using a double map with `delegator` and `agent` account * as keys since we want to restrict delegators to delegate only to one account at a time. **/ - delegators: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + delegators: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Generic query **/ @@ -465,13 +465,13 @@ declare module '@pezkuwi/api-base/types/storage' { /** * The holdings of a specific account for a specific asset. **/ - account: AugmentedQuery Observable>, [StagingXcmV5Location, AccountId32]> & QueryableStorageEntry; + account: AugmentedQuery Observable>, [StagingXcmV5Location, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Approved balance transfers. First balance is the amount approved for transfer. Second * is the amount of `T::Currency` reserved for storing this. * First key is the asset ID, second key is the owner and third key is the delegate. **/ - approvals: AugmentedQuery Observable>, [StagingXcmV5Location, AccountId32, AccountId32]> & QueryableStorageEntry; + approvals: AugmentedQuery Observable>, [StagingXcmV5Location, PezspCoreCryptoAccountId32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Details of an asset. **/ @@ -507,7 +507,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * The lookup from index to account. **/ - accounts: AugmentedQuery Observable>>, [u32]> & QueryableStorageEntry; + accounts: AugmentedQuery Observable>>, [u32]> & QueryableStorageEntry; /** * Generic query **/ @@ -545,7 +545,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * For the time being, since we assume one pages of targets, at most ONE key will exist. **/ - pagedTargetSnapshot: AugmentedQuery Observable>>, [u32, u32]> & QueryableStorageEntry; + pagedTargetSnapshot: AugmentedQuery Observable>>, [u32, u32]> & QueryableStorageEntry; /** * Same as [`PagedTargetSnapshot`], but it will store the hash of the snapshot. * @@ -555,7 +555,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * Paginated voter snapshot. At most [`T::Pages`] keys will exist. **/ - pagedVoterSnapshot: AugmentedQuery Observable]>>>>, [u32, u32]> & QueryableStorageEntry; + pagedVoterSnapshot: AugmentedQuery Observable]>>>>, [u32, u32]> & QueryableStorageEntry; /** * Same as [`PagedVoterSnapshot`], but it will store the hash of the snapshot. * @@ -588,19 +588,19 @@ declare module '@pezkuwi/api-base/types/storage' { * back. * * They always get their tx-fee back even if they are _discarded_. **/ - invulnerables: AugmentedQuery Observable>, []> & QueryableStorageEntry; - sortedScores: AugmentedQuery Observable>>, [u32]> & QueryableStorageEntry; + invulnerables: AugmentedQuery Observable>, []> & QueryableStorageEntry; + sortedScores: AugmentedQuery Observable>>, [u32]> & QueryableStorageEntry; /** * Map from account to the metadata of their submission. * * invariant: for any Key1 of type `AccountId` in [`Submissions`], this storage map also has a * value. **/ - submissionMetadataStorage: AugmentedQuery Observable>, [u32, AccountId32]> & QueryableStorageEntry; + submissionMetadataStorage: AugmentedQuery Observable>, [u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Triple map from (round, account, page) to a solution page. **/ - submissionStorage: AugmentedQuery Observable>, [u32, AccountId32, u32]> & QueryableStorageEntry; + submissionStorage: AugmentedQuery Observable>, [u32, PezspCoreCryptoAccountId32, u32]> & QueryableStorageEntry; /** * Generic query **/ @@ -621,7 +621,7 @@ declare module '@pezkuwi/api-base/types/storage' { * need this information anymore; the score is already computed once in * [`QueuedSolutionScore`], and the backing counts are checked. **/ - queuedSolutionBackings: AugmentedQuery Observable>>>, [u32, u32]> & QueryableStorageEntry; + queuedSolutionBackings: AugmentedQuery Observable>>>, [u32, u32]> & QueryableStorageEntry; /** * The score of the valid variant of [`QueuedSolution`]. * @@ -679,7 +679,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * The set of open multisig operations. **/ - multisigs: AugmentedQuery Observable>, [AccountId32, U8aFixed]> & QueryableStorageEntry; + multisigs: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32, U8aFixed]> & QueryableStorageEntry; /** * Generic query **/ @@ -700,7 +700,7 @@ declare module '@pezkuwi/api-base/types/storage' { * The items held by any given account; set out this way so that items owned by a single * account can be enumerated. **/ - account: AugmentedQuery Observable>, [AccountId32, u32, u32]> & QueryableStorageEntry; + account: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32, u32, u32]> & QueryableStorageEntry; /** * Attributes of a collection. **/ @@ -713,7 +713,7 @@ declare module '@pezkuwi/api-base/types/storage' { * The collections owned by any given account; set out this way so that collections owned by * a single account can be enumerated. **/ - collectionAccount: AugmentedQuery Observable>, [AccountId32, u32]> & QueryableStorageEntry; + collectionAccount: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32, u32]> & QueryableStorageEntry; /** * Config of a collection. **/ @@ -726,7 +726,7 @@ declare module '@pezkuwi/api-base/types/storage' { * The items in existence and their ownership details. * Stores collection roles as per account. **/ - collectionRoleOf: AugmentedQuery Observable>, [u32, AccountId32]> & QueryableStorageEntry; + collectionRoleOf: AugmentedQuery Observable>, [u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The items in existence and their ownership details. **/ @@ -734,7 +734,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * Item attribute approvals. **/ - itemAttributesApprovalsOf: AugmentedQuery Observable>, [u32, u32]> & QueryableStorageEntry; + itemAttributesApprovalsOf: AugmentedQuery Observable>, [u32, u32]> & QueryableStorageEntry; /** * Config of an item. **/ @@ -746,7 +746,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * A price of an item. **/ - itemPriceOf: AugmentedQuery Observable]>>>, [u32, u32]> & QueryableStorageEntry; + itemPriceOf: AugmentedQuery Observable]>>>, [u32, u32]> & QueryableStorageEntry; /** * Stores the `CollectionId` that is going to be used for the next collection. * This gets incremented whenever a new collection is created. @@ -755,7 +755,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * The collection, if any, of which an account is willing to take ownership. **/ - ownershipAcceptance: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + ownershipAcceptance: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Handles all the pending swaps. **/ @@ -773,7 +773,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * Map from a pool member account to their opted claim permission. **/ - claimPermissions: AugmentedQuery Observable, [AccountId32]> & QueryableStorageEntry; + claimPermissions: AugmentedQuery Observable, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Counter for the related counted storage map **/ @@ -803,7 +803,7 @@ declare module '@pezkuwi/api-base/types/storage' { * pool commissions that are > `GlobalMaxCommission`, necessary if a future * `GlobalMaxCommission` is lower than some current pool commissions. **/ - globalMaxCommission: AugmentedQuery Observable>, []> & QueryableStorageEntry; + globalMaxCommission: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * Ever increasing number of all pools created so far. **/ @@ -846,14 +846,14 @@ declare module '@pezkuwi/api-base/types/storage' { * * TWOX-NOTE: SAFE since `AccountId` is a secure hash. **/ - poolMembers: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + poolMembers: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * A reverse lookup from the pool's account id to its id. * * This is only used for slashing and on automatic withdraw update. In all other instances, the * pool id is used, and the accounts are deterministically derived from it. **/ - reversePoolIdLookup: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + reversePoolIdLookup: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Reward pools. This is where there rewards for each pool accumulate. When a members payout is * claimed, the balance comes out of the reward pool. Keyed by the bonded pools account. @@ -1092,7 +1092,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * Fungible assets which we know are locked on this chain. **/ - lockedFungibles: AugmentedQuery Observable>>>, [AccountId32]> & QueryableStorageEntry; + lockedFungibles: AugmentedQuery Observable>>>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The ongoing queries. **/ @@ -1113,7 +1113,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * Fungible assets which we know are locked on a remote chain. **/ - remoteLockedFungibles: AugmentedQuery Observable>, [u32, AccountId32, XcmVersionedAssetId]> & QueryableStorageEntry; + remoteLockedFungibles: AugmentedQuery Observable>, [u32, PezspCoreCryptoAccountId32, XcmVersionedAssetId]> & QueryableStorageEntry; /** * Default version to encode XCM when latest version of destination is unknown. If `None`, * then the destinations whose XCM version is unknown are considered unreachable. @@ -1161,13 +1161,13 @@ declare module '@pezkuwi/api-base/types/storage' { /** * The holdings of a specific account for a specific asset. **/ - account: AugmentedQuery Observable>, [u32, AccountId32]> & QueryableStorageEntry; + account: AugmentedQuery Observable>, [u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Approved balance transfers. First balance is the amount approved for transfer. Second * is the amount of `T::Currency` reserved for storing this. * First key is the asset ID, second key is the owner and third key is the delegate. **/ - approvals: AugmentedQuery Observable>, [u32, AccountId32, AccountId32]> & QueryableStorageEntry; + approvals: AugmentedQuery Observable>, [u32, PezspCoreCryptoAccountId32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Details of an asset. **/ @@ -1212,12 +1212,12 @@ declare module '@pezkuwi/api-base/types/storage' { /** * The announcements made by the proxy (key). **/ - announcements: AugmentedQuery Observable, u128]>>, [AccountId32]> & QueryableStorageEntry; + announcements: AugmentedQuery Observable, u128]>>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The set of account proxies. Maps the account which has delegated to the accounts * which are being delegated to, together with the amount held on deposit. **/ - proxies: AugmentedQuery Observable, u128]>>, [AccountId32]> & QueryableStorageEntry; + proxies: AugmentedQuery Observable, u128]>>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Generic query **/ @@ -1230,17 +1230,17 @@ declare module '@pezkuwi/api-base/types/storage' { * First account is the account to be recovered, and the second account * is the user trying to recover the account. **/ - activeRecoveries: AugmentedQuery Observable>, [AccountId32, AccountId32]> & QueryableStorageEntry; + activeRecoveries: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The list of allowed proxy accounts. * * Map from the user who can access it to the recovered account. **/ - proxy: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + proxy: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The set of recoverable accounts and their recovery configuration. **/ - recoverable: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + recoverable: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Generic query **/ @@ -1324,7 +1324,7 @@ declare module '@pezkuwi/api-base/types/storage' { * Register your `AccountId32` using [`Pallet::map_account`] in order to * use it with this pallet. **/ - originalAccount: AugmentedQuery Observable>, [H160]> & QueryableStorageEntry; + originalAccount: AugmentedQuery Observable>, [H160]> & QueryableStorageEntry; /** * A mapping from a contract's code hash to its code. **/ @@ -1371,15 +1371,15 @@ declare module '@pezkuwi/api-base/types/storage' { * disabled using binary search. It gets cleared when `on_session_ending` returns * a new set of identities. **/ - disabledValidators: AugmentedQuery Observable>>, []> & QueryableStorageEntry; + disabledValidators: AugmentedQuery Observable>>, []> & QueryableStorageEntry; /** * The owner of a key. The key is the `KeyTypeId` + the encoded key. **/ - keyOwner: AugmentedQuery | [PezspCoreCryptoKeyTypeId | string | Uint8Array, Bytes | string | Uint8Array]) => Observable>, [ITuple<[PezspCoreCryptoKeyTypeId, Bytes]>]> & QueryableStorageEntry]>; + keyOwner: AugmentedQuery | [PezspCoreCryptoKeyTypeId | string | Uint8Array, Bytes | string | Uint8Array]) => Observable>, [ITuple<[PezspCoreCryptoKeyTypeId, Bytes]>]> & QueryableStorageEntry]>; /** * The next session keys for a validator. **/ - nextKeys: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + nextKeys: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * True if the underlying economic identities or weighting behind the validators * has changed in the queued validator set. @@ -1389,11 +1389,11 @@ declare module '@pezkuwi/api-base/types/storage' { * The queued keys for the next session. When the next session begins, these keys * will be used to determine the validator's session keys. **/ - queuedKeys: AugmentedQuery Observable>>, []> & QueryableStorageEntry; + queuedKeys: AugmentedQuery Observable>>, []> & QueryableStorageEntry; /** * The current set of validators. **/ - validators: AugmentedQuery Observable>, []> & QueryableStorageEntry; + validators: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * Generic query **/ @@ -1404,7 +1404,7 @@ declare module '@pezkuwi/api-base/types/storage' { * The current bids, stored ordered by the value of the bid. **/ bids: AugmentedQuery Observable>, []> & QueryableStorageEntry; - candidates: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + candidates: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The number of challenge rounds there have been. Used to identify stale DefenderVotes. **/ @@ -1412,24 +1412,24 @@ declare module '@pezkuwi/api-base/types/storage' { /** * Votes for the defender, keyed by challenge round. **/ - defenderVotes: AugmentedQuery Observable>, [u32, AccountId32]> & QueryableStorageEntry; + defenderVotes: AugmentedQuery Observable>, [u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The defending member currently being challenged, along with a running tally of votes. **/ - defending: AugmentedQuery Observable>>, []> & QueryableStorageEntry; + defending: AugmentedQuery Observable>>, []> & QueryableStorageEntry; /** * The first member. **/ - founder: AugmentedQuery Observable>, []> & QueryableStorageEntry; + founder: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * The most primary from the most recently approved rank 0 members in the society. **/ - head: AugmentedQuery Observable>, []> & QueryableStorageEntry; + head: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * The current items in `Members` keyed by their unique index. Keys are densely populated * `0..MemberCount` (does not include `MemberCount`). **/ - memberByIndex: AugmentedQuery Observable>, [u32]> & QueryableStorageEntry; + memberByIndex: AugmentedQuery Observable>, [u32]> & QueryableStorageEntry; /** * The number of items in `Members` currently. (Doesn't include `SuspendedMembers`.) **/ @@ -1437,7 +1437,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * The current members and their rank. Doesn't include `SuspendedMembers`. **/ - members: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + members: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Next challenge rotation scheduled with [Config::BlockNumberProvider]. **/ @@ -1459,7 +1459,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * Information regarding rank-0 payouts, past and future. **/ - payouts: AugmentedQuery Observable, [AccountId32]> & QueryableStorageEntry; + payouts: AugmentedQuery Observable, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Amount of our account balance that is specifically for the next round's bid(s). **/ @@ -1476,19 +1476,19 @@ declare module '@pezkuwi/api-base/types/storage' { /** * The current skeptic. **/ - skeptic: AugmentedQuery Observable>, []> & QueryableStorageEntry; + skeptic: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * The set of suspended members, with their old membership record. **/ - suspendedMembers: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + suspendedMembers: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Clear-cursor for Vote, map from Candidate -> (Maybe) Cursor. **/ - voteClearCursor: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + voteClearCursor: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Double map from Candidate -> Voter -> (Maybe) Vote. **/ - votes: AugmentedQuery Observable>, [AccountId32, AccountId32]> & QueryableStorageEntry; + votes: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Generic query **/ @@ -1507,7 +1507,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * TWOX-NOTE: SAFE since `AccountId` is a secure hash. **/ - bonded: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + bonded: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * A mapping from still-bonded eras to the first session index of that era. * @@ -1527,13 +1527,13 @@ declare module '@pezkuwi/api-base/types/storage' { * whose slashes should be cancelled, along with the maximum slash fraction that should * be cancelled for each validator. **/ - cancelledSlashes: AugmentedQuery Observable>>, [u32]> & QueryableStorageEntry; + cancelledSlashes: AugmentedQuery Observable>>, [u32]> & QueryableStorageEntry; /** * The threshold for when users can start calling `chill_other` for other validators / * nominators. The threshold is compared to the actual number of validators / nominators * (`CountFor*`) in the system compared to the configured max (`Max*Count`). **/ - chillThreshold: AugmentedQuery Observable>, []> & QueryableStorageEntry; + chillThreshold: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * History of claimed paged rewards by era and validator. * @@ -1542,7 +1542,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * It is removed after [`Config::HistoryDepth`] eras. **/ - claimedRewards: AugmentedQuery Observable>, [u32, AccountId32]> & QueryableStorageEntry; + claimedRewards: AugmentedQuery Observable>, [u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Counter for the related counted storage map **/ @@ -1565,7 +1565,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * A bounded list of the "electable" stashes that resulted from a successful election. **/ - electableStashes: AugmentedQuery Observable>, []> & QueryableStorageEntry; + electableStashes: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * Tracks the current step of era pruning process for each era being lazily pruned. **/ @@ -1589,7 +1589,7 @@ declare module '@pezkuwi/api-base/types/storage' { * Is it removed after [`Config::HistoryDepth`] eras. * If stakers hasn't been set or has been removed then empty overview is returned. **/ - erasStakersOverview: AugmentedQuery Observable>, [u32, AccountId32]> & QueryableStorageEntry; + erasStakersOverview: AugmentedQuery Observable>, [u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Paginated exposure of a validator at given era. * @@ -1598,7 +1598,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * This is cleared after [`Config::HistoryDepth`] eras. **/ - erasStakersPaged: AugmentedQuery Observable>, [u32, AccountId32, u32]> & QueryableStorageEntry; + erasStakersPaged: AugmentedQuery Observable>, [u32, PezspCoreCryptoAccountId32, u32]> & QueryableStorageEntry; /** * The total amount staked for the last [`Config::HistoryDepth`] eras. * If total hasn't been set or has been removed then 0 stake is returned. @@ -1611,7 +1611,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * Is it removed after [`Config::HistoryDepth`] eras. **/ - erasValidatorPrefs: AugmentedQuery Observable, [u32, AccountId32]> & QueryableStorageEntry; + erasValidatorPrefs: AugmentedQuery Observable, [u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The total validator era payout for the last [`Config::HistoryDepth`] eras. * @@ -1627,14 +1627,14 @@ declare module '@pezkuwi/api-base/types/storage' { * easy to initialize and the performance hit is minimal (we expect no more than four * invulnerables) and restricted to testnets. **/ - invulnerables: AugmentedQuery Observable>, []> & QueryableStorageEntry; + invulnerables: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * Map from all (unlocked) "controller" accounts to the info regarding the staking. * * Note: All the reads and mutations to this storage *MUST* be done through the methods exposed * by [`StakingLedger`] to ensure data and lock consistency. **/ - ledger: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + ledger: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The maximum nominator count before we stop allowing new validators to join. * @@ -1646,7 +1646,7 @@ declare module '@pezkuwi/api-base/types/storage' { * is used for stake rewards. * See [Era payout](./index.html#era-payout). **/ - maxStakedRewards: AugmentedQuery Observable>, []> & QueryableStorageEntry; + maxStakedRewards: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * The maximum validator count before we stop allowing new validators to join. * @@ -1658,7 +1658,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * If set to `0`, no limit exists. **/ - minCommission: AugmentedQuery Observable, []> & QueryableStorageEntry; + minCommission: AugmentedQuery Observable, []> & QueryableStorageEntry; /** * The minimum active nominator stake of the last successful election. **/ @@ -1701,7 +1701,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * TWOX-NOTE: SAFE since `AccountId` is a secure hash. **/ - nominators: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + nominators: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Stores reported offences in a queue until they are processed in subsequent blocks. * @@ -1714,7 +1714,7 @@ declare module '@pezkuwi/api-base/types/storage' { * Any offences tied to an era older than `BondingDuration` are automatically dropped. * Processing always prioritizes the oldest era first. **/ - offenceQueue: AugmentedQuery Observable>, [u32, AccountId32]> & QueryableStorageEntry; + offenceQueue: AugmentedQuery Observable>, [u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Tracks the eras that contain offences in `OffenceQueue`, sorted from **earliest to latest**. * @@ -1734,7 +1734,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * TWOX-NOTE: SAFE since `AccountId` is a secure hash. **/ - payee: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + payee: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Tracks the currently processed offence record from the `OffenceQueue`. * @@ -1749,17 +1749,17 @@ declare module '@pezkuwi/api-base/types/storage' { * This ensures that offences are processed incrementally, preventing excessive computation * in a single block while maintaining correct slashing behavior. **/ - processingOffence: AugmentedQuery Observable>>, []> & QueryableStorageEntry; + processingOffence: AugmentedQuery Observable>>, []> & QueryableStorageEntry; /** * The percentage of the slash that is distributed to reporters. * * The rest of the slashed value is handled by the `Slash`. **/ - slashRewardFraction: AugmentedQuery Observable, []> & QueryableStorageEntry; + slashRewardFraction: AugmentedQuery Observable, []> & QueryableStorageEntry; /** * All unapplied slashes that are queued for later. **/ - unappliedSlashes: AugmentedQuery | [AccountId32 | string | Uint8Array, Perbill | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array]) => Observable>, [u32, ITuple<[AccountId32, Perbill, u32]>]> & QueryableStorageEntry]>; + unappliedSlashes: AugmentedQuery | string | Uint8Array) => Observable>, [u32, ITuple<[PezspCoreCryptoAccountId32, u32, u32]>]> & QueryableStorageEntry]>; /** * The ideal number of active validators. **/ @@ -1769,12 +1769,12 @@ declare module '@pezkuwi/api-base/types/storage' { * * TWOX-NOTE: SAFE since `AccountId` is a secure hash. **/ - validators: AugmentedQuery Observable, [AccountId32]> & QueryableStorageEntry; + validators: AugmentedQuery Observable, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * All slashing events on validators, mapped by era to the highest slash proportion * and slash value of the era. **/ - validatorSlashInEra: AugmentedQuery Observable>>, [u32, AccountId32]> & QueryableStorageEntry; + validatorSlashInEra: AugmentedQuery Observable>>, [u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Stakers whose funds are managed by other pallets. * @@ -1783,7 +1783,7 @@ declare module '@pezkuwi/api-base/types/storage' { * directly via this pallet. Instead, these accounts are managed by other pallets and accessed * via low level apis. We keep track of them to do minimal integrity checks. **/ - virtualStakers: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + virtualStakers: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Voter snapshot progress status. * @@ -1853,7 +1853,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * The full account information for a particular account ID. **/ - account: AugmentedQuery Observable, [AccountId32]> & QueryableStorageEntry; + account: AugmentedQuery Observable, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Total length (in bytes) for all extrinsics put together, for the current block. **/ @@ -2042,7 +2042,7 @@ declare module '@pezkuwi/api-base/types/storage' { * The items held by any given account; set out this way so that items owned by a single * account can be enumerated. **/ - account: AugmentedQuery Observable>, [AccountId32, u32, u32]> & QueryableStorageEntry; + account: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32, u32, u32]> & QueryableStorageEntry; /** * The items in existence and their ownership details. **/ @@ -2059,7 +2059,7 @@ declare module '@pezkuwi/api-base/types/storage' { * The collections owned by any given account; set out this way so that collections owned by * a single account can be enumerated. **/ - classAccount: AugmentedQuery Observable>, [AccountId32, u32]> & QueryableStorageEntry; + classAccount: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32, u32]> & QueryableStorageEntry; /** * Metadata of a collection. **/ @@ -2075,11 +2075,11 @@ declare module '@pezkuwi/api-base/types/storage' { /** * Price of an asset instance. **/ - itemPriceOf: AugmentedQuery Observable]>>>, [u32, u32]> & QueryableStorageEntry; + itemPriceOf: AugmentedQuery Observable]>>>, [u32, u32]> & QueryableStorageEntry; /** * The collection, if any, of which an account is willing to take ownership. **/ - ownershipAcceptance: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + ownershipAcceptance: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Generic query **/ @@ -2095,7 +2095,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * Information regarding the vesting of a given account. **/ - vesting: AugmentedQuery Observable>>, [AccountId32]> & QueryableStorageEntry; + vesting: AugmentedQuery Observable>>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Generic query **/ @@ -2117,7 +2117,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * Nodes store links forward and back within their respective bags. **/ - listNodes: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + listNodes: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Lock all updates to this pallet. * @@ -2129,7 +2129,7 @@ declare module '@pezkuwi/api-base/types/storage' { * Pointer that remembers the next node that will be auto-rebagged. * When `None`, the next scan will start from the list head again. **/ - nextNodeAutoRebagged: AugmentedQuery Observable>, []> & QueryableStorageEntry; + nextNodeAutoRebagged: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * Generic query **/ diff --git a/packages/api-augment/src/assetHubDicle/runtime.ts b/packages/api-augment/src/assetHubDicle/runtime.ts index 6211b30..9457f0a 100644 --- a/packages/api-augment/src/assetHubDicle/runtime.ts +++ b/packages/api-augment/src/assetHubDicle/runtime.ts @@ -12,7 +12,7 @@ import type { Extrinsic } from '@pezkuwi/types/interfaces/extrinsics'; import type { OpaqueMetadata } from '@pezkuwi/types/interfaces/metadata'; import type { AccountId32, H160, H256, OriginCaller, RuntimeCall, Slot, SlotDuration } from '@pezkuwi/types/interfaces/runtime'; import type { ParaId } from '@pezkuwi/types/interfaces/teyrchains'; -import type { AssetsCommonRuntimeApiFungiblesAccessError, PezcumulusPrimitivesCoreCollationInfo, PezframeSupportViewFunctionsViewFunctionDispatchError, PezframeSupportViewFunctionsViewFunctionId, PezpalletReviveEvmApiDebugRpcTypesTrace, PezpalletReviveEvmApiDebugRpcTypesTracerType, PezpalletReviveEvmApiRpcTypesGenGenericTransaction, PezpalletRevivePrimitivesCode, PezpalletRevivePrimitivesCodeUploadReturnValue, PezpalletRevivePrimitivesContractAccessError, PezpalletRevivePrimitivesContractResultExecReturnValue, PezpalletRevivePrimitivesContractResultInstantiateReturnValue, PezpalletRevivePrimitivesEthTransactError, PezpalletRevivePrimitivesEthTransactInfo, PezpalletTransactionPaymentFeeDetails, PezpalletTransactionPaymentRuntimeDispatchInfo, PezspConsensusAuraSr25519AppSr25519Public, PezspCoreCryptoKeyTypeId, PezspInherentsCheckInherentsResult, PezspInherentsInherentData, PezspRuntimeBlock, PezspRuntimeDispatchError, PezspRuntimeExtrinsicInclusionMode, PezspRuntimeHeader, PezspRuntimeTransactionValidityTransactionSource, PezspRuntimeTransactionValidityTransactionValidityError, PezspRuntimeTransactionValidityValidTransaction, PezspVersionRuntimeVersion, PezspWeightsWeightV2Weight, StagingXcmV5Location, XcmRuntimeApisAuthorizedAliasesError, XcmRuntimeApisAuthorizedAliasesOriginAliaser, XcmRuntimeApisConversionsError, XcmRuntimeApisDryRunCallDryRunEffects, XcmRuntimeApisDryRunError, XcmRuntimeApisDryRunXcmDryRunEffects, XcmRuntimeApisFeesError, XcmRuntimeApisTrustedQueryError, XcmVersionedAsset, XcmVersionedAssetId, XcmVersionedAssets, XcmVersionedLocation, XcmVersionedXcm } from '@pezkuwi/types/lookup'; +import type { AssetsCommonRuntimeApiFungiblesAccessError, PezcumulusPrimitivesCoreCollationInfo, PezframeSupportViewFunctionsViewFunctionDispatchError, PezframeSupportViewFunctionsViewFunctionId, PezpalletReviveEvmApiDebugRpcTypesTrace, PezpalletReviveEvmApiDebugRpcTypesTracerType, PezpalletReviveEvmApiRpcTypesGenGenericTransaction, PezpalletRevivePrimitivesCode, PezpalletRevivePrimitivesCodeUploadReturnValue, PezpalletRevivePrimitivesContractAccessError, PezpalletRevivePrimitivesContractResultExecReturnValue, PezpalletRevivePrimitivesContractResultInstantiateReturnValue, PezpalletRevivePrimitivesEthTransactError, PezpalletRevivePrimitivesEthTransactInfo, PezpalletTransactionPaymentFeeDetails, PezpalletTransactionPaymentRuntimeDispatchInfo, PezspConsensusAuraSr25519AppSr25519Public, PezspCoreCryptoAccountId32, PezspCoreCryptoKeyTypeId, PezspInherentsCheckInherentsResult, PezspInherentsInherentData, PezspRuntimeBlock, PezspRuntimeDispatchError, PezspRuntimeExtrinsicInclusionMode, PezspRuntimeHeader, PezspRuntimeTransactionValidityTransactionSource, PezspRuntimeTransactionValidityTransactionValidityError, PezspRuntimeTransactionValidityValidTransaction, PezspVersionRuntimeVersion, PezspWeightsWeightV2Weight, StagingXcmV5Location, XcmRuntimeApisAuthorizedAliasesError, XcmRuntimeApisAuthorizedAliasesOriginAliaser, XcmRuntimeApisConversionsError, XcmRuntimeApisDryRunCallDryRunEffects, XcmRuntimeApisDryRunError, XcmRuntimeApisDryRunXcmDryRunEffects, XcmRuntimeApisFeesError, XcmRuntimeApisTrustedQueryError, XcmVersionedAsset, XcmVersionedAssetId, XcmVersionedAssets, XcmVersionedLocation, XcmVersionedXcm } from '@pezkuwi/types/lookup'; import type { IExtrinsic, Observable } from '@pezkuwi/types/types'; export type __AugmentedCall = AugmentedCall; @@ -205,7 +205,7 @@ declare module '@pezkuwi/api-base/types/calls' { /** * Converts `Location` to `AccountId`. **/ - convertLocation: AugmentedCall Observable>>; + convertLocation: AugmentedCall Observable>>; /** * Generic call **/ @@ -220,7 +220,7 @@ declare module '@pezkuwi/api-base/types/calls' { /** * Returns the metadata at a given version.,, If the given `version` isn't supported, this will return `None`., Use [`Self::metadata_versions`] to find out about supported metadata version of the runtime. **/ - metadataAtVersion: AugmentedCall Observable>>; + metadataAtVersion: AugmentedCall Observable>>; /** * Returns the supported metadata versions.,, This can be used to call `metadata_at_version`. **/ @@ -259,7 +259,7 @@ declare module '@pezkuwi/api-base/types/calls' { /** * Returns the bonded account and reward account associated with the pool_id. **/ - poolAccounts: AugmentedCall Observable>>; + poolAccounts: AugmentedCall Observable>>; /** * Total balance contributed to the pool. **/ diff --git a/packages/api-augment/src/assetHubDicle/tx.ts b/packages/api-augment/src/assetHubDicle/tx.ts index 9f330e3..b724b2e 100644 --- a/packages/api-augment/src/assetHubDicle/tx.ts +++ b/packages/api-augment/src/assetHubDicle/tx.ts @@ -8,8 +8,8 @@ import '@pezkuwi/api-base/types/submittable'; import type { ApiTypes, AugmentedSubmittable, SubmittableExtrinsic, SubmittableExtrinsicFunction } from '@pezkuwi/api-base/types'; import type { Bytes, Compact, Option, U256, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@pezkuwi/types-codec'; import type { AnyNumber, IMethod, ITuple } from '@pezkuwi/types-codec/types'; -import type { AccountId32, H160, H256, MultiAddress, Perbill, Percent, RuntimeCall } from '@pezkuwi/types/interfaces/runtime'; -import type { AssetHubDicleRuntimeOriginCaller, AssetHubDicleRuntimeProxyType, AssetHubDicleRuntimeRuntimeParameters, AssetHubDicleRuntimeRuntimeTask, AssetHubDicleRuntimeSessionKeys, AssetHubDicleRuntimeStakingNposCompactSolution24, PezcumulusPezpalletTeyrchainSystemTeyrchainInherentBasicTeyrchainInherentData, PezcumulusPezpalletTeyrchainSystemTeyrchainInherentInboundMessagesData, PezcumulusPrimitivesCoreAggregateMessageOrigin, PezframeSupportPreimagesBounded, PezframeSupportScheduleDispatchTime, PezkuwiRuntimeCommonClaimsEcdsaSignature, PezkuwiRuntimeCommonClaimsEthereumAddress, PezkuwiRuntimeCommonClaimsStatementKind, PezkuwiRuntimeCommonImplsVersionedLocatableAsset, PezpalletAhMigratorMigrationStage, PezpalletBalancesAdjustmentDirection, PezpalletConvictionVotingConviction, PezpalletConvictionVotingVoteAccountVote, PezpalletElectionProviderMultiBlockAdminOperation, PezpalletElectionProviderMultiBlockPagedRawSolution, PezpalletMigrationsHistoricCleanupSelector, PezpalletMigrationsMigrationCursor, PezpalletMultisigTimepoint, PezpalletNftsAttributeNamespace, PezpalletNftsCancelAttributesApprovalWitness, PezpalletNftsCollectionConfig, PezpalletNftsDestroyWitness, PezpalletNftsItemConfig, PezpalletNftsItemTip, PezpalletNftsMintSettings, PezpalletNftsMintWitness, PezpalletNftsPreSignedAttributes, PezpalletNftsPreSignedMint, PezpalletNftsPriceWithDirection, PezpalletNominationPoolsBondExtra, PezpalletNominationPoolsClaimPermission, PezpalletNominationPoolsCommissionChangeRate, PezpalletNominationPoolsCommissionClaimPermission, PezpalletNominationPoolsConfigOpAccountId32, PezpalletNominationPoolsConfigOpPerbill, PezpalletNominationPoolsConfigOpU128, PezpalletNominationPoolsConfigOpU32, PezpalletNominationPoolsPoolState, PezpalletRcMigratorAccountsAccount, PezpalletRcMigratorBountiesRcBountiesMessage, PezpalletRcMigratorChildBountiesPortableChildBountiesMessage, PezpalletRcMigratorClaimsRcClaimsMessage, PezpalletRcMigratorConvictionVotingRcConvictionVotingMessage, PezpalletRcMigratorCrowdloanRcCrowdloanMessage, PezpalletRcMigratorIndicesRcIndicesIndex, PezpalletRcMigratorMigrationFinishedData, PezpalletRcMigratorMultisigRcMultisig, PezpalletRcMigratorPreimageChunksRcPreimageChunk, PezpalletRcMigratorPreimageLegacyRequestStatusRcPreimageLegacyStatus, PezpalletRcMigratorPreimageRequestStatusPortableRequestStatus, PezpalletRcMigratorProxyRcProxy, PezpalletRcMigratorProxyRcProxyAnnouncement, PezpalletRcMigratorQueuePriority, PezpalletRcMigratorRecoveryPortableRecoveryMessage, PezpalletRcMigratorReferendaReferendaMessage, PezpalletRcMigratorSchedulerRcSchedulerMessage, PezpalletRcMigratorSchedulerSchedulerAgendaMessage, PezpalletRcMigratorSocietyPortableSocietyMessage, PezpalletRcMigratorStakingBagsListPortableBagsListMessage, PezpalletRcMigratorStakingDelegatedStakingPortableDelegatedStakingMessage, PezpalletRcMigratorStakingMessagePortableStakingMessage, PezpalletRcMigratorStakingNomPoolsRcNomPoolsMessage, PezpalletRcMigratorTreasuryPortableTreasuryMessage, PezpalletRcMigratorVestingRcVestingSchedule, PezpalletReferendaReferendumInfoRcPalletsOrigin, PezpalletRemoteProxyRemoteProxyProof, PezpalletStakingAsyncLedgerUnlockChunk, PezpalletStakingAsyncPezpalletConfigOpPerbill, PezpalletStakingAsyncPezpalletConfigOpPercent, PezpalletStakingAsyncPezpalletConfigOpU128, PezpalletStakingAsyncPezpalletConfigOpU32, PezpalletStakingAsyncRcClientOffence, PezpalletStakingAsyncRcClientSessionReport, PezpalletStakingAsyncRewardDestination, PezpalletStakingAsyncValidatorPrefs, PezpalletStateTrieMigrationMigrationLimits, PezpalletStateTrieMigrationMigrationTask, PezpalletStateTrieMigrationProgress, PezpalletUniquesDestroyWitness, PezpalletVestingVestingInfo, PezspNposElectionsElectionScore, PezspRuntimeMultiSignature, PezspWeightsWeightV2Weight, StagingXcmExecutorAssetTransferTransferType, StagingXcmV5Location, TeyrchainsCommonPayVersionedLocatableAccount, XcmV3WeightLimit, XcmVersionedAssetId, XcmVersionedAssets, XcmVersionedLocation, XcmVersionedXcm } from '@pezkuwi/types/lookup'; +import type { AccountId, AccountIndex, Address, H160, H256, LookupSource, RuntimeCall } from '@pezkuwi/types/interfaces/runtime'; +import type { AssetHubDicleRuntimeOriginCaller, AssetHubDicleRuntimeProxyType, AssetHubDicleRuntimeRuntimeParameters, AssetHubDicleRuntimeRuntimeTask, AssetHubDicleRuntimeSessionKeys, AssetHubDicleRuntimeStakingNposCompactSolution24, PezcumulusPezpalletTeyrchainSystemTeyrchainInherentBasicTeyrchainInherentData, PezcumulusPezpalletTeyrchainSystemTeyrchainInherentInboundMessagesData, PezcumulusPrimitivesCoreAggregateMessageOrigin, PezframeSupportPreimagesBounded, PezframeSupportScheduleDispatchTime, PezkuwiRuntimeCommonClaimsEcdsaSignature, PezkuwiRuntimeCommonClaimsEthereumAddress, PezkuwiRuntimeCommonClaimsStatementKind, PezkuwiRuntimeCommonImplsVersionedLocatableAsset, PezpalletAhMigratorMigrationStage, PezpalletBalancesAdjustmentDirection, PezpalletConvictionVotingConviction, PezpalletConvictionVotingVoteAccountVote, PezpalletElectionProviderMultiBlockAdminOperation, PezpalletElectionProviderMultiBlockPagedRawSolution, PezpalletMigrationsHistoricCleanupSelector, PezpalletMigrationsMigrationCursor, PezpalletMultisigTimepoint, PezpalletNftsAttributeNamespace, PezpalletNftsCancelAttributesApprovalWitness, PezpalletNftsCollectionConfig, PezpalletNftsDestroyWitness, PezpalletNftsItemConfig, PezpalletNftsItemTip, PezpalletNftsMintSettings, PezpalletNftsMintWitness, PezpalletNftsPreSignedAttributes, PezpalletNftsPreSignedMint, PezpalletNftsPriceWithDirection, PezpalletNominationPoolsBondExtra, PezpalletNominationPoolsClaimPermission, PezpalletNominationPoolsCommissionChangeRate, PezpalletNominationPoolsCommissionClaimPermission, PezpalletNominationPoolsConfigOpAccountId32, PezpalletNominationPoolsConfigOpPerbill, PezpalletNominationPoolsConfigOpU128, PezpalletNominationPoolsConfigOpU32, PezpalletNominationPoolsPoolState, PezpalletRcMigratorAccountsAccount, PezpalletRcMigratorBountiesRcBountiesMessage, PezpalletRcMigratorChildBountiesPortableChildBountiesMessage, PezpalletRcMigratorClaimsRcClaimsMessage, PezpalletRcMigratorConvictionVotingRcConvictionVotingMessage, PezpalletRcMigratorCrowdloanRcCrowdloanMessage, PezpalletRcMigratorIndicesRcIndicesIndex, PezpalletRcMigratorMigrationFinishedData, PezpalletRcMigratorMultisigRcMultisig, PezpalletRcMigratorPreimageChunksRcPreimageChunk, PezpalletRcMigratorPreimageLegacyRequestStatusRcPreimageLegacyStatus, PezpalletRcMigratorPreimageRequestStatusPortableRequestStatus, PezpalletRcMigratorProxyRcProxy, PezpalletRcMigratorProxyRcProxyAnnouncement, PezpalletRcMigratorQueuePriority, PezpalletRcMigratorRecoveryPortableRecoveryMessage, PezpalletRcMigratorReferendaReferendaMessage, PezpalletRcMigratorSchedulerRcSchedulerMessage, PezpalletRcMigratorSchedulerSchedulerAgendaMessage, PezpalletRcMigratorSocietyPortableSocietyMessage, PezpalletRcMigratorStakingBagsListPortableBagsListMessage, PezpalletRcMigratorStakingDelegatedStakingPortableDelegatedStakingMessage, PezpalletRcMigratorStakingMessagePortableStakingMessage, PezpalletRcMigratorStakingNomPoolsRcNomPoolsMessage, PezpalletRcMigratorTreasuryPortableTreasuryMessage, PezpalletRcMigratorVestingRcVestingSchedule, PezpalletReferendaReferendumInfoRcPalletsOrigin, PezpalletRemoteProxyRemoteProxyProof, PezpalletStakingAsyncLedgerUnlockChunk, PezpalletStakingAsyncPezpalletConfigOpPerbill, PezpalletStakingAsyncPezpalletConfigOpPercent, PezpalletStakingAsyncPezpalletConfigOpU128, PezpalletStakingAsyncPezpalletConfigOpU32, PezpalletStakingAsyncRcClientOffence, PezpalletStakingAsyncRcClientSessionReport, PezpalletStakingAsyncRewardDestination, PezpalletStakingAsyncValidatorPrefs, PezpalletStateTrieMigrationMigrationLimits, PezpalletStateTrieMigrationMigrationTask, PezpalletStateTrieMigrationProgress, PezpalletUniquesDestroyWitness, PezpalletVestingVestingInfo, PezspCoreCryptoAccountId32, PezspNposElectionsElectionScore, PezspRuntimeMultiAddress, PezspRuntimeMultiSignature, PezspWeightsWeightV2Weight, StagingXcmExecutorAssetTransferTransferType, StagingXcmV5Location, TeyrchainsCommonPayVersionedLocatableAccount, XcmV3WeightLimit, XcmVersionedAssetId, XcmVersionedAssets, XcmVersionedLocation, XcmVersionedXcm } from '@pezkuwi/types/lookup'; export type __AugmentedSubmittable = AugmentedSubmittable<() => unknown>; export type __SubmittableExtrinsic = SubmittableExtrinsic; @@ -104,7 +104,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * The manager has the similar to [`Config::AdminOrigin`] privileges except that it * can not set the manager account id via `set_manager` call. **/ - setManager: AugmentedSubmittable<(updated: Option | null | Uint8Array | AccountId32 | string) => SubmittableExtrinsic, [Option]>; + setManager: AugmentedSubmittable<(updated: Option | string | Uint8Array) => SubmittableExtrinsic, [Option]>; /** * Start the data migration. * @@ -135,7 +135,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Can be called by any signed origin. The condition that all contributions are withdrawn * is in place since the reserve acts as a storage deposit. **/ - unreserveCrowdloanReserve: AugmentedSubmittable<(block: u32 | AnyNumber | Uint8Array, depositor: Option | null | Uint8Array | AccountId32 | string, paraId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, Option, u32]>; + unreserveCrowdloanReserve: AugmentedSubmittable<(block: u32 | AnyNumber | Uint8Array, depositor: Option | string | Uint8Array, paraId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, Option, u32]>; /** * Unreserve the deposit that was taken for creating a crowdloan. * @@ -146,7 +146,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Solo bidder accounts that won lease auctions can use this to unreserve their amount. **/ - unreserveLeaseDeposit: AugmentedSubmittable<(block: u32 | AnyNumber | Uint8Array, depositor: Option | null | Uint8Array | AccountId32 | string, paraId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, Option, u32]>; + unreserveLeaseDeposit: AugmentedSubmittable<(block: u32 | AnyNumber | Uint8Array, depositor: Option | string | Uint8Array, paraId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, Option, u32]>; /** * Withdraw the contribution of a finished crowdloan. * @@ -156,7 +156,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Can be called by any signed origin. **/ - withdrawCrowdloanContribution: AugmentedSubmittable<(block: u32 | AnyNumber | Uint8Array, depositor: Option | null | Uint8Array | AccountId32 | string, paraId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, Option, u32]>; + withdrawCrowdloanContribution: AugmentedSubmittable<(block: u32 | AnyNumber | Uint8Array, depositor: Option | string | Uint8Array, paraId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, Option, u32]>; /** * Generic tx **/ @@ -179,7 +179,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Once liquidity is added, someone may successfully call * [`Pallet::swap_exact_tokens_for_tokens`]. **/ - addLiquidity: AugmentedSubmittable<(asset1: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, asset2: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, amount1Desired: u128 | AnyNumber | Uint8Array, amount2Desired: u128 | AnyNumber | Uint8Array, amount1Min: u128 | AnyNumber | Uint8Array, amount2Min: u128 | AnyNumber | Uint8Array, mintTo: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, StagingXcmV5Location, u128, u128, u128, u128, AccountId32]>; + addLiquidity: AugmentedSubmittable<(asset1: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, asset2: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, amount1Desired: u128 | AnyNumber | Uint8Array, amount2Desired: u128 | AnyNumber | Uint8Array, amount1Min: u128 | AnyNumber | Uint8Array, amount2Min: u128 | AnyNumber | Uint8Array, mintTo: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, StagingXcmV5Location, u128, u128, u128, u128, PezspCoreCryptoAccountId32]>; /** * Creates an empty liquidity pool and an associated new `lp_token` asset * (the id of which is returned in the `Event::PoolCreated` event). @@ -192,7 +192,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * burned in the process. With the usage of `amount1_min_receive`/`amount2_min_receive` * it's possible to control the min amount of returned tokens you're happy with. **/ - removeLiquidity: AugmentedSubmittable<(asset1: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, asset2: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, lpTokenBurn: u128 | AnyNumber | Uint8Array, amount1MinReceive: u128 | AnyNumber | Uint8Array, amount2MinReceive: u128 | AnyNumber | Uint8Array, withdrawTo: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, StagingXcmV5Location, u128, u128, u128, AccountId32]>; + removeLiquidity: AugmentedSubmittable<(asset1: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, asset2: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, lpTokenBurn: u128 | AnyNumber | Uint8Array, amount1MinReceive: u128 | AnyNumber | Uint8Array, amount2MinReceive: u128 | AnyNumber | Uint8Array, withdrawTo: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, StagingXcmV5Location, u128, u128, u128, PezspCoreCryptoAccountId32]>; /** * Swap the exact amount of `asset1` into `asset2`. * `amount_out_min` param allows you to specify the min amount of the `asset2` @@ -201,7 +201,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * [`AssetConversionApi::quote_price_exact_tokens_for_tokens`] runtime call can be called * for a quote. **/ - swapExactTokensForTokens: AugmentedSubmittable<(path: Vec | (StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array)[], amountIn: u128 | AnyNumber | Uint8Array, amountOutMin: u128 | AnyNumber | Uint8Array, sendTo: AccountId32 | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic, [Vec, u128, u128, AccountId32, bool]>; + swapExactTokensForTokens: AugmentedSubmittable<(path: Vec | (StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array)[], amountIn: u128 | AnyNumber | Uint8Array, amountOutMin: u128 | AnyNumber | Uint8Array, sendTo: PezspCoreCryptoAccountId32 | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic, [Vec, u128, u128, PezspCoreCryptoAccountId32, bool]>; /** * Swap any amount of `asset1` to get the exact amount of `asset2`. * `amount_in_max` param allows to specify the max amount of the `asset1` @@ -210,7 +210,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * [`AssetConversionApi::quote_price_tokens_for_exact_tokens`] runtime call can be called * for a quote. **/ - swapTokensForExactTokens: AugmentedSubmittable<(path: Vec | (StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array)[], amountOut: u128 | AnyNumber | Uint8Array, amountInMax: u128 | AnyNumber | Uint8Array, sendTo: AccountId32 | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic, [Vec, u128, u128, AccountId32, bool]>; + swapTokensForExactTokens: AugmentedSubmittable<(path: Vec | (StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array)[], amountOut: u128 | AnyNumber | Uint8Array, amountInMax: u128 | AnyNumber | Uint8Array, sendTo: PezspCoreCryptoAccountId32 | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic, [Vec, u128, u128, PezspCoreCryptoAccountId32, bool]>; /** * Touch an existing pool to fulfill prerequisites before providing liquidity, such as * ensuring that the pool's accounts are in place. It is typically useful when a pool @@ -280,7 +280,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - approveTransfer: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, Compact]>; + approveTransfer: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, Compact]>; /** * Disallow further unprivileged transfers of an asset `id` to and from an account `who`. * @@ -293,7 +293,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - block: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress]>; + block: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress]>; /** * Reduce the balance of `who` by as much as possible up to `amount` assets of `id`. * @@ -311,7 +311,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Weight: `O(1)` * Modes: Post-existence of `who`; Pre & post Zombie-status of `who`. **/ - burn: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, Compact]>; + burn: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, Compact]>; /** * Cancel all of some asset approved for delegated transfer by a third-party account. * @@ -327,7 +327,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - cancelApproval: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress]>; + cancelApproval: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress]>; /** * Clear the metadata for an asset. * @@ -363,7 +363,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - create: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, admin: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, minBalance: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, u128]>; + create: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, admin: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, minBalance: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, u128]>; /** * Destroy all accounts associated with a given asset. * @@ -431,7 +431,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - forceAssetStatus: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, issuer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, admin: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, freezer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, minBalance: Compact | AnyNumber | Uint8Array, isSufficient: bool | boolean | Uint8Array, isFrozen: bool | boolean | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, MultiAddress, MultiAddress, MultiAddress, Compact, bool, bool]>; + forceAssetStatus: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, issuer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, admin: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, freezer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, minBalance: Compact | AnyNumber | Uint8Array, isSufficient: bool | boolean | Uint8Array, isFrozen: bool | boolean | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, Compact, bool, bool]>; /** * Cancel all of some asset approved for delegated transfer by a third-party account. * @@ -447,7 +447,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - forceCancelApproval: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, MultiAddress]>; + forceCancelApproval: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress]>; /** * Clear the metadata for an asset. * @@ -483,7 +483,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - forceCreate: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, isSufficient: bool | boolean | Uint8Array, minBalance: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, bool, Compact]>; + forceCreate: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, isSufficient: bool | boolean | Uint8Array, minBalance: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, bool, Compact]>; /** * Force the metadata for an asset to some value. * @@ -522,7 +522,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Modes: Pre-existence of `dest`; Post-existence of `source`; Account pre-existence of * `dest`. **/ - forceTransfer: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, source: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, MultiAddress, Compact]>; + forceTransfer: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, source: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, dest: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, Compact]>; /** * Disallow further unprivileged transfers of an asset `id` from an account `who`. `who` * must already exist as an entry in `Account`s of the asset. If you want to freeze an @@ -537,7 +537,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - freeze: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress]>; + freeze: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress]>; /** * Disallow further unprivileged transfers for the asset class. * @@ -564,7 +564,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Weight: `O(1)` * Modes: Pre-existing balance of `beneficiary`; Account pre-existence of `beneficiary`. **/ - mint: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, beneficiary: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, Compact]>; + mint: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, beneficiary: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, Compact]>; /** * Return the deposit (if any) of an asset account or a consumer reference (if any) of an * account. @@ -596,7 +596,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Emits `Refunded` event when successful. **/ - refundOther: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress]>; + refundOther: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress]>; /** * Set the metadata for an asset. * @@ -645,7 +645,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - setTeam: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, issuer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, admin: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, freezer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, MultiAddress, MultiAddress]>; + setTeam: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, issuer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, admin: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, freezer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress]>; /** * Start the process of destroying a fungible asset class. * @@ -673,7 +673,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - thaw: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress]>; + thaw: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress]>; /** * Allow unprivileged transfers for the asset again. * @@ -710,7 +710,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Emits `Touched` event when successful. **/ - touchOther: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress]>; + touchOther: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress]>; /** * Move some assets from the sender account to another. * @@ -731,7 +731,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Modes: Pre-existence of `target`; Post-existence of sender; Account pre-existence of * `target`. **/ - transfer: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, Compact]>; + transfer: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, Compact]>; /** * Transfer the entire transferable balance from the caller asset account. * @@ -750,7 +750,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * (false), or transfer everything except at least the minimum balance, which will * guarantee to keep the sender asset account alive (true). **/ - transferAll: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, bool]>; + transferAll: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, dest: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, bool]>; /** * Transfer some asset balance from a previously delegated account to some third-party * account. @@ -771,7 +771,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - transferApproved: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, destination: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, MultiAddress, Compact]>; + transferApproved: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, destination: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, Compact]>; /** * Move some assets from the sender account to another, keeping the sender account alive. * @@ -792,7 +792,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Modes: Pre-existence of `target`; Post-existence of sender; Account pre-existence of * `target`. **/ - transferKeepAlive: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, Compact]>; + transferKeepAlive: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, Compact]>; /** * Change the Owner of an asset. * @@ -805,7 +805,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - transferOwnership: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress]>; + transferOwnership: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress]>; /** * Generic tx **/ @@ -835,18 +835,18 @@ declare module '@pezkuwi/api-base/types/submittable' { * * The dispatch origin for this call is `root`. **/ - forceSetBalance: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, newFree: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, Compact]>; + forceSetBalance: AugmentedSubmittable<(who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, newFree: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, Compact]>; /** * Exactly as `transfer_allow_death`, except the origin must be root and the source account * may be specified. **/ - forceTransfer: AugmentedSubmittable<(source: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, value: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, MultiAddress, Compact]>; + forceTransfer: AugmentedSubmittable<(source: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, dest: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, value: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, Compact]>; /** * Unreserve some balance from a user by force. * * Can only be called by ROOT. **/ - forceUnreserve: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, u128]>; + forceUnreserve: AugmentedSubmittable<(who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, u128]>; /** * Transfer the entire transferable balance from the caller account. * @@ -864,7 +864,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * transfer everything except at least the existential deposit, which will guarantee to * keep the sender account alive (true). **/ - transferAll: AugmentedSubmittable<(dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic, [MultiAddress, bool]>; + transferAll: AugmentedSubmittable<(dest: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, bool]>; /** * Transfer some liquid free balance to another account. * @@ -874,7 +874,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * The dispatch origin for this call must be `Signed` by the transactor. **/ - transferAllowDeath: AugmentedSubmittable<(dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, value: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, Compact]>; + transferAllowDeath: AugmentedSubmittable<(dest: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, value: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, Compact]>; /** * Same as the [`transfer_allow_death`] call, but with a check that the transfer will not * kill the origin account. @@ -883,7 +883,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * [`transfer_allow_death`]: struct.Pallet.html#method.transfer **/ - transferKeepAlive: AugmentedSubmittable<(dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, value: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, Compact]>; + transferKeepAlive: AugmentedSubmittable<(dest: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, value: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, Compact]>; /** * Upgrade a specified account. * @@ -894,7 +894,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * be upgraded. (We let some not have to be upgraded just in order to allow for the * possibility of churn). **/ - upgradeAccounts: AugmentedSubmittable<(who: Vec | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic, [Vec]>; + upgradeAccounts: AugmentedSubmittable<(who: Vec | string | Uint8Array) => SubmittableExtrinsic, [Vec]>; /** * Generic tx **/ @@ -934,7 +934,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * ## Complexity * - O(1). **/ - approveBountyWithCurator: AugmentedSubmittable<(bountyId: Compact | AnyNumber | Uint8Array, curator: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, fee: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, Compact]>; + approveBountyWithCurator: AugmentedSubmittable<(bountyId: Compact | AnyNumber | Uint8Array, curator: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, fee: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, Compact]>; /** * Award bounty to a beneficiary account. The beneficiary will be able to claim the funds * after a delay. @@ -947,7 +947,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * ## Complexity * - O(1). **/ - awardBounty: AugmentedSubmittable<(bountyId: Compact | AnyNumber | Uint8Array, beneficiary: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress]>; + awardBounty: AugmentedSubmittable<(bountyId: Compact | AnyNumber | Uint8Array, beneficiary: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress]>; /** * Claim the payout from an awarded bounty after payout delay. * @@ -1024,7 +1024,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * ## Complexity * - O(1). **/ - proposeCurator: AugmentedSubmittable<(bountyId: Compact | AnyNumber | Uint8Array, curator: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, fee: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, Compact]>; + proposeCurator: AugmentedSubmittable<(bountyId: Compact | AnyNumber | Uint8Array, curator: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, fee: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, Compact]>; /** * Unassign curator from a bounty. * @@ -1114,7 +1114,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `child_bounty_id`: Index of child bounty. * - `beneficiary`: Beneficiary account. **/ - awardChildBounty: AugmentedSubmittable<(parentBountyId: Compact | AnyNumber | Uint8Array, childBountyId: Compact | AnyNumber | Uint8Array, beneficiary: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, Compact, MultiAddress]>; + awardChildBounty: AugmentedSubmittable<(parentBountyId: Compact | AnyNumber | Uint8Array, childBountyId: Compact | AnyNumber | Uint8Array, beneficiary: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, Compact, PezspRuntimeMultiAddress]>; /** * Claim the payout from an awarded child-bounty after payout delay. * @@ -1176,7 +1176,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `curator`: Address of child-bounty curator. * - `fee`: payment fee to child-bounty curator for execution. **/ - proposeCurator: AugmentedSubmittable<(parentBountyId: Compact | AnyNumber | Uint8Array, childBountyId: Compact | AnyNumber | Uint8Array, curator: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, fee: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, Compact, MultiAddress, Compact]>; + proposeCurator: AugmentedSubmittable<(parentBountyId: Compact | AnyNumber | Uint8Array, childBountyId: Compact | AnyNumber | Uint8Array, curator: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, fee: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, Compact, PezspRuntimeMultiAddress, Compact]>; /** * Unassign curator from a child-bounty. * @@ -1268,7 +1268,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Total Complexity: O(1) * **/ - claim: AugmentedSubmittable<(dest: AccountId32 | string | Uint8Array, ethereumSignature: PezkuwiRuntimeCommonClaimsEcdsaSignature) => SubmittableExtrinsic, [AccountId32, PezkuwiRuntimeCommonClaimsEcdsaSignature]>; + claim: AugmentedSubmittable<(dest: PezspCoreCryptoAccountId32 | string | Uint8Array, ethereumSignature: PezkuwiRuntimeCommonClaimsEcdsaSignature) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32, PezkuwiRuntimeCommonClaimsEcdsaSignature]>; /** * Make a claim to collect your DOTs by signing a statement. * @@ -1298,7 +1298,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Total Complexity: O(1) * **/ - claimAttest: AugmentedSubmittable<(dest: AccountId32 | string | Uint8Array, ethereumSignature: PezkuwiRuntimeCommonClaimsEcdsaSignature, statement: Bytes | string | Uint8Array) => SubmittableExtrinsic, [AccountId32, PezkuwiRuntimeCommonClaimsEcdsaSignature, Bytes]>; + claimAttest: AugmentedSubmittable<(dest: PezspCoreCryptoAccountId32 | string | Uint8Array, ethereumSignature: PezkuwiRuntimeCommonClaimsEcdsaSignature, statement: Bytes | string | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32, PezkuwiRuntimeCommonClaimsEcdsaSignature, Bytes]>; /** * Mint a new claim to collect DOTs. * @@ -1317,7 +1317,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * **/ mintClaim: AugmentedSubmittable<(who: PezkuwiRuntimeCommonClaimsEthereumAddress, value: u128 | AnyNumber | Uint8Array, vestingSchedule: Option> | null | Uint8Array | ITuple<[u128, u128, u32]> | [u128 | AnyNumber | Uint8Array, u128 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array], statement: Option | null | Uint8Array | PezkuwiRuntimeCommonClaimsStatementKind) => SubmittableExtrinsic, [PezkuwiRuntimeCommonClaimsEthereumAddress, u128, Option>, Option]>; - moveClaim: AugmentedSubmittable<(old: PezkuwiRuntimeCommonClaimsEthereumAddress, updated: PezkuwiRuntimeCommonClaimsEthereumAddress, maybePreclaim: Option | null | Uint8Array | AccountId32 | string) => SubmittableExtrinsic, [PezkuwiRuntimeCommonClaimsEthereumAddress, PezkuwiRuntimeCommonClaimsEthereumAddress, Option]>; + moveClaim: AugmentedSubmittable<(old: PezkuwiRuntimeCommonClaimsEthereumAddress, updated: PezkuwiRuntimeCommonClaimsEthereumAddress, maybePreclaim: Option | string | Uint8Array) => SubmittableExtrinsic, [PezkuwiRuntimeCommonClaimsEthereumAddress, PezkuwiRuntimeCommonClaimsEthereumAddress, Option]>; /** * Generic tx **/ @@ -1330,7 +1330,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * The origin for this call must be the `UpdateOrigin`. **/ - addInvulnerable: AugmentedSubmittable<(who: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [AccountId32]>; + addInvulnerable: AugmentedSubmittable<(who: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32]>; /** * Deregister `origin` as a collator candidate. Note that the collator can only leave on * session change. The `CandidacyBond` will be unreserved immediately. @@ -1352,7 +1352,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * The origin for this call must be the `UpdateOrigin`. **/ - removeInvulnerable: AugmentedSubmittable<(who: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [AccountId32]>; + removeInvulnerable: AugmentedSubmittable<(who: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32]>; /** * Set the candidacy bond amount. * @@ -1386,7 +1386,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Must be called by the `UpdateOrigin`. **/ - setInvulnerables: AugmentedSubmittable<(updated: Vec | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic, [Vec]>; + setInvulnerables: AugmentedSubmittable<(updated: Vec | string | Uint8Array) => SubmittableExtrinsic, [Vec]>; /** * The caller `origin` replaces a candidate `target` in the collator candidate list by * reserving `deposit`. The amount `deposit` reserved by the caller must be greater than @@ -1396,7 +1396,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * caller does not have registered session keys, the target is not a collator candidate, * and/or the `deposit` amount cannot be reserved. **/ - takeCandidateSlot: AugmentedSubmittable<(deposit: u128 | AnyNumber | Uint8Array, target: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [u128, AccountId32]>; + takeCandidateSlot: AugmentedSubmittable<(deposit: u128 | AnyNumber | Uint8Array, target: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [u128, PezspCoreCryptoAccountId32]>; /** * Update the candidacy bond of collator candidate `origin` to a new amount `new_deposit`. * @@ -1438,7 +1438,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Weight: `O(R)` where R is the number of polls the voter delegating to has * voted on. Weight is initially charged as if maximum votes, but is refunded later. **/ - delegate: AugmentedSubmittable<(clazz: u16 | AnyNumber | Uint8Array, to: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, conviction: PezpalletConvictionVotingConviction, balance: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u16, MultiAddress, PezpalletConvictionVotingConviction, u128]>; + delegate: AugmentedSubmittable<(clazz: u16 | AnyNumber | Uint8Array, to: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, conviction: PezpalletConvictionVotingConviction, balance: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u16, PezspRuntimeMultiAddress, PezpalletConvictionVotingConviction, u128]>; /** * Remove a vote for a poll. * @@ -1457,7 +1457,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Weight: `O(R + log R)` where R is the number of polls that `target` has voted on. * Weight is calculated for the maximum number of vote. **/ - removeOtherVote: AugmentedSubmittable<(target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, clazz: u16 | AnyNumber | Uint8Array, index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, u16, u32]>; + removeOtherVote: AugmentedSubmittable<(target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, clazz: u16 | AnyNumber | Uint8Array, index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, u16, u32]>; /** * Remove a vote for a poll. * @@ -1518,7 +1518,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(R)` with R number of vote of target. **/ - unlock: AugmentedSubmittable<(clazz: u16 | AnyNumber | Uint8Array, target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u16, MultiAddress]>; + unlock: AugmentedSubmittable<(clazz: u16 | AnyNumber | Uint8Array, target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u16, PezspRuntimeMultiAddress]>; /** * Vote in a poll. If `vote.is_aye()`, the vote is to enact the proposal; * otherwise it is a vote to keep the status quo. @@ -1565,7 +1565,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - approveTransfer: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, MultiAddress, Compact]>; + approveTransfer: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, PezspRuntimeMultiAddress, Compact]>; /** * Disallow further unprivileged transfers of an asset `id` to and from an account `who`. * @@ -1578,7 +1578,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - block: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, MultiAddress]>; + block: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, PezspRuntimeMultiAddress]>; /** * Reduce the balance of `who` by as much as possible up to `amount` assets of `id`. * @@ -1596,7 +1596,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Weight: `O(1)` * Modes: Post-existence of `who`; Pre & post Zombie-status of `who`. **/ - burn: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, MultiAddress, Compact]>; + burn: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, PezspRuntimeMultiAddress, Compact]>; /** * Cancel all of some asset approved for delegated transfer by a third-party account. * @@ -1612,7 +1612,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - cancelApproval: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, MultiAddress]>; + cancelApproval: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, PezspRuntimeMultiAddress]>; /** * Clear the metadata for an asset. * @@ -1648,7 +1648,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - create: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, admin: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, minBalance: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, MultiAddress, u128]>; + create: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, admin: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, minBalance: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, PezspRuntimeMultiAddress, u128]>; /** * Destroy all accounts associated with a given asset. * @@ -1716,7 +1716,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - forceAssetStatus: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, issuer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, admin: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, freezer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, minBalance: Compact | AnyNumber | Uint8Array, isSufficient: bool | boolean | Uint8Array, isFrozen: bool | boolean | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, MultiAddress, MultiAddress, MultiAddress, MultiAddress, Compact, bool, bool]>; + forceAssetStatus: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, issuer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, admin: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, freezer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, minBalance: Compact | AnyNumber | Uint8Array, isSufficient: bool | boolean | Uint8Array, isFrozen: bool | boolean | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, Compact, bool, bool]>; /** * Cancel all of some asset approved for delegated transfer by a third-party account. * @@ -1732,7 +1732,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - forceCancelApproval: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, MultiAddress, MultiAddress]>; + forceCancelApproval: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress]>; /** * Clear the metadata for an asset. * @@ -1768,7 +1768,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - forceCreate: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, isSufficient: bool | boolean | Uint8Array, minBalance: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, MultiAddress, bool, Compact]>; + forceCreate: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, isSufficient: bool | boolean | Uint8Array, minBalance: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, PezspRuntimeMultiAddress, bool, Compact]>; /** * Force the metadata for an asset to some value. * @@ -1807,7 +1807,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Modes: Pre-existence of `dest`; Post-existence of `source`; Account pre-existence of * `dest`. **/ - forceTransfer: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, source: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, MultiAddress, MultiAddress, Compact]>; + forceTransfer: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, source: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, dest: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, Compact]>; /** * Disallow further unprivileged transfers of an asset `id` from an account `who`. `who` * must already exist as an entry in `Account`s of the asset. If you want to freeze an @@ -1822,7 +1822,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - freeze: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, MultiAddress]>; + freeze: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, PezspRuntimeMultiAddress]>; /** * Disallow further unprivileged transfers for the asset class. * @@ -1849,7 +1849,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Weight: `O(1)` * Modes: Pre-existing balance of `beneficiary`; Account pre-existence of `beneficiary`. **/ - mint: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, beneficiary: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, MultiAddress, Compact]>; + mint: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, beneficiary: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, PezspRuntimeMultiAddress, Compact]>; /** * Return the deposit (if any) of an asset account or a consumer reference (if any) of an * account. @@ -1881,7 +1881,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Emits `Refunded` event when successful. **/ - refundOther: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, MultiAddress]>; + refundOther: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, PezspRuntimeMultiAddress]>; /** * Set the metadata for an asset. * @@ -1930,7 +1930,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - setTeam: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, issuer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, admin: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, freezer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, MultiAddress, MultiAddress, MultiAddress]>; + setTeam: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, issuer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, admin: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, freezer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress]>; /** * Start the process of destroying a fungible asset class. * @@ -1958,7 +1958,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - thaw: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, MultiAddress]>; + thaw: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, PezspRuntimeMultiAddress]>; /** * Allow unprivileged transfers for the asset again. * @@ -1995,7 +1995,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Emits `Touched` event when successful. **/ - touchOther: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, MultiAddress]>; + touchOther: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, PezspRuntimeMultiAddress]>; /** * Move some assets from the sender account to another. * @@ -2016,7 +2016,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Modes: Pre-existence of `target`; Post-existence of sender; Account pre-existence of * `target`. **/ - transfer: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, MultiAddress, Compact]>; + transfer: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, PezspRuntimeMultiAddress, Compact]>; /** * Transfer the entire transferable balance from the caller asset account. * @@ -2035,7 +2035,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * (false), or transfer everything except at least the minimum balance, which will * guarantee to keep the sender asset account alive (true). **/ - transferAll: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, MultiAddress, bool]>; + transferAll: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, dest: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, PezspRuntimeMultiAddress, bool]>; /** * Transfer some asset balance from a previously delegated account to some third-party * account. @@ -2056,7 +2056,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - transferApproved: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, destination: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, MultiAddress, MultiAddress, Compact]>; + transferApproved: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, destination: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, Compact]>; /** * Move some assets from the sender account to another, keeping the sender account alive. * @@ -2077,7 +2077,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Modes: Pre-existence of `target`; Post-existence of sender; Account pre-existence of * `target`. **/ - transferKeepAlive: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, MultiAddress, Compact]>; + transferKeepAlive: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, PezspRuntimeMultiAddress, Compact]>; /** * Change the Owner of an asset. * @@ -2090,7 +2090,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - transferOwnership: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, MultiAddress]>; + transferOwnership: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, PezspRuntimeMultiAddress]>; /** * Generic tx **/ @@ -2127,7 +2127,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * ## Complexity * - `O(1)`. **/ - forceTransfer: AugmentedSubmittable<(updated: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, index: u32 | AnyNumber | Uint8Array, freeze: bool | boolean | Uint8Array) => SubmittableExtrinsic, [MultiAddress, u32, bool]>; + forceTransfer: AugmentedSubmittable<(updated: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, index: u32 | AnyNumber | Uint8Array, freeze: bool | boolean | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, u32, bool]>; /** * Free up an index owned by the sender. * @@ -2185,7 +2185,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * ## Complexity * - `O(1)`. **/ - transfer: AugmentedSubmittable<(updated: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, u32]>; + transfer: AugmentedSubmittable<(updated: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, u32]>; /** * Generic tx **/ @@ -2258,7 +2258,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Dispatch origin must the the same as [`crate::Config::AdminOrigin`]. **/ - setInvulnerables: AugmentedSubmittable<(inv: Vec | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic, [Vec]>; + setInvulnerables: AugmentedSubmittable<(inv: Vec | string | Uint8Array) => SubmittableExtrinsic, [Vec]>; /** * Submit a single page of a solution. * @@ -2376,7 +2376,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - Storage: inserts one item, value size bounded by `MaxSignatories`, with a deposit * taken for its lifetime of `DepositBase + threshold * DepositFactor`. **/ - approveAsMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec | (AccountId32 | string | Uint8Array)[], maybeTimepoint: Option | null | Uint8Array | PezpalletMultisigTimepoint, callHash: U8aFixed | string | Uint8Array, maxWeight: PezspWeightsWeightV2Weight) => SubmittableExtrinsic, [u16, Vec, Option, U8aFixed, PezspWeightsWeightV2Weight]>; + approveAsMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec | string | Uint8Array, maybeTimepoint: Option | null | Uint8Array | PezpalletMultisigTimepoint, callHash: U8aFixed | string | Uint8Array, maxWeight: PezspWeightsWeightV2Weight) => SubmittableExtrinsic, [u16, Vec, Option, U8aFixed, PezspWeightsWeightV2Weight]>; /** * Register approval for a dispatch to be made from a deterministic composite account if * approved by a total of `threshold - 1` of `other_signatories`. @@ -2418,7 +2418,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - Storage: inserts one item, value size bounded by `MaxSignatories`, with a deposit * taken for its lifetime of `DepositBase + threshold * DepositFactor`. **/ - asMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec | (AccountId32 | string | Uint8Array)[], maybeTimepoint: Option | null | Uint8Array | PezpalletMultisigTimepoint, call: RuntimeCall | IMethod | string | Uint8Array, maxWeight: PezspWeightsWeightV2Weight) => SubmittableExtrinsic, [u16, Vec, Option, RuntimeCall, PezspWeightsWeightV2Weight]>; + asMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec | string | Uint8Array, maybeTimepoint: Option | null | Uint8Array | PezpalletMultisigTimepoint, call: RuntimeCall | IMethod | string | Uint8Array, maxWeight: PezspWeightsWeightV2Weight) => SubmittableExtrinsic, [u16, Vec, Option, RuntimeCall, PezspWeightsWeightV2Weight]>; /** * Immediately dispatch a multi-signature call using a single approval from the caller. * @@ -2433,7 +2433,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * ## Complexity * O(Z + C) where Z is the length of the call and C its execution weight. **/ - asMultiThreshold1: AugmentedSubmittable<(otherSignatories: Vec | (AccountId32 | string | Uint8Array)[], call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic, [Vec, RuntimeCall]>; + asMultiThreshold1: AugmentedSubmittable<(otherSignatories: Vec | string | Uint8Array, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic, [Vec, RuntimeCall]>; /** * Cancel a pre-existing, on-going multisig transaction. Any deposit reserved previously * for this operation will be unreserved on success. @@ -2457,7 +2457,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - I/O: 1 read `O(S)`, one remove. * - Storage: removes one item. **/ - cancelAsMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec | (AccountId32 | string | Uint8Array)[], timepoint: PezpalletMultisigTimepoint, callHash: U8aFixed | string | Uint8Array) => SubmittableExtrinsic, [u16, Vec, PezpalletMultisigTimepoint, U8aFixed]>; + cancelAsMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec | string | Uint8Array, timepoint: PezpalletMultisigTimepoint, callHash: U8aFixed | string | Uint8Array) => SubmittableExtrinsic, [u16, Vec, PezpalletMultisigTimepoint, U8aFixed]>; /** * Poke the deposit reserved for an existing multisig operation. * @@ -2473,7 +2473,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Emits `DepositPoked` if successful. **/ - pokeDeposit: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec | (AccountId32 | string | Uint8Array)[], callHash: U8aFixed | string | Uint8Array) => SubmittableExtrinsic, [u16, Vec, U8aFixed]>; + pokeDeposit: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec | string | Uint8Array, callHash: U8aFixed | string | Uint8Array) => SubmittableExtrinsic, [u16, Vec, U8aFixed]>; /** * Generic tx **/ @@ -2499,7 +2499,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Emits `NftFractionalized` event when successful. **/ - fractionalize: AugmentedSubmittable<(nftCollectionId: u32 | AnyNumber | Uint8Array, nftId: u32 | AnyNumber | Uint8Array, assetId: u32 | AnyNumber | Uint8Array, beneficiary: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, fractions: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, u32, u32, MultiAddress, u128]>; + fractionalize: AugmentedSubmittable<(nftCollectionId: u32 | AnyNumber | Uint8Array, nftId: u32 | AnyNumber | Uint8Array, assetId: u32 | AnyNumber | Uint8Array, beneficiary: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, fractions: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, u32, u32, PezspRuntimeMultiAddress, u128]>; /** * Burn the total issuance of the fungible asset and return (unlock) the locked NFT. * @@ -2518,7 +2518,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Emits `NftUnified` event when successful. **/ - unify: AugmentedSubmittable<(nftCollectionId: u32 | AnyNumber | Uint8Array, nftId: u32 | AnyNumber | Uint8Array, assetId: u32 | AnyNumber | Uint8Array, beneficiary: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, u32, u32, MultiAddress]>; + unify: AugmentedSubmittable<(nftCollectionId: u32 | AnyNumber | Uint8Array, nftId: u32 | AnyNumber | Uint8Array, assetId: u32 | AnyNumber | Uint8Array, beneficiary: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, u32, u32, PezspRuntimeMultiAddress]>; /** * Generic tx **/ @@ -2536,7 +2536,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Emits `ItemAttributesApprovalAdded` on success. **/ - approveItemAttributes: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, u32, MultiAddress]>; + approveItemAttributes: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, u32, PezspRuntimeMultiAddress]>; /** * Approve an item to be transferred by a delegated third-party account. * @@ -2553,7 +2553,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - approveTransfer: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, maybeDeadline: Option | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic, [u32, u32, MultiAddress, Option]>; + approveTransfer: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, maybeDeadline: Option | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic, [u32, u32, PezspRuntimeMultiAddress, Option]>; /** * Destroy a single item. * @@ -2596,7 +2596,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - cancelApproval: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, u32, MultiAddress]>; + cancelApproval: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, u32, PezspRuntimeMultiAddress]>; /** * Cancel the previously provided approval to change item's attributes. * All the previously set attributes by the `delegate` will be removed. @@ -2609,7 +2609,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Emits `ItemAttributesApprovalRemoved` on success. **/ - cancelItemAttributesApproval: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, witness: PezpalletNftsCancelAttributesApprovalWitness) => SubmittableExtrinsic, [u32, u32, MultiAddress, PezpalletNftsCancelAttributesApprovalWitness]>; + cancelItemAttributesApproval: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, witness: PezpalletNftsCancelAttributesApprovalWitness) => SubmittableExtrinsic, [u32, u32, PezspRuntimeMultiAddress, PezpalletNftsCancelAttributesApprovalWitness]>; /** * Cancel an atomic swap. * @@ -2719,7 +2719,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - create: AugmentedSubmittable<(admin: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, config: PezpalletNftsCollectionConfig) => SubmittableExtrinsic, [MultiAddress, PezpalletNftsCollectionConfig]>; + create: AugmentedSubmittable<(admin: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, config: PezpalletNftsCollectionConfig) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, PezpalletNftsCollectionConfig]>; /** * Register a new atomic swap, declaring an intention to send an `item` in exchange for * `desired_item` from origin to target on the current blockchain. @@ -2784,7 +2784,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - forceCollectionOwner: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress]>; + forceCollectionOwner: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress]>; /** * Issue a new collection of non-fungible items from a privileged origin. * @@ -2802,7 +2802,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - forceCreate: AugmentedSubmittable<(owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, config: PezpalletNftsCollectionConfig) => SubmittableExtrinsic, [MultiAddress, PezpalletNftsCollectionConfig]>; + forceCreate: AugmentedSubmittable<(owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, config: PezpalletNftsCollectionConfig) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, PezpalletNftsCollectionConfig]>; /** * Mint an item of a particular collection from a privileged origin. * @@ -2818,7 +2818,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - forceMint: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, mintTo: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, itemConfig: PezpalletNftsItemConfig) => SubmittableExtrinsic, [u32, u32, MultiAddress, PezpalletNftsItemConfig]>; + forceMint: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, mintTo: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, itemConfig: PezpalletNftsItemConfig) => SubmittableExtrinsic, [u32, u32, PezspRuntimeMultiAddress, PezpalletNftsItemConfig]>; /** * Force-set an attribute for a collection or item. * @@ -2838,7 +2838,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - forceSetAttribute: AugmentedSubmittable<(setAs: Option | null | Uint8Array | AccountId32 | string, collection: u32 | AnyNumber | Uint8Array, maybeItem: Option | null | Uint8Array | u32 | AnyNumber, namespace: PezpalletNftsAttributeNamespace, key: Bytes | string | Uint8Array, value: Bytes | string | Uint8Array) => SubmittableExtrinsic, [Option, u32, Option, PezpalletNftsAttributeNamespace, Bytes, Bytes]>; + forceSetAttribute: AugmentedSubmittable<(setAs: Option | string | Uint8Array, collection: u32 | AnyNumber | Uint8Array, maybeItem: Option | null | Uint8Array | u32 | AnyNumber, namespace: PezpalletNftsAttributeNamespace, key: Bytes | string | Uint8Array, value: Bytes | string | Uint8Array) => SubmittableExtrinsic, [Option, u32, Option, PezpalletNftsAttributeNamespace, Bytes, Bytes]>; /** * Disallows specified settings for the whole collection. * @@ -2905,7 +2905,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - mint: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, mintTo: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, witnessData: Option | null | Uint8Array | PezpalletNftsMintWitness) => SubmittableExtrinsic, [u32, u32, MultiAddress, Option]>; + mint: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, mintTo: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, witnessData: Option | null | Uint8Array | PezpalletNftsMintWitness) => SubmittableExtrinsic, [u32, u32, PezspRuntimeMultiAddress, Option]>; /** * Mint an item by providing the pre-signed approval. * @@ -2921,7 +2921,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Emits `AttributeSet` if the attributes were provided. * Emits `ItemMetadataSet` if the metadata was not empty. **/ - mintPreSigned: AugmentedSubmittable<(mintData: PezpalletNftsPreSignedMint, signature: PezspRuntimeMultiSignature, signer: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezpalletNftsPreSignedMint, PezspRuntimeMultiSignature, AccountId32]>; + mintPreSigned: AugmentedSubmittable<(mintData: PezpalletNftsPreSignedMint, signature: PezspRuntimeMultiSignature, signer: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezpalletNftsPreSignedMint, PezspRuntimeMultiSignature, PezspCoreCryptoAccountId32]>; /** * Allows to pay the tips. * @@ -3005,7 +3005,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Emits `ItemAttributesApprovalAdded` if the approval wasn't set before. * Emits `PreSignedAttributesSet` on success. **/ - setAttributesPreSigned: AugmentedSubmittable<(data: PezpalletNftsPreSignedAttributes, signature: PezspRuntimeMultiSignature, signer: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezpalletNftsPreSignedAttributes, PezspRuntimeMultiSignature, AccountId32]>; + setAttributesPreSigned: AugmentedSubmittable<(data: PezpalletNftsPreSignedAttributes, signature: PezspRuntimeMultiSignature, signer: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezpalletNftsPreSignedAttributes, PezspRuntimeMultiSignature, PezspCoreCryptoAccountId32]>; /** * Set the maximum number of items a collection could have. * @@ -3068,7 +3068,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Emits `ItemPriceSet` on success if the price is not `None`. * Emits `ItemPriceRemoved` on success if the price is `None`. **/ - setPrice: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, price: Option | null | Uint8Array | u128 | AnyNumber, whitelistedBuyer: Option | null | Uint8Array | MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string) => SubmittableExtrinsic, [u32, u32, Option, Option]>; + setPrice: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, price: Option | null | Uint8Array | u128 | AnyNumber, whitelistedBuyer: Option | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, u32, Option, Option]>; /** * Change the Issuer, Admin and Freezer of a collection. * @@ -3087,7 +3087,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - setTeam: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, issuer: Option | null | Uint8Array | MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string, admin: Option | null | Uint8Array | MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string, freezer: Option | null | Uint8Array | MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string) => SubmittableExtrinsic, [u32, Option, Option, Option]>; + setTeam: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, issuer: Option | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, admin: Option | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, freezer: Option | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, Option, Option, Option]>; /** * Move an item from the sender account to another. * @@ -3104,7 +3104,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - transfer: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, u32, MultiAddress]>; + transfer: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, dest: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, u32, PezspRuntimeMultiAddress]>; /** * Change the Owner of a collection. * @@ -3118,7 +3118,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - transferOwnership: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, newOwner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress]>; + transferOwnership: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, newOwner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress]>; /** * Re-allow unprivileged transfer of an item. * @@ -3171,7 +3171,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * is successful, fee is refunded and caller may be rewarded with a part of the slash * based on the [`crate::pallet::Config::StakeAdapter`] configuration. **/ - applySlash: AugmentedSubmittable<(memberAccount: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + applySlash: AugmentedSubmittable<(memberAccount: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * Bond `extra` more funds from `origin` into the pool to which they already belong. * @@ -3193,7 +3193,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * `other` members assuming set_claim_permission for the given member is * `PermissionlessCompound` or `PermissionlessAll`. **/ - bondExtraOther: AugmentedSubmittable<(member: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, extra: PezpalletNominationPoolsBondExtra) => SubmittableExtrinsic, [MultiAddress, PezpalletNominationPoolsBondExtra]>; + bondExtraOther: AugmentedSubmittable<(member: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, extra: PezpalletNominationPoolsBondExtra) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, PezpalletNominationPoolsBondExtra]>; /** * Chill on behalf of the pool. * @@ -3250,7 +3250,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Pool member `other` must have a `PermissionlessWithdraw` or `PermissionlessAll` claim * permission for this call to be successful. **/ - claimPayoutOther: AugmentedSubmittable<(other: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [AccountId32]>; + claimPayoutOther: AugmentedSubmittable<(other: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32]>; /** * Create a new delegation pool. * @@ -3270,7 +3270,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * In addition to `amount`, the caller will transfer the existential deposit; so the caller * needs at have at least `amount + existential_deposit` transferable. **/ - create: AugmentedSubmittable<(amount: Compact | AnyNumber | Uint8Array, root: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, nominator: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, bouncer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, MultiAddress, MultiAddress]>; + create: AugmentedSubmittable<(amount: Compact | AnyNumber | Uint8Array, root: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, nominator: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, bouncer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress]>; /** * Create a new delegation pool with a previously used pool id * @@ -3279,7 +3279,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * same as `create` with the inclusion of * * `pool_id` - `A valid PoolId. **/ - createWithPoolId: AugmentedSubmittable<(amount: Compact | AnyNumber | Uint8Array, root: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, nominator: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, bouncer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, MultiAddress, MultiAddress, u32]>; + createWithPoolId: AugmentedSubmittable<(amount: Compact | AnyNumber | Uint8Array, root: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, nominator: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, bouncer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, u32]>; /** * Stake funds with a pool. The amount to bond is delegated (or transferred based on * [`adapter::StakeStrategyType`]) from the member to the pool account and immediately @@ -3310,7 +3310,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * If the pool has migrated to delegation based staking, the staked tokens of pool members * can be moved and held in their own account. See [`adapter::DelegateStake`] **/ - migrateDelegation: AugmentedSubmittable<(memberAccount: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + migrateDelegation: AugmentedSubmittable<(memberAccount: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * Migrate pool from [`adapter::StakeStrategyType::Transfer`] to * [`adapter::StakeStrategyType::Delegate`]. @@ -3337,7 +3337,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * In addition to a `root` or `nominator` role of `origin`, the pool's depositor needs to * have at least `depositor_min_bond` in the pool to start nominating. **/ - nominate: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, validators: Vec | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic, [u32, Vec]>; + nominate: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, validators: Vec | string | Uint8Array) => SubmittableExtrinsic, [u32, Vec]>; /** * Call `withdraw_unbonded` for the pools account. This call can be made by any account. * @@ -3364,7 +3364,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * - If a `None` is supplied to `new_commission`, existing commission will be removed. **/ - setCommission: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, newCommission: Option> | null | Uint8Array | ITuple<[Perbill, AccountId32]> | [Perbill | AnyNumber | Uint8Array, AccountId32 | string | Uint8Array]) => SubmittableExtrinsic, [u32, Option>]>; + setCommission: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, newCommission: Option> | string | Uint8Array) => SubmittableExtrinsic, [u32, Option>]>; /** * Set the commission change rate for a pool. * @@ -3386,7 +3386,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - Current commission will be lowered in the event it is higher than a new max * commission. **/ - setCommissionMax: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, maxCommission: Perbill | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, Perbill]>; + setCommissionMax: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, maxCommission: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, u32]>; /** * Update configurations for the nomination pools. The origin for this call must be * [`Config::AdminOrigin`]. @@ -3454,7 +3454,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * in which case, the result of this call will likely be the `NoMoreChunks` error from the * staking system. **/ - unbond: AugmentedSubmittable<(memberAccount: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, unbondingPoints: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, Compact]>; + unbond: AugmentedSubmittable<(memberAccount: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, unbondingPoints: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, Compact]>; /** * Update the roles of the pool. * @@ -3464,7 +3464,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * It emits an event, notifying UIs of the role change. This event is quite relevant to * most pool members and they should be informed of changes to pool roles. **/ - updateRoles: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, newRoot: PezpalletNominationPoolsConfigOpAccountId32, newNominator: PezpalletNominationPoolsConfigOpAccountId32, newBouncer: PezpalletNominationPoolsConfigOpAccountId32) => SubmittableExtrinsic, [u32, PezpalletNominationPoolsConfigOpAccountId32, PezpalletNominationPoolsConfigOpAccountId32, PezpalletNominationPoolsConfigOpAccountId32]>; + updateRoles: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, newRoot: PezpalletNominationPoolsConfigOpAccountId32 | string | Uint8Array, newNominator: PezpalletNominationPoolsConfigOpAccountId32 | string | Uint8Array, newBouncer: PezpalletNominationPoolsConfigOpAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [u32, PezpalletNominationPoolsConfigOpAccountId32, PezpalletNominationPoolsConfigOpAccountId32, PezpalletNominationPoolsConfigOpAccountId32]>; /** * Withdraw unbonded funds from `member_account`. If no bonded funds can be unbonded, an * error is returned. @@ -3489,7 +3489,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * withdraw. This calculation adds some weight overhead and is only defensive. In reality, * pool slashes must have been already applied via permissionless [`Call::apply_slash`]. **/ - withdrawUnbonded: AugmentedSubmittable<(memberAccount: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, u32]>; + withdrawUnbonded: AugmentedSubmittable<(memberAccount: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, u32]>; /** * Generic tx **/ @@ -3842,7 +3842,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - approveTransfer: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress, Compact]>; + approveTransfer: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress, Compact]>; /** * Disallow further unprivileged transfers of an asset `id` to and from an account `who`. * @@ -3855,7 +3855,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - block: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress]>; + block: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress]>; /** * Reduce the balance of `who` by as much as possible up to `amount` assets of `id`. * @@ -3873,7 +3873,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Weight: `O(1)` * Modes: Post-existence of `who`; Pre & post Zombie-status of `who`. **/ - burn: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress, Compact]>; + burn: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress, Compact]>; /** * Cancel all of some asset approved for delegated transfer by a third-party account. * @@ -3889,7 +3889,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - cancelApproval: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress]>; + cancelApproval: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress]>; /** * Clear the metadata for an asset. * @@ -3925,7 +3925,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - create: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, admin: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, minBalance: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress, u128]>; + create: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, admin: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, minBalance: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress, u128]>; /** * Destroy all accounts associated with a given asset. * @@ -3993,7 +3993,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - forceAssetStatus: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, issuer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, admin: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, freezer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, minBalance: Compact | AnyNumber | Uint8Array, isSufficient: bool | boolean | Uint8Array, isFrozen: bool | boolean | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress, MultiAddress, MultiAddress, MultiAddress, Compact, bool, bool]>; + forceAssetStatus: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, issuer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, admin: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, freezer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, minBalance: Compact | AnyNumber | Uint8Array, isSufficient: bool | boolean | Uint8Array, isFrozen: bool | boolean | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, Compact, bool, bool]>; /** * Cancel all of some asset approved for delegated transfer by a third-party account. * @@ -4009,7 +4009,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - forceCancelApproval: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress, MultiAddress]>; + forceCancelApproval: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress]>; /** * Clear the metadata for an asset. * @@ -4045,7 +4045,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - forceCreate: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, isSufficient: bool | boolean | Uint8Array, minBalance: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress, bool, Compact]>; + forceCreate: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, isSufficient: bool | boolean | Uint8Array, minBalance: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress, bool, Compact]>; /** * Force the metadata for an asset to some value. * @@ -4084,7 +4084,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Modes: Pre-existence of `dest`; Post-existence of `source`; Account pre-existence of * `dest`. **/ - forceTransfer: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, source: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress, MultiAddress, Compact]>; + forceTransfer: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, source: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, dest: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, Compact]>; /** * Disallow further unprivileged transfers of an asset `id` from an account `who`. `who` * must already exist as an entry in `Account`s of the asset. If you want to freeze an @@ -4099,7 +4099,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - freeze: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress]>; + freeze: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress]>; /** * Disallow further unprivileged transfers for the asset class. * @@ -4126,7 +4126,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Weight: `O(1)` * Modes: Pre-existing balance of `beneficiary`; Account pre-existence of `beneficiary`. **/ - mint: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, beneficiary: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress, Compact]>; + mint: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, beneficiary: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress, Compact]>; /** * Return the deposit (if any) of an asset account or a consumer reference (if any) of an * account. @@ -4158,7 +4158,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Emits `Refunded` event when successful. **/ - refundOther: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress]>; + refundOther: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress]>; /** * Set the metadata for an asset. * @@ -4207,7 +4207,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - setTeam: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, issuer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, admin: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, freezer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress, MultiAddress, MultiAddress]>; + setTeam: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, issuer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, admin: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, freezer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress]>; /** * Start the process of destroying a fungible asset class. * @@ -4235,7 +4235,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - thaw: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress]>; + thaw: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress]>; /** * Allow unprivileged transfers for the asset again. * @@ -4272,7 +4272,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Emits `Touched` event when successful. **/ - touchOther: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress]>; + touchOther: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress]>; /** * Move some assets from the sender account to another. * @@ -4293,7 +4293,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Modes: Pre-existence of `target`; Post-existence of sender; Account pre-existence of * `target`. **/ - transfer: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress, Compact]>; + transfer: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress, Compact]>; /** * Transfer the entire transferable balance from the caller asset account. * @@ -4312,7 +4312,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * (false), or transfer everything except at least the minimum balance, which will * guarantee to keep the sender asset account alive (true). **/ - transferAll: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress, bool]>; + transferAll: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, dest: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress, bool]>; /** * Transfer some asset balance from a previously delegated account to some third-party * account. @@ -4333,7 +4333,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - transferApproved: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, destination: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress, MultiAddress, Compact]>; + transferApproved: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, destination: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, Compact]>; /** * Move some assets from the sender account to another, keeping the sender account alive. * @@ -4354,7 +4354,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Modes: Pre-existence of `target`; Post-existence of sender; Account pre-existence of * `target`. **/ - transferKeepAlive: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress, Compact]>; + transferKeepAlive: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress, Compact]>; /** * Change the Owner of an asset. * @@ -4367,7 +4367,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - transferOwnership: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress]>; + transferOwnership: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress]>; /** * Generic tx **/ @@ -4426,7 +4426,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `delay`: The announcement period required of the initial proxy. Will generally be * zero. **/ - addProxy: AugmentedSubmittable<(delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, proxyType: AssetHubDicleRuntimeProxyType, delay: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, AssetHubDicleRuntimeProxyType, u32]>; + addProxy: AugmentedSubmittable<(delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, proxyType: AssetHubDicleRuntimeProxyType, delay: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, AssetHubDicleRuntimeProxyType, u32]>; /** * Publish the hash of a proxy-call that will be made in the future. * @@ -4444,7 +4444,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `real`: The account that the proxy will make a call on behalf of. * - `call_hash`: The hash of the call to be made by the `real` account. **/ - announce: AugmentedSubmittable<(real: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress, H256]>; + announce: AugmentedSubmittable<(real: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, H256]>; /** * Spawn a fresh new account that is guaranteed to be otherwise inaccessible, and * initialize it with a proxy of `proxy_type` for `origin` sender. @@ -4484,7 +4484,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Fails with `NoPermission` in case the caller is not a previously created pure * account whose `create_pure` call has corresponding parameters. **/ - killPure: AugmentedSubmittable<(spawner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, proxyType: AssetHubDicleRuntimeProxyType, index: u16 | AnyNumber | Uint8Array, height: Compact | AnyNumber | Uint8Array, extIndex: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, AssetHubDicleRuntimeProxyType, u16, Compact, Compact]>; + killPure: AugmentedSubmittable<(spawner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, proxyType: AssetHubDicleRuntimeProxyType, index: u16 | AnyNumber | Uint8Array, height: Compact | AnyNumber | Uint8Array, extIndex: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, AssetHubDicleRuntimeProxyType, u16, Compact, Compact]>; /** * Poke / Adjust deposits made for proxies and announcements based on current values. * This can be used by accounts to possibly lower their locked amount. @@ -4507,7 +4507,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `force_proxy_type`: Specify the exact proxy type to be used and checked for this call. * - `call`: The call to be made by the `real` account. **/ - proxy: AugmentedSubmittable<(real: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, forceProxyType: Option | null | Uint8Array | AssetHubDicleRuntimeProxyType, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress, Option, RuntimeCall]>; + proxy: AugmentedSubmittable<(real: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, forceProxyType: Option | null | Uint8Array | AssetHubDicleRuntimeProxyType, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, Option, RuntimeCall]>; /** * Dispatch the given `call` from an account that the sender is authorized for through * `add_proxy`. @@ -4521,7 +4521,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `force_proxy_type`: Specify the exact proxy type to be used and checked for this call. * - `call`: The call to be made by the `real` account. **/ - proxyAnnounced: AugmentedSubmittable<(delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, real: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, forceProxyType: Option | null | Uint8Array | AssetHubDicleRuntimeProxyType, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress, MultiAddress, Option, RuntimeCall]>; + proxyAnnounced: AugmentedSubmittable<(delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, real: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, forceProxyType: Option | null | Uint8Array | AssetHubDicleRuntimeProxyType, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, Option, RuntimeCall]>; /** * Remove the given announcement of a delegate. * @@ -4534,7 +4534,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `delegate`: The account that previously announced the call. * - `call_hash`: The hash of the call to be made. **/ - rejectAnnouncement: AugmentedSubmittable<(delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress, H256]>; + rejectAnnouncement: AugmentedSubmittable<(delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, H256]>; /** * Remove a given announcement. * @@ -4547,7 +4547,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `real`: The account that the proxy will make a call on behalf of. * - `call_hash`: The hash of the call to be made by the `real` account. **/ - removeAnnouncement: AugmentedSubmittable<(real: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress, H256]>; + removeAnnouncement: AugmentedSubmittable<(real: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, H256]>; /** * Unregister all proxy accounts for the sender. * @@ -4566,7 +4566,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `proxy`: The account that the `caller` would like to remove as a proxy. * - `proxy_type`: The permissions currently enabled for the removed proxy account. **/ - removeProxy: AugmentedSubmittable<(delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, proxyType: AssetHubDicleRuntimeProxyType, delay: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, AssetHubDicleRuntimeProxyType, u32]>; + removeProxy: AugmentedSubmittable<(delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, proxyType: AssetHubDicleRuntimeProxyType, delay: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, AssetHubDicleRuntimeProxyType, u32]>; /** * Generic tx **/ @@ -4583,7 +4583,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `account`: The recovered account you want to make a call on-behalf-of. * - `call`: The call you want to make with the recovered account. **/ - asRecovered: AugmentedSubmittable<(account: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress, RuntimeCall]>; + asRecovered: AugmentedSubmittable<(account: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, RuntimeCall]>; /** * Cancel the ability to use `as_recovered` for `account`. * @@ -4593,7 +4593,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Parameters: * - `account`: The recovered account you are able to call on-behalf-of. **/ - cancelRecovered: AugmentedSubmittable<(account: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + cancelRecovered: AugmentedSubmittable<(account: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * Allow a successful rescuer to claim their recovered account. * @@ -4605,7 +4605,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `account`: The lost account that you want to claim has been successfully recovered by * you. **/ - claimRecovery: AugmentedSubmittable<(account: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + claimRecovery: AugmentedSubmittable<(account: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * As the controller of a recoverable account, close an active recovery * process for your account. @@ -4619,7 +4619,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Parameters: * - `rescuer`: The account trying to rescue this recoverable account. **/ - closeRecovery: AugmentedSubmittable<(rescuer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + closeRecovery: AugmentedSubmittable<(rescuer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * Create a recovery configuration for your account. This makes your account recoverable. * @@ -4638,7 +4638,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `delay_period`: The number of blocks after a recovery attempt is initialized that * needs to pass before the account can be recovered. **/ - createRecovery: AugmentedSubmittable<(friends: Vec | (AccountId32 | string | Uint8Array)[], threshold: u16 | AnyNumber | Uint8Array, delayPeriod: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Vec, u16, u32]>; + createRecovery: AugmentedSubmittable<(friends: Vec | string | Uint8Array, threshold: u16 | AnyNumber | Uint8Array, delayPeriod: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Vec, u16, u32]>; /** * Initiate the process for recovering a recoverable account. * @@ -4652,7 +4652,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `account`: The lost account that you want to recover. This account needs to be * recoverable (i.e. have a recovery configuration). **/ - initiateRecovery: AugmentedSubmittable<(account: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + initiateRecovery: AugmentedSubmittable<(account: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * Poke deposits for recovery configurations and / or active recoveries. * @@ -4678,7 +4678,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Emits `DepositPoked` if any deposit is updated. * Multiple events may be emitted in case both types of deposits are updated. **/ - pokeDeposit: AugmentedSubmittable<(maybeAccount: Option | null | Uint8Array | MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string) => SubmittableExtrinsic, [Option]>; + pokeDeposit: AugmentedSubmittable<(maybeAccount: Option | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Option]>; /** * Remove the recovery process for your account. Recovered accounts are still accessible. * @@ -4703,7 +4703,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `lost`: The "lost account" to be recovered. * - `rescuer`: The "rescuer account" which can call as the lost account. **/ - setRecovered: AugmentedSubmittable<(lost: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, rescuer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress, MultiAddress]>; + setRecovered: AugmentedSubmittable<(lost: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, rescuer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, PezspRuntimeMultiAddress]>; /** * Allow a "friend" of a recoverable account to vouch for an active recovery * process for that account. @@ -4718,7 +4718,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * The combination of these two parameters must point to an active recovery * process. **/ - vouchRecovery: AugmentedSubmittable<(lost: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, rescuer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress, MultiAddress]>; + vouchRecovery: AugmentedSubmittable<(lost: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, rescuer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, PezspRuntimeMultiAddress]>; /** * Generic tx **/ @@ -4866,7 +4866,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `call`: The call to be made by the `real` account. * - `proof`: The proof from the remote chain about the existence of the proxy. **/ - remoteProxy: AugmentedSubmittable<(real: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, forceProxyType: Option | null | Uint8Array | AssetHubDicleRuntimeProxyType, call: RuntimeCall | IMethod | string | Uint8Array, proof: PezpalletRemoteProxyRemoteProxyProof) => SubmittableExtrinsic, [MultiAddress, Option, RuntimeCall, PezpalletRemoteProxyRemoteProxyProof]>; + remoteProxy: AugmentedSubmittable<(real: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, forceProxyType: Option | null | Uint8Array | AssetHubDicleRuntimeProxyType, call: RuntimeCall | IMethod | string | Uint8Array, proof: PezpalletRemoteProxyRemoteProxyProof) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, Option, RuntimeCall, PezpalletRemoteProxyRemoteProxyProof]>; /** * Dispatch the given `call` from an account that the sender is authorised on a remote * chain. @@ -4880,7 +4880,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `force_proxy_type`: Specify the exact proxy type to be used and checked for this call. * - `call`: The call to be made by the `real` account. **/ - remoteProxyWithRegisteredProof: AugmentedSubmittable<(real: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, forceProxyType: Option | null | Uint8Array | AssetHubDicleRuntimeProxyType, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress, Option, RuntimeCall]>; + remoteProxyWithRegisteredProof: AugmentedSubmittable<(real: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, forceProxyType: Option | null | Uint8Array | AssetHubDicleRuntimeProxyType, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, Option, RuntimeCall]>; /** * Generic tx **/ @@ -5146,7 +5146,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Founder, only after the period for voting has ended and only when the candidate is not * clearly rejected. **/ - bestowMembership: AugmentedSubmittable<(candidate: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [AccountId32]>; + bestowMembership: AugmentedSubmittable<(candidate: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32]>; /** * A user outside of the society can make a bid for entry. * @@ -5169,7 +5169,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * May be called by any Signed origin, but only after the candidate's candidacy is ended. **/ - cleanupCandidacy: AugmentedSubmittable<(candidate: AccountId32 | string | Uint8Array, max: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [AccountId32, u32]>; + cleanupCandidacy: AugmentedSubmittable<(candidate: PezspCoreCryptoAccountId32 | string | Uint8Array, max: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32, u32]>; /** * Remove up to `max` stale votes for the defender in the given `challenge_round`. * @@ -5201,7 +5201,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * The bid deposit is lost and the voucher is banned. **/ - dropCandidate: AugmentedSubmittable<(candidate: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [AccountId32]>; + dropCandidate: AugmentedSubmittable<(candidate: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32]>; /** * Found the society. * @@ -5221,7 +5221,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Complexity: O(1) **/ - foundSociety: AugmentedSubmittable<(founder: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, maxMembers: u32 | AnyNumber | Uint8Array, maxIntake: u32 | AnyNumber | Uint8Array, maxStrikes: u32 | AnyNumber | Uint8Array, candidateDeposit: u128 | AnyNumber | Uint8Array, rules: Bytes | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress, u32, u32, u32, u128, Bytes]>; + foundSociety: AugmentedSubmittable<(founder: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, maxMembers: u32 | AnyNumber | Uint8Array, maxIntake: u32 | AnyNumber | Uint8Array, maxStrikes: u32 | AnyNumber | Uint8Array, candidateDeposit: u128 | AnyNumber | Uint8Array, rules: Bytes | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, u32, u32, u32, u128, Bytes]>; /** * Allow suspension judgement origin to make judgement on a suspended member. * @@ -5238,7 +5238,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `forgive` - A boolean representing whether the suspension judgement origin forgives * (`true`) or rejects (`false`) a suspended member. **/ - judgeSuspendedMember: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, forgive: bool | boolean | Uint8Array) => SubmittableExtrinsic, [MultiAddress, bool]>; + judgeSuspendedMember: AugmentedSubmittable<(who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, forgive: bool | boolean | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, bool]>; /** * Remove the candidate's application from the society. Callable only by the Signed origin * of the Founder, only after the period for voting has ended, and only when they do not @@ -5246,7 +5246,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Any bid deposit is lost and voucher is banned. **/ - kickCandidate: AugmentedSubmittable<(candidate: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [AccountId32]>; + kickCandidate: AugmentedSubmittable<(candidate: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32]>; /** * Transfer the first matured payout for the sender and remove it from the records. * @@ -5326,7 +5326,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `approve`: A boolean which says if the candidate should be approved (`true`) or * rejected (`false`). **/ - vote: AugmentedSubmittable<(candidate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, approve: bool | boolean | Uint8Array) => SubmittableExtrinsic, [MultiAddress, bool]>; + vote: AugmentedSubmittable<(candidate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, approve: bool | boolean | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, bool]>; /** * As a member, vouch for someone to join society by placing a bid on their behalf. * @@ -5346,7 +5346,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `tip`: Your cut of the total `value` payout when the candidate is inducted into * the society. Tips larger than `value` will be saturated upon payout. **/ - vouch: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, value: u128 | AnyNumber | Uint8Array, tip: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, u128, u128]>; + vouch: AugmentedSubmittable<(who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, value: u128 | AnyNumber | Uint8Array, tip: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, u128, u128]>; /** * Repay the payment previously given to the member with the signed origin, remove any * pending payments, and elevate them from rank 0 to rank 1. @@ -5393,7 +5393,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - Implement an **off-chain worker (OCW) task** to automatically apply slashes when there * is unused block space, improving efficiency. **/ - applySlash: AugmentedSubmittable<(slashEra: u32 | AnyNumber | Uint8Array, slashKey: ITuple<[AccountId32, Perbill, u32]> | [AccountId32 | string | Uint8Array, Perbill | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array]) => SubmittableExtrinsic, [u32, ITuple<[AccountId32, Perbill, u32]>]>; + applySlash: AugmentedSubmittable<(slashEra: u32 | AnyNumber | Uint8Array, slashKey: ITuple<[PezspCoreCryptoAccountId32, u32, u32]> | string | Uint8Array) => SubmittableExtrinsic, [u32, ITuple<[PezspCoreCryptoAccountId32, u32, u32]>]>; /** * Take the origin account as a stash and lock up `value` of its balance. `controller` will * be the account that controls it. @@ -5435,7 +5435,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `validator_slashes`: A list of validator stash accounts and their slash fractions to * be cancelled. **/ - cancelDeferredSlash: AugmentedSubmittable<(era: u32 | AnyNumber | Uint8Array, validatorSlashes: Vec> | ([AccountId32 | string | Uint8Array, Perbill | AnyNumber | Uint8Array])[]) => SubmittableExtrinsic, [u32, Vec>]>; + cancelDeferredSlash: AugmentedSubmittable<(era: u32 | AnyNumber | Uint8Array, validatorSlashes: Vec> | string | Uint8Array) => SubmittableExtrinsic, [u32, Vec>]>; /** * Declare no desire to either validate or nominate. * @@ -5477,7 +5477,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * This can be helpful if bond requirements are updated, and we need to remove old users * who do not satisfy these requirements. **/ - chillOther: AugmentedSubmittable<(stash: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [AccountId32]>; + chillOther: AugmentedSubmittable<(stash: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32]>; /** * Updates a batch of controller accounts to their corresponding stash account if they are * not the same. Ignores any controller accounts that do not exist, and does not operate if @@ -5487,13 +5487,13 @@ declare module '@pezkuwi/api-base/types/submittable' { * * The dispatch origin must be `T::AdminOrigin`. **/ - deprecateControllerBatch: AugmentedSubmittable<(controllers: Vec | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic, [Vec]>; + deprecateControllerBatch: AugmentedSubmittable<(controllers: Vec | string | Uint8Array) => SubmittableExtrinsic, [Vec]>; /** * Force a validator to have at least the minimum commission. This will not affect a * validator who already has a commission greater than or equal to the minimum. Any account * can call this. **/ - forceApplyMinCommission: AugmentedSubmittable<(validatorStash: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [AccountId32]>; + forceApplyMinCommission: AugmentedSubmittable<(validatorStash: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32]>; /** * Force there to be a new era at the end of the next session. After this, it will be * reset to normal (non-forced) behaviour. @@ -5541,7 +5541,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `num_slashing_spans`: **Deprecated**. This parameter is retained for backward * compatibility. It no longer has any effect. **/ - forceUnstake: AugmentedSubmittable<(stash: AccountId32 | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [AccountId32, u32]>; + forceUnstake: AugmentedSubmittable<(stash: PezspCoreCryptoAccountId32 | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32, u32]>; /** * Increments the ideal number of validators up to maximum of * `T::MaxValidatorSet`. @@ -5562,7 +5562,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Note: Making this call only makes sense if you first set the validator preferences to * block any further nominations. **/ - kick: AugmentedSubmittable<(who: Vec | (MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array)[]) => SubmittableExtrinsic, [Vec]>; + kick: AugmentedSubmittable<(who: Vec | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Vec]>; /** * Migrates permissionlessly a stash from locks to holds. * @@ -5572,7 +5572,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * The fee is waived if the migration is successful. **/ - migrateCurrency: AugmentedSubmittable<(stash: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [AccountId32]>; + migrateCurrency: AugmentedSubmittable<(stash: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32]>; /** * Declare the desire to nominate `targets` for the origin controller. * @@ -5580,7 +5580,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * The dispatch origin for this call must be _Signed_ by the controller, not the stash. **/ - nominate: AugmentedSubmittable<(targets: Vec | (MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array)[]) => SubmittableExtrinsic, [Vec]>; + nominate: AugmentedSubmittable<(targets: Vec | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Vec]>; /** * Pay out next page of the stakers behind a validator for the given era. * @@ -5596,7 +5596,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * If all pages are claimed, it returns an error `InvalidPage`. **/ - payoutStakers: AugmentedSubmittable<(validatorStash: AccountId32 | string | Uint8Array, era: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [AccountId32, u32]>; + payoutStakers: AugmentedSubmittable<(validatorStash: PezspCoreCryptoAccountId32 | string | Uint8Array, era: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32, u32]>; /** * Pay out a page of the stakers behind a validator for the given era and page. * @@ -5616,7 +5616,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * and so it should not be assumed the highest staker would be on the topmost page and vice * versa. If rewards are not claimed in [`Config::HistoryDepth`] eras, they are lost. **/ - payoutStakersByPage: AugmentedSubmittable<(validatorStash: AccountId32 | string | Uint8Array, era: u32 | AnyNumber | Uint8Array, page: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [AccountId32, u32, u32]>; + payoutStakersByPage: AugmentedSubmittable<(validatorStash: PezspCoreCryptoAccountId32 | string | Uint8Array, era: u32 | AnyNumber | Uint8Array, page: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32, u32, u32]>; /** * Perform one step of era pruning to prevent PoV size exhaustion from unbounded deletions. * @@ -5651,7 +5651,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `num_slashing_spans`: **Deprecated**. This parameter is retained for backward * compatibility. It no longer has any effect. **/ - reapStash: AugmentedSubmittable<(stash: AccountId32 | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [AccountId32, u32]>; + reapStash: AugmentedSubmittable<(stash: PezspCoreCryptoAccountId32 | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32, u32]>; /** * Rebond a portion of the stash scheduled to be unlocked. * @@ -5671,14 +5671,14 @@ declare module '@pezkuwi/api-base/types/submittable' { * ledger associated with the stash. If the input parameters are not set, the ledger will * be reset values from on-chain state. **/ - restoreLedger: AugmentedSubmittable<(stash: AccountId32 | string | Uint8Array, maybeController: Option | null | Uint8Array | AccountId32 | string, maybeTotal: Option | null | Uint8Array | u128 | AnyNumber, maybeUnlocking: Option> | null | Uint8Array | Vec | (PezpalletStakingAsyncLedgerUnlockChunk)[]) => SubmittableExtrinsic, [AccountId32, Option, Option, Option>]>; + restoreLedger: AugmentedSubmittable<(stash: PezspCoreCryptoAccountId32 | string | Uint8Array, maybeController: Option | string | Uint8Array, maybeTotal: Option | null | Uint8Array | u128 | AnyNumber, maybeUnlocking: Option> | null | Uint8Array | Vec | (PezpalletStakingAsyncLedgerUnlockChunk)[]) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32, Option, Option, Option>]>; /** * Scale up the ideal number of validators by a factor up to maximum of * `T::MaxValidatorSet`. * * The dispatch origin must be Root. **/ - scaleValidatorCount: AugmentedSubmittable<(factor: Percent | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Percent]>; + scaleValidatorCount: AugmentedSubmittable<(factor: u8 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u8]>; /** * (Re-)sets the controller of a stash to the stash itself. This function previously * accepted a `controller` argument to set the controller to an account other than the @@ -5695,14 +5695,14 @@ declare module '@pezkuwi/api-base/types/submittable' { * * The dispatch origin must be Root. **/ - setInvulnerables: AugmentedSubmittable<(invulnerables: Vec | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic, [Vec]>; + setInvulnerables: AugmentedSubmittable<(invulnerables: Vec | string | Uint8Array) => SubmittableExtrinsic, [Vec]>; /** * Sets the minimum amount of commission that each validators must maintain. * * This call has lower privilege requirements than `set_staking_config` and can be called * by the `T::AdminOrigin`. Root can always call this. **/ - setMinCommission: AugmentedSubmittable<(updated: Perbill | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Perbill]>; + setMinCommission: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32]>; /** * (Re-)set the payment target for a controller. * @@ -5767,7 +5767,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * This will waive the transaction fee if the `payee` is successfully migrated. **/ - updatePayee: AugmentedSubmittable<(controller: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [AccountId32]>; + updatePayee: AugmentedSubmittable<(controller: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32]>; /** * Declare the desire to validate for the origin controller. * @@ -6114,7 +6114,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Emits [`Event::SpendApproved`] if successful. **/ - spendLocal: AugmentedSubmittable<(amount: Compact | AnyNumber | Uint8Array, beneficiary: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress]>; + spendLocal: AugmentedSubmittable<(amount: Compact | AnyNumber | Uint8Array, beneficiary: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress]>; /** * Void previously approved spend. * @@ -6156,7 +6156,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - approveTransfer: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, u32, MultiAddress]>; + approveTransfer: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, u32, PezspRuntimeMultiAddress]>; /** * Destroy a single item. * @@ -6174,7 +6174,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Weight: `O(1)` * Modes: `check_owner.is_some()`. **/ - burn: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, checkOwner: Option | null | Uint8Array | MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string) => SubmittableExtrinsic, [u32, u32, Option]>; + burn: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, checkOwner: Option | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, u32, Option]>; /** * Allows to buy an item if it's up for sale. * @@ -6205,7 +6205,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - cancelApproval: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, maybeCheckDelegate: Option | null | Uint8Array | MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string) => SubmittableExtrinsic, [u32, u32, Option]>; + cancelApproval: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, maybeCheckDelegate: Option | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, u32, Option]>; /** * Clear an attribute for a collection or item. * @@ -6272,7 +6272,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - create: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, admin: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress]>; + create: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, admin: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress]>; /** * Destroy a collection of fungible items. * @@ -6310,7 +6310,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - forceCreate: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, freeHolding: bool | boolean | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress, bool]>; + forceCreate: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, freeHolding: bool | boolean | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress, bool]>; /** * Alter the attributes of a given item. * @@ -6329,7 +6329,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - forceItemStatus: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, issuer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, admin: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, freezer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, freeHolding: bool | boolean | Uint8Array, isFrozen: bool | boolean | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress, MultiAddress, MultiAddress, MultiAddress, bool, bool]>; + forceItemStatus: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, issuer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, admin: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, freezer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, freeHolding: bool | boolean | Uint8Array, isFrozen: bool | boolean | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, bool, bool]>; /** * Disallow further unprivileged transfer of an item. * @@ -6368,7 +6368,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - mint: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, u32, MultiAddress]>; + mint: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, u32, PezspRuntimeMultiAddress]>; /** * Reevaluate the deposits on some items. * @@ -6488,7 +6488,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Emits `ItemPriceSet` on success if the price is not `None`. * Emits `ItemPriceRemoved` on success if the price is `None`. **/ - setPrice: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, price: Option | null | Uint8Array | u128 | AnyNumber, whitelistedBuyer: Option | null | Uint8Array | MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string) => SubmittableExtrinsic, [u32, u32, Option, Option]>; + setPrice: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, price: Option | null | Uint8Array | u128 | AnyNumber, whitelistedBuyer: Option | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, u32, Option, Option]>; /** * Change the Issuer, Admin and Freezer of a collection. * @@ -6503,7 +6503,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - setTeam: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, issuer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, admin: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, freezer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress, MultiAddress, MultiAddress]>; + setTeam: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, issuer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, admin: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, freezer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress]>; /** * Re-allow unprivileged transfer of an item. * @@ -6548,7 +6548,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - transfer: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, u32, MultiAddress]>; + transfer: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, dest: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, u32, PezspRuntimeMultiAddress]>; /** * Change the Owner of a collection. * @@ -6562,7 +6562,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - transferOwnership: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, newOwner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress]>; + transferOwnership: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, newOwner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress]>; /** * Generic tx **/ @@ -6704,7 +6704,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `target`: An account that has a vesting schedule * - `schedule_index`: The vesting schedule index that should be removed **/ - forceRemoveVestingSchedule: AugmentedSubmittable<(target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, scheduleIndex: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, u32]>; + forceRemoveVestingSchedule: AugmentedSubmittable<(target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, scheduleIndex: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, u32]>; /** * Force a vested transfer. * @@ -6721,7 +6721,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * ## Complexity * - `O(1)`. **/ - forceVestedTransfer: AugmentedSubmittable<(source: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, schedule: PezpalletVestingVestingInfo) => SubmittableExtrinsic, [MultiAddress, MultiAddress, PezpalletVestingVestingInfo]>; + forceVestedTransfer: AugmentedSubmittable<(source: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, schedule: PezpalletVestingVestingInfo) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, PezpalletVestingVestingInfo]>; /** * Merge two vesting schedules together, creating a new vesting schedule that unlocks over * the highest possible start and end blocks. If both schedules have already started the @@ -6773,7 +6773,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * ## Complexity * - `O(1)`. **/ - vestedTransfer: AugmentedSubmittable<(target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, schedule: PezpalletVestingVestingInfo) => SubmittableExtrinsic, [MultiAddress, PezpalletVestingVestingInfo]>; + vestedTransfer: AugmentedSubmittable<(target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, schedule: PezpalletVestingVestingInfo) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, PezpalletVestingVestingInfo]>; /** * Unlock any vested funds of a `target` account. * @@ -6787,7 +6787,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * ## Complexity * - `O(1)`. **/ - vestOther: AugmentedSubmittable<(target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + vestOther: AugmentedSubmittable<(target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * Generic tx **/ @@ -6806,13 +6806,13 @@ declare module '@pezkuwi/api-base/types/submittable' { * - both nodes are within the same bag, * - and `origin` has a greater `Score` than `lighter`. **/ - putInFrontOf: AugmentedSubmittable<(lighter: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + putInFrontOf: AugmentedSubmittable<(lighter: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * Same as [`Pallet::put_in_front_of`], but it can be called by anyone. * * Fee is paid by the origin under all circumstances. **/ - putInFrontOfOther: AugmentedSubmittable<(heavier: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, lighter: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress, MultiAddress]>; + putInFrontOfOther: AugmentedSubmittable<(heavier: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, lighter: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, PezspRuntimeMultiAddress]>; /** * Declare that some `dislocated` account has, through rewards or penalties, sufficiently * changed its score that it should properly fall into a different bag than its current @@ -6825,7 +6825,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * If `dislocated` does not exists, it returns an error. **/ - rebag: AugmentedSubmittable<(dislocated: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + rebag: AugmentedSubmittable<(dislocated: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * Generic tx **/ diff --git a/packages/api-augment/src/assetHubPezkuwi/consts.ts b/packages/api-augment/src/assetHubPezkuwi/consts.ts index 466226c..67383a1 100644 --- a/packages/api-augment/src/assetHubPezkuwi/consts.ts +++ b/packages/api-augment/src/assetHubPezkuwi/consts.ts @@ -8,8 +8,7 @@ import '@pezkuwi/api-base/types/consts'; import type { ApiTypes, AugmentedConst } from '@pezkuwi/api-base/types'; import type { Bytes, Option, Vec, u128, u16, u32, u64, u8 } from '@pezkuwi/types-codec'; import type { Codec, ITuple } from '@pezkuwi/types-codec/types'; -import type { AccountId32, Perbill, Permill } from '@pezkuwi/types/interfaces/runtime'; -import type { PezframeSupportPezpalletId, PezframeSystemLimitsBlockLength, PezframeSystemLimitsBlockWeights, PezpalletReferendaTrackDetails, PezspVersionRuntimeVersion, PezspWeightsRuntimeDbWeight, PezspWeightsWeightV2Weight, StagingXcmV5Junctions, StagingXcmV5Location } from '@pezkuwi/types/lookup'; +import type { PezframeSupportPezpalletId, PezframeSystemLimitsBlockLength, PezframeSystemLimitsBlockWeights, PezpalletReferendaTrackDetails, PezspCoreCryptoAccountId32, PezspVersionRuntimeVersion, PezspWeightsRuntimeDbWeight, PezspWeightsWeightV2Weight, StagingXcmV5Junctions, StagingXcmV5Location } from '@pezkuwi/types/lookup'; export type __AugmentedConst = AugmentedConst; @@ -19,7 +18,7 @@ declare module '@pezkuwi/api-base/types/consts' { /** * A fee to withdraw the liquidity. **/ - liquidityWithdrawalFee: Permill & AugmentedConst; + liquidityWithdrawalFee: u32 & AugmentedConst; /** * A % the liquidity providers will take of every swap. Represents 10ths of a percent. **/ @@ -170,7 +169,7 @@ declare module '@pezkuwi/api-base/types/consts' { * This deposit has optional upper and lower bounds with `CuratorDepositMax` and * `CuratorDepositMin`. **/ - curatorDepositMultiplier: Permill & AugmentedConst; + curatorDepositMultiplier: u32 & AugmentedConst; /** * The amount held on deposit per byte within the tip report reason or bounty description. **/ @@ -228,7 +227,7 @@ declare module '@pezkuwi/api-base/types/consts' { /** * Gets this pallet's derived pot account. **/ - potAccount: AccountId32 & AugmentedConst; + potAccount: PezspCoreCryptoAccountId32 & AugmentedConst; /** * Account Identifier from which the internal Pot is generated. **/ @@ -266,7 +265,7 @@ declare module '@pezkuwi/api-base/types/consts' { /** * Fraction of the slash that is rewarded to the caller of pending slash to the agent. **/ - slashRewardFraction: Perbill & AugmentedConst; + slashRewardFraction: u32 & AugmentedConst; /** * Generic const **/ @@ -418,7 +417,7 @@ declare module '@pezkuwi/api-base/types/consts' { * The minimum amount of improvement to the solution score that defines a solution as * "better". **/ - solutionImprovementThreshold: Perbill & AugmentedConst; + solutionImprovementThreshold: u32 & AugmentedConst; /** * Generic const **/ @@ -938,7 +937,7 @@ declare module '@pezkuwi/api-base/types/consts' { /** * Percentage of spare funds (if any) that are burnt per spend period. **/ - burn: Permill & AugmentedConst; + burn: u32 & AugmentedConst; /** * DEPRECATED: associated with `spend_local` call and will be removed in May 2025. * Refer to for migration to `spend`. @@ -959,7 +958,7 @@ declare module '@pezkuwi/api-base/types/consts' { /** * Gets this pallet's derived pot account. **/ - potAccount: AccountId32 & AugmentedConst; + potAccount: PezspCoreCryptoAccountId32 & AugmentedConst; /** * Period between successive spends. **/ diff --git a/packages/api-augment/src/assetHubPezkuwi/events.ts b/packages/api-augment/src/assetHubPezkuwi/events.ts index 4d2c4dc..4e76b79 100644 --- a/packages/api-augment/src/assetHubPezkuwi/events.ts +++ b/packages/api-augment/src/assetHubPezkuwi/events.ts @@ -8,16 +8,16 @@ import '@pezkuwi/api-base/types/events'; import type { ApiTypes, AugmentedEvent } from '@pezkuwi/api-base/types'; import type { Bytes, Null, Option, Result, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@pezkuwi/types-codec'; import type { ITuple } from '@pezkuwi/types-codec/types'; -import type { AccountId32, H256, Perbill, Permill } from '@pezkuwi/types/interfaces/runtime'; -import type { AssetHubPezkuwiRuntimeProxyType, AssetHubPezkuwiRuntimeRuntimeParametersKey, AssetHubPezkuwiRuntimeRuntimeParametersValue, AssetHubPezkuwiRuntimeRuntimeTask, PezcumulusPrimitivesCoreAggregateMessageOrigin, PezframeSupportDispatchPostDispatchInfo, PezframeSupportMessagesProcessMessageError, PezframeSupportPreimagesBounded, PezframeSupportTokensMiscBalanceStatus, PezframeSystemDispatchEventInfo, PezkuwiRuntimeCommonClaimsEthereumAddress, PezkuwiRuntimeCommonImplsVersionedLocatableAsset, PezpalletAhMigratorMigrationStage, PezpalletAhMigratorPezpalletEventName, PezpalletBalancesUnexpectedKind, PezpalletConvictionVotingTally, PezpalletConvictionVotingVoteAccountVote, PezpalletElectionProviderMultiBlockPhase, PezpalletElectionProviderMultiBlockVerifierFeasibilityError, PezpalletMultisigTimepoint, PezpalletNftsAttributeNamespace, PezpalletNftsPezpalletAttributes, PezpalletNftsPriceWithDirection, PezpalletNominationPoolsClaimPermission, PezpalletNominationPoolsCommissionChangeRate, PezpalletNominationPoolsCommissionClaimPermission, PezpalletNominationPoolsPoolState, PezpalletProxyDepositKind, PezpalletRcMigratorQueuePriority, PezpalletStakingAsyncForcing, PezpalletStakingAsyncPezpalletUnexpectedKind, PezpalletStakingAsyncRcClientUnexpectedKind, PezpalletStakingAsyncRewardDestination, PezpalletStakingAsyncValidatorPrefs, PezpalletStateTrieMigrationError, PezpalletStateTrieMigrationMigrationCompute, PezspNposElectionsElectionScore, PezspRuntimeDispatchError, PezspRuntimeDispatchErrorWithPostInfo, PezspWeightsWeightV2Weight, SnowbridgeCoreOperatingModeBasicOperatingMode, StagingXcmV5AssetAssets, StagingXcmV5Location, StagingXcmV5Response, StagingXcmV5TraitsOutcome, StagingXcmV5Xcm, TeyrchainsCommonPayVersionedLocatableAccount, XcmV3TraitsSendError, XcmV5TraitsError, XcmVersionedAssets, XcmVersionedLocation } from '@pezkuwi/types/lookup'; +import type { H256 } from '@pezkuwi/types/interfaces/runtime'; +import type { AssetHubPezkuwiRuntimeProxyType, AssetHubPezkuwiRuntimeRuntimeParametersKey, AssetHubPezkuwiRuntimeRuntimeParametersValue, AssetHubPezkuwiRuntimeRuntimeTask, PezcumulusPrimitivesCoreAggregateMessageOrigin, PezframeSupportDispatchPostDispatchInfo, PezframeSupportMessagesProcessMessageError, PezframeSupportPreimagesBounded, PezframeSupportTokensMiscBalanceStatus, PezframeSystemDispatchEventInfo, PezkuwiRuntimeCommonClaimsEthereumAddress, PezkuwiRuntimeCommonImplsVersionedLocatableAsset, PezpalletAhMigratorMigrationStage, PezpalletAhMigratorPezpalletEventName, PezpalletBalancesUnexpectedKind, PezpalletConvictionVotingTally, PezpalletConvictionVotingVoteAccountVote, PezpalletElectionProviderMultiBlockPhase, PezpalletElectionProviderMultiBlockVerifierFeasibilityError, PezpalletMultisigTimepoint, PezpalletNftsAttributeNamespace, PezpalletNftsPezpalletAttributes, PezpalletNftsPriceWithDirection, PezpalletNominationPoolsClaimPermission, PezpalletNominationPoolsCommissionChangeRate, PezpalletNominationPoolsCommissionClaimPermission, PezpalletNominationPoolsPoolState, PezpalletProxyDepositKind, PezpalletRcMigratorQueuePriority, PezpalletStakingAsyncForcing, PezpalletStakingAsyncPezpalletUnexpectedKind, PezpalletStakingAsyncRcClientUnexpectedKind, PezpalletStakingAsyncRewardDestination, PezpalletStakingAsyncValidatorPrefs, PezpalletStateTrieMigrationError, PezpalletStateTrieMigrationMigrationCompute, PezspCoreCryptoAccountId32, PezspNposElectionsElectionScore, PezspRuntimeDispatchError, PezspRuntimeDispatchErrorWithPostInfo, PezspWeightsWeightV2Weight, SnowbridgeCoreOperatingModeBasicOperatingMode, StagingXcmV5AssetAssets, StagingXcmV5Location, StagingXcmV5Response, StagingXcmV5TraitsOutcome, StagingXcmV5Xcm, TeyrchainsCommonPayVersionedLocatableAccount, XcmV3TraitsSendError, XcmV5TraitsError, XcmVersionedAssets, XcmVersionedLocation } from '@pezkuwi/types/lookup'; export type __AugmentedEvent = AugmentedEvent; declare module '@pezkuwi/api-base/types/events' { interface AugmentedEvents { ahMigrator: { - AccountTranslatedParachainSovereign: AugmentedEvent; - AccountTranslatedParachainSovereignDerived: AugmentedEvent; + AccountTranslatedParachainSovereign: AugmentedEvent; + AccountTranslatedParachainSovereignDerived: AugmentedEvent; /** * The Asset Hub Migration finished. * @@ -62,15 +62,15 @@ declare module '@pezkuwi/api-base/types/events' { /** * Failed to unreserve a multisig deposit. **/ - FailedToUnreserveMultisigDeposit: AugmentedEvent; + FailedToUnreserveMultisigDeposit: AugmentedEvent; /** * Failed to unreserve a legacy status preimage deposit. **/ - FailedToUnreservePreimageDeposit: AugmentedEvent; + FailedToUnreservePreimageDeposit: AugmentedEvent; /** * The manager account id was set. **/ - ManagerSet: AugmentedEvent, new_: Option], { old: Option, new_: Option }>; + ManagerSet: AugmentedEvent, new_: Option], { old: Option, new_: Option }>; /** * A referendum was cancelled because it could not be mapped. **/ @@ -92,16 +92,16 @@ declare module '@pezkuwi/api-base/types/events' { /** * Some amount for a crowdloan reserve could not be unreserved and needs manual cleanup. **/ - CrowdloanUnreserveRemaining: AugmentedEvent; + CrowdloanUnreserveRemaining: AugmentedEvent; /** * Some lease reserve could not be unreserved and needs manual cleanup. **/ - LeaseUnreserveRemaining: AugmentedEvent; + LeaseUnreserveRemaining: AugmentedEvent; /** * A sovereign parachain account has been migrated from its child to sibling * representation. **/ - SovereignMigrated: AugmentedEvent], { paraId: u32, from: AccountId32, to: AccountId32, derivationIndex: Option }>; + SovereignMigrated: AugmentedEvent], { paraId: u32, from: PezspCoreCryptoAccountId32, to: PezspCoreCryptoAccountId32, derivationIndex: Option }>; /** * Generic event **/ @@ -111,15 +111,15 @@ declare module '@pezkuwi/api-base/types/events' { /** * A successful call of the `AddLiquidity` extrinsic will create this event. **/ - LiquidityAdded: AugmentedEvent, amount1Provided: u128, amount2Provided: u128, lpToken: u32, lpTokenMinted: u128], { who: AccountId32, mintTo: AccountId32, poolId: ITuple<[StagingXcmV5Location, StagingXcmV5Location]>, amount1Provided: u128, amount2Provided: u128, lpToken: u32, lpTokenMinted: u128 }>; + LiquidityAdded: AugmentedEvent, amount1Provided: u128, amount2Provided: u128, lpToken: u32, lpTokenMinted: u128], { who: PezspCoreCryptoAccountId32, mintTo: PezspCoreCryptoAccountId32, poolId: ITuple<[StagingXcmV5Location, StagingXcmV5Location]>, amount1Provided: u128, amount2Provided: u128, lpToken: u32, lpTokenMinted: u128 }>; /** * A successful call of the `RemoveLiquidity` extrinsic will create this event. **/ - LiquidityRemoved: AugmentedEvent, amount1: u128, amount2: u128, lpToken: u32, lpTokenBurned: u128, withdrawalFee: Permill], { who: AccountId32, withdrawTo: AccountId32, poolId: ITuple<[StagingXcmV5Location, StagingXcmV5Location]>, amount1: u128, amount2: u128, lpToken: u32, lpTokenBurned: u128, withdrawalFee: Permill }>; + LiquidityRemoved: AugmentedEvent, amount1: u128, amount2: u128, lpToken: u32, lpTokenBurned: u128, withdrawalFee: u32], { who: PezspCoreCryptoAccountId32, withdrawTo: PezspCoreCryptoAccountId32, poolId: ITuple<[StagingXcmV5Location, StagingXcmV5Location]>, amount1: u128, amount2: u128, lpToken: u32, lpTokenBurned: u128, withdrawalFee: u32 }>; /** * A successful call of the `CreatePool` extrinsic will create this event. **/ - PoolCreated: AugmentedEvent, poolAccount: AccountId32, lpToken: u32], { creator: AccountId32, poolId: ITuple<[StagingXcmV5Location, StagingXcmV5Location]>, poolAccount: AccountId32, lpToken: u32 }>; + PoolCreated: AugmentedEvent, poolAccount: PezspCoreCryptoAccountId32, lpToken: u32], { creator: PezspCoreCryptoAccountId32, poolId: ITuple<[StagingXcmV5Location, StagingXcmV5Location]>, poolAccount: PezspCoreCryptoAccountId32, lpToken: u32 }>; /** * Assets have been converted from one to another. **/ @@ -128,11 +128,11 @@ declare module '@pezkuwi/api-base/types/events' { * Assets have been converted from one to another. Both `SwapExactTokenForToken` * and `SwapTokenForExactToken` will generate this event. **/ - SwapExecuted: AugmentedEvent>], { who: AccountId32, sendTo: AccountId32, amountIn: u128, amountOut: u128, path: Vec> }>; + SwapExecuted: AugmentedEvent>], { who: PezspCoreCryptoAccountId32, sendTo: PezspCoreCryptoAccountId32, amountIn: u128, amountOut: u128, path: Vec> }>; /** * Pool has been touched in order to fulfill operational requirements. **/ - Touched: AugmentedEvent, who: AccountId32], { poolId: ITuple<[StagingXcmV5Location, StagingXcmV5Location]>, who: AccountId32 }>; + Touched: AugmentedEvent, who: PezspCoreCryptoAccountId32], { poolId: ITuple<[StagingXcmV5Location, StagingXcmV5Location]>, who: PezspCoreCryptoAccountId32 }>; /** * Generic event **/ @@ -155,7 +155,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * An approval for account `delegate` was cancelled by `owner`. **/ - ApprovalCancelled: AugmentedEvent; + ApprovalCancelled: AugmentedEvent; /** * Approvals were destroyed for given asset. **/ @@ -163,7 +163,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * (Additional) funds have been approved for transfer to a destination account. **/ - ApprovedTransfer: AugmentedEvent; + ApprovedTransfer: AugmentedEvent; /** * Some asset `asset_id` was frozen. **/ @@ -183,19 +183,19 @@ declare module '@pezkuwi/api-base/types/events' { /** * Some account `who` was blocked. **/ - Blocked: AugmentedEvent; + Blocked: AugmentedEvent; /** * Some assets were destroyed. **/ - Burned: AugmentedEvent; + Burned: AugmentedEvent; /** * Some asset class was created. **/ - Created: AugmentedEvent; + Created: AugmentedEvent; /** * Some assets were deposited (e.g. for transaction fees). **/ - Deposited: AugmentedEvent; + Deposited: AugmentedEvent; /** * An asset class was destroyed. **/ @@ -207,15 +207,15 @@ declare module '@pezkuwi/api-base/types/events' { /** * Some asset class was force-created. **/ - ForceCreated: AugmentedEvent; + ForceCreated: AugmentedEvent; /** * Some account `who` was frozen. **/ - Frozen: AugmentedEvent; + Frozen: AugmentedEvent; /** * Some assets were issued. **/ - Issued: AugmentedEvent; + Issued: AugmentedEvent; /** * Metadata has been cleared for an asset. **/ @@ -227,32 +227,32 @@ declare module '@pezkuwi/api-base/types/events' { /** * The owner changed. **/ - OwnerChanged: AugmentedEvent; + OwnerChanged: AugmentedEvent; /** * The management team changed. **/ - TeamChanged: AugmentedEvent; + TeamChanged: AugmentedEvent; /** * Some account `who` was thawed. **/ - Thawed: AugmentedEvent; + Thawed: AugmentedEvent; /** * Some account `who` was created with a deposit from `depositor`. **/ - Touched: AugmentedEvent; + Touched: AugmentedEvent; /** * Some assets were transferred. **/ - Transferred: AugmentedEvent; + Transferred: AugmentedEvent; /** * An `amount` was transferred in its entirety from `owner` to `destination` by * the approved `delegate`. **/ - TransferredApproved: AugmentedEvent; + TransferredApproved: AugmentedEvent; /** * Some assets were withdrawn from the account (e.g. for transaction fees). **/ - Withdrawn: AugmentedEvent; + Withdrawn: AugmentedEvent; /** * Generic event **/ @@ -267,7 +267,7 @@ declare module '@pezkuwi/api-base/types/events' { * A transaction fee `actual_fee`, of which `tip` was added to the minimum inclusion fee, * has been paid by `who` in an asset `asset_id`. **/ - AssetTxFeePaid: AugmentedEvent; + AssetTxFeePaid: AugmentedEvent; /** * Generic event **/ @@ -277,28 +277,28 @@ declare module '@pezkuwi/api-base/types/events' { /** * A balance was set by root. **/ - BalanceSet: AugmentedEvent; + BalanceSet: AugmentedEvent; /** * Some amount was burned from an account. **/ - Burned: AugmentedEvent; + Burned: AugmentedEvent; /** * Some amount was deposited (e.g. for transaction fees). **/ - Deposit: AugmentedEvent; + Deposit: AugmentedEvent; /** * An account was removed whose balance was non-zero but below ExistentialDeposit, * resulting in an outright loss. **/ - DustLost: AugmentedEvent; + DustLost: AugmentedEvent; /** * An account was created with some free balance. **/ - Endowed: AugmentedEvent; + Endowed: AugmentedEvent; /** * Some balance was frozen. **/ - Frozen: AugmentedEvent; + Frozen: AugmentedEvent; /** * Total issuance was increased by `amount`, creating a credit to be balanced. **/ @@ -306,11 +306,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * Some balance was locked. **/ - Locked: AugmentedEvent; + Locked: AugmentedEvent; /** * Some amount was minted into an account. **/ - Minted: AugmentedEvent; + Minted: AugmentedEvent; /** * Total issuance was decreased by `amount`, creating a debt to be balanced. **/ @@ -318,28 +318,28 @@ declare module '@pezkuwi/api-base/types/events' { /** * Some balance was reserved (moved from free to reserved). **/ - Reserved: AugmentedEvent; + Reserved: AugmentedEvent; /** * Some balance was moved from the reserve of the first account to the second account. * Final argument indicates the destination balance type. **/ - ReserveRepatriated: AugmentedEvent; + ReserveRepatriated: AugmentedEvent; /** * Some amount was restored into an account. **/ - Restored: AugmentedEvent; + Restored: AugmentedEvent; /** * Some amount was removed from the account (e.g. for misbehavior). **/ - Slashed: AugmentedEvent; + Slashed: AugmentedEvent; /** * Some amount was suspended from an account (it can be restored later). **/ - Suspended: AugmentedEvent; + Suspended: AugmentedEvent; /** * Some balance was thawed. **/ - Thawed: AugmentedEvent; + Thawed: AugmentedEvent; /** * The `TotalIssuance` was forcefully changed. **/ @@ -347,7 +347,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * Transfer succeeded. **/ - Transfer: AugmentedEvent; + Transfer: AugmentedEvent; /** * An unexpected/defensive event was triggered. **/ @@ -355,19 +355,19 @@ declare module '@pezkuwi/api-base/types/events' { /** * Some balance was unlocked. **/ - Unlocked: AugmentedEvent; + Unlocked: AugmentedEvent; /** * Some balance was unreserved (moved from reserved to free). **/ - Unreserved: AugmentedEvent; + Unreserved: AugmentedEvent; /** * An account was upgraded. **/ - Upgraded: AugmentedEvent; + Upgraded: AugmentedEvent; /** * Some amount was withdrawn from the account (e.g. for transaction fees). **/ - Withdraw: AugmentedEvent; + Withdraw: AugmentedEvent; /** * Generic event **/ @@ -381,7 +381,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A bounty is awarded to a beneficiary. **/ - BountyAwarded: AugmentedEvent; + BountyAwarded: AugmentedEvent; /** * A bounty proposal is funded and became active. **/ @@ -393,7 +393,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A bounty is claimed by beneficiary. **/ - BountyClaimed: AugmentedEvent; + BountyClaimed: AugmentedEvent; /** * A bounty expiry is extended. **/ @@ -409,11 +409,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * A bounty curator is accepted. **/ - CuratorAccepted: AugmentedEvent; + CuratorAccepted: AugmentedEvent; /** * A bounty curator is proposed. **/ - CuratorProposed: AugmentedEvent; + CuratorProposed: AugmentedEvent; /** * A bounty curator is unassigned. **/ @@ -421,7 +421,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A bounty deposit has been poked. **/ - DepositPoked: AugmentedEvent; + DepositPoked: AugmentedEvent; /** * Generic event **/ @@ -435,7 +435,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A child-bounty is awarded to a beneficiary. **/ - Awarded: AugmentedEvent; + Awarded: AugmentedEvent; /** * A child-bounty is cancelled. **/ @@ -443,7 +443,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A child-bounty is claimed by beneficiary. **/ - Claimed: AugmentedEvent; + Claimed: AugmentedEvent; /** * Generic event **/ @@ -453,7 +453,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * Someone claimed some DOTs. **/ - Claimed: AugmentedEvent; + Claimed: AugmentedEvent; /** * Generic event **/ @@ -463,32 +463,32 @@ declare module '@pezkuwi/api-base/types/events' { /** * A new candidate joined. **/ - CandidateAdded: AugmentedEvent; + CandidateAdded: AugmentedEvent; /** * Bond of a candidate updated. **/ - CandidateBondUpdated: AugmentedEvent; + CandidateBondUpdated: AugmentedEvent; /** * A candidate was removed. **/ - CandidateRemoved: AugmentedEvent; + CandidateRemoved: AugmentedEvent; /** * An account was replaced in the candidate list by another one. **/ - CandidateReplaced: AugmentedEvent; + CandidateReplaced: AugmentedEvent; /** * An account was unable to be added to the Invulnerables because they did not have keys * registered. Other Invulnerables may have been set. **/ - InvalidInvulnerableSkipped: AugmentedEvent; + InvalidInvulnerableSkipped: AugmentedEvent; /** * A new Invulnerable was added. **/ - InvulnerableAdded: AugmentedEvent; + InvulnerableAdded: AugmentedEvent; /** * An Invulnerable was removed. **/ - InvulnerableRemoved: AugmentedEvent; + InvulnerableRemoved: AugmentedEvent; /** * The candidacy bond was set. **/ @@ -500,7 +500,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * New Invulnerables were set. **/ - NewInvulnerables: AugmentedEvent], { invulnerables: Vec }>; + NewInvulnerables: AugmentedEvent], { invulnerables: Vec }>; /** * Generic event **/ @@ -510,23 +510,23 @@ declare module '@pezkuwi/api-base/types/events' { /** * An account has delegated their vote to another account. \[who, target\] **/ - Delegated: AugmentedEvent; + Delegated: AugmentedEvent; /** * An \[account\] has cancelled a previous delegation operation. **/ - Undelegated: AugmentedEvent; + Undelegated: AugmentedEvent; /** * An account has voted **/ - Voted: AugmentedEvent; + Voted: AugmentedEvent; /** * A vote has been removed **/ - VoteRemoved: AugmentedEvent; + VoteRemoved: AugmentedEvent; /** * The lockup period of a conviction vote expired, and the funds have been unlocked. **/ - VoteUnlocked: AugmentedEvent; + VoteUnlocked: AugmentedEvent; /** * Generic event **/ @@ -557,19 +557,19 @@ declare module '@pezkuwi/api-base/types/events' { /** * Funds delegated by a delegator. **/ - Delegated: AugmentedEvent; + Delegated: AugmentedEvent; /** * Unclaimed delegation funds migrated to delegator. **/ - MigratedDelegation: AugmentedEvent; + MigratedDelegation: AugmentedEvent; /** * Funds released to a delegator. **/ - Released: AugmentedEvent; + Released: AugmentedEvent; /** * Funds slashed from a delegator. **/ - Slashed: AugmentedEvent; + Slashed: AugmentedEvent; /** * Generic event **/ @@ -583,7 +583,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * An approval for account `delegate` was cancelled by `owner`. **/ - ApprovalCancelled: AugmentedEvent; + ApprovalCancelled: AugmentedEvent; /** * Approvals were destroyed for given asset. **/ @@ -591,7 +591,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * (Additional) funds have been approved for transfer to a destination account. **/ - ApprovedTransfer: AugmentedEvent; + ApprovedTransfer: AugmentedEvent; /** * Some asset `asset_id` was frozen. **/ @@ -611,19 +611,19 @@ declare module '@pezkuwi/api-base/types/events' { /** * Some account `who` was blocked. **/ - Blocked: AugmentedEvent; + Blocked: AugmentedEvent; /** * Some assets were destroyed. **/ - Burned: AugmentedEvent; + Burned: AugmentedEvent; /** * Some asset class was created. **/ - Created: AugmentedEvent; + Created: AugmentedEvent; /** * Some assets were deposited (e.g. for transaction fees). **/ - Deposited: AugmentedEvent; + Deposited: AugmentedEvent; /** * An asset class was destroyed. **/ @@ -635,15 +635,15 @@ declare module '@pezkuwi/api-base/types/events' { /** * Some asset class was force-created. **/ - ForceCreated: AugmentedEvent; + ForceCreated: AugmentedEvent; /** * Some account `who` was frozen. **/ - Frozen: AugmentedEvent; + Frozen: AugmentedEvent; /** * Some assets were issued. **/ - Issued: AugmentedEvent; + Issued: AugmentedEvent; /** * Metadata has been cleared for an asset. **/ @@ -655,32 +655,32 @@ declare module '@pezkuwi/api-base/types/events' { /** * The owner changed. **/ - OwnerChanged: AugmentedEvent; + OwnerChanged: AugmentedEvent; /** * The management team changed. **/ - TeamChanged: AugmentedEvent; + TeamChanged: AugmentedEvent; /** * Some account `who` was thawed. **/ - Thawed: AugmentedEvent; + Thawed: AugmentedEvent; /** * Some account `who` was created with a deposit from `depositor`. **/ - Touched: AugmentedEvent; + Touched: AugmentedEvent; /** * Some assets were transferred. **/ - Transferred: AugmentedEvent; + Transferred: AugmentedEvent; /** * An `amount` was transferred in its entirety from `owner` to `destination` by * the approved `delegate`. **/ - TransferredApproved: AugmentedEvent; + TransferredApproved: AugmentedEvent; /** * Some assets were withdrawn from the account (e.g. for transaction fees). **/ - Withdrawn: AugmentedEvent; + Withdrawn: AugmentedEvent; /** * Generic event **/ @@ -690,11 +690,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * A deposit to reserve an index has been poked/reconsidered. **/ - DepositPoked: AugmentedEvent; + DepositPoked: AugmentedEvent; /** * A account index was assigned. **/ - IndexAssigned: AugmentedEvent; + IndexAssigned: AugmentedEvent; /** * A account index has been freed up (unassigned). **/ @@ -702,7 +702,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A account index has been frozen to its current account ID. **/ - IndexFrozen: AugmentedEvent; + IndexFrozen: AugmentedEvent; /** * Generic event **/ @@ -753,31 +753,31 @@ declare module '@pezkuwi/api-base/types/events' { /** * The given account has bailed. **/ - Bailed: AugmentedEvent; + Bailed: AugmentedEvent; /** * The given account has been discarded. **/ - Discarded: AugmentedEvent; + Discarded: AugmentedEvent; /** * The given solution, for the given round, was ejected. **/ - Ejected: AugmentedEvent; + Ejected: AugmentedEvent; /** * Upcoming submission has been registered for the given account, with the given score. **/ - Registered: AugmentedEvent; + Registered: AugmentedEvent; /** * The given account has been rewarded with the given amount. **/ - Rewarded: AugmentedEvent; + Rewarded: AugmentedEvent; /** * The given account has been slashed with the given amount. **/ - Slashed: AugmentedEvent; + Slashed: AugmentedEvent; /** * A page of solution solution with the given index has been stored for the given account. **/ - Stored: AugmentedEvent; + Stored: AugmentedEvent; /** * Generic event **/ @@ -809,23 +809,23 @@ declare module '@pezkuwi/api-base/types/events' { /** * The deposit for a multisig operation has been updated/poked. **/ - DepositPoked: AugmentedEvent; + DepositPoked: AugmentedEvent; /** * A multisig operation has been approved by someone. **/ - MultisigApproval: AugmentedEvent; + MultisigApproval: AugmentedEvent; /** * A multisig operation has been cancelled. **/ - MultisigCancelled: AugmentedEvent; + MultisigCancelled: AugmentedEvent; /** * A multisig operation has been executed. **/ - MultisigExecuted: AugmentedEvent], { approving: AccountId32, timepoint: PezpalletMultisigTimepoint, multisig: AccountId32, callHash: U8aFixed, result: Result }>; + MultisigExecuted: AugmentedEvent], { approving: PezspCoreCryptoAccountId32, timepoint: PezpalletMultisigTimepoint, multisig: PezspCoreCryptoAccountId32, callHash: U8aFixed, result: Result }>; /** * A new multisig operation has begun. **/ - NewMultisig: AugmentedEvent; + NewMultisig: AugmentedEvent; /** * Generic event **/ @@ -835,12 +835,12 @@ declare module '@pezkuwi/api-base/types/events' { /** * All approvals of an item got cancelled. **/ - AllApprovalsCancelled: AugmentedEvent; + AllApprovalsCancelled: AugmentedEvent; /** * An approval for a `delegate` account to transfer the `item` of an item * `collection` was cancelled by its `owner`. **/ - ApprovalCancelled: AugmentedEvent; + ApprovalCancelled: AugmentedEvent; /** * Attribute metadata has been cleared for a `collection` or `item`. **/ @@ -852,7 +852,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * An `item` was destroyed. **/ - Burned: AugmentedEvent; + Burned: AugmentedEvent; /** * A `collection` has had its config changed by the `Force` origin. **/ @@ -880,7 +880,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A `collection` was created. **/ - Created: AugmentedEvent; + Created: AugmentedEvent; /** * A `collection` was destroyed. **/ @@ -888,23 +888,23 @@ declare module '@pezkuwi/api-base/types/events' { /** * A `collection` was force-created. **/ - ForceCreated: AugmentedEvent; + ForceCreated: AugmentedEvent; /** * An `item` was issued. **/ - Issued: AugmentedEvent; + Issued: AugmentedEvent; /** * A new approval to modify item attributes was added. **/ - ItemAttributesApprovalAdded: AugmentedEvent; + ItemAttributesApprovalAdded: AugmentedEvent; /** * A new approval to modify item attributes was removed. **/ - ItemAttributesApprovalRemoved: AugmentedEvent; + ItemAttributesApprovalRemoved: AugmentedEvent; /** * An item was bought. **/ - ItemBought: AugmentedEvent; + ItemBought: AugmentedEvent; /** * Metadata has been cleared for an item. **/ @@ -920,7 +920,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * The price was set for the item. **/ - ItemPriceSet: AugmentedEvent], { collection: u32, item: u32, price: u128, whitelistedBuyer: Option }>; + ItemPriceSet: AugmentedEvent], { collection: u32, item: u32, price: u128, whitelistedBuyer: Option }>; /** * `item` metadata or attributes were locked. **/ @@ -940,11 +940,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * The owner changed. **/ - OwnerChanged: AugmentedEvent; + OwnerChanged: AugmentedEvent; /** * Ownership acceptance has changed for an account. **/ - OwnershipAcceptanceChanged: AugmentedEvent], { who: AccountId32, maybeCollection: Option }>; + OwnershipAcceptanceChanged: AugmentedEvent], { who: PezspCoreCryptoAccountId32, maybeCollection: Option }>; /** * A new attribute in the `Pallet` namespace was set for the `collection` or an `item` * within that `collection`. @@ -965,7 +965,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * The swap has been claimed. **/ - SwapClaimed: AugmentedEvent, deadline: u32], { sentCollection: u32, sentItem: u32, sentItemOwner: AccountId32, receivedCollection: u32, receivedItem: u32, receivedItemOwner: AccountId32, price: Option, deadline: u32 }>; + SwapClaimed: AugmentedEvent, deadline: u32], { sentCollection: u32, sentItem: u32, sentItemOwner: PezspCoreCryptoAccountId32, receivedCollection: u32, receivedItem: u32, receivedItemOwner: PezspCoreCryptoAccountId32, price: Option, deadline: u32 }>; /** * An `item` swap intent was created. **/ @@ -973,20 +973,20 @@ declare module '@pezkuwi/api-base/types/events' { /** * The management team changed. **/ - TeamChanged: AugmentedEvent, admin: Option, freezer: Option], { collection: u32, issuer: Option, admin: Option, freezer: Option }>; + TeamChanged: AugmentedEvent, admin: Option, freezer: Option], { collection: u32, issuer: Option, admin: Option, freezer: Option }>; /** * A tip was sent. **/ - TipSent: AugmentedEvent; + TipSent: AugmentedEvent; /** * An `item` of a `collection` has been approved by the `owner` for transfer by * a `delegate`. **/ - TransferApproved: AugmentedEvent], { collection: u32, item: u32, owner: AccountId32, delegate: AccountId32, deadline: Option }>; + TransferApproved: AugmentedEvent], { collection: u32, item: u32, owner: PezspCoreCryptoAccountId32, delegate: PezspCoreCryptoAccountId32, deadline: Option }>; /** * An `item` was transferred. **/ - Transferred: AugmentedEvent; + Transferred: AugmentedEvent; /** * Generic event **/ @@ -996,11 +996,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * A member has became bonded in a pool. **/ - Bonded: AugmentedEvent; + Bonded: AugmentedEvent; /** * A pool has been created. **/ - Created: AugmentedEvent; + Created: AugmentedEvent; /** * A pool has been destroyed. **/ @@ -1008,11 +1008,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * Global parameters regulating nomination pools have been updated. **/ - GlobalParamsUpdated: AugmentedEvent, maxMembers: Option, maxMembersPerPool: Option, globalMaxCommission: Option], { minJoinBond: u128, minCreateBond: u128, maxPools: Option, maxMembers: Option, maxMembersPerPool: Option, globalMaxCommission: Option }>; + GlobalParamsUpdated: AugmentedEvent, maxMembers: Option, maxMembersPerPool: Option, globalMaxCommission: Option], { minJoinBond: u128, minCreateBond: u128, maxPools: Option, maxMembers: Option, maxMembersPerPool: Option, globalMaxCommission: Option }>; /** * A pool member's claim permission has been updated. **/ - MemberClaimPermissionUpdated: AugmentedEvent; + MemberClaimPermissionUpdated: AugmentedEvent; /** * A member has been removed from a pool. * @@ -1020,11 +1020,11 @@ declare module '@pezkuwi/api-base/types/events' { * Any funds that are still delegated (i.e. dangling delegation) are released and are * represented by `released_balance`. **/ - MemberRemoved: AugmentedEvent; + MemberRemoved: AugmentedEvent; /** * A pool's metadata was updated. **/ - MetadataUpdated: AugmentedEvent; + MetadataUpdated: AugmentedEvent; /** * Topped up deficit in frozen ED of the reward pool. **/ @@ -1036,7 +1036,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A payout has been made to a member. **/ - PaidOut: AugmentedEvent; + PaidOut: AugmentedEvent; /** * A pool's commission `change_rate` has been changed. **/ @@ -1052,20 +1052,20 @@ declare module '@pezkuwi/api-base/types/events' { /** * A pool's commission setting has been changed. **/ - PoolCommissionUpdated: AugmentedEvent>], { poolId: u32, current: Option> }>; + PoolCommissionUpdated: AugmentedEvent>], { poolId: u32, current: Option> }>; /** * A pool's maximum commission setting has been changed. **/ - PoolMaxCommissionUpdated: AugmentedEvent; + PoolMaxCommissionUpdated: AugmentedEvent; /** * A pool's nominating account (or the pool's root account) has nominated a validator set * on behalf of the pool. **/ - PoolNominationMade: AugmentedEvent; + PoolNominationMade: AugmentedEvent; /** * The pool is chilled i.e. no longer nominating. **/ - PoolNominatorChilled: AugmentedEvent; + PoolNominatorChilled: AugmentedEvent; /** * The active balance of pool `pool_id` has been slashed to `balance`. **/ @@ -1074,7 +1074,7 @@ declare module '@pezkuwi/api-base/types/events' { * The roles of a pool have been updated to the given new roles. Note that the depositor * can never change. **/ - RolesUpdated: AugmentedEvent, bouncer: Option, nominator: Option], { root: Option, bouncer: Option, nominator: Option }>; + RolesUpdated: AugmentedEvent, bouncer: Option, nominator: Option], { root: Option, bouncer: Option, nominator: Option }>; /** * The state of a pool has changed **/ @@ -1092,7 +1092,7 @@ declare module '@pezkuwi/api-base/types/events' { * number of points that are issued in the unbonding pool will be less than the amount * requested to be unbonded. **/ - Unbonded: AugmentedEvent; + Unbonded: AugmentedEvent; /** * The unbond pool at `era` of pool `pool_id` has been slashed to `balance`. **/ @@ -1105,7 +1105,7 @@ declare module '@pezkuwi/api-base/types/events' { * Similar to `Unbonded` event, in the absence of slashing, the ratio of point to balance * will be 1. **/ - Withdrawn: AugmentedEvent; + Withdrawn: AugmentedEvent; /** * Generic event **/ @@ -1316,7 +1316,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * An approval for account `delegate` was cancelled by `owner`. **/ - ApprovalCancelled: AugmentedEvent; + ApprovalCancelled: AugmentedEvent; /** * Approvals were destroyed for given asset. **/ @@ -1324,7 +1324,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * (Additional) funds have been approved for transfer to a destination account. **/ - ApprovedTransfer: AugmentedEvent; + ApprovedTransfer: AugmentedEvent; /** * Some asset `asset_id` was frozen. **/ @@ -1344,19 +1344,19 @@ declare module '@pezkuwi/api-base/types/events' { /** * Some account `who` was blocked. **/ - Blocked: AugmentedEvent; + Blocked: AugmentedEvent; /** * Some assets were destroyed. **/ - Burned: AugmentedEvent; + Burned: AugmentedEvent; /** * Some asset class was created. **/ - Created: AugmentedEvent; + Created: AugmentedEvent; /** * Some assets were deposited (e.g. for transaction fees). **/ - Deposited: AugmentedEvent; + Deposited: AugmentedEvent; /** * An asset class was destroyed. **/ @@ -1368,15 +1368,15 @@ declare module '@pezkuwi/api-base/types/events' { /** * Some asset class was force-created. **/ - ForceCreated: AugmentedEvent; + ForceCreated: AugmentedEvent; /** * Some account `who` was frozen. **/ - Frozen: AugmentedEvent; + Frozen: AugmentedEvent; /** * Some assets were issued. **/ - Issued: AugmentedEvent; + Issued: AugmentedEvent; /** * Metadata has been cleared for an asset. **/ @@ -1388,32 +1388,32 @@ declare module '@pezkuwi/api-base/types/events' { /** * The owner changed. **/ - OwnerChanged: AugmentedEvent; + OwnerChanged: AugmentedEvent; /** * The management team changed. **/ - TeamChanged: AugmentedEvent; + TeamChanged: AugmentedEvent; /** * Some account `who` was thawed. **/ - Thawed: AugmentedEvent; + Thawed: AugmentedEvent; /** * Some account `who` was created with a deposit from `depositor`. **/ - Touched: AugmentedEvent; + Touched: AugmentedEvent; /** * Some assets were transferred. **/ - Transferred: AugmentedEvent; + Transferred: AugmentedEvent; /** * An `amount` was transferred in its entirety from `owner` to `destination` by * the approved `delegate`. **/ - TransferredApproved: AugmentedEvent; + TransferredApproved: AugmentedEvent; /** * Some assets were withdrawn from the account (e.g. for transaction fees). **/ - Withdrawn: AugmentedEvent; + Withdrawn: AugmentedEvent; /** * Generic event **/ @@ -1441,15 +1441,15 @@ declare module '@pezkuwi/api-base/types/events' { /** * An announcement was placed to make a call in the future. **/ - Announced: AugmentedEvent; + Announced: AugmentedEvent; /** * A deposit stored for proxies or announcements was poked / updated. **/ - DepositPoked: AugmentedEvent; + DepositPoked: AugmentedEvent; /** * A proxy was added. **/ - ProxyAdded: AugmentedEvent; + ProxyAdded: AugmentedEvent; /** * A proxy was executed correctly, with the given. **/ @@ -1457,16 +1457,16 @@ declare module '@pezkuwi/api-base/types/events' { /** * A proxy was removed. **/ - ProxyRemoved: AugmentedEvent; + ProxyRemoved: AugmentedEvent; /** * A pure account has been created by new proxy with given * disambiguation index and proxy type. **/ - PureCreated: AugmentedEvent; + PureCreated: AugmentedEvent; /** * A pure proxy was killed by its spawner. **/ - PureKilled: AugmentedEvent; + PureKilled: AugmentedEvent; /** * Generic event **/ @@ -1490,11 +1490,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * The decision deposit has been placed. **/ - DecisionDepositPlaced: AugmentedEvent; + DecisionDepositPlaced: AugmentedEvent; /** * The decision deposit has been refunded. **/ - DecisionDepositRefunded: AugmentedEvent; + DecisionDepositRefunded: AugmentedEvent; /** * A referendum has moved into the deciding phase. **/ @@ -1502,7 +1502,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A deposit has been slashed. **/ - DepositSlashed: AugmentedEvent; + DepositSlashed: AugmentedEvent; /** * A referendum has been killed. **/ @@ -1522,7 +1522,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * The submission deposit has been refunded. **/ - SubmissionDepositRefunded: AugmentedEvent; + SubmissionDepositRefunded: AugmentedEvent; /** * A referendum has been submitted. **/ @@ -1597,11 +1597,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * Validator has been disabled. **/ - ValidatorDisabled: AugmentedEvent; + ValidatorDisabled: AugmentedEvent; /** * Validator has been re-enabled. **/ - ValidatorReenabled: AugmentedEvent; + ValidatorReenabled: AugmentedEvent; /** * Generic event **/ @@ -1628,11 +1628,11 @@ declare module '@pezkuwi/api-base/types/events' { * NOTE: This event is only emitted when funds are bonded via a dispatchable. Notably, * it will not be emitted for staking rewards when they are added to stake. **/ - Bonded: AugmentedEvent; + Bonded: AugmentedEvent; /** * An account has stopped participating as either a validator or nominator. **/ - Chilled: AugmentedEvent; + Chilled: AugmentedEvent; /** * Report of a controller batch deprecation. **/ @@ -1641,7 +1641,7 @@ declare module '@pezkuwi/api-base/types/events' { * Staking balance migrated from locks to holds, with any balance that could not be held * is force withdrawn. **/ - CurrencyMigrated: AugmentedEvent; + CurrencyMigrated: AugmentedEvent; /** * The era payout has been set; the first balance is the validator-payout; the second is * the remainder from the maximum amount of reward. @@ -1655,16 +1655,16 @@ declare module '@pezkuwi/api-base/types/events' { /** * A nominator has been kicked from a validator. **/ - Kicked: AugmentedEvent; + Kicked: AugmentedEvent; /** * An offence for the given validator, for the given percentage of their stake, at the * given era as been reported. **/ - OffenceReported: AugmentedEvent; + OffenceReported: AugmentedEvent; /** * An offence was reported that was too old to be processed, and thus was dropped. **/ - OffenceTooOld: AugmentedEvent; + OffenceTooOld: AugmentedEvent; /** * An old slashing report from a prior era was discarded because it could * not be processed. @@ -1685,11 +1685,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * A Page of stakers rewards are getting paid. `next` is `None` if all pages are claimed. **/ - PayoutStarted: AugmentedEvent], { eraIndex: u32, validatorStash: AccountId32, page: u32, next: Option }>; + PayoutStarted: AugmentedEvent], { eraIndex: u32, validatorStash: PezspCoreCryptoAccountId32, page: u32, next: Option }>; /** * The nominator has been rewarded by this amount to this destination. **/ - Rewarded: AugmentedEvent; + Rewarded: AugmentedEvent; /** * Session change has been triggered. * @@ -1700,15 +1700,15 @@ declare module '@pezkuwi/api-base/types/events' { /** * An unapplied slash has been cancelled. **/ - SlashCancelled: AugmentedEvent; + SlashCancelled: AugmentedEvent; /** * An offence has been processed and the corresponding slash has been computed. **/ - SlashComputed: AugmentedEvent; + SlashComputed: AugmentedEvent; /** * A staker (validator or nominator) has been slashed by the given amount. **/ - Slashed: AugmentedEvent; + Slashed: AugmentedEvent; /** * Targets size limit reached. **/ @@ -1721,11 +1721,11 @@ declare module '@pezkuwi/api-base/types/events' { * A subsequent event of `Withdrawn`, indicating that `stash` was fully removed from the * system. **/ - StakerRemoved: AugmentedEvent; + StakerRemoved: AugmentedEvent; /** * An account has unbonded this amount. **/ - Unbonded: AugmentedEvent; + Unbonded: AugmentedEvent; /** * Something occurred that should never happen under normal operation. * Logged as an event for fail-safe observability. @@ -1734,12 +1734,12 @@ declare module '@pezkuwi/api-base/types/events' { /** * A validator has set their preferences. **/ - ValidatorPrefsSet: AugmentedEvent; + ValidatorPrefsSet: AugmentedEvent; /** * An account has called `withdraw_unbonded` and removed unbonding chunks worth `Balance` * from the unlocking queue. **/ - Withdrawn: AugmentedEvent; + Withdrawn: AugmentedEvent; /** * Generic event **/ @@ -1781,7 +1781,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * Some account got slashed by the given amount. **/ - Slashed: AugmentedEvent; + Slashed: AugmentedEvent; /** * Generic event **/ @@ -1803,11 +1803,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * An account was reaped. **/ - KilledAccount: AugmentedEvent; + KilledAccount: AugmentedEvent; /** * A new account was created. **/ - NewAccount: AugmentedEvent; + NewAccount: AugmentedEvent; /** * An invalid authorized upgrade was rejected while trying to apply it. **/ @@ -1815,7 +1815,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * On on-chain remark happened. **/ - Remarked: AugmentedEvent; + Remarked: AugmentedEvent; /** * A [`Task`] has finished executing. **/ @@ -1856,7 +1856,7 @@ declare module '@pezkuwi/api-base/types/events' { * A transaction fee `actual_fee`, of which `tip` was added to the minimum inclusion fee, * has been paid by `who`. **/ - TransactionFeePaid: AugmentedEvent; + TransactionFeePaid: AugmentedEvent; /** * Generic event **/ @@ -1874,7 +1874,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * Some funds have been allocated. **/ - Awarded: AugmentedEvent; + Awarded: AugmentedEvent; /** * Some of our funds have been burnt. **/ @@ -1898,7 +1898,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A new spend proposal has been approved. **/ - SpendApproved: AugmentedEvent; + SpendApproved: AugmentedEvent; /** * We have ended a spend period and will now allocate funds. **/ @@ -1922,12 +1922,12 @@ declare module '@pezkuwi/api-base/types/events' { * An approval for a `delegate` account to transfer the `item` of an item * `collection` was cancelled by its `owner`. **/ - ApprovalCancelled: AugmentedEvent; + ApprovalCancelled: AugmentedEvent; /** * An `item` of a `collection` has been approved by the `owner` for transfer by * a `delegate`. **/ - ApprovedTransfer: AugmentedEvent; + ApprovedTransfer: AugmentedEvent; /** * Attribute metadata has been cleared for a `collection` or `item`. **/ @@ -1939,7 +1939,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * An `item` was destroyed. **/ - Burned: AugmentedEvent; + Burned: AugmentedEvent; /** * Some `collection` was frozen. **/ @@ -1963,7 +1963,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A `collection` was created. **/ - Created: AugmentedEvent; + Created: AugmentedEvent; /** * A `collection` was destroyed. **/ @@ -1971,7 +1971,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A `collection` was force-created. **/ - ForceCreated: AugmentedEvent; + ForceCreated: AugmentedEvent; /** * Some `item` was frozen. **/ @@ -1979,11 +1979,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * An `item` was issued. **/ - Issued: AugmentedEvent; + Issued: AugmentedEvent; /** * An item was bought. **/ - ItemBought: AugmentedEvent; + ItemBought: AugmentedEvent; /** * The price for the instance was removed. **/ @@ -1991,7 +1991,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * The price was set for the instance. **/ - ItemPriceSet: AugmentedEvent], { collection: u32, item: u32, price: u128, whitelistedBuyer: Option }>; + ItemPriceSet: AugmentedEvent], { collection: u32, item: u32, price: u128, whitelistedBuyer: Option }>; /** * A `collection` has had its attributes changed by the `Force` origin. **/ @@ -2007,11 +2007,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * The owner changed. **/ - OwnerChanged: AugmentedEvent; + OwnerChanged: AugmentedEvent; /** * Ownership acceptance has changed for an account. **/ - OwnershipAcceptanceChanged: AugmentedEvent], { who: AccountId32, maybeCollection: Option }>; + OwnershipAcceptanceChanged: AugmentedEvent], { who: PezspCoreCryptoAccountId32, maybeCollection: Option }>; /** * Metadata has been cleared for an item. **/ @@ -2019,7 +2019,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * The management team changed. **/ - TeamChanged: AugmentedEvent; + TeamChanged: AugmentedEvent; /** * Some `item` was thawed. **/ @@ -2027,7 +2027,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * An `item` was transferred. **/ - Transferred: AugmentedEvent; + Transferred: AugmentedEvent; /** * Generic event **/ @@ -2076,16 +2076,16 @@ declare module '@pezkuwi/api-base/types/events' { /** * An \[account\] has become fully vested. **/ - VestingCompleted: AugmentedEvent; + VestingCompleted: AugmentedEvent; /** * A vesting schedule has been created. **/ - VestingCreated: AugmentedEvent; + VestingCreated: AugmentedEvent; /** * The amount vested has been updated. This could indicate a change in funds available. * The balance given is the amount which is left unvested (and thus locked). **/ - VestingUpdated: AugmentedEvent; + VestingUpdated: AugmentedEvent; /** * Generic event **/ @@ -2095,11 +2095,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * Moved an account from one bag to another. **/ - Rebagged: AugmentedEvent; + Rebagged: AugmentedEvent; /** * Updated the score of some account to the given amount. **/ - ScoreUpdated: AugmentedEvent; + ScoreUpdated: AugmentedEvent; /** * Generic event **/ diff --git a/packages/api-augment/src/assetHubPezkuwi/query.ts b/packages/api-augment/src/assetHubPezkuwi/query.ts index 2060bc5..c52cbf6 100644 --- a/packages/api-augment/src/assetHubPezkuwi/query.ts +++ b/packages/api-augment/src/assetHubPezkuwi/query.ts @@ -8,8 +8,8 @@ import '@pezkuwi/api-base/types/storage'; import type { ApiTypes, AugmentedQuery, QueryableStorageEntry } from '@pezkuwi/api-base/types'; import type { BTreeMap, BTreeSet, Bytes, Null, Option, Struct, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@pezkuwi/types-codec'; import type { AnyNumber, ITuple } from '@pezkuwi/types-codec/types'; -import type { AccountId32, H256, Perbill, Percent } from '@pezkuwi/types/interfaces/runtime'; -import type { AssetHubPezkuwiRuntimeRuntimeParametersKey, AssetHubPezkuwiRuntimeRuntimeParametersValue, AssetHubPezkuwiRuntimeSessionKeys, AssetHubPezkuwiRuntimeStakingNposCompactSolution16, BpXcmBridgeHubRouterBridgeState, PezcumulusPezpalletTeyrchainSystemRelayStateSnapshotMessagingStateSnapshot, PezcumulusPezpalletTeyrchainSystemTeyrchainInherentInboundMessageId, PezcumulusPezpalletTeyrchainSystemUnincludedSegmentAncestor, PezcumulusPezpalletTeyrchainSystemUnincludedSegmentSegmentTracker, PezcumulusPezpalletXcmpQueueOutboundChannelDetails, PezcumulusPezpalletXcmpQueueQueueConfigData, PezcumulusPrimitivesCoreAggregateMessageOrigin, PezframeElectionProviderSupportBoundedSupports, PezframeSupportDispatchPerDispatchClassWeight, PezframeSupportTokensMiscIdAmountRuntimeFreezeReason, PezframeSupportTokensMiscIdAmountRuntimeHoldReason, PezframeSystemAccountInfo, PezframeSystemCodeUpgradeAuthorization, PezframeSystemEventRecord, PezframeSystemLastRuntimeUpgradeInfo, PezframeSystemPhase, PezkuwiCorePrimitivesOutboundHrmpMessage, PezkuwiPrimitivesV8AbridgedHostConfiguration, PezkuwiPrimitivesV8PersistedValidationData, PezkuwiPrimitivesV8UpgradeGoAhead, PezkuwiPrimitivesV8UpgradeRestriction, PezkuwiRuntimeCommonClaimsEthereumAddress, PezkuwiRuntimeCommonClaimsStatementKind, PezkuwiRuntimeCommonImplsVersionedLocatableAsset, PezpalletAhMigratorBalancesBefore, PezpalletAhMigratorMigrationStage, PezpalletAssetConversionPoolInfo, PezpalletAssetsApproval, PezpalletAssetsAssetAccount, PezpalletAssetsAssetDetails, PezpalletAssetsAssetMetadata, PezpalletBagsListListBag, PezpalletBagsListListNode, PezpalletBalancesAccountData, PezpalletBalancesBalanceLock, PezpalletBalancesReserveData, PezpalletBountiesBounty, PezpalletChildBountiesChildBounty, PezpalletCollatorSelectionCandidateInfo, PezpalletConvictionVotingVoteVoting, PezpalletDelegatedStakingAgentLedger, PezpalletDelegatedStakingDelegation, PezpalletElectionProviderMultiBlockPhase, PezpalletElectionProviderMultiBlockSignedSubmissionMetadata, PezpalletElectionProviderMultiBlockVerifierImplsPartialBackings, PezpalletElectionProviderMultiBlockVerifierImplsStatus, PezpalletElectionProviderMultiBlockVerifierImplsValidSolution, PezpalletMessageQueueBookState, PezpalletMessageQueuePage, PezpalletMultisigMultisig, PezpalletNftsAttributeDeposit, PezpalletNftsAttributeNamespace, PezpalletNftsCollectionConfig, PezpalletNftsCollectionDetails, PezpalletNftsCollectionMetadata, PezpalletNftsItemConfig, PezpalletNftsItemDetails, PezpalletNftsItemMetadata, PezpalletNftsPendingSwap, PezpalletNominationPoolsBondedPoolInner, PezpalletNominationPoolsClaimPermission, PezpalletNominationPoolsPoolMember, PezpalletNominationPoolsRewardPool, PezpalletNominationPoolsSubPools, PezpalletPreimageOldRequestStatus, PezpalletPreimageRequestStatus, PezpalletProxyAnnouncement, PezpalletProxyProxyDefinitionAssetHubPezkuwiRuntimeProxyType, PezpalletRcMigratorAccountsAccount, PezpalletRcMigratorQueuePriority, PezpalletReferendaReferendumInfoOriginCaller, PezpalletSchedulerRetryConfig, PezpalletSchedulerScheduled, PezpalletStakingAsyncActiveEraInfo, PezpalletStakingAsyncEraRewardPoints, PezpalletStakingAsyncForcing, PezpalletStakingAsyncLedgerStakingLedger, PezpalletStakingAsyncNominations, PezpalletStakingAsyncPezpalletBoundedExposurePage, PezpalletStakingAsyncPezpalletPruningStep, PezpalletStakingAsyncRcClientSessionReport, PezpalletStakingAsyncRcClientValidatorSetReport, PezpalletStakingAsyncRewardDestination, PezpalletStakingAsyncSlashingOffenceRecord, PezpalletStakingAsyncSnapshotStatus, PezpalletStakingAsyncUnappliedSlash, PezpalletStakingAsyncValidatorPrefs, PezpalletStateTrieMigrationMigrationLimits, PezpalletStateTrieMigrationMigrationTask, PezpalletTransactionPaymentReleases, PezpalletTreasuryProposal, PezpalletTreasurySpendStatus, PezpalletUniquesCollectionDetails, PezpalletUniquesCollectionMetadata, PezpalletUniquesItemDetails, PezpalletUniquesItemMetadata, PezpalletVestingReleases, PezpalletVestingVestingInfo, PezpalletXcmAuthorizedAliasesEntry, PezpalletXcmQueryStatus, PezpalletXcmRemoteLockedFungibleRecord, PezpalletXcmVersionMigrationStage, PezspConsensusAuraEd25519AppEd25519Public, PezspCoreCryptoKeyTypeId, PezspNposElectionsElectionScore, PezspRuntimeDigest, PezspStakingPagedExposureMetadata, PezspTrieStorageProof, PezspWeightsWeightV2Weight, SnowbridgeCoreOperatingModeBasicOperatingMode, StagingXcmV5Instruction, StagingXcmV5Location, XcmVersionedAssetId, XcmVersionedLocation } from '@pezkuwi/types/lookup'; +import type { H256 } from '@pezkuwi/types/interfaces/runtime'; +import type { AssetHubPezkuwiRuntimeRuntimeParametersKey, AssetHubPezkuwiRuntimeRuntimeParametersValue, AssetHubPezkuwiRuntimeSessionKeys, AssetHubPezkuwiRuntimeStakingNposCompactSolution16, BpXcmBridgeHubRouterBridgeState, PezcumulusPezpalletTeyrchainSystemRelayStateSnapshotMessagingStateSnapshot, PezcumulusPezpalletTeyrchainSystemTeyrchainInherentInboundMessageId, PezcumulusPezpalletTeyrchainSystemUnincludedSegmentAncestor, PezcumulusPezpalletTeyrchainSystemUnincludedSegmentSegmentTracker, PezcumulusPezpalletXcmpQueueOutboundChannelDetails, PezcumulusPezpalletXcmpQueueQueueConfigData, PezcumulusPrimitivesCoreAggregateMessageOrigin, PezframeElectionProviderSupportBoundedSupports, PezframeSupportDispatchPerDispatchClassWeight, PezframeSupportTokensMiscIdAmountRuntimeFreezeReason, PezframeSupportTokensMiscIdAmountRuntimeHoldReason, PezframeSystemAccountInfo, PezframeSystemCodeUpgradeAuthorization, PezframeSystemEventRecord, PezframeSystemLastRuntimeUpgradeInfo, PezframeSystemPhase, PezkuwiCorePrimitivesOutboundHrmpMessage, PezkuwiPrimitivesV8AbridgedHostConfiguration, PezkuwiPrimitivesV8PersistedValidationData, PezkuwiPrimitivesV8UpgradeGoAhead, PezkuwiPrimitivesV8UpgradeRestriction, PezkuwiRuntimeCommonClaimsEthereumAddress, PezkuwiRuntimeCommonClaimsStatementKind, PezkuwiRuntimeCommonImplsVersionedLocatableAsset, PezpalletAhMigratorBalancesBefore, PezpalletAhMigratorMigrationStage, PezpalletAssetConversionPoolInfo, PezpalletAssetsApproval, PezpalletAssetsAssetAccount, PezpalletAssetsAssetDetails, PezpalletAssetsAssetMetadata, PezpalletBagsListListBag, PezpalletBagsListListNode, PezpalletBalancesAccountData, PezpalletBalancesBalanceLock, PezpalletBalancesReserveData, PezpalletBountiesBounty, PezpalletChildBountiesChildBounty, PezpalletCollatorSelectionCandidateInfo, PezpalletConvictionVotingVoteVoting, PezpalletDelegatedStakingAgentLedger, PezpalletDelegatedStakingDelegation, PezpalletElectionProviderMultiBlockPhase, PezpalletElectionProviderMultiBlockSignedSubmissionMetadata, PezpalletElectionProviderMultiBlockVerifierImplsPartialBackings, PezpalletElectionProviderMultiBlockVerifierImplsStatus, PezpalletElectionProviderMultiBlockVerifierImplsValidSolution, PezpalletMessageQueueBookState, PezpalletMessageQueuePage, PezpalletMultisigMultisig, PezpalletNftsAttributeDeposit, PezpalletNftsAttributeNamespace, PezpalletNftsCollectionConfig, PezpalletNftsCollectionDetails, PezpalletNftsCollectionMetadata, PezpalletNftsItemConfig, PezpalletNftsItemDetails, PezpalletNftsItemMetadata, PezpalletNftsPendingSwap, PezpalletNominationPoolsBondedPoolInner, PezpalletNominationPoolsClaimPermission, PezpalletNominationPoolsPoolMember, PezpalletNominationPoolsRewardPool, PezpalletNominationPoolsSubPools, PezpalletPreimageOldRequestStatus, PezpalletPreimageRequestStatus, PezpalletProxyAnnouncement, PezpalletProxyProxyDefinitionAssetHubPezkuwiRuntimeProxyType, PezpalletRcMigratorAccountsAccount, PezpalletRcMigratorQueuePriority, PezpalletReferendaReferendumInfoOriginCaller, PezpalletSchedulerRetryConfig, PezpalletSchedulerScheduled, PezpalletStakingAsyncActiveEraInfo, PezpalletStakingAsyncEraRewardPoints, PezpalletStakingAsyncForcing, PezpalletStakingAsyncLedgerStakingLedger, PezpalletStakingAsyncNominations, PezpalletStakingAsyncPezpalletBoundedExposurePage, PezpalletStakingAsyncPezpalletPruningStep, PezpalletStakingAsyncRcClientSessionReport, PezpalletStakingAsyncRcClientValidatorSetReport, PezpalletStakingAsyncRewardDestination, PezpalletStakingAsyncSlashingOffenceRecord, PezpalletStakingAsyncSnapshotStatus, PezpalletStakingAsyncUnappliedSlash, PezpalletStakingAsyncValidatorPrefs, PezpalletStateTrieMigrationMigrationLimits, PezpalletStateTrieMigrationMigrationTask, PezpalletTransactionPaymentReleases, PezpalletTreasuryProposal, PezpalletTreasurySpendStatus, PezpalletUniquesCollectionDetails, PezpalletUniquesCollectionMetadata, PezpalletUniquesItemDetails, PezpalletUniquesItemMetadata, PezpalletVestingReleases, PezpalletVestingVestingInfo, PezpalletXcmAuthorizedAliasesEntry, PezpalletXcmQueryStatus, PezpalletXcmRemoteLockedFungibleRecord, PezpalletXcmVersionMigrationStage, PezspConsensusAuraEd25519AppEd25519Public, PezspCoreCryptoAccountId32, PezspCoreCryptoKeyTypeId, PezspNposElectionsElectionScore, PezspRuntimeDigest, PezspStakingPagedExposureMetadata, PezspTrieStorageProof, PezspWeightsWeightV2Weight, SnowbridgeCoreOperatingModeBasicOperatingMode, StagingXcmV5Instruction, StagingXcmV5Location, XcmVersionedAssetId, XcmVersionedLocation } from '@pezkuwi/types/lookup'; import type { Observable } from '@pezkuwi/types/types'; export type __AugmentedQuery = AugmentedQuery unknown>; @@ -43,7 +43,7 @@ declare module '@pezkuwi/api-base/types/storage' { * This account id has similar privileges to [`Config::AdminOrigin`] except that it * can not set the manager account id via `set_manager` call. **/ - manager: AugmentedQuery Observable>, []> & QueryableStorageEntry; + manager: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * Block number when migration finished and extrinsics were unlocked. * @@ -63,7 +63,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * This is unlikely to happen, since we dry run the migration, but we keep it for completeness. **/ - rcAccounts: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + rcAccounts: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Generic query **/ @@ -84,7 +84,7 @@ declare module '@pezkuwi/api-base/types/storage' { * The value is (fund_pot, balance). The contribution pot is the second key in the * `RcCrowdloanContribution` storage. **/ - rcCrowdloanContribution: AugmentedQuery Observable>>, [u32, u32, AccountId32]> & QueryableStorageEntry; + rcCrowdloanContribution: AugmentedQuery Observable>>, [u32, u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The reserve that was taken to create a crowdloan. * @@ -96,7 +96,7 @@ declare module '@pezkuwi/api-base/types/storage' { * - The para_id of the crowdloan * - The account that will have the balance unreserved **/ - rcCrowdloanReserve: AugmentedQuery Observable>, [u32, u32, AccountId32]> & QueryableStorageEntry; + rcCrowdloanReserve: AugmentedQuery Observable>, [u32, u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Amount of balance that was reserved for winning a lease auction. * @@ -113,7 +113,7 @@ declare module '@pezkuwi/api-base/types/storage' { * - The account that will have the balance unreserved. * - The balance to be unreserved. **/ - rcLeaseReserve: AugmentedQuery Observable>, [u32, u32, AccountId32]> & QueryableStorageEntry; + rcLeaseReserve: AugmentedQuery Observable>, [u32, u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Generic query **/ @@ -151,13 +151,13 @@ declare module '@pezkuwi/api-base/types/storage' { /** * The holdings of a specific account for a specific asset. **/ - account: AugmentedQuery Observable>, [u32, AccountId32]> & QueryableStorageEntry; + account: AugmentedQuery Observable>, [u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Approved balance transfers. First balance is the amount approved for transfer. Second * is the amount of `T::Currency` reserved for storing this. * First key is the asset ID, second key is the owner and third key is the delegate. **/ - approvals: AugmentedQuery Observable>, [u32, AccountId32, AccountId32]> & QueryableStorageEntry; + approvals: AugmentedQuery Observable>, [u32, PezspCoreCryptoAccountId32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Details of an asset. **/ @@ -230,7 +230,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * Author of current block. **/ - author: AugmentedQuery Observable>, []> & QueryableStorageEntry; + author: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * Generic query **/ @@ -263,15 +263,15 @@ declare module '@pezkuwi/api-base/types/storage' { * `Balances` pallet, which uses a `StorageMap` to store balances data only. * NOTE: This is only used in the case that this pallet is used to store balances. **/ - account: AugmentedQuery Observable, [AccountId32]> & QueryableStorageEntry; + account: AugmentedQuery Observable, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Freeze locks on account balances. **/ - freezes: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + freezes: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Holds on account balances. **/ - holds: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + holds: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The total units of outstanding deactivated balance in the system. **/ @@ -282,13 +282,13 @@ declare module '@pezkuwi/api-base/types/storage' { * * Use of locks is deprecated in favour of freezes. See `https://github.com/paritytech/substrate/pull/12951/` **/ - locks: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + locks: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Named reserves on some account balances. * * Use of reserves is deprecated in favour of holds. See `https://github.com/paritytech/substrate/pull/12951/` **/ - reserves: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + reserves: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The total units issued in the system. **/ @@ -367,7 +367,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * Pre-claimed Ethereum accounts, by the Account ID that they are claimed to. **/ - preclaims: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + preclaims: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The statement kind that must be signed, if any. **/ @@ -409,11 +409,11 @@ declare module '@pezkuwi/api-base/types/storage' { /** * The invulnerable, permissioned collators. This list must be sorted. **/ - invulnerables: AugmentedQuery Observable>, []> & QueryableStorageEntry; + invulnerables: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * Last block authored by collator. **/ - lastAuthoredBlock: AugmentedQuery Observable, [AccountId32]> & QueryableStorageEntry; + lastAuthoredBlock: AugmentedQuery Observable, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Generic query **/ @@ -425,12 +425,12 @@ declare module '@pezkuwi/api-base/types/storage' { * require. The actual amount locked on behalf of this pallet should always be the maximum of * this list. **/ - classLocksFor: AugmentedQuery Observable>>, [AccountId32]> & QueryableStorageEntry; + classLocksFor: AugmentedQuery Observable>>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * All voting for a particular voter in a particular voting class. We store the balance for the * number of votes that we have recorded. **/ - votingFor: AugmentedQuery Observable, [AccountId32, u16]> & QueryableStorageEntry; + votingFor: AugmentedQuery Observable, [PezspCoreCryptoAccountId32, u16]> & QueryableStorageEntry; /** * Generic query **/ @@ -440,7 +440,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * Map of `Agent` to their `Ledger`. **/ - agents: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + agents: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Counter for the related counted storage map **/ @@ -455,7 +455,7 @@ declare module '@pezkuwi/api-base/types/storage' { * Implementation note: We are not using a double map with `delegator` and `agent` account * as keys since we want to restrict delegators to delegate only to one account at a time. **/ - delegators: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + delegators: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Generic query **/ @@ -465,13 +465,13 @@ declare module '@pezkuwi/api-base/types/storage' { /** * The holdings of a specific account for a specific asset. **/ - account: AugmentedQuery Observable>, [StagingXcmV5Location, AccountId32]> & QueryableStorageEntry; + account: AugmentedQuery Observable>, [StagingXcmV5Location, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Approved balance transfers. First balance is the amount approved for transfer. Second * is the amount of `T::Currency` reserved for storing this. * First key is the asset ID, second key is the owner and third key is the delegate. **/ - approvals: AugmentedQuery Observable>, [StagingXcmV5Location, AccountId32, AccountId32]> & QueryableStorageEntry; + approvals: AugmentedQuery Observable>, [StagingXcmV5Location, PezspCoreCryptoAccountId32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Details of an asset. **/ @@ -507,7 +507,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * The lookup from index to account. **/ - accounts: AugmentedQuery Observable>>, [u32]> & QueryableStorageEntry; + accounts: AugmentedQuery Observable>>, [u32]> & QueryableStorageEntry; /** * Generic query **/ @@ -545,7 +545,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * For the time being, since we assume one pages of targets, at most ONE key will exist. **/ - pagedTargetSnapshot: AugmentedQuery Observable>>, [u32, u32]> & QueryableStorageEntry; + pagedTargetSnapshot: AugmentedQuery Observable>>, [u32, u32]> & QueryableStorageEntry; /** * Same as [`PagedTargetSnapshot`], but it will store the hash of the snapshot. * @@ -555,7 +555,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * Paginated voter snapshot. At most [`T::Pages`] keys will exist. **/ - pagedVoterSnapshot: AugmentedQuery Observable]>>>>, [u32, u32]> & QueryableStorageEntry; + pagedVoterSnapshot: AugmentedQuery Observable]>>>>, [u32, u32]> & QueryableStorageEntry; /** * Same as [`PagedVoterSnapshot`], but it will store the hash of the snapshot. * @@ -588,19 +588,19 @@ declare module '@pezkuwi/api-base/types/storage' { * back. * * They always get their tx-fee back even if they are _discarded_. **/ - invulnerables: AugmentedQuery Observable>, []> & QueryableStorageEntry; - sortedScores: AugmentedQuery Observable>>, [u32]> & QueryableStorageEntry; + invulnerables: AugmentedQuery Observable>, []> & QueryableStorageEntry; + sortedScores: AugmentedQuery Observable>>, [u32]> & QueryableStorageEntry; /** * Map from account to the metadata of their submission. * * invariant: for any Key1 of type `AccountId` in [`Submissions`], this storage map also has a * value. **/ - submissionMetadataStorage: AugmentedQuery Observable>, [u32, AccountId32]> & QueryableStorageEntry; + submissionMetadataStorage: AugmentedQuery Observable>, [u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Triple map from (round, account, page) to a solution page. **/ - submissionStorage: AugmentedQuery Observable>, [u32, AccountId32, u32]> & QueryableStorageEntry; + submissionStorage: AugmentedQuery Observable>, [u32, PezspCoreCryptoAccountId32, u32]> & QueryableStorageEntry; /** * Generic query **/ @@ -621,7 +621,7 @@ declare module '@pezkuwi/api-base/types/storage' { * need this information anymore; the score is already computed once in * [`QueuedSolutionScore`], and the backing counts are checked. **/ - queuedSolutionBackings: AugmentedQuery Observable>>>, [u32, u32]> & QueryableStorageEntry; + queuedSolutionBackings: AugmentedQuery Observable>>>, [u32, u32]> & QueryableStorageEntry; /** * The score of the valid variant of [`QueuedSolution`]. * @@ -660,7 +660,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * The set of open multisig operations. **/ - multisigs: AugmentedQuery Observable>, [AccountId32, U8aFixed]> & QueryableStorageEntry; + multisigs: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32, U8aFixed]> & QueryableStorageEntry; /** * Generic query **/ @@ -671,7 +671,7 @@ declare module '@pezkuwi/api-base/types/storage' { * The items held by any given account; set out this way so that items owned by a single * account can be enumerated. **/ - account: AugmentedQuery Observable>, [AccountId32, u32, u32]> & QueryableStorageEntry; + account: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32, u32, u32]> & QueryableStorageEntry; /** * Attributes of a collection. **/ @@ -684,7 +684,7 @@ declare module '@pezkuwi/api-base/types/storage' { * The collections owned by any given account; set out this way so that collections owned by * a single account can be enumerated. **/ - collectionAccount: AugmentedQuery Observable>, [AccountId32, u32]> & QueryableStorageEntry; + collectionAccount: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32, u32]> & QueryableStorageEntry; /** * Config of a collection. **/ @@ -697,7 +697,7 @@ declare module '@pezkuwi/api-base/types/storage' { * The items in existence and their ownership details. * Stores collection roles as per account. **/ - collectionRoleOf: AugmentedQuery Observable>, [u32, AccountId32]> & QueryableStorageEntry; + collectionRoleOf: AugmentedQuery Observable>, [u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The items in existence and their ownership details. **/ @@ -705,7 +705,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * Item attribute approvals. **/ - itemAttributesApprovalsOf: AugmentedQuery Observable>, [u32, u32]> & QueryableStorageEntry; + itemAttributesApprovalsOf: AugmentedQuery Observable>, [u32, u32]> & QueryableStorageEntry; /** * Config of an item. **/ @@ -717,7 +717,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * A price of an item. **/ - itemPriceOf: AugmentedQuery Observable]>>>, [u32, u32]> & QueryableStorageEntry; + itemPriceOf: AugmentedQuery Observable]>>>, [u32, u32]> & QueryableStorageEntry; /** * Stores the `CollectionId` that is going to be used for the next collection. * This gets incremented whenever a new collection is created. @@ -726,7 +726,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * The collection, if any, of which an account is willing to take ownership. **/ - ownershipAcceptance: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + ownershipAcceptance: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Handles all the pending swaps. **/ @@ -744,7 +744,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * Map from a pool member account to their opted claim permission. **/ - claimPermissions: AugmentedQuery Observable, [AccountId32]> & QueryableStorageEntry; + claimPermissions: AugmentedQuery Observable, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Counter for the related counted storage map **/ @@ -774,7 +774,7 @@ declare module '@pezkuwi/api-base/types/storage' { * pool commissions that are > `GlobalMaxCommission`, necessary if a future * `GlobalMaxCommission` is lower than some current pool commissions. **/ - globalMaxCommission: AugmentedQuery Observable>, []> & QueryableStorageEntry; + globalMaxCommission: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * Ever increasing number of all pools created so far. **/ @@ -817,14 +817,14 @@ declare module '@pezkuwi/api-base/types/storage' { * * TWOX-NOTE: SAFE since `AccountId` is a secure hash. **/ - poolMembers: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + poolMembers: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * A reverse lookup from the pool's account id to its id. * * This is only used for slashing and on automatic withdraw update. In all other instances, the * pool id is used, and the accounts are deterministically derived from it. **/ - reversePoolIdLookup: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + reversePoolIdLookup: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Reward pools. This is where there rewards for each pool accumulate. When a members payout is * claimed, the balance comes out of the reward pool. Keyed by the bonded pools account. @@ -1063,7 +1063,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * Fungible assets which we know are locked on this chain. **/ - lockedFungibles: AugmentedQuery Observable>>>, [AccountId32]> & QueryableStorageEntry; + lockedFungibles: AugmentedQuery Observable>>>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The ongoing queries. **/ @@ -1084,7 +1084,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * Fungible assets which we know are locked on a remote chain. **/ - remoteLockedFungibles: AugmentedQuery Observable>, [u32, AccountId32, XcmVersionedAssetId]> & QueryableStorageEntry; + remoteLockedFungibles: AugmentedQuery Observable>, [u32, PezspCoreCryptoAccountId32, XcmVersionedAssetId]> & QueryableStorageEntry; /** * Default version to encode XCM when latest version of destination is unknown. If `None`, * then the destinations whose XCM version is unknown are considered unreachable. @@ -1132,13 +1132,13 @@ declare module '@pezkuwi/api-base/types/storage' { /** * The holdings of a specific account for a specific asset. **/ - account: AugmentedQuery Observable>, [u32, AccountId32]> & QueryableStorageEntry; + account: AugmentedQuery Observable>, [u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Approved balance transfers. First balance is the amount approved for transfer. Second * is the amount of `T::Currency` reserved for storing this. * First key is the asset ID, second key is the owner and third key is the delegate. **/ - approvals: AugmentedQuery Observable>, [u32, AccountId32, AccountId32]> & QueryableStorageEntry; + approvals: AugmentedQuery Observable>, [u32, PezspCoreCryptoAccountId32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Details of an asset. **/ @@ -1183,12 +1183,12 @@ declare module '@pezkuwi/api-base/types/storage' { /** * The announcements made by the proxy (key). **/ - announcements: AugmentedQuery Observable, u128]>>, [AccountId32]> & QueryableStorageEntry; + announcements: AugmentedQuery Observable, u128]>>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The set of account proxies. Maps the account which has delegated to the accounts * which are being delegated to, together with the amount held on deposit. **/ - proxies: AugmentedQuery Observable, u128]>>, [AccountId32]> & QueryableStorageEntry; + proxies: AugmentedQuery Observable, u128]>>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Generic query **/ @@ -1265,15 +1265,15 @@ declare module '@pezkuwi/api-base/types/storage' { * disabled using binary search. It gets cleared when `on_session_ending` returns * a new set of identities. **/ - disabledValidators: AugmentedQuery Observable>>, []> & QueryableStorageEntry; + disabledValidators: AugmentedQuery Observable>>, []> & QueryableStorageEntry; /** * The owner of a key. The key is the `KeyTypeId` + the encoded key. **/ - keyOwner: AugmentedQuery | [PezspCoreCryptoKeyTypeId | string | Uint8Array, Bytes | string | Uint8Array]) => Observable>, [ITuple<[PezspCoreCryptoKeyTypeId, Bytes]>]> & QueryableStorageEntry]>; + keyOwner: AugmentedQuery | [PezspCoreCryptoKeyTypeId | string | Uint8Array, Bytes | string | Uint8Array]) => Observable>, [ITuple<[PezspCoreCryptoKeyTypeId, Bytes]>]> & QueryableStorageEntry]>; /** * The next session keys for a validator. **/ - nextKeys: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + nextKeys: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * True if the underlying economic identities or weighting behind the validators * has changed in the queued validator set. @@ -1283,11 +1283,11 @@ declare module '@pezkuwi/api-base/types/storage' { * The queued keys for the next session. When the next session begins, these keys * will be used to determine the validator's session keys. **/ - queuedKeys: AugmentedQuery Observable>>, []> & QueryableStorageEntry; + queuedKeys: AugmentedQuery Observable>>, []> & QueryableStorageEntry; /** * The current set of validators. **/ - validators: AugmentedQuery Observable>, []> & QueryableStorageEntry; + validators: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * Generic query **/ @@ -1316,7 +1316,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * TWOX-NOTE: SAFE since `AccountId` is a secure hash. **/ - bonded: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + bonded: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * A mapping from still-bonded eras to the first session index of that era. * @@ -1336,13 +1336,13 @@ declare module '@pezkuwi/api-base/types/storage' { * whose slashes should be cancelled, along with the maximum slash fraction that should * be cancelled for each validator. **/ - cancelledSlashes: AugmentedQuery Observable>>, [u32]> & QueryableStorageEntry; + cancelledSlashes: AugmentedQuery Observable>>, [u32]> & QueryableStorageEntry; /** * The threshold for when users can start calling `chill_other` for other validators / * nominators. The threshold is compared to the actual number of validators / nominators * (`CountFor*`) in the system compared to the configured max (`Max*Count`). **/ - chillThreshold: AugmentedQuery Observable>, []> & QueryableStorageEntry; + chillThreshold: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * History of claimed paged rewards by era and validator. * @@ -1351,7 +1351,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * It is removed after [`Config::HistoryDepth`] eras. **/ - claimedRewards: AugmentedQuery Observable>, [u32, AccountId32]> & QueryableStorageEntry; + claimedRewards: AugmentedQuery Observable>, [u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Counter for the related counted storage map **/ @@ -1374,7 +1374,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * A bounded list of the "electable" stashes that resulted from a successful election. **/ - electableStashes: AugmentedQuery Observable>, []> & QueryableStorageEntry; + electableStashes: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * Tracks the current step of era pruning process for each era being lazily pruned. **/ @@ -1398,7 +1398,7 @@ declare module '@pezkuwi/api-base/types/storage' { * Is it removed after [`Config::HistoryDepth`] eras. * If stakers hasn't been set or has been removed then empty overview is returned. **/ - erasStakersOverview: AugmentedQuery Observable>, [u32, AccountId32]> & QueryableStorageEntry; + erasStakersOverview: AugmentedQuery Observable>, [u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Paginated exposure of a validator at given era. * @@ -1407,7 +1407,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * This is cleared after [`Config::HistoryDepth`] eras. **/ - erasStakersPaged: AugmentedQuery Observable>, [u32, AccountId32, u32]> & QueryableStorageEntry; + erasStakersPaged: AugmentedQuery Observable>, [u32, PezspCoreCryptoAccountId32, u32]> & QueryableStorageEntry; /** * The total amount staked for the last [`Config::HistoryDepth`] eras. * If total hasn't been set or has been removed then 0 stake is returned. @@ -1420,7 +1420,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * Is it removed after [`Config::HistoryDepth`] eras. **/ - erasValidatorPrefs: AugmentedQuery Observable, [u32, AccountId32]> & QueryableStorageEntry; + erasValidatorPrefs: AugmentedQuery Observable, [u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The total validator era payout for the last [`Config::HistoryDepth`] eras. * @@ -1436,14 +1436,14 @@ declare module '@pezkuwi/api-base/types/storage' { * easy to initialize and the performance hit is minimal (we expect no more than four * invulnerables) and restricted to testnets. **/ - invulnerables: AugmentedQuery Observable>, []> & QueryableStorageEntry; + invulnerables: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * Map from all (unlocked) "controller" accounts to the info regarding the staking. * * Note: All the reads and mutations to this storage *MUST* be done through the methods exposed * by [`StakingLedger`] to ensure data and lock consistency. **/ - ledger: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + ledger: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The maximum nominator count before we stop allowing new validators to join. * @@ -1455,7 +1455,7 @@ declare module '@pezkuwi/api-base/types/storage' { * is used for stake rewards. * See [Era payout](./index.html#era-payout). **/ - maxStakedRewards: AugmentedQuery Observable>, []> & QueryableStorageEntry; + maxStakedRewards: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * The maximum validator count before we stop allowing new validators to join. * @@ -1467,7 +1467,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * If set to `0`, no limit exists. **/ - minCommission: AugmentedQuery Observable, []> & QueryableStorageEntry; + minCommission: AugmentedQuery Observable, []> & QueryableStorageEntry; /** * The minimum active nominator stake of the last successful election. **/ @@ -1510,7 +1510,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * TWOX-NOTE: SAFE since `AccountId` is a secure hash. **/ - nominators: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + nominators: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Stores reported offences in a queue until they are processed in subsequent blocks. * @@ -1523,7 +1523,7 @@ declare module '@pezkuwi/api-base/types/storage' { * Any offences tied to an era older than `BondingDuration` are automatically dropped. * Processing always prioritizes the oldest era first. **/ - offenceQueue: AugmentedQuery Observable>, [u32, AccountId32]> & QueryableStorageEntry; + offenceQueue: AugmentedQuery Observable>, [u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Tracks the eras that contain offences in `OffenceQueue`, sorted from **earliest to latest**. * @@ -1543,7 +1543,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * TWOX-NOTE: SAFE since `AccountId` is a secure hash. **/ - payee: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + payee: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Tracks the currently processed offence record from the `OffenceQueue`. * @@ -1558,17 +1558,17 @@ declare module '@pezkuwi/api-base/types/storage' { * This ensures that offences are processed incrementally, preventing excessive computation * in a single block while maintaining correct slashing behavior. **/ - processingOffence: AugmentedQuery Observable>>, []> & QueryableStorageEntry; + processingOffence: AugmentedQuery Observable>>, []> & QueryableStorageEntry; /** * The percentage of the slash that is distributed to reporters. * * The rest of the slashed value is handled by the `Slash`. **/ - slashRewardFraction: AugmentedQuery Observable, []> & QueryableStorageEntry; + slashRewardFraction: AugmentedQuery Observable, []> & QueryableStorageEntry; /** * All unapplied slashes that are queued for later. **/ - unappliedSlashes: AugmentedQuery | [AccountId32 | string | Uint8Array, Perbill | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array]) => Observable>, [u32, ITuple<[AccountId32, Perbill, u32]>]> & QueryableStorageEntry]>; + unappliedSlashes: AugmentedQuery | string | Uint8Array) => Observable>, [u32, ITuple<[PezspCoreCryptoAccountId32, u32, u32]>]> & QueryableStorageEntry]>; /** * The ideal number of active validators. **/ @@ -1578,12 +1578,12 @@ declare module '@pezkuwi/api-base/types/storage' { * * TWOX-NOTE: SAFE since `AccountId` is a secure hash. **/ - validators: AugmentedQuery Observable, [AccountId32]> & QueryableStorageEntry; + validators: AugmentedQuery Observable, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * All slashing events on validators, mapped by era to the highest slash proportion * and slash value of the era. **/ - validatorSlashInEra: AugmentedQuery Observable>>, [u32, AccountId32]> & QueryableStorageEntry; + validatorSlashInEra: AugmentedQuery Observable>>, [u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Stakers whose funds are managed by other pallets. * @@ -1592,7 +1592,7 @@ declare module '@pezkuwi/api-base/types/storage' { * directly via this pallet. Instead, these accounts are managed by other pallets and accessed * via low level apis. We keep track of them to do minimal integrity checks. **/ - virtualStakers: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + virtualStakers: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Voter snapshot progress status. * @@ -1662,7 +1662,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * The full account information for a particular account ID. **/ - account: AugmentedQuery Observable, [AccountId32]> & QueryableStorageEntry; + account: AugmentedQuery Observable, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Total length (in bytes) for all extrinsics put together, for the current block. **/ @@ -1851,7 +1851,7 @@ declare module '@pezkuwi/api-base/types/storage' { * The items held by any given account; set out this way so that items owned by a single * account can be enumerated. **/ - account: AugmentedQuery Observable>, [AccountId32, u32, u32]> & QueryableStorageEntry; + account: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32, u32, u32]> & QueryableStorageEntry; /** * The items in existence and their ownership details. **/ @@ -1868,7 +1868,7 @@ declare module '@pezkuwi/api-base/types/storage' { * The collections owned by any given account; set out this way so that collections owned by * a single account can be enumerated. **/ - classAccount: AugmentedQuery Observable>, [AccountId32, u32]> & QueryableStorageEntry; + classAccount: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32, u32]> & QueryableStorageEntry; /** * Metadata of a collection. **/ @@ -1884,11 +1884,11 @@ declare module '@pezkuwi/api-base/types/storage' { /** * Price of an asset instance. **/ - itemPriceOf: AugmentedQuery Observable]>>>, [u32, u32]> & QueryableStorageEntry; + itemPriceOf: AugmentedQuery Observable]>>>, [u32, u32]> & QueryableStorageEntry; /** * The collection, if any, of which an account is willing to take ownership. **/ - ownershipAcceptance: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + ownershipAcceptance: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Generic query **/ @@ -1904,7 +1904,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * Information regarding the vesting of a given account. **/ - vesting: AugmentedQuery Observable>>, [AccountId32]> & QueryableStorageEntry; + vesting: AugmentedQuery Observable>>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Generic query **/ @@ -1926,7 +1926,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * Nodes store links forward and back within their respective bags. **/ - listNodes: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + listNodes: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Lock all updates to this pallet. * @@ -1938,7 +1938,7 @@ declare module '@pezkuwi/api-base/types/storage' { * Pointer that remembers the next node that will be auto-rebagged. * When `None`, the next scan will start from the list head again. **/ - nextNodeAutoRebagged: AugmentedQuery Observable>, []> & QueryableStorageEntry; + nextNodeAutoRebagged: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * Generic query **/ diff --git a/packages/api-augment/src/assetHubPezkuwi/runtime.ts b/packages/api-augment/src/assetHubPezkuwi/runtime.ts index 457716a..3aaaa32 100644 --- a/packages/api-augment/src/assetHubPezkuwi/runtime.ts +++ b/packages/api-augment/src/assetHubPezkuwi/runtime.ts @@ -12,7 +12,7 @@ import type { Extrinsic } from '@pezkuwi/types/interfaces/extrinsics'; import type { OpaqueMetadata } from '@pezkuwi/types/interfaces/metadata'; import type { AccountId32, H256, RuntimeCall, Slot, SlotDuration } from '@pezkuwi/types/interfaces/runtime'; import type { ParaId } from '@pezkuwi/types/interfaces/teyrchains'; -import type { AssetHubPezkuwiRuntimeOriginCaller, AssetsCommonRuntimeApiFungiblesAccessError, PezcumulusPrimitivesCoreCollationInfo, PezframeSupportViewFunctionsViewFunctionDispatchError, PezframeSupportViewFunctionsViewFunctionId, PezpalletTransactionPaymentFeeDetails, PezpalletTransactionPaymentRuntimeDispatchInfo, PezspConsensusAuraEd25519AppEd25519Public, PezspCoreCryptoKeyTypeId, PezspInherentsCheckInherentsResult, PezspInherentsInherentData, PezspRuntimeBlock, PezspRuntimeDispatchError, PezspRuntimeExtrinsicInclusionMode, PezspRuntimeHeader, PezspRuntimeTransactionValidityTransactionSource, PezspRuntimeTransactionValidityTransactionValidityError, PezspRuntimeTransactionValidityValidTransaction, PezspVersionRuntimeVersion, PezspWeightsWeightV2Weight, StagingXcmV5Location, XcmRuntimeApisAuthorizedAliasesError, XcmRuntimeApisAuthorizedAliasesOriginAliaser, XcmRuntimeApisConversionsError, XcmRuntimeApisDryRunCallDryRunEffects, XcmRuntimeApisDryRunError, XcmRuntimeApisDryRunXcmDryRunEffects, XcmRuntimeApisFeesError, XcmRuntimeApisTrustedQueryError, XcmVersionedAsset, XcmVersionedAssetId, XcmVersionedAssets, XcmVersionedLocation, XcmVersionedXcm } from '@pezkuwi/types/lookup'; +import type { AssetHubPezkuwiRuntimeOriginCaller, AssetsCommonRuntimeApiFungiblesAccessError, PezcumulusPrimitivesCoreCollationInfo, PezframeSupportViewFunctionsViewFunctionDispatchError, PezframeSupportViewFunctionsViewFunctionId, PezpalletTransactionPaymentFeeDetails, PezpalletTransactionPaymentRuntimeDispatchInfo, PezspConsensusAuraEd25519AppEd25519Public, PezspCoreCryptoAccountId32, PezspCoreCryptoKeyTypeId, PezspInherentsCheckInherentsResult, PezspInherentsInherentData, PezspRuntimeBlock, PezspRuntimeDispatchError, PezspRuntimeExtrinsicInclusionMode, PezspRuntimeHeader, PezspRuntimeTransactionValidityTransactionSource, PezspRuntimeTransactionValidityTransactionValidityError, PezspRuntimeTransactionValidityValidTransaction, PezspVersionRuntimeVersion, PezspWeightsWeightV2Weight, StagingXcmV5Location, XcmRuntimeApisAuthorizedAliasesError, XcmRuntimeApisAuthorizedAliasesOriginAliaser, XcmRuntimeApisConversionsError, XcmRuntimeApisDryRunCallDryRunEffects, XcmRuntimeApisDryRunError, XcmRuntimeApisDryRunXcmDryRunEffects, XcmRuntimeApisFeesError, XcmRuntimeApisTrustedQueryError, XcmVersionedAsset, XcmVersionedAssetId, XcmVersionedAssets, XcmVersionedLocation, XcmVersionedXcm } from '@pezkuwi/types/lookup'; import type { IExtrinsic, Observable } from '@pezkuwi/types/types'; export type __AugmentedCall = AugmentedCall; @@ -205,7 +205,7 @@ declare module '@pezkuwi/api-base/types/calls' { /** * Converts `Location` to `AccountId`. **/ - convertLocation: AugmentedCall Observable>>; + convertLocation: AugmentedCall Observable>>; /** * Generic call **/ @@ -220,7 +220,7 @@ declare module '@pezkuwi/api-base/types/calls' { /** * Returns the metadata at a given version.,, If the given `version` isn't supported, this will return `None`., Use [`Self::metadata_versions`] to find out about supported metadata version of the runtime. **/ - metadataAtVersion: AugmentedCall Observable>>; + metadataAtVersion: AugmentedCall Observable>>; /** * Returns the supported metadata versions.,, This can be used to call `metadata_at_version`. **/ @@ -259,7 +259,7 @@ declare module '@pezkuwi/api-base/types/calls' { /** * Returns the bonded account and reward account associated with the pool_id. **/ - poolAccounts: AugmentedCall Observable>>; + poolAccounts: AugmentedCall Observable>>; /** * Total balance contributed to the pool. **/ diff --git a/packages/api-augment/src/assetHubPezkuwi/tx.ts b/packages/api-augment/src/assetHubPezkuwi/tx.ts index 9da301b..aaefdea 100644 --- a/packages/api-augment/src/assetHubPezkuwi/tx.ts +++ b/packages/api-augment/src/assetHubPezkuwi/tx.ts @@ -8,8 +8,8 @@ import '@pezkuwi/api-base/types/submittable'; import type { ApiTypes, AugmentedSubmittable, SubmittableExtrinsic, SubmittableExtrinsicFunction } from '@pezkuwi/api-base/types'; import type { Bytes, Compact, Option, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@pezkuwi/types-codec'; import type { AnyNumber, IMethod, ITuple } from '@pezkuwi/types-codec/types'; -import type { AccountId32, H256, MultiAddress, Perbill, Percent, RuntimeCall } from '@pezkuwi/types/interfaces/runtime'; -import type { AssetHubPezkuwiRuntimeOriginCaller, AssetHubPezkuwiRuntimeProxyType, AssetHubPezkuwiRuntimeRuntimeParameters, AssetHubPezkuwiRuntimeRuntimeTask, AssetHubPezkuwiRuntimeSessionKeys, AssetHubPezkuwiRuntimeStakingNposCompactSolution16, PezcumulusPezpalletTeyrchainSystemTeyrchainInherentBasicTeyrchainInherentData, PezcumulusPezpalletTeyrchainSystemTeyrchainInherentInboundMessagesData, PezcumulusPrimitivesCoreAggregateMessageOrigin, PezframeSupportPreimagesBounded, PezframeSupportScheduleDispatchTime, PezkuwiRuntimeCommonClaimsEcdsaSignature, PezkuwiRuntimeCommonClaimsEthereumAddress, PezkuwiRuntimeCommonClaimsStatementKind, PezkuwiRuntimeCommonImplsVersionedLocatableAsset, PezpalletAhMigratorMigrationStage, PezpalletBalancesAdjustmentDirection, PezpalletConvictionVotingConviction, PezpalletConvictionVotingVoteAccountVote, PezpalletElectionProviderMultiBlockAdminOperation, PezpalletElectionProviderMultiBlockPagedRawSolution, PezpalletMultisigTimepoint, PezpalletNftsAttributeNamespace, PezpalletNftsCancelAttributesApprovalWitness, PezpalletNftsCollectionConfig, PezpalletNftsDestroyWitness, PezpalletNftsItemConfig, PezpalletNftsItemTip, PezpalletNftsMintSettings, PezpalletNftsMintWitness, PezpalletNftsPreSignedAttributes, PezpalletNftsPreSignedMint, PezpalletNftsPriceWithDirection, PezpalletNominationPoolsBondExtra, PezpalletNominationPoolsClaimPermission, PezpalletNominationPoolsCommissionChangeRate, PezpalletNominationPoolsCommissionClaimPermission, PezpalletNominationPoolsConfigOpAccountId32, PezpalletNominationPoolsConfigOpPerbill, PezpalletNominationPoolsConfigOpU128, PezpalletNominationPoolsConfigOpU32, PezpalletNominationPoolsPoolState, PezpalletRcMigratorAccountsAccount, PezpalletRcMigratorBountiesRcBountiesMessage, PezpalletRcMigratorChildBountiesPortableChildBountiesMessage, PezpalletRcMigratorClaimsRcClaimsMessage, PezpalletRcMigratorConvictionVotingRcConvictionVotingMessage, PezpalletRcMigratorCrowdloanRcCrowdloanMessage, PezpalletRcMigratorIndicesRcIndicesIndex, PezpalletRcMigratorMigrationFinishedData, PezpalletRcMigratorMultisigRcMultisig, PezpalletRcMigratorPreimageChunksRcPreimageChunk, PezpalletRcMigratorPreimageLegacyRequestStatusRcPreimageLegacyStatus, PezpalletRcMigratorPreimageRequestStatusPortableRequestStatus, PezpalletRcMigratorProxyRcProxy, PezpalletRcMigratorProxyRcProxyAnnouncement, PezpalletRcMigratorQueuePriority, PezpalletRcMigratorReferendaReferendaMessage, PezpalletRcMigratorSchedulerRcSchedulerMessage, PezpalletRcMigratorSchedulerSchedulerAgendaMessage, PezpalletRcMigratorStakingBagsListPortableBagsListMessage, PezpalletRcMigratorStakingDelegatedStakingPortableDelegatedStakingMessage, PezpalletRcMigratorStakingMessagePortableStakingMessage, PezpalletRcMigratorStakingNomPoolsRcNomPoolsMessage, PezpalletRcMigratorTreasuryPortableTreasuryMessage, PezpalletRcMigratorVestingRcVestingSchedule, PezpalletReferendaReferendumInfoRcPalletsOrigin, PezpalletStakingAsyncLedgerUnlockChunk, PezpalletStakingAsyncPezpalletConfigOpPerbill, PezpalletStakingAsyncPezpalletConfigOpPercent, PezpalletStakingAsyncPezpalletConfigOpU128, PezpalletStakingAsyncPezpalletConfigOpU32, PezpalletStakingAsyncRcClientOffence, PezpalletStakingAsyncRcClientSessionReport, PezpalletStakingAsyncRewardDestination, PezpalletStakingAsyncValidatorPrefs, PezpalletStateTrieMigrationMigrationLimits, PezpalletStateTrieMigrationMigrationTask, PezpalletStateTrieMigrationProgress, PezpalletUniquesDestroyWitness, PezpalletVestingVestingInfo, PezspNposElectionsElectionScore, PezspRuntimeMultiSignature, PezspWeightsWeightV2Weight, SnowbridgeCoreAssetMetadata, SnowbridgeCoreOperatingModeBasicOperatingMode, SnowbridgeCoreRewardMessageId, StagingXcmExecutorAssetTransferTransferType, StagingXcmV5Asset, StagingXcmV5Location, TeyrchainsCommonPayVersionedLocatableAccount, XcmV3WeightLimit, XcmVersionedAssetId, XcmVersionedAssets, XcmVersionedLocation, XcmVersionedXcm } from '@pezkuwi/types/lookup'; +import type { AccountId, AccountIndex, Address, H256, LookupSource, RuntimeCall } from '@pezkuwi/types/interfaces/runtime'; +import type { AssetHubPezkuwiRuntimeOriginCaller, AssetHubPezkuwiRuntimeProxyType, AssetHubPezkuwiRuntimeRuntimeParameters, AssetHubPezkuwiRuntimeRuntimeTask, AssetHubPezkuwiRuntimeSessionKeys, AssetHubPezkuwiRuntimeStakingNposCompactSolution16, PezcumulusPezpalletTeyrchainSystemTeyrchainInherentBasicTeyrchainInherentData, PezcumulusPezpalletTeyrchainSystemTeyrchainInherentInboundMessagesData, PezcumulusPrimitivesCoreAggregateMessageOrigin, PezframeSupportPreimagesBounded, PezframeSupportScheduleDispatchTime, PezkuwiRuntimeCommonClaimsEcdsaSignature, PezkuwiRuntimeCommonClaimsEthereumAddress, PezkuwiRuntimeCommonClaimsStatementKind, PezkuwiRuntimeCommonImplsVersionedLocatableAsset, PezpalletAhMigratorMigrationStage, PezpalletBalancesAdjustmentDirection, PezpalletConvictionVotingConviction, PezpalletConvictionVotingVoteAccountVote, PezpalletElectionProviderMultiBlockAdminOperation, PezpalletElectionProviderMultiBlockPagedRawSolution, PezpalletMultisigTimepoint, PezpalletNftsAttributeNamespace, PezpalletNftsCancelAttributesApprovalWitness, PezpalletNftsCollectionConfig, PezpalletNftsDestroyWitness, PezpalletNftsItemConfig, PezpalletNftsItemTip, PezpalletNftsMintSettings, PezpalletNftsMintWitness, PezpalletNftsPreSignedAttributes, PezpalletNftsPreSignedMint, PezpalletNftsPriceWithDirection, PezpalletNominationPoolsBondExtra, PezpalletNominationPoolsClaimPermission, PezpalletNominationPoolsCommissionChangeRate, PezpalletNominationPoolsCommissionClaimPermission, PezpalletNominationPoolsConfigOpAccountId32, PezpalletNominationPoolsConfigOpPerbill, PezpalletNominationPoolsConfigOpU128, PezpalletNominationPoolsConfigOpU32, PezpalletNominationPoolsPoolState, PezpalletRcMigratorAccountsAccount, PezpalletRcMigratorBountiesRcBountiesMessage, PezpalletRcMigratorChildBountiesPortableChildBountiesMessage, PezpalletRcMigratorClaimsRcClaimsMessage, PezpalletRcMigratorConvictionVotingRcConvictionVotingMessage, PezpalletRcMigratorCrowdloanRcCrowdloanMessage, PezpalletRcMigratorIndicesRcIndicesIndex, PezpalletRcMigratorMigrationFinishedData, PezpalletRcMigratorMultisigRcMultisig, PezpalletRcMigratorPreimageChunksRcPreimageChunk, PezpalletRcMigratorPreimageLegacyRequestStatusRcPreimageLegacyStatus, PezpalletRcMigratorPreimageRequestStatusPortableRequestStatus, PezpalletRcMigratorProxyRcProxy, PezpalletRcMigratorProxyRcProxyAnnouncement, PezpalletRcMigratorQueuePriority, PezpalletRcMigratorReferendaReferendaMessage, PezpalletRcMigratorSchedulerRcSchedulerMessage, PezpalletRcMigratorSchedulerSchedulerAgendaMessage, PezpalletRcMigratorStakingBagsListPortableBagsListMessage, PezpalletRcMigratorStakingDelegatedStakingPortableDelegatedStakingMessage, PezpalletRcMigratorStakingMessagePortableStakingMessage, PezpalletRcMigratorStakingNomPoolsRcNomPoolsMessage, PezpalletRcMigratorTreasuryPortableTreasuryMessage, PezpalletRcMigratorVestingRcVestingSchedule, PezpalletReferendaReferendumInfoRcPalletsOrigin, PezpalletStakingAsyncLedgerUnlockChunk, PezpalletStakingAsyncPezpalletConfigOpPerbill, PezpalletStakingAsyncPezpalletConfigOpPercent, PezpalletStakingAsyncPezpalletConfigOpU128, PezpalletStakingAsyncPezpalletConfigOpU32, PezpalletStakingAsyncRcClientOffence, PezpalletStakingAsyncRcClientSessionReport, PezpalletStakingAsyncRewardDestination, PezpalletStakingAsyncValidatorPrefs, PezpalletStateTrieMigrationMigrationLimits, PezpalletStateTrieMigrationMigrationTask, PezpalletStateTrieMigrationProgress, PezpalletUniquesDestroyWitness, PezpalletVestingVestingInfo, PezspCoreCryptoAccountId32, PezspNposElectionsElectionScore, PezspRuntimeMultiAddress, PezspRuntimeMultiSignature, PezspWeightsWeightV2Weight, SnowbridgeCoreAssetMetadata, SnowbridgeCoreOperatingModeBasicOperatingMode, SnowbridgeCoreRewardMessageId, StagingXcmExecutorAssetTransferTransferType, StagingXcmV5Asset, StagingXcmV5Location, TeyrchainsCommonPayVersionedLocatableAccount, XcmV3WeightLimit, XcmVersionedAssetId, XcmVersionedAssets, XcmVersionedLocation, XcmVersionedXcm } from '@pezkuwi/types/lookup'; export type __AugmentedSubmittable = AugmentedSubmittable<() => unknown>; export type __SubmittableExtrinsic = SubmittableExtrinsic; @@ -102,7 +102,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * The manager has the similar to [`Config::AdminOrigin`] privileges except that it * can not set the manager account id via `set_manager` call. **/ - setManager: AugmentedSubmittable<(updated: Option | null | Uint8Array | AccountId32 | string) => SubmittableExtrinsic, [Option]>; + setManager: AugmentedSubmittable<(updated: Option | string | Uint8Array) => SubmittableExtrinsic, [Option]>; /** * Start the data migration. * @@ -133,7 +133,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Can be called by any signed origin. The condition that all contributions are withdrawn * is in place since the reserve acts as a storage deposit. **/ - unreserveCrowdloanReserve: AugmentedSubmittable<(block: u32 | AnyNumber | Uint8Array, depositor: Option | null | Uint8Array | AccountId32 | string, paraId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, Option, u32]>; + unreserveCrowdloanReserve: AugmentedSubmittable<(block: u32 | AnyNumber | Uint8Array, depositor: Option | string | Uint8Array, paraId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, Option, u32]>; /** * Unreserve the deposit that was taken for creating a crowdloan. * @@ -144,7 +144,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Solo bidder accounts that won lease auctions can use this to unreserve their amount. **/ - unreserveLeaseDeposit: AugmentedSubmittable<(block: u32 | AnyNumber | Uint8Array, depositor: Option | null | Uint8Array | AccountId32 | string, paraId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, Option, u32]>; + unreserveLeaseDeposit: AugmentedSubmittable<(block: u32 | AnyNumber | Uint8Array, depositor: Option | string | Uint8Array, paraId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, Option, u32]>; /** * Withdraw the contribution of a finished crowdloan. * @@ -154,7 +154,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Can be called by any signed origin. **/ - withdrawCrowdloanContribution: AugmentedSubmittable<(block: u32 | AnyNumber | Uint8Array, depositor: Option | null | Uint8Array | AccountId32 | string, paraId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, Option, u32]>; + withdrawCrowdloanContribution: AugmentedSubmittable<(block: u32 | AnyNumber | Uint8Array, depositor: Option | string | Uint8Array, paraId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, Option, u32]>; /** * Generic tx **/ @@ -177,7 +177,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Once liquidity is added, someone may successfully call * [`Pallet::swap_exact_tokens_for_tokens`]. **/ - addLiquidity: AugmentedSubmittable<(asset1: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, asset2: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, amount1Desired: u128 | AnyNumber | Uint8Array, amount2Desired: u128 | AnyNumber | Uint8Array, amount1Min: u128 | AnyNumber | Uint8Array, amount2Min: u128 | AnyNumber | Uint8Array, mintTo: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, StagingXcmV5Location, u128, u128, u128, u128, AccountId32]>; + addLiquidity: AugmentedSubmittable<(asset1: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, asset2: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, amount1Desired: u128 | AnyNumber | Uint8Array, amount2Desired: u128 | AnyNumber | Uint8Array, amount1Min: u128 | AnyNumber | Uint8Array, amount2Min: u128 | AnyNumber | Uint8Array, mintTo: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, StagingXcmV5Location, u128, u128, u128, u128, PezspCoreCryptoAccountId32]>; /** * Creates an empty liquidity pool and an associated new `lp_token` asset * (the id of which is returned in the `Event::PoolCreated` event). @@ -190,7 +190,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * burned in the process. With the usage of `amount1_min_receive`/`amount2_min_receive` * it's possible to control the min amount of returned tokens you're happy with. **/ - removeLiquidity: AugmentedSubmittable<(asset1: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, asset2: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, lpTokenBurn: u128 | AnyNumber | Uint8Array, amount1MinReceive: u128 | AnyNumber | Uint8Array, amount2MinReceive: u128 | AnyNumber | Uint8Array, withdrawTo: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, StagingXcmV5Location, u128, u128, u128, AccountId32]>; + removeLiquidity: AugmentedSubmittable<(asset1: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, asset2: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, lpTokenBurn: u128 | AnyNumber | Uint8Array, amount1MinReceive: u128 | AnyNumber | Uint8Array, amount2MinReceive: u128 | AnyNumber | Uint8Array, withdrawTo: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, StagingXcmV5Location, u128, u128, u128, PezspCoreCryptoAccountId32]>; /** * Swap the exact amount of `asset1` into `asset2`. * `amount_out_min` param allows you to specify the min amount of the `asset2` @@ -199,7 +199,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * [`AssetConversionApi::quote_price_exact_tokens_for_tokens`] runtime call can be called * for a quote. **/ - swapExactTokensForTokens: AugmentedSubmittable<(path: Vec | (StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array)[], amountIn: u128 | AnyNumber | Uint8Array, amountOutMin: u128 | AnyNumber | Uint8Array, sendTo: AccountId32 | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic, [Vec, u128, u128, AccountId32, bool]>; + swapExactTokensForTokens: AugmentedSubmittable<(path: Vec | (StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array)[], amountIn: u128 | AnyNumber | Uint8Array, amountOutMin: u128 | AnyNumber | Uint8Array, sendTo: PezspCoreCryptoAccountId32 | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic, [Vec, u128, u128, PezspCoreCryptoAccountId32, bool]>; /** * Swap any amount of `asset1` to get the exact amount of `asset2`. * `amount_in_max` param allows to specify the max amount of the `asset1` @@ -208,7 +208,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * [`AssetConversionApi::quote_price_tokens_for_exact_tokens`] runtime call can be called * for a quote. **/ - swapTokensForExactTokens: AugmentedSubmittable<(path: Vec | (StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array)[], amountOut: u128 | AnyNumber | Uint8Array, amountInMax: u128 | AnyNumber | Uint8Array, sendTo: AccountId32 | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic, [Vec, u128, u128, AccountId32, bool]>; + swapTokensForExactTokens: AugmentedSubmittable<(path: Vec | (StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array)[], amountOut: u128 | AnyNumber | Uint8Array, amountInMax: u128 | AnyNumber | Uint8Array, sendTo: PezspCoreCryptoAccountId32 | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic, [Vec, u128, u128, PezspCoreCryptoAccountId32, bool]>; /** * Touch an existing pool to fulfill prerequisites before providing liquidity, such as * ensuring that the pool's accounts are in place. It is typically useful when a pool @@ -278,7 +278,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - approveTransfer: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, Compact]>; + approveTransfer: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, Compact]>; /** * Disallow further unprivileged transfers of an asset `id` to and from an account `who`. * @@ -291,7 +291,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - block: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress]>; + block: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress]>; /** * Reduce the balance of `who` by as much as possible up to `amount` assets of `id`. * @@ -309,7 +309,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Weight: `O(1)` * Modes: Post-existence of `who`; Pre & post Zombie-status of `who`. **/ - burn: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, Compact]>; + burn: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, Compact]>; /** * Cancel all of some asset approved for delegated transfer by a third-party account. * @@ -325,7 +325,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - cancelApproval: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress]>; + cancelApproval: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress]>; /** * Clear the metadata for an asset. * @@ -361,7 +361,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - create: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, admin: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, minBalance: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, u128]>; + create: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, admin: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, minBalance: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, u128]>; /** * Destroy all accounts associated with a given asset. * @@ -429,7 +429,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - forceAssetStatus: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, issuer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, admin: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, freezer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, minBalance: Compact | AnyNumber | Uint8Array, isSufficient: bool | boolean | Uint8Array, isFrozen: bool | boolean | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, MultiAddress, MultiAddress, MultiAddress, Compact, bool, bool]>; + forceAssetStatus: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, issuer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, admin: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, freezer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, minBalance: Compact | AnyNumber | Uint8Array, isSufficient: bool | boolean | Uint8Array, isFrozen: bool | boolean | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, Compact, bool, bool]>; /** * Cancel all of some asset approved for delegated transfer by a third-party account. * @@ -445,7 +445,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - forceCancelApproval: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, MultiAddress]>; + forceCancelApproval: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress]>; /** * Clear the metadata for an asset. * @@ -481,7 +481,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - forceCreate: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, isSufficient: bool | boolean | Uint8Array, minBalance: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, bool, Compact]>; + forceCreate: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, isSufficient: bool | boolean | Uint8Array, minBalance: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, bool, Compact]>; /** * Force the metadata for an asset to some value. * @@ -520,7 +520,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Modes: Pre-existence of `dest`; Post-existence of `source`; Account pre-existence of * `dest`. **/ - forceTransfer: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, source: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, MultiAddress, Compact]>; + forceTransfer: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, source: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, dest: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, Compact]>; /** * Disallow further unprivileged transfers of an asset `id` from an account `who`. `who` * must already exist as an entry in `Account`s of the asset. If you want to freeze an @@ -535,7 +535,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - freeze: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress]>; + freeze: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress]>; /** * Disallow further unprivileged transfers for the asset class. * @@ -562,7 +562,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Weight: `O(1)` * Modes: Pre-existing balance of `beneficiary`; Account pre-existence of `beneficiary`. **/ - mint: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, beneficiary: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, Compact]>; + mint: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, beneficiary: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, Compact]>; /** * Return the deposit (if any) of an asset account or a consumer reference (if any) of an * account. @@ -594,7 +594,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Emits `Refunded` event when successful. **/ - refundOther: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress]>; + refundOther: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress]>; /** * Set the metadata for an asset. * @@ -643,7 +643,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - setTeam: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, issuer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, admin: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, freezer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, MultiAddress, MultiAddress]>; + setTeam: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, issuer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, admin: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, freezer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress]>; /** * Start the process of destroying a fungible asset class. * @@ -671,7 +671,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - thaw: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress]>; + thaw: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress]>; /** * Allow unprivileged transfers for the asset again. * @@ -708,7 +708,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Emits `Touched` event when successful. **/ - touchOther: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress]>; + touchOther: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress]>; /** * Move some assets from the sender account to another. * @@ -729,7 +729,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Modes: Pre-existence of `target`; Post-existence of sender; Account pre-existence of * `target`. **/ - transfer: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, Compact]>; + transfer: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, Compact]>; /** * Transfer the entire transferable balance from the caller asset account. * @@ -748,7 +748,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * (false), or transfer everything except at least the minimum balance, which will * guarantee to keep the sender asset account alive (true). **/ - transferAll: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, bool]>; + transferAll: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, dest: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, bool]>; /** * Transfer some asset balance from a previously delegated account to some third-party * account. @@ -769,7 +769,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - transferApproved: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, destination: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, MultiAddress, Compact]>; + transferApproved: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, destination: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, Compact]>; /** * Move some assets from the sender account to another, keeping the sender account alive. * @@ -790,7 +790,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Modes: Pre-existence of `target`; Post-existence of sender; Account pre-existence of * `target`. **/ - transferKeepAlive: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, Compact]>; + transferKeepAlive: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, Compact]>; /** * Change the Owner of an asset. * @@ -803,7 +803,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - transferOwnership: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress]>; + transferOwnership: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress]>; /** * Generic tx **/ @@ -833,18 +833,18 @@ declare module '@pezkuwi/api-base/types/submittable' { * * The dispatch origin for this call is `root`. **/ - forceSetBalance: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, newFree: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, Compact]>; + forceSetBalance: AugmentedSubmittable<(who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, newFree: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, Compact]>; /** * Exactly as `transfer_allow_death`, except the origin must be root and the source account * may be specified. **/ - forceTransfer: AugmentedSubmittable<(source: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, value: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, MultiAddress, Compact]>; + forceTransfer: AugmentedSubmittable<(source: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, dest: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, value: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, Compact]>; /** * Unreserve some balance from a user by force. * * Can only be called by ROOT. **/ - forceUnreserve: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, u128]>; + forceUnreserve: AugmentedSubmittable<(who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, u128]>; /** * Transfer the entire transferable balance from the caller account. * @@ -862,7 +862,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * transfer everything except at least the existential deposit, which will guarantee to * keep the sender account alive (true). **/ - transferAll: AugmentedSubmittable<(dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic, [MultiAddress, bool]>; + transferAll: AugmentedSubmittable<(dest: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, bool]>; /** * Transfer some liquid free balance to another account. * @@ -872,7 +872,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * The dispatch origin for this call must be `Signed` by the transactor. **/ - transferAllowDeath: AugmentedSubmittable<(dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, value: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, Compact]>; + transferAllowDeath: AugmentedSubmittable<(dest: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, value: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, Compact]>; /** * Same as the [`transfer_allow_death`] call, but with a check that the transfer will not * kill the origin account. @@ -881,7 +881,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * [`transfer_allow_death`]: struct.Pallet.html#method.transfer **/ - transferKeepAlive: AugmentedSubmittable<(dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, value: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, Compact]>; + transferKeepAlive: AugmentedSubmittable<(dest: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, value: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, Compact]>; /** * Upgrade a specified account. * @@ -892,7 +892,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * be upgraded. (We let some not have to be upgraded just in order to allow for the * possibility of churn). **/ - upgradeAccounts: AugmentedSubmittable<(who: Vec | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic, [Vec]>; + upgradeAccounts: AugmentedSubmittable<(who: Vec | string | Uint8Array) => SubmittableExtrinsic, [Vec]>; /** * Generic tx **/ @@ -932,7 +932,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * ## Complexity * - O(1). **/ - approveBountyWithCurator: AugmentedSubmittable<(bountyId: Compact | AnyNumber | Uint8Array, curator: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, fee: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, Compact]>; + approveBountyWithCurator: AugmentedSubmittable<(bountyId: Compact | AnyNumber | Uint8Array, curator: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, fee: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, Compact]>; /** * Award bounty to a beneficiary account. The beneficiary will be able to claim the funds * after a delay. @@ -945,7 +945,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * ## Complexity * - O(1). **/ - awardBounty: AugmentedSubmittable<(bountyId: Compact | AnyNumber | Uint8Array, beneficiary: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress]>; + awardBounty: AugmentedSubmittable<(bountyId: Compact | AnyNumber | Uint8Array, beneficiary: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress]>; /** * Claim the payout from an awarded bounty after payout delay. * @@ -1022,7 +1022,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * ## Complexity * - O(1). **/ - proposeCurator: AugmentedSubmittable<(bountyId: Compact | AnyNumber | Uint8Array, curator: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, fee: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, Compact]>; + proposeCurator: AugmentedSubmittable<(bountyId: Compact | AnyNumber | Uint8Array, curator: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, fee: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, Compact]>; /** * Unassign curator from a bounty. * @@ -1112,7 +1112,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `child_bounty_id`: Index of child bounty. * - `beneficiary`: Beneficiary account. **/ - awardChildBounty: AugmentedSubmittable<(parentBountyId: Compact | AnyNumber | Uint8Array, childBountyId: Compact | AnyNumber | Uint8Array, beneficiary: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, Compact, MultiAddress]>; + awardChildBounty: AugmentedSubmittable<(parentBountyId: Compact | AnyNumber | Uint8Array, childBountyId: Compact | AnyNumber | Uint8Array, beneficiary: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, Compact, PezspRuntimeMultiAddress]>; /** * Claim the payout from an awarded child-bounty after payout delay. * @@ -1174,7 +1174,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `curator`: Address of child-bounty curator. * - `fee`: payment fee to child-bounty curator for execution. **/ - proposeCurator: AugmentedSubmittable<(parentBountyId: Compact | AnyNumber | Uint8Array, childBountyId: Compact | AnyNumber | Uint8Array, curator: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, fee: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, Compact, MultiAddress, Compact]>; + proposeCurator: AugmentedSubmittable<(parentBountyId: Compact | AnyNumber | Uint8Array, childBountyId: Compact | AnyNumber | Uint8Array, curator: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, fee: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, Compact, PezspRuntimeMultiAddress, Compact]>; /** * Unassign curator from a child-bounty. * @@ -1266,7 +1266,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Total Complexity: O(1) * **/ - claim: AugmentedSubmittable<(dest: AccountId32 | string | Uint8Array, ethereumSignature: PezkuwiRuntimeCommonClaimsEcdsaSignature) => SubmittableExtrinsic, [AccountId32, PezkuwiRuntimeCommonClaimsEcdsaSignature]>; + claim: AugmentedSubmittable<(dest: PezspCoreCryptoAccountId32 | string | Uint8Array, ethereumSignature: PezkuwiRuntimeCommonClaimsEcdsaSignature) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32, PezkuwiRuntimeCommonClaimsEcdsaSignature]>; /** * Make a claim to collect your DOTs by signing a statement. * @@ -1296,7 +1296,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Total Complexity: O(1) * **/ - claimAttest: AugmentedSubmittable<(dest: AccountId32 | string | Uint8Array, ethereumSignature: PezkuwiRuntimeCommonClaimsEcdsaSignature, statement: Bytes | string | Uint8Array) => SubmittableExtrinsic, [AccountId32, PezkuwiRuntimeCommonClaimsEcdsaSignature, Bytes]>; + claimAttest: AugmentedSubmittable<(dest: PezspCoreCryptoAccountId32 | string | Uint8Array, ethereumSignature: PezkuwiRuntimeCommonClaimsEcdsaSignature, statement: Bytes | string | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32, PezkuwiRuntimeCommonClaimsEcdsaSignature, Bytes]>; /** * Mint a new claim to collect DOTs. * @@ -1315,7 +1315,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * **/ mintClaim: AugmentedSubmittable<(who: PezkuwiRuntimeCommonClaimsEthereumAddress, value: u128 | AnyNumber | Uint8Array, vestingSchedule: Option> | null | Uint8Array | ITuple<[u128, u128, u32]> | [u128 | AnyNumber | Uint8Array, u128 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array], statement: Option | null | Uint8Array | PezkuwiRuntimeCommonClaimsStatementKind) => SubmittableExtrinsic, [PezkuwiRuntimeCommonClaimsEthereumAddress, u128, Option>, Option]>; - moveClaim: AugmentedSubmittable<(old: PezkuwiRuntimeCommonClaimsEthereumAddress, updated: PezkuwiRuntimeCommonClaimsEthereumAddress, maybePreclaim: Option | null | Uint8Array | AccountId32 | string) => SubmittableExtrinsic, [PezkuwiRuntimeCommonClaimsEthereumAddress, PezkuwiRuntimeCommonClaimsEthereumAddress, Option]>; + moveClaim: AugmentedSubmittable<(old: PezkuwiRuntimeCommonClaimsEthereumAddress, updated: PezkuwiRuntimeCommonClaimsEthereumAddress, maybePreclaim: Option | string | Uint8Array) => SubmittableExtrinsic, [PezkuwiRuntimeCommonClaimsEthereumAddress, PezkuwiRuntimeCommonClaimsEthereumAddress, Option]>; /** * Generic tx **/ @@ -1328,7 +1328,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * The origin for this call must be the `UpdateOrigin`. **/ - addInvulnerable: AugmentedSubmittable<(who: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [AccountId32]>; + addInvulnerable: AugmentedSubmittable<(who: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32]>; /** * Deregister `origin` as a collator candidate. Note that the collator can only leave on * session change. The `CandidacyBond` will be unreserved immediately. @@ -1350,7 +1350,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * The origin for this call must be the `UpdateOrigin`. **/ - removeInvulnerable: AugmentedSubmittable<(who: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [AccountId32]>; + removeInvulnerable: AugmentedSubmittable<(who: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32]>; /** * Set the candidacy bond amount. * @@ -1384,7 +1384,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Must be called by the `UpdateOrigin`. **/ - setInvulnerables: AugmentedSubmittable<(updated: Vec | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic, [Vec]>; + setInvulnerables: AugmentedSubmittable<(updated: Vec | string | Uint8Array) => SubmittableExtrinsic, [Vec]>; /** * The caller `origin` replaces a candidate `target` in the collator candidate list by * reserving `deposit`. The amount `deposit` reserved by the caller must be greater than @@ -1394,7 +1394,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * caller does not have registered session keys, the target is not a collator candidate, * and/or the `deposit` amount cannot be reserved. **/ - takeCandidateSlot: AugmentedSubmittable<(deposit: u128 | AnyNumber | Uint8Array, target: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [u128, AccountId32]>; + takeCandidateSlot: AugmentedSubmittable<(deposit: u128 | AnyNumber | Uint8Array, target: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [u128, PezspCoreCryptoAccountId32]>; /** * Update the candidacy bond of collator candidate `origin` to a new amount `new_deposit`. * @@ -1436,7 +1436,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Weight: `O(R)` where R is the number of polls the voter delegating to has * voted on. Weight is initially charged as if maximum votes, but is refunded later. **/ - delegate: AugmentedSubmittable<(clazz: u16 | AnyNumber | Uint8Array, to: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, conviction: PezpalletConvictionVotingConviction, balance: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u16, MultiAddress, PezpalletConvictionVotingConviction, u128]>; + delegate: AugmentedSubmittable<(clazz: u16 | AnyNumber | Uint8Array, to: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, conviction: PezpalletConvictionVotingConviction, balance: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u16, PezspRuntimeMultiAddress, PezpalletConvictionVotingConviction, u128]>; /** * Remove a vote for a poll. * @@ -1455,7 +1455,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Weight: `O(R + log R)` where R is the number of polls that `target` has voted on. * Weight is calculated for the maximum number of vote. **/ - removeOtherVote: AugmentedSubmittable<(target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, clazz: u16 | AnyNumber | Uint8Array, index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, u16, u32]>; + removeOtherVote: AugmentedSubmittable<(target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, clazz: u16 | AnyNumber | Uint8Array, index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, u16, u32]>; /** * Remove a vote for a poll. * @@ -1516,7 +1516,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(R)` with R number of vote of target. **/ - unlock: AugmentedSubmittable<(clazz: u16 | AnyNumber | Uint8Array, target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u16, MultiAddress]>; + unlock: AugmentedSubmittable<(clazz: u16 | AnyNumber | Uint8Array, target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u16, PezspRuntimeMultiAddress]>; /** * Vote in a poll. If `vote.is_aye()`, the vote is to enact the proposal; * otherwise it is a vote to keep the status quo. @@ -1563,7 +1563,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - approveTransfer: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, MultiAddress, Compact]>; + approveTransfer: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, PezspRuntimeMultiAddress, Compact]>; /** * Disallow further unprivileged transfers of an asset `id` to and from an account `who`. * @@ -1576,7 +1576,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - block: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, MultiAddress]>; + block: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, PezspRuntimeMultiAddress]>; /** * Reduce the balance of `who` by as much as possible up to `amount` assets of `id`. * @@ -1594,7 +1594,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Weight: `O(1)` * Modes: Post-existence of `who`; Pre & post Zombie-status of `who`. **/ - burn: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, MultiAddress, Compact]>; + burn: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, PezspRuntimeMultiAddress, Compact]>; /** * Cancel all of some asset approved for delegated transfer by a third-party account. * @@ -1610,7 +1610,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - cancelApproval: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, MultiAddress]>; + cancelApproval: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, PezspRuntimeMultiAddress]>; /** * Clear the metadata for an asset. * @@ -1646,7 +1646,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - create: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, admin: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, minBalance: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, MultiAddress, u128]>; + create: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, admin: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, minBalance: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, PezspRuntimeMultiAddress, u128]>; /** * Destroy all accounts associated with a given asset. * @@ -1714,7 +1714,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - forceAssetStatus: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, issuer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, admin: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, freezer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, minBalance: Compact | AnyNumber | Uint8Array, isSufficient: bool | boolean | Uint8Array, isFrozen: bool | boolean | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, MultiAddress, MultiAddress, MultiAddress, MultiAddress, Compact, bool, bool]>; + forceAssetStatus: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, issuer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, admin: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, freezer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, minBalance: Compact | AnyNumber | Uint8Array, isSufficient: bool | boolean | Uint8Array, isFrozen: bool | boolean | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, Compact, bool, bool]>; /** * Cancel all of some asset approved for delegated transfer by a third-party account. * @@ -1730,7 +1730,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - forceCancelApproval: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, MultiAddress, MultiAddress]>; + forceCancelApproval: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress]>; /** * Clear the metadata for an asset. * @@ -1766,7 +1766,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - forceCreate: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, isSufficient: bool | boolean | Uint8Array, minBalance: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, MultiAddress, bool, Compact]>; + forceCreate: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, isSufficient: bool | boolean | Uint8Array, minBalance: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, PezspRuntimeMultiAddress, bool, Compact]>; /** * Force the metadata for an asset to some value. * @@ -1805,7 +1805,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Modes: Pre-existence of `dest`; Post-existence of `source`; Account pre-existence of * `dest`. **/ - forceTransfer: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, source: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, MultiAddress, MultiAddress, Compact]>; + forceTransfer: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, source: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, dest: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, Compact]>; /** * Disallow further unprivileged transfers of an asset `id` from an account `who`. `who` * must already exist as an entry in `Account`s of the asset. If you want to freeze an @@ -1820,7 +1820,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - freeze: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, MultiAddress]>; + freeze: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, PezspRuntimeMultiAddress]>; /** * Disallow further unprivileged transfers for the asset class. * @@ -1847,7 +1847,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Weight: `O(1)` * Modes: Pre-existing balance of `beneficiary`; Account pre-existence of `beneficiary`. **/ - mint: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, beneficiary: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, MultiAddress, Compact]>; + mint: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, beneficiary: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, PezspRuntimeMultiAddress, Compact]>; /** * Return the deposit (if any) of an asset account or a consumer reference (if any) of an * account. @@ -1879,7 +1879,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Emits `Refunded` event when successful. **/ - refundOther: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, MultiAddress]>; + refundOther: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, PezspRuntimeMultiAddress]>; /** * Set the metadata for an asset. * @@ -1928,7 +1928,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - setTeam: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, issuer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, admin: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, freezer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, MultiAddress, MultiAddress, MultiAddress]>; + setTeam: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, issuer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, admin: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, freezer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress]>; /** * Start the process of destroying a fungible asset class. * @@ -1956,7 +1956,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - thaw: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, MultiAddress]>; + thaw: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, PezspRuntimeMultiAddress]>; /** * Allow unprivileged transfers for the asset again. * @@ -1993,7 +1993,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Emits `Touched` event when successful. **/ - touchOther: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, MultiAddress]>; + touchOther: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, PezspRuntimeMultiAddress]>; /** * Move some assets from the sender account to another. * @@ -2014,7 +2014,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Modes: Pre-existence of `target`; Post-existence of sender; Account pre-existence of * `target`. **/ - transfer: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, MultiAddress, Compact]>; + transfer: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, PezspRuntimeMultiAddress, Compact]>; /** * Transfer the entire transferable balance from the caller asset account. * @@ -2033,7 +2033,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * (false), or transfer everything except at least the minimum balance, which will * guarantee to keep the sender asset account alive (true). **/ - transferAll: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, MultiAddress, bool]>; + transferAll: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, dest: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, PezspRuntimeMultiAddress, bool]>; /** * Transfer some asset balance from a previously delegated account to some third-party * account. @@ -2054,7 +2054,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - transferApproved: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, destination: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, MultiAddress, MultiAddress, Compact]>; + transferApproved: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, destination: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, Compact]>; /** * Move some assets from the sender account to another, keeping the sender account alive. * @@ -2075,7 +2075,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Modes: Pre-existence of `target`; Post-existence of sender; Account pre-existence of * `target`. **/ - transferKeepAlive: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, MultiAddress, Compact]>; + transferKeepAlive: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, PezspRuntimeMultiAddress, Compact]>; /** * Change the Owner of an asset. * @@ -2088,7 +2088,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - transferOwnership: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, MultiAddress]>; + transferOwnership: AugmentedSubmittable<(id: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [StagingXcmV5Location, PezspRuntimeMultiAddress]>; /** * Generic tx **/ @@ -2125,7 +2125,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * ## Complexity * - `O(1)`. **/ - forceTransfer: AugmentedSubmittable<(updated: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, index: u32 | AnyNumber | Uint8Array, freeze: bool | boolean | Uint8Array) => SubmittableExtrinsic, [MultiAddress, u32, bool]>; + forceTransfer: AugmentedSubmittable<(updated: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, index: u32 | AnyNumber | Uint8Array, freeze: bool | boolean | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, u32, bool]>; /** * Free up an index owned by the sender. * @@ -2183,7 +2183,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * ## Complexity * - `O(1)`. **/ - transfer: AugmentedSubmittable<(updated: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, u32]>; + transfer: AugmentedSubmittable<(updated: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, u32]>; /** * Generic tx **/ @@ -2256,7 +2256,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Dispatch origin must the the same as [`crate::Config::AdminOrigin`]. **/ - setInvulnerables: AugmentedSubmittable<(inv: Vec | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic, [Vec]>; + setInvulnerables: AugmentedSubmittable<(inv: Vec | string | Uint8Array) => SubmittableExtrinsic, [Vec]>; /** * Submit a single page of a solution. * @@ -2336,7 +2336,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - Storage: inserts one item, value size bounded by `MaxSignatories`, with a deposit * taken for its lifetime of `DepositBase + threshold * DepositFactor`. **/ - approveAsMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec | (AccountId32 | string | Uint8Array)[], maybeTimepoint: Option | null | Uint8Array | PezpalletMultisigTimepoint, callHash: U8aFixed | string | Uint8Array, maxWeight: PezspWeightsWeightV2Weight) => SubmittableExtrinsic, [u16, Vec, Option, U8aFixed, PezspWeightsWeightV2Weight]>; + approveAsMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec | string | Uint8Array, maybeTimepoint: Option | null | Uint8Array | PezpalletMultisigTimepoint, callHash: U8aFixed | string | Uint8Array, maxWeight: PezspWeightsWeightV2Weight) => SubmittableExtrinsic, [u16, Vec, Option, U8aFixed, PezspWeightsWeightV2Weight]>; /** * Register approval for a dispatch to be made from a deterministic composite account if * approved by a total of `threshold - 1` of `other_signatories`. @@ -2378,7 +2378,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - Storage: inserts one item, value size bounded by `MaxSignatories`, with a deposit * taken for its lifetime of `DepositBase + threshold * DepositFactor`. **/ - asMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec | (AccountId32 | string | Uint8Array)[], maybeTimepoint: Option | null | Uint8Array | PezpalletMultisigTimepoint, call: RuntimeCall | IMethod | string | Uint8Array, maxWeight: PezspWeightsWeightV2Weight) => SubmittableExtrinsic, [u16, Vec, Option, RuntimeCall, PezspWeightsWeightV2Weight]>; + asMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec | string | Uint8Array, maybeTimepoint: Option | null | Uint8Array | PezpalletMultisigTimepoint, call: RuntimeCall | IMethod | string | Uint8Array, maxWeight: PezspWeightsWeightV2Weight) => SubmittableExtrinsic, [u16, Vec, Option, RuntimeCall, PezspWeightsWeightV2Weight]>; /** * Immediately dispatch a multi-signature call using a single approval from the caller. * @@ -2393,7 +2393,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * ## Complexity * O(Z + C) where Z is the length of the call and C its execution weight. **/ - asMultiThreshold1: AugmentedSubmittable<(otherSignatories: Vec | (AccountId32 | string | Uint8Array)[], call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic, [Vec, RuntimeCall]>; + asMultiThreshold1: AugmentedSubmittable<(otherSignatories: Vec | string | Uint8Array, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic, [Vec, RuntimeCall]>; /** * Cancel a pre-existing, on-going multisig transaction. Any deposit reserved previously * for this operation will be unreserved on success. @@ -2417,7 +2417,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - I/O: 1 read `O(S)`, one remove. * - Storage: removes one item. **/ - cancelAsMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec | (AccountId32 | string | Uint8Array)[], timepoint: PezpalletMultisigTimepoint, callHash: U8aFixed | string | Uint8Array) => SubmittableExtrinsic, [u16, Vec, PezpalletMultisigTimepoint, U8aFixed]>; + cancelAsMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec | string | Uint8Array, timepoint: PezpalletMultisigTimepoint, callHash: U8aFixed | string | Uint8Array) => SubmittableExtrinsic, [u16, Vec, PezpalletMultisigTimepoint, U8aFixed]>; /** * Poke the deposit reserved for an existing multisig operation. * @@ -2433,7 +2433,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Emits `DepositPoked` if successful. **/ - pokeDeposit: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec | (AccountId32 | string | Uint8Array)[], callHash: U8aFixed | string | Uint8Array) => SubmittableExtrinsic, [u16, Vec, U8aFixed]>; + pokeDeposit: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec | string | Uint8Array, callHash: U8aFixed | string | Uint8Array) => SubmittableExtrinsic, [u16, Vec, U8aFixed]>; /** * Generic tx **/ @@ -2451,7 +2451,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Emits `ItemAttributesApprovalAdded` on success. **/ - approveItemAttributes: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, u32, MultiAddress]>; + approveItemAttributes: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, u32, PezspRuntimeMultiAddress]>; /** * Approve an item to be transferred by a delegated third-party account. * @@ -2468,7 +2468,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - approveTransfer: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, maybeDeadline: Option | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic, [u32, u32, MultiAddress, Option]>; + approveTransfer: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, maybeDeadline: Option | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic, [u32, u32, PezspRuntimeMultiAddress, Option]>; /** * Destroy a single item. * @@ -2511,7 +2511,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - cancelApproval: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, u32, MultiAddress]>; + cancelApproval: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, u32, PezspRuntimeMultiAddress]>; /** * Cancel the previously provided approval to change item's attributes. * All the previously set attributes by the `delegate` will be removed. @@ -2524,7 +2524,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Emits `ItemAttributesApprovalRemoved` on success. **/ - cancelItemAttributesApproval: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, witness: PezpalletNftsCancelAttributesApprovalWitness) => SubmittableExtrinsic, [u32, u32, MultiAddress, PezpalletNftsCancelAttributesApprovalWitness]>; + cancelItemAttributesApproval: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, witness: PezpalletNftsCancelAttributesApprovalWitness) => SubmittableExtrinsic, [u32, u32, PezspRuntimeMultiAddress, PezpalletNftsCancelAttributesApprovalWitness]>; /** * Cancel an atomic swap. * @@ -2634,7 +2634,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - create: AugmentedSubmittable<(admin: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, config: PezpalletNftsCollectionConfig) => SubmittableExtrinsic, [MultiAddress, PezpalletNftsCollectionConfig]>; + create: AugmentedSubmittable<(admin: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, config: PezpalletNftsCollectionConfig) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, PezpalletNftsCollectionConfig]>; /** * Register a new atomic swap, declaring an intention to send an `item` in exchange for * `desired_item` from origin to target on the current blockchain. @@ -2699,7 +2699,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - forceCollectionOwner: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress]>; + forceCollectionOwner: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress]>; /** * Issue a new collection of non-fungible items from a privileged origin. * @@ -2717,7 +2717,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - forceCreate: AugmentedSubmittable<(owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, config: PezpalletNftsCollectionConfig) => SubmittableExtrinsic, [MultiAddress, PezpalletNftsCollectionConfig]>; + forceCreate: AugmentedSubmittable<(owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, config: PezpalletNftsCollectionConfig) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, PezpalletNftsCollectionConfig]>; /** * Mint an item of a particular collection from a privileged origin. * @@ -2733,7 +2733,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - forceMint: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, mintTo: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, itemConfig: PezpalletNftsItemConfig) => SubmittableExtrinsic, [u32, u32, MultiAddress, PezpalletNftsItemConfig]>; + forceMint: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, mintTo: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, itemConfig: PezpalletNftsItemConfig) => SubmittableExtrinsic, [u32, u32, PezspRuntimeMultiAddress, PezpalletNftsItemConfig]>; /** * Force-set an attribute for a collection or item. * @@ -2753,7 +2753,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - forceSetAttribute: AugmentedSubmittable<(setAs: Option | null | Uint8Array | AccountId32 | string, collection: u32 | AnyNumber | Uint8Array, maybeItem: Option | null | Uint8Array | u32 | AnyNumber, namespace: PezpalletNftsAttributeNamespace, key: Bytes | string | Uint8Array, value: Bytes | string | Uint8Array) => SubmittableExtrinsic, [Option, u32, Option, PezpalletNftsAttributeNamespace, Bytes, Bytes]>; + forceSetAttribute: AugmentedSubmittable<(setAs: Option | string | Uint8Array, collection: u32 | AnyNumber | Uint8Array, maybeItem: Option | null | Uint8Array | u32 | AnyNumber, namespace: PezpalletNftsAttributeNamespace, key: Bytes | string | Uint8Array, value: Bytes | string | Uint8Array) => SubmittableExtrinsic, [Option, u32, Option, PezpalletNftsAttributeNamespace, Bytes, Bytes]>; /** * Disallows specified settings for the whole collection. * @@ -2820,7 +2820,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - mint: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, mintTo: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, witnessData: Option | null | Uint8Array | PezpalletNftsMintWitness) => SubmittableExtrinsic, [u32, u32, MultiAddress, Option]>; + mint: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, mintTo: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, witnessData: Option | null | Uint8Array | PezpalletNftsMintWitness) => SubmittableExtrinsic, [u32, u32, PezspRuntimeMultiAddress, Option]>; /** * Mint an item by providing the pre-signed approval. * @@ -2836,7 +2836,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Emits `AttributeSet` if the attributes were provided. * Emits `ItemMetadataSet` if the metadata was not empty. **/ - mintPreSigned: AugmentedSubmittable<(mintData: PezpalletNftsPreSignedMint, signature: PezspRuntimeMultiSignature, signer: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezpalletNftsPreSignedMint, PezspRuntimeMultiSignature, AccountId32]>; + mintPreSigned: AugmentedSubmittable<(mintData: PezpalletNftsPreSignedMint, signature: PezspRuntimeMultiSignature, signer: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezpalletNftsPreSignedMint, PezspRuntimeMultiSignature, PezspCoreCryptoAccountId32]>; /** * Allows to pay the tips. * @@ -2920,7 +2920,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Emits `ItemAttributesApprovalAdded` if the approval wasn't set before. * Emits `PreSignedAttributesSet` on success. **/ - setAttributesPreSigned: AugmentedSubmittable<(data: PezpalletNftsPreSignedAttributes, signature: PezspRuntimeMultiSignature, signer: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezpalletNftsPreSignedAttributes, PezspRuntimeMultiSignature, AccountId32]>; + setAttributesPreSigned: AugmentedSubmittable<(data: PezpalletNftsPreSignedAttributes, signature: PezspRuntimeMultiSignature, signer: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezpalletNftsPreSignedAttributes, PezspRuntimeMultiSignature, PezspCoreCryptoAccountId32]>; /** * Set the maximum number of items a collection could have. * @@ -2983,7 +2983,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Emits `ItemPriceSet` on success if the price is not `None`. * Emits `ItemPriceRemoved` on success if the price is `None`. **/ - setPrice: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, price: Option | null | Uint8Array | u128 | AnyNumber, whitelistedBuyer: Option | null | Uint8Array | MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string) => SubmittableExtrinsic, [u32, u32, Option, Option]>; + setPrice: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, price: Option | null | Uint8Array | u128 | AnyNumber, whitelistedBuyer: Option | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, u32, Option, Option]>; /** * Change the Issuer, Admin and Freezer of a collection. * @@ -3002,7 +3002,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - setTeam: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, issuer: Option | null | Uint8Array | MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string, admin: Option | null | Uint8Array | MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string, freezer: Option | null | Uint8Array | MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string) => SubmittableExtrinsic, [u32, Option, Option, Option]>; + setTeam: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, issuer: Option | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, admin: Option | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, freezer: Option | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, Option, Option, Option]>; /** * Move an item from the sender account to another. * @@ -3019,7 +3019,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - transfer: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, u32, MultiAddress]>; + transfer: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, dest: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, u32, PezspRuntimeMultiAddress]>; /** * Change the Owner of a collection. * @@ -3033,7 +3033,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - transferOwnership: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, newOwner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress]>; + transferOwnership: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, newOwner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress]>; /** * Re-allow unprivileged transfer of an item. * @@ -3086,7 +3086,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * is successful, fee is refunded and caller may be rewarded with a part of the slash * based on the [`crate::pallet::Config::StakeAdapter`] configuration. **/ - applySlash: AugmentedSubmittable<(memberAccount: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + applySlash: AugmentedSubmittable<(memberAccount: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * Bond `extra` more funds from `origin` into the pool to which they already belong. * @@ -3108,7 +3108,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * `other` members assuming set_claim_permission for the given member is * `PermissionlessCompound` or `PermissionlessAll`. **/ - bondExtraOther: AugmentedSubmittable<(member: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, extra: PezpalletNominationPoolsBondExtra) => SubmittableExtrinsic, [MultiAddress, PezpalletNominationPoolsBondExtra]>; + bondExtraOther: AugmentedSubmittable<(member: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, extra: PezpalletNominationPoolsBondExtra) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, PezpalletNominationPoolsBondExtra]>; /** * Chill on behalf of the pool. * @@ -3165,7 +3165,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Pool member `other` must have a `PermissionlessWithdraw` or `PermissionlessAll` claim * permission for this call to be successful. **/ - claimPayoutOther: AugmentedSubmittable<(other: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [AccountId32]>; + claimPayoutOther: AugmentedSubmittable<(other: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32]>; /** * Create a new delegation pool. * @@ -3185,7 +3185,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * In addition to `amount`, the caller will transfer the existential deposit; so the caller * needs at have at least `amount + existential_deposit` transferable. **/ - create: AugmentedSubmittable<(amount: Compact | AnyNumber | Uint8Array, root: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, nominator: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, bouncer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, MultiAddress, MultiAddress]>; + create: AugmentedSubmittable<(amount: Compact | AnyNumber | Uint8Array, root: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, nominator: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, bouncer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress]>; /** * Create a new delegation pool with a previously used pool id * @@ -3194,7 +3194,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * same as `create` with the inclusion of * * `pool_id` - `A valid PoolId. **/ - createWithPoolId: AugmentedSubmittable<(amount: Compact | AnyNumber | Uint8Array, root: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, nominator: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, bouncer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, MultiAddress, MultiAddress, u32]>; + createWithPoolId: AugmentedSubmittable<(amount: Compact | AnyNumber | Uint8Array, root: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, nominator: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, bouncer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, u32]>; /** * Stake funds with a pool. The amount to bond is delegated (or transferred based on * [`adapter::StakeStrategyType`]) from the member to the pool account and immediately @@ -3225,7 +3225,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * If the pool has migrated to delegation based staking, the staked tokens of pool members * can be moved and held in their own account. See [`adapter::DelegateStake`] **/ - migrateDelegation: AugmentedSubmittable<(memberAccount: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + migrateDelegation: AugmentedSubmittable<(memberAccount: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * Migrate pool from [`adapter::StakeStrategyType::Transfer`] to * [`adapter::StakeStrategyType::Delegate`]. @@ -3252,7 +3252,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * In addition to a `root` or `nominator` role of `origin`, the pool's depositor needs to * have at least `depositor_min_bond` in the pool to start nominating. **/ - nominate: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, validators: Vec | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic, [u32, Vec]>; + nominate: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, validators: Vec | string | Uint8Array) => SubmittableExtrinsic, [u32, Vec]>; /** * Call `withdraw_unbonded` for the pools account. This call can be made by any account. * @@ -3279,7 +3279,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * - If a `None` is supplied to `new_commission`, existing commission will be removed. **/ - setCommission: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, newCommission: Option> | null | Uint8Array | ITuple<[Perbill, AccountId32]> | [Perbill | AnyNumber | Uint8Array, AccountId32 | string | Uint8Array]) => SubmittableExtrinsic, [u32, Option>]>; + setCommission: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, newCommission: Option> | string | Uint8Array) => SubmittableExtrinsic, [u32, Option>]>; /** * Set the commission change rate for a pool. * @@ -3301,7 +3301,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - Current commission will be lowered in the event it is higher than a new max * commission. **/ - setCommissionMax: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, maxCommission: Perbill | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, Perbill]>; + setCommissionMax: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, maxCommission: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, u32]>; /** * Update configurations for the nomination pools. The origin for this call must be * [`Config::AdminOrigin`]. @@ -3369,7 +3369,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * in which case, the result of this call will likely be the `NoMoreChunks` error from the * staking system. **/ - unbond: AugmentedSubmittable<(memberAccount: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, unbondingPoints: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, Compact]>; + unbond: AugmentedSubmittable<(memberAccount: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, unbondingPoints: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, Compact]>; /** * Update the roles of the pool. * @@ -3379,7 +3379,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * It emits an event, notifying UIs of the role change. This event is quite relevant to * most pool members and they should be informed of changes to pool roles. **/ - updateRoles: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, newRoot: PezpalletNominationPoolsConfigOpAccountId32, newNominator: PezpalletNominationPoolsConfigOpAccountId32, newBouncer: PezpalletNominationPoolsConfigOpAccountId32) => SubmittableExtrinsic, [u32, PezpalletNominationPoolsConfigOpAccountId32, PezpalletNominationPoolsConfigOpAccountId32, PezpalletNominationPoolsConfigOpAccountId32]>; + updateRoles: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, newRoot: PezpalletNominationPoolsConfigOpAccountId32 | string | Uint8Array, newNominator: PezpalletNominationPoolsConfigOpAccountId32 | string | Uint8Array, newBouncer: PezpalletNominationPoolsConfigOpAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [u32, PezpalletNominationPoolsConfigOpAccountId32, PezpalletNominationPoolsConfigOpAccountId32, PezpalletNominationPoolsConfigOpAccountId32]>; /** * Withdraw unbonded funds from `member_account`. If no bonded funds can be unbonded, an * error is returned. @@ -3404,7 +3404,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * withdraw. This calculation adds some weight overhead and is only defensive. In reality, * pool slashes must have been already applied via permissionless [`Call::apply_slash`]. **/ - withdrawUnbonded: AugmentedSubmittable<(memberAccount: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, u32]>; + withdrawUnbonded: AugmentedSubmittable<(memberAccount: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, u32]>; /** * Generic tx **/ @@ -3757,7 +3757,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - approveTransfer: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress, Compact]>; + approveTransfer: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress, Compact]>; /** * Disallow further unprivileged transfers of an asset `id` to and from an account `who`. * @@ -3770,7 +3770,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - block: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress]>; + block: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress]>; /** * Reduce the balance of `who` by as much as possible up to `amount` assets of `id`. * @@ -3788,7 +3788,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Weight: `O(1)` * Modes: Post-existence of `who`; Pre & post Zombie-status of `who`. **/ - burn: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress, Compact]>; + burn: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress, Compact]>; /** * Cancel all of some asset approved for delegated transfer by a third-party account. * @@ -3804,7 +3804,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - cancelApproval: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress]>; + cancelApproval: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress]>; /** * Clear the metadata for an asset. * @@ -3840,7 +3840,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - create: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, admin: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, minBalance: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress, u128]>; + create: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, admin: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, minBalance: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress, u128]>; /** * Destroy all accounts associated with a given asset. * @@ -3908,7 +3908,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - forceAssetStatus: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, issuer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, admin: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, freezer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, minBalance: Compact | AnyNumber | Uint8Array, isSufficient: bool | boolean | Uint8Array, isFrozen: bool | boolean | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress, MultiAddress, MultiAddress, MultiAddress, Compact, bool, bool]>; + forceAssetStatus: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, issuer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, admin: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, freezer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, minBalance: Compact | AnyNumber | Uint8Array, isSufficient: bool | boolean | Uint8Array, isFrozen: bool | boolean | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, Compact, bool, bool]>; /** * Cancel all of some asset approved for delegated transfer by a third-party account. * @@ -3924,7 +3924,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - forceCancelApproval: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress, MultiAddress]>; + forceCancelApproval: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress]>; /** * Clear the metadata for an asset. * @@ -3960,7 +3960,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - forceCreate: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, isSufficient: bool | boolean | Uint8Array, minBalance: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress, bool, Compact]>; + forceCreate: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, isSufficient: bool | boolean | Uint8Array, minBalance: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress, bool, Compact]>; /** * Force the metadata for an asset to some value. * @@ -3999,7 +3999,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Modes: Pre-existence of `dest`; Post-existence of `source`; Account pre-existence of * `dest`. **/ - forceTransfer: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, source: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress, MultiAddress, Compact]>; + forceTransfer: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, source: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, dest: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, Compact]>; /** * Disallow further unprivileged transfers of an asset `id` from an account `who`. `who` * must already exist as an entry in `Account`s of the asset. If you want to freeze an @@ -4014,7 +4014,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - freeze: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress]>; + freeze: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress]>; /** * Disallow further unprivileged transfers for the asset class. * @@ -4041,7 +4041,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Weight: `O(1)` * Modes: Pre-existing balance of `beneficiary`; Account pre-existence of `beneficiary`. **/ - mint: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, beneficiary: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress, Compact]>; + mint: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, beneficiary: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress, Compact]>; /** * Return the deposit (if any) of an asset account or a consumer reference (if any) of an * account. @@ -4073,7 +4073,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Emits `Refunded` event when successful. **/ - refundOther: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress]>; + refundOther: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress]>; /** * Set the metadata for an asset. * @@ -4122,7 +4122,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - setTeam: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, issuer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, admin: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, freezer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress, MultiAddress, MultiAddress]>; + setTeam: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, issuer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, admin: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, freezer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress]>; /** * Start the process of destroying a fungible asset class. * @@ -4150,7 +4150,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - thaw: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress]>; + thaw: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress]>; /** * Allow unprivileged transfers for the asset again. * @@ -4187,7 +4187,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Emits `Touched` event when successful. **/ - touchOther: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress]>; + touchOther: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress]>; /** * Move some assets from the sender account to another. * @@ -4208,7 +4208,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Modes: Pre-existence of `target`; Post-existence of sender; Account pre-existence of * `target`. **/ - transfer: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress, Compact]>; + transfer: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress, Compact]>; /** * Transfer the entire transferable balance from the caller asset account. * @@ -4227,7 +4227,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * (false), or transfer everything except at least the minimum balance, which will * guarantee to keep the sender asset account alive (true). **/ - transferAll: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress, bool]>; + transferAll: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, dest: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress, bool]>; /** * Transfer some asset balance from a previously delegated account to some third-party * account. @@ -4248,7 +4248,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - transferApproved: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, destination: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress, MultiAddress, Compact]>; + transferApproved: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, destination: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, Compact]>; /** * Move some assets from the sender account to another, keeping the sender account alive. * @@ -4269,7 +4269,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Modes: Pre-existence of `target`; Post-existence of sender; Account pre-existence of * `target`. **/ - transferKeepAlive: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress, Compact]>; + transferKeepAlive: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress, Compact]>; /** * Change the Owner of an asset. * @@ -4282,7 +4282,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - transferOwnership: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress]>; + transferOwnership: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress]>; /** * Generic tx **/ @@ -4341,7 +4341,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `delay`: The announcement period required of the initial proxy. Will generally be * zero. **/ - addProxy: AugmentedSubmittable<(delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, proxyType: AssetHubPezkuwiRuntimeProxyType, delay: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, AssetHubPezkuwiRuntimeProxyType, u32]>; + addProxy: AugmentedSubmittable<(delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, proxyType: AssetHubPezkuwiRuntimeProxyType, delay: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, AssetHubPezkuwiRuntimeProxyType, u32]>; /** * Publish the hash of a proxy-call that will be made in the future. * @@ -4359,7 +4359,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `real`: The account that the proxy will make a call on behalf of. * - `call_hash`: The hash of the call to be made by the `real` account. **/ - announce: AugmentedSubmittable<(real: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress, H256]>; + announce: AugmentedSubmittable<(real: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, H256]>; /** * Spawn a fresh new account that is guaranteed to be otherwise inaccessible, and * initialize it with a proxy of `proxy_type` for `origin` sender. @@ -4399,7 +4399,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Fails with `NoPermission` in case the caller is not a previously created pure * account whose `create_pure` call has corresponding parameters. **/ - killPure: AugmentedSubmittable<(spawner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, proxyType: AssetHubPezkuwiRuntimeProxyType, index: u16 | AnyNumber | Uint8Array, height: Compact | AnyNumber | Uint8Array, extIndex: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, AssetHubPezkuwiRuntimeProxyType, u16, Compact, Compact]>; + killPure: AugmentedSubmittable<(spawner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, proxyType: AssetHubPezkuwiRuntimeProxyType, index: u16 | AnyNumber | Uint8Array, height: Compact | AnyNumber | Uint8Array, extIndex: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, AssetHubPezkuwiRuntimeProxyType, u16, Compact, Compact]>; /** * Poke / Adjust deposits made for proxies and announcements based on current values. * This can be used by accounts to possibly lower their locked amount. @@ -4422,7 +4422,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `force_proxy_type`: Specify the exact proxy type to be used and checked for this call. * - `call`: The call to be made by the `real` account. **/ - proxy: AugmentedSubmittable<(real: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, forceProxyType: Option | null | Uint8Array | AssetHubPezkuwiRuntimeProxyType, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress, Option, RuntimeCall]>; + proxy: AugmentedSubmittable<(real: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, forceProxyType: Option | null | Uint8Array | AssetHubPezkuwiRuntimeProxyType, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, Option, RuntimeCall]>; /** * Dispatch the given `call` from an account that the sender is authorized for through * `add_proxy`. @@ -4436,7 +4436,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `force_proxy_type`: Specify the exact proxy type to be used and checked for this call. * - `call`: The call to be made by the `real` account. **/ - proxyAnnounced: AugmentedSubmittable<(delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, real: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, forceProxyType: Option | null | Uint8Array | AssetHubPezkuwiRuntimeProxyType, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress, MultiAddress, Option, RuntimeCall]>; + proxyAnnounced: AugmentedSubmittable<(delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, real: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, forceProxyType: Option | null | Uint8Array | AssetHubPezkuwiRuntimeProxyType, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, Option, RuntimeCall]>; /** * Remove the given announcement of a delegate. * @@ -4449,7 +4449,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `delegate`: The account that previously announced the call. * - `call_hash`: The hash of the call to be made. **/ - rejectAnnouncement: AugmentedSubmittable<(delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress, H256]>; + rejectAnnouncement: AugmentedSubmittable<(delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, H256]>; /** * Remove a given announcement. * @@ -4462,7 +4462,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `real`: The account that the proxy will make a call on behalf of. * - `call_hash`: The hash of the call to be made by the `real` account. **/ - removeAnnouncement: AugmentedSubmittable<(real: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress, H256]>; + removeAnnouncement: AugmentedSubmittable<(real: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, H256]>; /** * Unregister all proxy accounts for the sender. * @@ -4481,7 +4481,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `proxy`: The account that the `caller` would like to remove as a proxy. * - `proxy_type`: The permissions currently enabled for the removed proxy account. **/ - removeProxy: AugmentedSubmittable<(delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, proxyType: AssetHubPezkuwiRuntimeProxyType, delay: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, AssetHubPezkuwiRuntimeProxyType, u32]>; + removeProxy: AugmentedSubmittable<(delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, proxyType: AssetHubPezkuwiRuntimeProxyType, delay: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, AssetHubPezkuwiRuntimeProxyType, u32]>; /** * Generic tx **/ @@ -4745,7 +4745,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - Implement an **off-chain worker (OCW) task** to automatically apply slashes when there * is unused block space, improving efficiency. **/ - applySlash: AugmentedSubmittable<(slashEra: u32 | AnyNumber | Uint8Array, slashKey: ITuple<[AccountId32, Perbill, u32]> | [AccountId32 | string | Uint8Array, Perbill | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array]) => SubmittableExtrinsic, [u32, ITuple<[AccountId32, Perbill, u32]>]>; + applySlash: AugmentedSubmittable<(slashEra: u32 | AnyNumber | Uint8Array, slashKey: ITuple<[PezspCoreCryptoAccountId32, u32, u32]> | string | Uint8Array) => SubmittableExtrinsic, [u32, ITuple<[PezspCoreCryptoAccountId32, u32, u32]>]>; /** * Take the origin account as a stash and lock up `value` of its balance. `controller` will * be the account that controls it. @@ -4787,7 +4787,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `validator_slashes`: A list of validator stash accounts and their slash fractions to * be cancelled. **/ - cancelDeferredSlash: AugmentedSubmittable<(era: u32 | AnyNumber | Uint8Array, validatorSlashes: Vec> | ([AccountId32 | string | Uint8Array, Perbill | AnyNumber | Uint8Array])[]) => SubmittableExtrinsic, [u32, Vec>]>; + cancelDeferredSlash: AugmentedSubmittable<(era: u32 | AnyNumber | Uint8Array, validatorSlashes: Vec> | string | Uint8Array) => SubmittableExtrinsic, [u32, Vec>]>; /** * Declare no desire to either validate or nominate. * @@ -4829,7 +4829,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * This can be helpful if bond requirements are updated, and we need to remove old users * who do not satisfy these requirements. **/ - chillOther: AugmentedSubmittable<(stash: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [AccountId32]>; + chillOther: AugmentedSubmittable<(stash: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32]>; /** * Updates a batch of controller accounts to their corresponding stash account if they are * not the same. Ignores any controller accounts that do not exist, and does not operate if @@ -4839,13 +4839,13 @@ declare module '@pezkuwi/api-base/types/submittable' { * * The dispatch origin must be `T::AdminOrigin`. **/ - deprecateControllerBatch: AugmentedSubmittable<(controllers: Vec | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic, [Vec]>; + deprecateControllerBatch: AugmentedSubmittable<(controllers: Vec | string | Uint8Array) => SubmittableExtrinsic, [Vec]>; /** * Force a validator to have at least the minimum commission. This will not affect a * validator who already has a commission greater than or equal to the minimum. Any account * can call this. **/ - forceApplyMinCommission: AugmentedSubmittable<(validatorStash: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [AccountId32]>; + forceApplyMinCommission: AugmentedSubmittable<(validatorStash: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32]>; /** * Force there to be a new era at the end of the next session. After this, it will be * reset to normal (non-forced) behaviour. @@ -4893,7 +4893,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `num_slashing_spans`: **Deprecated**. This parameter is retained for backward * compatibility. It no longer has any effect. **/ - forceUnstake: AugmentedSubmittable<(stash: AccountId32 | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [AccountId32, u32]>; + forceUnstake: AugmentedSubmittable<(stash: PezspCoreCryptoAccountId32 | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32, u32]>; /** * Increments the ideal number of validators up to maximum of * `T::MaxValidatorSet`. @@ -4914,7 +4914,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Note: Making this call only makes sense if you first set the validator preferences to * block any further nominations. **/ - kick: AugmentedSubmittable<(who: Vec | (MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array)[]) => SubmittableExtrinsic, [Vec]>; + kick: AugmentedSubmittable<(who: Vec | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Vec]>; /** * Migrates permissionlessly a stash from locks to holds. * @@ -4924,7 +4924,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * The fee is waived if the migration is successful. **/ - migrateCurrency: AugmentedSubmittable<(stash: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [AccountId32]>; + migrateCurrency: AugmentedSubmittable<(stash: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32]>; /** * Declare the desire to nominate `targets` for the origin controller. * @@ -4932,7 +4932,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * The dispatch origin for this call must be _Signed_ by the controller, not the stash. **/ - nominate: AugmentedSubmittable<(targets: Vec | (MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array)[]) => SubmittableExtrinsic, [Vec]>; + nominate: AugmentedSubmittable<(targets: Vec | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Vec]>; /** * Pay out next page of the stakers behind a validator for the given era. * @@ -4948,7 +4948,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * If all pages are claimed, it returns an error `InvalidPage`. **/ - payoutStakers: AugmentedSubmittable<(validatorStash: AccountId32 | string | Uint8Array, era: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [AccountId32, u32]>; + payoutStakers: AugmentedSubmittable<(validatorStash: PezspCoreCryptoAccountId32 | string | Uint8Array, era: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32, u32]>; /** * Pay out a page of the stakers behind a validator for the given era and page. * @@ -4968,7 +4968,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * and so it should not be assumed the highest staker would be on the topmost page and vice * versa. If rewards are not claimed in [`Config::HistoryDepth`] eras, they are lost. **/ - payoutStakersByPage: AugmentedSubmittable<(validatorStash: AccountId32 | string | Uint8Array, era: u32 | AnyNumber | Uint8Array, page: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [AccountId32, u32, u32]>; + payoutStakersByPage: AugmentedSubmittable<(validatorStash: PezspCoreCryptoAccountId32 | string | Uint8Array, era: u32 | AnyNumber | Uint8Array, page: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32, u32, u32]>; /** * Perform one step of era pruning to prevent PoV size exhaustion from unbounded deletions. * @@ -5003,7 +5003,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `num_slashing_spans`: **Deprecated**. This parameter is retained for backward * compatibility. It no longer has any effect. **/ - reapStash: AugmentedSubmittable<(stash: AccountId32 | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [AccountId32, u32]>; + reapStash: AugmentedSubmittable<(stash: PezspCoreCryptoAccountId32 | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32, u32]>; /** * Rebond a portion of the stash scheduled to be unlocked. * @@ -5023,14 +5023,14 @@ declare module '@pezkuwi/api-base/types/submittable' { * ledger associated with the stash. If the input parameters are not set, the ledger will * be reset values from on-chain state. **/ - restoreLedger: AugmentedSubmittable<(stash: AccountId32 | string | Uint8Array, maybeController: Option | null | Uint8Array | AccountId32 | string, maybeTotal: Option | null | Uint8Array | u128 | AnyNumber, maybeUnlocking: Option> | null | Uint8Array | Vec | (PezpalletStakingAsyncLedgerUnlockChunk)[]) => SubmittableExtrinsic, [AccountId32, Option, Option, Option>]>; + restoreLedger: AugmentedSubmittable<(stash: PezspCoreCryptoAccountId32 | string | Uint8Array, maybeController: Option | string | Uint8Array, maybeTotal: Option | null | Uint8Array | u128 | AnyNumber, maybeUnlocking: Option> | null | Uint8Array | Vec | (PezpalletStakingAsyncLedgerUnlockChunk)[]) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32, Option, Option, Option>]>; /** * Scale up the ideal number of validators by a factor up to maximum of * `T::MaxValidatorSet`. * * The dispatch origin must be Root. **/ - scaleValidatorCount: AugmentedSubmittable<(factor: Percent | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Percent]>; + scaleValidatorCount: AugmentedSubmittable<(factor: u8 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u8]>; /** * (Re-)sets the controller of a stash to the stash itself. This function previously * accepted a `controller` argument to set the controller to an account other than the @@ -5047,14 +5047,14 @@ declare module '@pezkuwi/api-base/types/submittable' { * * The dispatch origin must be Root. **/ - setInvulnerables: AugmentedSubmittable<(invulnerables: Vec | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic, [Vec]>; + setInvulnerables: AugmentedSubmittable<(invulnerables: Vec | string | Uint8Array) => SubmittableExtrinsic, [Vec]>; /** * Sets the minimum amount of commission that each validators must maintain. * * This call has lower privilege requirements than `set_staking_config` and can be called * by the `T::AdminOrigin`. Root can always call this. **/ - setMinCommission: AugmentedSubmittable<(updated: Perbill | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Perbill]>; + setMinCommission: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32]>; /** * (Re-)set the payment target for a controller. * @@ -5119,7 +5119,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * This will waive the transaction fee if the `payee` is successfully migrated. **/ - updatePayee: AugmentedSubmittable<(controller: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [AccountId32]>; + updatePayee: AugmentedSubmittable<(controller: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32]>; /** * Declare the desire to validate for the origin controller. * @@ -5466,7 +5466,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Emits [`Event::SpendApproved`] if successful. **/ - spendLocal: AugmentedSubmittable<(amount: Compact | AnyNumber | Uint8Array, beneficiary: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress]>; + spendLocal: AugmentedSubmittable<(amount: Compact | AnyNumber | Uint8Array, beneficiary: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress]>; /** * Void previously approved spend. * @@ -5508,7 +5508,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - approveTransfer: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, u32, MultiAddress]>; + approveTransfer: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, u32, PezspRuntimeMultiAddress]>; /** * Destroy a single item. * @@ -5526,7 +5526,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Weight: `O(1)` * Modes: `check_owner.is_some()`. **/ - burn: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, checkOwner: Option | null | Uint8Array | MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string) => SubmittableExtrinsic, [u32, u32, Option]>; + burn: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, checkOwner: Option | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, u32, Option]>; /** * Allows to buy an item if it's up for sale. * @@ -5557,7 +5557,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - cancelApproval: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, maybeCheckDelegate: Option | null | Uint8Array | MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string) => SubmittableExtrinsic, [u32, u32, Option]>; + cancelApproval: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, maybeCheckDelegate: Option | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, u32, Option]>; /** * Clear an attribute for a collection or item. * @@ -5624,7 +5624,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - create: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, admin: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress]>; + create: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, admin: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress]>; /** * Destroy a collection of fungible items. * @@ -5662,7 +5662,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - forceCreate: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, freeHolding: bool | boolean | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress, bool]>; + forceCreate: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, freeHolding: bool | boolean | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress, bool]>; /** * Alter the attributes of a given item. * @@ -5681,7 +5681,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - forceItemStatus: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, issuer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, admin: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, freezer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, freeHolding: bool | boolean | Uint8Array, isFrozen: bool | boolean | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress, MultiAddress, MultiAddress, MultiAddress, bool, bool]>; + forceItemStatus: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, issuer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, admin: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, freezer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, freeHolding: bool | boolean | Uint8Array, isFrozen: bool | boolean | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, bool, bool]>; /** * Disallow further unprivileged transfer of an item. * @@ -5720,7 +5720,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - mint: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, u32, MultiAddress]>; + mint: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, u32, PezspRuntimeMultiAddress]>; /** * Reevaluate the deposits on some items. * @@ -5840,7 +5840,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Emits `ItemPriceSet` on success if the price is not `None`. * Emits `ItemPriceRemoved` on success if the price is `None`. **/ - setPrice: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, price: Option | null | Uint8Array | u128 | AnyNumber, whitelistedBuyer: Option | null | Uint8Array | MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string) => SubmittableExtrinsic, [u32, u32, Option, Option]>; + setPrice: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, price: Option | null | Uint8Array | u128 | AnyNumber, whitelistedBuyer: Option | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, u32, Option, Option]>; /** * Change the Issuer, Admin and Freezer of a collection. * @@ -5855,7 +5855,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - setTeam: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, issuer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, admin: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, freezer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress, MultiAddress, MultiAddress]>; + setTeam: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, issuer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, admin: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, freezer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress]>; /** * Re-allow unprivileged transfer of an item. * @@ -5900,7 +5900,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - transfer: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, u32, MultiAddress]>; + transfer: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, dest: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, u32, PezspRuntimeMultiAddress]>; /** * Change the Owner of a collection. * @@ -5914,7 +5914,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - transferOwnership: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, newOwner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress]>; + transferOwnership: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, newOwner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress]>; /** * Generic tx **/ @@ -6056,7 +6056,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `target`: An account that has a vesting schedule * - `schedule_index`: The vesting schedule index that should be removed **/ - forceRemoveVestingSchedule: AugmentedSubmittable<(target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, scheduleIndex: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, u32]>; + forceRemoveVestingSchedule: AugmentedSubmittable<(target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, scheduleIndex: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, u32]>; /** * Force a vested transfer. * @@ -6073,7 +6073,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * ## Complexity * - `O(1)`. **/ - forceVestedTransfer: AugmentedSubmittable<(source: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, schedule: PezpalletVestingVestingInfo) => SubmittableExtrinsic, [MultiAddress, MultiAddress, PezpalletVestingVestingInfo]>; + forceVestedTransfer: AugmentedSubmittable<(source: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, schedule: PezpalletVestingVestingInfo) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, PezpalletVestingVestingInfo]>; /** * Merge two vesting schedules together, creating a new vesting schedule that unlocks over * the highest possible start and end blocks. If both schedules have already started the @@ -6125,7 +6125,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * ## Complexity * - `O(1)`. **/ - vestedTransfer: AugmentedSubmittable<(target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, schedule: PezpalletVestingVestingInfo) => SubmittableExtrinsic, [MultiAddress, PezpalletVestingVestingInfo]>; + vestedTransfer: AugmentedSubmittable<(target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, schedule: PezpalletVestingVestingInfo) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, PezpalletVestingVestingInfo]>; /** * Unlock any vested funds of a `target` account. * @@ -6139,7 +6139,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * ## Complexity * - `O(1)`. **/ - vestOther: AugmentedSubmittable<(target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + vestOther: AugmentedSubmittable<(target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * Generic tx **/ @@ -6158,13 +6158,13 @@ declare module '@pezkuwi/api-base/types/submittable' { * - both nodes are within the same bag, * - and `origin` has a greater `Score` than `lighter`. **/ - putInFrontOf: AugmentedSubmittable<(lighter: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + putInFrontOf: AugmentedSubmittable<(lighter: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * Same as [`Pallet::put_in_front_of`], but it can be called by anyone. * * Fee is paid by the origin under all circumstances. **/ - putInFrontOfOther: AugmentedSubmittable<(heavier: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, lighter: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress, MultiAddress]>; + putInFrontOfOther: AugmentedSubmittable<(heavier: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, lighter: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, PezspRuntimeMultiAddress]>; /** * Declare that some `dislocated` account has, through rewards or penalties, sufficiently * changed its score that it should properly fall into a different bag than its current @@ -6177,7 +6177,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * If `dislocated` does not exists, it returns an error. **/ - rebag: AugmentedSubmittable<(dislocated: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + rebag: AugmentedSubmittable<(dislocated: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * Generic tx **/ diff --git a/packages/api-augment/src/bizinikiwi/consts.ts b/packages/api-augment/src/bizinikiwi/consts.ts index fac22bd..087cd07 100644 --- a/packages/api-augment/src/bizinikiwi/consts.ts +++ b/packages/api-augment/src/bizinikiwi/consts.ts @@ -8,8 +8,7 @@ import '@pezkuwi/api-base/types/consts'; import type { ApiTypes, AugmentedConst } from '@pezkuwi/api-base/types'; import type { Bytes, Option, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@pezkuwi/types-codec'; import type { Codec, ITuple } from '@pezkuwi/types-codec/types'; -import type { AccountId32, Perbill, Percent, Permill, Perquintill } from '@pezkuwi/types/interfaces/runtime'; -import type { PezframeSupportPezpalletId, PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSystemLimitsBlockLength, PezframeSystemLimitsBlockWeights, PezpalletContractsEnvironment, PezpalletContractsSchedule, PezpalletReferendaTrackDetails, PezspVersionRuntimeVersion, PezspWeightsRuntimeDbWeight, PezspWeightsWeightV2Weight } from '@pezkuwi/types/lookup'; +import type { PezframeSupportPezpalletId, PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSystemLimitsBlockLength, PezframeSystemLimitsBlockWeights, PezpalletContractsEnvironment, PezpalletContractsSchedule, PezpalletReferendaTrackDetails, PezspCoreCryptoAccountId32, PezspVersionRuntimeVersion, PezspWeightsRuntimeDbWeight, PezspWeightsWeightV2Weight } from '@pezkuwi/types/lookup'; export type __AugmentedConst = AugmentedConst; @@ -55,7 +54,7 @@ declare module '@pezkuwi/api-base/types/consts' { /** * A fee to withdraw the liquidity. **/ - liquidityWithdrawalFee: Permill & AugmentedConst; + liquidityWithdrawalFee: u32 & AugmentedConst; /** * A % the liquidity providers will take of every swap. Represents 10ths of a percent. **/ @@ -256,7 +255,7 @@ declare module '@pezkuwi/api-base/types/consts' { * This deposit has optional upper and lower bounds with `CuratorDepositMax` and * `CuratorDepositMin`. **/ - curatorDepositMultiplier: Permill & AugmentedConst; + curatorDepositMultiplier: u32 & AugmentedConst; /** * The amount held on deposit per byte within the tip report reason or bounty description. **/ @@ -331,7 +330,7 @@ declare module '@pezkuwi/api-base/types/consts' { * protects the code from being removed. In order to prevent abuse these actions are * protected with a percentage of the code deposit. **/ - codeHashLockupDepositPercent: Perbill & AugmentedConst; + codeHashLockupDepositPercent: u32 & AugmentedConst; /** * Fallback value to limit the storage deposit if it's not being set by the caller. **/ @@ -460,7 +459,7 @@ declare module '@pezkuwi/api-base/types/consts' { /** * Fraction of the slash that is rewarded to the caller of pending slash to the agent. **/ - slashRewardFraction: Perbill & AugmentedConst; + slashRewardFraction: u32 & AugmentedConst; /** * Generic const **/ @@ -537,7 +536,7 @@ declare module '@pezkuwi/api-base/types/consts' { * The minimum amount of improvement to the solution score that defines a solution as * "better" in the Signed phase. **/ - betterSignedThreshold: Perbill & AugmentedConst; + betterSignedThreshold: u32 & AugmentedConst; /** * The maximum number of winners that can be elected by this `ElectionProvider` * implementation. @@ -1059,7 +1058,7 @@ declare module '@pezkuwi/api-base/types/consts' { * The minimum amount of funds which may intentionally be left remaining under a single * receipt. **/ - minReceipt: Perquintill & AugmentedConst; + minReceipt: u64 & AugmentedConst; /** * The treasury's pallet id, used for deriving its sovereign account ID. **/ @@ -1072,7 +1071,7 @@ declare module '@pezkuwi/api-base/types/consts' { /** * The maximum proportion which may be thawed and the period over which it is reset. **/ - thawThrottle: ITuple<[Perquintill, u32]> & AugmentedConst; + thawThrottle: ITuple<[u64, u32]> & AugmentedConst; /** * Generic const **/ @@ -1303,7 +1302,7 @@ declare module '@pezkuwi/api-base/types/consts' { * Instantiating a contract, protects the code from being removed. In order to prevent * abuse these actions are protected with a percentage of the code deposit. **/ - codeHashLockupDepositPercent: Perbill & AugmentedConst; + codeHashLockupDepositPercent: u32 & AugmentedConst; /** * The amount of balance a caller has to pay for each byte of storage. * @@ -1681,7 +1680,7 @@ declare module '@pezkuwi/api-base/types/consts' { /** * The percent of the final tip which goes to the original reporter of the tip. **/ - tipFindersFee: Percent & AugmentedConst; + tipFindersFee: u8 & AugmentedConst; /** * The non-zero amount held on deposit for placing a tip report. **/ @@ -1725,7 +1724,7 @@ declare module '@pezkuwi/api-base/types/consts' { /** * Percentage of spare funds (if any) that are burnt per spend period. **/ - burn: Permill & AugmentedConst; + burn: u32 & AugmentedConst; /** * DEPRECATED: associated with `spend_local` call and will be removed in May 2025. * Refer to for migration to `spend`. @@ -1746,7 +1745,7 @@ declare module '@pezkuwi/api-base/types/consts' { /** * Gets this pallet's derived pot account. **/ - potAccount: AccountId32 & AugmentedConst; + potAccount: PezspCoreCryptoAccountId32 & AugmentedConst; /** * Period between successive spends. **/ diff --git a/packages/api-augment/src/bizinikiwi/events.ts b/packages/api-augment/src/bizinikiwi/events.ts index a879ae7..ef51a16 100644 --- a/packages/api-augment/src/bizinikiwi/events.ts +++ b/packages/api-augment/src/bizinikiwi/events.ts @@ -8,8 +8,8 @@ import '@pezkuwi/api-base/types/events'; import type { ApiTypes, AugmentedEvent } from '@pezkuwi/api-base/types'; import type { Bytes, Null, Option, Result, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@pezkuwi/types-codec'; import type { ITuple } from '@pezkuwi/types-codec/types'; -import type { AccountId32, H160, H256, Perbill, Permill, Perquintill } from '@pezkuwi/types/interfaces/runtime'; -import type { KitchensinkRuntimeOriginCaller, KitchensinkRuntimeProxyType, KitchensinkRuntimeRuntimeParametersKey, KitchensinkRuntimeRuntimeParametersValue, PezframeSupportDispatchPostDispatchInfo, PezframeSupportMessagesProcessMessageError, PezframeSupportPreimagesBounded, PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensMiscBalanceStatus, PezframeSystemDispatchEventInfo, PezpalletAllianceCid, PezpalletAllianceUnscrupulousItem, PezpalletBrokerCoretimeInterfaceCoreAssignment, PezpalletBrokerRegionId, PezpalletBrokerScheduleItem, PezpalletContractsOrigin, PezpalletConvictionVotingTally, PezpalletConvictionVotingVoteAccountVote, PezpalletCoreFellowshipParamsTypeU128, PezpalletCoreFellowshipWish, PezpalletDemocracyMetadataOwner, PezpalletDemocracyVoteAccountVote, PezpalletDemocracyVoteThreshold, PezpalletElectionProviderMultiPhaseElectionCompute, PezpalletElectionProviderMultiPhasePhase, PezpalletImOnlineSr25519AppSr25519Public, PezpalletMultisigTimepoint, PezpalletNftsAttributeNamespace, PezpalletNftsPezpalletAttributes, PezpalletNftsPriceWithDirection, PezpalletNominationPoolsClaimPermission, PezpalletNominationPoolsCommissionChangeRate, PezpalletNominationPoolsCommissionClaimPermission, PezpalletNominationPoolsPoolState, PezpalletProxyDepositKind, PezpalletRankedCollectiveTally, PezpalletRankedCollectiveVoteRecord, PezpalletSafeModeExitReason, PezpalletSocietyGroupParams, PezpalletStakingForcing, PezpalletStakingRewardDestination, PezpalletStakingValidatorPrefs, PezpalletStateTrieMigrationError, PezpalletStateTrieMigrationMigrationCompute, PezspConsensusGrandpaAppPublic, PezspNposElectionsElectionScore, PezspRuntimeDispatchError, PezspRuntimeDispatchErrorWithPostInfo, PezspStatementStoreStatement, PezspWeightsWeightV2Weight } from '@pezkuwi/types/lookup'; +import type { H160, H256 } from '@pezkuwi/types/interfaces/runtime'; +import type { KitchensinkRuntimeOriginCaller, KitchensinkRuntimeProxyType, KitchensinkRuntimeRuntimeParametersKey, KitchensinkRuntimeRuntimeParametersValue, PezframeSupportDispatchPostDispatchInfo, PezframeSupportMessagesProcessMessageError, PezframeSupportPreimagesBounded, PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensMiscBalanceStatus, PezframeSystemDispatchEventInfo, PezpalletAllianceCid, PezpalletAllianceUnscrupulousItem, PezpalletBrokerCoretimeInterfaceCoreAssignment, PezpalletBrokerRegionId, PezpalletBrokerScheduleItem, PezpalletContractsOrigin, PezpalletConvictionVotingTally, PezpalletConvictionVotingVoteAccountVote, PezpalletCoreFellowshipParamsTypeU128, PezpalletCoreFellowshipWish, PezpalletDemocracyMetadataOwner, PezpalletDemocracyVoteAccountVote, PezpalletDemocracyVoteThreshold, PezpalletElectionProviderMultiPhaseElectionCompute, PezpalletElectionProviderMultiPhasePhase, PezpalletImOnlineSr25519AppSr25519Public, PezpalletMultisigTimepoint, PezpalletNftsAttributeNamespace, PezpalletNftsPezpalletAttributes, PezpalletNftsPriceWithDirection, PezpalletNominationPoolsClaimPermission, PezpalletNominationPoolsCommissionChangeRate, PezpalletNominationPoolsCommissionClaimPermission, PezpalletNominationPoolsPoolState, PezpalletProxyDepositKind, PezpalletRankedCollectiveTally, PezpalletRankedCollectiveVoteRecord, PezpalletSafeModeExitReason, PezpalletSocietyGroupParams, PezpalletStakingForcing, PezpalletStakingRewardDestination, PezpalletStakingValidatorPrefs, PezpalletStateTrieMigrationError, PezpalletStateTrieMigrationMigrationCompute, PezspConsensusGrandpaAppPublic, PezspCoreCryptoAccountId32, PezspNposElectionsElectionScore, PezspRuntimeDispatchError, PezspRuntimeDispatchErrorWithPostInfo, PezspStatementStoreStatement, PezspWeightsWeightV2Weight } from '@pezkuwi/types/lookup'; export type __AugmentedEvent = AugmentedEvent; @@ -23,7 +23,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * An ally has been elevated to Fellow. **/ - AllyElevated: AugmentedEvent; + AllyElevated: AugmentedEvent; /** * A new announcement has been proposed. **/ @@ -35,27 +35,27 @@ declare module '@pezkuwi/api-base/types/events' { /** * A Fellow abdicated their voting rights. They are now an Ally. **/ - FellowAbdicated: AugmentedEvent; + FellowAbdicated: AugmentedEvent; /** * A member has been kicked out with its deposit slashed. **/ - MemberKicked: AugmentedEvent], { member: AccountId32, slashed: Option }>; + MemberKicked: AugmentedEvent], { member: PezspCoreCryptoAccountId32, slashed: Option }>; /** * A member has retired with its deposit unreserved. **/ - MemberRetired: AugmentedEvent], { member: AccountId32, unreserved: Option }>; + MemberRetired: AugmentedEvent], { member: PezspCoreCryptoAccountId32, unreserved: Option }>; /** * A member gave retirement notice and their retirement period started. **/ - MemberRetirementPeriodStarted: AugmentedEvent; + MemberRetirementPeriodStarted: AugmentedEvent; /** * Some accounts have been initialized as members (fellows/allies). **/ - MembersInitialized: AugmentedEvent, allies: Vec], { fellows: Vec, allies: Vec }>; + MembersInitialized: AugmentedEvent, allies: Vec], { fellows: Vec, allies: Vec }>; /** * An account has been added as an Ally and reserved its deposit. **/ - NewAllyJoined: AugmentedEvent, reserved: Option], { ally: AccountId32, nominator: Option, reserved: Option }>; + NewAllyJoined: AugmentedEvent, reserved: Option], { ally: PezspCoreCryptoAccountId32, nominator: Option, reserved: Option }>; /** * A new rule has been set. **/ @@ -101,21 +101,21 @@ declare module '@pezkuwi/api-base/types/events' { /** * Some cost for storing a proposal was burned. **/ - ProposalCostBurned: AugmentedEvent; + ProposalCostBurned: AugmentedEvent; /** * Some cost for storing a proposal was released. **/ - ProposalCostReleased: AugmentedEvent; + ProposalCostReleased: AugmentedEvent; /** * A motion (given hash) has been proposed (by given account) with a threshold (given * `MemberCount`). **/ - Proposed: AugmentedEvent; + Proposed: AugmentedEvent; /** * A motion (given hash) has been voted on by given account, leaving * a tally (yes votes and no votes given respectively as `MemberCount`). **/ - Voted: AugmentedEvent; + Voted: AugmentedEvent; /** * Generic event **/ @@ -125,15 +125,15 @@ declare module '@pezkuwi/api-base/types/events' { /** * A successful call of the `AddLiquidity` extrinsic will create this event. **/ - LiquidityAdded: AugmentedEvent, amount1Provided: u128, amount2Provided: u128, lpToken: u32, lpTokenMinted: u128], { who: AccountId32, mintTo: AccountId32, poolId: ITuple<[PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId]>, amount1Provided: u128, amount2Provided: u128, lpToken: u32, lpTokenMinted: u128 }>; + LiquidityAdded: AugmentedEvent, amount1Provided: u128, amount2Provided: u128, lpToken: u32, lpTokenMinted: u128], { who: PezspCoreCryptoAccountId32, mintTo: PezspCoreCryptoAccountId32, poolId: ITuple<[PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId]>, amount1Provided: u128, amount2Provided: u128, lpToken: u32, lpTokenMinted: u128 }>; /** * A successful call of the `RemoveLiquidity` extrinsic will create this event. **/ - LiquidityRemoved: AugmentedEvent, amount1: u128, amount2: u128, lpToken: u32, lpTokenBurned: u128, withdrawalFee: Permill], { who: AccountId32, withdrawTo: AccountId32, poolId: ITuple<[PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId]>, amount1: u128, amount2: u128, lpToken: u32, lpTokenBurned: u128, withdrawalFee: Permill }>; + LiquidityRemoved: AugmentedEvent, amount1: u128, amount2: u128, lpToken: u32, lpTokenBurned: u128, withdrawalFee: u32], { who: PezspCoreCryptoAccountId32, withdrawTo: PezspCoreCryptoAccountId32, poolId: ITuple<[PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId]>, amount1: u128, amount2: u128, lpToken: u32, lpTokenBurned: u128, withdrawalFee: u32 }>; /** * A successful call of the `CreatePool` extrinsic will create this event. **/ - PoolCreated: AugmentedEvent, poolAccount: AccountId32, lpToken: u32], { creator: AccountId32, poolId: ITuple<[PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId]>, poolAccount: AccountId32, lpToken: u32 }>; + PoolCreated: AugmentedEvent, poolAccount: PezspCoreCryptoAccountId32, lpToken: u32], { creator: PezspCoreCryptoAccountId32, poolId: ITuple<[PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId]>, poolAccount: PezspCoreCryptoAccountId32, lpToken: u32 }>; /** * Assets have been converted from one to another. **/ @@ -142,11 +142,11 @@ declare module '@pezkuwi/api-base/types/events' { * Assets have been converted from one to another. Both `SwapExactTokenForToken` * and `SwapTokenForExactToken` will generate this event. **/ - SwapExecuted: AugmentedEvent>], { who: AccountId32, sendTo: AccountId32, amountIn: u128, amountOut: u128, path: Vec> }>; + SwapExecuted: AugmentedEvent>], { who: PezspCoreCryptoAccountId32, sendTo: PezspCoreCryptoAccountId32, amountIn: u128, amountOut: u128, path: Vec> }>; /** * Pool has been touched in order to fulfill operational requirements. **/ - Touched: AugmentedEvent, who: AccountId32], { poolId: ITuple<[PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId]>, who: AccountId32 }>; + Touched: AugmentedEvent, who: PezspCoreCryptoAccountId32], { poolId: ITuple<[PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId]>, who: PezspCoreCryptoAccountId32 }>; /** * Generic event **/ @@ -156,7 +156,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * Indicates that a pool has been migrated to the new account ID. **/ - MigratedToNewAccount: AugmentedEvent, priorAccount: AccountId32, newAccount: AccountId32], { poolId: ITuple<[PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId]>, priorAccount: AccountId32, newAccount: AccountId32 }>; + MigratedToNewAccount: AugmentedEvent, priorAccount: PezspCoreCryptoAccountId32, newAccount: PezspCoreCryptoAccountId32], { poolId: ITuple<[PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId]>, priorAccount: PezspCoreCryptoAccountId32, newAccount: PezspCoreCryptoAccountId32 }>; /** * Generic event **/ @@ -171,7 +171,7 @@ declare module '@pezkuwi/api-base/types/events' { * A transaction fee `actual_fee`, of which `tip` was added to the minimum inclusion fee, * has been paid by `who` in an asset `asset_id`. **/ - AssetTxFeePaid: AugmentedEvent; + AssetTxFeePaid: AugmentedEvent; /** * Generic event **/ @@ -190,7 +190,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A pool admin was modified. **/ - PoolAdminModified: AugmentedEvent; + PoolAdminModified: AugmentedEvent; /** * A pool information was cleared after it's completion. **/ @@ -198,7 +198,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A new reward pool was created. **/ - PoolCreated: AugmentedEvent; + PoolCreated: AugmentedEvent; /** * A pool expiry block was modified by the admin. **/ @@ -210,15 +210,15 @@ declare module '@pezkuwi/api-base/types/events' { /** * An account harvested some rewards. **/ - RewardsHarvested: AugmentedEvent; + RewardsHarvested: AugmentedEvent; /** * An account staked some tokens in a pool. **/ - Staked: AugmentedEvent; + Staked: AugmentedEvent; /** * An account unstaked some tokens from a pool. **/ - Unstaked: AugmentedEvent; + Unstaked: AugmentedEvent; /** * Generic event **/ @@ -232,7 +232,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * An approval for account `delegate` was cancelled by `owner`. **/ - ApprovalCancelled: AugmentedEvent; + ApprovalCancelled: AugmentedEvent; /** * Approvals were destroyed for given asset. **/ @@ -240,7 +240,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * (Additional) funds have been approved for transfer to a destination account. **/ - ApprovedTransfer: AugmentedEvent; + ApprovedTransfer: AugmentedEvent; /** * Some asset `asset_id` was frozen. **/ @@ -260,19 +260,19 @@ declare module '@pezkuwi/api-base/types/events' { /** * Some account `who` was blocked. **/ - Blocked: AugmentedEvent; + Blocked: AugmentedEvent; /** * Some assets were destroyed. **/ - Burned: AugmentedEvent; + Burned: AugmentedEvent; /** * Some asset class was created. **/ - Created: AugmentedEvent; + Created: AugmentedEvent; /** * Some assets were deposited (e.g. for transaction fees). **/ - Deposited: AugmentedEvent; + Deposited: AugmentedEvent; /** * An asset class was destroyed. **/ @@ -284,15 +284,15 @@ declare module '@pezkuwi/api-base/types/events' { /** * Some asset class was force-created. **/ - ForceCreated: AugmentedEvent; + ForceCreated: AugmentedEvent; /** * Some account `who` was frozen. **/ - Frozen: AugmentedEvent; + Frozen: AugmentedEvent; /** * Some assets were issued. **/ - Issued: AugmentedEvent; + Issued: AugmentedEvent; /** * Metadata has been cleared for an asset. **/ @@ -304,40 +304,40 @@ declare module '@pezkuwi/api-base/types/events' { /** * The owner changed. **/ - OwnerChanged: AugmentedEvent; + OwnerChanged: AugmentedEvent; /** * The management team changed. **/ - TeamChanged: AugmentedEvent; + TeamChanged: AugmentedEvent; /** * Some account `who` was thawed. **/ - Thawed: AugmentedEvent; + Thawed: AugmentedEvent; /** * Some account `who` was created with a deposit from `depositor`. **/ - Touched: AugmentedEvent; + Touched: AugmentedEvent; /** * Some assets were transferred. **/ - Transferred: AugmentedEvent; + Transferred: AugmentedEvent; /** * An `amount` was transferred in its entirety from `owner` to `destination` by * the approved `delegate`. **/ - TransferredApproved: AugmentedEvent; + TransferredApproved: AugmentedEvent; /** * Some assets were withdrawn from the account (e.g. for transaction fees). **/ - Withdrawn: AugmentedEvent; + Withdrawn: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; assetsFreezer: { - Frozen: AugmentedEvent; - Thawed: AugmentedEvent; + Frozen: AugmentedEvent; + Thawed: AugmentedEvent; /** * Generic event **/ @@ -347,28 +347,28 @@ declare module '@pezkuwi/api-base/types/events' { /** * A balance was set by root. **/ - BalanceSet: AugmentedEvent; + BalanceSet: AugmentedEvent; /** * Some amount was burned from an account. **/ - Burned: AugmentedEvent; + Burned: AugmentedEvent; /** * Some amount was deposited (e.g. for transaction fees). **/ - Deposit: AugmentedEvent; + Deposit: AugmentedEvent; /** * An account was removed whose balance was non-zero but below ExistentialDeposit, * resulting in an outright loss. **/ - DustLost: AugmentedEvent; + DustLost: AugmentedEvent; /** * An account was created with some free balance. **/ - Endowed: AugmentedEvent; + Endowed: AugmentedEvent; /** * Some balance was frozen. **/ - Frozen: AugmentedEvent; + Frozen: AugmentedEvent; /** * Total issuance was increased by `amount`, creating a credit to be balanced. **/ @@ -376,11 +376,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * Some balance was locked. **/ - Locked: AugmentedEvent; + Locked: AugmentedEvent; /** * Some amount was minted into an account. **/ - Minted: AugmentedEvent; + Minted: AugmentedEvent; /** * Total issuance was decreased by `amount`, creating a debt to be balanced. **/ @@ -388,28 +388,28 @@ declare module '@pezkuwi/api-base/types/events' { /** * Some balance was reserved (moved from free to reserved). **/ - Reserved: AugmentedEvent; + Reserved: AugmentedEvent; /** * Some balance was moved from the reserve of the first account to the second account. * Final argument indicates the destination balance type. **/ - ReserveRepatriated: AugmentedEvent; + ReserveRepatriated: AugmentedEvent; /** * Some amount was restored into an account. **/ - Restored: AugmentedEvent; + Restored: AugmentedEvent; /** * Some amount was removed from the account (e.g. for misbehavior). **/ - Slashed: AugmentedEvent; + Slashed: AugmentedEvent; /** * Some amount was suspended from an account (it can be restored later). **/ - Suspended: AugmentedEvent; + Suspended: AugmentedEvent; /** * Some balance was thawed. **/ - Thawed: AugmentedEvent; + Thawed: AugmentedEvent; /** * The `TotalIssuance` was forcefully changed. **/ @@ -417,23 +417,23 @@ declare module '@pezkuwi/api-base/types/events' { /** * Transfer succeeded. **/ - Transfer: AugmentedEvent; + Transfer: AugmentedEvent; /** * Some balance was unlocked. **/ - Unlocked: AugmentedEvent; + Unlocked: AugmentedEvent; /** * Some balance was unreserved (moved from reserved to free). **/ - Unreserved: AugmentedEvent; + Unreserved: AugmentedEvent; /** * An account was upgraded. **/ - Upgraded: AugmentedEvent; + Upgraded: AugmentedEvent; /** * Some amount was withdrawn from the account (e.g. for transaction fees). **/ - Withdraw: AugmentedEvent; + Withdraw: AugmentedEvent; /** * Generic event **/ @@ -447,7 +447,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A bounty is awarded to a beneficiary. **/ - BountyAwarded: AugmentedEvent; + BountyAwarded: AugmentedEvent; /** * A bounty proposal is funded and became active. **/ @@ -459,7 +459,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A bounty is claimed by beneficiary. **/ - BountyClaimed: AugmentedEvent; + BountyClaimed: AugmentedEvent; /** * A bounty expiry is extended. **/ @@ -475,11 +475,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * A bounty curator is accepted. **/ - CuratorAccepted: AugmentedEvent; + CuratorAccepted: AugmentedEvent; /** * A bounty curator is proposed. **/ - CuratorProposed: AugmentedEvent; + CuratorProposed: AugmentedEvent; /** * A bounty curator is unassigned. **/ @@ -504,7 +504,7 @@ declare module '@pezkuwi/api-base/types/events' { * Failed to auto-renew a core, likely due to the payer account not being sufficiently * funded. **/ - AutoRenewalFailed: AugmentedEvent], { core: u16, payer: Option }>; + AutoRenewalFailed: AugmentedEvent], { core: u16, payer: Option }>; /** * The auto-renewal limit has been reached upon renewing cores. * @@ -535,7 +535,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * Some Instantaneous Coretime Pool credit has been purchased. **/ - CreditPurchased: AugmentedEvent; + CreditPurchased: AugmentedEvent; /** * Some historical Instantaneous Core Pool payment record has been dropped. **/ @@ -580,7 +580,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A Region of Bulk Coretime has been purchased. **/ - Purchased: AugmentedEvent; + Purchased: AugmentedEvent; /** * A Region has been dropped due to being out of date. **/ @@ -592,7 +592,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A workload has been renewed. **/ - Renewed: AugmentedEvent], { who: AccountId32, price: u128, oldCore: u16, core: u16, begin: u32, duration: u32, workload: Vec }>; + Renewed: AugmentedEvent], { who: PezspCoreCryptoAccountId32, price: u128, oldCore: u16, core: u16, begin: u32, duration: u32, workload: Vec }>; /** * A reservation for a workload has been cancelled. **/ @@ -612,7 +612,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A revenue claim has (possibly only in part) been paid. **/ - RevenueClaimPaid: AugmentedEvent], { who: AccountId32, amount: u128, next: Option }>; + RevenueClaimPaid: AugmentedEvent], { who: PezspCoreCryptoAccountId32, amount: u128, next: Option }>; /** * A new sale has been initialized. **/ @@ -624,7 +624,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * Ownership of a Region has been transferred. **/ - Transferred: AugmentedEvent, owner: Option], { regionId: PezpalletBrokerRegionId, duration: u32, oldOwner: Option, owner: Option }>; + Transferred: AugmentedEvent, owner: Option], { regionId: PezpalletBrokerRegionId, duration: u32, oldOwner: Option, owner: Option }>; /** * Generic event **/ @@ -638,7 +638,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A child-bounty is awarded to a beneficiary. **/ - Awarded: AugmentedEvent; + Awarded: AugmentedEvent; /** * A child-bounty is cancelled. **/ @@ -646,7 +646,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A child-bounty is claimed by beneficiary. **/ - Claimed: AugmentedEvent; + Claimed: AugmentedEvent; /** * Generic event **/ @@ -662,23 +662,23 @@ declare module '@pezkuwi/api-base/types/events' { * calls. This is because on failure all storage changes including events are * rolled back. **/ - Called: AugmentedEvent; + Called: AugmentedEvent; /** * A code with the specified hash was removed. **/ - CodeRemoved: AugmentedEvent; + CodeRemoved: AugmentedEvent; /** * Code with the specified hash has been stored. **/ - CodeStored: AugmentedEvent; + CodeStored: AugmentedEvent; /** * A contract's code was updated. **/ - ContractCodeUpdated: AugmentedEvent; + ContractCodeUpdated: AugmentedEvent; /** * A custom event emitted by the contract. **/ - ContractEmitted: AugmentedEvent; + ContractEmitted: AugmentedEvent; /** * A contract delegate called a code hash. * @@ -688,19 +688,19 @@ declare module '@pezkuwi/api-base/types/events' { * calls. This is because on failure all storage changes including events are * rolled back. **/ - DelegateCalled: AugmentedEvent; + DelegateCalled: AugmentedEvent; /** * Contract deployed by address at the specified address. **/ - Instantiated: AugmentedEvent; + Instantiated: AugmentedEvent; /** * Some funds have been transferred and held as storage deposit. **/ - StorageDepositTransferredAndHeld: AugmentedEvent; + StorageDepositTransferredAndHeld: AugmentedEvent; /** * Some storage deposit funds have been transferred and released. **/ - StorageDepositTransferredAndReleased: AugmentedEvent; + StorageDepositTransferredAndReleased: AugmentedEvent; /** * Contract has been removed. * @@ -709,7 +709,7 @@ declare module '@pezkuwi/api-base/types/events' { * The only way for a contract to be removed and emitting this event is by calling * `seal_terminate`. **/ - Terminated: AugmentedEvent; + Terminated: AugmentedEvent; /** * Generic event **/ @@ -719,23 +719,23 @@ declare module '@pezkuwi/api-base/types/events' { /** * An account has delegated their vote to another account. \[who, target\] **/ - Delegated: AugmentedEvent; + Delegated: AugmentedEvent; /** * An \[account\] has cancelled a previous delegation operation. **/ - Undelegated: AugmentedEvent; + Undelegated: AugmentedEvent; /** * An account has voted **/ - Voted: AugmentedEvent; + Voted: AugmentedEvent; /** * A vote has been removed **/ - VoteRemoved: AugmentedEvent; + VoteRemoved: AugmentedEvent; /** * The lockup period of a conviction vote expired, and the funds have been unlocked. **/ - VoteUnlocked: AugmentedEvent; + VoteUnlocked: AugmentedEvent; /** * Generic event **/ @@ -745,29 +745,29 @@ declare module '@pezkuwi/api-base/types/events' { /** * Member activity flag has been set. **/ - ActiveChanged: AugmentedEvent; + ActiveChanged: AugmentedEvent; /** * Member has been demoted to the given (non-zero) rank. **/ - Demoted: AugmentedEvent; + Demoted: AugmentedEvent; /** * Some submitted evidence was judged and removed. There may or may not have been a change * to the rank, but in any case, `last_proof` is reset. **/ - EvidenceJudged: AugmentedEvent], { who: AccountId32, wish: PezpalletCoreFellowshipWish, evidence: Bytes, oldRank: u16, newRank: Option }>; + EvidenceJudged: AugmentedEvent], { who: PezspCoreCryptoAccountId32, wish: PezpalletCoreFellowshipWish, evidence: Bytes, oldRank: u16, newRank: Option }>; /** * Pre-ranked account has been inducted at their current rank. **/ - Imported: AugmentedEvent; + Imported: AugmentedEvent; /** * Member has begun being tracked in this pallet. **/ - Inducted: AugmentedEvent; + Inducted: AugmentedEvent; /** * Member has been removed from being tracked in this pallet (i.e. because rank is now * zero). **/ - Offboarded: AugmentedEvent; + Offboarded: AugmentedEvent; /** * Parameters for the pallet have changed. **/ @@ -775,19 +775,19 @@ declare module '@pezkuwi/api-base/types/events' { /** * Member has been promoted to the given rank. **/ - Promoted: AugmentedEvent; + Promoted: AugmentedEvent; /** * Member has been proven at their current rank, postponing auto-demotion. **/ - Proven: AugmentedEvent; + Proven: AugmentedEvent; /** * Member has stated evidence of their efforts their request for rank. **/ - Requested: AugmentedEvent; + Requested: AugmentedEvent; /** * A member had its AccountId swapped. **/ - Swapped: AugmentedEvent; + Swapped: AugmentedEvent; /** * Generic event **/ @@ -821,21 +821,21 @@ declare module '@pezkuwi/api-base/types/events' { /** * Some cost for storing a proposal was burned. **/ - ProposalCostBurned: AugmentedEvent; + ProposalCostBurned: AugmentedEvent; /** * Some cost for storing a proposal was released. **/ - ProposalCostReleased: AugmentedEvent; + ProposalCostReleased: AugmentedEvent; /** * A motion (given hash) has been proposed (by given account) with a threshold (given * `MemberCount`). **/ - Proposed: AugmentedEvent; + Proposed: AugmentedEvent; /** * A motion (given hash) has been voted on by given account, leaving * a tally (yes votes and no votes given respectively as `MemberCount`). **/ - Voted: AugmentedEvent; + Voted: AugmentedEvent; /** * Generic event **/ @@ -845,19 +845,19 @@ declare module '@pezkuwi/api-base/types/events' { /** * Funds delegated by a delegator. **/ - Delegated: AugmentedEvent; + Delegated: AugmentedEvent; /** * Unclaimed delegation funds migrated to delegator. **/ - MigratedDelegation: AugmentedEvent; + MigratedDelegation: AugmentedEvent; /** * Funds released to a delegator. **/ - Released: AugmentedEvent; + Released: AugmentedEvent; /** * Funds slashed from a delegator. **/ - Slashed: AugmentedEvent; + Slashed: AugmentedEvent; /** * Generic event **/ @@ -875,7 +875,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * An account has delegated their vote to another account. **/ - Delegated: AugmentedEvent; + Delegated: AugmentedEvent; /** * An external proposal has been tabled. **/ @@ -911,7 +911,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * An account has seconded a proposal **/ - Seconded: AugmentedEvent; + Seconded: AugmentedEvent; /** * A referendum has begun. **/ @@ -923,15 +923,15 @@ declare module '@pezkuwi/api-base/types/events' { /** * An account has cancelled a previous delegation operation. **/ - Undelegated: AugmentedEvent; + Undelegated: AugmentedEvent; /** * An external proposal has been vetoed. **/ - Vetoed: AugmentedEvent; + Vetoed: AugmentedEvent; /** * An account has voted in a referendum **/ - Voted: AugmentedEvent; + Voted: AugmentedEvent; /** * Generic event **/ @@ -955,11 +955,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * An account has been rewarded for their signed submission being finalized. **/ - Rewarded: AugmentedEvent; + Rewarded: AugmentedEvent; /** * An account has been slashed for submitting an invalid signed submission. **/ - Slashed: AugmentedEvent; + Slashed: AugmentedEvent; /** * A solution was stored with the given compute. * @@ -969,7 +969,7 @@ declare module '@pezkuwi/api-base/types/events' { * `T::ForceOrigin`. The `bool` is `true` when a previous solution was ejected to make * room for this one. **/ - SolutionStored: AugmentedEvent, prevEjected: bool], { compute: PezpalletElectionProviderMultiPhaseElectionCompute, origin: Option, prevEjected: bool }>; + SolutionStored: AugmentedEvent, prevEjected: bool], { compute: PezpalletElectionProviderMultiPhaseElectionCompute, origin: Option, prevEjected: bool }>; /** * Generic event **/ @@ -982,7 +982,7 @@ declare module '@pezkuwi/api-base/types/events' { * * Note that old members and runners-up are also candidates. **/ - CandidateSlashed: AugmentedEvent; + CandidateSlashed: AugmentedEvent; /** * Internal error happened while trying to perform election. **/ @@ -996,7 +996,7 @@ declare module '@pezkuwi/api-base/types/events' { * A member has been removed. This should always be followed by either `NewTerm` or * `EmptyTerm`. **/ - MemberKicked: AugmentedEvent; + MemberKicked: AugmentedEvent; /** * A new term with new_members. This indicates that enough candidates existed to run * the election, not that enough have been elected. The inner value must be examined @@ -1004,15 +1004,15 @@ declare module '@pezkuwi/api-base/types/events' { * slashed and none were elected, whilst `EmptyTerm` means that no candidates existed to * begin with. **/ - NewTerm: AugmentedEvent>], { newMembers: Vec> }>; + NewTerm: AugmentedEvent>], { newMembers: Vec> }>; /** * Someone has renounced their candidacy. **/ - Renounced: AugmentedEvent; + Renounced: AugmentedEvent; /** * A seat holder was slashed by amount by being forcefully removed from the set. **/ - SeatHolderSlashed: AugmentedEvent; + SeatHolderSlashed: AugmentedEvent; /** * Generic event **/ @@ -1037,11 +1037,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * A staker was slashed for requesting fast-unstake whilst being exposed. **/ - Slashed: AugmentedEvent; + Slashed: AugmentedEvent; /** * A staker was unstaked. **/ - Unstaked: AugmentedEvent], { stash: AccountId32, result: Result }>; + Unstaked: AugmentedEvent], { stash: PezspCoreCryptoAccountId32, result: Result }>; /** * Generic event **/ @@ -1091,48 +1091,48 @@ declare module '@pezkuwi/api-base/types/events' { /** * A username authority was added. **/ - AuthorityAdded: AugmentedEvent; + AuthorityAdded: AugmentedEvent; /** * A username authority was removed. **/ - AuthorityRemoved: AugmentedEvent; + AuthorityRemoved: AugmentedEvent; /** * A dangling username (as in, a username corresponding to an account that has removed its * identity) has been removed. **/ - DanglingUsernameRemoved: AugmentedEvent; + DanglingUsernameRemoved: AugmentedEvent; /** * A name was cleared, and the given balance returned. **/ - IdentityCleared: AugmentedEvent; + IdentityCleared: AugmentedEvent; /** * A name was removed and the given balance slashed. **/ - IdentityKilled: AugmentedEvent; + IdentityKilled: AugmentedEvent; /** * A name was set or reset (which will remove all judgements). **/ - IdentitySet: AugmentedEvent; + IdentitySet: AugmentedEvent; /** * A judgement was given by a registrar. **/ - JudgementGiven: AugmentedEvent; + JudgementGiven: AugmentedEvent; /** * A judgement was asked from a registrar. **/ - JudgementRequested: AugmentedEvent; + JudgementRequested: AugmentedEvent; /** * A judgement request was retracted. **/ - JudgementUnrequested: AugmentedEvent; + JudgementUnrequested: AugmentedEvent; /** * A queued username passed its expiration without being claimed and was removed. **/ - PreapprovalExpired: AugmentedEvent; + PreapprovalExpired: AugmentedEvent; /** * A username was set as a primary and can be looked up from `who`. **/ - PrimaryUsernameSet: AugmentedEvent; + PrimaryUsernameSet: AugmentedEvent; /** * A registrar was added. **/ @@ -1140,24 +1140,24 @@ declare module '@pezkuwi/api-base/types/events' { /** * An account's sub-identities were set (in bulk). **/ - SubIdentitiesSet: AugmentedEvent; + SubIdentitiesSet: AugmentedEvent; /** * A sub-identity was added to an identity and the deposit paid. **/ - SubIdentityAdded: AugmentedEvent; + SubIdentityAdded: AugmentedEvent; /** * A sub-identity was removed from an identity and the deposit freed. **/ - SubIdentityRemoved: AugmentedEvent; + SubIdentityRemoved: AugmentedEvent; /** * A given sub-account's associated name was changed by its super-identity. **/ - SubIdentityRenamed: AugmentedEvent; + SubIdentityRenamed: AugmentedEvent; /** * A sub-identity was cleared, and the given deposit repatriated from the * main identity account to the sub-identity account. **/ - SubIdentityRevoked: AugmentedEvent; + SubIdentityRevoked: AugmentedEvent; /** * A username has been killed. **/ @@ -1165,7 +1165,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A username was queued, but `who` must accept it prior to `expiration`. **/ - UsernameQueued: AugmentedEvent; + UsernameQueued: AugmentedEvent; /** * A username has been removed. **/ @@ -1173,7 +1173,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A username was set for `who`. **/ - UsernameSet: AugmentedEvent; + UsernameSet: AugmentedEvent; /** * A username has been unbound. **/ @@ -1195,7 +1195,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * At the end of the session, at least one validator was found to be offline. **/ - SomeOffline: AugmentedEvent>], { offline: Vec> }>; + SomeOffline: AugmentedEvent>], { offline: Vec> }>; /** * Generic event **/ @@ -1205,11 +1205,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * A deposit to reserve an index has been poked/reconsidered. **/ - DepositPoked: AugmentedEvent; + DepositPoked: AugmentedEvent; /** * A account index was assigned. **/ - IndexAssigned: AugmentedEvent; + IndexAssigned: AugmentedEvent; /** * A account index has been freed up (unassigned). **/ @@ -1217,7 +1217,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A account index has been frozen to its current account ID. **/ - IndexFrozen: AugmentedEvent; + IndexFrozen: AugmentedEvent; /** * Generic event **/ @@ -1235,11 +1235,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * A ticket has been bought! **/ - TicketBought: AugmentedEvent], { who: AccountId32, callIndex: ITuple<[u8, u8]> }>; + TicketBought: AugmentedEvent], { who: PezspCoreCryptoAccountId32, callIndex: ITuple<[u8, u8]> }>; /** * A winner has been chosen! **/ - Winner: AugmentedEvent; + Winner: AugmentedEvent; /** * Generic event **/ @@ -1330,23 +1330,23 @@ declare module '@pezkuwi/api-base/types/events' { /** * The deposit for a multisig operation has been updated/poked. **/ - DepositPoked: AugmentedEvent; + DepositPoked: AugmentedEvent; /** * A multisig operation has been approved by someone. **/ - MultisigApproval: AugmentedEvent; + MultisigApproval: AugmentedEvent; /** * A multisig operation has been cancelled. **/ - MultisigCancelled: AugmentedEvent; + MultisigCancelled: AugmentedEvent; /** * A multisig operation has been executed. **/ - MultisigExecuted: AugmentedEvent], { approving: AccountId32, timepoint: PezpalletMultisigTimepoint, multisig: AccountId32, callHash: U8aFixed, result: Result }>; + MultisigExecuted: AugmentedEvent], { approving: PezspCoreCryptoAccountId32, timepoint: PezpalletMultisigTimepoint, multisig: PezspCoreCryptoAccountId32, callHash: U8aFixed, result: Result }>; /** * A new multisig operation has begun. **/ - NewMultisig: AugmentedEvent; + NewMultisig: AugmentedEvent; /** * Generic event **/ @@ -1356,11 +1356,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * An NFT was successfully fractionalized. **/ - NftFractionalized: AugmentedEvent; + NftFractionalized: AugmentedEvent; /** * An NFT was successfully returned back. **/ - NftUnified: AugmentedEvent; + NftUnified: AugmentedEvent; /** * Generic event **/ @@ -1370,12 +1370,12 @@ declare module '@pezkuwi/api-base/types/events' { /** * All approvals of an item got cancelled. **/ - AllApprovalsCancelled: AugmentedEvent; + AllApprovalsCancelled: AugmentedEvent; /** * An approval for a `delegate` account to transfer the `item` of an item * `collection` was cancelled by its `owner`. **/ - ApprovalCancelled: AugmentedEvent; + ApprovalCancelled: AugmentedEvent; /** * Attribute metadata has been cleared for a `collection` or `item`. **/ @@ -1387,7 +1387,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * An `item` was destroyed. **/ - Burned: AugmentedEvent; + Burned: AugmentedEvent; /** * A `collection` has had its config changed by the `Force` origin. **/ @@ -1415,7 +1415,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A `collection` was created. **/ - Created: AugmentedEvent; + Created: AugmentedEvent; /** * A `collection` was destroyed. **/ @@ -1423,23 +1423,23 @@ declare module '@pezkuwi/api-base/types/events' { /** * A `collection` was force-created. **/ - ForceCreated: AugmentedEvent; + ForceCreated: AugmentedEvent; /** * An `item` was issued. **/ - Issued: AugmentedEvent; + Issued: AugmentedEvent; /** * A new approval to modify item attributes was added. **/ - ItemAttributesApprovalAdded: AugmentedEvent; + ItemAttributesApprovalAdded: AugmentedEvent; /** * A new approval to modify item attributes was removed. **/ - ItemAttributesApprovalRemoved: AugmentedEvent; + ItemAttributesApprovalRemoved: AugmentedEvent; /** * An item was bought. **/ - ItemBought: AugmentedEvent; + ItemBought: AugmentedEvent; /** * Metadata has been cleared for an item. **/ @@ -1455,7 +1455,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * The price was set for the item. **/ - ItemPriceSet: AugmentedEvent], { collection: u32, item: u32, price: u128, whitelistedBuyer: Option }>; + ItemPriceSet: AugmentedEvent], { collection: u32, item: u32, price: u128, whitelistedBuyer: Option }>; /** * `item` metadata or attributes were locked. **/ @@ -1475,11 +1475,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * The owner changed. **/ - OwnerChanged: AugmentedEvent; + OwnerChanged: AugmentedEvent; /** * Ownership acceptance has changed for an account. **/ - OwnershipAcceptanceChanged: AugmentedEvent], { who: AccountId32, maybeCollection: Option }>; + OwnershipAcceptanceChanged: AugmentedEvent], { who: PezspCoreCryptoAccountId32, maybeCollection: Option }>; /** * A new attribute in the `Pallet` namespace was set for the `collection` or an `item` * within that `collection`. @@ -1500,7 +1500,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * The swap has been claimed. **/ - SwapClaimed: AugmentedEvent, deadline: u32], { sentCollection: u32, sentItem: u32, sentItemOwner: AccountId32, receivedCollection: u32, receivedItem: u32, receivedItemOwner: AccountId32, price: Option, deadline: u32 }>; + SwapClaimed: AugmentedEvent, deadline: u32], { sentCollection: u32, sentItem: u32, sentItemOwner: PezspCoreCryptoAccountId32, receivedCollection: u32, receivedItem: u32, receivedItemOwner: PezspCoreCryptoAccountId32, price: Option, deadline: u32 }>; /** * An `item` swap intent was created. **/ @@ -1508,20 +1508,20 @@ declare module '@pezkuwi/api-base/types/events' { /** * The management team changed. **/ - TeamChanged: AugmentedEvent, admin: Option, freezer: Option], { collection: u32, issuer: Option, admin: Option, freezer: Option }>; + TeamChanged: AugmentedEvent, admin: Option, freezer: Option], { collection: u32, issuer: Option, admin: Option, freezer: Option }>; /** * A tip was sent. **/ - TipSent: AugmentedEvent; + TipSent: AugmentedEvent; /** * An `item` of a `collection` has been approved by the `owner` for transfer by * a `delegate`. **/ - TransferApproved: AugmentedEvent], { collection: u32, item: u32, owner: AccountId32, delegate: AccountId32, deadline: Option }>; + TransferApproved: AugmentedEvent], { collection: u32, item: u32, owner: PezspCoreCryptoAccountId32, delegate: PezspCoreCryptoAccountId32, deadline: Option }>; /** * An `item` was transferred. **/ - Transferred: AugmentedEvent; + Transferred: AugmentedEvent; /** * Generic event **/ @@ -1531,15 +1531,15 @@ declare module '@pezkuwi/api-base/types/events' { /** * A bid was dropped from a queue because of another, more substantial, bid was present. **/ - BidDropped: AugmentedEvent; + BidDropped: AugmentedEvent; /** * A bid was successfully placed. **/ - BidPlaced: AugmentedEvent; + BidPlaced: AugmentedEvent; /** * A bid was successfully removed (before being accepted). **/ - BidRetracted: AugmentedEvent; + BidRetracted: AugmentedEvent; /** * An automatic funding of the deficit was made. **/ @@ -1547,15 +1547,15 @@ declare module '@pezkuwi/api-base/types/events' { /** * A bid was accepted. The balance may not be released until expiry. **/ - Issued: AugmentedEvent; + Issued: AugmentedEvent; /** * An receipt has been (at least partially) thawed. **/ - Thawed: AugmentedEvent; + Thawed: AugmentedEvent; /** * A receipt was transferred. **/ - Transferred: AugmentedEvent; + Transferred: AugmentedEvent; /** * Generic event **/ @@ -1565,11 +1565,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * A member has became bonded in a pool. **/ - Bonded: AugmentedEvent; + Bonded: AugmentedEvent; /** * A pool has been created. **/ - Created: AugmentedEvent; + Created: AugmentedEvent; /** * A pool has been destroyed. **/ @@ -1577,11 +1577,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * Global parameters regulating nomination pools have been updated. **/ - GlobalParamsUpdated: AugmentedEvent, maxMembers: Option, maxMembersPerPool: Option, globalMaxCommission: Option], { minJoinBond: u128, minCreateBond: u128, maxPools: Option, maxMembers: Option, maxMembersPerPool: Option, globalMaxCommission: Option }>; + GlobalParamsUpdated: AugmentedEvent, maxMembers: Option, maxMembersPerPool: Option, globalMaxCommission: Option], { minJoinBond: u128, minCreateBond: u128, maxPools: Option, maxMembers: Option, maxMembersPerPool: Option, globalMaxCommission: Option }>; /** * A pool member's claim permission has been updated. **/ - MemberClaimPermissionUpdated: AugmentedEvent; + MemberClaimPermissionUpdated: AugmentedEvent; /** * A member has been removed from a pool. * @@ -1589,11 +1589,11 @@ declare module '@pezkuwi/api-base/types/events' { * Any funds that are still delegated (i.e. dangling delegation) are released and are * represented by `released_balance`. **/ - MemberRemoved: AugmentedEvent; + MemberRemoved: AugmentedEvent; /** * A pool's metadata was updated. **/ - MetadataUpdated: AugmentedEvent; + MetadataUpdated: AugmentedEvent; /** * Topped up deficit in frozen ED of the reward pool. **/ @@ -1605,7 +1605,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A payout has been made to a member. **/ - PaidOut: AugmentedEvent; + PaidOut: AugmentedEvent; /** * A pool's commission `change_rate` has been changed. **/ @@ -1621,20 +1621,20 @@ declare module '@pezkuwi/api-base/types/events' { /** * A pool's commission setting has been changed. **/ - PoolCommissionUpdated: AugmentedEvent>], { poolId: u32, current: Option> }>; + PoolCommissionUpdated: AugmentedEvent>], { poolId: u32, current: Option> }>; /** * A pool's maximum commission setting has been changed. **/ - PoolMaxCommissionUpdated: AugmentedEvent; + PoolMaxCommissionUpdated: AugmentedEvent; /** * A pool's nominating account (or the pool's root account) has nominated a validator set * on behalf of the pool. **/ - PoolNominationMade: AugmentedEvent; + PoolNominationMade: AugmentedEvent; /** * The pool is chilled i.e. no longer nominating. **/ - PoolNominatorChilled: AugmentedEvent; + PoolNominatorChilled: AugmentedEvent; /** * The active balance of pool `pool_id` has been slashed to `balance`. **/ @@ -1643,7 +1643,7 @@ declare module '@pezkuwi/api-base/types/events' { * The roles of a pool have been updated to the given new roles. Note that the depositor * can never change. **/ - RolesUpdated: AugmentedEvent, bouncer: Option, nominator: Option], { root: Option, bouncer: Option, nominator: Option }>; + RolesUpdated: AugmentedEvent, bouncer: Option, nominator: Option], { root: Option, bouncer: Option, nominator: Option }>; /** * The state of a pool has changed **/ @@ -1661,7 +1661,7 @@ declare module '@pezkuwi/api-base/types/events' { * number of points that are issued in the unbonding pool will be less than the amount * requested to be unbonded. **/ - Unbonded: AugmentedEvent; + Unbonded: AugmentedEvent; /** * The unbond pool at `era` of pool `pool_id` has been slashed to `balance`. **/ @@ -1674,7 +1674,7 @@ declare module '@pezkuwi/api-base/types/events' { * Similar to `Unbonded` event, in the absence of slashing, the ratio of point to balance * will be 1. **/ - Withdrawn: AugmentedEvent; + Withdrawn: AugmentedEvent; /** * Generic event **/ @@ -1712,7 +1712,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * An approval for account `delegate` was cancelled by `owner`. **/ - ApprovalCancelled: AugmentedEvent; + ApprovalCancelled: AugmentedEvent; /** * Approvals were destroyed for given asset. **/ @@ -1720,7 +1720,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * (Additional) funds have been approved for transfer to a destination account. **/ - ApprovedTransfer: AugmentedEvent; + ApprovedTransfer: AugmentedEvent; /** * Some asset `asset_id` was frozen. **/ @@ -1740,19 +1740,19 @@ declare module '@pezkuwi/api-base/types/events' { /** * Some account `who` was blocked. **/ - Blocked: AugmentedEvent; + Blocked: AugmentedEvent; /** * Some assets were destroyed. **/ - Burned: AugmentedEvent; + Burned: AugmentedEvent; /** * Some asset class was created. **/ - Created: AugmentedEvent; + Created: AugmentedEvent; /** * Some assets were deposited (e.g. for transaction fees). **/ - Deposited: AugmentedEvent; + Deposited: AugmentedEvent; /** * An asset class was destroyed. **/ @@ -1764,15 +1764,15 @@ declare module '@pezkuwi/api-base/types/events' { /** * Some asset class was force-created. **/ - ForceCreated: AugmentedEvent; + ForceCreated: AugmentedEvent; /** * Some account `who` was frozen. **/ - Frozen: AugmentedEvent; + Frozen: AugmentedEvent; /** * Some assets were issued. **/ - Issued: AugmentedEvent; + Issued: AugmentedEvent; /** * Metadata has been cleared for an asset. **/ @@ -1784,32 +1784,32 @@ declare module '@pezkuwi/api-base/types/events' { /** * The owner changed. **/ - OwnerChanged: AugmentedEvent; + OwnerChanged: AugmentedEvent; /** * The management team changed. **/ - TeamChanged: AugmentedEvent; + TeamChanged: AugmentedEvent; /** * Some account `who` was thawed. **/ - Thawed: AugmentedEvent; + Thawed: AugmentedEvent; /** * Some account `who` was created with a deposit from `depositor`. **/ - Touched: AugmentedEvent; + Touched: AugmentedEvent; /** * Some assets were transferred. **/ - Transferred: AugmentedEvent; + Transferred: AugmentedEvent; /** * An `amount` was transferred in its entirety from `owner` to `destination` by * the approved `delegate`. **/ - TransferredApproved: AugmentedEvent; + TransferredApproved: AugmentedEvent; /** * Some assets were withdrawn from the account (e.g. for transaction fees). **/ - Withdrawn: AugmentedEvent; + Withdrawn: AugmentedEvent; /** * Generic event **/ @@ -1844,15 +1844,15 @@ declare module '@pezkuwi/api-base/types/events' { /** * An announcement was placed to make a call in the future. **/ - Announced: AugmentedEvent; + Announced: AugmentedEvent; /** * A deposit stored for proxies or announcements was poked / updated. **/ - DepositPoked: AugmentedEvent; + DepositPoked: AugmentedEvent; /** * A proxy was added. **/ - ProxyAdded: AugmentedEvent; + ProxyAdded: AugmentedEvent; /** * A proxy was executed correctly, with the given. **/ @@ -1860,12 +1860,12 @@ declare module '@pezkuwi/api-base/types/events' { /** * A proxy was removed. **/ - ProxyRemoved: AugmentedEvent; + ProxyRemoved: AugmentedEvent; /** * A pure account has been created by new proxy with given * disambiguation index and proxy type. **/ - PureCreated: AugmentedEvent; + PureCreated: AugmentedEvent; /** * Generic event **/ @@ -1875,24 +1875,24 @@ declare module '@pezkuwi/api-base/types/events' { /** * A member `who` has been added. **/ - MemberAdded: AugmentedEvent; + MemberAdded: AugmentedEvent; /** * The member `who` had their `AccountId` changed to `new_who`. **/ - MemberExchanged: AugmentedEvent; + MemberExchanged: AugmentedEvent; /** * The member `who` of given `rank` has been removed from the collective. **/ - MemberRemoved: AugmentedEvent; + MemberRemoved: AugmentedEvent; /** * The member `who`se rank has been changed to the given `rank`. **/ - RankChanged: AugmentedEvent; + RankChanged: AugmentedEvent; /** * The member `who` has voted for the `poll` with the given `vote` leading to an updated * `tally`. **/ - Voted: AugmentedEvent; + Voted: AugmentedEvent; /** * Generic event **/ @@ -1916,11 +1916,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * The decision deposit has been placed. **/ - DecisionDepositPlaced: AugmentedEvent; + DecisionDepositPlaced: AugmentedEvent; /** * The decision deposit has been refunded. **/ - DecisionDepositRefunded: AugmentedEvent; + DecisionDepositRefunded: AugmentedEvent; /** * A referendum has moved into the deciding phase. **/ @@ -1928,7 +1928,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A deposit has been slashed. **/ - DepositSlashed: AugmentedEvent; + DepositSlashed: AugmentedEvent; /** * A referendum has been killed. **/ @@ -1948,7 +1948,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * The submission deposit has been refunded. **/ - SubmissionDepositRefunded: AugmentedEvent; + SubmissionDepositRefunded: AugmentedEvent; /** * A referendum has been submitted. **/ @@ -1966,27 +1966,27 @@ declare module '@pezkuwi/api-base/types/events' { /** * Lost account has been successfully recovered by rescuer account. **/ - AccountRecovered: AugmentedEvent; + AccountRecovered: AugmentedEvent; /** * A recovery process for lost account by rescuer account has been closed. **/ - RecoveryClosed: AugmentedEvent; + RecoveryClosed: AugmentedEvent; /** * A recovery process has been set up for an account. **/ - RecoveryCreated: AugmentedEvent; + RecoveryCreated: AugmentedEvent; /** * A recovery process has been initiated for lost account by rescuer account. **/ - RecoveryInitiated: AugmentedEvent; + RecoveryInitiated: AugmentedEvent; /** * A recovery process has been removed for an account. **/ - RecoveryRemoved: AugmentedEvent; + RecoveryRemoved: AugmentedEvent; /** * A recovery process for lost account by rescuer account has been vouched for by sender. **/ - RecoveryVouched: AugmentedEvent; + RecoveryVouched: AugmentedEvent; /** * Generic event **/ @@ -2010,11 +2010,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * The decision deposit has been placed. **/ - DecisionDepositPlaced: AugmentedEvent; + DecisionDepositPlaced: AugmentedEvent; /** * The decision deposit has been refunded. **/ - DecisionDepositRefunded: AugmentedEvent; + DecisionDepositRefunded: AugmentedEvent; /** * A referendum has moved into the deciding phase. **/ @@ -2022,7 +2022,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A deposit has been slashed. **/ - DepositSlashed: AugmentedEvent; + DepositSlashed: AugmentedEvent; /** * A referendum has been killed. **/ @@ -2042,7 +2042,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * The submission deposit has been refunded. **/ - SubmissionDepositRefunded: AugmentedEvent; + SubmissionDepositRefunded: AugmentedEvent; /** * A referendum has been submitted. **/ @@ -2060,7 +2060,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * Stored data off chain. **/ - Stored: AugmentedEvent; + Stored: AugmentedEvent; /** * Generic event **/ @@ -2102,15 +2102,15 @@ declare module '@pezkuwi/api-base/types/events' { /** * An account reserved funds for either entering or extending the safe-mode. **/ - DepositPlaced: AugmentedEvent; + DepositPlaced: AugmentedEvent; /** * An account had a reserve released that was reserved. **/ - DepositReleased: AugmentedEvent; + DepositReleased: AugmentedEvent; /** * An account had reserve slashed that was reserved. **/ - DepositSlashed: AugmentedEvent; + DepositSlashed: AugmentedEvent; /** * The safe-mode was entered until inclusively this block. **/ @@ -2136,19 +2136,19 @@ declare module '@pezkuwi/api-base/types/events' { /** * A member is inducted into the payroll. **/ - Inducted: AugmentedEvent; + Inducted: AugmentedEvent; /** * A payment happened. **/ - Paid: AugmentedEvent; + Paid: AugmentedEvent; /** * A member registered for a payout. **/ - Registered: AugmentedEvent; + Registered: AugmentedEvent; /** * A member swapped their account. **/ - Swapped: AugmentedEvent; + Swapped: AugmentedEvent; /** * Generic event **/ @@ -2210,11 +2210,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * Validator has been disabled. **/ - ValidatorDisabled: AugmentedEvent; + ValidatorDisabled: AugmentedEvent; /** * Validator has been re-enabled. **/ - ValidatorReenabled: AugmentedEvent; + ValidatorReenabled: AugmentedEvent; /** * Generic event **/ @@ -2234,24 +2234,24 @@ declare module '@pezkuwi/api-base/types/events' { /** * A candidate was dropped (due to an excess of bids in the system). **/ - AutoUnbid: AugmentedEvent; + AutoUnbid: AugmentedEvent; /** * A membership bid just happened. The given account is the candidate's ID and their offer * is the second. **/ - Bid: AugmentedEvent; + Bid: AugmentedEvent; /** * A candidate has been suspended **/ - CandidateSuspended: AugmentedEvent; + CandidateSuspended: AugmentedEvent; /** * A member has been challenged **/ - Challenged: AugmentedEvent; + Challenged: AugmentedEvent; /** * A vote has been placed for a defending member **/ - DefenderVote: AugmentedEvent; + DefenderVote: AugmentedEvent; /** * Some funds were deposited into the society account. **/ @@ -2259,20 +2259,20 @@ declare module '@pezkuwi/api-base/types/events' { /** * A \[member\] got elevated to \[rank\]. **/ - Elevated: AugmentedEvent; + Elevated: AugmentedEvent; /** * The society is founded by the given identity. **/ - Founded: AugmentedEvent; + Founded: AugmentedEvent; /** * A group of candidates have been inducted. The batch's primary is the first value, the * batch in full is the second. **/ - Inducted: AugmentedEvent], { primary: AccountId32, candidates: Vec }>; + Inducted: AugmentedEvent], { primary: PezspCoreCryptoAccountId32, candidates: Vec }>; /** * A member has been suspended **/ - MemberSuspended: AugmentedEvent; + MemberSuspended: AugmentedEvent; /** * A new set of \[params\] has been set for the group. **/ @@ -2280,28 +2280,28 @@ declare module '@pezkuwi/api-base/types/events' { /** * A suspended member has been judged. **/ - SuspendedMemberJudgement: AugmentedEvent; + SuspendedMemberJudgement: AugmentedEvent; /** * A candidate was dropped (by their request). **/ - Unbid: AugmentedEvent; + Unbid: AugmentedEvent; /** * Society is unfounded. **/ - Unfounded: AugmentedEvent; + Unfounded: AugmentedEvent; /** * A candidate was dropped (by request of who vouched for them). **/ - Unvouch: AugmentedEvent; + Unvouch: AugmentedEvent; /** * A vote has been placed **/ - Vote: AugmentedEvent; + Vote: AugmentedEvent; /** * A membership bid just happened by vouching. The given account is the candidate's ID and * their offer is the second. The vouching party is the third. **/ - Vouch: AugmentedEvent; + Vouch: AugmentedEvent; /** * Generic event **/ @@ -2314,11 +2314,11 @@ declare module '@pezkuwi/api-base/types/events' { * NOTE: This event is only emitted when funds are bonded via a dispatchable. Notably, * it will not be emitted for staking rewards when they are added to stake. **/ - Bonded: AugmentedEvent; + Bonded: AugmentedEvent; /** * An account has stopped participating as either a validator or nominator. **/ - Chilled: AugmentedEvent; + Chilled: AugmentedEvent; /** * Report of a controller batch deprecation. **/ @@ -2327,7 +2327,7 @@ declare module '@pezkuwi/api-base/types/events' { * Staking balance migrated from locks to holds, with any balance that could not be held * is force withdrawn. **/ - CurrencyMigrated: AugmentedEvent; + CurrencyMigrated: AugmentedEvent; /** * The era payout has been set; the first balance is the validator-payout; the second is * the remainder from the maximum amount of reward. @@ -2340,7 +2340,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A nominator has been kicked from a validator. **/ - Kicked: AugmentedEvent; + Kicked: AugmentedEvent; /** * An old slashing report from a prior era was discarded because it could * not be processed. @@ -2349,20 +2349,20 @@ declare module '@pezkuwi/api-base/types/events' { /** * A Page of stakers rewards are getting paid. `next` is `None` if all pages are claimed. **/ - PayoutStarted: AugmentedEvent], { eraIndex: u32, validatorStash: AccountId32, page: u32, next: Option }>; + PayoutStarted: AugmentedEvent], { eraIndex: u32, validatorStash: PezspCoreCryptoAccountId32, page: u32, next: Option }>; /** * The nominator has been rewarded by this amount to this destination. **/ - Rewarded: AugmentedEvent; + Rewarded: AugmentedEvent; /** * A staker (validator or nominator) has been slashed by the given amount. **/ - Slashed: AugmentedEvent; + Slashed: AugmentedEvent; /** * A slash for the given validator, for the given percentage of their stake, at the given * era as been reported. **/ - SlashReported: AugmentedEvent; + SlashReported: AugmentedEvent; /** * Targets size limit reached. **/ @@ -2382,16 +2382,16 @@ declare module '@pezkuwi/api-base/types/events' { /** * An account has unbonded this amount. **/ - Unbonded: AugmentedEvent; + Unbonded: AugmentedEvent; /** * A validator has set their preferences. **/ - ValidatorPrefsSet: AugmentedEvent; + ValidatorPrefsSet: AugmentedEvent; /** * An account has called `withdraw_unbonded` and removed unbonding chunks worth `Balance` * from the unlocking queue. **/ - Withdrawn: AugmentedEvent; + Withdrawn: AugmentedEvent; /** * Generic event **/ @@ -2401,7 +2401,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A new statement is submitted **/ - NewStatement: AugmentedEvent; + NewStatement: AugmentedEvent; /** * Generic event **/ @@ -2424,7 +2424,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * Some account got slashed by the given amount. **/ - Slashed: AugmentedEvent; + Slashed: AugmentedEvent; /** * Generic event **/ @@ -2434,7 +2434,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * The sudo key has been updated. **/ - KeyChanged: AugmentedEvent, new_: AccountId32], { old: Option, new_: AccountId32 }>; + KeyChanged: AugmentedEvent, new_: PezspCoreCryptoAccountId32], { old: Option, new_: PezspCoreCryptoAccountId32 }>; /** * The key was permanently removed. **/ @@ -2468,11 +2468,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * An account was reaped. **/ - KilledAccount: AugmentedEvent; + KilledAccount: AugmentedEvent; /** * A new account was created. **/ - NewAccount: AugmentedEvent; + NewAccount: AugmentedEvent; /** * An invalid authorized upgrade was rejected while trying to apply it. **/ @@ -2480,7 +2480,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * On on-chain remark happened. **/ - Remarked: AugmentedEvent; + Remarked: AugmentedEvent; /** * An upgrade was authorized. **/ @@ -2518,21 +2518,21 @@ declare module '@pezkuwi/api-base/types/events' { /** * Some cost for storing a proposal was burned. **/ - ProposalCostBurned: AugmentedEvent; + ProposalCostBurned: AugmentedEvent; /** * Some cost for storing a proposal was released. **/ - ProposalCostReleased: AugmentedEvent; + ProposalCostReleased: AugmentedEvent; /** * A motion (given hash) has been proposed (by given account) with a threshold (given * `MemberCount`). **/ - Proposed: AugmentedEvent; + Proposed: AugmentedEvent; /** * A motion (given hash) has been voted on by given account, leaving * a tally (yes votes and no votes given respectively as `MemberCount`). **/ - Voted: AugmentedEvent; + Voted: AugmentedEvent; /** * Generic event **/ @@ -2576,7 +2576,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A tip suggestion has been closed. **/ - TipClosed: AugmentedEvent; + TipClosed: AugmentedEvent; /** * A tip suggestion has reached threshold and is closing. **/ @@ -2588,7 +2588,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A tip suggestion has been slashed. **/ - TipSlashed: AugmentedEvent; + TipSlashed: AugmentedEvent; /** * Generic event **/ @@ -2599,7 +2599,7 @@ declare module '@pezkuwi/api-base/types/events' { * A transaction fee `actual_fee`, of which `tip` was added to the minimum inclusion fee, * has been paid by `who`. **/ - TransactionFeePaid: AugmentedEvent; + TransactionFeePaid: AugmentedEvent; /** * Generic event **/ @@ -2627,7 +2627,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A new asset spend proposal has been approved. **/ - AssetSpendApproved: AugmentedEvent; + AssetSpendApproved: AugmentedEvent; /** * An approved spend was voided. **/ @@ -2635,7 +2635,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * Some funds have been allocated. **/ - Awarded: AugmentedEvent; + Awarded: AugmentedEvent; /** * Some of our funds have been burnt. **/ @@ -2659,7 +2659,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A new spend proposal has been approved. **/ - SpendApproved: AugmentedEvent; + SpendApproved: AugmentedEvent; /** * We have ended a spend period and will now allocate funds. **/ @@ -2697,12 +2697,12 @@ declare module '@pezkuwi/api-base/types/events' { * An approval for a `delegate` account to transfer the `item` of an item * `collection` was cancelled by its `owner`. **/ - ApprovalCancelled: AugmentedEvent; + ApprovalCancelled: AugmentedEvent; /** * An `item` of a `collection` has been approved by the `owner` for transfer by * a `delegate`. **/ - ApprovedTransfer: AugmentedEvent; + ApprovedTransfer: AugmentedEvent; /** * Attribute metadata has been cleared for a `collection` or `item`. **/ @@ -2714,7 +2714,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * An `item` was destroyed. **/ - Burned: AugmentedEvent; + Burned: AugmentedEvent; /** * Some `collection` was frozen. **/ @@ -2738,7 +2738,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A `collection` was created. **/ - Created: AugmentedEvent; + Created: AugmentedEvent; /** * A `collection` was destroyed. **/ @@ -2746,7 +2746,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A `collection` was force-created. **/ - ForceCreated: AugmentedEvent; + ForceCreated: AugmentedEvent; /** * Some `item` was frozen. **/ @@ -2754,11 +2754,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * An `item` was issued. **/ - Issued: AugmentedEvent; + Issued: AugmentedEvent; /** * An item was bought. **/ - ItemBought: AugmentedEvent; + ItemBought: AugmentedEvent; /** * The price for the instance was removed. **/ @@ -2766,7 +2766,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * The price was set for the instance. **/ - ItemPriceSet: AugmentedEvent], { collection: u32, item: u32, price: u128, whitelistedBuyer: Option }>; + ItemPriceSet: AugmentedEvent], { collection: u32, item: u32, price: u128, whitelistedBuyer: Option }>; /** * A `collection` has had its attributes changed by the `Force` origin. **/ @@ -2782,11 +2782,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * The owner changed. **/ - OwnerChanged: AugmentedEvent; + OwnerChanged: AugmentedEvent; /** * Ownership acceptance has changed for an account. **/ - OwnershipAcceptanceChanged: AugmentedEvent], { who: AccountId32, maybeCollection: Option }>; + OwnershipAcceptanceChanged: AugmentedEvent], { who: PezspCoreCryptoAccountId32, maybeCollection: Option }>; /** * Metadata has been cleared for an item. **/ @@ -2794,7 +2794,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * The management team changed. **/ - TeamChanged: AugmentedEvent; + TeamChanged: AugmentedEvent; /** * Some `item` was thawed. **/ @@ -2802,7 +2802,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * An `item` was transferred. **/ - Transferred: AugmentedEvent; + Transferred: AugmentedEvent; /** * Generic event **/ @@ -2851,12 +2851,12 @@ declare module '@pezkuwi/api-base/types/events' { /** * An \[account\] has become fully vested. **/ - VestingCompleted: AugmentedEvent; + VestingCompleted: AugmentedEvent; /** * The amount vested has been updated. This could indicate a change in funds available. * The balance given is the amount which is left unvested (and thus locked). **/ - VestingUpdated: AugmentedEvent; + VestingUpdated: AugmentedEvent; /** * Generic event **/ @@ -2866,11 +2866,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * Moved an account from one bag to another. **/ - Rebagged: AugmentedEvent; + Rebagged: AugmentedEvent; /** * Updated the score of some account to the given amount. **/ - ScoreUpdated: AugmentedEvent; + ScoreUpdated: AugmentedEvent; /** * Generic event **/ diff --git a/packages/api-augment/src/bizinikiwi/query.ts b/packages/api-augment/src/bizinikiwi/query.ts index 71f89cb..224d221 100644 --- a/packages/api-augment/src/bizinikiwi/query.ts +++ b/packages/api-augment/src/bizinikiwi/query.ts @@ -9,8 +9,8 @@ import type { ApiTypes, AugmentedQuery, QueryableStorageEntry } from '@pezkuwi/a import type { Data } from '@pezkuwi/types'; import type { BTreeSet, Bytes, Null, Option, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@pezkuwi/types-codec'; import type { AnyNumber, ITuple } from '@pezkuwi/types-codec/types'; -import type { AccountId32, H160, H256, Perbill, Percent, RuntimeCall } from '@pezkuwi/types/interfaces/runtime'; -import type { KitchensinkRuntimeRuntimeParametersKey, KitchensinkRuntimeRuntimeParametersValue, KitchensinkRuntimeSessionKeys, PezframeSupportDispatchPerDispatchClassWeight, PezframeSupportPreimagesBounded, PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensMiscIdAmountRuntimeFreezeReason, PezframeSupportTokensMiscIdAmountRuntimeHoldReason, PezframeSystemAccountInfo, PezframeSystemCodeUpgradeAuthorization, PezframeSystemEventRecord, PezframeSystemLastRuntimeUpgradeInfo, PezframeSystemPhase, PezpalletAllianceCid, PezpalletAllianceMemberRole, PezpalletAssetConversionPoolInfo, PezpalletAssetRewardsPoolInfo, PezpalletAssetRewardsPoolStakerInfo, PezpalletAssetsApproval, PezpalletAssetsAssetAccount, PezpalletAssetsAssetDetails, PezpalletAssetsAssetMetadata, PezpalletBagsListListBag, PezpalletBagsListListNode, PezpalletBalancesAccountData, PezpalletBalancesBalanceLock, PezpalletBalancesReserveData, PezpalletBountiesBounty, PezpalletBrokerAutoRenewalRecord, PezpalletBrokerConfigRecord, PezpalletBrokerContributionRecord, PezpalletBrokerInstaPoolHistoryRecord, PezpalletBrokerLeaseRecordItem, PezpalletBrokerOnDemandRevenueRecord, PezpalletBrokerPoolIoRecord, PezpalletBrokerPotentialRenewalId, PezpalletBrokerPotentialRenewalRecord, PezpalletBrokerRegionId, PezpalletBrokerRegionRecord, PezpalletBrokerSaleInfoRecord, PezpalletBrokerScheduleItem, PezpalletBrokerStatusRecord, PezpalletChildBountiesChildBounty, PezpalletCollectiveVotes, PezpalletContractsStorageContractInfo, PezpalletContractsStorageDeletionQueueManager, PezpalletContractsWasmCodeInfo, PezpalletConvictionVotingVoteVoting, PezpalletCoreFellowshipMemberStatus, PezpalletCoreFellowshipParamsTypeU128, PezpalletCoreFellowshipWish, PezpalletDelegatedStakingAgentLedger, PezpalletDelegatedStakingDelegation, PezpalletDemocracyMetadataOwner, PezpalletDemocracyReferendumInfo, PezpalletDemocracyVoteThreshold, PezpalletDemocracyVoteVoting, PezpalletElectionProviderMultiPhasePhase, PezpalletElectionProviderMultiPhaseReadySolution, PezpalletElectionProviderMultiPhaseRoundSnapshot, PezpalletElectionProviderMultiPhaseSignedSignedSubmission, PezpalletElectionProviderMultiPhaseSolutionOrSnapshotSize, PezpalletElectionsPhragmenSeatHolder, PezpalletElectionsPhragmenVoter, PezpalletFastUnstakeUnstakeRequest, PezpalletGrandpaStoredPendingChange, PezpalletGrandpaStoredState, PezpalletIdentityAuthorityProperties, PezpalletIdentityProvider, PezpalletIdentityRegistrarInfo, PezpalletIdentityRegistration, PezpalletIdentityUsernameInformation, PezpalletImOnlineSr25519AppSr25519Public, PezpalletLotteryLotteryConfig, PezpalletMessageQueueBookState, PezpalletMessageQueuePage, PezpalletMigrationsMigrationCursor, PezpalletMixnetBoundedMixnode, PezpalletMultisigMultisig, PezpalletNftFractionalizationDetails, PezpalletNftsAttributeDeposit, PezpalletNftsAttributeNamespace, PezpalletNftsCollectionConfig, PezpalletNftsCollectionDetails, PezpalletNftsCollectionMetadata, PezpalletNftsItemConfig, PezpalletNftsItemDetails, PezpalletNftsItemMetadata, PezpalletNftsPendingSwap, PezpalletNisBid, PezpalletNisReceiptRecord, PezpalletNisSummaryRecord, PezpalletNominationPoolsBondedPoolInner, PezpalletNominationPoolsClaimPermission, PezpalletNominationPoolsPoolMember, PezpalletNominationPoolsRewardPool, PezpalletNominationPoolsSubPools, PezpalletPreimageOldRequestStatus, PezpalletPreimageRequestStatus, PezpalletProxyAnnouncement, PezpalletProxyProxyDefinition, PezpalletRankedCollectiveMemberRecord, PezpalletRankedCollectiveVoteRecord, PezpalletRecoveryActiveRecovery, PezpalletRecoveryRecoveryConfig, PezpalletReferendaReferendumInfoConvictionVotingTally, PezpalletReferendaReferendumInfoRankedCollectiveTally, PezpalletReviveStorageContractInfo, PezpalletReviveStorageDeletionQueueManager, PezpalletReviveWasmCodeInfo, PezpalletSalaryClaimantStatus, PezpalletSalaryStatusType, PezpalletSchedulerRetryConfig, PezpalletSchedulerScheduled, PezpalletSocietyBid, PezpalletSocietyCandidacy, PezpalletSocietyGroupParams, PezpalletSocietyIntakeRecord, PezpalletSocietyMemberRecord, PezpalletSocietyPayoutRecord, PezpalletSocietyTally, PezpalletSocietyVote, PezpalletStakingActiveEraInfo, PezpalletStakingEraRewardPoints, PezpalletStakingForcing, PezpalletStakingNominations, PezpalletStakingRewardDestination, PezpalletStakingSlashingSlashingSpans, PezpalletStakingSlashingSpanRecord, PezpalletStakingStakingLedger, PezpalletStakingUnappliedSlash, PezpalletStakingValidatorPrefs, PezpalletStateTrieMigrationMigrationLimits, PezpalletStateTrieMigrationMigrationTask, PezpalletTipsOpenTip, PezpalletTransactionPaymentReleases, PezpalletTransactionStorageTransactionInfo, PezpalletTreasuryProposal, PezpalletTreasurySpendStatus, PezpalletUniquesCollectionDetails, PezpalletUniquesCollectionMetadata, PezpalletUniquesItemDetails, PezpalletUniquesItemMetadata, PezpalletVestingReleases, PezpalletVestingVestingInfo, PezspAuthorityDiscoveryAppPublic, PezspConsensusBabeAppPublic, PezspConsensusBabeBabeEpochConfiguration, PezspConsensusBabeDigestsNextConfigDescriptor, PezspConsensusBabeDigestsPreDigest, PezspConsensusBeefyEcdsaCryptoPublic, PezspConsensusBeefyMmrBeefyAuthoritySet, PezspConsensusGrandpaAppPublic, PezspCoreCryptoKeyTypeId, PezspMixnetAppPublic, PezspNposElectionsElectionScore, PezspRuntimeDigest, PezspStakingExposure, PezspStakingExposurePage, PezspStakingOffenceOffenceDetails, PezspStakingPagedExposureMetadata, PezspWeightsWeightV2Weight } from '@pezkuwi/types/lookup'; +import type { H160, H256, RuntimeCall } from '@pezkuwi/types/interfaces/runtime'; +import type { KitchensinkRuntimeRuntimeParametersKey, KitchensinkRuntimeRuntimeParametersValue, KitchensinkRuntimeSessionKeys, PezframeSupportDispatchPerDispatchClassWeight, PezframeSupportPreimagesBounded, PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensMiscIdAmountRuntimeFreezeReason, PezframeSupportTokensMiscIdAmountRuntimeHoldReason, PezframeSystemAccountInfo, PezframeSystemCodeUpgradeAuthorization, PezframeSystemEventRecord, PezframeSystemLastRuntimeUpgradeInfo, PezframeSystemPhase, PezpalletAllianceCid, PezpalletAllianceMemberRole, PezpalletAssetConversionPoolInfo, PezpalletAssetRewardsPoolInfo, PezpalletAssetRewardsPoolStakerInfo, PezpalletAssetsApproval, PezpalletAssetsAssetAccount, PezpalletAssetsAssetDetails, PezpalletAssetsAssetMetadata, PezpalletBagsListListBag, PezpalletBagsListListNode, PezpalletBalancesAccountData, PezpalletBalancesBalanceLock, PezpalletBalancesReserveData, PezpalletBountiesBounty, PezpalletBrokerAutoRenewalRecord, PezpalletBrokerConfigRecord, PezpalletBrokerContributionRecord, PezpalletBrokerInstaPoolHistoryRecord, PezpalletBrokerLeaseRecordItem, PezpalletBrokerOnDemandRevenueRecord, PezpalletBrokerPoolIoRecord, PezpalletBrokerPotentialRenewalId, PezpalletBrokerPotentialRenewalRecord, PezpalletBrokerRegionId, PezpalletBrokerRegionRecord, PezpalletBrokerSaleInfoRecord, PezpalletBrokerScheduleItem, PezpalletBrokerStatusRecord, PezpalletChildBountiesChildBounty, PezpalletCollectiveVotes, PezpalletContractsStorageContractInfo, PezpalletContractsStorageDeletionQueueManager, PezpalletContractsWasmCodeInfo, PezpalletConvictionVotingVoteVoting, PezpalletCoreFellowshipMemberStatus, PezpalletCoreFellowshipParamsTypeU128, PezpalletCoreFellowshipWish, PezpalletDelegatedStakingAgentLedger, PezpalletDelegatedStakingDelegation, PezpalletDemocracyMetadataOwner, PezpalletDemocracyReferendumInfo, PezpalletDemocracyVoteThreshold, PezpalletDemocracyVoteVoting, PezpalletElectionProviderMultiPhasePhase, PezpalletElectionProviderMultiPhaseReadySolution, PezpalletElectionProviderMultiPhaseRoundSnapshot, PezpalletElectionProviderMultiPhaseSignedSignedSubmission, PezpalletElectionProviderMultiPhaseSolutionOrSnapshotSize, PezpalletElectionsPhragmenSeatHolder, PezpalletElectionsPhragmenVoter, PezpalletFastUnstakeUnstakeRequest, PezpalletGrandpaStoredPendingChange, PezpalletGrandpaStoredState, PezpalletIdentityAuthorityProperties, PezpalletIdentityProvider, PezpalletIdentityRegistrarInfo, PezpalletIdentityRegistration, PezpalletIdentityUsernameInformation, PezpalletImOnlineSr25519AppSr25519Public, PezpalletLotteryLotteryConfig, PezpalletMessageQueueBookState, PezpalletMessageQueuePage, PezpalletMigrationsMigrationCursor, PezpalletMixnetBoundedMixnode, PezpalletMultisigMultisig, PezpalletNftFractionalizationDetails, PezpalletNftsAttributeDeposit, PezpalletNftsAttributeNamespace, PezpalletNftsCollectionConfig, PezpalletNftsCollectionDetails, PezpalletNftsCollectionMetadata, PezpalletNftsItemConfig, PezpalletNftsItemDetails, PezpalletNftsItemMetadata, PezpalletNftsPendingSwap, PezpalletNisBid, PezpalletNisReceiptRecord, PezpalletNisSummaryRecord, PezpalletNominationPoolsBondedPoolInner, PezpalletNominationPoolsClaimPermission, PezpalletNominationPoolsPoolMember, PezpalletNominationPoolsRewardPool, PezpalletNominationPoolsSubPools, PezpalletPreimageOldRequestStatus, PezpalletPreimageRequestStatus, PezpalletProxyAnnouncement, PezpalletProxyProxyDefinition, PezpalletRankedCollectiveMemberRecord, PezpalletRankedCollectiveVoteRecord, PezpalletRecoveryActiveRecovery, PezpalletRecoveryRecoveryConfig, PezpalletReferendaReferendumInfoConvictionVotingTally, PezpalletReferendaReferendumInfoRankedCollectiveTally, PezpalletReviveStorageContractInfo, PezpalletReviveStorageDeletionQueueManager, PezpalletReviveWasmCodeInfo, PezpalletSalaryClaimantStatus, PezpalletSalaryStatusType, PezpalletSchedulerRetryConfig, PezpalletSchedulerScheduled, PezpalletSocietyBid, PezpalletSocietyCandidacy, PezpalletSocietyGroupParams, PezpalletSocietyIntakeRecord, PezpalletSocietyMemberRecord, PezpalletSocietyPayoutRecord, PezpalletSocietyTally, PezpalletSocietyVote, PezpalletStakingActiveEraInfo, PezpalletStakingEraRewardPoints, PezpalletStakingForcing, PezpalletStakingNominations, PezpalletStakingRewardDestination, PezpalletStakingSlashingSlashingSpans, PezpalletStakingSlashingSpanRecord, PezpalletStakingStakingLedger, PezpalletStakingUnappliedSlash, PezpalletStakingValidatorPrefs, PezpalletStateTrieMigrationMigrationLimits, PezpalletStateTrieMigrationMigrationTask, PezpalletTipsOpenTip, PezpalletTransactionPaymentReleases, PezpalletTransactionStorageTransactionInfo, PezpalletTreasuryProposal, PezpalletTreasurySpendStatus, PezpalletUniquesCollectionDetails, PezpalletUniquesCollectionMetadata, PezpalletUniquesItemDetails, PezpalletUniquesItemMetadata, PezpalletVestingReleases, PezpalletVestingVestingInfo, PezspAuthorityDiscoveryAppPublic, PezspConsensusBabeAppPublic, PezspConsensusBabeBabeEpochConfiguration, PezspConsensusBabeDigestsNextConfigDescriptor, PezspConsensusBabeDigestsPreDigest, PezspConsensusBeefyEcdsaCryptoPublic, PezspConsensusBeefyMmrBeefyAuthoritySet, PezspConsensusGrandpaAppPublic, PezspCoreCryptoAccountId32, PezspCoreCryptoKeyTypeId, PezspMixnetAppPublic, PezspNposElectionsElectionScore, PezspRuntimeDigest, PezspStakingExposure, PezspStakingExposurePage, PezspStakingOffenceOffenceDetails, PezspStakingPagedExposureMetadata, PezspWeightsWeightV2Weight } from '@pezkuwi/types/lookup'; import type { Observable } from '@pezkuwi/types/types'; export type __AugmentedQuery = AugmentedQuery unknown>; @@ -26,16 +26,16 @@ declare module '@pezkuwi/api-base/types/storage' { /** * Maps members to their candidacy deposit. **/ - depositOf: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + depositOf: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Maps member type to members of each type. **/ - members: AugmentedQuery Observable>, [PezpalletAllianceMemberRole]> & QueryableStorageEntry; + members: AugmentedQuery Observable>, [PezpalletAllianceMemberRole]> & QueryableStorageEntry; /** * A set of members who gave a retirement notice. They can retire after the end of retirement * period stored as a future block number. **/ - retiringMembers: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + retiringMembers: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The IPFS CID of the alliance rule. * Fellows can propose a new rule with a super-majority. @@ -45,7 +45,7 @@ declare module '@pezkuwi/api-base/types/storage' { * The current list of accounts deemed unscrupulous. These accounts non grata cannot submit * candidacy. **/ - unscrupulousAccounts: AugmentedQuery Observable>, []> & QueryableStorageEntry; + unscrupulousAccounts: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * The current list of websites deemed unscrupulous. **/ @@ -62,15 +62,15 @@ declare module '@pezkuwi/api-base/types/storage' { * Determined by [Config::Consideration] and may be not present for certain proposals (e.g. if * the proposal count at the time of creation was below threshold N). **/ - costOf: AugmentedQuery Observable>>, [H256]> & QueryableStorageEntry; + costOf: AugmentedQuery Observable>>, [H256]> & QueryableStorageEntry; /** * The current members of the collective. This is stored sorted (just by value). **/ - members: AugmentedQuery Observable>, []> & QueryableStorageEntry; + members: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * The prime member that helps determine the default vote behavior in case of abstentions. **/ - prime: AugmentedQuery Observable>, []> & QueryableStorageEntry; + prime: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * Proposals so far. **/ @@ -133,7 +133,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * This cost may be [`None`], as determined by [`Config::Consideration`]. **/ - poolCost: AugmentedQuery Observable>>, [u32]> & QueryableStorageEntry; + poolCost: AugmentedQuery Observable>>, [u32]> & QueryableStorageEntry; /** * State and configuration of each staking pool. **/ @@ -141,7 +141,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * State of pool stakers. **/ - poolStakers: AugmentedQuery Observable>, [u32, AccountId32]> & QueryableStorageEntry; + poolStakers: AugmentedQuery Observable>, [u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Generic query **/ @@ -151,13 +151,13 @@ declare module '@pezkuwi/api-base/types/storage' { /** * The holdings of a specific account for a specific asset. **/ - account: AugmentedQuery Observable>, [u32, AccountId32]> & QueryableStorageEntry; + account: AugmentedQuery Observable>, [u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Approved balance transfers. First balance is the amount approved for transfer. Second * is the amount of `T::Currency` reserved for storing this. * First key is the asset ID, second key is the owner and third key is the delegate. **/ - approvals: AugmentedQuery Observable>, [u32, AccountId32, AccountId32]> & QueryableStorageEntry; + approvals: AugmentedQuery Observable>, [u32, PezspCoreCryptoAccountId32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Details of an asset. **/ @@ -187,11 +187,11 @@ declare module '@pezkuwi/api-base/types/storage' { /** * A map that stores freezes applied on an account for a given AssetId. **/ - freezes: AugmentedQuery Observable>, [u32, AccountId32]> & QueryableStorageEntry; + freezes: AugmentedQuery Observable>, [u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * A map that stores the current total frozen balance for every account on a given AssetId. **/ - frozenBalances: AugmentedQuery Observable>, [u32, AccountId32]> & QueryableStorageEntry; + frozenBalances: AugmentedQuery Observable>, [u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Generic query **/ @@ -215,7 +215,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * Author of current block. **/ - author: AugmentedQuery Observable>, []> & QueryableStorageEntry; + author: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * Generic query **/ @@ -361,15 +361,15 @@ declare module '@pezkuwi/api-base/types/storage' { * `Balances` pallet, which uses a `StorageMap` to store balances data only. * NOTE: This is only used in the case that this pallet is used to store balances. **/ - account: AugmentedQuery Observable, [AccountId32]> & QueryableStorageEntry; + account: AugmentedQuery Observable, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Freeze locks on account balances. **/ - freezes: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + freezes: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Holds on account balances. **/ - holds: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + holds: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The total units of outstanding deactivated balance in the system. **/ @@ -380,13 +380,13 @@ declare module '@pezkuwi/api-base/types/storage' { * * Use of locks is deprecated in favour of freezes. See `https://github.com/paritytech/substrate/pull/12951/` **/ - locks: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + locks: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Named reserves on some account balances. * * Use of reserves is deprecated in favour of holds. See `https://github.com/paritytech/substrate/pull/12951/` **/ - reserves: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + reserves: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The total units issued in the system. **/ @@ -577,7 +577,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * TWOX-NOTE: SAFE since `AccountId` is a secure hash. **/ - contractInfoOf: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + contractInfoOf: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Evicted contracts that await child trie deletion. * @@ -635,12 +635,12 @@ declare module '@pezkuwi/api-base/types/storage' { * require. The actual amount locked on behalf of this pallet should always be the maximum of * this list. **/ - classLocksFor: AugmentedQuery Observable>>, [AccountId32]> & QueryableStorageEntry; + classLocksFor: AugmentedQuery Observable>>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * All voting for a particular voter in a particular voting class. We store the balance for the * number of votes that we have recorded. **/ - votingFor: AugmentedQuery Observable, [AccountId32, u16]> & QueryableStorageEntry; + votingFor: AugmentedQuery Observable, [PezspCoreCryptoAccountId32, u16]> & QueryableStorageEntry; /** * Generic query **/ @@ -650,11 +650,11 @@ declare module '@pezkuwi/api-base/types/storage' { /** * The status of a claimant. **/ - member: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + member: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Some evidence together with the desired outcome for which it was presented. **/ - memberEvidence: AugmentedQuery Observable>>, [AccountId32]> & QueryableStorageEntry; + memberEvidence: AugmentedQuery Observable>>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The overall status of the system. **/ @@ -671,15 +671,15 @@ declare module '@pezkuwi/api-base/types/storage' { * Determined by [Config::Consideration] and may be not present for certain proposals (e.g. if * the proposal count at the time of creation was below threshold N). **/ - costOf: AugmentedQuery Observable>>, [H256]> & QueryableStorageEntry; + costOf: AugmentedQuery Observable>>, [H256]> & QueryableStorageEntry; /** * The current members of the collective. This is stored sorted (just by value). **/ - members: AugmentedQuery Observable>, []> & QueryableStorageEntry; + members: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * The prime member that helps determine the default vote behavior in case of abstentions. **/ - prime: AugmentedQuery Observable>, []> & QueryableStorageEntry; + prime: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * Proposals so far. **/ @@ -705,7 +705,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * Map of `Agent` to their `Ledger`. **/ - agents: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + agents: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Counter for the related counted storage map **/ @@ -720,7 +720,7 @@ declare module '@pezkuwi/api-base/types/storage' { * Implementation note: We are not using a double map with `delegator` and `agent` account * as keys since we want to restrict delegators to delegate only to one account at a time. **/ - delegators: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + delegators: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Generic query **/ @@ -731,7 +731,7 @@ declare module '@pezkuwi/api-base/types/storage' { * A record of who vetoed what. Maps proposal hash to a possible existent block number * (until when it may not be resubmitted) and who vetoed it. **/ - blacklist: AugmentedQuery Observable]>>>, [H256]> & QueryableStorageEntry; + blacklist: AugmentedQuery Observable]>>>, [H256]> & QueryableStorageEntry; /** * Record of all proposals that have been subject to emergency cancellation. **/ @@ -741,7 +741,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * TWOX-NOTE: Safe, as increasing integer keys are safe. **/ - depositOf: AugmentedQuery Observable, u128]>>>, [u32]> & QueryableStorageEntry; + depositOf: AugmentedQuery Observable, u128]>>>, [u32]> & QueryableStorageEntry; /** * True if the last referendum tabled was submitted externally. False if it was a public * proposal. @@ -775,7 +775,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * The public proposals. Unsorted. The second item is the proposal. **/ - publicProps: AugmentedQuery Observable>>, []> & QueryableStorageEntry; + publicProps: AugmentedQuery Observable>>, []> & QueryableStorageEntry; /** * The next free referendum index, aka the number of referenda started so far. **/ @@ -792,7 +792,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * TWOX-NOTE: SAFE as `AccountId`s are crypto hashes anyway. **/ - votingOf: AugmentedQuery Observable, [AccountId32]> & QueryableStorageEntry; + votingOf: AugmentedQuery Observable, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Generic query **/ @@ -891,7 +891,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * Invariant: Always sorted based on account id. **/ - candidates: AugmentedQuery Observable>>, []> & QueryableStorageEntry; + candidates: AugmentedQuery Observable>>, []> & QueryableStorageEntry; /** * The total number of vote rounds that have happened, excluding the upcoming one. **/ @@ -914,7 +914,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * TWOX-NOTE: SAFE as `AccountId` is a crypto hash. **/ - voting: AugmentedQuery Observable, [AccountId32]> & QueryableStorageEntry; + voting: AugmentedQuery Observable, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Generic query **/ @@ -947,7 +947,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * Keeps track of `AccountId` wishing to unstake and it's corresponding deposit. **/ - queue: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + queue: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Generic query **/ @@ -1064,7 +1064,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * TWOX-NOTE: OK ― `AccountId` is a secure hash. **/ - identityOf: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + identityOf: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Usernames that an authority has granted, but that the account controller has not confirmed * that they want it. Used primarily in cases where the `AccountId` cannot provide a signature @@ -1073,7 +1073,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * First tuple item is the account and second is the acceptance deadline. **/ - pendingUsernames: AugmentedQuery Observable>>, [Bytes]> & QueryableStorageEntry; + pendingUsernames: AugmentedQuery Observable>>, [Bytes]> & QueryableStorageEntry; /** * The set of registrars. Not expected to get very big as can only be added through a * special origin (likely a council motion). @@ -1088,12 +1088,12 @@ declare module '@pezkuwi/api-base/types/storage' { * * TWOX-NOTE: OK ― `AccountId` is a secure hash. **/ - subsOf: AugmentedQuery Observable]>>, [AccountId32]> & QueryableStorageEntry; + subsOf: AugmentedQuery Observable]>>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The super-identity of an alternative "sub" identity together with its name, within that * context. If the account is not some other account's sub-identity, then just `None`. **/ - superOf: AugmentedQuery Observable>>, [AccountId32]> & QueryableStorageEntry; + superOf: AugmentedQuery Observable>>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Usernames for which the authority that granted them has started the removal process by * unbinding them. Each unbinding username maps to its grace period expiry, which is the first @@ -1113,7 +1113,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * Identifies the primary username of an account. **/ - usernameOf: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + usernameOf: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Generic query **/ @@ -1124,7 +1124,7 @@ declare module '@pezkuwi/api-base/types/storage' { * For each session index, we keep a mapping of `ValidatorId` to the * number of blocks authored by the given authority. **/ - authoredBlocks: AugmentedQuery Observable, [u32, AccountId32]> & QueryableStorageEntry; + authoredBlocks: AugmentedQuery Observable, [u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The block number after which it's ok to send heartbeats in the current * session. @@ -1156,7 +1156,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * The lookup from index to account. **/ - accounts: AugmentedQuery Observable>>, [u32]> & QueryableStorageEntry; + accounts: AugmentedQuery Observable>>, [u32]> & QueryableStorageEntry; /** * Generic query **/ @@ -1176,14 +1176,14 @@ declare module '@pezkuwi/api-base/types/storage' { /** * Users who have purchased a ticket. (Lottery Index, Tickets Purchased) **/ - participants: AugmentedQuery Observable>]>>, [AccountId32]> & QueryableStorageEntry; + participants: AugmentedQuery Observable>]>>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Each ticket's owner. * * May have residual storage from previous lotteries. Use `TicketsCount` to see which ones * are actually valid ticket mappings. **/ - tickets: AugmentedQuery Observable>, [u32]> & QueryableStorageEntry; + tickets: AugmentedQuery Observable>, [u32]> & QueryableStorageEntry; /** * Total number of tickets sold. **/ @@ -1299,7 +1299,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * The set of open multisig operations. **/ - multisigs: AugmentedQuery Observable>, [AccountId32, U8aFixed]> & QueryableStorageEntry; + multisigs: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32, U8aFixed]> & QueryableStorageEntry; /** * Generic query **/ @@ -1320,7 +1320,7 @@ declare module '@pezkuwi/api-base/types/storage' { * The items held by any given account; set out this way so that items owned by a single * account can be enumerated. **/ - account: AugmentedQuery Observable>, [AccountId32, u32, u32]> & QueryableStorageEntry; + account: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32, u32, u32]> & QueryableStorageEntry; /** * Attributes of a collection. **/ @@ -1333,7 +1333,7 @@ declare module '@pezkuwi/api-base/types/storage' { * The collections owned by any given account; set out this way so that collections owned by * a single account can be enumerated. **/ - collectionAccount: AugmentedQuery Observable>, [AccountId32, u32]> & QueryableStorageEntry; + collectionAccount: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32, u32]> & QueryableStorageEntry; /** * Config of a collection. **/ @@ -1346,7 +1346,7 @@ declare module '@pezkuwi/api-base/types/storage' { * The items in existence and their ownership details. * Stores collection roles as per account. **/ - collectionRoleOf: AugmentedQuery Observable>, [u32, AccountId32]> & QueryableStorageEntry; + collectionRoleOf: AugmentedQuery Observable>, [u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The items in existence and their ownership details. **/ @@ -1354,7 +1354,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * Item attribute approvals. **/ - itemAttributesApprovalsOf: AugmentedQuery Observable>, [u32, u32]> & QueryableStorageEntry; + itemAttributesApprovalsOf: AugmentedQuery Observable>, [u32, u32]> & QueryableStorageEntry; /** * Config of an item. **/ @@ -1366,7 +1366,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * A price of an item. **/ - itemPriceOf: AugmentedQuery Observable]>>>, [u32, u32]> & QueryableStorageEntry; + itemPriceOf: AugmentedQuery Observable]>>>, [u32, u32]> & QueryableStorageEntry; /** * Stores the `CollectionId` that is going to be used for the next collection. * This gets incremented whenever a new collection is created. @@ -1375,7 +1375,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * The collection, if any, of which an account is willing to take ownership. **/ - ownershipAcceptance: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + ownershipAcceptance: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Handles all the pending swaps. **/ @@ -1419,7 +1419,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * Map from a pool member account to their opted claim permission. **/ - claimPermissions: AugmentedQuery Observable, [AccountId32]> & QueryableStorageEntry; + claimPermissions: AugmentedQuery Observable, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Counter for the related counted storage map **/ @@ -1449,7 +1449,7 @@ declare module '@pezkuwi/api-base/types/storage' { * pool commissions that are > `GlobalMaxCommission`, necessary if a future * `GlobalMaxCommission` is lower than some current pool commissions. **/ - globalMaxCommission: AugmentedQuery Observable>, []> & QueryableStorageEntry; + globalMaxCommission: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * Ever increasing number of all pools created so far. **/ @@ -1492,14 +1492,14 @@ declare module '@pezkuwi/api-base/types/storage' { * * TWOX-NOTE: SAFE since `AccountId` is a secure hash. **/ - poolMembers: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + poolMembers: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * A reverse lookup from the pool's account id to its id. * * This is only used for slashing and on automatic withdraw update. In all other instances, the * pool id is used, and the accounts are deterministically derived from it. **/ - reversePoolIdLookup: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + reversePoolIdLookup: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Reward pools. This is where there rewards for each pool accumulate. When a members payout is * claimed, the balance comes out of the reward pool. Keyed by the bonded pools account. @@ -1561,13 +1561,13 @@ declare module '@pezkuwi/api-base/types/storage' { /** * The holdings of a specific account for a specific asset. **/ - account: AugmentedQuery Observable>, [u32, AccountId32]> & QueryableStorageEntry; + account: AugmentedQuery Observable>, [u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Approved balance transfers. First balance is the amount approved for transfer. Second * is the amount of `T::Currency` reserved for storing this. * First key is the asset ID, second key is the owner and third key is the delegate. **/ - approvals: AugmentedQuery Observable>, [u32, AccountId32, AccountId32]> & QueryableStorageEntry; + approvals: AugmentedQuery Observable>, [u32, PezspCoreCryptoAccountId32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Details of an asset. **/ @@ -1645,12 +1645,12 @@ declare module '@pezkuwi/api-base/types/storage' { /** * The announcements made by the proxy (key). **/ - announcements: AugmentedQuery Observable, u128]>>, [AccountId32]> & QueryableStorageEntry; + announcements: AugmentedQuery Observable, u128]>>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The set of account proxies. Maps the account which has delegated to the accounts * which are being delegated to, together with the amount held on deposit. **/ - proxies: AugmentedQuery Observable, u128]>>, [AccountId32]> & QueryableStorageEntry; + proxies: AugmentedQuery Observable, u128]>>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Generic query **/ @@ -1672,12 +1672,12 @@ declare module '@pezkuwi/api-base/types/storage' { /** * The index of each ranks's member into the group of members who have at least that rank. **/ - idToIndex: AugmentedQuery Observable>, [u16, AccountId32]> & QueryableStorageEntry; + idToIndex: AugmentedQuery Observable>, [u16, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The members in the collective by index. All indices in the range `0..MemberCount` will * return `Some`, however a member's index is not guaranteed to remain unchanged over time. **/ - indexToId: AugmentedQuery Observable>, [u16, u32]> & QueryableStorageEntry; + indexToId: AugmentedQuery Observable>, [u16, u32]> & QueryableStorageEntry; /** * The number of members in the collective who have at least the rank according to the index * of the vec. @@ -1686,11 +1686,11 @@ declare module '@pezkuwi/api-base/types/storage' { /** * The current members of the collective. **/ - members: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + members: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Votes on a given proposal, if it is ongoing. **/ - voting: AugmentedQuery Observable>, [u32, AccountId32]> & QueryableStorageEntry; + voting: AugmentedQuery Observable>, [u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; votingCleanup: AugmentedQuery Observable>, [u32]> & QueryableStorageEntry; /** * Generic query @@ -1738,17 +1738,17 @@ declare module '@pezkuwi/api-base/types/storage' { * First account is the account to be recovered, and the second account * is the user trying to recover the account. **/ - activeRecoveries: AugmentedQuery Observable>, [AccountId32, AccountId32]> & QueryableStorageEntry; + activeRecoveries: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The list of allowed proxy accounts. * * Map from the user who can access it to the recovered account. **/ - proxy: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + proxy: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The set of recoverable accounts and their recovery configuration. **/ - recoverable: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + recoverable: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Generic query **/ @@ -1821,7 +1821,7 @@ declare module '@pezkuwi/api-base/types/storage' { * Register your `AccountId32` using [`Pallet::map_account`] in order to * use it with this pallet. **/ - originalAccount: AugmentedQuery Observable>, [H160]> & QueryableStorageEntry; + originalAccount: AugmentedQuery Observable>, [H160]> & QueryableStorageEntry; /** * A mapping from a contract's code hash to its code. **/ @@ -1838,7 +1838,7 @@ declare module '@pezkuwi/api-base/types/storage' { * This helps governance to have an overview of outstanding deposits that should be returned or * slashed. **/ - deposits: AugmentedQuery Observable>, [AccountId32, u32]> & QueryableStorageEntry; + deposits: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32, u32]> & QueryableStorageEntry; /** * Contains the last block number that the safe-mode will remain entered in. * @@ -1856,7 +1856,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * The status of a claimant. **/ - claimant: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + claimant: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The overall status of the system. **/ @@ -1903,15 +1903,15 @@ declare module '@pezkuwi/api-base/types/storage' { * disabled using binary search. It gets cleared when `on_session_ending` returns * a new set of identities. **/ - disabledValidators: AugmentedQuery Observable>>, []> & QueryableStorageEntry; + disabledValidators: AugmentedQuery Observable>>, []> & QueryableStorageEntry; /** * The owner of a key. The key is the `KeyTypeId` + the encoded key. **/ - keyOwner: AugmentedQuery | [PezspCoreCryptoKeyTypeId | string | Uint8Array, Bytes | string | Uint8Array]) => Observable>, [ITuple<[PezspCoreCryptoKeyTypeId, Bytes]>]> & QueryableStorageEntry]>; + keyOwner: AugmentedQuery | [PezspCoreCryptoKeyTypeId | string | Uint8Array, Bytes | string | Uint8Array]) => Observable>, [ITuple<[PezspCoreCryptoKeyTypeId, Bytes]>]> & QueryableStorageEntry]>; /** * The next session keys for a validator. **/ - nextKeys: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + nextKeys: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * True if the underlying economic identities or weighting behind the validators * has changed in the queued validator set. @@ -1921,11 +1921,11 @@ declare module '@pezkuwi/api-base/types/storage' { * The queued keys for the next session. When the next session begins, these keys * will be used to determine the validator's session keys. **/ - queuedKeys: AugmentedQuery Observable>>, []> & QueryableStorageEntry; + queuedKeys: AugmentedQuery Observable>>, []> & QueryableStorageEntry; /** * The current set of validators. **/ - validators: AugmentedQuery Observable>, []> & QueryableStorageEntry; + validators: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * Generic query **/ @@ -1936,7 +1936,7 @@ declare module '@pezkuwi/api-base/types/storage' { * The current bids, stored ordered by the value of the bid. **/ bids: AugmentedQuery Observable>, []> & QueryableStorageEntry; - candidates: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + candidates: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The number of challenge rounds there have been. Used to identify stale DefenderVotes. **/ @@ -1944,24 +1944,24 @@ declare module '@pezkuwi/api-base/types/storage' { /** * Votes for the defender, keyed by challenge round. **/ - defenderVotes: AugmentedQuery Observable>, [u32, AccountId32]> & QueryableStorageEntry; + defenderVotes: AugmentedQuery Observable>, [u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The defending member currently being challenged, along with a running tally of votes. **/ - defending: AugmentedQuery Observable>>, []> & QueryableStorageEntry; + defending: AugmentedQuery Observable>>, []> & QueryableStorageEntry; /** * The first member. **/ - founder: AugmentedQuery Observable>, []> & QueryableStorageEntry; + founder: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * The most primary from the most recently approved rank 0 members in the society. **/ - head: AugmentedQuery Observable>, []> & QueryableStorageEntry; + head: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * The current items in `Members` keyed by their unique index. Keys are densely populated * `0..MemberCount` (does not include `MemberCount`). **/ - memberByIndex: AugmentedQuery Observable>, [u32]> & QueryableStorageEntry; + memberByIndex: AugmentedQuery Observable>, [u32]> & QueryableStorageEntry; /** * The number of items in `Members` currently. (Doesn't include `SuspendedMembers`.) **/ @@ -1969,7 +1969,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * The current members and their rank. Doesn't include `SuspendedMembers`. **/ - members: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + members: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * At the end of the claim period, this contains the most recently approved members (along with * their bid and round ID) who is from the most recent round with the lowest bid. They will @@ -1983,7 +1983,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * Information regarding rank-0 payouts, past and future. **/ - payouts: AugmentedQuery Observable, [AccountId32]> & QueryableStorageEntry; + payouts: AugmentedQuery Observable, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Amount of our account balance that is specifically for the next round's bid(s). **/ @@ -2000,19 +2000,19 @@ declare module '@pezkuwi/api-base/types/storage' { /** * The current skeptic. **/ - skeptic: AugmentedQuery Observable>, []> & QueryableStorageEntry; + skeptic: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * The set of suspended members, with their old membership record. **/ - suspendedMembers: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + suspendedMembers: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Clear-cursor for Vote, map from Candidate -> (Maybe) Cursor. **/ - voteClearCursor: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + voteClearCursor: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Double map from Candidate -> Voter -> (Maybe) Vote. **/ - votes: AugmentedQuery Observable>, [AccountId32, AccountId32]> & QueryableStorageEntry; + votes: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Generic query **/ @@ -2031,7 +2031,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * TWOX-NOTE: SAFE since `AccountId` is a secure hash. **/ - bonded: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + bonded: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * A mapping from still-bonded eras to the first session index of that era. * @@ -2049,7 +2049,7 @@ declare module '@pezkuwi/api-base/types/storage' { * nominators. The threshold is compared to the actual number of validators / nominators * (`CountFor*`) in the system compared to the configured max (`Max*Count`). **/ - chillThreshold: AugmentedQuery Observable>, []> & QueryableStorageEntry; + chillThreshold: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * History of claimed paged rewards by era and validator. * @@ -2058,7 +2058,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * It is removed after [`Config::HistoryDepth`] eras. **/ - claimedRewards: AugmentedQuery Observable>, [u32, AccountId32]> & QueryableStorageEntry; + claimedRewards: AugmentedQuery Observable>, [u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Counter for the related counted storage map **/ @@ -2099,7 +2099,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * Note: Deprecated since v14. Use `EraInfo` instead to work with exposures. **/ - erasStakers: AugmentedQuery Observable, [u32, AccountId32]> & QueryableStorageEntry; + erasStakers: AugmentedQuery Observable, [u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Clipped Exposure of validator at era. * @@ -2118,7 +2118,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * Note: Deprecated since v14. Use `EraInfo` instead to work with exposures. **/ - erasStakersClipped: AugmentedQuery Observable, [u32, AccountId32]> & QueryableStorageEntry; + erasStakersClipped: AugmentedQuery Observable, [u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Summary of validator exposure at a given era. * @@ -2133,7 +2133,7 @@ declare module '@pezkuwi/api-base/types/storage' { * Is it removed after [`Config::HistoryDepth`] eras. * If stakers hasn't been set or has been removed then empty overview is returned. **/ - erasStakersOverview: AugmentedQuery Observable>, [u32, AccountId32]> & QueryableStorageEntry; + erasStakersOverview: AugmentedQuery Observable>, [u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Paginated exposure of a validator at given era. * @@ -2142,7 +2142,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * This is cleared after [`Config::HistoryDepth`] eras. **/ - erasStakersPaged: AugmentedQuery Observable>, [u32, AccountId32, u32]> & QueryableStorageEntry; + erasStakersPaged: AugmentedQuery Observable>, [u32, PezspCoreCryptoAccountId32, u32]> & QueryableStorageEntry; /** * The session index at which the era start for the last [`Config::HistoryDepth`] eras. * @@ -2162,7 +2162,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * Is it removed after [`Config::HistoryDepth`] eras. **/ - erasValidatorPrefs: AugmentedQuery Observable, [u32, AccountId32]> & QueryableStorageEntry; + erasValidatorPrefs: AugmentedQuery Observable, [u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The total validator era payout for the last [`Config::HistoryDepth`] eras. * @@ -2178,14 +2178,14 @@ declare module '@pezkuwi/api-base/types/storage' { * easy to initialize and the performance hit is minimal (we expect no more than four * invulnerables) and restricted to testnets. **/ - invulnerables: AugmentedQuery Observable>, []> & QueryableStorageEntry; + invulnerables: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * Map from all (unlocked) "controller" accounts to the info regarding the staking. * * Note: All the reads and mutations to this storage *MUST* be done through the methods exposed * by [`StakingLedger`] to ensure data and lock consistency. **/ - ledger: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + ledger: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The maximum nominator count before we stop allowing new validators to join. * @@ -2197,7 +2197,7 @@ declare module '@pezkuwi/api-base/types/storage' { * is used for stake rewards. * See [Era payout](./index.html#era-payout). **/ - maxStakedRewards: AugmentedQuery Observable>, []> & QueryableStorageEntry; + maxStakedRewards: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * The maximum validator count before we stop allowing new validators to join. * @@ -2209,7 +2209,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * If set to `0`, no limit exists. **/ - minCommission: AugmentedQuery Observable, []> & QueryableStorageEntry; + minCommission: AugmentedQuery Observable, []> & QueryableStorageEntry; /** * The minimum active nominator stake of the last successful election. **/ @@ -2247,32 +2247,32 @@ declare module '@pezkuwi/api-base/types/storage' { * * TWOX-NOTE: SAFE since `AccountId` is a secure hash. **/ - nominators: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + nominators: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * All slashing events on nominators, mapped by era to the highest slash value of the era. **/ - nominatorSlashInEra: AugmentedQuery Observable>, [u32, AccountId32]> & QueryableStorageEntry; + nominatorSlashInEra: AugmentedQuery Observable>, [u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Where the reward payment should be made. Keyed by stash. * * TWOX-NOTE: SAFE since `AccountId` is a secure hash. **/ - payee: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + payee: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Slashing spans for stash accounts. **/ - slashingSpans: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + slashingSpans: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The percentage of the slash that is distributed to reporters. * * The rest of the slashed value is handled by the `Slash`. **/ - slashRewardFraction: AugmentedQuery Observable, []> & QueryableStorageEntry; + slashRewardFraction: AugmentedQuery Observable, []> & QueryableStorageEntry; /** * Records information about the maximum slash of a stash within a slashing span, * as well as how much reward has been paid out. **/ - spanSlash: AugmentedQuery | [AccountId32 | string | Uint8Array, u32 | AnyNumber | Uint8Array]) => Observable, [ITuple<[AccountId32, u32]>]> & QueryableStorageEntry]>; + spanSlash: AugmentedQuery | string | Uint8Array) => Observable, [ITuple<[PezspCoreCryptoAccountId32, u32]>]> & QueryableStorageEntry]>; /** * All unapplied slashes that are queued for later. **/ @@ -2286,12 +2286,12 @@ declare module '@pezkuwi/api-base/types/storage' { * * TWOX-NOTE: SAFE since `AccountId` is a secure hash. **/ - validators: AugmentedQuery Observable, [AccountId32]> & QueryableStorageEntry; + validators: AugmentedQuery Observable, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * All slashing events on validators, mapped by era to the highest slash proportion * and slash value of the era. **/ - validatorSlashInEra: AugmentedQuery Observable>>, [u32, AccountId32]> & QueryableStorageEntry; + validatorSlashInEra: AugmentedQuery Observable>>, [u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Stakers whose funds are managed by other pallets. * @@ -2300,7 +2300,7 @@ declare module '@pezkuwi/api-base/types/storage' { * directly via this pallet. Instead, these accounts are managed by other pallets and accessed * via low level apis. We keep track of them to do minimal integrity checks. **/ - virtualStakers: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + virtualStakers: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Generic query **/ @@ -2335,7 +2335,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * The `AccountId` of the sudo key. **/ - key: AugmentedQuery Observable>, []> & QueryableStorageEntry; + key: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * Generic query **/ @@ -2345,7 +2345,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * The full account information for a particular account ID. **/ - account: AugmentedQuery Observable, [AccountId32]> & QueryableStorageEntry; + account: AugmentedQuery Observable, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Total length (in bytes) for all extrinsics put together, for the current block. **/ @@ -2466,15 +2466,15 @@ declare module '@pezkuwi/api-base/types/storage' { * Determined by [Config::Consideration] and may be not present for certain proposals (e.g. if * the proposal count at the time of creation was below threshold N). **/ - costOf: AugmentedQuery Observable>>, [H256]> & QueryableStorageEntry; + costOf: AugmentedQuery Observable>>, [H256]> & QueryableStorageEntry; /** * The current members of the collective. This is stored sorted (just by value). **/ - members: AugmentedQuery Observable>, []> & QueryableStorageEntry; + members: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * The prime member that helps determine the default vote behavior in case of abstentions. **/ - prime: AugmentedQuery Observable>, []> & QueryableStorageEntry; + prime: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * Proposals so far. **/ @@ -2500,11 +2500,11 @@ declare module '@pezkuwi/api-base/types/storage' { /** * The current membership, stored as an ordered Vec. **/ - members: AugmentedQuery Observable>, []> & QueryableStorageEntry; + members: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * The current prime member, if one exists. **/ - prime: AugmentedQuery Observable>, []> & QueryableStorageEntry; + prime: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * Generic query **/ @@ -2642,7 +2642,7 @@ declare module '@pezkuwi/api-base/types/storage' { * The items held by any given account; set out this way so that items owned by a single * account can be enumerated. **/ - account: AugmentedQuery Observable>, [AccountId32, u32, u32]> & QueryableStorageEntry; + account: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32, u32, u32]> & QueryableStorageEntry; /** * The items in existence and their ownership details. **/ @@ -2659,7 +2659,7 @@ declare module '@pezkuwi/api-base/types/storage' { * The collections owned by any given account; set out this way so that collections owned by * a single account can be enumerated. **/ - classAccount: AugmentedQuery Observable>, [AccountId32, u32]> & QueryableStorageEntry; + classAccount: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32, u32]> & QueryableStorageEntry; /** * Metadata of a collection. **/ @@ -2675,11 +2675,11 @@ declare module '@pezkuwi/api-base/types/storage' { /** * Price of an asset instance. **/ - itemPriceOf: AugmentedQuery Observable]>>>, [u32, u32]> & QueryableStorageEntry; + itemPriceOf: AugmentedQuery Observable]>>>, [u32, u32]> & QueryableStorageEntry; /** * The collection, if any, of which an account is willing to take ownership. **/ - ownershipAcceptance: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + ownershipAcceptance: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Generic query **/ @@ -2695,7 +2695,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * Information regarding the vesting of a given account. **/ - vesting: AugmentedQuery Observable>>, [AccountId32]> & QueryableStorageEntry; + vesting: AugmentedQuery Observable>>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Generic query **/ @@ -2717,7 +2717,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * Nodes store links forward and back within their respective bags. **/ - listNodes: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + listNodes: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Generic query **/ diff --git a/packages/api-augment/src/bizinikiwi/runtime.ts b/packages/api-augment/src/bizinikiwi/runtime.ts index e3210cf..2fc1069 100644 --- a/packages/api-augment/src/bizinikiwi/runtime.ts +++ b/packages/api-augment/src/bizinikiwi/runtime.ts @@ -12,7 +12,7 @@ import type { OpaqueKeyOwnershipProof } from '@pezkuwi/types/interfaces/babe'; import type { Extrinsic } from '@pezkuwi/types/interfaces/extrinsics'; import type { OpaqueMetadata } from '@pezkuwi/types/interfaces/metadata'; import type { AccountId32, H160, H256, RuntimeCall, Slot } from '@pezkuwi/types/interfaces/runtime'; -import type { PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportViewFunctionsViewFunctionDispatchError, PezframeSupportViewFunctionsViewFunctionId, PezframeSystemEventRecord, PezpalletContractsPrimitivesCode, PezpalletContractsPrimitivesCodeUploadReturnValue, PezpalletContractsPrimitivesContractAccessError, PezpalletContractsPrimitivesContractResult, PezpalletContractsPrimitivesExecReturnValue, PezpalletContractsPrimitivesStorageDeposit, PezpalletContractsWasmDeterminism, PezpalletReviveEvmApiDebugRpcTypesTrace, PezpalletReviveEvmApiDebugRpcTypesTracerType, PezpalletReviveEvmApiRpcTypesGenGenericTransaction, PezpalletRevivePrimitivesCode, PezpalletRevivePrimitivesCodeUploadReturnValue, PezpalletRevivePrimitivesContractAccessError, PezpalletRevivePrimitivesContractResultExecReturnValue, PezpalletRevivePrimitivesContractResultInstantiateReturnValue, PezpalletRevivePrimitivesEthTransactError, PezpalletRevivePrimitivesEthTransactInfo, PezpalletTransactionPaymentFeeDetails, PezpalletTransactionPaymentRuntimeDispatchInfo, PezspAuthorityDiscoveryAppPublic, PezspConsensusBabeAppPublic, PezspConsensusBabeBabeConfiguration, PezspConsensusBabeEpoch, PezspConsensusBeefyDoubleVotingProof, PezspConsensusBeefyEcdsaCryptoPublic, PezspConsensusBeefyForkVotingProofOpaqueValue, PezspConsensusBeefyFutureBlockVotingProof, PezspConsensusBeefyValidatorSet, PezspConsensusGrandpaAppPublic, PezspConsensusGrandpaEquivocationProof, PezspConsensusSlotsEquivocationProof, PezspCoreCryptoKeyTypeId, PezspInherentsCheckInherentsResult, PezspInherentsInherentData, PezspMixnetMixnode, PezspMixnetMixnodesErr, PezspMixnetSessionStatus, PezspMmrPrimitivesError, PezspMmrPrimitivesLeafProof, PezspRuntimeBlock, PezspRuntimeDispatchError, PezspRuntimeExtrinsicInclusionMode, PezspRuntimeHeader, PezspRuntimeTransactionValidityTransactionSource, PezspRuntimeTransactionValidityTransactionValidityError, PezspRuntimeTransactionValidityValidTransaction, PezspStatementStoreRuntimeApiInvalidStatement, PezspStatementStoreRuntimeApiStatementSource, PezspStatementStoreRuntimeApiValidStatement, PezspStatementStoreStatement, PezspVersionRuntimeVersion, PezspWeightsWeightV2Weight } from '@pezkuwi/types/lookup'; +import type { PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportViewFunctionsViewFunctionDispatchError, PezframeSupportViewFunctionsViewFunctionId, PezframeSystemEventRecord, PezpalletContractsPrimitivesCode, PezpalletContractsPrimitivesCodeUploadReturnValue, PezpalletContractsPrimitivesContractAccessError, PezpalletContractsPrimitivesContractResult, PezpalletContractsPrimitivesExecReturnValue, PezpalletContractsPrimitivesStorageDeposit, PezpalletContractsWasmDeterminism, PezpalletReviveEvmApiDebugRpcTypesTrace, PezpalletReviveEvmApiDebugRpcTypesTracerType, PezpalletReviveEvmApiRpcTypesGenGenericTransaction, PezpalletRevivePrimitivesCode, PezpalletRevivePrimitivesCodeUploadReturnValue, PezpalletRevivePrimitivesContractAccessError, PezpalletRevivePrimitivesContractResultExecReturnValue, PezpalletRevivePrimitivesContractResultInstantiateReturnValue, PezpalletRevivePrimitivesEthTransactError, PezpalletRevivePrimitivesEthTransactInfo, PezpalletTransactionPaymentFeeDetails, PezpalletTransactionPaymentRuntimeDispatchInfo, PezspAuthorityDiscoveryAppPublic, PezspConsensusBabeAppPublic, PezspConsensusBabeBabeConfiguration, PezspConsensusBabeEpoch, PezspConsensusBeefyDoubleVotingProof, PezspConsensusBeefyEcdsaCryptoPublic, PezspConsensusBeefyForkVotingProofOpaqueValue, PezspConsensusBeefyFutureBlockVotingProof, PezspConsensusBeefyValidatorSet, PezspConsensusGrandpaAppPublic, PezspConsensusGrandpaEquivocationProof, PezspConsensusSlotsEquivocationProof, PezspCoreCryptoAccountId32, PezspCoreCryptoKeyTypeId, PezspInherentsCheckInherentsResult, PezspInherentsInherentData, PezspMixnetMixnode, PezspMixnetMixnodesErr, PezspMixnetSessionStatus, PezspMmrPrimitivesError, PezspMmrPrimitivesLeafProof, PezspRuntimeBlock, PezspRuntimeDispatchError, PezspRuntimeExtrinsicInclusionMode, PezspRuntimeHeader, PezspRuntimeTransactionValidityTransactionSource, PezspRuntimeTransactionValidityTransactionValidityError, PezspRuntimeTransactionValidityValidTransaction, PezspStatementStoreRuntimeApiInvalidStatement, PezspStatementStoreRuntimeApiStatementSource, PezspStatementStoreRuntimeApiValidStatement, PezspStatementStoreStatement, PezspVersionRuntimeVersion, PezspWeightsWeightV2Weight } from '@pezkuwi/types/lookup'; import type { IExtrinsic, Observable } from '@pezkuwi/types/types'; export type __AugmentedCall = AugmentedCall; @@ -272,7 +272,7 @@ declare module '@pezkuwi/api-base/types/calls' { /** * Returns the metadata at a given version.,, If the given `version` isn't supported, this will return `None`., Use [`Self::metadata_versions`] to find out about supported metadata version of the runtime. **/ - metadataAtVersion: AugmentedCall Observable>>; + metadataAtVersion: AugmentedCall Observable>>; /** * Returns the supported metadata versions.,, This can be used to call `metadata_at_version`. **/ @@ -345,7 +345,7 @@ declare module '@pezkuwi/api-base/types/calls' { /** * **/ - collectionOwner: AugmentedCall Observable>>; + collectionOwner: AugmentedCall Observable>>; /** * **/ @@ -353,7 +353,7 @@ declare module '@pezkuwi/api-base/types/calls' { /** * **/ - owner: AugmentedCall Observable>>; + owner: AugmentedCall Observable>>; /** * **/ @@ -392,7 +392,7 @@ declare module '@pezkuwi/api-base/types/calls' { /** * Returns the bonded account and reward account associated with the pool_id. **/ - poolAccounts: AugmentedCall Observable>>; + poolAccounts: AugmentedCall Observable>>; /** * Total balance contributed to the pool. **/ diff --git a/packages/api-augment/src/bizinikiwi/tx.ts b/packages/api-augment/src/bizinikiwi/tx.ts index d8ebaba..be04678 100644 --- a/packages/api-augment/src/bizinikiwi/tx.ts +++ b/packages/api-augment/src/bizinikiwi/tx.ts @@ -9,8 +9,8 @@ import type { ApiTypes, AugmentedSubmittable, SubmittableExtrinsic, SubmittableE import type { Data } from '@pezkuwi/types'; import type { Bytes, Compact, Option, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@pezkuwi/types-codec'; import type { AnyNumber, IMethod, ITuple } from '@pezkuwi/types-codec/types'; -import type { AccountId32, H160, H256, MultiAddress, Perbill, Percent, Perquintill, RuntimeCall } from '@pezkuwi/types/interfaces/runtime'; -import type { KitchensinkRuntimeOriginCaller, KitchensinkRuntimeProxyType, KitchensinkRuntimeRuntimeParameters, KitchensinkRuntimeSessionKeys, PezframeSupportPreimagesBounded, PezframeSupportScheduleDispatchTime, PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezpalletAllianceCid, PezpalletAllianceDisbandWitness, PezpalletAllianceUnscrupulousItem, PezpalletBalancesAdjustmentDirection, PezpalletBrokerConfigRecord, PezpalletBrokerCoreMask, PezpalletBrokerFinality, PezpalletBrokerOnDemandRevenueRecord, PezpalletBrokerRegionId, PezpalletBrokerScheduleItem, PezpalletContractsWasmDeterminism, PezpalletConvictionVotingConviction, PezpalletConvictionVotingVoteAccountVote, PezpalletCoreFellowshipParamsTypeOption, PezpalletCoreFellowshipParamsTypeU128, PezpalletCoreFellowshipWish, PezpalletDemocracyConviction, PezpalletDemocracyMetadataOwner, PezpalletDemocracyVoteAccountVote, PezpalletElectionProviderMultiPhaseRawSolution, PezpalletElectionProviderMultiPhaseSolutionOrSnapshotSize, PezpalletElectionsPhragmenRenouncing, PezpalletIdentityJudgement, PezpalletIdentityLegacyIdentityInfo, PezpalletImOnlineHeartbeat, PezpalletImOnlineSr25519AppSr25519Signature, PezpalletMetaTxMetaTx, PezpalletMigrationsHistoricCleanupSelector, PezpalletMigrationsMigrationCursor, PezpalletMixnetRegistration, PezpalletMultisigTimepoint, PezpalletNftsAttributeNamespace, PezpalletNftsCancelAttributesApprovalWitness, PezpalletNftsCollectionConfig, PezpalletNftsDestroyWitness, PezpalletNftsItemConfig, PezpalletNftsItemTip, PezpalletNftsMintSettings, PezpalletNftsMintWitness, PezpalletNftsPreSignedAttributes, PezpalletNftsPreSignedMint, PezpalletNftsPriceWithDirection, PezpalletNominationPoolsBondExtra, PezpalletNominationPoolsClaimPermission, PezpalletNominationPoolsCommissionChangeRate, PezpalletNominationPoolsCommissionClaimPermission, PezpalletNominationPoolsConfigOpAccountId32, PezpalletNominationPoolsConfigOpPerbill, PezpalletNominationPoolsConfigOpU128, PezpalletNominationPoolsConfigOpU32, PezpalletNominationPoolsPoolState, PezpalletStakingPezpalletConfigOpPerbill, PezpalletStakingPezpalletConfigOpPercent, PezpalletStakingPezpalletConfigOpU128, PezpalletStakingPezpalletConfigOpU32, PezpalletStakingRewardDestination, PezpalletStakingUnlockChunk, PezpalletStakingValidatorPrefs, PezpalletStateTrieMigrationMigrationLimits, PezpalletStateTrieMigrationMigrationTask, PezpalletStateTrieMigrationProgress, PezpalletUniquesDestroyWitness, PezpalletVestingVestingInfo, PezspConsensusBabeDigestsNextConfigDescriptor, PezspConsensusBeefyDoubleVotingProof, PezspConsensusBeefyForkVotingProofAncestryProof, PezspConsensusBeefyFutureBlockVotingProof, PezspConsensusGrandpaEquivocationProof, PezspConsensusSlotsEquivocationProof, PezspMixnetAppSignature, PezspNposElectionsElectionScore, PezspNposElectionsSupport, PezspRuntimeMultiSignature, PezspSessionMembershipProof, PezspTransactionStorageProofTransactionStorageProof, PezspWeightsWeightV2Weight } from '@pezkuwi/types/lookup'; +import type { AccountId, AccountIndex, Address, H160, H256, LookupSource, RuntimeCall } from '@pezkuwi/types/interfaces/runtime'; +import type { KitchensinkRuntimeOriginCaller, KitchensinkRuntimeProxyType, KitchensinkRuntimeRuntimeParameters, KitchensinkRuntimeSessionKeys, PezframeSupportPreimagesBounded, PezframeSupportScheduleDispatchTime, PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezpalletAllianceCid, PezpalletAllianceDisbandWitness, PezpalletAllianceUnscrupulousItem, PezpalletBalancesAdjustmentDirection, PezpalletBrokerConfigRecord, PezpalletBrokerCoreMask, PezpalletBrokerFinality, PezpalletBrokerOnDemandRevenueRecord, PezpalletBrokerRegionId, PezpalletBrokerScheduleItem, PezpalletContractsWasmDeterminism, PezpalletConvictionVotingConviction, PezpalletConvictionVotingVoteAccountVote, PezpalletCoreFellowshipParamsTypeOption, PezpalletCoreFellowshipParamsTypeU128, PezpalletCoreFellowshipWish, PezpalletDemocracyConviction, PezpalletDemocracyMetadataOwner, PezpalletDemocracyVoteAccountVote, PezpalletElectionProviderMultiPhaseRawSolution, PezpalletElectionProviderMultiPhaseSolutionOrSnapshotSize, PezpalletElectionsPhragmenRenouncing, PezpalletIdentityJudgement, PezpalletIdentityLegacyIdentityInfo, PezpalletImOnlineHeartbeat, PezpalletImOnlineSr25519AppSr25519Signature, PezpalletMetaTxMetaTx, PezpalletMigrationsHistoricCleanupSelector, PezpalletMigrationsMigrationCursor, PezpalletMixnetRegistration, PezpalletMultisigTimepoint, PezpalletNftsAttributeNamespace, PezpalletNftsCancelAttributesApprovalWitness, PezpalletNftsCollectionConfig, PezpalletNftsDestroyWitness, PezpalletNftsItemConfig, PezpalletNftsItemTip, PezpalletNftsMintSettings, PezpalletNftsMintWitness, PezpalletNftsPreSignedAttributes, PezpalletNftsPreSignedMint, PezpalletNftsPriceWithDirection, PezpalletNominationPoolsBondExtra, PezpalletNominationPoolsClaimPermission, PezpalletNominationPoolsCommissionChangeRate, PezpalletNominationPoolsCommissionClaimPermission, PezpalletNominationPoolsConfigOpAccountId32, PezpalletNominationPoolsConfigOpPerbill, PezpalletNominationPoolsConfigOpU128, PezpalletNominationPoolsConfigOpU32, PezpalletNominationPoolsPoolState, PezpalletStakingPezpalletConfigOpPerbill, PezpalletStakingPezpalletConfigOpPercent, PezpalletStakingPezpalletConfigOpU128, PezpalletStakingPezpalletConfigOpU32, PezpalletStakingRewardDestination, PezpalletStakingUnlockChunk, PezpalletStakingValidatorPrefs, PezpalletStateTrieMigrationMigrationLimits, PezpalletStateTrieMigrationMigrationTask, PezpalletStateTrieMigrationProgress, PezpalletUniquesDestroyWitness, PezpalletVestingVestingInfo, PezspConsensusBabeDigestsNextConfigDescriptor, PezspConsensusBeefyDoubleVotingProof, PezspConsensusBeefyForkVotingProofAncestryProof, PezspConsensusBeefyFutureBlockVotingProof, PezspConsensusGrandpaEquivocationProof, PezspConsensusSlotsEquivocationProof, PezspCoreCryptoAccountId32, PezspMixnetAppSignature, PezspNposElectionsElectionScore, PezspNposElectionsSupport, PezspRuntimeMultiAddress, PezspRuntimeMultiSignature, PezspSessionMembershipProof, PezspTransactionStorageProofTransactionStorageProof, PezspWeightsWeightV2Weight } from '@pezkuwi/types/lookup'; export type __AugmentedSubmittable = AugmentedSubmittable<() => unknown>; export type __SubmittableExtrinsic = SubmittableExtrinsic; @@ -48,7 +48,7 @@ declare module '@pezkuwi/api-base/types/submittable' { /** * Elevate an Ally to Fellow. **/ - elevateAlly: AugmentedSubmittable<(ally: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + elevateAlly: AugmentedSubmittable<(ally: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * As a member, give a retirement notice and start a retirement period required to pass in * order to retire. @@ -61,7 +61,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Must be called by the Root origin. **/ - initMembers: AugmentedSubmittable<(fellows: Vec | (AccountId32 | string | Uint8Array)[], allies: Vec | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic, [Vec, Vec]>; + initMembers: AugmentedSubmittable<(fellows: Vec | string | Uint8Array, allies: Vec | string | Uint8Array) => SubmittableExtrinsic, [Vec, Vec]>; /** * Submit oneself for candidacy. A fixed deposit is reserved. **/ @@ -69,12 +69,12 @@ declare module '@pezkuwi/api-base/types/submittable' { /** * Kick a member from the Alliance and slash its deposit. **/ - kickMember: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + kickMember: AugmentedSubmittable<(who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * A Fellow can nominate someone to join the alliance as an Ally. There is no deposit * required from the nominator or nominee. **/ - nominateAlly: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + nominateAlly: AugmentedSubmittable<(who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * Add a new proposal to be voted on. * @@ -229,7 +229,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `N` new-members-count (code- and governance-bounded) * - `P` proposals-count (code-bounded) **/ - setMembers: AugmentedSubmittable<(newMembers: Vec | (AccountId32 | string | Uint8Array)[], prime: Option | null | Uint8Array | AccountId32 | string, oldCount: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Vec, Option, u32]>; + setMembers: AugmentedSubmittable<(newMembers: Vec | string | Uint8Array, prime: Option | string | Uint8Array, oldCount: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Vec, Option, u32]>; /** * Add an aye or nay vote for the sender to the given proposal. * @@ -264,7 +264,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Once liquidity is added, someone may successfully call * [`Pallet::swap_exact_tokens_for_tokens`]. **/ - addLiquidity: AugmentedSubmittable<(asset1: PezframeSupportTokensFungibleUnionOfNativeOrWithId, asset2: PezframeSupportTokensFungibleUnionOfNativeOrWithId, amount1Desired: u128 | AnyNumber | Uint8Array, amount2Desired: u128 | AnyNumber | Uint8Array, amount1Min: u128 | AnyNumber | Uint8Array, amount2Min: u128 | AnyNumber | Uint8Array, mintTo: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId, u128, u128, u128, u128, AccountId32]>; + addLiquidity: AugmentedSubmittable<(asset1: PezframeSupportTokensFungibleUnionOfNativeOrWithId, asset2: PezframeSupportTokensFungibleUnionOfNativeOrWithId, amount1Desired: u128 | AnyNumber | Uint8Array, amount2Desired: u128 | AnyNumber | Uint8Array, amount1Min: u128 | AnyNumber | Uint8Array, amount2Min: u128 | AnyNumber | Uint8Array, mintTo: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId, u128, u128, u128, u128, PezspCoreCryptoAccountId32]>; /** * Creates an empty liquidity pool and an associated new `lp_token` asset * (the id of which is returned in the `Event::PoolCreated` event). @@ -277,7 +277,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * burned in the process. With the usage of `amount1_min_receive`/`amount2_min_receive` * it's possible to control the min amount of returned tokens you're happy with. **/ - removeLiquidity: AugmentedSubmittable<(asset1: PezframeSupportTokensFungibleUnionOfNativeOrWithId, asset2: PezframeSupportTokensFungibleUnionOfNativeOrWithId, lpTokenBurn: u128 | AnyNumber | Uint8Array, amount1MinReceive: u128 | AnyNumber | Uint8Array, amount2MinReceive: u128 | AnyNumber | Uint8Array, withdrawTo: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId, u128, u128, u128, AccountId32]>; + removeLiquidity: AugmentedSubmittable<(asset1: PezframeSupportTokensFungibleUnionOfNativeOrWithId, asset2: PezframeSupportTokensFungibleUnionOfNativeOrWithId, lpTokenBurn: u128 | AnyNumber | Uint8Array, amount1MinReceive: u128 | AnyNumber | Uint8Array, amount2MinReceive: u128 | AnyNumber | Uint8Array, withdrawTo: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId, u128, u128, u128, PezspCoreCryptoAccountId32]>; /** * Swap the exact amount of `asset1` into `asset2`. * `amount_out_min` param allows you to specify the min amount of the `asset2` @@ -286,7 +286,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * [`AssetConversionApi::quote_price_exact_tokens_for_tokens`] runtime call can be called * for a quote. **/ - swapExactTokensForTokens: AugmentedSubmittable<(path: Vec | (PezframeSupportTokensFungibleUnionOfNativeOrWithId)[], amountIn: u128 | AnyNumber | Uint8Array, amountOutMin: u128 | AnyNumber | Uint8Array, sendTo: AccountId32 | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic, [Vec, u128, u128, AccountId32, bool]>; + swapExactTokensForTokens: AugmentedSubmittable<(path: Vec | (PezframeSupportTokensFungibleUnionOfNativeOrWithId)[], amountIn: u128 | AnyNumber | Uint8Array, amountOutMin: u128 | AnyNumber | Uint8Array, sendTo: PezspCoreCryptoAccountId32 | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic, [Vec, u128, u128, PezspCoreCryptoAccountId32, bool]>; /** * Swap any amount of `asset1` to get the exact amount of `asset2`. * `amount_in_max` param allows to specify the max amount of the `asset1` @@ -295,7 +295,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * [`AssetConversionApi::quote_price_tokens_for_exact_tokens`] runtime call can be called * for a quote. **/ - swapTokensForExactTokens: AugmentedSubmittable<(path: Vec | (PezframeSupportTokensFungibleUnionOfNativeOrWithId)[], amountOut: u128 | AnyNumber | Uint8Array, amountInMax: u128 | AnyNumber | Uint8Array, sendTo: AccountId32 | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic, [Vec, u128, u128, AccountId32, bool]>; + swapTokensForExactTokens: AugmentedSubmittable<(path: Vec | (PezframeSupportTokensFungibleUnionOfNativeOrWithId)[], amountOut: u128 | AnyNumber | Uint8Array, amountInMax: u128 | AnyNumber | Uint8Array, sendTo: PezspCoreCryptoAccountId32 | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic, [Vec, u128, u128, PezspCoreCryptoAccountId32, bool]>; /** * Touch an existing pool to fulfill prerequisites before providing liquidity, such as * ensuring that the pool's accounts are in place. It is typically useful when a pool @@ -379,7 +379,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * and receive the unutilized reward tokens back after the pool completion. If `None`, * the caller is set as an admin. **/ - createPool: AugmentedSubmittable<(stakedAssetId: PezframeSupportTokensFungibleUnionOfNativeOrWithId, rewardAssetId: PezframeSupportTokensFungibleUnionOfNativeOrWithId, rewardRatePerBlock: u128 | AnyNumber | Uint8Array, expiry: PezframeSupportScheduleDispatchTime, admin: Option | null | Uint8Array | AccountId32 | string) => SubmittableExtrinsic, [PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId, u128, PezframeSupportScheduleDispatchTime, Option]>; + createPool: AugmentedSubmittable<(stakedAssetId: PezframeSupportTokensFungibleUnionOfNativeOrWithId, rewardAssetId: PezframeSupportTokensFungibleUnionOfNativeOrWithId, rewardRatePerBlock: u128 | AnyNumber | Uint8Array, expiry: PezframeSupportScheduleDispatchTime, admin: Option | string | Uint8Array) => SubmittableExtrinsic, [PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId, u128, PezframeSupportScheduleDispatchTime, Option]>; /** * Convenience method to deposit reward tokens into a pool. * @@ -396,13 +396,13 @@ declare module '@pezkuwi/api-base/types/submittable' { * - pool_id: the pool to harvest from. * - staker: the account for which to harvest rewards. If `None`, the caller is used. **/ - harvestRewards: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, staker: Option | null | Uint8Array | AccountId32 | string) => SubmittableExtrinsic, [u32, Option]>; + harvestRewards: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, staker: Option | string | Uint8Array) => SubmittableExtrinsic, [u32, Option]>; /** * Modify a pool admin. * * Only the pool admin may perform this operation. **/ - setPoolAdmin: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, newAdmin: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [u32, AccountId32]>; + setPoolAdmin: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, newAdmin: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [u32, PezspCoreCryptoAccountId32]>; /** * Set when the pool should expire. * @@ -436,7 +436,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - amount: the amount of tokens to unstake. * - staker: the account to unstake from. If `None`, the caller is used. **/ - unstake: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, amount: u128 | AnyNumber | Uint8Array, staker: Option | null | Uint8Array | AccountId32 | string) => SubmittableExtrinsic, [u32, u128, Option]>; + unstake: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, amount: u128 | AnyNumber | Uint8Array, staker: Option | string | Uint8Array) => SubmittableExtrinsic, [u32, u128, Option]>; /** * Generic tx **/ @@ -465,7 +465,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - approveTransfer: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, Compact]>; + approveTransfer: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, Compact]>; /** * Disallow further unprivileged transfers of an asset `id` to and from an account `who`. * @@ -478,7 +478,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - block: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress]>; + block: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress]>; /** * Reduce the balance of `who` by as much as possible up to `amount` assets of `id`. * @@ -496,7 +496,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Weight: `O(1)` * Modes: Post-existence of `who`; Pre & post Zombie-status of `who`. **/ - burn: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, Compact]>; + burn: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, Compact]>; /** * Cancel all of some asset approved for delegated transfer by a third-party account. * @@ -512,7 +512,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - cancelApproval: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress]>; + cancelApproval: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress]>; /** * Clear the metadata for an asset. * @@ -548,7 +548,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - create: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, admin: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, minBalance: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, u128]>; + create: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, admin: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, minBalance: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, u128]>; /** * Destroy all accounts associated with a given asset. * @@ -616,7 +616,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - forceAssetStatus: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, issuer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, admin: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, freezer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, minBalance: Compact | AnyNumber | Uint8Array, isSufficient: bool | boolean | Uint8Array, isFrozen: bool | boolean | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, MultiAddress, MultiAddress, MultiAddress, Compact, bool, bool]>; + forceAssetStatus: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, issuer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, admin: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, freezer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, minBalance: Compact | AnyNumber | Uint8Array, isSufficient: bool | boolean | Uint8Array, isFrozen: bool | boolean | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, Compact, bool, bool]>; /** * Cancel all of some asset approved for delegated transfer by a third-party account. * @@ -632,7 +632,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - forceCancelApproval: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, MultiAddress]>; + forceCancelApproval: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress]>; /** * Clear the metadata for an asset. * @@ -668,7 +668,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - forceCreate: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, isSufficient: bool | boolean | Uint8Array, minBalance: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, bool, Compact]>; + forceCreate: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, isSufficient: bool | boolean | Uint8Array, minBalance: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, bool, Compact]>; /** * Force the metadata for an asset to some value. * @@ -707,7 +707,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Modes: Pre-existence of `dest`; Post-existence of `source`; Account pre-existence of * `dest`. **/ - forceTransfer: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, source: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, MultiAddress, Compact]>; + forceTransfer: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, source: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, dest: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, Compact]>; /** * Disallow further unprivileged transfers of an asset `id` from an account `who`. `who` * must already exist as an entry in `Account`s of the asset. If you want to freeze an @@ -722,7 +722,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - freeze: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress]>; + freeze: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress]>; /** * Disallow further unprivileged transfers for the asset class. * @@ -749,7 +749,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Weight: `O(1)` * Modes: Pre-existing balance of `beneficiary`; Account pre-existence of `beneficiary`. **/ - mint: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, beneficiary: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, Compact]>; + mint: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, beneficiary: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, Compact]>; /** * Return the deposit (if any) of an asset account or a consumer reference (if any) of an * account. @@ -781,7 +781,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Emits `Refunded` event when successful. **/ - refundOther: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress]>; + refundOther: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress]>; /** * Set the metadata for an asset. * @@ -830,7 +830,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - setTeam: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, issuer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, admin: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, freezer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, MultiAddress, MultiAddress]>; + setTeam: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, issuer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, admin: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, freezer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress]>; /** * Start the process of destroying a fungible asset class. * @@ -858,7 +858,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - thaw: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress]>; + thaw: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress]>; /** * Allow unprivileged transfers for the asset again. * @@ -895,7 +895,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Emits `Touched` event when successful. **/ - touchOther: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress]>; + touchOther: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress]>; /** * Move some assets from the sender account to another. * @@ -916,7 +916,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Modes: Pre-existence of `target`; Post-existence of sender; Account pre-existence of * `target`. **/ - transfer: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, Compact]>; + transfer: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, Compact]>; /** * Transfer the entire transferable balance from the caller asset account. * @@ -935,7 +935,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * (false), or transfer everything except at least the minimum balance, which will * guarantee to keep the sender asset account alive (true). **/ - transferAll: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, bool]>; + transferAll: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, dest: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, bool]>; /** * Transfer some asset balance from a previously delegated account to some third-party * account. @@ -956,7 +956,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - transferApproved: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, destination: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, MultiAddress, Compact]>; + transferApproved: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, destination: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, Compact]>; /** * Move some assets from the sender account to another, keeping the sender account alive. * @@ -977,7 +977,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Modes: Pre-existence of `target`; Post-existence of sender; Account pre-existence of * `target`. **/ - transferKeepAlive: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, Compact]>; + transferKeepAlive: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, Compact]>; /** * Change the Owner of an asset. * @@ -990,7 +990,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - transferOwnership: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress]>; + transferOwnership: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress]>; /** * Generic tx **/ @@ -1051,18 +1051,18 @@ declare module '@pezkuwi/api-base/types/submittable' { * * The dispatch origin for this call is `root`. **/ - forceSetBalance: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, newFree: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, Compact]>; + forceSetBalance: AugmentedSubmittable<(who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, newFree: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, Compact]>; /** * Exactly as `transfer_allow_death`, except the origin must be root and the source account * may be specified. **/ - forceTransfer: AugmentedSubmittable<(source: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, value: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, MultiAddress, Compact]>; + forceTransfer: AugmentedSubmittable<(source: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, dest: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, value: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, Compact]>; /** * Unreserve some balance from a user by force. * * Can only be called by ROOT. **/ - forceUnreserve: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, u128]>; + forceUnreserve: AugmentedSubmittable<(who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, u128]>; /** * Transfer the entire transferable balance from the caller account. * @@ -1080,7 +1080,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * transfer everything except at least the existential deposit, which will guarantee to * keep the sender account alive (true). **/ - transferAll: AugmentedSubmittable<(dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic, [MultiAddress, bool]>; + transferAll: AugmentedSubmittable<(dest: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, bool]>; /** * Transfer some liquid free balance to another account. * @@ -1090,7 +1090,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * The dispatch origin for this call must be `Signed` by the transactor. **/ - transferAllowDeath: AugmentedSubmittable<(dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, value: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, Compact]>; + transferAllowDeath: AugmentedSubmittable<(dest: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, value: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, Compact]>; /** * Same as the [`transfer_allow_death`] call, but with a check that the transfer will not * kill the origin account. @@ -1099,7 +1099,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * [`transfer_allow_death`]: struct.Pallet.html#method.transfer **/ - transferKeepAlive: AugmentedSubmittable<(dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, value: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, Compact]>; + transferKeepAlive: AugmentedSubmittable<(dest: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, value: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, Compact]>; /** * Upgrade a specified account. * @@ -1110,7 +1110,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * be upgraded. (We let some not have to be upgraded just in order to allow for the * possibility of churn). **/ - upgradeAccounts: AugmentedSubmittable<(who: Vec | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic, [Vec]>; + upgradeAccounts: AugmentedSubmittable<(who: Vec | string | Uint8Array) => SubmittableExtrinsic, [Vec]>; /** * Generic tx **/ @@ -1216,7 +1216,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * ## Complexity * - O(1). **/ - approveBountyWithCurator: AugmentedSubmittable<(bountyId: Compact | AnyNumber | Uint8Array, curator: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, fee: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, Compact]>; + approveBountyWithCurator: AugmentedSubmittable<(bountyId: Compact | AnyNumber | Uint8Array, curator: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, fee: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, Compact]>; /** * Award bounty to a beneficiary account. The beneficiary will be able to claim the funds * after a delay. @@ -1229,7 +1229,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * ## Complexity * - O(1). **/ - awardBounty: AugmentedSubmittable<(bountyId: Compact | AnyNumber | Uint8Array, beneficiary: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress]>; + awardBounty: AugmentedSubmittable<(bountyId: Compact | AnyNumber | Uint8Array, beneficiary: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress]>; /** * Claim the payout from an awarded bounty after payout delay. * @@ -1288,7 +1288,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * ## Complexity * - O(1). **/ - proposeCurator: AugmentedSubmittable<(bountyId: Compact | AnyNumber | Uint8Array, curator: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, fee: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, Compact]>; + proposeCurator: AugmentedSubmittable<(bountyId: Compact | AnyNumber | Uint8Array, curator: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, fee: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, Compact]>; /** * Unassign curator from a bounty. * @@ -1442,7 +1442,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `payee`: The account which is able to collect any revenue due for the usage of this * Coretime. **/ - pool: AugmentedSubmittable<(regionId: PezpalletBrokerRegionId, payee: AccountId32 | string | Uint8Array, finality: PezpalletBrokerFinality) => SubmittableExtrinsic, [PezpalletBrokerRegionId, AccountId32, PezpalletBrokerFinality]>; + pool: AugmentedSubmittable<(regionId: PezpalletBrokerRegionId, payee: PezspCoreCryptoAccountId32 | string | Uint8Array, finality: PezpalletBrokerFinality) => SubmittableExtrinsic, [PezpalletBrokerRegionId, PezspCoreCryptoAccountId32, PezpalletBrokerFinality]>; /** * Purchase Bulk Coretime in the ongoing Sale. * @@ -1459,7 +1459,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `beneficiary`: The account on the Relay-chain which controls the credit (generally * this will be the collator's hot wallet). **/ - purchaseCredit: AugmentedSubmittable<(amount: u128 | AnyNumber | Uint8Array, beneficiary: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [u128, AccountId32]>; + purchaseCredit: AugmentedSubmittable<(amount: u128 | AnyNumber | Uint8Array, beneficiary: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [u128, PezspCoreCryptoAccountId32]>; /** * Remove an assignment from the Workplan. * @@ -1531,7 +1531,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `region_id`: The Region whose ownership should change. * - `new_owner`: The new owner for the Region. **/ - transfer: AugmentedSubmittable<(regionId: PezpalletBrokerRegionId, newOwner: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezpalletBrokerRegionId, AccountId32]>; + transfer: AugmentedSubmittable<(regionId: PezpalletBrokerRegionId, newOwner: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezpalletBrokerRegionId, PezspCoreCryptoAccountId32]>; /** * Cancel a reservation for a workload. * @@ -1611,7 +1611,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `child_bounty_id`: Index of child bounty. * - `beneficiary`: Beneficiary account. **/ - awardChildBounty: AugmentedSubmittable<(parentBountyId: Compact | AnyNumber | Uint8Array, childBountyId: Compact | AnyNumber | Uint8Array, beneficiary: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, Compact, MultiAddress]>; + awardChildBounty: AugmentedSubmittable<(parentBountyId: Compact | AnyNumber | Uint8Array, childBountyId: Compact | AnyNumber | Uint8Array, beneficiary: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, Compact, PezspRuntimeMultiAddress]>; /** * Claim the payout from an awarded child-bounty after payout delay. * @@ -1673,7 +1673,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `curator`: Address of child-bounty curator. * - `fee`: payment fee to child-bounty curator for execution. **/ - proposeCurator: AugmentedSubmittable<(parentBountyId: Compact | AnyNumber | Uint8Array, childBountyId: Compact | AnyNumber | Uint8Array, curator: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, fee: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, Compact, MultiAddress, Compact]>; + proposeCurator: AugmentedSubmittable<(parentBountyId: Compact | AnyNumber | Uint8Array, childBountyId: Compact | AnyNumber | Uint8Array, curator: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, fee: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, Compact, PezspRuntimeMultiAddress, Compact]>; /** * Unassign curator from a child-bounty. * @@ -1735,11 +1735,11 @@ declare module '@pezkuwi/api-base/types/submittable' { * * If no account exists and the call value is not less than `existential_deposit`, * a regular account will be created and any value will be transferred. **/ - call: AugmentedSubmittable<(dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, value: Compact | AnyNumber | Uint8Array, gasLimit: PezspWeightsWeightV2Weight, storageDepositLimit: Option> | null | Uint8Array | Compact | AnyNumber, data: Bytes | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress, Compact, PezspWeightsWeightV2Weight, Option>, Bytes]>; + call: AugmentedSubmittable<(dest: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, value: Compact | AnyNumber | Uint8Array, gasLimit: PezspWeightsWeightV2Weight, storageDepositLimit: Option> | null | Uint8Array | Compact | AnyNumber, data: Bytes | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, Compact, PezspWeightsWeightV2Weight, Option>, Bytes]>; /** * Deprecated version if [`Self::call`] for use in an in-storage `Call`. **/ - callOldWeight: AugmentedSubmittable<(dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, value: Compact | AnyNumber | Uint8Array, gasLimit: Compact | AnyNumber | Uint8Array, storageDepositLimit: Option> | null | Uint8Array | Compact | AnyNumber, data: Bytes | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress, Compact, Compact, Option>, Bytes]>; + callOldWeight: AugmentedSubmittable<(dest: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, value: Compact | AnyNumber | Uint8Array, gasLimit: Compact | AnyNumber | Uint8Array, storageDepositLimit: Option> | null | Uint8Array | Compact | AnyNumber, data: Bytes | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, Compact, Compact, Option>, Bytes]>; /** * Instantiates a contract from a previously deployed wasm binary. * @@ -1810,7 +1810,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * that the contract address is no longer derived from its code hash after calling * this dispatchable. **/ - setCode: AugmentedSubmittable<(dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, codeHash: H256 | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress, H256]>; + setCode: AugmentedSubmittable<(dest: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, codeHash: H256 | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, H256]>; /** * Upload new `code` without instantiating a contract from it. * @@ -1869,7 +1869,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Weight: `O(R)` where R is the number of polls the voter delegating to has * voted on. Weight is initially charged as if maximum votes, but is refunded later. **/ - delegate: AugmentedSubmittable<(clazz: u16 | AnyNumber | Uint8Array, to: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, conviction: PezpalletConvictionVotingConviction, balance: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u16, MultiAddress, PezpalletConvictionVotingConviction, u128]>; + delegate: AugmentedSubmittable<(clazz: u16 | AnyNumber | Uint8Array, to: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, conviction: PezpalletConvictionVotingConviction, balance: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u16, PezspRuntimeMultiAddress, PezpalletConvictionVotingConviction, u128]>; /** * Remove a vote for a poll. * @@ -1888,7 +1888,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Weight: `O(R + log R)` where R is the number of polls that `target` has voted on. * Weight is calculated for the maximum number of vote. **/ - removeOtherVote: AugmentedSubmittable<(target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, clazz: u16 | AnyNumber | Uint8Array, index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, u16, u32]>; + removeOtherVote: AugmentedSubmittable<(target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, clazz: u16 | AnyNumber | Uint8Array, index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, u16, u32]>; /** * Remove a vote for a poll. * @@ -1949,7 +1949,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(R)` with R number of vote of target. **/ - unlock: AugmentedSubmittable<(clazz: u16 | AnyNumber | Uint8Array, target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u16, MultiAddress]>; + unlock: AugmentedSubmittable<(clazz: u16 | AnyNumber | Uint8Array, target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u16, PezspRuntimeMultiAddress]>; /** * Vote in a poll. If `vote.is_aye()`, the vote is to enact the proposal; * otherwise it is a vote to keep the status quo. @@ -1979,7 +1979,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `who`: A member (i.e. of non-zero rank). * - `at_rank`: The rank of member. **/ - approve: AugmentedSubmittable<(who: AccountId32 | string | Uint8Array, atRank: u16 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [AccountId32, u16]>; + approve: AugmentedSubmittable<(who: PezspCoreCryptoAccountId32 | string | Uint8Array, atRank: u16 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32, u16]>; /** * Bump the state of a member. * @@ -1989,7 +1989,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `origin`: A `Signed` origin of an account. * - `who`: A member account whose state is to be updated. **/ - bump: AugmentedSubmittable<(who: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [AccountId32]>; + bump: AugmentedSubmittable<(who: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32]>; /** * Introduce an already-ranked individual of the collective into this pallet. * @@ -2012,14 +2012,14 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `origin`: A signed origin of a ranked, but not tracked, account. * - `who`: The account ID of the collective member to be inducted. **/ - importMember: AugmentedSubmittable<(who: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [AccountId32]>; + importMember: AugmentedSubmittable<(who: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32]>; /** * Introduce a new and unranked candidate (rank zero). * * - `origin`: An origin which satisfies `InductOrigin` or root. * - `who`: The account ID of the candidate to be inducted and become a member. **/ - induct: AugmentedSubmittable<(who: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [AccountId32]>; + induct: AugmentedSubmittable<(who: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32]>; /** * Stop tracking a prior member who is now not a ranked member of the collective. * @@ -2027,7 +2027,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `who`: The ID of an account which was tracked in this pallet but which is now not a * ranked member of the collective. **/ - offboard: AugmentedSubmittable<(who: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [AccountId32]>; + offboard: AugmentedSubmittable<(who: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32]>; /** * Increment the rank of a ranked and tracked account. * @@ -2036,7 +2036,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `who`: The account ID of the member to be promoted to `to_rank`. * - `to_rank`: One more than the current rank of `who`. **/ - promote: AugmentedSubmittable<(who: AccountId32 | string | Uint8Array, toRank: u16 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [AccountId32, u16]>; + promote: AugmentedSubmittable<(who: PezspCoreCryptoAccountId32 | string | Uint8Array, toRank: u16 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32, u16]>; /** * Fast promotions can skip ranks and ignore the `min_promotion_period`. * @@ -2044,7 +2044,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * be (possibly) more restrictive than `PromoteOrigin`. Note that the member must already * be inducted. **/ - promoteFast: AugmentedSubmittable<(who: AccountId32 | string | Uint8Array, toRank: u16 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [AccountId32, u16]>; + promoteFast: AugmentedSubmittable<(who: PezspCoreCryptoAccountId32 | string | Uint8Array, toRank: u16 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32, u16]>; /** * Set whether a member is active or not. * @@ -2205,7 +2205,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `N` new-members-count (code- and governance-bounded) * - `P` proposals-count (code-bounded) **/ - setMembers: AugmentedSubmittable<(newMembers: Vec | (AccountId32 | string | Uint8Array)[], prime: Option | null | Uint8Array | AccountId32 | string, oldCount: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Vec, Option, u32]>; + setMembers: AugmentedSubmittable<(newMembers: Vec | string | Uint8Array, prime: Option | string | Uint8Array, oldCount: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Vec, Option, u32]>; /** * Add an aye or nay vote for the sender to the given proposal. * @@ -2292,7 +2292,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Weight: `O(R)` where R is the number of referendums the voter delegating to has * voted on. Weight is charged as if maximum votes. **/ - delegate: AugmentedSubmittable<(to: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, conviction: PezpalletDemocracyConviction, balance: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, PezpalletDemocracyConviction, u128]>; + delegate: AugmentedSubmittable<(to: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, conviction: PezpalletDemocracyConviction, balance: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, PezpalletDemocracyConviction, u128]>; /** * Schedule an emergency cancellation of a referendum. Cannot happen twice to the same * referendum. @@ -2389,7 +2389,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Weight: `O(R + log R)` where R is the number of referenda that `target` has voted on. * Weight is calculated for the maximum number of vote. **/ - removeOtherVote: AugmentedSubmittable<(target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, u32]>; + removeOtherVote: AugmentedSubmittable<(target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, u32]>; /** * Remove a vote for a referendum. * @@ -2471,7 +2471,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(R)` with R number of vote of target. **/ - unlock: AugmentedSubmittable<(target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + unlock: AugmentedSubmittable<(target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * Veto and blacklist the external proposal hash. * @@ -2517,7 +2517,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * feasibility check itself can in principle cause the election process to fail (due to * memory/weight constrains). **/ - setEmergencyElectionResult: AugmentedSubmittable<(supports: Vec> | ([AccountId32 | string | Uint8Array, PezspNposElectionsSupport])[]) => SubmittableExtrinsic, [Vec>]>; + setEmergencyElectionResult: AugmentedSubmittable<(supports: Vec> | string | Uint8Array) => SubmittableExtrinsic, [Vec>]>; /** * Set a new value for `MinimumUntrustedScore`. * @@ -2591,7 +2591,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * ## Complexity * - Check details of remove_and_replace_member() and do_phragmen(). **/ - removeMember: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, slashBond: bool | boolean | Uint8Array, rerunElection: bool | boolean | Uint8Array) => SubmittableExtrinsic, [MultiAddress, bool, bool]>; + removeMember: AugmentedSubmittable<(who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, slashBond: bool | boolean | Uint8Array, rerunElection: bool | boolean | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, bool, bool]>; /** * Remove `origin` as a voter. * @@ -2662,7 +2662,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * It is the responsibility of the caller to **NOT** place all of their balance into the * lock and keep some for further operations. **/ - vote: AugmentedSubmittable<(votes: Vec | (AccountId32 | string | Uint8Array)[], value: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Vec, Compact]>; + vote: AugmentedSubmittable<(votes: Vec | string | Uint8Array, value: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Vec, Compact]>; /** * Generic tx **/ @@ -2839,7 +2839,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Emits `RegistrarAdded` if successful. **/ - addRegistrar: AugmentedSubmittable<(account: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + addRegistrar: AugmentedSubmittable<(account: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * Add the given account to the sender's subs. * @@ -2849,7 +2849,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * The dispatch origin for this call must be _Signed_ and the sender must have a registered * sub identity of `sub`. **/ - addSub: AugmentedSubmittable<(sub: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, data: Data | { None: any } | { Raw: any } | { BlakeTwo256: any } | { Sha256: any } | { Keccak256: any } | { ShaThree256: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress, Data]>; + addSub: AugmentedSubmittable<(sub: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, data: Data | { None: any } | { Raw: any } | { BlakeTwo256: any } | { Sha256: any } | { Keccak256: any } | { ShaThree256: any } | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, Data]>; /** * Add an `AccountId` with permission to grant usernames with a given `suffix` appended. * @@ -2857,7 +2857,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * change the account used to grant usernames, this call can be used with the updated * parameters to overwrite the existing configuration. **/ - addUsernameAuthority: AugmentedSubmittable<(authority: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, suffix: Bytes | string | Uint8Array, allocation: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, Bytes, u32]>; + addUsernameAuthority: AugmentedSubmittable<(authority: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, suffix: Bytes | string | Uint8Array, allocation: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, Bytes, u32]>; /** * Cancel a previous request. * @@ -2896,7 +2896,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Emits `IdentityKilled` if successful. **/ - killIdentity: AugmentedSubmittable<(target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + killIdentity: AugmentedSubmittable<(target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * Call with [ForceOrigin](crate::Config::ForceOrigin) privileges which deletes a username * and slashes any deposit associated with it. @@ -2919,7 +2919,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Emits `JudgementGiven` if successful. **/ - provideJudgement: AugmentedSubmittable<(regIndex: Compact | AnyNumber | Uint8Array, target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, judgement: PezpalletIdentityJudgement, identity: H256 | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, PezpalletIdentityJudgement, H256]>; + provideJudgement: AugmentedSubmittable<(regIndex: Compact | AnyNumber | Uint8Array, target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, judgement: PezpalletIdentityJudgement, identity: H256 | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, PezpalletIdentityJudgement, H256]>; /** * Remove the sender as a sub-account. * @@ -2948,7 +2948,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * The dispatch origin for this call must be _Signed_ and the sender must have a registered * sub identity of `sub`. **/ - removeSub: AugmentedSubmittable<(sub: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + removeSub: AugmentedSubmittable<(sub: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * Permanently delete a username which has been unbinding for longer than the grace period. * Caller is refunded the fee if the username expired and the removal was successful. @@ -2957,14 +2957,14 @@ declare module '@pezkuwi/api-base/types/submittable' { /** * Remove `authority` from the username authorities. **/ - removeUsernameAuthority: AugmentedSubmittable<(suffix: Bytes | string | Uint8Array, authority: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Bytes, MultiAddress]>; + removeUsernameAuthority: AugmentedSubmittable<(suffix: Bytes | string | Uint8Array, authority: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Bytes, PezspRuntimeMultiAddress]>; /** * Alter the associated name of the given sub-account. * * The dispatch origin for this call must be _Signed_ and the sender must have a registered * sub identity of `sub`. **/ - renameSub: AugmentedSubmittable<(sub: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, data: Data | { None: any } | { Raw: any } | { BlakeTwo256: any } | { Sha256: any } | { Keccak256: any } | { ShaThree256: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress, Data]>; + renameSub: AugmentedSubmittable<(sub: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, data: Data | { None: any } | { Raw: any } | { BlakeTwo256: any } | { Sha256: any } | { Keccak256: any } | { ShaThree256: any } | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, Data]>; /** * Request a judgement from a registrar. * @@ -2993,7 +2993,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `index`: the index of the registrar whose fee is to be set. * - `new`: the new account ID. **/ - setAccountId: AugmentedSubmittable<(index: Compact | AnyNumber | Uint8Array, updated: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress]>; + setAccountId: AugmentedSubmittable<(index: Compact | AnyNumber | Uint8Array, updated: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress]>; /** * Set the fee required for a judgement to be requested from a registrar. * @@ -3042,7 +3042,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * - `subs`: The identity's (new) sub-accounts. **/ - setSubs: AugmentedSubmittable<(subs: Vec> | ([AccountId32 | string | Uint8Array, Data | { None: any } | { Raw: any } | { BlakeTwo256: any } | { Sha256: any } | { Keccak256: any } | { ShaThree256: any } | string | Uint8Array])[]) => SubmittableExtrinsic, [Vec>]>; + setSubs: AugmentedSubmittable<(subs: Vec> | string | Uint8Array) => SubmittableExtrinsic, [Vec>]>; /** * Set the username for `who`. Must be called by a username authority. * @@ -3058,7 +3058,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - When combined with the suffix of the issuing authority be _less than_ the * `MaxUsernameLength`. **/ - setUsernameFor: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, username: Bytes | string | Uint8Array, signature: Option | null | Uint8Array | PezspRuntimeMultiSignature, useAllocation: bool | boolean | Uint8Array) => SubmittableExtrinsic, [MultiAddress, Bytes, Option, bool]>; + setUsernameFor: AugmentedSubmittable<(who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, username: Bytes | string | Uint8Array, signature: Option | null | Uint8Array | PezspRuntimeMultiSignature, useAllocation: bool | boolean | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, Bytes, Option, bool]>; /** * Start the process of removing a username by placing it in the unbinding usernames map. * Once the grace period has passed, the username can be deleted by calling @@ -3113,7 +3113,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * ## Complexity * - `O(1)`. **/ - forceTransfer: AugmentedSubmittable<(updated: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, index: u32 | AnyNumber | Uint8Array, freeze: bool | boolean | Uint8Array) => SubmittableExtrinsic, [MultiAddress, u32, bool]>; + forceTransfer: AugmentedSubmittable<(updated: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, index: u32 | AnyNumber | Uint8Array, freeze: bool | boolean | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, u32, bool]>; /** * Free up an index owned by the sender. * @@ -3171,7 +3171,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * ## Complexity * - `O(1)`. **/ - transfer: AugmentedSubmittable<(updated: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, u32]>; + transfer: AugmentedSubmittable<(updated: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, u32]>; /** * Generic tx **/ @@ -3346,7 +3346,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - Storage: inserts one item, value size bounded by `MaxSignatories`, with a deposit * taken for its lifetime of `DepositBase + threshold * DepositFactor`. **/ - approveAsMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec | (AccountId32 | string | Uint8Array)[], maybeTimepoint: Option | null | Uint8Array | PezpalletMultisigTimepoint, callHash: U8aFixed | string | Uint8Array, maxWeight: PezspWeightsWeightV2Weight) => SubmittableExtrinsic, [u16, Vec, Option, U8aFixed, PezspWeightsWeightV2Weight]>; + approveAsMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec | string | Uint8Array, maybeTimepoint: Option | null | Uint8Array | PezpalletMultisigTimepoint, callHash: U8aFixed | string | Uint8Array, maxWeight: PezspWeightsWeightV2Weight) => SubmittableExtrinsic, [u16, Vec, Option, U8aFixed, PezspWeightsWeightV2Weight]>; /** * Register approval for a dispatch to be made from a deterministic composite account if * approved by a total of `threshold - 1` of `other_signatories`. @@ -3388,7 +3388,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - Storage: inserts one item, value size bounded by `MaxSignatories`, with a deposit * taken for its lifetime of `DepositBase + threshold * DepositFactor`. **/ - asMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec | (AccountId32 | string | Uint8Array)[], maybeTimepoint: Option | null | Uint8Array | PezpalletMultisigTimepoint, call: RuntimeCall | IMethod | string | Uint8Array, maxWeight: PezspWeightsWeightV2Weight) => SubmittableExtrinsic, [u16, Vec, Option, RuntimeCall, PezspWeightsWeightV2Weight]>; + asMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec | string | Uint8Array, maybeTimepoint: Option | null | Uint8Array | PezpalletMultisigTimepoint, call: RuntimeCall | IMethod | string | Uint8Array, maxWeight: PezspWeightsWeightV2Weight) => SubmittableExtrinsic, [u16, Vec, Option, RuntimeCall, PezspWeightsWeightV2Weight]>; /** * Immediately dispatch a multi-signature call using a single approval from the caller. * @@ -3403,7 +3403,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * ## Complexity * O(Z + C) where Z is the length of the call and C its execution weight. **/ - asMultiThreshold1: AugmentedSubmittable<(otherSignatories: Vec | (AccountId32 | string | Uint8Array)[], call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic, [Vec, RuntimeCall]>; + asMultiThreshold1: AugmentedSubmittable<(otherSignatories: Vec | string | Uint8Array, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic, [Vec, RuntimeCall]>; /** * Cancel a pre-existing, on-going multisig transaction. Any deposit reserved previously * for this operation will be unreserved on success. @@ -3427,7 +3427,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - I/O: 1 read `O(S)`, one remove. * - Storage: removes one item. **/ - cancelAsMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec | (AccountId32 | string | Uint8Array)[], timepoint: PezpalletMultisigTimepoint, callHash: U8aFixed | string | Uint8Array) => SubmittableExtrinsic, [u16, Vec, PezpalletMultisigTimepoint, U8aFixed]>; + cancelAsMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec | string | Uint8Array, timepoint: PezpalletMultisigTimepoint, callHash: U8aFixed | string | Uint8Array) => SubmittableExtrinsic, [u16, Vec, PezpalletMultisigTimepoint, U8aFixed]>; /** * Poke the deposit reserved for an existing multisig operation. * @@ -3443,7 +3443,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Emits `DepositPoked` if successful. **/ - pokeDeposit: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec | (AccountId32 | string | Uint8Array)[], callHash: U8aFixed | string | Uint8Array) => SubmittableExtrinsic, [u16, Vec, U8aFixed]>; + pokeDeposit: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec | string | Uint8Array, callHash: U8aFixed | string | Uint8Array) => SubmittableExtrinsic, [u16, Vec, U8aFixed]>; /** * Generic tx **/ @@ -3469,7 +3469,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Emits `NftFractionalized` event when successful. **/ - fractionalize: AugmentedSubmittable<(nftCollectionId: u32 | AnyNumber | Uint8Array, nftId: u32 | AnyNumber | Uint8Array, assetId: u32 | AnyNumber | Uint8Array, beneficiary: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, fractions: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, u32, u32, MultiAddress, u128]>; + fractionalize: AugmentedSubmittable<(nftCollectionId: u32 | AnyNumber | Uint8Array, nftId: u32 | AnyNumber | Uint8Array, assetId: u32 | AnyNumber | Uint8Array, beneficiary: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, fractions: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, u32, u32, PezspRuntimeMultiAddress, u128]>; /** * Burn the total issuance of the fungible asset and return (unlock) the locked NFT. * @@ -3488,7 +3488,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Emits `NftUnified` event when successful. **/ - unify: AugmentedSubmittable<(nftCollectionId: u32 | AnyNumber | Uint8Array, nftId: u32 | AnyNumber | Uint8Array, assetId: u32 | AnyNumber | Uint8Array, beneficiary: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, u32, u32, MultiAddress]>; + unify: AugmentedSubmittable<(nftCollectionId: u32 | AnyNumber | Uint8Array, nftId: u32 | AnyNumber | Uint8Array, assetId: u32 | AnyNumber | Uint8Array, beneficiary: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, u32, u32, PezspRuntimeMultiAddress]>; /** * Generic tx **/ @@ -3506,7 +3506,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Emits `ItemAttributesApprovalAdded` on success. **/ - approveItemAttributes: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, u32, MultiAddress]>; + approveItemAttributes: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, u32, PezspRuntimeMultiAddress]>; /** * Approve an item to be transferred by a delegated third-party account. * @@ -3523,7 +3523,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - approveTransfer: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, maybeDeadline: Option | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic, [u32, u32, MultiAddress, Option]>; + approveTransfer: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, maybeDeadline: Option | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic, [u32, u32, PezspRuntimeMultiAddress, Option]>; /** * Destroy a single item. * @@ -3566,7 +3566,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - cancelApproval: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, u32, MultiAddress]>; + cancelApproval: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, u32, PezspRuntimeMultiAddress]>; /** * Cancel the previously provided approval to change item's attributes. * All the previously set attributes by the `delegate` will be removed. @@ -3579,7 +3579,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Emits `ItemAttributesApprovalRemoved` on success. **/ - cancelItemAttributesApproval: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, witness: PezpalletNftsCancelAttributesApprovalWitness) => SubmittableExtrinsic, [u32, u32, MultiAddress, PezpalletNftsCancelAttributesApprovalWitness]>; + cancelItemAttributesApproval: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, witness: PezpalletNftsCancelAttributesApprovalWitness) => SubmittableExtrinsic, [u32, u32, PezspRuntimeMultiAddress, PezpalletNftsCancelAttributesApprovalWitness]>; /** * Cancel an atomic swap. * @@ -3689,7 +3689,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - create: AugmentedSubmittable<(admin: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, config: PezpalletNftsCollectionConfig) => SubmittableExtrinsic, [MultiAddress, PezpalletNftsCollectionConfig]>; + create: AugmentedSubmittable<(admin: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, config: PezpalletNftsCollectionConfig) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, PezpalletNftsCollectionConfig]>; /** * Register a new atomic swap, declaring an intention to send an `item` in exchange for * `desired_item` from origin to target on the current blockchain. @@ -3754,7 +3754,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - forceCollectionOwner: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress]>; + forceCollectionOwner: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress]>; /** * Issue a new collection of non-fungible items from a privileged origin. * @@ -3772,7 +3772,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - forceCreate: AugmentedSubmittable<(owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, config: PezpalletNftsCollectionConfig) => SubmittableExtrinsic, [MultiAddress, PezpalletNftsCollectionConfig]>; + forceCreate: AugmentedSubmittable<(owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, config: PezpalletNftsCollectionConfig) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, PezpalletNftsCollectionConfig]>; /** * Mint an item of a particular collection from a privileged origin. * @@ -3788,7 +3788,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - forceMint: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, mintTo: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, itemConfig: PezpalletNftsItemConfig) => SubmittableExtrinsic, [u32, u32, MultiAddress, PezpalletNftsItemConfig]>; + forceMint: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, mintTo: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, itemConfig: PezpalletNftsItemConfig) => SubmittableExtrinsic, [u32, u32, PezspRuntimeMultiAddress, PezpalletNftsItemConfig]>; /** * Force-set an attribute for a collection or item. * @@ -3808,7 +3808,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - forceSetAttribute: AugmentedSubmittable<(setAs: Option | null | Uint8Array | AccountId32 | string, collection: u32 | AnyNumber | Uint8Array, maybeItem: Option | null | Uint8Array | u32 | AnyNumber, namespace: PezpalletNftsAttributeNamespace, key: Bytes | string | Uint8Array, value: Bytes | string | Uint8Array) => SubmittableExtrinsic, [Option, u32, Option, PezpalletNftsAttributeNamespace, Bytes, Bytes]>; + forceSetAttribute: AugmentedSubmittable<(setAs: Option | string | Uint8Array, collection: u32 | AnyNumber | Uint8Array, maybeItem: Option | null | Uint8Array | u32 | AnyNumber, namespace: PezpalletNftsAttributeNamespace, key: Bytes | string | Uint8Array, value: Bytes | string | Uint8Array) => SubmittableExtrinsic, [Option, u32, Option, PezpalletNftsAttributeNamespace, Bytes, Bytes]>; /** * Disallows specified settings for the whole collection. * @@ -3875,7 +3875,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - mint: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, mintTo: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, witnessData: Option | null | Uint8Array | PezpalletNftsMintWitness) => SubmittableExtrinsic, [u32, u32, MultiAddress, Option]>; + mint: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, mintTo: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, witnessData: Option | null | Uint8Array | PezpalletNftsMintWitness) => SubmittableExtrinsic, [u32, u32, PezspRuntimeMultiAddress, Option]>; /** * Mint an item by providing the pre-signed approval. * @@ -3891,7 +3891,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Emits `AttributeSet` if the attributes were provided. * Emits `ItemMetadataSet` if the metadata was not empty. **/ - mintPreSigned: AugmentedSubmittable<(mintData: PezpalletNftsPreSignedMint, signature: PezspRuntimeMultiSignature, signer: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezpalletNftsPreSignedMint, PezspRuntimeMultiSignature, AccountId32]>; + mintPreSigned: AugmentedSubmittable<(mintData: PezpalletNftsPreSignedMint, signature: PezspRuntimeMultiSignature, signer: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezpalletNftsPreSignedMint, PezspRuntimeMultiSignature, PezspCoreCryptoAccountId32]>; /** * Allows to pay the tips. * @@ -3975,7 +3975,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Emits `ItemAttributesApprovalAdded` if the approval wasn't set before. * Emits `PreSignedAttributesSet` on success. **/ - setAttributesPreSigned: AugmentedSubmittable<(data: PezpalletNftsPreSignedAttributes, signature: PezspRuntimeMultiSignature, signer: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezpalletNftsPreSignedAttributes, PezspRuntimeMultiSignature, AccountId32]>; + setAttributesPreSigned: AugmentedSubmittable<(data: PezpalletNftsPreSignedAttributes, signature: PezspRuntimeMultiSignature, signer: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezpalletNftsPreSignedAttributes, PezspRuntimeMultiSignature, PezspCoreCryptoAccountId32]>; /** * Set the maximum number of items a collection could have. * @@ -4038,7 +4038,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Emits `ItemPriceSet` on success if the price is not `None`. * Emits `ItemPriceRemoved` on success if the price is `None`. **/ - setPrice: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, price: Option | null | Uint8Array | u128 | AnyNumber, whitelistedBuyer: Option | null | Uint8Array | MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string) => SubmittableExtrinsic, [u32, u32, Option, Option]>; + setPrice: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, price: Option | null | Uint8Array | u128 | AnyNumber, whitelistedBuyer: Option | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, u32, Option, Option]>; /** * Change the Issuer, Admin and Freezer of a collection. * @@ -4057,7 +4057,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - setTeam: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, issuer: Option | null | Uint8Array | MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string, admin: Option | null | Uint8Array | MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string, freezer: Option | null | Uint8Array | MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string) => SubmittableExtrinsic, [u32, Option, Option, Option]>; + setTeam: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, issuer: Option | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, admin: Option | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, freezer: Option | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, Option, Option, Option]>; /** * Move an item from the sender account to another. * @@ -4074,7 +4074,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - transfer: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, u32, MultiAddress]>; + transfer: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, dest: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, u32, PezspRuntimeMultiAddress]>; /** * Change the Owner of a collection. * @@ -4088,7 +4088,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - transferOwnership: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, newOwner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress]>; + transferOwnership: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, newOwner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress]>; /** * Re-allow unprivileged transfer of an item. * @@ -4177,7 +4177,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `portion`: If `Some`, then only the given portion of the receipt should be thawed. If * `None`, then all of it should be. **/ - thawPrivate: AugmentedSubmittable<(index: Compact | AnyNumber | Uint8Array, maybeProportion: Option | null | Uint8Array | Perquintill | AnyNumber) => SubmittableExtrinsic, [Compact, Option]>; + thawPrivate: AugmentedSubmittable<(index: Compact | AnyNumber | Uint8Array, maybeProportion: Option | null | Uint8Array | u64 | AnyNumber) => SubmittableExtrinsic, [Compact, Option]>; /** * Generic tx **/ @@ -4205,7 +4205,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * is successful, fee is refunded and caller may be rewarded with a part of the slash * based on the [`crate::pallet::Config::StakeAdapter`] configuration. **/ - applySlash: AugmentedSubmittable<(memberAccount: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + applySlash: AugmentedSubmittable<(memberAccount: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * Bond `extra` more funds from `origin` into the pool to which they already belong. * @@ -4227,7 +4227,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * `other` members assuming set_claim_permission for the given member is * `PermissionlessCompound` or `PermissionlessAll`. **/ - bondExtraOther: AugmentedSubmittable<(member: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, extra: PezpalletNominationPoolsBondExtra) => SubmittableExtrinsic, [MultiAddress, PezpalletNominationPoolsBondExtra]>; + bondExtraOther: AugmentedSubmittable<(member: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, extra: PezpalletNominationPoolsBondExtra) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, PezpalletNominationPoolsBondExtra]>; /** * Chill on behalf of the pool. * @@ -4284,7 +4284,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Pool member `other` must have a `PermissionlessWithdraw` or `PermissionlessAll` claim * permission for this call to be successful. **/ - claimPayoutOther: AugmentedSubmittable<(other: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [AccountId32]>; + claimPayoutOther: AugmentedSubmittable<(other: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32]>; /** * Create a new delegation pool. * @@ -4304,7 +4304,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * In addition to `amount`, the caller will transfer the existential deposit; so the caller * needs at have at least `amount + existential_deposit` transferable. **/ - create: AugmentedSubmittable<(amount: Compact | AnyNumber | Uint8Array, root: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, nominator: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, bouncer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, MultiAddress, MultiAddress]>; + create: AugmentedSubmittable<(amount: Compact | AnyNumber | Uint8Array, root: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, nominator: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, bouncer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress]>; /** * Create a new delegation pool with a previously used pool id * @@ -4313,7 +4313,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * same as `create` with the inclusion of * * `pool_id` - `A valid PoolId. **/ - createWithPoolId: AugmentedSubmittable<(amount: Compact | AnyNumber | Uint8Array, root: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, nominator: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, bouncer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, MultiAddress, MultiAddress, u32]>; + createWithPoolId: AugmentedSubmittable<(amount: Compact | AnyNumber | Uint8Array, root: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, nominator: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, bouncer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, u32]>; /** * Stake funds with a pool. The amount to bond is delegated (or transferred based on * [`adapter::StakeStrategyType`]) from the member to the pool account and immediately @@ -4344,7 +4344,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * If the pool has migrated to delegation based staking, the staked tokens of pool members * can be moved and held in their own account. See [`adapter::DelegateStake`] **/ - migrateDelegation: AugmentedSubmittable<(memberAccount: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + migrateDelegation: AugmentedSubmittable<(memberAccount: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * Migrate pool from [`adapter::StakeStrategyType::Transfer`] to * [`adapter::StakeStrategyType::Delegate`]. @@ -4371,7 +4371,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * In addition to a `root` or `nominator` role of `origin`, the pool's depositor needs to * have at least `depositor_min_bond` in the pool to start nominating. **/ - nominate: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, validators: Vec | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic, [u32, Vec]>; + nominate: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, validators: Vec | string | Uint8Array) => SubmittableExtrinsic, [u32, Vec]>; /** * Call `withdraw_unbonded` for the pools account. This call can be made by any account. * @@ -4398,7 +4398,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * - If a `None` is supplied to `new_commission`, existing commission will be removed. **/ - setCommission: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, newCommission: Option> | null | Uint8Array | ITuple<[Perbill, AccountId32]> | [Perbill | AnyNumber | Uint8Array, AccountId32 | string | Uint8Array]) => SubmittableExtrinsic, [u32, Option>]>; + setCommission: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, newCommission: Option> | string | Uint8Array) => SubmittableExtrinsic, [u32, Option>]>; /** * Set the commission change rate for a pool. * @@ -4420,7 +4420,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - Current commission will be lowered in the event it is higher than a new max * commission. **/ - setCommissionMax: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, maxCommission: Perbill | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, Perbill]>; + setCommissionMax: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, maxCommission: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, u32]>; /** * Update configurations for the nomination pools. The origin for this call must be * [`Config::AdminOrigin`]. @@ -4488,7 +4488,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * in which case, the result of this call will likely be the `NoMoreChunks` error from the * staking system. **/ - unbond: AugmentedSubmittable<(memberAccount: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, unbondingPoints: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, Compact]>; + unbond: AugmentedSubmittable<(memberAccount: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, unbondingPoints: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, Compact]>; /** * Update the roles of the pool. * @@ -4498,7 +4498,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * It emits an event, notifying UIs of the role change. This event is quite relevant to * most pool members and they should be informed of changes to pool roles. **/ - updateRoles: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, newRoot: PezpalletNominationPoolsConfigOpAccountId32, newNominator: PezpalletNominationPoolsConfigOpAccountId32, newBouncer: PezpalletNominationPoolsConfigOpAccountId32) => SubmittableExtrinsic, [u32, PezpalletNominationPoolsConfigOpAccountId32, PezpalletNominationPoolsConfigOpAccountId32, PezpalletNominationPoolsConfigOpAccountId32]>; + updateRoles: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, newRoot: PezpalletNominationPoolsConfigOpAccountId32 | string | Uint8Array, newNominator: PezpalletNominationPoolsConfigOpAccountId32 | string | Uint8Array, newBouncer: PezpalletNominationPoolsConfigOpAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [u32, PezpalletNominationPoolsConfigOpAccountId32, PezpalletNominationPoolsConfigOpAccountId32, PezpalletNominationPoolsConfigOpAccountId32]>; /** * Withdraw unbonded funds from `member_account`. If no bonded funds can be unbonded, an * error is returned. @@ -4523,7 +4523,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * withdraw. This calculation adds some weight overhead and is only defensive. In reality, * pool slashes must have been already applied via permissionless [`Call::apply_slash`]. **/ - withdrawUnbonded: AugmentedSubmittable<(memberAccount: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, u32]>; + withdrawUnbonded: AugmentedSubmittable<(memberAccount: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, u32]>; /** * Generic tx **/ @@ -4565,7 +4565,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - approveTransfer: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, Compact]>; + approveTransfer: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, Compact]>; /** * Disallow further unprivileged transfers of an asset `id` to and from an account `who`. * @@ -4578,7 +4578,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - block: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress]>; + block: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress]>; /** * Reduce the balance of `who` by as much as possible up to `amount` assets of `id`. * @@ -4596,7 +4596,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Weight: `O(1)` * Modes: Post-existence of `who`; Pre & post Zombie-status of `who`. **/ - burn: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, Compact]>; + burn: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, Compact]>; /** * Cancel all of some asset approved for delegated transfer by a third-party account. * @@ -4612,7 +4612,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - cancelApproval: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress]>; + cancelApproval: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress]>; /** * Clear the metadata for an asset. * @@ -4648,7 +4648,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - create: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, admin: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, minBalance: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, u128]>; + create: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, admin: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, minBalance: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, u128]>; /** * Destroy all accounts associated with a given asset. * @@ -4716,7 +4716,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - forceAssetStatus: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, issuer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, admin: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, freezer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, minBalance: Compact | AnyNumber | Uint8Array, isSufficient: bool | boolean | Uint8Array, isFrozen: bool | boolean | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, MultiAddress, MultiAddress, MultiAddress, Compact, bool, bool]>; + forceAssetStatus: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, issuer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, admin: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, freezer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, minBalance: Compact | AnyNumber | Uint8Array, isSufficient: bool | boolean | Uint8Array, isFrozen: bool | boolean | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, Compact, bool, bool]>; /** * Cancel all of some asset approved for delegated transfer by a third-party account. * @@ -4732,7 +4732,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - forceCancelApproval: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, MultiAddress]>; + forceCancelApproval: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress]>; /** * Clear the metadata for an asset. * @@ -4768,7 +4768,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - forceCreate: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, isSufficient: bool | boolean | Uint8Array, minBalance: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, bool, Compact]>; + forceCreate: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, isSufficient: bool | boolean | Uint8Array, minBalance: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, bool, Compact]>; /** * Force the metadata for an asset to some value. * @@ -4807,7 +4807,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Modes: Pre-existence of `dest`; Post-existence of `source`; Account pre-existence of * `dest`. **/ - forceTransfer: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, source: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, MultiAddress, Compact]>; + forceTransfer: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, source: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, dest: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, Compact]>; /** * Disallow further unprivileged transfers of an asset `id` from an account `who`. `who` * must already exist as an entry in `Account`s of the asset. If you want to freeze an @@ -4822,7 +4822,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - freeze: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress]>; + freeze: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress]>; /** * Disallow further unprivileged transfers for the asset class. * @@ -4849,7 +4849,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Weight: `O(1)` * Modes: Pre-existing balance of `beneficiary`; Account pre-existence of `beneficiary`. **/ - mint: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, beneficiary: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, Compact]>; + mint: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, beneficiary: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, Compact]>; /** * Return the deposit (if any) of an asset account or a consumer reference (if any) of an * account. @@ -4881,7 +4881,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Emits `Refunded` event when successful. **/ - refundOther: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress]>; + refundOther: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress]>; /** * Set the metadata for an asset. * @@ -4930,7 +4930,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - setTeam: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, issuer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, admin: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, freezer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, MultiAddress, MultiAddress]>; + setTeam: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, issuer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, admin: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, freezer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress]>; /** * Start the process of destroying a fungible asset class. * @@ -4958,7 +4958,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - thaw: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress]>; + thaw: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress]>; /** * Allow unprivileged transfers for the asset again. * @@ -4995,7 +4995,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Emits `Touched` event when successful. **/ - touchOther: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress]>; + touchOther: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress]>; /** * Move some assets from the sender account to another. * @@ -5016,7 +5016,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Modes: Pre-existence of `target`; Post-existence of sender; Account pre-existence of * `target`. **/ - transfer: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, Compact]>; + transfer: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, Compact]>; /** * Transfer the entire transferable balance from the caller asset account. * @@ -5035,7 +5035,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * (false), or transfer everything except at least the minimum balance, which will * guarantee to keep the sender asset account alive (true). **/ - transferAll: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, bool]>; + transferAll: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, dest: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, bool]>; /** * Transfer some asset balance from a previously delegated account to some third-party * account. @@ -5056,7 +5056,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - transferApproved: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, destination: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, MultiAddress, Compact]>; + transferApproved: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, destination: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, Compact]>; /** * Move some assets from the sender account to another, keeping the sender account alive. * @@ -5077,7 +5077,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Modes: Pre-existence of `target`; Post-existence of sender; Account pre-existence of * `target`. **/ - transferKeepAlive: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, Compact]>; + transferKeepAlive: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, Compact]>; /** * Change the Owner of an asset. * @@ -5090,7 +5090,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - transferOwnership: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress]>; + transferOwnership: AugmentedSubmittable<(id: Compact | AnyNumber | Uint8Array, owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress]>; /** * Generic tx **/ @@ -5157,7 +5157,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `delay`: The announcement period required of the initial proxy. Will generally be * zero. **/ - addProxy: AugmentedSubmittable<(delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, proxyType: KitchensinkRuntimeProxyType | 'Any' | 'NonTransfer' | 'Governance' | 'Staking' | number | Uint8Array, delay: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, KitchensinkRuntimeProxyType, u32]>; + addProxy: AugmentedSubmittable<(delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, proxyType: KitchensinkRuntimeProxyType | 'Any' | 'NonTransfer' | 'Governance' | 'Staking' | number | Uint8Array, delay: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, KitchensinkRuntimeProxyType, u32]>; /** * Publish the hash of a proxy-call that will be made in the future. * @@ -5175,7 +5175,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `real`: The account that the proxy will make a call on behalf of. * - `call_hash`: The hash of the call to be made by the `real` account. **/ - announce: AugmentedSubmittable<(real: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress, H256]>; + announce: AugmentedSubmittable<(real: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, H256]>; /** * Spawn a fresh new account that is guaranteed to be otherwise inaccessible, and * initialize it with a proxy of `proxy_type` for `origin` sender. @@ -5215,7 +5215,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Fails with `NoPermission` in case the caller is not a previously created pure * account whose `pure` call has corresponding parameters. **/ - killPure: AugmentedSubmittable<(spawner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, proxyType: KitchensinkRuntimeProxyType | 'Any' | 'NonTransfer' | 'Governance' | 'Staking' | number | Uint8Array, index: u16 | AnyNumber | Uint8Array, height: Compact | AnyNumber | Uint8Array, extIndex: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, KitchensinkRuntimeProxyType, u16, Compact, Compact]>; + killPure: AugmentedSubmittable<(spawner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, proxyType: KitchensinkRuntimeProxyType | 'Any' | 'NonTransfer' | 'Governance' | 'Staking' | number | Uint8Array, index: u16 | AnyNumber | Uint8Array, height: Compact | AnyNumber | Uint8Array, extIndex: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, KitchensinkRuntimeProxyType, u16, Compact, Compact]>; /** * Poke / Adjust deposits made for proxies and announcements based on current values. * This can be used by accounts to possibly lower their locked amount. @@ -5238,7 +5238,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `force_proxy_type`: Specify the exact proxy type to be used and checked for this call. * - `call`: The call to be made by the `real` account. **/ - proxy: AugmentedSubmittable<(real: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, forceProxyType: Option | null | Uint8Array | KitchensinkRuntimeProxyType | 'Any' | 'NonTransfer' | 'Governance' | 'Staking' | number, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress, Option, RuntimeCall]>; + proxy: AugmentedSubmittable<(real: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, forceProxyType: Option | null | Uint8Array | KitchensinkRuntimeProxyType | 'Any' | 'NonTransfer' | 'Governance' | 'Staking' | number, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, Option, RuntimeCall]>; /** * Dispatch the given `call` from an account that the sender is authorized for through * `add_proxy`. @@ -5252,7 +5252,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `force_proxy_type`: Specify the exact proxy type to be used and checked for this call. * - `call`: The call to be made by the `real` account. **/ - proxyAnnounced: AugmentedSubmittable<(delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, real: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, forceProxyType: Option | null | Uint8Array | KitchensinkRuntimeProxyType | 'Any' | 'NonTransfer' | 'Governance' | 'Staking' | number, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress, MultiAddress, Option, RuntimeCall]>; + proxyAnnounced: AugmentedSubmittable<(delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, real: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, forceProxyType: Option | null | Uint8Array | KitchensinkRuntimeProxyType | 'Any' | 'NonTransfer' | 'Governance' | 'Staking' | number, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, Option, RuntimeCall]>; /** * Remove the given announcement of a delegate. * @@ -5265,7 +5265,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `delegate`: The account that previously announced the call. * - `call_hash`: The hash of the call to be made. **/ - rejectAnnouncement: AugmentedSubmittable<(delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress, H256]>; + rejectAnnouncement: AugmentedSubmittable<(delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, H256]>; /** * Remove a given announcement. * @@ -5278,7 +5278,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `real`: The account that the proxy will make a call on behalf of. * - `call_hash`: The hash of the call to be made by the `real` account. **/ - removeAnnouncement: AugmentedSubmittable<(real: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress, H256]>; + removeAnnouncement: AugmentedSubmittable<(real: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, H256]>; /** * Unregister all proxy accounts for the sender. * @@ -5297,7 +5297,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `proxy`: The account that the `caller` would like to remove as a proxy. * - `proxy_type`: The permissions currently enabled for the removed proxy account. **/ - removeProxy: AugmentedSubmittable<(delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, proxyType: KitchensinkRuntimeProxyType | 'Any' | 'NonTransfer' | 'Governance' | 'Staking' | number | Uint8Array, delay: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, KitchensinkRuntimeProxyType, u32]>; + removeProxy: AugmentedSubmittable<(delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, proxyType: KitchensinkRuntimeProxyType | 'Any' | 'NonTransfer' | 'Governance' | 'Staking' | number | Uint8Array, delay: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, KitchensinkRuntimeProxyType, u32]>; /** * Generic tx **/ @@ -5312,7 +5312,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - addMember: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + addMember: AugmentedSubmittable<(who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * Remove votes from the given poll. It must have ended. * @@ -5335,7 +5335,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)`, less if the member's index is highest in its rank. **/ - demoteMember: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + demoteMember: AugmentedSubmittable<(who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * Exchanges a member with a new account and the same existing rank. * @@ -5343,7 +5343,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `who`: Account of existing member of rank greater than zero to be exchanged. * - `new_who`: New Account of existing member of rank greater than zero to exchanged to. **/ - exchangeMember: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, newWho: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress, MultiAddress]>; + exchangeMember: AugmentedSubmittable<(who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, newWho: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, PezspRuntimeMultiAddress]>; /** * Increment the rank of an existing member by one. * @@ -5352,7 +5352,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - promoteMember: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + promoteMember: AugmentedSubmittable<(who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * Remove the member entirely. * @@ -5362,7 +5362,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(min_rank)`. **/ - removeMember: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, minRank: u16 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, u16]>; + removeMember: AugmentedSubmittable<(who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, minRank: u16 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, u16]>; /** * Add an aye or nay vote for the sender to the given proposal. * @@ -5489,7 +5489,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `account`: The recovered account you want to make a call on-behalf-of. * - `call`: The call you want to make with the recovered account. **/ - asRecovered: AugmentedSubmittable<(account: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress, RuntimeCall]>; + asRecovered: AugmentedSubmittable<(account: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, RuntimeCall]>; /** * Cancel the ability to use `as_recovered` for `account`. * @@ -5499,7 +5499,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Parameters: * - `account`: The recovered account you are able to call on-behalf-of. **/ - cancelRecovered: AugmentedSubmittable<(account: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + cancelRecovered: AugmentedSubmittable<(account: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * Allow a successful rescuer to claim their recovered account. * @@ -5511,7 +5511,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `account`: The lost account that you want to claim has been successfully recovered by * you. **/ - claimRecovery: AugmentedSubmittable<(account: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + claimRecovery: AugmentedSubmittable<(account: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * As the controller of a recoverable account, close an active recovery * process for your account. @@ -5525,7 +5525,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Parameters: * - `rescuer`: The account trying to rescue this recoverable account. **/ - closeRecovery: AugmentedSubmittable<(rescuer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + closeRecovery: AugmentedSubmittable<(rescuer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * Create a recovery configuration for your account. This makes your account recoverable. * @@ -5544,7 +5544,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `delay_period`: The number of blocks after a recovery attempt is initialized that * needs to pass before the account can be recovered. **/ - createRecovery: AugmentedSubmittable<(friends: Vec | (AccountId32 | string | Uint8Array)[], threshold: u16 | AnyNumber | Uint8Array, delayPeriod: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Vec, u16, u32]>; + createRecovery: AugmentedSubmittable<(friends: Vec | string | Uint8Array, threshold: u16 | AnyNumber | Uint8Array, delayPeriod: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Vec, u16, u32]>; /** * Initiate the process for recovering a recoverable account. * @@ -5558,7 +5558,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `account`: The lost account that you want to recover. This account needs to be * recoverable (i.e. have a recovery configuration). **/ - initiateRecovery: AugmentedSubmittable<(account: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + initiateRecovery: AugmentedSubmittable<(account: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * Remove the recovery process for your account. Recovered accounts are still accessible. * @@ -5583,7 +5583,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `lost`: The "lost account" to be recovered. * - `rescuer`: The "rescuer account" which can call as the lost account. **/ - setRecovered: AugmentedSubmittable<(lost: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, rescuer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress, MultiAddress]>; + setRecovered: AugmentedSubmittable<(lost: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, rescuer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, PezspRuntimeMultiAddress]>; /** * Allow a "friend" of a recoverable account to vouch for an active recovery * process for that account. @@ -5598,7 +5598,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * The combination of these two parameters must point to an active recovery * process. **/ - vouchRecovery: AugmentedSubmittable<(lost: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, rescuer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress, MultiAddress]>; + vouchRecovery: AugmentedSubmittable<(lost: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, rescuer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, PezspRuntimeMultiAddress]>; /** * Generic tx **/ @@ -5852,7 +5852,7 @@ declare module '@pezkuwi/api-base/types/submittable' { /** * A dispatch that will fill the block weight up to the given ratio. **/ - fillBlock: AugmentedSubmittable<(ratio: Perbill | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Perbill]>; + fillBlock: AugmentedSubmittable<(ratio: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32]>; triggerDefensive: AugmentedSubmittable<() => SubmittableExtrinsic, []>; /** * Generic tx @@ -5926,7 +5926,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Can only be called by the [`Config::ForceDepositOrigin`] origin. **/ - forceReleaseDeposit: AugmentedSubmittable<(account: AccountId32 | string | Uint8Array, block: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [AccountId32, u32]>; + forceReleaseDeposit: AugmentedSubmittable<(account: PezspCoreCryptoAccountId32 | string | Uint8Array, block: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32, u32]>; /** * Slash a deposit for an account that entered or extended safe-mode at a given * historical block. @@ -5938,7 +5938,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Can only be called by the [`Config::ForceDepositOrigin`] origin. **/ - forceSlashDeposit: AugmentedSubmittable<(account: AccountId32 | string | Uint8Array, block: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [AccountId32, u32]>; + forceSlashDeposit: AugmentedSubmittable<(account: PezspCoreCryptoAccountId32 | string | Uint8Array, block: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32, u32]>; /** * Permissionlessly release a deposit for an account that entered safe-mode at a * given historical block. @@ -5953,7 +5953,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * passed since safe-mode was entered. Errors with [`Error::NoDeposit`] if the payee has no * reserved currency at the block specified. **/ - releaseDeposit: AugmentedSubmittable<(account: AccountId32 | string | Uint8Array, block: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [AccountId32, u32]>; + releaseDeposit: AugmentedSubmittable<(account: PezspCoreCryptoAccountId32 | string | Uint8Array, block: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32, u32]>; /** * Generic tx **/ @@ -6004,7 +6004,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `origin`: A `Signed` origin of an account which is a member of `Members`. * - `beneficiary`: The account to receive payment. **/ - payoutOther: AugmentedSubmittable<(beneficiary: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [AccountId32]>; + payoutOther: AugmentedSubmittable<(beneficiary: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32]>; /** * Register for a payout. * @@ -6126,7 +6126,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Founder, only after the period for voting has ended and only when the candidate is not * clearly rejected. **/ - bestowMembership: AugmentedSubmittable<(candidate: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [AccountId32]>; + bestowMembership: AugmentedSubmittable<(candidate: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32]>; /** * A user outside of the society can make a bid for entry. * @@ -6149,7 +6149,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * May be called by any Signed origin, but only after the candidate's candidacy is ended. **/ - cleanupCandidacy: AugmentedSubmittable<(candidate: AccountId32 | string | Uint8Array, max: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [AccountId32, u32]>; + cleanupCandidacy: AugmentedSubmittable<(candidate: PezspCoreCryptoAccountId32 | string | Uint8Array, max: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32, u32]>; /** * Remove up to `max` stale votes for the defender in the given `challenge_round`. * @@ -6181,7 +6181,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * The bid deposit is lost and the voucher is banned. **/ - dropCandidate: AugmentedSubmittable<(candidate: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [AccountId32]>; + dropCandidate: AugmentedSubmittable<(candidate: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32]>; /** * Found the society. * @@ -6201,7 +6201,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Complexity: O(1) **/ - foundSociety: AugmentedSubmittable<(founder: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, maxMembers: u32 | AnyNumber | Uint8Array, maxIntake: u32 | AnyNumber | Uint8Array, maxStrikes: u32 | AnyNumber | Uint8Array, candidateDeposit: u128 | AnyNumber | Uint8Array, rules: Bytes | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress, u32, u32, u32, u128, Bytes]>; + foundSociety: AugmentedSubmittable<(founder: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, maxMembers: u32 | AnyNumber | Uint8Array, maxIntake: u32 | AnyNumber | Uint8Array, maxStrikes: u32 | AnyNumber | Uint8Array, candidateDeposit: u128 | AnyNumber | Uint8Array, rules: Bytes | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, u32, u32, u32, u128, Bytes]>; /** * Allow suspension judgement origin to make judgement on a suspended member. * @@ -6218,7 +6218,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `forgive` - A boolean representing whether the suspension judgement origin forgives * (`true`) or rejects (`false`) a suspended member. **/ - judgeSuspendedMember: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, forgive: bool | boolean | Uint8Array) => SubmittableExtrinsic, [MultiAddress, bool]>; + judgeSuspendedMember: AugmentedSubmittable<(who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, forgive: bool | boolean | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, bool]>; /** * Remove the candidate's application from the society. Callable only by the Signed origin * of the Founder, only after the period for voting has ended, and only when they do not @@ -6226,7 +6226,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Any bid deposit is lost and voucher is banned. **/ - kickCandidate: AugmentedSubmittable<(candidate: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [AccountId32]>; + kickCandidate: AugmentedSubmittable<(candidate: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32]>; /** * Transfer the first matured payout for the sender and remove it from the records. * @@ -6296,7 +6296,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `approve`: A boolean which says if the candidate should be approved (`true`) or * rejected (`false`). **/ - vote: AugmentedSubmittable<(candidate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, approve: bool | boolean | Uint8Array) => SubmittableExtrinsic, [MultiAddress, bool]>; + vote: AugmentedSubmittable<(candidate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, approve: bool | boolean | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, bool]>; /** * As a member, vouch for someone to join society by placing a bid on their behalf. * @@ -6316,7 +6316,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `tip`: Your cut of the total `value` payout when the candidate is inducted into * the society. Tips larger than `value` will be saturated upon payout. **/ - vouch: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, value: u128 | AnyNumber | Uint8Array, tip: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, u128, u128]>; + vouch: AugmentedSubmittable<(who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, value: u128 | AnyNumber | Uint8Array, tip: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, u128, u128]>; /** * Repay the payment previously given to the member with the signed origin, remove any * pending payments, and elevate them from rank 0 to rank 1. @@ -6413,7 +6413,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * This can be helpful if bond requirements are updated, and we need to remove old users * who do not satisfy these requirements. **/ - chillOther: AugmentedSubmittable<(stash: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [AccountId32]>; + chillOther: AugmentedSubmittable<(stash: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32]>; /** * Updates a batch of controller accounts to their corresponding stash account if they are * not the same. Ignores any controller accounts that do not exist, and does not operate if @@ -6423,13 +6423,13 @@ declare module '@pezkuwi/api-base/types/submittable' { * * The dispatch origin must be `T::AdminOrigin`. **/ - deprecateControllerBatch: AugmentedSubmittable<(controllers: Vec | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic, [Vec]>; + deprecateControllerBatch: AugmentedSubmittable<(controllers: Vec | string | Uint8Array) => SubmittableExtrinsic, [Vec]>; /** * Force a validator to have at least the minimum commission. This will not affect a * validator who already has a commission greater than or equal to the minimum. Any account * can call this. **/ - forceApplyMinCommission: AugmentedSubmittable<(validatorStash: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [AccountId32]>; + forceApplyMinCommission: AugmentedSubmittable<(validatorStash: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32]>; /** * Force there to be a new era at the end of the next session. After this, it will be * reset to normal (non-forced) behaviour. @@ -6485,7 +6485,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `num_slashing_spans`: Refer to comments on [`Call::withdraw_unbonded`] for more * details. **/ - forceUnstake: AugmentedSubmittable<(stash: AccountId32 | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [AccountId32, u32]>; + forceUnstake: AugmentedSubmittable<(stash: PezspCoreCryptoAccountId32 | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32, u32]>; /** * Increments the ideal number of validators up to maximum of * `ElectionProviderBase::MaxWinners`. @@ -6509,7 +6509,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Note: Making this call only makes sense if you first set the validator preferences to * block any further nominations. **/ - kick: AugmentedSubmittable<(who: Vec | (MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array)[]) => SubmittableExtrinsic, [Vec]>; + kick: AugmentedSubmittable<(who: Vec | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Vec]>; /** * This function allows governance to manually slash a validator and is a * **fallback mechanism**. @@ -6533,7 +6533,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * will be applied. * - The slash will be deferred by `SlashDeferDuration` eras before being enacted. **/ - manualSlash: AugmentedSubmittable<(validatorStash: AccountId32 | string | Uint8Array, era: u32 | AnyNumber | Uint8Array, slashFraction: Perbill | AnyNumber | Uint8Array) => SubmittableExtrinsic, [AccountId32, u32, Perbill]>; + manualSlash: AugmentedSubmittable<(validatorStash: PezspCoreCryptoAccountId32 | string | Uint8Array, era: u32 | AnyNumber | Uint8Array, slashFraction: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32, u32, u32]>; /** * Removes the legacy Staking locks if they exist. * @@ -6543,7 +6543,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * The fee is waived if the migration is successful. **/ - migrateCurrency: AugmentedSubmittable<(stash: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [AccountId32]>; + migrateCurrency: AugmentedSubmittable<(stash: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32]>; /** * Declare the desire to nominate `targets` for the origin controller. * @@ -6556,7 +6556,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * which is capped at CompactAssignments::LIMIT (T::MaxNominations). * - Both the reads and writes follow a similar pattern. **/ - nominate: AugmentedSubmittable<(targets: Vec | (MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array)[]) => SubmittableExtrinsic, [Vec]>; + nominate: AugmentedSubmittable<(targets: Vec | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Vec]>; /** * Pay out next page of the stakers behind a validator for the given era. * @@ -6572,7 +6572,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * If all pages are claimed, it returns an error `InvalidPage`. **/ - payoutStakers: AugmentedSubmittable<(validatorStash: AccountId32 | string | Uint8Array, era: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [AccountId32, u32]>; + payoutStakers: AugmentedSubmittable<(validatorStash: PezspCoreCryptoAccountId32 | string | Uint8Array, era: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32, u32]>; /** * Pay out a page of the stakers behind a validator for the given era and page. * @@ -6592,7 +6592,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * and so it should not be assumed the highest staker would be on the topmost page and vice * versa. If rewards are not claimed in [`Config::HistoryDepth`] eras, they are lost. **/ - payoutStakersByPage: AugmentedSubmittable<(validatorStash: AccountId32 | string | Uint8Array, era: u32 | AnyNumber | Uint8Array, page: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [AccountId32, u32, u32]>; + payoutStakersByPage: AugmentedSubmittable<(validatorStash: PezspCoreCryptoAccountId32 | string | Uint8Array, era: u32 | AnyNumber | Uint8Array, page: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32, u32, u32]>; /** * Remove all data structures concerning a staker/stash once it is at a state where it can * be considered `dust` in the staking system. The requirements are: @@ -6613,7 +6613,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `num_slashing_spans`: Refer to comments on [`Call::withdraw_unbonded`] for more * details. **/ - reapStash: AugmentedSubmittable<(stash: AccountId32 | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [AccountId32, u32]>; + reapStash: AugmentedSubmittable<(stash: PezspCoreCryptoAccountId32 | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32, u32]>; /** * Rebond a portion of the stash scheduled to be unlocked. * @@ -6637,7 +6637,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * ledger associated with the stash. If the input parameters are not set, the ledger will * be reset values from on-chain state. **/ - restoreLedger: AugmentedSubmittable<(stash: AccountId32 | string | Uint8Array, maybeController: Option | null | Uint8Array | AccountId32 | string, maybeTotal: Option | null | Uint8Array | u128 | AnyNumber, maybeUnlocking: Option> | null | Uint8Array | Vec | (PezpalletStakingUnlockChunk)[]) => SubmittableExtrinsic, [AccountId32, Option, Option, Option>]>; + restoreLedger: AugmentedSubmittable<(stash: PezspCoreCryptoAccountId32 | string | Uint8Array, maybeController: Option | string | Uint8Array, maybeTotal: Option | null | Uint8Array | u128 | AnyNumber, maybeUnlocking: Option> | null | Uint8Array | Vec | (PezpalletStakingUnlockChunk)[]) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32, Option, Option, Option>]>; /** * Scale up the ideal number of validators by a factor up to maximum of * `ElectionProviderBase::MaxWinners`. @@ -6647,7 +6647,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * ## Complexity * Same as [`Self::set_validator_count`]. **/ - scaleValidatorCount: AugmentedSubmittable<(factor: Percent | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Percent]>; + scaleValidatorCount: AugmentedSubmittable<(factor: u8 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u8]>; /** * (Re-)sets the controller of a stash to the stash itself. This function previously * accepted a `controller` argument to set the controller to an account other than the @@ -6670,14 +6670,14 @@ declare module '@pezkuwi/api-base/types/submittable' { * * The dispatch origin must be Root. **/ - setInvulnerables: AugmentedSubmittable<(invulnerables: Vec | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic, [Vec]>; + setInvulnerables: AugmentedSubmittable<(invulnerables: Vec | string | Uint8Array) => SubmittableExtrinsic, [Vec]>; /** * Sets the minimum amount of commission that each validators must maintain. * * This call has lower privilege requirements than `set_staking_config` and can be called * by the `T::AdminOrigin`. Root can always call this. **/ - setMinCommission: AugmentedSubmittable<(updated: Perbill | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Perbill]>; + setMinCommission: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32]>; /** * (Re-)set the payment target for a controller. * @@ -6752,7 +6752,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * This will waive the transaction fee if the `payee` is successfully migrated. **/ - updatePayee: AugmentedSubmittable<(controller: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [AccountId32]>; + updatePayee: AugmentedSubmittable<(controller: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32]>; /** * Declare the desire to validate for the origin controller. * @@ -6871,7 +6871,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Authenticates the current sudo key and sets the given AccountId (`new`) as the new sudo * key. **/ - setKey: AugmentedSubmittable<(updated: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + setKey: AugmentedSubmittable<(updated: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * Authenticates the sudo key and dispatches a function call with `Root` origin. **/ @@ -6882,7 +6882,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * The dispatch origin for this call must be _Signed_. **/ - sudoAs: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress, RuntimeCall]>; + sudoAs: AugmentedSubmittable<(who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, RuntimeCall]>; /** * Authenticates the sudo key and dispatches a function call with `Root` origin. * This function does not check the weight of the call, and instead allows the @@ -7090,7 +7090,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `N` new-members-count (code- and governance-bounded) * - `P` proposals-count (code-bounded) **/ - setMembers: AugmentedSubmittable<(newMembers: Vec | (AccountId32 | string | Uint8Array)[], prime: Option | null | Uint8Array | AccountId32 | string, oldCount: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Vec, Option, u32]>; + setMembers: AugmentedSubmittable<(newMembers: Vec | string | Uint8Array, prime: Option | string | Uint8Array, oldCount: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Vec, Option, u32]>; /** * Add an aye or nay vote for the sender to the given proposal. * @@ -7114,7 +7114,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * May only be called from `T::AddOrigin`. **/ - addMember: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + addMember: AugmentedSubmittable<(who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * Swap out the sending member for some other key `new`. * @@ -7122,7 +7122,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Prime membership is passed from the origin account to `new`, if extant. **/ - changeKey: AugmentedSubmittable<(updated: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + changeKey: AugmentedSubmittable<(updated: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * Remove the prime member if it exists. * @@ -7134,20 +7134,20 @@ declare module '@pezkuwi/api-base/types/submittable' { * * May only be called from `T::RemoveOrigin`. **/ - removeMember: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + removeMember: AugmentedSubmittable<(who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * Change the membership to a new set, disregarding the existing membership. Be nice and * pass `members` pre-sorted. * * May only be called from `T::ResetOrigin`. **/ - resetMembers: AugmentedSubmittable<(members: Vec | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic, [Vec]>; + resetMembers: AugmentedSubmittable<(members: Vec | string | Uint8Array) => SubmittableExtrinsic, [Vec]>; /** * Set the prime member. Must be a current member. * * May only be called from `T::PrimeOrigin`. **/ - setPrime: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + setPrime: AugmentedSubmittable<(who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * Swap out one member `remove` for another `add`. * @@ -7155,7 +7155,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Prime membership is *not* passed from `remove` to `add`, if extant. **/ - swapMember: AugmentedSubmittable<(remove: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, add: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress, MultiAddress]>; + swapMember: AugmentedSubmittable<(remove: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, add: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, PezspRuntimeMultiAddress]>; /** * Generic tx **/ @@ -7224,7 +7224,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `O(R)` where `R` length of `reason`. * - encoding and hashing of 'reason' **/ - reportAwesome: AugmentedSubmittable<(reason: Bytes | string | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Bytes, MultiAddress]>; + reportAwesome: AugmentedSubmittable<(reason: Bytes | string | Uint8Array, who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Bytes, PezspRuntimeMultiAddress]>; /** * Retract a prior tip-report from `report_awesome`, and cancel the process of tipping. * @@ -7302,7 +7302,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * `T::Tippers`. * - `O(R)`: hashing and encoding of reason of length `R` **/ - tipNew: AugmentedSubmittable<(reason: Bytes | string | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, tipValue: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Bytes, MultiAddress, Compact]>; + tipNew: AugmentedSubmittable<(reason: Bytes | string | Uint8Array, who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, tipValue: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Bytes, PezspRuntimeMultiAddress, Compact]>; /** * Generic tx **/ @@ -7437,7 +7437,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Emits [`Event::AssetSpendApproved`] if successful. **/ - spend: AugmentedSubmittable<(assetKind: PezframeSupportTokensFungibleUnionOfNativeOrWithId, amount: Compact | AnyNumber | Uint8Array, beneficiary: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, validFrom: Option | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic, [PezframeSupportTokensFungibleUnionOfNativeOrWithId, Compact, MultiAddress, Option]>; + spend: AugmentedSubmittable<(assetKind: PezframeSupportTokensFungibleUnionOfNativeOrWithId, amount: Compact | AnyNumber | Uint8Array, beneficiary: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, validFrom: Option | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic, [PezframeSupportTokensFungibleUnionOfNativeOrWithId, Compact, PezspRuntimeMultiAddress, Option]>; /** * Propose and approve a spend of treasury funds. * @@ -7457,7 +7457,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Emits [`Event::SpendApproved`] if successful. **/ - spendLocal: AugmentedSubmittable<(amount: Compact | AnyNumber | Uint8Array, beneficiary: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress]>; + spendLocal: AugmentedSubmittable<(amount: Compact | AnyNumber | Uint8Array, beneficiary: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress]>; /** * Void previously approved spend. * @@ -7519,7 +7519,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - approveTransfer: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, u32, MultiAddress]>; + approveTransfer: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, u32, PezspRuntimeMultiAddress]>; /** * Destroy a single item. * @@ -7537,7 +7537,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Weight: `O(1)` * Modes: `check_owner.is_some()`. **/ - burn: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, checkOwner: Option | null | Uint8Array | MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string) => SubmittableExtrinsic, [u32, u32, Option]>; + burn: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, checkOwner: Option | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, u32, Option]>; /** * Allows to buy an item if it's up for sale. * @@ -7568,7 +7568,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - cancelApproval: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, maybeCheckDelegate: Option | null | Uint8Array | MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string) => SubmittableExtrinsic, [u32, u32, Option]>; + cancelApproval: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, maybeCheckDelegate: Option | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, u32, Option]>; /** * Clear an attribute for a collection or item. * @@ -7635,7 +7635,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - create: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, admin: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress]>; + create: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, admin: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress]>; /** * Destroy a collection of fungible items. * @@ -7673,7 +7673,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - forceCreate: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, freeHolding: bool | boolean | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress, bool]>; + forceCreate: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, freeHolding: bool | boolean | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress, bool]>; /** * Alter the attributes of a given item. * @@ -7692,7 +7692,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - forceItemStatus: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, issuer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, admin: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, freezer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, freeHolding: bool | boolean | Uint8Array, isFrozen: bool | boolean | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress, MultiAddress, MultiAddress, MultiAddress, bool, bool]>; + forceItemStatus: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, issuer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, admin: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, freezer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, freeHolding: bool | boolean | Uint8Array, isFrozen: bool | boolean | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, bool, bool]>; /** * Disallow further unprivileged transfer of an item. * @@ -7731,7 +7731,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - mint: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, u32, MultiAddress]>; + mint: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, owner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, u32, PezspRuntimeMultiAddress]>; /** * Reevaluate the deposits on some items. * @@ -7851,7 +7851,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Emits `ItemPriceSet` on success if the price is not `None`. * Emits `ItemPriceRemoved` on success if the price is `None`. **/ - setPrice: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, price: Option | null | Uint8Array | u128 | AnyNumber, whitelistedBuyer: Option | null | Uint8Array | MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string) => SubmittableExtrinsic, [u32, u32, Option, Option]>; + setPrice: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, price: Option | null | Uint8Array | u128 | AnyNumber, whitelistedBuyer: Option | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, u32, Option, Option]>; /** * Change the Issuer, Admin and Freezer of a collection. * @@ -7866,7 +7866,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - setTeam: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, issuer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, admin: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, freezer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress, MultiAddress, MultiAddress]>; + setTeam: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, issuer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, admin: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, freezer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress]>; /** * Re-allow unprivileged transfer of an item. * @@ -7911,7 +7911,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - transfer: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, u32, MultiAddress]>; + transfer: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, dest: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, u32, PezspRuntimeMultiAddress]>; /** * Change the Owner of a collection. * @@ -7925,7 +7925,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - transferOwnership: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, newOwner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u32, MultiAddress]>; + transferOwnership: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, newOwner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u32, PezspRuntimeMultiAddress]>; /** * Generic tx **/ @@ -8067,7 +8067,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `target`: An account that has a vesting schedule * - `schedule_index`: The vesting schedule index that should be removed **/ - forceRemoveVestingSchedule: AugmentedSubmittable<(target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, scheduleIndex: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, u32]>; + forceRemoveVestingSchedule: AugmentedSubmittable<(target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, scheduleIndex: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, u32]>; /** * Force a vested transfer. * @@ -8084,7 +8084,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * ## Complexity * - `O(1)`. **/ - forceVestedTransfer: AugmentedSubmittable<(source: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, schedule: PezpalletVestingVestingInfo) => SubmittableExtrinsic, [MultiAddress, MultiAddress, PezpalletVestingVestingInfo]>; + forceVestedTransfer: AugmentedSubmittable<(source: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, schedule: PezpalletVestingVestingInfo) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, PezpalletVestingVestingInfo]>; /** * Merge two vesting schedules together, creating a new vesting schedule that unlocks over * the highest possible start and end blocks. If both schedules have already started the @@ -8136,7 +8136,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * ## Complexity * - `O(1)`. **/ - vestedTransfer: AugmentedSubmittable<(target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, schedule: PezpalletVestingVestingInfo) => SubmittableExtrinsic, [MultiAddress, PezpalletVestingVestingInfo]>; + vestedTransfer: AugmentedSubmittable<(target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, schedule: PezpalletVestingVestingInfo) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, PezpalletVestingVestingInfo]>; /** * Unlock any vested funds of a `target` account. * @@ -8150,7 +8150,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * ## Complexity * - `O(1)`. **/ - vestOther: AugmentedSubmittable<(target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + vestOther: AugmentedSubmittable<(target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * Generic tx **/ @@ -8169,13 +8169,13 @@ declare module '@pezkuwi/api-base/types/submittable' { * - both nodes are within the same bag, * - and `origin` has a greater `Score` than `lighter`. **/ - putInFrontOf: AugmentedSubmittable<(lighter: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + putInFrontOf: AugmentedSubmittable<(lighter: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * Same as [`Pallet::put_in_front_of`], but it can be called by anyone. * * Fee is paid by the origin under all circumstances. **/ - putInFrontOfOther: AugmentedSubmittable<(heavier: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, lighter: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress, MultiAddress]>; + putInFrontOfOther: AugmentedSubmittable<(heavier: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, lighter: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, PezspRuntimeMultiAddress]>; /** * Declare that some `dislocated` account has, through rewards or penalties, sufficiently * changed its score that it should properly fall into a different bag than its current @@ -8188,7 +8188,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * If `dislocated` does not exists, it returns an error. **/ - rebag: AugmentedSubmittable<(dislocated: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + rebag: AugmentedSubmittable<(dislocated: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * Generic tx **/ diff --git a/packages/api-augment/src/dicle/consts.ts b/packages/api-augment/src/dicle/consts.ts index fa02188..8015406 100644 --- a/packages/api-augment/src/dicle/consts.ts +++ b/packages/api-augment/src/dicle/consts.ts @@ -8,8 +8,7 @@ import '@pezkuwi/api-base/types/consts'; import type { ApiTypes, AugmentedConst } from '@pezkuwi/api-base/types'; import type { Bytes, Option, Vec, u128, u16, u32, u64, u8 } from '@pezkuwi/types-codec'; import type { Codec, ITuple } from '@pezkuwi/types-codec/types'; -import type { AccountId32, Perbill, Permill } from '@pezkuwi/types/interfaces/runtime'; -import type { PezframeSupportPezpalletId, PezframeSystemLimitsBlockLength, PezframeSystemLimitsBlockWeights, PezpalletReferendaTrackDetails, PezspVersionRuntimeVersion, PezspWeightsRuntimeDbWeight, PezspWeightsWeightV2Weight, StagingXcmV5Junctions } from '@pezkuwi/types/lookup'; +import type { PezframeSupportPezpalletId, PezframeSystemLimitsBlockLength, PezframeSystemLimitsBlockWeights, PezpalletReferendaTrackDetails, PezspCoreCryptoAccountId32, PezspVersionRuntimeVersion, PezspWeightsRuntimeDbWeight, PezspWeightsWeightV2Weight, StagingXcmV5Junctions } from '@pezkuwi/types/lookup'; export type __AugmentedConst = AugmentedConst; @@ -154,7 +153,7 @@ declare module '@pezkuwi/api-base/types/consts' { * This deposit has optional upper and lower bounds with `CuratorDepositMax` and * `CuratorDepositMin`. **/ - curatorDepositMultiplier: Permill & AugmentedConst; + curatorDepositMultiplier: u32 & AugmentedConst; /** * The amount held on deposit per byte within the tip report reason or bounty description. **/ @@ -253,7 +252,7 @@ declare module '@pezkuwi/api-base/types/consts' { /** * Fraction of the slash that is rewarded to the caller of pending slash to the agent. **/ - slashRewardFraction: Perbill & AugmentedConst; + slashRewardFraction: u32 & AugmentedConst; /** * Generic const **/ @@ -264,7 +263,7 @@ declare module '@pezkuwi/api-base/types/consts' { * The minimum amount of improvement to the solution score that defines a solution as * "better" in the Signed phase. **/ - betterSignedThreshold: Perbill & AugmentedConst; + betterSignedThreshold: u32 & AugmentedConst; /** * Maximum number of voters that can support a winner in an election solution. * @@ -897,7 +896,7 @@ declare module '@pezkuwi/api-base/types/consts' { /** * Percentage of spare funds (if any) that are burnt per spend period. **/ - burn: Permill & AugmentedConst; + burn: u32 & AugmentedConst; /** * DEPRECATED: associated with `spend_local` call and will be removed in May 2025. * Refer to for migration to `spend`. @@ -918,7 +917,7 @@ declare module '@pezkuwi/api-base/types/consts' { /** * Gets this pallet's derived pot account. **/ - potAccount: AccountId32 & AugmentedConst; + potAccount: PezspCoreCryptoAccountId32 & AugmentedConst; /** * Period between successive spends. **/ diff --git a/packages/api-augment/src/dicle/events.ts b/packages/api-augment/src/dicle/events.ts index 92d037f..fdc47a8 100644 --- a/packages/api-augment/src/dicle/events.ts +++ b/packages/api-augment/src/dicle/events.ts @@ -8,8 +8,8 @@ import '@pezkuwi/api-base/types/events'; import type { ApiTypes, AugmentedEvent } from '@pezkuwi/api-base/types'; import type { Bytes, Null, Option, Result, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@pezkuwi/types-codec'; import type { ITuple } from '@pezkuwi/types-codec/types'; -import type { AccountId32, H256, Perbill } from '@pezkuwi/types/interfaces/runtime'; -import type { DicleRuntimeConstantsProxyProxyType, PezframeSupportDispatchPostDispatchInfo, PezframeSupportMessagesProcessMessageError, PezframeSupportPreimagesBounded, PezframeSupportTokensMiscBalanceStatus, PezframeSystemDispatchEventInfo, PezkuwiPrimitivesVstagingCandidateReceiptV2, PezkuwiRuntimeCommonClaimsEthereumAddress, PezkuwiRuntimeCommonImplsVersionedLocatableAsset, PezkuwiRuntimeTeyrchainsDisputesDisputeLocation, PezkuwiRuntimeTeyrchainsDisputesDisputeResult, PezkuwiRuntimeTeyrchainsInclusionAggregateMessageOrigin, PezkuwiTeyrchainPrimitivesPrimitivesHrmpChannelId, PezpalletBalancesUnexpectedKind, PezpalletConvictionVotingTally, PezpalletConvictionVotingVoteAccountVote, PezpalletElectionProviderMultiPhaseElectionCompute, PezpalletElectionProviderMultiPhasePhase, PezpalletMultisigTimepoint, PezpalletNominationPoolsClaimPermission, PezpalletNominationPoolsCommissionChangeRate, PezpalletNominationPoolsCommissionClaimPermission, PezpalletNominationPoolsPoolState, PezpalletProxyDepositKind, PezpalletRankedCollectiveTally, PezpalletRankedCollectiveVoteRecord, PezpalletRcMigratorMigrationStage, PezpalletRcMigratorQueuePriority, PezpalletRecoveryDepositKind, PezpalletSocietyGroupParams, PezpalletStakingAsyncAhClientUnexpectedKind, PezpalletStakingForcing, PezpalletStakingRewardDestination, PezpalletStakingValidatorPrefs, PezspConsensusGrandpaAppPublic, PezspNposElectionsElectionScore, PezspRuntimeDispatchError, PezspRuntimeDispatchErrorWithPostInfo, PezspWeightsWeightV2Weight, StagingDicleRuntimeRuntimeParametersKey, StagingDicleRuntimeRuntimeParametersValue, StagingXcmV5AssetAssets, StagingXcmV5Location, StagingXcmV5Response, StagingXcmV5TraitsOutcome, StagingXcmV5Xcm, XcmV3MaybeErrorCode, XcmV3TraitsSendError, XcmV5TraitsError, XcmVersionedAssets, XcmVersionedLocation } from '@pezkuwi/types/lookup'; +import type { H256 } from '@pezkuwi/types/interfaces/runtime'; +import type { DicleRuntimeConstantsProxyProxyType, PezframeSupportDispatchPostDispatchInfo, PezframeSupportMessagesProcessMessageError, PezframeSupportPreimagesBounded, PezframeSupportTokensMiscBalanceStatus, PezframeSystemDispatchEventInfo, PezkuwiPrimitivesVstagingCandidateReceiptV2, PezkuwiRuntimeCommonClaimsEthereumAddress, PezkuwiRuntimeCommonImplsVersionedLocatableAsset, PezkuwiRuntimeTeyrchainsDisputesDisputeLocation, PezkuwiRuntimeTeyrchainsDisputesDisputeResult, PezkuwiRuntimeTeyrchainsInclusionAggregateMessageOrigin, PezkuwiTeyrchainPrimitivesPrimitivesHrmpChannelId, PezpalletBalancesUnexpectedKind, PezpalletConvictionVotingTally, PezpalletConvictionVotingVoteAccountVote, PezpalletElectionProviderMultiPhaseElectionCompute, PezpalletElectionProviderMultiPhasePhase, PezpalletMultisigTimepoint, PezpalletNominationPoolsClaimPermission, PezpalletNominationPoolsCommissionChangeRate, PezpalletNominationPoolsCommissionClaimPermission, PezpalletNominationPoolsPoolState, PezpalletProxyDepositKind, PezpalletRankedCollectiveTally, PezpalletRankedCollectiveVoteRecord, PezpalletRcMigratorMigrationStage, PezpalletRcMigratorQueuePriority, PezpalletRecoveryDepositKind, PezpalletSocietyGroupParams, PezpalletStakingAsyncAhClientUnexpectedKind, PezpalletStakingForcing, PezpalletStakingRewardDestination, PezpalletStakingValidatorPrefs, PezspConsensusGrandpaAppPublic, PezspCoreCryptoAccountId32, PezspNposElectionsElectionScore, PezspRuntimeDispatchError, PezspRuntimeDispatchErrorWithPostInfo, PezspWeightsWeightV2Weight, StagingDicleRuntimeRuntimeParametersKey, StagingDicleRuntimeRuntimeParametersValue, StagingXcmV5AssetAssets, StagingXcmV5Location, StagingXcmV5Response, StagingXcmV5TraitsOutcome, StagingXcmV5Xcm, XcmV3MaybeErrorCode, XcmV3TraitsSendError, XcmV5TraitsError, XcmVersionedAssets, XcmVersionedLocation } from '@pezkuwi/types/lookup'; export type __AugmentedEvent = AugmentedEvent; @@ -37,21 +37,21 @@ declare module '@pezkuwi/api-base/types/events' { /** * A new bid has been accepted as the current winner. **/ - BidAccepted: AugmentedEvent; + BidAccepted: AugmentedEvent; /** * Someone attempted to lease the same slot twice for a parachain. The amount is held in * reserve but no parachain slot has been leased. **/ - ReserveConfiscated: AugmentedEvent; + ReserveConfiscated: AugmentedEvent; /** * Funds were reserved for a winning bid. First balance is the extra amount reserved. * Second is the total. **/ - Reserved: AugmentedEvent; + Reserved: AugmentedEvent; /** * Funds were unreserved since bidder is no longer active. `[bidder, amount]` **/ - Unreserved: AugmentedEvent; + Unreserved: AugmentedEvent; /** * The winning offset was chosen for an auction. This will map into the `Winning` storage * map. @@ -66,28 +66,28 @@ declare module '@pezkuwi/api-base/types/events' { /** * A balance was set by root. **/ - BalanceSet: AugmentedEvent; + BalanceSet: AugmentedEvent; /** * Some amount was burned from an account. **/ - Burned: AugmentedEvent; + Burned: AugmentedEvent; /** * Some amount was deposited (e.g. for transaction fees). **/ - Deposit: AugmentedEvent; + Deposit: AugmentedEvent; /** * An account was removed whose balance was non-zero but below ExistentialDeposit, * resulting in an outright loss. **/ - DustLost: AugmentedEvent; + DustLost: AugmentedEvent; /** * An account was created with some free balance. **/ - Endowed: AugmentedEvent; + Endowed: AugmentedEvent; /** * Some balance was frozen. **/ - Frozen: AugmentedEvent; + Frozen: AugmentedEvent; /** * Total issuance was increased by `amount`, creating a credit to be balanced. **/ @@ -95,11 +95,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * Some balance was locked. **/ - Locked: AugmentedEvent; + Locked: AugmentedEvent; /** * Some amount was minted into an account. **/ - Minted: AugmentedEvent; + Minted: AugmentedEvent; /** * Total issuance was decreased by `amount`, creating a debt to be balanced. **/ @@ -107,28 +107,28 @@ declare module '@pezkuwi/api-base/types/events' { /** * Some balance was reserved (moved from free to reserved). **/ - Reserved: AugmentedEvent; + Reserved: AugmentedEvent; /** * Some balance was moved from the reserve of the first account to the second account. * Final argument indicates the destination balance type. **/ - ReserveRepatriated: AugmentedEvent; + ReserveRepatriated: AugmentedEvent; /** * Some amount was restored into an account. **/ - Restored: AugmentedEvent; + Restored: AugmentedEvent; /** * Some amount was removed from the account (e.g. for misbehavior). **/ - Slashed: AugmentedEvent; + Slashed: AugmentedEvent; /** * Some amount was suspended from an account (it can be restored later). **/ - Suspended: AugmentedEvent; + Suspended: AugmentedEvent; /** * Some balance was thawed. **/ - Thawed: AugmentedEvent; + Thawed: AugmentedEvent; /** * The `TotalIssuance` was forcefully changed. **/ @@ -136,7 +136,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * Transfer succeeded. **/ - Transfer: AugmentedEvent; + Transfer: AugmentedEvent; /** * An unexpected/defensive event was triggered. **/ @@ -144,19 +144,19 @@ declare module '@pezkuwi/api-base/types/events' { /** * Some balance was unlocked. **/ - Unlocked: AugmentedEvent; + Unlocked: AugmentedEvent; /** * Some balance was unreserved (moved from reserved to free). **/ - Unreserved: AugmentedEvent; + Unreserved: AugmentedEvent; /** * An account was upgraded. **/ - Upgraded: AugmentedEvent; + Upgraded: AugmentedEvent; /** * Some amount was withdrawn from the account (e.g. for transaction fees). **/ - Withdraw: AugmentedEvent; + Withdraw: AugmentedEvent; /** * Generic event **/ @@ -170,7 +170,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A bounty is awarded to a beneficiary. **/ - BountyAwarded: AugmentedEvent; + BountyAwarded: AugmentedEvent; /** * A bounty proposal is funded and became active. **/ @@ -182,7 +182,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A bounty is claimed by beneficiary. **/ - BountyClaimed: AugmentedEvent; + BountyClaimed: AugmentedEvent; /** * A bounty expiry is extended. **/ @@ -198,11 +198,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * A bounty curator is accepted. **/ - CuratorAccepted: AugmentedEvent; + CuratorAccepted: AugmentedEvent; /** * A bounty curator is proposed. **/ - CuratorProposed: AugmentedEvent; + CuratorProposed: AugmentedEvent; /** * A bounty curator is unassigned. **/ @@ -210,7 +210,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A bounty deposit has been poked. **/ - DepositPoked: AugmentedEvent; + DepositPoked: AugmentedEvent; /** * Generic event **/ @@ -224,7 +224,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A child-bounty is awarded to a beneficiary. **/ - Awarded: AugmentedEvent; + Awarded: AugmentedEvent; /** * A child-bounty is cancelled. **/ @@ -232,7 +232,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A child-bounty is claimed by beneficiary. **/ - Claimed: AugmentedEvent; + Claimed: AugmentedEvent; /** * Generic event **/ @@ -242,7 +242,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * Someone claimed some DOTs. **/ - Claimed: AugmentedEvent; + Claimed: AugmentedEvent; /** * Generic event **/ @@ -252,23 +252,23 @@ declare module '@pezkuwi/api-base/types/events' { /** * An account has delegated their vote to another account. \[who, target\] **/ - Delegated: AugmentedEvent; + Delegated: AugmentedEvent; /** * An \[account\] has cancelled a previous delegation operation. **/ - Undelegated: AugmentedEvent; + Undelegated: AugmentedEvent; /** * An account has voted **/ - Voted: AugmentedEvent; + Voted: AugmentedEvent; /** * A vote has been removed **/ - VoteRemoved: AugmentedEvent; + VoteRemoved: AugmentedEvent; /** * The lockup period of a conviction vote expired, and the funds have been unlocked. **/ - VoteUnlocked: AugmentedEvent; + VoteUnlocked: AugmentedEvent; /** * Generic event **/ @@ -300,7 +300,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * Contributed to a crowd sale. **/ - Contributed: AugmentedEvent; + Contributed: AugmentedEvent; /** * Create a new crowdloaning campaign. **/ @@ -320,7 +320,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A memo has been updated. **/ - MemoUpdated: AugmentedEvent; + MemoUpdated: AugmentedEvent; /** * The loans in a fund have been partially dissolved, i.e. there are some left * over child keys that still need to be killed. @@ -329,7 +329,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * Withdrew full balance of a contributor. **/ - Withdrew: AugmentedEvent; + Withdrew: AugmentedEvent; /** * Generic event **/ @@ -339,19 +339,19 @@ declare module '@pezkuwi/api-base/types/events' { /** * Funds delegated by a delegator. **/ - Delegated: AugmentedEvent; + Delegated: AugmentedEvent; /** * Unclaimed delegation funds migrated to delegator. **/ - MigratedDelegation: AugmentedEvent; + MigratedDelegation: AugmentedEvent; /** * Funds released to a delegator. **/ - Released: AugmentedEvent; + Released: AugmentedEvent; /** * Funds slashed from a delegator. **/ - Slashed: AugmentedEvent; + Slashed: AugmentedEvent; /** * Generic event **/ @@ -375,11 +375,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * An account has been rewarded for their signed submission being finalized. **/ - Rewarded: AugmentedEvent; + Rewarded: AugmentedEvent; /** * An account has been slashed for submitting an invalid signed submission. **/ - Slashed: AugmentedEvent; + Slashed: AugmentedEvent; /** * A solution was stored with the given compute. * @@ -389,7 +389,7 @@ declare module '@pezkuwi/api-base/types/events' { * `T::ForceOrigin`. The `bool` is `true` when a previous solution was ejected to make * room for this one. **/ - SolutionStored: AugmentedEvent, prevEjected: bool], { compute: PezpalletElectionProviderMultiPhaseElectionCompute, origin: Option, prevEjected: bool }>; + SolutionStored: AugmentedEvent, prevEjected: bool], { compute: PezpalletElectionProviderMultiPhaseElectionCompute, origin: Option, prevEjected: bool }>; /** * Generic event **/ @@ -414,11 +414,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * A staker was slashed for requesting fast-unstake whilst being exposed. **/ - Slashed: AugmentedEvent; + Slashed: AugmentedEvent; /** * A staker was unstaked. **/ - Unstaked: AugmentedEvent], { stash: AccountId32, result: Result }>; + Unstaked: AugmentedEvent], { stash: PezspCoreCryptoAccountId32, result: Result }>; /** * Generic event **/ @@ -428,24 +428,24 @@ declare module '@pezkuwi/api-base/types/events' { /** * A member `who` has been added. **/ - MemberAdded: AugmentedEvent; + MemberAdded: AugmentedEvent; /** * The member `who` had their `AccountId` changed to `new_who`. **/ - MemberExchanged: AugmentedEvent; + MemberExchanged: AugmentedEvent; /** * The member `who` of given `rank` has been removed from the collective. **/ - MemberRemoved: AugmentedEvent; + MemberRemoved: AugmentedEvent; /** * The member `who`se rank has been changed to the given `rank`. **/ - RankChanged: AugmentedEvent; + RankChanged: AugmentedEvent; /** * The member `who` has voted for the `poll` with the given `vote` leading to an updated * `tally`. **/ - Voted: AugmentedEvent; + Voted: AugmentedEvent; /** * Generic event **/ @@ -469,11 +469,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * The decision deposit has been placed. **/ - DecisionDepositPlaced: AugmentedEvent; + DecisionDepositPlaced: AugmentedEvent; /** * The decision deposit has been refunded. **/ - DecisionDepositRefunded: AugmentedEvent; + DecisionDepositRefunded: AugmentedEvent; /** * A referendum has moved into the deciding phase. **/ @@ -481,7 +481,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A deposit has been slashed. **/ - DepositSlashed: AugmentedEvent; + DepositSlashed: AugmentedEvent; /** * A referendum has been killed. **/ @@ -501,7 +501,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * The submission deposit has been refunded. **/ - SubmissionDepositRefunded: AugmentedEvent; + SubmissionDepositRefunded: AugmentedEvent; /** * A referendum has been submitted. **/ @@ -585,11 +585,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * A deposit to reserve an index has been poked/reconsidered. **/ - DepositPoked: AugmentedEvent; + DepositPoked: AugmentedEvent; /** * A account index was assigned. **/ - IndexAssigned: AugmentedEvent; + IndexAssigned: AugmentedEvent; /** * A account index has been freed up (unassigned). **/ @@ -597,7 +597,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A account index has been frozen to its current account ID. **/ - IndexFrozen: AugmentedEvent; + IndexFrozen: AugmentedEvent; /** * Generic event **/ @@ -629,23 +629,23 @@ declare module '@pezkuwi/api-base/types/events' { /** * The deposit for a multisig operation has been updated/poked. **/ - DepositPoked: AugmentedEvent; + DepositPoked: AugmentedEvent; /** * A multisig operation has been approved by someone. **/ - MultisigApproval: AugmentedEvent; + MultisigApproval: AugmentedEvent; /** * A multisig operation has been cancelled. **/ - MultisigCancelled: AugmentedEvent; + MultisigCancelled: AugmentedEvent; /** * A multisig operation has been executed. **/ - MultisigExecuted: AugmentedEvent], { approving: AccountId32, timepoint: PezpalletMultisigTimepoint, multisig: AccountId32, callHash: U8aFixed, result: Result }>; + MultisigExecuted: AugmentedEvent], { approving: PezspCoreCryptoAccountId32, timepoint: PezpalletMultisigTimepoint, multisig: PezspCoreCryptoAccountId32, callHash: U8aFixed, result: Result }>; /** * A new multisig operation has begun. **/ - NewMultisig: AugmentedEvent; + NewMultisig: AugmentedEvent; /** * Generic event **/ @@ -655,11 +655,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * A member has became bonded in a pool. **/ - Bonded: AugmentedEvent; + Bonded: AugmentedEvent; /** * A pool has been created. **/ - Created: AugmentedEvent; + Created: AugmentedEvent; /** * A pool has been destroyed. **/ @@ -667,11 +667,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * Global parameters regulating nomination pools have been updated. **/ - GlobalParamsUpdated: AugmentedEvent, maxMembers: Option, maxMembersPerPool: Option, globalMaxCommission: Option], { minJoinBond: u128, minCreateBond: u128, maxPools: Option, maxMembers: Option, maxMembersPerPool: Option, globalMaxCommission: Option }>; + GlobalParamsUpdated: AugmentedEvent, maxMembers: Option, maxMembersPerPool: Option, globalMaxCommission: Option], { minJoinBond: u128, minCreateBond: u128, maxPools: Option, maxMembers: Option, maxMembersPerPool: Option, globalMaxCommission: Option }>; /** * A pool member's claim permission has been updated. **/ - MemberClaimPermissionUpdated: AugmentedEvent; + MemberClaimPermissionUpdated: AugmentedEvent; /** * A member has been removed from a pool. * @@ -679,11 +679,11 @@ declare module '@pezkuwi/api-base/types/events' { * Any funds that are still delegated (i.e. dangling delegation) are released and are * represented by `released_balance`. **/ - MemberRemoved: AugmentedEvent; + MemberRemoved: AugmentedEvent; /** * A pool's metadata was updated. **/ - MetadataUpdated: AugmentedEvent; + MetadataUpdated: AugmentedEvent; /** * Topped up deficit in frozen ED of the reward pool. **/ @@ -695,7 +695,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A payout has been made to a member. **/ - PaidOut: AugmentedEvent; + PaidOut: AugmentedEvent; /** * A pool's commission `change_rate` has been changed. **/ @@ -711,20 +711,20 @@ declare module '@pezkuwi/api-base/types/events' { /** * A pool's commission setting has been changed. **/ - PoolCommissionUpdated: AugmentedEvent>], { poolId: u32, current: Option> }>; + PoolCommissionUpdated: AugmentedEvent>], { poolId: u32, current: Option> }>; /** * A pool's maximum commission setting has been changed. **/ - PoolMaxCommissionUpdated: AugmentedEvent; + PoolMaxCommissionUpdated: AugmentedEvent; /** * A pool's nominating account (or the pool's root account) has nominated a validator set * on behalf of the pool. **/ - PoolNominationMade: AugmentedEvent; + PoolNominationMade: AugmentedEvent; /** * The pool is chilled i.e. no longer nominating. **/ - PoolNominatorChilled: AugmentedEvent; + PoolNominatorChilled: AugmentedEvent; /** * The active balance of pool `pool_id` has been slashed to `balance`. **/ @@ -733,7 +733,7 @@ declare module '@pezkuwi/api-base/types/events' { * The roles of a pool have been updated to the given new roles. Note that the depositor * can never change. **/ - RolesUpdated: AugmentedEvent, bouncer: Option, nominator: Option], { root: Option, bouncer: Option, nominator: Option }>; + RolesUpdated: AugmentedEvent, bouncer: Option, nominator: Option], { root: Option, bouncer: Option, nominator: Option }>; /** * The state of a pool has changed **/ @@ -751,7 +751,7 @@ declare module '@pezkuwi/api-base/types/events' { * number of points that are issued in the unbonding pool will be less than the amount * requested to be unbonded. **/ - Unbonded: AugmentedEvent; + Unbonded: AugmentedEvent; /** * The unbond pool at `era` of pool `pool_id` has been slashed to `balance`. **/ @@ -764,7 +764,7 @@ declare module '@pezkuwi/api-base/types/events' { * Similar to `Unbonded` event, in the absence of slashing, the ratio of point to balance * will be 1. **/ - Withdrawn: AugmentedEvent; + Withdrawn: AugmentedEvent; /** * Generic event **/ @@ -786,11 +786,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * An account was given credits. **/ - AccountCredited: AugmentedEvent; + AccountCredited: AugmentedEvent; /** * An order was placed at some spot price amount by orderer ordered_by **/ - OnDemandOrderPlaced: AugmentedEvent; + OnDemandOrderPlaced: AugmentedEvent; /** * The value of the spot price has likely changed **/ @@ -927,15 +927,15 @@ declare module '@pezkuwi/api-base/types/events' { /** * An announcement was placed to make a call in the future. **/ - Announced: AugmentedEvent; + Announced: AugmentedEvent; /** * A deposit stored for proxies or announcements was poked / updated. **/ - DepositPoked: AugmentedEvent; + DepositPoked: AugmentedEvent; /** * A proxy was added. **/ - ProxyAdded: AugmentedEvent; + ProxyAdded: AugmentedEvent; /** * A proxy was executed correctly, with the given. **/ @@ -943,16 +943,16 @@ declare module '@pezkuwi/api-base/types/events' { /** * A proxy was removed. **/ - ProxyRemoved: AugmentedEvent; + ProxyRemoved: AugmentedEvent; /** * A pure account has been created by new proxy with given * disambiguation index and proxy type. **/ - PureCreated: AugmentedEvent; + PureCreated: AugmentedEvent; /** * A pure proxy was killed by its spawner. **/ - PureKilled: AugmentedEvent; + PureKilled: AugmentedEvent; /** * Generic event **/ @@ -962,7 +962,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * The accounts to be preserved on Relay Chain were set. **/ - AccountsPreserved: AugmentedEvent], { accounts: Vec }>; + AccountsPreserved: AugmentedEvent], { accounts: Vec }>; /** * The AH UMP queue priority config was set. **/ @@ -991,7 +991,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * The canceller account id was set. **/ - CancellerSet: AugmentedEvent, new_: Option], { old: Option, new_: Option }>; + CancellerSet: AugmentedEvent, new_: Option], { old: Option, new_: Option }>; /** * The manager multisig dispatched something. **/ @@ -1003,7 +1003,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * The manager account id was set. **/ - ManagerSet: AugmentedEvent, new_: Option], { old: Option, new_: Option }>; + ManagerSet: AugmentedEvent, new_: Option], { old: Option, new_: Option }>; /** * The RC kept balance was consumed. **/ @@ -1057,31 +1057,31 @@ declare module '@pezkuwi/api-base/types/events' { /** * Lost account has been successfully recovered by rescuer account. **/ - AccountRecovered: AugmentedEvent; + AccountRecovered: AugmentedEvent; /** * A deposit has been updated. **/ - DepositPoked: AugmentedEvent; + DepositPoked: AugmentedEvent; /** * A recovery process for lost account by rescuer account has been closed. **/ - RecoveryClosed: AugmentedEvent; + RecoveryClosed: AugmentedEvent; /** * A recovery process has been set up for an account. **/ - RecoveryCreated: AugmentedEvent; + RecoveryCreated: AugmentedEvent; /** * A recovery process has been initiated for lost account by rescuer account. **/ - RecoveryInitiated: AugmentedEvent; + RecoveryInitiated: AugmentedEvent; /** * A recovery process has been removed for an account. **/ - RecoveryRemoved: AugmentedEvent; + RecoveryRemoved: AugmentedEvent; /** * A recovery process for lost account by rescuer account has been vouched for by sender. **/ - RecoveryVouched: AugmentedEvent; + RecoveryVouched: AugmentedEvent; /** * Generic event **/ @@ -1105,11 +1105,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * The decision deposit has been placed. **/ - DecisionDepositPlaced: AugmentedEvent; + DecisionDepositPlaced: AugmentedEvent; /** * The decision deposit has been refunded. **/ - DecisionDepositRefunded: AugmentedEvent; + DecisionDepositRefunded: AugmentedEvent; /** * A referendum has moved into the deciding phase. **/ @@ -1117,7 +1117,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A deposit has been slashed. **/ - DepositSlashed: AugmentedEvent; + DepositSlashed: AugmentedEvent; /** * A referendum has been killed. **/ @@ -1137,7 +1137,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * The submission deposit has been refunded. **/ - SubmissionDepositRefunded: AugmentedEvent; + SubmissionDepositRefunded: AugmentedEvent; /** * A referendum has been submitted. **/ @@ -1153,8 +1153,8 @@ declare module '@pezkuwi/api-base/types/events' { }; registrar: { Deregistered: AugmentedEvent; - Registered: AugmentedEvent; - Reserved: AugmentedEvent; + Registered: AugmentedEvent; + Reserved: AugmentedEvent; Swapped: AugmentedEvent; /** * Generic event @@ -1222,11 +1222,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * Validator has been disabled. **/ - ValidatorDisabled: AugmentedEvent; + ValidatorDisabled: AugmentedEvent; /** * Validator has been re-enabled. **/ - ValidatorReenabled: AugmentedEvent; + ValidatorReenabled: AugmentedEvent; /** * Generic event **/ @@ -1238,7 +1238,7 @@ declare module '@pezkuwi/api-base/types/events' { * First balance is any extra amount reserved on top of the para's existing deposit. * Second balance is the total amount reserved. **/ - Leased: AugmentedEvent; + Leased: AugmentedEvent; /** * A new `[lease_period]` is beginning. **/ @@ -1252,24 +1252,24 @@ declare module '@pezkuwi/api-base/types/events' { /** * A candidate was dropped (due to an excess of bids in the system). **/ - AutoUnbid: AugmentedEvent; + AutoUnbid: AugmentedEvent; /** * A membership bid just happened. The given account is the candidate's ID and their offer * is the second. **/ - Bid: AugmentedEvent; + Bid: AugmentedEvent; /** * A candidate has been suspended **/ - CandidateSuspended: AugmentedEvent; + CandidateSuspended: AugmentedEvent; /** * A member has been challenged **/ - Challenged: AugmentedEvent; + Challenged: AugmentedEvent; /** * A vote has been placed for a defending member **/ - DefenderVote: AugmentedEvent; + DefenderVote: AugmentedEvent; /** * Some funds were deposited into the society account. **/ @@ -1277,24 +1277,24 @@ declare module '@pezkuwi/api-base/types/events' { /** * A deposit was poked / adjusted. **/ - DepositPoked: AugmentedEvent; + DepositPoked: AugmentedEvent; /** * A \[member\] got elevated to \[rank\]. **/ - Elevated: AugmentedEvent; + Elevated: AugmentedEvent; /** * The society is founded by the given identity. **/ - Founded: AugmentedEvent; + Founded: AugmentedEvent; /** * A group of candidates have been inducted. The batch's primary is the first value, the * batch in full is the second. **/ - Inducted: AugmentedEvent], { primary: AccountId32, candidates: Vec }>; + Inducted: AugmentedEvent], { primary: PezspCoreCryptoAccountId32, candidates: Vec }>; /** * A member has been suspended **/ - MemberSuspended: AugmentedEvent; + MemberSuspended: AugmentedEvent; /** * A new set of \[params\] has been set for the group. **/ @@ -1302,28 +1302,28 @@ declare module '@pezkuwi/api-base/types/events' { /** * A suspended member has been judged. **/ - SuspendedMemberJudgement: AugmentedEvent; + SuspendedMemberJudgement: AugmentedEvent; /** * A candidate was dropped (by their request). **/ - Unbid: AugmentedEvent; + Unbid: AugmentedEvent; /** * Society is unfounded. **/ - Unfounded: AugmentedEvent; + Unfounded: AugmentedEvent; /** * A candidate was dropped (by request of who vouched for them). **/ - Unvouch: AugmentedEvent; + Unvouch: AugmentedEvent; /** * A vote has been placed **/ - Vote: AugmentedEvent; + Vote: AugmentedEvent; /** * A membership bid just happened by vouching. The given account is the candidate's ID and * their offer is the second. The vouching party is the third. **/ - Vouch: AugmentedEvent; + Vouch: AugmentedEvent; /** * Generic event **/ @@ -1336,11 +1336,11 @@ declare module '@pezkuwi/api-base/types/events' { * NOTE: This event is only emitted when funds are bonded via a dispatchable. Notably, * it will not be emitted for staking rewards when they are added to stake. **/ - Bonded: AugmentedEvent; + Bonded: AugmentedEvent; /** * An account has stopped participating as either a validator or nominator. **/ - Chilled: AugmentedEvent; + Chilled: AugmentedEvent; /** * Report of a controller batch deprecation. **/ @@ -1349,7 +1349,7 @@ declare module '@pezkuwi/api-base/types/events' { * Staking balance migrated from locks to holds, with any balance that could not be held * is force withdrawn. **/ - CurrencyMigrated: AugmentedEvent; + CurrencyMigrated: AugmentedEvent; /** * The era payout has been set; the first balance is the validator-payout; the second is * the remainder from the maximum amount of reward. @@ -1362,7 +1362,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A nominator has been kicked from a validator. **/ - Kicked: AugmentedEvent; + Kicked: AugmentedEvent; /** * An old slashing report from a prior era was discarded because it could * not be processed. @@ -1371,20 +1371,20 @@ declare module '@pezkuwi/api-base/types/events' { /** * A Page of stakers rewards are getting paid. `next` is `None` if all pages are claimed. **/ - PayoutStarted: AugmentedEvent], { eraIndex: u32, validatorStash: AccountId32, page: u32, next: Option }>; + PayoutStarted: AugmentedEvent], { eraIndex: u32, validatorStash: PezspCoreCryptoAccountId32, page: u32, next: Option }>; /** * The nominator has been rewarded by this amount to this destination. **/ - Rewarded: AugmentedEvent; + Rewarded: AugmentedEvent; /** * A staker (validator or nominator) has been slashed by the given amount. **/ - Slashed: AugmentedEvent; + Slashed: AugmentedEvent; /** * A slash for the given validator, for the given percentage of their stake, at the given * era as been reported. **/ - SlashReported: AugmentedEvent; + SlashReported: AugmentedEvent; /** * Targets size limit reached. **/ @@ -1404,16 +1404,16 @@ declare module '@pezkuwi/api-base/types/events' { /** * An account has unbonded this amount. **/ - Unbonded: AugmentedEvent; + Unbonded: AugmentedEvent; /** * A validator has set their preferences. **/ - ValidatorPrefsSet: AugmentedEvent; + ValidatorPrefsSet: AugmentedEvent; /** * An account has called `withdraw_unbonded` and removed unbonding chunks worth `Balance` * from the unlocking queue. **/ - Withdrawn: AugmentedEvent; + Withdrawn: AugmentedEvent; /** * Generic event **/ @@ -1462,11 +1462,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * An account was reaped. **/ - KilledAccount: AugmentedEvent; + KilledAccount: AugmentedEvent; /** * A new account was created. **/ - NewAccount: AugmentedEvent; + NewAccount: AugmentedEvent; /** * An invalid authorized upgrade was rejected while trying to apply it. **/ @@ -1474,7 +1474,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * On on-chain remark happened. **/ - Remarked: AugmentedEvent; + Remarked: AugmentedEvent; /** * An upgrade was authorized. **/ @@ -1489,7 +1489,7 @@ declare module '@pezkuwi/api-base/types/events' { * A transaction fee `actual_fee`, of which `tip` was added to the minimum inclusion fee, * has been paid by `who`. **/ - TransactionFeePaid: AugmentedEvent; + TransactionFeePaid: AugmentedEvent; /** * Generic event **/ @@ -1507,7 +1507,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * Some funds have been allocated. **/ - Awarded: AugmentedEvent; + Awarded: AugmentedEvent; /** * Some of our funds have been burnt. **/ @@ -1531,7 +1531,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A new spend proposal has been approved. **/ - SpendApproved: AugmentedEvent; + SpendApproved: AugmentedEvent; /** * We have ended a spend period and will now allocate funds. **/ @@ -1593,16 +1593,16 @@ declare module '@pezkuwi/api-base/types/events' { /** * An \[account\] has become fully vested. **/ - VestingCompleted: AugmentedEvent; + VestingCompleted: AugmentedEvent; /** * A vesting schedule has been created. **/ - VestingCreated: AugmentedEvent; + VestingCreated: AugmentedEvent; /** * The amount vested has been updated. This could indicate a change in funds available. * The balance given is the amount which is left unvested (and thus locked). **/ - VestingUpdated: AugmentedEvent; + VestingUpdated: AugmentedEvent; /** * Generic event **/ @@ -1612,11 +1612,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * Moved an account from one bag to another. **/ - Rebagged: AugmentedEvent; + Rebagged: AugmentedEvent; /** * Updated the score of some account to the given amount. **/ - ScoreUpdated: AugmentedEvent; + ScoreUpdated: AugmentedEvent; /** * Generic event **/ diff --git a/packages/api-augment/src/dicle/query.ts b/packages/api-augment/src/dicle/query.ts index 564fa20..96a6dfd 100644 --- a/packages/api-augment/src/dicle/query.ts +++ b/packages/api-augment/src/dicle/query.ts @@ -6,10 +6,10 @@ import '@pezkuwi/api-base/types/storage'; import type { ApiTypes, AugmentedQuery, QueryableStorageEntry } from '@pezkuwi/api-base/types'; -import type { BTreeMap, BTreeSet, Bytes, Null, Option, U8aFixed, Vec, bool, u128, u16, u32, u64 } from '@pezkuwi/types-codec'; +import type { BTreeMap, BTreeSet, Bytes, Null, Option, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@pezkuwi/types-codec'; import type { AnyNumber, IMethod, ITuple } from '@pezkuwi/types-codec/types'; -import type { AccountId32, H256, Perbill, Percent, RuntimeCall } from '@pezkuwi/types/interfaces/runtime'; -import type { BinaryHeapEnqueuedOrder, PezframeSupportDispatchPerDispatchClassWeight, PezframeSupportScheduleDispatchTime, PezframeSupportTokensMiscIdAmountRuntimeFreezeReason, PezframeSupportTokensMiscIdAmountRuntimeHoldReason, PezframeSystemAccountInfo, PezframeSystemCodeUpgradeAuthorization, PezframeSystemEventRecord, PezframeSystemLastRuntimeUpgradeInfo, PezframeSystemPhase, PezkuwiCorePrimitivesInboundDownwardMessage, PezkuwiCorePrimitivesInboundHrmpMessage, PezkuwiPrimitivesV8AssignmentAppPublic, PezkuwiPrimitivesV8DisputeState, PezkuwiPrimitivesV8ExecutorParams, PezkuwiPrimitivesV8SessionInfo, PezkuwiPrimitivesV8UpgradeGoAhead, PezkuwiPrimitivesV8UpgradeRestriction, PezkuwiPrimitivesV8ValidatorAppPublic, PezkuwiPrimitivesVstagingPendingSlashes, PezkuwiPrimitivesVstagingScrapedOnChainVotes, PezkuwiRuntimeCommonClaimsEthereumAddress, PezkuwiRuntimeCommonClaimsStatementKind, PezkuwiRuntimeCommonCrowdloanFundInfo, PezkuwiRuntimeCommonImplsVersionedLocatableAsset, PezkuwiRuntimeCommonParasRegistrarParaInfo, PezkuwiRuntimeTeyrchainsAssignerCoretimeCoreDescriptor, PezkuwiRuntimeTeyrchainsAssignerCoretimeSchedule, PezkuwiRuntimeTeyrchainsConfigurationHostConfiguration, PezkuwiRuntimeTeyrchainsHrmpHrmpChannel, PezkuwiRuntimeTeyrchainsHrmpHrmpOpenChannelRequest, PezkuwiRuntimeTeyrchainsInclusionAggregateMessageOrigin, PezkuwiRuntimeTeyrchainsInclusionCandidatePendingAvailability, PezkuwiRuntimeTeyrchainsInitializerBufferedSessionChange, PezkuwiRuntimeTeyrchainsOnDemandTypesCoreAffinityCount, PezkuwiRuntimeTeyrchainsOnDemandTypesEnqueuedOrder, PezkuwiRuntimeTeyrchainsOnDemandTypesQueueStatusType, PezkuwiRuntimeTeyrchainsParasAuthorizedCodeHashAndExpiry, PezkuwiRuntimeTeyrchainsParasParaGenesisArgs, PezkuwiRuntimeTeyrchainsParasParaLifecycle, PezkuwiRuntimeTeyrchainsParasParaPastCodeMeta, PezkuwiRuntimeTeyrchainsParasPvfCheckActiveVoteState, PezkuwiRuntimeTeyrchainsSchedulerCommonAssignment, PezkuwiRuntimeTeyrchainsSharedAllowedRelayParentsTracker, PezkuwiTeyrchainPrimitivesPrimitivesHrmpChannelId, PezpalletBagsListListBag, PezpalletBagsListListNode, PezpalletBalancesAccountData, PezpalletBalancesBalanceLock, PezpalletBalancesReserveData, PezpalletBountiesBounty, PezpalletChildBountiesChildBounty, PezpalletConvictionVotingVoteVoting, PezpalletDelegatedStakingAgentLedger, PezpalletDelegatedStakingDelegation, PezpalletElectionProviderMultiPhasePhase, PezpalletElectionProviderMultiPhaseReadySolution, PezpalletElectionProviderMultiPhaseRoundSnapshot, PezpalletElectionProviderMultiPhaseSignedSignedSubmission, PezpalletElectionProviderMultiPhaseSolutionOrSnapshotSize, PezpalletFastUnstakeUnstakeRequest, PezpalletGrandpaStoredPendingChange, PezpalletGrandpaStoredState, PezpalletMessageQueueBookState, PezpalletMessageQueuePage, PezpalletMultisigMultisig, PezpalletNominationPoolsBondedPoolInner, PezpalletNominationPoolsClaimPermission, PezpalletNominationPoolsPoolMember, PezpalletNominationPoolsRewardPool, PezpalletNominationPoolsSubPools, PezpalletPreimageOldRequestStatus, PezpalletPreimageRequestStatus, PezpalletProxyAnnouncement, PezpalletProxyProxyDefinition, PezpalletRankedCollectiveMemberRecord, PezpalletRankedCollectiveVoteRecord, PezpalletRcMigratorAccountsAccountState, PezpalletRcMigratorAccountsMigratedBalances, PezpalletRcMigratorMigrationStage, PezpalletRcMigratorQueuePriority, PezpalletRecoveryActiveRecovery, PezpalletRecoveryRecoveryConfig, PezpalletReferendaReferendumInfoConvictionVotingTally, PezpalletReferendaReferendumInfoRankedCollectiveTally, PezpalletSchedulerRetryConfig, PezpalletSchedulerScheduled, PezpalletSocietyBid, PezpalletSocietyCandidacy, PezpalletSocietyGroupParams, PezpalletSocietyIntakeRecord, PezpalletSocietyMemberRecord, PezpalletSocietyPayoutRecord, PezpalletSocietyTally, PezpalletSocietyVote, PezpalletStakingActiveEraInfo, PezpalletStakingAsyncAhClientOperatingMode, PezpalletStakingAsyncRcClientOffence, PezpalletStakingAsyncRcClientSessionReport, PezpalletStakingAsyncRcClientValidatorSetReport, PezpalletStakingEraRewardPoints, PezpalletStakingForcing, PezpalletStakingNominations, PezpalletStakingRewardDestination, PezpalletStakingSlashingSlashingSpans, PezpalletStakingSlashingSpanRecord, PezpalletStakingStakingLedger, PezpalletStakingUnappliedSlash, PezpalletStakingValidatorPrefs, PezpalletTransactionPaymentReleases, PezpalletTreasuryProposal, PezpalletTreasurySpendStatus, PezpalletVestingReleases, PezpalletVestingVestingInfo, PezpalletXcmAuthorizedAliasesEntry, PezpalletXcmQueryStatus, PezpalletXcmRemoteLockedFungibleRecord, PezpalletXcmVersionMigrationStage, PezspAuthorityDiscoveryAppPublic, PezspConsensusBabeAppPublic, PezspConsensusBabeBabeEpochConfiguration, PezspConsensusBabeDigestsNextConfigDescriptor, PezspConsensusBabeDigestsPreDigest, PezspConsensusBeefyEcdsaCryptoPublic, PezspConsensusBeefyMmrBeefyAuthoritySet, PezspConsensusGrandpaAppPublic, PezspCoreCryptoKeyTypeId, PezspNposElectionsElectionScore, PezspRuntimeDigest, PezspRuntimeMultiSigner, PezspStakingExposure, PezspStakingExposurePage, PezspStakingOffenceOffenceDetails, PezspStakingPagedExposureMetadata, PezspWeightsWeightV2Weight, StagingDicleRuntimeRuntimeParametersKey, StagingDicleRuntimeRuntimeParametersValue, StagingDicleRuntimeSessionKeys, StagingXcmV5Instruction, StagingXcmV5Xcm, XcmVersionedAssetId, XcmVersionedLocation } from '@pezkuwi/types/lookup'; +import type { H256, RuntimeCall } from '@pezkuwi/types/interfaces/runtime'; +import type { BinaryHeapEnqueuedOrder, PezframeSupportDispatchPerDispatchClassWeight, PezframeSupportScheduleDispatchTime, PezframeSupportTokensMiscIdAmountRuntimeFreezeReason, PezframeSupportTokensMiscIdAmountRuntimeHoldReason, PezframeSystemAccountInfo, PezframeSystemCodeUpgradeAuthorization, PezframeSystemEventRecord, PezframeSystemLastRuntimeUpgradeInfo, PezframeSystemPhase, PezkuwiCorePrimitivesInboundDownwardMessage, PezkuwiCorePrimitivesInboundHrmpMessage, PezkuwiPrimitivesV8AssignmentAppPublic, PezkuwiPrimitivesV8DisputeState, PezkuwiPrimitivesV8ExecutorParams, PezkuwiPrimitivesV8SessionInfo, PezkuwiPrimitivesV8UpgradeGoAhead, PezkuwiPrimitivesV8UpgradeRestriction, PezkuwiPrimitivesV8ValidatorAppPublic, PezkuwiPrimitivesVstagingPendingSlashes, PezkuwiPrimitivesVstagingScrapedOnChainVotes, PezkuwiRuntimeCommonClaimsEthereumAddress, PezkuwiRuntimeCommonClaimsStatementKind, PezkuwiRuntimeCommonCrowdloanFundInfo, PezkuwiRuntimeCommonImplsVersionedLocatableAsset, PezkuwiRuntimeCommonParasRegistrarParaInfo, PezkuwiRuntimeTeyrchainsAssignerCoretimeCoreDescriptor, PezkuwiRuntimeTeyrchainsAssignerCoretimeSchedule, PezkuwiRuntimeTeyrchainsConfigurationHostConfiguration, PezkuwiRuntimeTeyrchainsHrmpHrmpChannel, PezkuwiRuntimeTeyrchainsHrmpHrmpOpenChannelRequest, PezkuwiRuntimeTeyrchainsInclusionAggregateMessageOrigin, PezkuwiRuntimeTeyrchainsInclusionCandidatePendingAvailability, PezkuwiRuntimeTeyrchainsInitializerBufferedSessionChange, PezkuwiRuntimeTeyrchainsOnDemandTypesCoreAffinityCount, PezkuwiRuntimeTeyrchainsOnDemandTypesEnqueuedOrder, PezkuwiRuntimeTeyrchainsOnDemandTypesQueueStatusType, PezkuwiRuntimeTeyrchainsParasAuthorizedCodeHashAndExpiry, PezkuwiRuntimeTeyrchainsParasParaGenesisArgs, PezkuwiRuntimeTeyrchainsParasParaLifecycle, PezkuwiRuntimeTeyrchainsParasParaPastCodeMeta, PezkuwiRuntimeTeyrchainsParasPvfCheckActiveVoteState, PezkuwiRuntimeTeyrchainsSchedulerCommonAssignment, PezkuwiRuntimeTeyrchainsSharedAllowedRelayParentsTracker, PezkuwiTeyrchainPrimitivesPrimitivesHrmpChannelId, PezpalletBagsListListBag, PezpalletBagsListListNode, PezpalletBalancesAccountData, PezpalletBalancesBalanceLock, PezpalletBalancesReserveData, PezpalletBountiesBounty, PezpalletChildBountiesChildBounty, PezpalletConvictionVotingVoteVoting, PezpalletDelegatedStakingAgentLedger, PezpalletDelegatedStakingDelegation, PezpalletElectionProviderMultiPhasePhase, PezpalletElectionProviderMultiPhaseReadySolution, PezpalletElectionProviderMultiPhaseRoundSnapshot, PezpalletElectionProviderMultiPhaseSignedSignedSubmission, PezpalletElectionProviderMultiPhaseSolutionOrSnapshotSize, PezpalletFastUnstakeUnstakeRequest, PezpalletGrandpaStoredPendingChange, PezpalletGrandpaStoredState, PezpalletMessageQueueBookState, PezpalletMessageQueuePage, PezpalletMultisigMultisig, PezpalletNominationPoolsBondedPoolInner, PezpalletNominationPoolsClaimPermission, PezpalletNominationPoolsPoolMember, PezpalletNominationPoolsRewardPool, PezpalletNominationPoolsSubPools, PezpalletPreimageOldRequestStatus, PezpalletPreimageRequestStatus, PezpalletProxyAnnouncement, PezpalletProxyProxyDefinition, PezpalletRankedCollectiveMemberRecord, PezpalletRankedCollectiveVoteRecord, PezpalletRcMigratorAccountsAccountState, PezpalletRcMigratorAccountsMigratedBalances, PezpalletRcMigratorMigrationStage, PezpalletRcMigratorQueuePriority, PezpalletRecoveryActiveRecovery, PezpalletRecoveryRecoveryConfig, PezpalletReferendaReferendumInfoConvictionVotingTally, PezpalletReferendaReferendumInfoRankedCollectiveTally, PezpalletSchedulerRetryConfig, PezpalletSchedulerScheduled, PezpalletSocietyBid, PezpalletSocietyCandidacy, PezpalletSocietyGroupParams, PezpalletSocietyIntakeRecord, PezpalletSocietyMemberRecord, PezpalletSocietyPayoutRecord, PezpalletSocietyTally, PezpalletSocietyVote, PezpalletStakingActiveEraInfo, PezpalletStakingAsyncAhClientOperatingMode, PezpalletStakingAsyncRcClientOffence, PezpalletStakingAsyncRcClientSessionReport, PezpalletStakingAsyncRcClientValidatorSetReport, PezpalletStakingEraRewardPoints, PezpalletStakingForcing, PezpalletStakingNominations, PezpalletStakingRewardDestination, PezpalletStakingSlashingSlashingSpans, PezpalletStakingSlashingSpanRecord, PezpalletStakingStakingLedger, PezpalletStakingUnappliedSlash, PezpalletStakingValidatorPrefs, PezpalletTransactionPaymentReleases, PezpalletTreasuryProposal, PezpalletTreasurySpendStatus, PezpalletVestingReleases, PezpalletVestingVestingInfo, PezpalletXcmAuthorizedAliasesEntry, PezpalletXcmQueryStatus, PezpalletXcmRemoteLockedFungibleRecord, PezpalletXcmVersionMigrationStage, PezspAuthorityDiscoveryAppPublic, PezspConsensusBabeAppPublic, PezspConsensusBabeBabeEpochConfiguration, PezspConsensusBabeDigestsNextConfigDescriptor, PezspConsensusBabeDigestsPreDigest, PezspConsensusBeefyEcdsaCryptoPublic, PezspConsensusBeefyMmrBeefyAuthoritySet, PezspConsensusGrandpaAppPublic, PezspCoreCryptoAccountId32, PezspCoreCryptoKeyTypeId, PezspNposElectionsElectionScore, PezspRuntimeDigest, PezspRuntimeMultiSigner, PezspStakingExposure, PezspStakingExposurePage, PezspStakingOffenceOffenceDetails, PezspStakingPagedExposureMetadata, PezspWeightsWeightV2Weight, StagingDicleRuntimeRuntimeParametersKey, StagingDicleRuntimeRuntimeParametersValue, StagingDicleRuntimeSessionKeys, StagingXcmV5Instruction, StagingXcmV5Xcm, XcmVersionedAssetId, XcmVersionedLocation } from '@pezkuwi/types/lookup'; import type { Observable } from '@pezkuwi/types/types'; export type __AugmentedQuery = AugmentedQuery unknown>; @@ -46,13 +46,13 @@ declare module '@pezkuwi/api-base/types/storage' { * Amounts currently reserved in the accounts of the bidders currently winning * (sub-)ranges. **/ - reservedAmounts: AugmentedQuery | [AccountId32 | string | Uint8Array, u32 | AnyNumber | Uint8Array]) => Observable>, [ITuple<[AccountId32, u32]>]> & QueryableStorageEntry]>; + reservedAmounts: AugmentedQuery | string | Uint8Array) => Observable>, [ITuple<[PezspCoreCryptoAccountId32, u32]>]> & QueryableStorageEntry]>; /** * The winning bids for each of the 10 ranges at each sample in the final Ending Period of * the current auction. The map's key is the 0-based index into the Sample Size. The * first sample of the ending period is 0; the last is `Sample Size - 1`. **/ - winning: AugmentedQuery Observable>>>>, [u32]> & QueryableStorageEntry; + winning: AugmentedQuery Observable>>>>, [u32]> & QueryableStorageEntry; /** * Generic query **/ @@ -76,7 +76,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * Author of current block. **/ - author: AugmentedQuery Observable>, []> & QueryableStorageEntry; + author: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * Generic query **/ @@ -222,15 +222,15 @@ declare module '@pezkuwi/api-base/types/storage' { * `Balances` pallet, which uses a `StorageMap` to store balances data only. * NOTE: This is only used in the case that this pallet is used to store balances. **/ - account: AugmentedQuery Observable, [AccountId32]> & QueryableStorageEntry; + account: AugmentedQuery Observable, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Freeze locks on account balances. **/ - freezes: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + freezes: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Holds on account balances. **/ - holds: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + holds: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The total units of outstanding deactivated balance in the system. **/ @@ -241,13 +241,13 @@ declare module '@pezkuwi/api-base/types/storage' { * * Use of locks is deprecated in favour of freezes. See `https://github.com/paritytech/substrate/pull/12951/` **/ - locks: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + locks: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Named reserves on some account balances. * * Use of reserves is deprecated in favour of holds. See `https://github.com/paritytech/substrate/pull/12951/` **/ - reserves: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + reserves: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The total units issued in the system. **/ @@ -379,7 +379,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * Pre-claimed Ethereum accounts, by the Account ID that they are claimed to. **/ - preclaims: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + preclaims: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The statement kind that must be signed, if any. **/ @@ -428,12 +428,12 @@ declare module '@pezkuwi/api-base/types/storage' { * require. The actual amount locked on behalf of this pallet should always be the maximum of * this list. **/ - classLocksFor: AugmentedQuery Observable>>, [AccountId32]> & QueryableStorageEntry; + classLocksFor: AugmentedQuery Observable>>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * All voting for a particular voter in a particular voting class. We store the balance for the * number of votes that we have recorded. **/ - votingFor: AugmentedQuery Observable, [AccountId32, u16]> & QueryableStorageEntry; + votingFor: AugmentedQuery Observable, [PezspCoreCryptoAccountId32, u16]> & QueryableStorageEntry; /** * Generic query **/ @@ -486,7 +486,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * Map of `Agent` to their `Ledger`. **/ - agents: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + agents: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Counter for the related counted storage map **/ @@ -501,7 +501,7 @@ declare module '@pezkuwi/api-base/types/storage' { * Implementation note: We are not using a double map with `delegator` and `agent` account * as keys since we want to restrict delegators to delegate only to one account at a time. **/ - delegators: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + delegators: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Generic query **/ @@ -642,7 +642,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * Keeps track of `AccountId` wishing to unstake and it's corresponding deposit. **/ - queue: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + queue: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Generic query **/ @@ -652,12 +652,12 @@ declare module '@pezkuwi/api-base/types/storage' { /** * The index of each ranks's member into the group of members who have at least that rank. **/ - idToIndex: AugmentedQuery Observable>, [u16, AccountId32]> & QueryableStorageEntry; + idToIndex: AugmentedQuery Observable>, [u16, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The members in the collective by index. All indices in the range `0..MemberCount` will * return `Some`, however a member's index is not guaranteed to remain unchanged over time. **/ - indexToId: AugmentedQuery Observable>, [u16, u32]> & QueryableStorageEntry; + indexToId: AugmentedQuery Observable>, [u16, u32]> & QueryableStorageEntry; /** * The number of members in the collective who have at least the rank according to the index * of the vec. @@ -666,11 +666,11 @@ declare module '@pezkuwi/api-base/types/storage' { /** * The current members of the collective. **/ - members: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + members: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Votes on a given proposal, if it is ongoing. **/ - voting: AugmentedQuery Observable>, [u32, AccountId32]> & QueryableStorageEntry; + voting: AugmentedQuery Observable>, [u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; votingCleanup: AugmentedQuery Observable>, [u32]> & QueryableStorageEntry; /** * Generic query @@ -856,7 +856,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * The lookup from index to account. **/ - accounts: AugmentedQuery Observable>>, [u32]> & QueryableStorageEntry; + accounts: AugmentedQuery Observable>>, [u32]> & QueryableStorageEntry; /** * Generic query **/ @@ -932,7 +932,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * The set of open multisig operations. **/ - multisigs: AugmentedQuery Observable>, [AccountId32, U8aFixed]> & QueryableStorageEntry; + multisigs: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32, U8aFixed]> & QueryableStorageEntry; /** * Generic query **/ @@ -946,7 +946,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * Map from a pool member account to their opted claim permission. **/ - claimPermissions: AugmentedQuery Observable, [AccountId32]> & QueryableStorageEntry; + claimPermissions: AugmentedQuery Observable, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Counter for the related counted storage map **/ @@ -976,7 +976,7 @@ declare module '@pezkuwi/api-base/types/storage' { * pool commissions that are > `GlobalMaxCommission`, necessary if a future * `GlobalMaxCommission` is lower than some current pool commissions. **/ - globalMaxCommission: AugmentedQuery Observable>, []> & QueryableStorageEntry; + globalMaxCommission: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * Ever increasing number of all pools created so far. **/ @@ -1019,14 +1019,14 @@ declare module '@pezkuwi/api-base/types/storage' { * * TWOX-NOTE: SAFE since `AccountId` is a secure hash. **/ - poolMembers: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + poolMembers: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * A reverse lookup from the pool's account id to its id. * * This is only used for slashing and on automatic withdraw update. In all other instances, the * pool id is used, and the accounts are deterministically derived from it. **/ - reversePoolIdLookup: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + reversePoolIdLookup: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Reward pools. This is where there rewards for each pool accumulate. When a members payout is * claimed, the balance comes out of the reward pool. Keyed by the bonded pools account. @@ -1072,7 +1072,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * Keeps track of credits owned by each account. **/ - credits: AugmentedQuery Observable, [AccountId32]> & QueryableStorageEntry; + credits: AugmentedQuery Observable, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Priority queue for all orders which don't yet (or not any more) have any core affinity. **/ @@ -1360,7 +1360,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * The validator account keys of the validators actively participating in parachain consensus. **/ - accountKeys: AugmentedQuery Observable>>, [u32]> & QueryableStorageEntry; + accountKeys: AugmentedQuery Observable>>, [u32]> & QueryableStorageEntry; /** * Assignment keys for the current session. * Note that this API is private due to it being prone to 'off-by-one' at session boundaries. @@ -1443,12 +1443,12 @@ declare module '@pezkuwi/api-base/types/storage' { /** * The announcements made by the proxy (key). **/ - announcements: AugmentedQuery Observable, u128]>>, [AccountId32]> & QueryableStorageEntry; + announcements: AugmentedQuery Observable, u128]>>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The set of account proxies. Maps the account which has delegated to the accounts * which are being delegated to, together with the amount held on deposit. **/ - proxies: AugmentedQuery Observable, u128]>>, [AccountId32]> & QueryableStorageEntry; + proxies: AugmentedQuery Observable, u128]>>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Generic query **/ @@ -1469,7 +1469,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * This account id can only stop scheduled migration. **/ - canceller: AugmentedQuery Observable>, []> & QueryableStorageEntry; + canceller: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * The duration of the post migration cool-off period. * @@ -1492,7 +1492,7 @@ declare module '@pezkuwi/api-base/types/storage' { * This account id has similar privileges to [`Config::AdminOrigin`] except that it * can not set the manager account id via `set_manager` call. **/ - manager: AugmentedQuery Observable>, []> & QueryableStorageEntry; + manager: AugmentedQuery Observable>, []> & QueryableStorageEntry; managerMultisigRound: AugmentedQuery Observable, []> & QueryableStorageEntry; managerMultisigs: AugmentedQuery Observable>, [RuntimeCall]> & QueryableStorageEntry; /** @@ -1532,12 +1532,12 @@ declare module '@pezkuwi/api-base/types/storage' { * * Boolean value is whether they have been migrated to the Asset Hub. Needed for idempotency. **/ - pureProxyCandidatesMigrated: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + pureProxyCandidatesMigrated: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Helper storage item to obtain and store the known accounts that should be kept partially or * fully on Relay Chain. **/ - rcAccounts: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + rcAccounts: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Helper storage item to store the total balance that should be kept on Relay Chain. **/ @@ -1578,17 +1578,17 @@ declare module '@pezkuwi/api-base/types/storage' { * First account is the account to be recovered, and the second account * is the user trying to recover the account. **/ - activeRecoveries: AugmentedQuery Observable>, [AccountId32, AccountId32]> & QueryableStorageEntry; + activeRecoveries: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The list of allowed proxy accounts. * * Map from the user who can access it to the recovered account. **/ - proxy: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + proxy: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The set of recoverable accounts and their recovery configuration. **/ - recoverable: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + recoverable: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Generic query **/ @@ -1686,15 +1686,15 @@ declare module '@pezkuwi/api-base/types/storage' { * disabled using binary search. It gets cleared when `on_session_ending` returns * a new set of identities. **/ - disabledValidators: AugmentedQuery Observable>>, []> & QueryableStorageEntry; + disabledValidators: AugmentedQuery Observable>>, []> & QueryableStorageEntry; /** * The owner of a key. The key is the `KeyTypeId` + the encoded key. **/ - keyOwner: AugmentedQuery | [PezspCoreCryptoKeyTypeId | string | Uint8Array, Bytes | string | Uint8Array]) => Observable>, [ITuple<[PezspCoreCryptoKeyTypeId, Bytes]>]> & QueryableStorageEntry]>; + keyOwner: AugmentedQuery | [PezspCoreCryptoKeyTypeId | string | Uint8Array, Bytes | string | Uint8Array]) => Observable>, [ITuple<[PezspCoreCryptoKeyTypeId, Bytes]>]> & QueryableStorageEntry]>; /** * The next session keys for a validator. **/ - nextKeys: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + nextKeys: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * True if the underlying economic identities or weighting behind the validators * has changed in the queued validator set. @@ -1704,11 +1704,11 @@ declare module '@pezkuwi/api-base/types/storage' { * The queued keys for the next session. When the next session begins, these keys * will be used to determine the validator's session keys. **/ - queuedKeys: AugmentedQuery Observable>>, []> & QueryableStorageEntry; + queuedKeys: AugmentedQuery Observable>>, []> & QueryableStorageEntry; /** * The current set of validators. **/ - validators: AugmentedQuery Observable>, []> & QueryableStorageEntry; + validators: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * Generic query **/ @@ -1733,7 +1733,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * It is illegal for a `None` value to trail in the list. **/ - leases: AugmentedQuery Observable>>>, [u32]> & QueryableStorageEntry; + leases: AugmentedQuery Observable>>>, [u32]> & QueryableStorageEntry; /** * Generic query **/ @@ -1744,7 +1744,7 @@ declare module '@pezkuwi/api-base/types/storage' { * The current bids, stored ordered by the value of the bid. **/ bids: AugmentedQuery Observable>, []> & QueryableStorageEntry; - candidates: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + candidates: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The number of challenge rounds there have been. Used to identify stale DefenderVotes. **/ @@ -1752,24 +1752,24 @@ declare module '@pezkuwi/api-base/types/storage' { /** * Votes for the defender, keyed by challenge round. **/ - defenderVotes: AugmentedQuery Observable>, [u32, AccountId32]> & QueryableStorageEntry; + defenderVotes: AugmentedQuery Observable>, [u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The defending member currently being challenged, along with a running tally of votes. **/ - defending: AugmentedQuery Observable>>, []> & QueryableStorageEntry; + defending: AugmentedQuery Observable>>, []> & QueryableStorageEntry; /** * The first member. **/ - founder: AugmentedQuery Observable>, []> & QueryableStorageEntry; + founder: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * The most primary from the most recently approved rank 0 members in the society. **/ - head: AugmentedQuery Observable>, []> & QueryableStorageEntry; + head: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * The current items in `Members` keyed by their unique index. Keys are densely populated * `0..MemberCount` (does not include `MemberCount`). **/ - memberByIndex: AugmentedQuery Observable>, [u32]> & QueryableStorageEntry; + memberByIndex: AugmentedQuery Observable>, [u32]> & QueryableStorageEntry; /** * The number of items in `Members` currently. (Doesn't include `SuspendedMembers`.) **/ @@ -1777,7 +1777,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * The current members and their rank. Doesn't include `SuspendedMembers`. **/ - members: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + members: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Next challenge rotation scheduled with [Config::BlockNumberProvider]. **/ @@ -1799,7 +1799,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * Information regarding rank-0 payouts, past and future. **/ - payouts: AugmentedQuery Observable, [AccountId32]> & QueryableStorageEntry; + payouts: AugmentedQuery Observable, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Amount of our account balance that is specifically for the next round's bid(s). **/ @@ -1816,19 +1816,19 @@ declare module '@pezkuwi/api-base/types/storage' { /** * The current skeptic. **/ - skeptic: AugmentedQuery Observable>, []> & QueryableStorageEntry; + skeptic: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * The set of suspended members, with their old membership record. **/ - suspendedMembers: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + suspendedMembers: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Clear-cursor for Vote, map from Candidate -> (Maybe) Cursor. **/ - voteClearCursor: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + voteClearCursor: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Double map from Candidate -> Voter -> (Maybe) Vote. **/ - votes: AugmentedQuery Observable>, [AccountId32, AccountId32]> & QueryableStorageEntry; + votes: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Generic query **/ @@ -1847,7 +1847,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * TWOX-NOTE: SAFE since `AccountId` is a secure hash. **/ - bonded: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + bonded: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * A mapping from still-bonded eras to the first session index of that era. * @@ -1865,7 +1865,7 @@ declare module '@pezkuwi/api-base/types/storage' { * nominators. The threshold is compared to the actual number of validators / nominators * (`CountFor*`) in the system compared to the configured max (`Max*Count`). **/ - chillThreshold: AugmentedQuery Observable>, []> & QueryableStorageEntry; + chillThreshold: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * History of claimed paged rewards by era and validator. * @@ -1874,7 +1874,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * It is removed after [`Config::HistoryDepth`] eras. **/ - claimedRewards: AugmentedQuery Observable>, [u32, AccountId32]> & QueryableStorageEntry; + claimedRewards: AugmentedQuery Observable>, [u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Counter for the related counted storage map **/ @@ -1915,7 +1915,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * Note: Deprecated since v14. Use `EraInfo` instead to work with exposures. **/ - erasStakers: AugmentedQuery Observable, [u32, AccountId32]> & QueryableStorageEntry; + erasStakers: AugmentedQuery Observable, [u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Clipped Exposure of validator at era. * @@ -1934,7 +1934,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * Note: Deprecated since v14. Use `EraInfo` instead to work with exposures. **/ - erasStakersClipped: AugmentedQuery Observable, [u32, AccountId32]> & QueryableStorageEntry; + erasStakersClipped: AugmentedQuery Observable, [u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Summary of validator exposure at a given era. * @@ -1949,7 +1949,7 @@ declare module '@pezkuwi/api-base/types/storage' { * Is it removed after [`Config::HistoryDepth`] eras. * If stakers hasn't been set or has been removed then empty overview is returned. **/ - erasStakersOverview: AugmentedQuery Observable>, [u32, AccountId32]> & QueryableStorageEntry; + erasStakersOverview: AugmentedQuery Observable>, [u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Paginated exposure of a validator at given era. * @@ -1958,7 +1958,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * This is cleared after [`Config::HistoryDepth`] eras. **/ - erasStakersPaged: AugmentedQuery Observable>, [u32, AccountId32, u32]> & QueryableStorageEntry; + erasStakersPaged: AugmentedQuery Observable>, [u32, PezspCoreCryptoAccountId32, u32]> & QueryableStorageEntry; /** * The session index at which the era start for the last [`Config::HistoryDepth`] eras. * @@ -1978,7 +1978,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * Is it removed after [`Config::HistoryDepth`] eras. **/ - erasValidatorPrefs: AugmentedQuery Observable, [u32, AccountId32]> & QueryableStorageEntry; + erasValidatorPrefs: AugmentedQuery Observable, [u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The total validator era payout for the last [`Config::HistoryDepth`] eras. * @@ -1994,14 +1994,14 @@ declare module '@pezkuwi/api-base/types/storage' { * easy to initialize and the performance hit is minimal (we expect no more than four * invulnerables) and restricted to testnets. **/ - invulnerables: AugmentedQuery Observable>, []> & QueryableStorageEntry; + invulnerables: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * Map from all (unlocked) "controller" accounts to the info regarding the staking. * * Note: All the reads and mutations to this storage *MUST* be done through the methods exposed * by [`StakingLedger`] to ensure data and lock consistency. **/ - ledger: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + ledger: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The maximum nominator count before we stop allowing new validators to join. * @@ -2013,7 +2013,7 @@ declare module '@pezkuwi/api-base/types/storage' { * is used for stake rewards. * See [Era payout](./index.html#era-payout). **/ - maxStakedRewards: AugmentedQuery Observable>, []> & QueryableStorageEntry; + maxStakedRewards: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * The maximum validator count before we stop allowing new validators to join. * @@ -2025,7 +2025,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * If set to `0`, no limit exists. **/ - minCommission: AugmentedQuery Observable, []> & QueryableStorageEntry; + minCommission: AugmentedQuery Observable, []> & QueryableStorageEntry; /** * The minimum active nominator stake of the last successful election. **/ @@ -2063,32 +2063,32 @@ declare module '@pezkuwi/api-base/types/storage' { * * TWOX-NOTE: SAFE since `AccountId` is a secure hash. **/ - nominators: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + nominators: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * All slashing events on nominators, mapped by era to the highest slash value of the era. **/ - nominatorSlashInEra: AugmentedQuery Observable>, [u32, AccountId32]> & QueryableStorageEntry; + nominatorSlashInEra: AugmentedQuery Observable>, [u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Where the reward payment should be made. Keyed by stash. * * TWOX-NOTE: SAFE since `AccountId` is a secure hash. **/ - payee: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + payee: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Slashing spans for stash accounts. **/ - slashingSpans: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + slashingSpans: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The percentage of the slash that is distributed to reporters. * * The rest of the slashed value is handled by the `Slash`. **/ - slashRewardFraction: AugmentedQuery Observable, []> & QueryableStorageEntry; + slashRewardFraction: AugmentedQuery Observable, []> & QueryableStorageEntry; /** * Records information about the maximum slash of a stash within a slashing span, * as well as how much reward has been paid out. **/ - spanSlash: AugmentedQuery | [AccountId32 | string | Uint8Array, u32 | AnyNumber | Uint8Array]) => Observable, [ITuple<[AccountId32, u32]>]> & QueryableStorageEntry]>; + spanSlash: AugmentedQuery | string | Uint8Array) => Observable, [ITuple<[PezspCoreCryptoAccountId32, u32]>]> & QueryableStorageEntry]>; /** * All unapplied slashes that are queued for later. **/ @@ -2102,12 +2102,12 @@ declare module '@pezkuwi/api-base/types/storage' { * * TWOX-NOTE: SAFE since `AccountId` is a secure hash. **/ - validators: AugmentedQuery Observable, [AccountId32]> & QueryableStorageEntry; + validators: AugmentedQuery Observable, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * All slashing events on validators, mapped by era to the highest slash proportion * and slash value of the era. **/ - validatorSlashInEra: AugmentedQuery Observable>>, [u32, AccountId32]> & QueryableStorageEntry; + validatorSlashInEra: AugmentedQuery Observable>>, [u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Stakers whose funds are managed by other pallets. * @@ -2116,7 +2116,7 @@ declare module '@pezkuwi/api-base/types/storage' { * directly via this pallet. Instead, these accounts are managed by other pallets and accessed * via low level apis. We keep track of them to do minimal integrity checks. **/ - virtualStakers: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + virtualStakers: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Generic query **/ @@ -2166,13 +2166,13 @@ declare module '@pezkuwi/api-base/types/storage' { * This is populated during a session, and is flushed and sent over via [`SendToAssetHub`] * at each session end. **/ - validatorPoints: AugmentedQuery Observable, [AccountId32]> & QueryableStorageEntry; + validatorPoints: AugmentedQuery Observable, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The queued validator sets for a given planning session index. * * This is received via a call from AssetHub. **/ - validatorSet: AugmentedQuery Observable]>>>, []> & QueryableStorageEntry; + validatorSet: AugmentedQuery Observable]>>>, []> & QueryableStorageEntry; /** * The session index at which the latest elected validator set was applied. * @@ -2189,7 +2189,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * The full account information for a particular account ID. **/ - account: AugmentedQuery Observable, [AccountId32]> & QueryableStorageEntry; + account: AugmentedQuery Observable, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Total length (in bytes) for all extrinsics put together, for the current block. **/ @@ -2367,7 +2367,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * Information regarding the vesting of a given account. **/ - vesting: AugmentedQuery Observable>>, [AccountId32]> & QueryableStorageEntry; + vesting: AugmentedQuery Observable>>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Generic query **/ @@ -2389,7 +2389,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * Nodes store links forward and back within their respective bags. **/ - listNodes: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + listNodes: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Lock all updates to this pallet. * @@ -2401,7 +2401,7 @@ declare module '@pezkuwi/api-base/types/storage' { * Pointer that remembers the next node that will be auto-rebagged. * When `None`, the next scan will start from the list head again. **/ - nextNodeAutoRebagged: AugmentedQuery Observable>, []> & QueryableStorageEntry; + nextNodeAutoRebagged: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * Generic query **/ @@ -2435,7 +2435,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * Fungible assets which we know are locked on this chain. **/ - lockedFungibles: AugmentedQuery Observable>>>, [AccountId32]> & QueryableStorageEntry; + lockedFungibles: AugmentedQuery Observable>>>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The ongoing queries. **/ @@ -2456,7 +2456,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * Fungible assets which we know are locked on a remote chain. **/ - remoteLockedFungibles: AugmentedQuery Observable>, [u32, AccountId32, XcmVersionedAssetId]> & QueryableStorageEntry; + remoteLockedFungibles: AugmentedQuery Observable>, [u32, PezspCoreCryptoAccountId32, XcmVersionedAssetId]> & QueryableStorageEntry; /** * Default version to encode XCM when latest version of destination is unknown. If `None`, * then the destinations whose XCM version is unknown are considered unreachable. diff --git a/packages/api-augment/src/dicle/runtime.ts b/packages/api-augment/src/dicle/runtime.ts index a1e506d..e385691 100644 --- a/packages/api-augment/src/dicle/runtime.ts +++ b/packages/api-augment/src/dicle/runtime.ts @@ -13,7 +13,7 @@ import type { Extrinsic } from '@pezkuwi/types/interfaces/extrinsics'; import type { OpaqueMetadata } from '@pezkuwi/types/interfaces/metadata'; import type { AccountId32, H256, OriginCaller, RuntimeCall, Slot } from '@pezkuwi/types/interfaces/runtime'; import type { ParaId, ValidationCodeHash } from '@pezkuwi/types/interfaces/teyrchains'; -import type { PezkuwiCorePrimitivesInboundDownwardMessage, PezkuwiCorePrimitivesInboundHrmpMessage, PezkuwiPrimitivesV8ApprovalVotingParams, PezkuwiPrimitivesV8AsyncBackingAsyncBackingParams, PezkuwiPrimitivesV8CandidateCommitments, PezkuwiPrimitivesV8DisputeState, PezkuwiPrimitivesV8ExecutorParams, PezkuwiPrimitivesV8GroupRotationInfo, PezkuwiPrimitivesV8OccupiedCoreAssumption, PezkuwiPrimitivesV8PersistedValidationData, PezkuwiPrimitivesV8PvfCheckStatement, PezkuwiPrimitivesV8SessionInfo, PezkuwiPrimitivesV8SlashingDisputeProof, PezkuwiPrimitivesV8SlashingPendingSlashes, PezkuwiPrimitivesV8ValidatorAppPublic, PezkuwiPrimitivesV8ValidatorAppSignature, PezkuwiPrimitivesVstagingAsyncBackingBackingState, PezkuwiPrimitivesVstagingAsyncBackingConstraints, PezkuwiPrimitivesVstagingCandidateEvent, PezkuwiPrimitivesVstagingCommittedCandidateReceiptV2, PezkuwiPrimitivesVstagingCoreState, PezkuwiPrimitivesVstagingScrapedOnChainVotes, PezpalletTransactionPaymentFeeDetails, PezpalletTransactionPaymentRuntimeDispatchInfo, PezspAuthorityDiscoveryAppPublic, PezspConsensusBabeAppPublic, PezspConsensusBabeBabeConfiguration, PezspConsensusBabeEpoch, PezspConsensusBeefyDoubleVotingProof, PezspConsensusBeefyEcdsaCryptoPublic, PezspConsensusBeefyForkVotingProofOpaqueValue, PezspConsensusBeefyFutureBlockVotingProof, PezspConsensusBeefyMmrBeefyAuthoritySet, PezspConsensusBeefyValidatorSet, PezspConsensusGrandpaAppPublic, PezspConsensusGrandpaEquivocationProof, PezspConsensusSlotsEquivocationProof, PezspCoreCryptoKeyTypeId, PezspInherentsCheckInherentsResult, PezspInherentsInherentData, PezspMmrPrimitivesError, PezspMmrPrimitivesLeafProof, PezspRuntimeBlock, PezspRuntimeDispatchError, PezspRuntimeExtrinsicInclusionMode, PezspRuntimeHeader, PezspRuntimeTransactionValidityTransactionSource, PezspRuntimeTransactionValidityTransactionValidityError, PezspRuntimeTransactionValidityValidTransaction, PezspVersionRuntimeVersion, PezspWeightsWeightV2Weight, RelayCommonApisInflationInfo, XcmRuntimeApisConversionsError, XcmRuntimeApisDryRunCallDryRunEffects, XcmRuntimeApisDryRunError, XcmRuntimeApisDryRunXcmDryRunEffects, XcmRuntimeApisFeesError, XcmVersionedAssetId, XcmVersionedAssets, XcmVersionedLocation, XcmVersionedXcm } from '@pezkuwi/types/lookup'; +import type { PezkuwiCorePrimitivesInboundDownwardMessage, PezkuwiCorePrimitivesInboundHrmpMessage, PezkuwiPrimitivesV8ApprovalVotingParams, PezkuwiPrimitivesV8AsyncBackingAsyncBackingParams, PezkuwiPrimitivesV8CandidateCommitments, PezkuwiPrimitivesV8DisputeState, PezkuwiPrimitivesV8ExecutorParams, PezkuwiPrimitivesV8GroupRotationInfo, PezkuwiPrimitivesV8OccupiedCoreAssumption, PezkuwiPrimitivesV8PersistedValidationData, PezkuwiPrimitivesV8PvfCheckStatement, PezkuwiPrimitivesV8SessionInfo, PezkuwiPrimitivesV8SlashingDisputeProof, PezkuwiPrimitivesV8SlashingPendingSlashes, PezkuwiPrimitivesV8ValidatorAppPublic, PezkuwiPrimitivesV8ValidatorAppSignature, PezkuwiPrimitivesVstagingAsyncBackingBackingState, PezkuwiPrimitivesVstagingAsyncBackingConstraints, PezkuwiPrimitivesVstagingCandidateEvent, PezkuwiPrimitivesVstagingCommittedCandidateReceiptV2, PezkuwiPrimitivesVstagingCoreState, PezkuwiPrimitivesVstagingScrapedOnChainVotes, PezpalletTransactionPaymentFeeDetails, PezpalletTransactionPaymentRuntimeDispatchInfo, PezspAuthorityDiscoveryAppPublic, PezspConsensusBabeAppPublic, PezspConsensusBabeBabeConfiguration, PezspConsensusBabeEpoch, PezspConsensusBeefyDoubleVotingProof, PezspConsensusBeefyEcdsaCryptoPublic, PezspConsensusBeefyForkVotingProofOpaqueValue, PezspConsensusBeefyFutureBlockVotingProof, PezspConsensusBeefyMmrBeefyAuthoritySet, PezspConsensusBeefyValidatorSet, PezspConsensusGrandpaAppPublic, PezspConsensusGrandpaEquivocationProof, PezspConsensusSlotsEquivocationProof, PezspCoreCryptoAccountId32, PezspCoreCryptoKeyTypeId, PezspInherentsCheckInherentsResult, PezspInherentsInherentData, PezspMmrPrimitivesError, PezspMmrPrimitivesLeafProof, PezspRuntimeBlock, PezspRuntimeDispatchError, PezspRuntimeExtrinsicInclusionMode, PezspRuntimeHeader, PezspRuntimeTransactionValidityTransactionSource, PezspRuntimeTransactionValidityTransactionValidityError, PezspRuntimeTransactionValidityValidTransaction, PezspVersionRuntimeVersion, PezspWeightsWeightV2Weight, RelayCommonApisInflationInfo, XcmRuntimeApisConversionsError, XcmRuntimeApisDryRunCallDryRunEffects, XcmRuntimeApisDryRunError, XcmRuntimeApisDryRunXcmDryRunEffects, XcmRuntimeApisFeesError, XcmVersionedAssetId, XcmVersionedAssets, XcmVersionedLocation, XcmVersionedXcm } from '@pezkuwi/types/lookup'; import type { IExtrinsic, Observable } from '@pezkuwi/types/types'; export type __AugmentedCall = AugmentedCall; @@ -239,7 +239,7 @@ declare module '@pezkuwi/api-base/types/calls' { /** * Converts `Location` to `AccountId`. **/ - convertLocation: AugmentedCall Observable>>; + convertLocation: AugmentedCall Observable>>; /** * Generic call **/ @@ -254,7 +254,7 @@ declare module '@pezkuwi/api-base/types/calls' { /** * Returns the metadata at a given version.,, If the given `version` isn't supported, this will return `None`., Use [`Self::metadata_versions`] to find out about supported metadata version of the runtime. **/ - metadataAtVersion: AugmentedCall Observable>>; + metadataAtVersion: AugmentedCall Observable>>; /** * Returns the supported metadata versions.,, This can be used to call `metadata_at_version`. **/ @@ -320,7 +320,7 @@ declare module '@pezkuwi/api-base/types/calls' { /** * Returns the bonded account and reward account associated with the pool_id. **/ - poolAccounts: AugmentedCall Observable>>; + poolAccounts: AugmentedCall Observable>>; /** * Total balance contributed to the pool. **/ diff --git a/packages/api-augment/src/dicle/tx.ts b/packages/api-augment/src/dicle/tx.ts index 88e13f8..38da689 100644 --- a/packages/api-augment/src/dicle/tx.ts +++ b/packages/api-augment/src/dicle/tx.ts @@ -8,8 +8,8 @@ import '@pezkuwi/api-base/types/submittable'; import type { ApiTypes, AugmentedSubmittable, SubmittableExtrinsic, SubmittableExtrinsicFunction } from '@pezkuwi/api-base/types'; import type { Bytes, Compact, Option, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@pezkuwi/types-codec'; import type { AnyNumber, IMethod, ITuple } from '@pezkuwi/types-codec/types'; -import type { AccountId32, H256, MultiAddress, Perbill, Percent, RuntimeCall } from '@pezkuwi/types/interfaces/runtime'; -import type { DicleRuntimeConstantsProxyProxyType, PezframeSupportPreimagesBounded, PezframeSupportScheduleDispatchTime, PezkuwiPrimitivesV8ApprovalVotingParams, PezkuwiPrimitivesV8AsyncBackingAsyncBackingParams, PezkuwiPrimitivesV8ExecutorParams, PezkuwiPrimitivesV8PvfCheckStatement, PezkuwiPrimitivesV8SchedulerParams, PezkuwiPrimitivesV8ValidatorAppSignature, PezkuwiPrimitivesVstagingDisputeProof, PezkuwiPrimitivesVstagingInherentData, PezkuwiRuntimeCommonClaimsEcdsaSignature, PezkuwiRuntimeCommonClaimsEthereumAddress, PezkuwiRuntimeCommonClaimsStatementKind, PezkuwiRuntimeCommonImplsVersionedLocatableAsset, PezkuwiRuntimeTeyrchainsInclusionAggregateMessageOrigin, PezkuwiTeyrchainPrimitivesPrimitivesHrmpChannelId, PezpalletBalancesAdjustmentDirection, PezpalletBrokerCoretimeInterfaceCoreAssignment, PezpalletConvictionVotingConviction, PezpalletConvictionVotingVoteAccountVote, PezpalletElectionProviderMultiPhaseRawSolution, PezpalletElectionProviderMultiPhaseSolutionOrSnapshotSize, PezpalletMultisigTimepoint, PezpalletNominationPoolsBondExtra, PezpalletNominationPoolsClaimPermission, PezpalletNominationPoolsCommissionChangeRate, PezpalletNominationPoolsCommissionClaimPermission, PezpalletNominationPoolsConfigOpAccountId32, PezpalletNominationPoolsConfigOpPerbill, PezpalletNominationPoolsConfigOpU128, PezpalletNominationPoolsConfigOpU32, PezpalletNominationPoolsPoolState, PezpalletRcMigratorManagerMultisigVote, PezpalletRcMigratorMigrationStage, PezpalletRcMigratorQueuePriority, PezpalletStakingAsyncAhClientOperatingMode, PezpalletStakingAsyncRcClientValidatorSetReport, PezpalletStakingPezpalletConfigOpPerbill, PezpalletStakingPezpalletConfigOpPercent, PezpalletStakingPezpalletConfigOpU128, PezpalletStakingPezpalletConfigOpU32, PezpalletStakingRewardDestination, PezpalletStakingUnlockChunk, PezpalletStakingValidatorPrefs, PezpalletVestingVestingInfo, PezspConsensusBabeDigestsNextConfigDescriptor, PezspConsensusBeefyDoubleVotingProof, PezspConsensusBeefyForkVotingProofAncestryProof, PezspConsensusBeefyFutureBlockVotingProof, PezspConsensusGrandpaEquivocationProof, PezspConsensusSlotsEquivocationProof, PezspNposElectionsElectionScore, PezspNposElectionsSupport, PezspRuntimeMultiSignature, PezspRuntimeMultiSigner, PezspSessionMembershipProof, PezspWeightsWeightV2Weight, StagingDicleRuntimeOriginCaller, StagingDicleRuntimeRuntimeParameters, StagingDicleRuntimeSessionKeys, StagingXcmExecutorAssetTransferTransferType, StagingXcmV5Location, StagingXcmV5Response, XcmV3WeightLimit, XcmVersionedAssetId, XcmVersionedAssets, XcmVersionedLocation, XcmVersionedXcm } from '@pezkuwi/types/lookup'; +import type { AccountId, AccountIndex, Address, H256, LookupSource, RuntimeCall } from '@pezkuwi/types/interfaces/runtime'; +import type { DicleRuntimeConstantsProxyProxyType, PezframeSupportPreimagesBounded, PezframeSupportScheduleDispatchTime, PezkuwiPrimitivesV8ApprovalVotingParams, PezkuwiPrimitivesV8AsyncBackingAsyncBackingParams, PezkuwiPrimitivesV8ExecutorParams, PezkuwiPrimitivesV8PvfCheckStatement, PezkuwiPrimitivesV8SchedulerParams, PezkuwiPrimitivesV8ValidatorAppSignature, PezkuwiPrimitivesVstagingDisputeProof, PezkuwiPrimitivesVstagingInherentData, PezkuwiRuntimeCommonClaimsEcdsaSignature, PezkuwiRuntimeCommonClaimsEthereumAddress, PezkuwiRuntimeCommonClaimsStatementKind, PezkuwiRuntimeCommonImplsVersionedLocatableAsset, PezkuwiRuntimeTeyrchainsInclusionAggregateMessageOrigin, PezkuwiTeyrchainPrimitivesPrimitivesHrmpChannelId, PezpalletBalancesAdjustmentDirection, PezpalletBrokerCoretimeInterfaceCoreAssignment, PezpalletConvictionVotingConviction, PezpalletConvictionVotingVoteAccountVote, PezpalletElectionProviderMultiPhaseRawSolution, PezpalletElectionProviderMultiPhaseSolutionOrSnapshotSize, PezpalletMultisigTimepoint, PezpalletNominationPoolsBondExtra, PezpalletNominationPoolsClaimPermission, PezpalletNominationPoolsCommissionChangeRate, PezpalletNominationPoolsCommissionClaimPermission, PezpalletNominationPoolsConfigOpAccountId32, PezpalletNominationPoolsConfigOpPerbill, PezpalletNominationPoolsConfigOpU128, PezpalletNominationPoolsConfigOpU32, PezpalletNominationPoolsPoolState, PezpalletRcMigratorManagerMultisigVote, PezpalletRcMigratorMigrationStage, PezpalletRcMigratorQueuePriority, PezpalletStakingAsyncAhClientOperatingMode, PezpalletStakingAsyncRcClientValidatorSetReport, PezpalletStakingPezpalletConfigOpPerbill, PezpalletStakingPezpalletConfigOpPercent, PezpalletStakingPezpalletConfigOpU128, PezpalletStakingPezpalletConfigOpU32, PezpalletStakingRewardDestination, PezpalletStakingUnlockChunk, PezpalletStakingValidatorPrefs, PezpalletVestingVestingInfo, PezspConsensusBabeDigestsNextConfigDescriptor, PezspConsensusBeefyDoubleVotingProof, PezspConsensusBeefyForkVotingProofAncestryProof, PezspConsensusBeefyFutureBlockVotingProof, PezspConsensusGrandpaEquivocationProof, PezspConsensusSlotsEquivocationProof, PezspCoreCryptoAccountId32, PezspNposElectionsElectionScore, PezspNposElectionsSupport, PezspRuntimeMultiAddress, PezspRuntimeMultiSignature, PezspRuntimeMultiSigner, PezspSessionMembershipProof, PezspWeightsWeightV2Weight, StagingDicleRuntimeOriginCaller, StagingDicleRuntimeRuntimeParameters, StagingDicleRuntimeSessionKeys, StagingXcmExecutorAssetTransferTransferType, StagingXcmV5Location, StagingXcmV5Response, XcmV3WeightLimit, XcmVersionedAssetId, XcmVersionedAssets, XcmVersionedLocation, XcmVersionedXcm } from '@pezkuwi/types/lookup'; export type __AugmentedSubmittable = AugmentedSubmittable<() => unknown>; export type __SubmittableExtrinsic = SubmittableExtrinsic; @@ -138,18 +138,18 @@ declare module '@pezkuwi/api-base/types/submittable' { * * The dispatch origin for this call is `root`. **/ - forceSetBalance: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, newFree: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, Compact]>; + forceSetBalance: AugmentedSubmittable<(who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, newFree: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, Compact]>; /** * Exactly as `transfer_allow_death`, except the origin must be root and the source account * may be specified. **/ - forceTransfer: AugmentedSubmittable<(source: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, value: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, MultiAddress, Compact]>; + forceTransfer: AugmentedSubmittable<(source: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, dest: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, value: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, Compact]>; /** * Unreserve some balance from a user by force. * * Can only be called by ROOT. **/ - forceUnreserve: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, u128]>; + forceUnreserve: AugmentedSubmittable<(who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, u128]>; /** * Transfer the entire transferable balance from the caller account. * @@ -167,7 +167,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * transfer everything except at least the existential deposit, which will guarantee to * keep the sender account alive (true). **/ - transferAll: AugmentedSubmittable<(dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic, [MultiAddress, bool]>; + transferAll: AugmentedSubmittable<(dest: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, bool]>; /** * Transfer some liquid free balance to another account. * @@ -177,7 +177,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * The dispatch origin for this call must be `Signed` by the transactor. **/ - transferAllowDeath: AugmentedSubmittable<(dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, value: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, Compact]>; + transferAllowDeath: AugmentedSubmittable<(dest: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, value: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, Compact]>; /** * Same as the [`transfer_allow_death`] call, but with a check that the transfer will not * kill the origin account. @@ -186,7 +186,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * [`transfer_allow_death`]: struct.Pallet.html#method.transfer **/ - transferKeepAlive: AugmentedSubmittable<(dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, value: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, Compact]>; + transferKeepAlive: AugmentedSubmittable<(dest: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, value: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, Compact]>; /** * Upgrade a specified account. * @@ -197,7 +197,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * be upgraded. (We let some not have to be upgraded just in order to allow for the * possibility of churn). **/ - upgradeAccounts: AugmentedSubmittable<(who: Vec | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic, [Vec]>; + upgradeAccounts: AugmentedSubmittable<(who: Vec | string | Uint8Array) => SubmittableExtrinsic, [Vec]>; /** * Generic tx **/ @@ -303,7 +303,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * ## Complexity * - O(1). **/ - approveBountyWithCurator: AugmentedSubmittable<(bountyId: Compact | AnyNumber | Uint8Array, curator: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, fee: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, Compact]>; + approveBountyWithCurator: AugmentedSubmittable<(bountyId: Compact | AnyNumber | Uint8Array, curator: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, fee: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, Compact]>; /** * Award bounty to a beneficiary account. The beneficiary will be able to claim the funds * after a delay. @@ -316,7 +316,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * ## Complexity * - O(1). **/ - awardBounty: AugmentedSubmittable<(bountyId: Compact | AnyNumber | Uint8Array, beneficiary: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress]>; + awardBounty: AugmentedSubmittable<(bountyId: Compact | AnyNumber | Uint8Array, beneficiary: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress]>; /** * Claim the payout from an awarded bounty after payout delay. * @@ -393,7 +393,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * ## Complexity * - O(1). **/ - proposeCurator: AugmentedSubmittable<(bountyId: Compact | AnyNumber | Uint8Array, curator: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, fee: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, Compact]>; + proposeCurator: AugmentedSubmittable<(bountyId: Compact | AnyNumber | Uint8Array, curator: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, fee: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, Compact]>; /** * Unassign curator from a bounty. * @@ -483,7 +483,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `child_bounty_id`: Index of child bounty. * - `beneficiary`: Beneficiary account. **/ - awardChildBounty: AugmentedSubmittable<(parentBountyId: Compact | AnyNumber | Uint8Array, childBountyId: Compact | AnyNumber | Uint8Array, beneficiary: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, Compact, MultiAddress]>; + awardChildBounty: AugmentedSubmittable<(parentBountyId: Compact | AnyNumber | Uint8Array, childBountyId: Compact | AnyNumber | Uint8Array, beneficiary: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, Compact, PezspRuntimeMultiAddress]>; /** * Claim the payout from an awarded child-bounty after payout delay. * @@ -545,7 +545,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `curator`: Address of child-bounty curator. * - `fee`: payment fee to child-bounty curator for execution. **/ - proposeCurator: AugmentedSubmittable<(parentBountyId: Compact | AnyNumber | Uint8Array, childBountyId: Compact | AnyNumber | Uint8Array, curator: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, fee: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, Compact, MultiAddress, Compact]>; + proposeCurator: AugmentedSubmittable<(parentBountyId: Compact | AnyNumber | Uint8Array, childBountyId: Compact | AnyNumber | Uint8Array, curator: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, fee: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, Compact, PezspRuntimeMultiAddress, Compact]>; /** * Unassign curator from a child-bounty. * @@ -637,7 +637,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Total Complexity: O(1) * **/ - claim: AugmentedSubmittable<(dest: AccountId32 | string | Uint8Array, ethereumSignature: PezkuwiRuntimeCommonClaimsEcdsaSignature) => SubmittableExtrinsic, [AccountId32, PezkuwiRuntimeCommonClaimsEcdsaSignature]>; + claim: AugmentedSubmittable<(dest: PezspCoreCryptoAccountId32 | string | Uint8Array, ethereumSignature: PezkuwiRuntimeCommonClaimsEcdsaSignature) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32, PezkuwiRuntimeCommonClaimsEcdsaSignature]>; /** * Make a claim to collect your DOTs by signing a statement. * @@ -667,7 +667,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Total Complexity: O(1) * **/ - claimAttest: AugmentedSubmittable<(dest: AccountId32 | string | Uint8Array, ethereumSignature: PezkuwiRuntimeCommonClaimsEcdsaSignature, statement: Bytes | string | Uint8Array) => SubmittableExtrinsic, [AccountId32, PezkuwiRuntimeCommonClaimsEcdsaSignature, Bytes]>; + claimAttest: AugmentedSubmittable<(dest: PezspCoreCryptoAccountId32 | string | Uint8Array, ethereumSignature: PezkuwiRuntimeCommonClaimsEcdsaSignature, statement: Bytes | string | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32, PezkuwiRuntimeCommonClaimsEcdsaSignature, Bytes]>; /** * Mint a new claim to collect DOTs. * @@ -686,7 +686,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * **/ mintClaim: AugmentedSubmittable<(who: PezkuwiRuntimeCommonClaimsEthereumAddress, value: u128 | AnyNumber | Uint8Array, vestingSchedule: Option> | null | Uint8Array | ITuple<[u128, u128, u32]> | [u128 | AnyNumber | Uint8Array, u128 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array], statement: Option | null | Uint8Array | PezkuwiRuntimeCommonClaimsStatementKind) => SubmittableExtrinsic, [PezkuwiRuntimeCommonClaimsEthereumAddress, u128, Option>, Option]>; - moveClaim: AugmentedSubmittable<(old: PezkuwiRuntimeCommonClaimsEthereumAddress, updated: PezkuwiRuntimeCommonClaimsEthereumAddress, maybePreclaim: Option | null | Uint8Array | AccountId32 | string) => SubmittableExtrinsic, [PezkuwiRuntimeCommonClaimsEthereumAddress, PezkuwiRuntimeCommonClaimsEthereumAddress, Option]>; + moveClaim: AugmentedSubmittable<(old: PezkuwiRuntimeCommonClaimsEthereumAddress, updated: PezkuwiRuntimeCommonClaimsEthereumAddress, maybePreclaim: Option | string | Uint8Array) => SubmittableExtrinsic, [PezkuwiRuntimeCommonClaimsEthereumAddress, PezkuwiRuntimeCommonClaimsEthereumAddress, Option]>; /** * Generic tx **/ @@ -846,7 +846,7 @@ declare module '@pezkuwi/api-base/types/submittable' { /** * Set the on demand (parathreads) fee variability. **/ - setOnDemandFeeVariability: AugmentedSubmittable<(updated: Perbill | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Perbill]>; + setOnDemandFeeVariability: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32]>; /** * Set the on demand (parathreads) queue max size. **/ @@ -854,7 +854,7 @@ declare module '@pezkuwi/api-base/types/submittable' { /** * Set the on demand (parathreads) fee variability. **/ - setOnDemandTargetQueueUtilization: AugmentedSubmittable<(updated: Perbill | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Perbill]>; + setOnDemandTargetQueueUtilization: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32]>; /** * Set the availability period for paras. **/ @@ -918,7 +918,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Weight: `O(R)` where R is the number of polls the voter delegating to has * voted on. Weight is initially charged as if maximum votes, but is refunded later. **/ - delegate: AugmentedSubmittable<(clazz: u16 | AnyNumber | Uint8Array, to: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, conviction: PezpalletConvictionVotingConviction, balance: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u16, MultiAddress, PezpalletConvictionVotingConviction, u128]>; + delegate: AugmentedSubmittable<(clazz: u16 | AnyNumber | Uint8Array, to: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, conviction: PezpalletConvictionVotingConviction, balance: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u16, PezspRuntimeMultiAddress, PezpalletConvictionVotingConviction, u128]>; /** * Remove a vote for a poll. * @@ -937,7 +937,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Weight: `O(R + log R)` where R is the number of polls that `target` has voted on. * Weight is calculated for the maximum number of vote. **/ - removeOtherVote: AugmentedSubmittable<(target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, clazz: u16 | AnyNumber | Uint8Array, index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, u16, u32]>; + removeOtherVote: AugmentedSubmittable<(target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, clazz: u16 | AnyNumber | Uint8Array, index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, u16, u32]>; /** * Remove a vote for a poll. * @@ -998,7 +998,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(R)` with R number of vote of target. **/ - unlock: AugmentedSubmittable<(clazz: u16 | AnyNumber | Uint8Array, target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u16, MultiAddress]>; + unlock: AugmentedSubmittable<(clazz: u16 | AnyNumber | Uint8Array, target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u16, PezspRuntimeMultiAddress]>; /** * Vote in a poll. If `vote.is_aye()`, the vote is to enact the proposal; * otherwise it is a vote to keep the status quo. @@ -1029,7 +1029,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * -`end_hint`: An optional hint as to when this particular set of instructions will end. **/ assignCore: AugmentedSubmittable<(core: u16 | AnyNumber | Uint8Array, begin: u32 | AnyNumber | Uint8Array, assignment: Vec> | ([PezpalletBrokerCoretimeInterfaceCoreAssignment, u16 | AnyNumber | Uint8Array])[], endHint: Option | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic, [u16, u32, Vec>, Option]>; - creditAccount: AugmentedSubmittable<(who: AccountId32 | string | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [AccountId32, u128]>; + creditAccount: AugmentedSubmittable<(who: PezspCoreCryptoAccountId32 | string | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32, u128]>; /** * Request the configuration to be updated with the specified number of cores. Warning: * Since this only schedules a configuration update, it takes two sessions to come into @@ -1120,7 +1120,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `who`: The account whose contribution should be withdrawn. * - `index`: The parachain to whose crowdloan the contribution was made. **/ - withdraw: AugmentedSubmittable<(who: AccountId32 | string | Uint8Array, index: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [AccountId32, Compact]>; + withdraw: AugmentedSubmittable<(who: PezspCoreCryptoAccountId32 | string | Uint8Array, index: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32, Compact]>; /** * Generic tx **/ @@ -1144,7 +1144,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * feasibility check itself can in principle cause the election process to fail (due to * memory/weight constrains). **/ - setEmergencyElectionResult: AugmentedSubmittable<(supports: Vec> | ([AccountId32 | string | Uint8Array, PezspNposElectionsSupport])[]) => SubmittableExtrinsic, [Vec>]>; + setEmergencyElectionResult: AugmentedSubmittable<(supports: Vec> | string | Uint8Array) => SubmittableExtrinsic, [Vec>]>; /** * Set a new value for `MinimumUntrustedScore`. * @@ -1268,7 +1268,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - addMember: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + addMember: AugmentedSubmittable<(who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * Remove votes from the given poll. It must have ended. * @@ -1291,7 +1291,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)`, less if the member's index is highest in its rank. **/ - demoteMember: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + demoteMember: AugmentedSubmittable<(who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * Exchanges a member with a new account and the same existing rank. * @@ -1299,7 +1299,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `who`: Account of existing member of rank greater than zero to be exchanged. * - `new_who`: New Account of existing member of rank greater than zero to exchanged to. **/ - exchangeMember: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, newWho: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress, MultiAddress]>; + exchangeMember: AugmentedSubmittable<(who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, newWho: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, PezspRuntimeMultiAddress]>; /** * Increment the rank of an existing member by one. * @@ -1308,7 +1308,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(1)` **/ - promoteMember: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + promoteMember: AugmentedSubmittable<(who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * Remove the member entirely. * @@ -1318,7 +1318,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(min_rank)`. **/ - removeMember: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, minRank: u16 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, u16]>; + removeMember: AugmentedSubmittable<(who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, minRank: u16 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, u16]>; /** * Add an aye or nay vote for the sender to the given proposal. * @@ -1628,7 +1628,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * ## Complexity * - `O(1)`. **/ - forceTransfer: AugmentedSubmittable<(updated: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, index: u32 | AnyNumber | Uint8Array, freeze: bool | boolean | Uint8Array) => SubmittableExtrinsic, [MultiAddress, u32, bool]>; + forceTransfer: AugmentedSubmittable<(updated: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, index: u32 | AnyNumber | Uint8Array, freeze: bool | boolean | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, u32, bool]>; /** * Free up an index owned by the sender. * @@ -1686,7 +1686,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * ## Complexity * - `O(1)`. **/ - transfer: AugmentedSubmittable<(updated: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, u32]>; + transfer: AugmentedSubmittable<(updated: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, u32]>; /** * Generic tx **/ @@ -1763,7 +1763,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - Storage: inserts one item, value size bounded by `MaxSignatories`, with a deposit * taken for its lifetime of `DepositBase + threshold * DepositFactor`. **/ - approveAsMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec | (AccountId32 | string | Uint8Array)[], maybeTimepoint: Option | null | Uint8Array | PezpalletMultisigTimepoint, callHash: U8aFixed | string | Uint8Array, maxWeight: PezspWeightsWeightV2Weight) => SubmittableExtrinsic, [u16, Vec, Option, U8aFixed, PezspWeightsWeightV2Weight]>; + approveAsMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec | string | Uint8Array, maybeTimepoint: Option | null | Uint8Array | PezpalletMultisigTimepoint, callHash: U8aFixed | string | Uint8Array, maxWeight: PezspWeightsWeightV2Weight) => SubmittableExtrinsic, [u16, Vec, Option, U8aFixed, PezspWeightsWeightV2Weight]>; /** * Register approval for a dispatch to be made from a deterministic composite account if * approved by a total of `threshold - 1` of `other_signatories`. @@ -1805,7 +1805,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - Storage: inserts one item, value size bounded by `MaxSignatories`, with a deposit * taken for its lifetime of `DepositBase + threshold * DepositFactor`. **/ - asMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec | (AccountId32 | string | Uint8Array)[], maybeTimepoint: Option | null | Uint8Array | PezpalletMultisigTimepoint, call: RuntimeCall | IMethod | string | Uint8Array, maxWeight: PezspWeightsWeightV2Weight) => SubmittableExtrinsic, [u16, Vec, Option, RuntimeCall, PezspWeightsWeightV2Weight]>; + asMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec | string | Uint8Array, maybeTimepoint: Option | null | Uint8Array | PezpalletMultisigTimepoint, call: RuntimeCall | IMethod | string | Uint8Array, maxWeight: PezspWeightsWeightV2Weight) => SubmittableExtrinsic, [u16, Vec, Option, RuntimeCall, PezspWeightsWeightV2Weight]>; /** * Immediately dispatch a multi-signature call using a single approval from the caller. * @@ -1820,7 +1820,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * ## Complexity * O(Z + C) where Z is the length of the call and C its execution weight. **/ - asMultiThreshold1: AugmentedSubmittable<(otherSignatories: Vec | (AccountId32 | string | Uint8Array)[], call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic, [Vec, RuntimeCall]>; + asMultiThreshold1: AugmentedSubmittable<(otherSignatories: Vec | string | Uint8Array, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic, [Vec, RuntimeCall]>; /** * Cancel a pre-existing, on-going multisig transaction. Any deposit reserved previously * for this operation will be unreserved on success. @@ -1844,7 +1844,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - I/O: 1 read `O(S)`, one remove. * - Storage: removes one item. **/ - cancelAsMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec | (AccountId32 | string | Uint8Array)[], timepoint: PezpalletMultisigTimepoint, callHash: U8aFixed | string | Uint8Array) => SubmittableExtrinsic, [u16, Vec, PezpalletMultisigTimepoint, U8aFixed]>; + cancelAsMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec | string | Uint8Array, timepoint: PezpalletMultisigTimepoint, callHash: U8aFixed | string | Uint8Array) => SubmittableExtrinsic, [u16, Vec, PezpalletMultisigTimepoint, U8aFixed]>; /** * Poke the deposit reserved for an existing multisig operation. * @@ -1860,7 +1860,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Emits `DepositPoked` if successful. **/ - pokeDeposit: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec | (AccountId32 | string | Uint8Array)[], callHash: U8aFixed | string | Uint8Array) => SubmittableExtrinsic, [u16, Vec, U8aFixed]>; + pokeDeposit: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec | string | Uint8Array, callHash: U8aFixed | string | Uint8Array) => SubmittableExtrinsic, [u16, Vec, U8aFixed]>; /** * Generic tx **/ @@ -1888,7 +1888,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * is successful, fee is refunded and caller may be rewarded with a part of the slash * based on the [`crate::pallet::Config::StakeAdapter`] configuration. **/ - applySlash: AugmentedSubmittable<(memberAccount: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + applySlash: AugmentedSubmittable<(memberAccount: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * Bond `extra` more funds from `origin` into the pool to which they already belong. * @@ -1910,7 +1910,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * `other` members assuming set_claim_permission for the given member is * `PermissionlessCompound` or `PermissionlessAll`. **/ - bondExtraOther: AugmentedSubmittable<(member: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, extra: PezpalletNominationPoolsBondExtra) => SubmittableExtrinsic, [MultiAddress, PezpalletNominationPoolsBondExtra]>; + bondExtraOther: AugmentedSubmittable<(member: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, extra: PezpalletNominationPoolsBondExtra) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, PezpalletNominationPoolsBondExtra]>; /** * Chill on behalf of the pool. * @@ -1967,7 +1967,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Pool member `other` must have a `PermissionlessWithdraw` or `PermissionlessAll` claim * permission for this call to be successful. **/ - claimPayoutOther: AugmentedSubmittable<(other: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [AccountId32]>; + claimPayoutOther: AugmentedSubmittable<(other: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32]>; /** * Create a new delegation pool. * @@ -1987,7 +1987,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * In addition to `amount`, the caller will transfer the existential deposit; so the caller * needs at have at least `amount + existential_deposit` transferable. **/ - create: AugmentedSubmittable<(amount: Compact | AnyNumber | Uint8Array, root: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, nominator: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, bouncer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, MultiAddress, MultiAddress]>; + create: AugmentedSubmittable<(amount: Compact | AnyNumber | Uint8Array, root: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, nominator: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, bouncer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress]>; /** * Create a new delegation pool with a previously used pool id * @@ -1996,7 +1996,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * same as `create` with the inclusion of * * `pool_id` - `A valid PoolId. **/ - createWithPoolId: AugmentedSubmittable<(amount: Compact | AnyNumber | Uint8Array, root: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, nominator: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, bouncer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, MultiAddress, MultiAddress, u32]>; + createWithPoolId: AugmentedSubmittable<(amount: Compact | AnyNumber | Uint8Array, root: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, nominator: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, bouncer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, u32]>; /** * Stake funds with a pool. The amount to bond is delegated (or transferred based on * [`adapter::StakeStrategyType`]) from the member to the pool account and immediately @@ -2027,7 +2027,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * If the pool has migrated to delegation based staking, the staked tokens of pool members * can be moved and held in their own account. See [`adapter::DelegateStake`] **/ - migrateDelegation: AugmentedSubmittable<(memberAccount: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + migrateDelegation: AugmentedSubmittable<(memberAccount: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * Migrate pool from [`adapter::StakeStrategyType::Transfer`] to * [`adapter::StakeStrategyType::Delegate`]. @@ -2054,7 +2054,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * In addition to a `root` or `nominator` role of `origin`, the pool's depositor needs to * have at least `depositor_min_bond` in the pool to start nominating. **/ - nominate: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, validators: Vec | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic, [u32, Vec]>; + nominate: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, validators: Vec | string | Uint8Array) => SubmittableExtrinsic, [u32, Vec]>; /** * Call `withdraw_unbonded` for the pools account. This call can be made by any account. * @@ -2081,7 +2081,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * - If a `None` is supplied to `new_commission`, existing commission will be removed. **/ - setCommission: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, newCommission: Option> | null | Uint8Array | ITuple<[Perbill, AccountId32]> | [Perbill | AnyNumber | Uint8Array, AccountId32 | string | Uint8Array]) => SubmittableExtrinsic, [u32, Option>]>; + setCommission: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, newCommission: Option> | string | Uint8Array) => SubmittableExtrinsic, [u32, Option>]>; /** * Set the commission change rate for a pool. * @@ -2103,7 +2103,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - Current commission will be lowered in the event it is higher than a new max * commission. **/ - setCommissionMax: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, maxCommission: Perbill | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, Perbill]>; + setCommissionMax: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, maxCommission: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, u32]>; /** * Update configurations for the nomination pools. The origin for this call must be * [`Config::AdminOrigin`]. @@ -2171,7 +2171,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * in which case, the result of this call will likely be the `NoMoreChunks` error from the * staking system. **/ - unbond: AugmentedSubmittable<(memberAccount: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, unbondingPoints: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, Compact]>; + unbond: AugmentedSubmittable<(memberAccount: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, unbondingPoints: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, Compact]>; /** * Update the roles of the pool. * @@ -2181,7 +2181,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * It emits an event, notifying UIs of the role change. This event is quite relevant to * most pool members and they should be informed of changes to pool roles. **/ - updateRoles: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, newRoot: PezpalletNominationPoolsConfigOpAccountId32, newNominator: PezpalletNominationPoolsConfigOpAccountId32, newBouncer: PezpalletNominationPoolsConfigOpAccountId32) => SubmittableExtrinsic, [u32, PezpalletNominationPoolsConfigOpAccountId32, PezpalletNominationPoolsConfigOpAccountId32, PezpalletNominationPoolsConfigOpAccountId32]>; + updateRoles: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, newRoot: PezpalletNominationPoolsConfigOpAccountId32 | string | Uint8Array, newNominator: PezpalletNominationPoolsConfigOpAccountId32 | string | Uint8Array, newBouncer: PezpalletNominationPoolsConfigOpAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [u32, PezpalletNominationPoolsConfigOpAccountId32, PezpalletNominationPoolsConfigOpAccountId32, PezpalletNominationPoolsConfigOpAccountId32]>; /** * Withdraw unbonded funds from `member_account`. If no bonded funds can be unbonded, an * error is returned. @@ -2206,7 +2206,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * withdraw. This calculation adds some weight overhead and is only defensive. In reality, * pool slashes must have been already applied via permissionless [`Call::apply_slash`]. **/ - withdrawUnbonded: AugmentedSubmittable<(memberAccount: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, u32]>; + withdrawUnbonded: AugmentedSubmittable<(memberAccount: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, u32]>; /** * Generic tx **/ @@ -2464,7 +2464,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `delay`: The announcement period required of the initial proxy. Will generally be * zero. **/ - addProxy: AugmentedSubmittable<(delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, proxyType: DicleRuntimeConstantsProxyProxyType, delay: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, DicleRuntimeConstantsProxyProxyType, u32]>; + addProxy: AugmentedSubmittable<(delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, proxyType: DicleRuntimeConstantsProxyProxyType, delay: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, DicleRuntimeConstantsProxyProxyType, u32]>; /** * Publish the hash of a proxy-call that will be made in the future. * @@ -2482,7 +2482,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `real`: The account that the proxy will make a call on behalf of. * - `call_hash`: The hash of the call to be made by the `real` account. **/ - announce: AugmentedSubmittable<(real: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress, H256]>; + announce: AugmentedSubmittable<(real: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, H256]>; /** * Spawn a fresh new account that is guaranteed to be otherwise inaccessible, and * initialize it with a proxy of `proxy_type` for `origin` sender. @@ -2522,7 +2522,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Fails with `NoPermission` in case the caller is not a previously created pure * account whose `create_pure` call has corresponding parameters. **/ - killPure: AugmentedSubmittable<(spawner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, proxyType: DicleRuntimeConstantsProxyProxyType, index: u16 | AnyNumber | Uint8Array, height: Compact | AnyNumber | Uint8Array, extIndex: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, DicleRuntimeConstantsProxyProxyType, u16, Compact, Compact]>; + killPure: AugmentedSubmittable<(spawner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, proxyType: DicleRuntimeConstantsProxyProxyType, index: u16 | AnyNumber | Uint8Array, height: Compact | AnyNumber | Uint8Array, extIndex: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, DicleRuntimeConstantsProxyProxyType, u16, Compact, Compact]>; /** * Poke / Adjust deposits made for proxies and announcements based on current values. * This can be used by accounts to possibly lower their locked amount. @@ -2545,7 +2545,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `force_proxy_type`: Specify the exact proxy type to be used and checked for this call. * - `call`: The call to be made by the `real` account. **/ - proxy: AugmentedSubmittable<(real: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, forceProxyType: Option | null | Uint8Array | DicleRuntimeConstantsProxyProxyType, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress, Option, RuntimeCall]>; + proxy: AugmentedSubmittable<(real: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, forceProxyType: Option | null | Uint8Array | DicleRuntimeConstantsProxyProxyType, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, Option, RuntimeCall]>; /** * Dispatch the given `call` from an account that the sender is authorized for through * `add_proxy`. @@ -2559,7 +2559,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `force_proxy_type`: Specify the exact proxy type to be used and checked for this call. * - `call`: The call to be made by the `real` account. **/ - proxyAnnounced: AugmentedSubmittable<(delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, real: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, forceProxyType: Option | null | Uint8Array | DicleRuntimeConstantsProxyProxyType, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress, MultiAddress, Option, RuntimeCall]>; + proxyAnnounced: AugmentedSubmittable<(delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, real: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, forceProxyType: Option | null | Uint8Array | DicleRuntimeConstantsProxyProxyType, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, Option, RuntimeCall]>; /** * Remove the given announcement of a delegate. * @@ -2572,7 +2572,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `delegate`: The account that previously announced the call. * - `call_hash`: The hash of the call to be made. **/ - rejectAnnouncement: AugmentedSubmittable<(delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress, H256]>; + rejectAnnouncement: AugmentedSubmittable<(delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, H256]>; /** * Remove a given announcement. * @@ -2585,7 +2585,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `real`: The account that the proxy will make a call on behalf of. * - `call_hash`: The hash of the call to be made by the `real` account. **/ - removeAnnouncement: AugmentedSubmittable<(real: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress, H256]>; + removeAnnouncement: AugmentedSubmittable<(real: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, H256]>; /** * Unregister all proxy accounts for the sender. * @@ -2604,7 +2604,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `proxy`: The account that the `caller` would like to remove as a proxy. * - `proxy_type`: The permissions currently enabled for the removed proxy account. **/ - removeProxy: AugmentedSubmittable<(delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, proxyType: DicleRuntimeConstantsProxyProxyType, delay: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, DicleRuntimeConstantsProxyProxyType, u32]>; + removeProxy: AugmentedSubmittable<(delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, proxyType: DicleRuntimeConstantsProxyProxyType, delay: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, DicleRuntimeConstantsProxyProxyType, u32]>; /** * Generic tx **/ @@ -2633,7 +2633,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * The accounts must have no consumers references. **/ - preserveAccounts: AugmentedSubmittable<(accounts: Vec | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic, [Vec]>; + preserveAccounts: AugmentedSubmittable<(accounts: Vec | string | Uint8Array) => SubmittableExtrinsic, [Vec]>; /** * Receive a query response from the Asset Hub for a previously sent xcm message. **/ @@ -2683,14 +2683,14 @@ declare module '@pezkuwi/api-base/types/submittable' { * * The canceller can only stop scheduled migration. **/ - setCanceller: AugmentedSubmittable<(updated: Option | null | Uint8Array | AccountId32 | string) => SubmittableExtrinsic, [Option]>; + setCanceller: AugmentedSubmittable<(updated: Option | string | Uint8Array) => SubmittableExtrinsic, [Option]>; /** * Set the manager account id. * * The manager has the similar to [`Config::AdminOrigin`] privileges except that it * can not set the manager account id via `set_manager` call. **/ - setManager: AugmentedSubmittable<(updated: Option | null | Uint8Array | AccountId32 | string) => SubmittableExtrinsic, [Option]>; + setManager: AugmentedSubmittable<(updated: Option | string | Uint8Array) => SubmittableExtrinsic, [Option]>; /** * Set the unprocessed message buffer size. * @@ -2732,7 +2732,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `account`: The recovered account you want to make a call on-behalf-of. * - `call`: The call you want to make with the recovered account. **/ - asRecovered: AugmentedSubmittable<(account: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress, RuntimeCall]>; + asRecovered: AugmentedSubmittable<(account: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, RuntimeCall]>; /** * Cancel the ability to use `as_recovered` for `account`. * @@ -2742,7 +2742,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Parameters: * - `account`: The recovered account you are able to call on-behalf-of. **/ - cancelRecovered: AugmentedSubmittable<(account: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + cancelRecovered: AugmentedSubmittable<(account: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * Allow a successful rescuer to claim their recovered account. * @@ -2754,7 +2754,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `account`: The lost account that you want to claim has been successfully recovered by * you. **/ - claimRecovery: AugmentedSubmittable<(account: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + claimRecovery: AugmentedSubmittable<(account: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * As the controller of a recoverable account, close an active recovery * process for your account. @@ -2768,7 +2768,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Parameters: * - `rescuer`: The account trying to rescue this recoverable account. **/ - closeRecovery: AugmentedSubmittable<(rescuer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + closeRecovery: AugmentedSubmittable<(rescuer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * Create a recovery configuration for your account. This makes your account recoverable. * @@ -2787,7 +2787,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `delay_period`: The number of blocks after a recovery attempt is initialized that * needs to pass before the account can be recovered. **/ - createRecovery: AugmentedSubmittable<(friends: Vec | (AccountId32 | string | Uint8Array)[], threshold: u16 | AnyNumber | Uint8Array, delayPeriod: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Vec, u16, u32]>; + createRecovery: AugmentedSubmittable<(friends: Vec | string | Uint8Array, threshold: u16 | AnyNumber | Uint8Array, delayPeriod: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Vec, u16, u32]>; /** * Initiate the process for recovering a recoverable account. * @@ -2801,7 +2801,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `account`: The lost account that you want to recover. This account needs to be * recoverable (i.e. have a recovery configuration). **/ - initiateRecovery: AugmentedSubmittable<(account: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + initiateRecovery: AugmentedSubmittable<(account: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * Poke deposits for recovery configurations and / or active recoveries. * @@ -2827,7 +2827,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Emits `DepositPoked` if any deposit is updated. * Multiple events may be emitted in case both types of deposits are updated. **/ - pokeDeposit: AugmentedSubmittable<(maybeAccount: Option | null | Uint8Array | MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string) => SubmittableExtrinsic, [Option]>; + pokeDeposit: AugmentedSubmittable<(maybeAccount: Option | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Option]>; /** * Remove the recovery process for your account. Recovered accounts are still accessible. * @@ -2852,7 +2852,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `lost`: The "lost account" to be recovered. * - `rescuer`: The "rescuer account" which can call as the lost account. **/ - setRecovered: AugmentedSubmittable<(lost: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, rescuer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress, MultiAddress]>; + setRecovered: AugmentedSubmittable<(lost: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, rescuer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, PezspRuntimeMultiAddress]>; /** * Allow a "friend" of a recoverable account to vouch for an active recovery * process for that account. @@ -2867,7 +2867,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * The combination of these two parameters must point to an active recovery * process. **/ - vouchRecovery: AugmentedSubmittable<(lost: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, rescuer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress, MultiAddress]>; + vouchRecovery: AugmentedSubmittable<(lost: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, rescuer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, PezspRuntimeMultiAddress]>; /** * Generic tx **/ @@ -2993,7 +2993,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * The deposit taken can be specified for this registration. Any `ParaId` * can be registered, including sub-1000 IDs which are System Parachains. **/ - forceRegister: AugmentedSubmittable<(who: AccountId32 | string | Uint8Array, deposit: u128 | AnyNumber | Uint8Array, id: u32 | AnyNumber | Uint8Array, genesisHead: Bytes | string | Uint8Array, validationCode: Bytes | string | Uint8Array) => SubmittableExtrinsic, [AccountId32, u128, u32, Bytes, Bytes]>; + forceRegister: AugmentedSubmittable<(who: PezspCoreCryptoAccountId32 | string | Uint8Array, deposit: u128 | AnyNumber | Uint8Array, id: u32 | AnyNumber | Uint8Array, genesisHead: Bytes | string | Uint8Array, validationCode: Bytes | string | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32, u128, u32, Bytes, Bytes]>; /** * Register head data and validation code for a reserved Para Id. * @@ -3199,7 +3199,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * The dispatch origin for this call must match `T::ForceOrigin`. **/ - forceLease: AugmentedSubmittable<(para: u32 | AnyNumber | Uint8Array, leaser: AccountId32 | string | Uint8Array, amount: u128 | AnyNumber | Uint8Array, periodBegin: u32 | AnyNumber | Uint8Array, periodCount: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, AccountId32, u128, u32, u32]>; + forceLease: AugmentedSubmittable<(para: u32 | AnyNumber | Uint8Array, leaser: PezspCoreCryptoAccountId32 | string | Uint8Array, amount: u128 | AnyNumber | Uint8Array, periodBegin: u32 | AnyNumber | Uint8Array, periodCount: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, PezspCoreCryptoAccountId32, u128, u32, u32]>; /** * Try to onboard a parachain that has a lease for the current lease period. * @@ -3221,7 +3221,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Founder, only after the period for voting has ended and only when the candidate is not * clearly rejected. **/ - bestowMembership: AugmentedSubmittable<(candidate: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [AccountId32]>; + bestowMembership: AugmentedSubmittable<(candidate: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32]>; /** * A user outside of the society can make a bid for entry. * @@ -3244,7 +3244,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * May be called by any Signed origin, but only after the candidate's candidacy is ended. **/ - cleanupCandidacy: AugmentedSubmittable<(candidate: AccountId32 | string | Uint8Array, max: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [AccountId32, u32]>; + cleanupCandidacy: AugmentedSubmittable<(candidate: PezspCoreCryptoAccountId32 | string | Uint8Array, max: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32, u32]>; /** * Remove up to `max` stale votes for the defender in the given `challenge_round`. * @@ -3276,7 +3276,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * The bid deposit is lost and the voucher is banned. **/ - dropCandidate: AugmentedSubmittable<(candidate: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [AccountId32]>; + dropCandidate: AugmentedSubmittable<(candidate: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32]>; /** * Found the society. * @@ -3296,7 +3296,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Complexity: O(1) **/ - foundSociety: AugmentedSubmittable<(founder: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, maxMembers: u32 | AnyNumber | Uint8Array, maxIntake: u32 | AnyNumber | Uint8Array, maxStrikes: u32 | AnyNumber | Uint8Array, candidateDeposit: u128 | AnyNumber | Uint8Array, rules: Bytes | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress, u32, u32, u32, u128, Bytes]>; + foundSociety: AugmentedSubmittable<(founder: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, maxMembers: u32 | AnyNumber | Uint8Array, maxIntake: u32 | AnyNumber | Uint8Array, maxStrikes: u32 | AnyNumber | Uint8Array, candidateDeposit: u128 | AnyNumber | Uint8Array, rules: Bytes | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, u32, u32, u32, u128, Bytes]>; /** * Allow suspension judgement origin to make judgement on a suspended member. * @@ -3313,7 +3313,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `forgive` - A boolean representing whether the suspension judgement origin forgives * (`true`) or rejects (`false`) a suspended member. **/ - judgeSuspendedMember: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, forgive: bool | boolean | Uint8Array) => SubmittableExtrinsic, [MultiAddress, bool]>; + judgeSuspendedMember: AugmentedSubmittable<(who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, forgive: bool | boolean | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, bool]>; /** * Remove the candidate's application from the society. Callable only by the Signed origin * of the Founder, only after the period for voting has ended, and only when they do not @@ -3321,7 +3321,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Any bid deposit is lost and voucher is banned. **/ - kickCandidate: AugmentedSubmittable<(candidate: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [AccountId32]>; + kickCandidate: AugmentedSubmittable<(candidate: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32]>; /** * Transfer the first matured payout for the sender and remove it from the records. * @@ -3401,7 +3401,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `approve`: A boolean which says if the candidate should be approved (`true`) or * rejected (`false`). **/ - vote: AugmentedSubmittable<(candidate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, approve: bool | boolean | Uint8Array) => SubmittableExtrinsic, [MultiAddress, bool]>; + vote: AugmentedSubmittable<(candidate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, approve: bool | boolean | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, bool]>; /** * As a member, vouch for someone to join society by placing a bid on their behalf. * @@ -3421,7 +3421,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `tip`: Your cut of the total `value` payout when the candidate is inducted into * the society. Tips larger than `value` will be saturated upon payout. **/ - vouch: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, value: u128 | AnyNumber | Uint8Array, tip: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, u128, u128]>; + vouch: AugmentedSubmittable<(who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, value: u128 | AnyNumber | Uint8Array, tip: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, u128, u128]>; /** * Repay the payment previously given to the member with the signed origin, remove any * pending payments, and elevate them from rank 0 to rank 1. @@ -3519,7 +3519,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * This can be helpful if bond requirements are updated, and we need to remove old users * who do not satisfy these requirements. **/ - chillOther: AugmentedSubmittable<(stash: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [AccountId32]>; + chillOther: AugmentedSubmittable<(stash: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32]>; /** * Updates a batch of controller accounts to their corresponding stash account if they are * not the same. Ignores any controller accounts that do not exist, and does not operate if @@ -3529,13 +3529,13 @@ declare module '@pezkuwi/api-base/types/submittable' { * * The dispatch origin must be `T::AdminOrigin`. **/ - deprecateControllerBatch: AugmentedSubmittable<(controllers: Vec | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic, [Vec]>; + deprecateControllerBatch: AugmentedSubmittable<(controllers: Vec | string | Uint8Array) => SubmittableExtrinsic, [Vec]>; /** * Force a validator to have at least the minimum commission. This will not affect a * validator who already has a commission greater than or equal to the minimum. Any account * can call this. **/ - forceApplyMinCommission: AugmentedSubmittable<(validatorStash: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [AccountId32]>; + forceApplyMinCommission: AugmentedSubmittable<(validatorStash: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32]>; /** * Force there to be a new era at the end of the next session. After this, it will be * reset to normal (non-forced) behaviour. @@ -3591,7 +3591,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `num_slashing_spans`: Refer to comments on [`Call::withdraw_unbonded`] for more * details. **/ - forceUnstake: AugmentedSubmittable<(stash: AccountId32 | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [AccountId32, u32]>; + forceUnstake: AugmentedSubmittable<(stash: PezspCoreCryptoAccountId32 | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32, u32]>; /** * Increments the ideal number of validators up to maximum of * `ElectionProviderBase::MaxWinners`. @@ -3615,7 +3615,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Note: Making this call only makes sense if you first set the validator preferences to * block any further nominations. **/ - kick: AugmentedSubmittable<(who: Vec | (MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array)[]) => SubmittableExtrinsic, [Vec]>; + kick: AugmentedSubmittable<(who: Vec | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Vec]>; /** * This function allows governance to manually slash a validator and is a * **fallback mechanism**. @@ -3639,7 +3639,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * will be applied. * - The slash will be deferred by `SlashDeferDuration` eras before being enacted. **/ - manualSlash: AugmentedSubmittable<(validatorStash: AccountId32 | string | Uint8Array, era: u32 | AnyNumber | Uint8Array, slashFraction: Perbill | AnyNumber | Uint8Array) => SubmittableExtrinsic, [AccountId32, u32, Perbill]>; + manualSlash: AugmentedSubmittable<(validatorStash: PezspCoreCryptoAccountId32 | string | Uint8Array, era: u32 | AnyNumber | Uint8Array, slashFraction: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32, u32, u32]>; /** * Removes the legacy Staking locks if they exist. * @@ -3649,7 +3649,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * The fee is waived if the migration is successful. **/ - migrateCurrency: AugmentedSubmittable<(stash: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [AccountId32]>; + migrateCurrency: AugmentedSubmittable<(stash: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32]>; /** * Declare the desire to nominate `targets` for the origin controller. * @@ -3662,7 +3662,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * which is capped at CompactAssignments::LIMIT (T::MaxNominations). * - Both the reads and writes follow a similar pattern. **/ - nominate: AugmentedSubmittable<(targets: Vec | (MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array)[]) => SubmittableExtrinsic, [Vec]>; + nominate: AugmentedSubmittable<(targets: Vec | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Vec]>; /** * Pay out next page of the stakers behind a validator for the given era. * @@ -3678,7 +3678,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * If all pages are claimed, it returns an error `InvalidPage`. **/ - payoutStakers: AugmentedSubmittable<(validatorStash: AccountId32 | string | Uint8Array, era: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [AccountId32, u32]>; + payoutStakers: AugmentedSubmittable<(validatorStash: PezspCoreCryptoAccountId32 | string | Uint8Array, era: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32, u32]>; /** * Pay out a page of the stakers behind a validator for the given era and page. * @@ -3698,7 +3698,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * and so it should not be assumed the highest staker would be on the topmost page and vice * versa. If rewards are not claimed in [`Config::HistoryDepth`] eras, they are lost. **/ - payoutStakersByPage: AugmentedSubmittable<(validatorStash: AccountId32 | string | Uint8Array, era: u32 | AnyNumber | Uint8Array, page: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [AccountId32, u32, u32]>; + payoutStakersByPage: AugmentedSubmittable<(validatorStash: PezspCoreCryptoAccountId32 | string | Uint8Array, era: u32 | AnyNumber | Uint8Array, page: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32, u32, u32]>; /** * Remove all data structures concerning a staker/stash once it is at a state where it can * be considered `dust` in the staking system. The requirements are: @@ -3719,7 +3719,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `num_slashing_spans`: Refer to comments on [`Call::withdraw_unbonded`] for more * details. **/ - reapStash: AugmentedSubmittable<(stash: AccountId32 | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [AccountId32, u32]>; + reapStash: AugmentedSubmittable<(stash: PezspCoreCryptoAccountId32 | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32, u32]>; /** * Rebond a portion of the stash scheduled to be unlocked. * @@ -3743,7 +3743,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * ledger associated with the stash. If the input parameters are not set, the ledger will * be reset values from on-chain state. **/ - restoreLedger: AugmentedSubmittable<(stash: AccountId32 | string | Uint8Array, maybeController: Option | null | Uint8Array | AccountId32 | string, maybeTotal: Option | null | Uint8Array | u128 | AnyNumber, maybeUnlocking: Option> | null | Uint8Array | Vec | (PezpalletStakingUnlockChunk)[]) => SubmittableExtrinsic, [AccountId32, Option, Option, Option>]>; + restoreLedger: AugmentedSubmittable<(stash: PezspCoreCryptoAccountId32 | string | Uint8Array, maybeController: Option | string | Uint8Array, maybeTotal: Option | null | Uint8Array | u128 | AnyNumber, maybeUnlocking: Option> | null | Uint8Array | Vec | (PezpalletStakingUnlockChunk)[]) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32, Option, Option, Option>]>; /** * Scale up the ideal number of validators by a factor up to maximum of * `ElectionProviderBase::MaxWinners`. @@ -3753,7 +3753,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * ## Complexity * Same as [`Self::set_validator_count`]. **/ - scaleValidatorCount: AugmentedSubmittable<(factor: Percent | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Percent]>; + scaleValidatorCount: AugmentedSubmittable<(factor: u8 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u8]>; /** * (Re-)sets the controller of a stash to the stash itself. This function previously * accepted a `controller` argument to set the controller to an account other than the @@ -3776,14 +3776,14 @@ declare module '@pezkuwi/api-base/types/submittable' { * * The dispatch origin must be Root. **/ - setInvulnerables: AugmentedSubmittable<(invulnerables: Vec | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic, [Vec]>; + setInvulnerables: AugmentedSubmittable<(invulnerables: Vec | string | Uint8Array) => SubmittableExtrinsic, [Vec]>; /** * Sets the minimum amount of commission that each validators must maintain. * * This call has lower privilege requirements than `set_staking_config` and can be called * by the `T::AdminOrigin`. Root can always call this. **/ - setMinCommission: AugmentedSubmittable<(updated: Perbill | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Perbill]>; + setMinCommission: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32]>; /** * (Re-)set the payment target for a controller. * @@ -3860,7 +3860,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * This will waive the transaction fee if the `payee` is successfully migrated. **/ - updatePayee: AugmentedSubmittable<(controller: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [AccountId32]>; + updatePayee: AugmentedSubmittable<(controller: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32]>; /** * Declare the desire to validate for the origin controller. * @@ -4136,7 +4136,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Emits [`Event::SpendApproved`] if successful. **/ - spendLocal: AugmentedSubmittable<(amount: Compact | AnyNumber | Uint8Array, beneficiary: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress]>; + spendLocal: AugmentedSubmittable<(amount: Compact | AnyNumber | Uint8Array, beneficiary: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress]>; /** * Void previously approved spend. * @@ -4297,7 +4297,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `target`: An account that has a vesting schedule * - `schedule_index`: The vesting schedule index that should be removed **/ - forceRemoveVestingSchedule: AugmentedSubmittable<(target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, scheduleIndex: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, u32]>; + forceRemoveVestingSchedule: AugmentedSubmittable<(target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, scheduleIndex: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, u32]>; /** * Force a vested transfer. * @@ -4314,7 +4314,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * ## Complexity * - `O(1)`. **/ - forceVestedTransfer: AugmentedSubmittable<(source: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, schedule: PezpalletVestingVestingInfo) => SubmittableExtrinsic, [MultiAddress, MultiAddress, PezpalletVestingVestingInfo]>; + forceVestedTransfer: AugmentedSubmittable<(source: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, schedule: PezpalletVestingVestingInfo) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, PezpalletVestingVestingInfo]>; /** * Merge two vesting schedules together, creating a new vesting schedule that unlocks over * the highest possible start and end blocks. If both schedules have already started the @@ -4366,7 +4366,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * ## Complexity * - `O(1)`. **/ - vestedTransfer: AugmentedSubmittable<(target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, schedule: PezpalletVestingVestingInfo) => SubmittableExtrinsic, [MultiAddress, PezpalletVestingVestingInfo]>; + vestedTransfer: AugmentedSubmittable<(target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, schedule: PezpalletVestingVestingInfo) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, PezpalletVestingVestingInfo]>; /** * Unlock any vested funds of a `target` account. * @@ -4380,7 +4380,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * ## Complexity * - `O(1)`. **/ - vestOther: AugmentedSubmittable<(target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + vestOther: AugmentedSubmittable<(target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * Generic tx **/ @@ -4399,13 +4399,13 @@ declare module '@pezkuwi/api-base/types/submittable' { * - both nodes are within the same bag, * - and `origin` has a greater `Score` than `lighter`. **/ - putInFrontOf: AugmentedSubmittable<(lighter: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + putInFrontOf: AugmentedSubmittable<(lighter: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * Same as [`Pallet::put_in_front_of`], but it can be called by anyone. * * Fee is paid by the origin under all circumstances. **/ - putInFrontOfOther: AugmentedSubmittable<(heavier: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, lighter: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress, MultiAddress]>; + putInFrontOfOther: AugmentedSubmittable<(heavier: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, lighter: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, PezspRuntimeMultiAddress]>; /** * Declare that some `dislocated` account has, through rewards or penalties, sufficiently * changed its score that it should properly fall into a different bag than its current @@ -4418,7 +4418,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * If `dislocated` does not exists, it returns an error. **/ - rebag: AugmentedSubmittable<(dislocated: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + rebag: AugmentedSubmittable<(dislocated: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * Generic tx **/ diff --git a/packages/api-augment/src/packageInfo.ts b/packages/api-augment/src/packageInfo.ts index a7197b9..534e947 100644 --- a/packages/api-augment/src/packageInfo.ts +++ b/packages/api-augment/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @pezkuwi/dev -export const packageInfo = { name: '@pezkuwi/api-augment', path: 'auto', type: 'auto', version: '16.5.18' }; +export const packageInfo = { name: '@pezkuwi/api-augment', path: 'auto', type: 'auto', version: '16.5.34' }; diff --git a/packages/api-augment/src/pezkuwi/consts.ts b/packages/api-augment/src/pezkuwi/consts.ts index 9ae3489..6fe2868 100644 --- a/packages/api-augment/src/pezkuwi/consts.ts +++ b/packages/api-augment/src/pezkuwi/consts.ts @@ -8,8 +8,7 @@ import '@pezkuwi/api-base/types/consts'; import type { ApiTypes, AugmentedConst } from '@pezkuwi/api-base/types'; import type { Bytes, Option, Vec, u128, u16, u32, u64, u8 } from '@pezkuwi/types-codec'; import type { Codec, ITuple } from '@pezkuwi/types-codec/types'; -import type { AccountId32, Perbill, Permill } from '@pezkuwi/types/interfaces/runtime'; -import type { PezframeSupportPezpalletId, PezframeSystemLimitsBlockLength, PezframeSystemLimitsBlockWeights, PezpalletReferendaTrackDetails, PezspVersionRuntimeVersion, PezspWeightsRuntimeDbWeight, PezspWeightsWeightV2Weight, StagingXcmV5Junctions } from '@pezkuwi/types/lookup'; +import type { PezframeSupportPezpalletId, PezframeSystemLimitsBlockLength, PezframeSystemLimitsBlockWeights, PezpalletReferendaTrackDetails, PezspCoreCryptoAccountId32, PezspVersionRuntimeVersion, PezspWeightsRuntimeDbWeight, PezspWeightsWeightV2Weight, StagingXcmV5Junctions } from '@pezkuwi/types/lookup'; export type __AugmentedConst = AugmentedConst; @@ -154,7 +153,7 @@ declare module '@pezkuwi/api-base/types/consts' { * This deposit has optional upper and lower bounds with `CuratorDepositMax` and * `CuratorDepositMin`. **/ - curatorDepositMultiplier: Permill & AugmentedConst; + curatorDepositMultiplier: u32 & AugmentedConst; /** * The amount held on deposit per byte within the tip report reason or bounty description. **/ @@ -253,7 +252,7 @@ declare module '@pezkuwi/api-base/types/consts' { /** * Fraction of the slash that is rewarded to the caller of pending slash to the agent. **/ - slashRewardFraction: Perbill & AugmentedConst; + slashRewardFraction: u32 & AugmentedConst; /** * Generic const **/ @@ -264,7 +263,7 @@ declare module '@pezkuwi/api-base/types/consts' { * The minimum amount of improvement to the solution score that defines a solution as * "better" in the Signed phase. **/ - betterSignedThreshold: Perbill & AugmentedConst; + betterSignedThreshold: u32 & AugmentedConst; /** * Maximum number of voters that can support a winner in an election solution. * @@ -811,7 +810,7 @@ declare module '@pezkuwi/api-base/types/consts' { /** * Percentage of spare funds (if any) that are burnt per spend period. **/ - burn: Permill & AugmentedConst; + burn: u32 & AugmentedConst; /** * DEPRECATED: associated with `spend_local` call and will be removed in May 2025. * Refer to for migration to `spend`. @@ -832,7 +831,7 @@ declare module '@pezkuwi/api-base/types/consts' { /** * Gets this pallet's derived pot account. **/ - potAccount: AccountId32 & AugmentedConst; + potAccount: PezspCoreCryptoAccountId32 & AugmentedConst; /** * Period between successive spends. **/ diff --git a/packages/api-augment/src/pezkuwi/events.ts b/packages/api-augment/src/pezkuwi/events.ts index fa0bcb0..1767c62 100644 --- a/packages/api-augment/src/pezkuwi/events.ts +++ b/packages/api-augment/src/pezkuwi/events.ts @@ -8,8 +8,8 @@ import '@pezkuwi/api-base/types/events'; import type { ApiTypes, AugmentedEvent } from '@pezkuwi/api-base/types'; import type { Bytes, Null, Option, Result, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@pezkuwi/types-codec'; import type { ITuple } from '@pezkuwi/types-codec/types'; -import type { AccountId32, H256, Perbill } from '@pezkuwi/types/interfaces/runtime'; -import type { PezframeSupportDispatchPostDispatchInfo, PezframeSupportMessagesProcessMessageError, PezframeSupportPreimagesBounded, PezframeSupportTokensMiscBalanceStatus, PezframeSystemDispatchEventInfo, PezkuwiPrimitivesVstagingCandidateReceiptV2, PezkuwiRuntimeCommonClaimsEthereumAddress, PezkuwiRuntimeCommonImplsVersionedLocatableAsset, PezkuwiRuntimeConstantsProxyProxyType, PezkuwiRuntimeTeyrchainsDisputesDisputeLocation, PezkuwiRuntimeTeyrchainsDisputesDisputeResult, PezkuwiRuntimeTeyrchainsInclusionAggregateMessageOrigin, PezkuwiTeyrchainPrimitivesPrimitivesHrmpChannelId, PezpalletBalancesUnexpectedKind, PezpalletConvictionVotingTally, PezpalletConvictionVotingVoteAccountVote, PezpalletElectionProviderMultiPhaseElectionCompute, PezpalletElectionProviderMultiPhasePhase, PezpalletMultisigTimepoint, PezpalletNominationPoolsClaimPermission, PezpalletNominationPoolsCommissionChangeRate, PezpalletNominationPoolsCommissionClaimPermission, PezpalletNominationPoolsPoolState, PezpalletProxyDepositKind, PezpalletRcMigratorMigrationSettings, PezpalletRcMigratorMigrationStage, PezpalletRcMigratorQueuePriority, PezpalletStakingAsyncAhClientUnexpectedKind, PezpalletStakingForcing, PezpalletStakingRewardDestination, PezpalletStakingValidatorPrefs, PezpalletStateTrieMigrationError, PezpalletStateTrieMigrationMigrationCompute, PezspConsensusGrandpaAppPublic, PezspNposElectionsElectionScore, PezspRuntimeDispatchError, PezspRuntimeDispatchErrorWithPostInfo, PezspWeightsWeightV2Weight, StagingXcmV5AssetAssets, StagingXcmV5Location, StagingXcmV5Response, StagingXcmV5TraitsOutcome, StagingXcmV5Xcm, XcmV3MaybeErrorCode, XcmV3TraitsSendError, XcmV5TraitsError, XcmVersionedAssets, XcmVersionedLocation } from '@pezkuwi/types/lookup'; +import type { H256 } from '@pezkuwi/types/interfaces/runtime'; +import type { PezframeSupportDispatchPostDispatchInfo, PezframeSupportMessagesProcessMessageError, PezframeSupportPreimagesBounded, PezframeSupportTokensMiscBalanceStatus, PezframeSystemDispatchEventInfo, PezkuwiPrimitivesVstagingCandidateReceiptV2, PezkuwiRuntimeCommonClaimsEthereumAddress, PezkuwiRuntimeCommonImplsVersionedLocatableAsset, PezkuwiRuntimeConstantsProxyProxyType, PezkuwiRuntimeTeyrchainsDisputesDisputeLocation, PezkuwiRuntimeTeyrchainsDisputesDisputeResult, PezkuwiRuntimeTeyrchainsInclusionAggregateMessageOrigin, PezkuwiTeyrchainPrimitivesPrimitivesHrmpChannelId, PezpalletBalancesUnexpectedKind, PezpalletConvictionVotingTally, PezpalletConvictionVotingVoteAccountVote, PezpalletElectionProviderMultiPhaseElectionCompute, PezpalletElectionProviderMultiPhasePhase, PezpalletMultisigTimepoint, PezpalletNominationPoolsClaimPermission, PezpalletNominationPoolsCommissionChangeRate, PezpalletNominationPoolsCommissionClaimPermission, PezpalletNominationPoolsPoolState, PezpalletProxyDepositKind, PezpalletRcMigratorMigrationSettings, PezpalletRcMigratorMigrationStage, PezpalletRcMigratorQueuePriority, PezpalletStakingAsyncAhClientUnexpectedKind, PezpalletStakingForcing, PezpalletStakingRewardDestination, PezpalletStakingValidatorPrefs, PezpalletStateTrieMigrationError, PezpalletStateTrieMigrationMigrationCompute, PezspConsensusGrandpaAppPublic, PezspCoreCryptoAccountId32, PezspNposElectionsElectionScore, PezspRuntimeDispatchError, PezspRuntimeDispatchErrorWithPostInfo, PezspWeightsWeightV2Weight, StagingXcmV5AssetAssets, StagingXcmV5Location, StagingXcmV5Response, StagingXcmV5TraitsOutcome, StagingXcmV5Xcm, XcmV3MaybeErrorCode, XcmV3TraitsSendError, XcmV5TraitsError, XcmVersionedAssets, XcmVersionedLocation } from '@pezkuwi/types/lookup'; export type __AugmentedEvent = AugmentedEvent; @@ -37,21 +37,21 @@ declare module '@pezkuwi/api-base/types/events' { /** * A new bid has been accepted as the current winner. **/ - BidAccepted: AugmentedEvent; + BidAccepted: AugmentedEvent; /** * Someone attempted to lease the same slot twice for a parachain. The amount is held in * reserve but no parachain slot has been leased. **/ - ReserveConfiscated: AugmentedEvent; + ReserveConfiscated: AugmentedEvent; /** * Funds were reserved for a winning bid. First balance is the extra amount reserved. * Second is the total. **/ - Reserved: AugmentedEvent; + Reserved: AugmentedEvent; /** * Funds were unreserved since bidder is no longer active. `[bidder, amount]` **/ - Unreserved: AugmentedEvent; + Unreserved: AugmentedEvent; /** * The winning offset was chosen for an auction. This will map into the `Winning` storage * map. @@ -66,28 +66,28 @@ declare module '@pezkuwi/api-base/types/events' { /** * A balance was set by root. **/ - BalanceSet: AugmentedEvent; + BalanceSet: AugmentedEvent; /** * Some amount was burned from an account. **/ - Burned: AugmentedEvent; + Burned: AugmentedEvent; /** * Some amount was deposited (e.g. for transaction fees). **/ - Deposit: AugmentedEvent; + Deposit: AugmentedEvent; /** * An account was removed whose balance was non-zero but below ExistentialDeposit, * resulting in an outright loss. **/ - DustLost: AugmentedEvent; + DustLost: AugmentedEvent; /** * An account was created with some free balance. **/ - Endowed: AugmentedEvent; + Endowed: AugmentedEvent; /** * Some balance was frozen. **/ - Frozen: AugmentedEvent; + Frozen: AugmentedEvent; /** * Total issuance was increased by `amount`, creating a credit to be balanced. **/ @@ -95,11 +95,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * Some balance was locked. **/ - Locked: AugmentedEvent; + Locked: AugmentedEvent; /** * Some amount was minted into an account. **/ - Minted: AugmentedEvent; + Minted: AugmentedEvent; /** * Total issuance was decreased by `amount`, creating a debt to be balanced. **/ @@ -107,28 +107,28 @@ declare module '@pezkuwi/api-base/types/events' { /** * Some balance was reserved (moved from free to reserved). **/ - Reserved: AugmentedEvent; + Reserved: AugmentedEvent; /** * Some balance was moved from the reserve of the first account to the second account. * Final argument indicates the destination balance type. **/ - ReserveRepatriated: AugmentedEvent; + ReserveRepatriated: AugmentedEvent; /** * Some amount was restored into an account. **/ - Restored: AugmentedEvent; + Restored: AugmentedEvent; /** * Some amount was removed from the account (e.g. for misbehavior). **/ - Slashed: AugmentedEvent; + Slashed: AugmentedEvent; /** * Some amount was suspended from an account (it can be restored later). **/ - Suspended: AugmentedEvent; + Suspended: AugmentedEvent; /** * Some balance was thawed. **/ - Thawed: AugmentedEvent; + Thawed: AugmentedEvent; /** * The `TotalIssuance` was forcefully changed. **/ @@ -136,7 +136,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * Transfer succeeded. **/ - Transfer: AugmentedEvent; + Transfer: AugmentedEvent; /** * An unexpected/defensive event was triggered. **/ @@ -144,19 +144,19 @@ declare module '@pezkuwi/api-base/types/events' { /** * Some balance was unlocked. **/ - Unlocked: AugmentedEvent; + Unlocked: AugmentedEvent; /** * Some balance was unreserved (moved from reserved to free). **/ - Unreserved: AugmentedEvent; + Unreserved: AugmentedEvent; /** * An account was upgraded. **/ - Upgraded: AugmentedEvent; + Upgraded: AugmentedEvent; /** * Some amount was withdrawn from the account (e.g. for transaction fees). **/ - Withdraw: AugmentedEvent; + Withdraw: AugmentedEvent; /** * Generic event **/ @@ -170,7 +170,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A bounty is awarded to a beneficiary. **/ - BountyAwarded: AugmentedEvent; + BountyAwarded: AugmentedEvent; /** * A bounty proposal is funded and became active. **/ @@ -182,7 +182,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A bounty is claimed by beneficiary. **/ - BountyClaimed: AugmentedEvent; + BountyClaimed: AugmentedEvent; /** * A bounty expiry is extended. **/ @@ -198,11 +198,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * A bounty curator is accepted. **/ - CuratorAccepted: AugmentedEvent; + CuratorAccepted: AugmentedEvent; /** * A bounty curator is proposed. **/ - CuratorProposed: AugmentedEvent; + CuratorProposed: AugmentedEvent; /** * A bounty curator is unassigned. **/ @@ -210,7 +210,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A bounty deposit has been poked. **/ - DepositPoked: AugmentedEvent; + DepositPoked: AugmentedEvent; /** * Generic event **/ @@ -224,7 +224,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A child-bounty is awarded to a beneficiary. **/ - Awarded: AugmentedEvent; + Awarded: AugmentedEvent; /** * A child-bounty is cancelled. **/ @@ -232,7 +232,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A child-bounty is claimed by beneficiary. **/ - Claimed: AugmentedEvent; + Claimed: AugmentedEvent; /** * Generic event **/ @@ -242,7 +242,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * Someone claimed some DOTs. **/ - Claimed: AugmentedEvent; + Claimed: AugmentedEvent; /** * Generic event **/ @@ -252,23 +252,23 @@ declare module '@pezkuwi/api-base/types/events' { /** * An account has delegated their vote to another account. \[who, target\] **/ - Delegated: AugmentedEvent; + Delegated: AugmentedEvent; /** * An \[account\] has cancelled a previous delegation operation. **/ - Undelegated: AugmentedEvent; + Undelegated: AugmentedEvent; /** * An account has voted **/ - Voted: AugmentedEvent; + Voted: AugmentedEvent; /** * A vote has been removed **/ - VoteRemoved: AugmentedEvent; + VoteRemoved: AugmentedEvent; /** * The lockup period of a conviction vote expired, and the funds have been unlocked. **/ - VoteUnlocked: AugmentedEvent; + VoteUnlocked: AugmentedEvent; /** * Generic event **/ @@ -300,7 +300,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * Contributed to a crowd sale. **/ - Contributed: AugmentedEvent; + Contributed: AugmentedEvent; /** * Create a new crowdloaning campaign. **/ @@ -320,7 +320,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A memo has been updated. **/ - MemoUpdated: AugmentedEvent; + MemoUpdated: AugmentedEvent; /** * The loans in a fund have been partially dissolved, i.e. there are some left * over child keys that still need to be killed. @@ -329,7 +329,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * Withdrew full balance of a contributor. **/ - Withdrew: AugmentedEvent; + Withdrew: AugmentedEvent; /** * Generic event **/ @@ -339,19 +339,19 @@ declare module '@pezkuwi/api-base/types/events' { /** * Funds delegated by a delegator. **/ - Delegated: AugmentedEvent; + Delegated: AugmentedEvent; /** * Unclaimed delegation funds migrated to delegator. **/ - MigratedDelegation: AugmentedEvent; + MigratedDelegation: AugmentedEvent; /** * Funds released to a delegator. **/ - Released: AugmentedEvent; + Released: AugmentedEvent; /** * Funds slashed from a delegator. **/ - Slashed: AugmentedEvent; + Slashed: AugmentedEvent; /** * Generic event **/ @@ -375,11 +375,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * An account has been rewarded for their signed submission being finalized. **/ - Rewarded: AugmentedEvent; + Rewarded: AugmentedEvent; /** * An account has been slashed for submitting an invalid signed submission. **/ - Slashed: AugmentedEvent; + Slashed: AugmentedEvent; /** * A solution was stored with the given compute. * @@ -389,7 +389,7 @@ declare module '@pezkuwi/api-base/types/events' { * `T::ForceOrigin`. The `bool` is `true` when a previous solution was ejected to make * room for this one. **/ - SolutionStored: AugmentedEvent, prevEjected: bool], { compute: PezpalletElectionProviderMultiPhaseElectionCompute, origin: Option, prevEjected: bool }>; + SolutionStored: AugmentedEvent, prevEjected: bool], { compute: PezpalletElectionProviderMultiPhaseElectionCompute, origin: Option, prevEjected: bool }>; /** * Generic event **/ @@ -414,11 +414,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * A staker was slashed for requesting fast-unstake whilst being exposed. **/ - Slashed: AugmentedEvent; + Slashed: AugmentedEvent; /** * A staker was unstaked. **/ - Unstaked: AugmentedEvent], { stash: AccountId32, result: Result }>; + Unstaked: AugmentedEvent], { stash: PezspCoreCryptoAccountId32, result: Result }>; /** * Generic event **/ @@ -494,11 +494,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * A deposit to reserve an index has been poked/reconsidered. **/ - DepositPoked: AugmentedEvent; + DepositPoked: AugmentedEvent; /** * A account index was assigned. **/ - IndexAssigned: AugmentedEvent; + IndexAssigned: AugmentedEvent; /** * A account index has been freed up (unassigned). **/ @@ -506,7 +506,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A account index has been frozen to its current account ID. **/ - IndexFrozen: AugmentedEvent; + IndexFrozen: AugmentedEvent; /** * Generic event **/ @@ -538,23 +538,23 @@ declare module '@pezkuwi/api-base/types/events' { /** * The deposit for a multisig operation has been updated/poked. **/ - DepositPoked: AugmentedEvent; + DepositPoked: AugmentedEvent; /** * A multisig operation has been approved by someone. **/ - MultisigApproval: AugmentedEvent; + MultisigApproval: AugmentedEvent; /** * A multisig operation has been cancelled. **/ - MultisigCancelled: AugmentedEvent; + MultisigCancelled: AugmentedEvent; /** * A multisig operation has been executed. **/ - MultisigExecuted: AugmentedEvent], { approving: AccountId32, timepoint: PezpalletMultisigTimepoint, multisig: AccountId32, callHash: U8aFixed, result: Result }>; + MultisigExecuted: AugmentedEvent], { approving: PezspCoreCryptoAccountId32, timepoint: PezpalletMultisigTimepoint, multisig: PezspCoreCryptoAccountId32, callHash: U8aFixed, result: Result }>; /** * A new multisig operation has begun. **/ - NewMultisig: AugmentedEvent; + NewMultisig: AugmentedEvent; /** * Generic event **/ @@ -564,11 +564,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * A member has became bonded in a pool. **/ - Bonded: AugmentedEvent; + Bonded: AugmentedEvent; /** * A pool has been created. **/ - Created: AugmentedEvent; + Created: AugmentedEvent; /** * A pool has been destroyed. **/ @@ -576,11 +576,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * Global parameters regulating nomination pools have been updated. **/ - GlobalParamsUpdated: AugmentedEvent, maxMembers: Option, maxMembersPerPool: Option, globalMaxCommission: Option], { minJoinBond: u128, minCreateBond: u128, maxPools: Option, maxMembers: Option, maxMembersPerPool: Option, globalMaxCommission: Option }>; + GlobalParamsUpdated: AugmentedEvent, maxMembers: Option, maxMembersPerPool: Option, globalMaxCommission: Option], { minJoinBond: u128, minCreateBond: u128, maxPools: Option, maxMembers: Option, maxMembersPerPool: Option, globalMaxCommission: Option }>; /** * A pool member's claim permission has been updated. **/ - MemberClaimPermissionUpdated: AugmentedEvent; + MemberClaimPermissionUpdated: AugmentedEvent; /** * A member has been removed from a pool. * @@ -588,11 +588,11 @@ declare module '@pezkuwi/api-base/types/events' { * Any funds that are still delegated (i.e. dangling delegation) are released and are * represented by `released_balance`. **/ - MemberRemoved: AugmentedEvent; + MemberRemoved: AugmentedEvent; /** * A pool's metadata was updated. **/ - MetadataUpdated: AugmentedEvent; + MetadataUpdated: AugmentedEvent; /** * Topped up deficit in frozen ED of the reward pool. **/ @@ -604,7 +604,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A payout has been made to a member. **/ - PaidOut: AugmentedEvent; + PaidOut: AugmentedEvent; /** * A pool's commission `change_rate` has been changed. **/ @@ -620,20 +620,20 @@ declare module '@pezkuwi/api-base/types/events' { /** * A pool's commission setting has been changed. **/ - PoolCommissionUpdated: AugmentedEvent>], { poolId: u32, current: Option> }>; + PoolCommissionUpdated: AugmentedEvent>], { poolId: u32, current: Option> }>; /** * A pool's maximum commission setting has been changed. **/ - PoolMaxCommissionUpdated: AugmentedEvent; + PoolMaxCommissionUpdated: AugmentedEvent; /** * A pool's nominating account (or the pool's root account) has nominated a validator set * on behalf of the pool. **/ - PoolNominationMade: AugmentedEvent; + PoolNominationMade: AugmentedEvent; /** * The pool is chilled i.e. no longer nominating. **/ - PoolNominatorChilled: AugmentedEvent; + PoolNominatorChilled: AugmentedEvent; /** * The active balance of pool `pool_id` has been slashed to `balance`. **/ @@ -642,7 +642,7 @@ declare module '@pezkuwi/api-base/types/events' { * The roles of a pool have been updated to the given new roles. Note that the depositor * can never change. **/ - RolesUpdated: AugmentedEvent, bouncer: Option, nominator: Option], { root: Option, bouncer: Option, nominator: Option }>; + RolesUpdated: AugmentedEvent, bouncer: Option, nominator: Option], { root: Option, bouncer: Option, nominator: Option }>; /** * The state of a pool has changed **/ @@ -660,7 +660,7 @@ declare module '@pezkuwi/api-base/types/events' { * number of points that are issued in the unbonding pool will be less than the amount * requested to be unbonded. **/ - Unbonded: AugmentedEvent; + Unbonded: AugmentedEvent; /** * The unbond pool at `era` of pool `pool_id` has been slashed to `balance`. **/ @@ -673,7 +673,7 @@ declare module '@pezkuwi/api-base/types/events' { * Similar to `Unbonded` event, in the absence of slashing, the ratio of point to balance * will be 1. **/ - Withdrawn: AugmentedEvent; + Withdrawn: AugmentedEvent; /** * Generic event **/ @@ -695,11 +695,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * An account was given credits. **/ - AccountCredited: AugmentedEvent; + AccountCredited: AugmentedEvent; /** * An order was placed at some spot price amount by orderer ordered_by **/ - OnDemandOrderPlaced: AugmentedEvent; + OnDemandOrderPlaced: AugmentedEvent; /** * The value of the spot price has likely changed **/ @@ -824,15 +824,15 @@ declare module '@pezkuwi/api-base/types/events' { /** * An announcement was placed to make a call in the future. **/ - Announced: AugmentedEvent; + Announced: AugmentedEvent; /** * A deposit stored for proxies or announcements was poked / updated. **/ - DepositPoked: AugmentedEvent; + DepositPoked: AugmentedEvent; /** * A proxy was added. **/ - ProxyAdded: AugmentedEvent; + ProxyAdded: AugmentedEvent; /** * A proxy was executed correctly, with the given. **/ @@ -840,16 +840,16 @@ declare module '@pezkuwi/api-base/types/events' { /** * A proxy was removed. **/ - ProxyRemoved: AugmentedEvent; + ProxyRemoved: AugmentedEvent; /** * A pure account has been created by new proxy with given * disambiguation index and proxy type. **/ - PureCreated: AugmentedEvent; + PureCreated: AugmentedEvent; /** * A pure proxy was killed by its spawner. **/ - PureKilled: AugmentedEvent; + PureKilled: AugmentedEvent; /** * Generic event **/ @@ -859,7 +859,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * The accounts to be preserved on Relay Chain were set. **/ - AccountsPreserved: AugmentedEvent], { accounts: Vec }>; + AccountsPreserved: AugmentedEvent], { accounts: Vec }>; /** * The AH UMP queue priority config was set. **/ @@ -888,7 +888,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * The canceller account id was set. **/ - CancellerSet: AugmentedEvent, new_: Option], { old: Option, new_: Option }>; + CancellerSet: AugmentedEvent, new_: Option], { old: Option, new_: Option }>; /** * The manager multisig dispatched something. **/ @@ -900,7 +900,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * The manager account id was set. **/ - ManagerSet: AugmentedEvent, new_: Option], { old: Option, new_: Option }>; + ManagerSet: AugmentedEvent, new_: Option], { old: Option, new_: Option }>; /** * The RC kept balance was consumed. **/ @@ -972,11 +972,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * The decision deposit has been placed. **/ - DecisionDepositPlaced: AugmentedEvent; + DecisionDepositPlaced: AugmentedEvent; /** * The decision deposit has been refunded. **/ - DecisionDepositRefunded: AugmentedEvent; + DecisionDepositRefunded: AugmentedEvent; /** * A referendum has moved into the deciding phase. **/ @@ -984,7 +984,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A deposit has been slashed. **/ - DepositSlashed: AugmentedEvent; + DepositSlashed: AugmentedEvent; /** * A referendum has been killed. **/ @@ -1004,7 +1004,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * The submission deposit has been refunded. **/ - SubmissionDepositRefunded: AugmentedEvent; + SubmissionDepositRefunded: AugmentedEvent; /** * A referendum has been submitted. **/ @@ -1020,8 +1020,8 @@ declare module '@pezkuwi/api-base/types/events' { }; registrar: { Deregistered: AugmentedEvent; - Registered: AugmentedEvent; - Reserved: AugmentedEvent; + Registered: AugmentedEvent; + Reserved: AugmentedEvent; Swapped: AugmentedEvent; /** * Generic event @@ -1089,11 +1089,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * Validator has been disabled. **/ - ValidatorDisabled: AugmentedEvent; + ValidatorDisabled: AugmentedEvent; /** * Validator has been re-enabled. **/ - ValidatorReenabled: AugmentedEvent; + ValidatorReenabled: AugmentedEvent; /** * Generic event **/ @@ -1105,7 +1105,7 @@ declare module '@pezkuwi/api-base/types/events' { * First balance is any extra amount reserved on top of the para's existing deposit. * Second balance is the total amount reserved. **/ - Leased: AugmentedEvent; + Leased: AugmentedEvent; /** * A new `[lease_period]` is beginning. **/ @@ -1122,11 +1122,11 @@ declare module '@pezkuwi/api-base/types/events' { * NOTE: This event is only emitted when funds are bonded via a dispatchable. Notably, * it will not be emitted for staking rewards when they are added to stake. **/ - Bonded: AugmentedEvent; + Bonded: AugmentedEvent; /** * An account has stopped participating as either a validator or nominator. **/ - Chilled: AugmentedEvent; + Chilled: AugmentedEvent; /** * Report of a controller batch deprecation. **/ @@ -1135,7 +1135,7 @@ declare module '@pezkuwi/api-base/types/events' { * Staking balance migrated from locks to holds, with any balance that could not be held * is force withdrawn. **/ - CurrencyMigrated: AugmentedEvent; + CurrencyMigrated: AugmentedEvent; /** * The era payout has been set; the first balance is the validator-payout; the second is * the remainder from the maximum amount of reward. @@ -1148,7 +1148,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A nominator has been kicked from a validator. **/ - Kicked: AugmentedEvent; + Kicked: AugmentedEvent; /** * An old slashing report from a prior era was discarded because it could * not be processed. @@ -1157,20 +1157,20 @@ declare module '@pezkuwi/api-base/types/events' { /** * A Page of stakers rewards are getting paid. `next` is `None` if all pages are claimed. **/ - PayoutStarted: AugmentedEvent], { eraIndex: u32, validatorStash: AccountId32, page: u32, next: Option }>; + PayoutStarted: AugmentedEvent], { eraIndex: u32, validatorStash: PezspCoreCryptoAccountId32, page: u32, next: Option }>; /** * The nominator has been rewarded by this amount to this destination. **/ - Rewarded: AugmentedEvent; + Rewarded: AugmentedEvent; /** * A staker (validator or nominator) has been slashed by the given amount. **/ - Slashed: AugmentedEvent; + Slashed: AugmentedEvent; /** * A slash for the given validator, for the given percentage of their stake, at the given * era as been reported. **/ - SlashReported: AugmentedEvent; + SlashReported: AugmentedEvent; /** * Targets size limit reached. **/ @@ -1190,16 +1190,16 @@ declare module '@pezkuwi/api-base/types/events' { /** * An account has unbonded this amount. **/ - Unbonded: AugmentedEvent; + Unbonded: AugmentedEvent; /** * A validator has set their preferences. **/ - ValidatorPrefsSet: AugmentedEvent; + ValidatorPrefsSet: AugmentedEvent; /** * An account has called `withdraw_unbonded` and removed unbonding chunks worth `Balance` * from the unlocking queue. **/ - Withdrawn: AugmentedEvent; + Withdrawn: AugmentedEvent; /** * Generic event **/ @@ -1249,7 +1249,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * Some account got slashed by the given amount. **/ - Slashed: AugmentedEvent; + Slashed: AugmentedEvent; /** * Generic event **/ @@ -1271,11 +1271,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * An account was reaped. **/ - KilledAccount: AugmentedEvent; + KilledAccount: AugmentedEvent; /** * A new account was created. **/ - NewAccount: AugmentedEvent; + NewAccount: AugmentedEvent; /** * An invalid authorized upgrade was rejected while trying to apply it. **/ @@ -1283,7 +1283,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * On on-chain remark happened. **/ - Remarked: AugmentedEvent; + Remarked: AugmentedEvent; /** * An upgrade was authorized. **/ @@ -1298,7 +1298,7 @@ declare module '@pezkuwi/api-base/types/events' { * A transaction fee `actual_fee`, of which `tip` was added to the minimum inclusion fee, * has been paid by `who`. **/ - TransactionFeePaid: AugmentedEvent; + TransactionFeePaid: AugmentedEvent; /** * Generic event **/ @@ -1316,7 +1316,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * Some funds have been allocated. **/ - Awarded: AugmentedEvent; + Awarded: AugmentedEvent; /** * Some of our funds have been burnt. **/ @@ -1340,7 +1340,7 @@ declare module '@pezkuwi/api-base/types/events' { /** * A new spend proposal has been approved. **/ - SpendApproved: AugmentedEvent; + SpendApproved: AugmentedEvent; /** * We have ended a spend period and will now allocate funds. **/ @@ -1402,16 +1402,16 @@ declare module '@pezkuwi/api-base/types/events' { /** * An \[account\] has become fully vested. **/ - VestingCompleted: AugmentedEvent; + VestingCompleted: AugmentedEvent; /** * A vesting schedule has been created. **/ - VestingCreated: AugmentedEvent; + VestingCreated: AugmentedEvent; /** * The amount vested has been updated. This could indicate a change in funds available. * The balance given is the amount which is left unvested (and thus locked). **/ - VestingUpdated: AugmentedEvent; + VestingUpdated: AugmentedEvent; /** * Generic event **/ @@ -1421,11 +1421,11 @@ declare module '@pezkuwi/api-base/types/events' { /** * Moved an account from one bag to another. **/ - Rebagged: AugmentedEvent; + Rebagged: AugmentedEvent; /** * Updated the score of some account to the given amount. **/ - ScoreUpdated: AugmentedEvent; + ScoreUpdated: AugmentedEvent; /** * Generic event **/ diff --git a/packages/api-augment/src/pezkuwi/query.ts b/packages/api-augment/src/pezkuwi/query.ts index 3f10a69..28c1ae5 100644 --- a/packages/api-augment/src/pezkuwi/query.ts +++ b/packages/api-augment/src/pezkuwi/query.ts @@ -6,10 +6,10 @@ import '@pezkuwi/api-base/types/storage'; import type { ApiTypes, AugmentedQuery, QueryableStorageEntry } from '@pezkuwi/api-base/types'; -import type { BTreeMap, BTreeSet, Bytes, Null, Option, U8aFixed, Vec, bool, u128, u16, u32, u64 } from '@pezkuwi/types-codec'; +import type { BTreeMap, BTreeSet, Bytes, Null, Option, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@pezkuwi/types-codec'; import type { AnyNumber, IMethod, ITuple } from '@pezkuwi/types-codec/types'; -import type { AccountId32, H256, Perbill, Percent, RuntimeCall } from '@pezkuwi/types/interfaces/runtime'; -import type { BinaryHeapEnqueuedOrder, PezframeSupportDispatchPerDispatchClassWeight, PezframeSupportScheduleDispatchTime, PezframeSupportTokensMiscIdAmountRuntimeFreezeReason, PezframeSupportTokensMiscIdAmountRuntimeHoldReason, PezframeSystemAccountInfo, PezframeSystemCodeUpgradeAuthorization, PezframeSystemEventRecord, PezframeSystemLastRuntimeUpgradeInfo, PezframeSystemPhase, PezkuwiCorePrimitivesInboundDownwardMessage, PezkuwiCorePrimitivesInboundHrmpMessage, PezkuwiPrimitivesV8AssignmentAppPublic, PezkuwiPrimitivesV8DisputeState, PezkuwiPrimitivesV8ExecutorParams, PezkuwiPrimitivesV8SessionInfo, PezkuwiPrimitivesV8UpgradeGoAhead, PezkuwiPrimitivesV8UpgradeRestriction, PezkuwiPrimitivesV8ValidatorAppPublic, PezkuwiPrimitivesVstagingPendingSlashes, PezkuwiPrimitivesVstagingScrapedOnChainVotes, PezkuwiRuntimeCommonClaimsEthereumAddress, PezkuwiRuntimeCommonClaimsStatementKind, PezkuwiRuntimeCommonCrowdloanFundInfo, PezkuwiRuntimeCommonImplsVersionedLocatableAsset, PezkuwiRuntimeCommonParasRegistrarParaInfo, PezkuwiRuntimeSessionKeys, PezkuwiRuntimeTeyrchainsAssignerCoretimeCoreDescriptor, PezkuwiRuntimeTeyrchainsAssignerCoretimeSchedule, PezkuwiRuntimeTeyrchainsConfigurationHostConfiguration, PezkuwiRuntimeTeyrchainsHrmpHrmpChannel, PezkuwiRuntimeTeyrchainsHrmpHrmpOpenChannelRequest, PezkuwiRuntimeTeyrchainsInclusionAggregateMessageOrigin, PezkuwiRuntimeTeyrchainsInclusionCandidatePendingAvailability, PezkuwiRuntimeTeyrchainsInitializerBufferedSessionChange, PezkuwiRuntimeTeyrchainsOnDemandTypesCoreAffinityCount, PezkuwiRuntimeTeyrchainsOnDemandTypesEnqueuedOrder, PezkuwiRuntimeTeyrchainsOnDemandTypesQueueStatusType, PezkuwiRuntimeTeyrchainsParasAuthorizedCodeHashAndExpiry, PezkuwiRuntimeTeyrchainsParasParaGenesisArgs, PezkuwiRuntimeTeyrchainsParasParaLifecycle, PezkuwiRuntimeTeyrchainsParasParaPastCodeMeta, PezkuwiRuntimeTeyrchainsParasPvfCheckActiveVoteState, PezkuwiRuntimeTeyrchainsSchedulerCommonAssignment, PezkuwiRuntimeTeyrchainsSharedAllowedRelayParentsTracker, PezkuwiTeyrchainPrimitivesPrimitivesHrmpChannelId, PezpalletBagsListListBag, PezpalletBagsListListNode, PezpalletBalancesAccountData, PezpalletBalancesBalanceLock, PezpalletBalancesReserveData, PezpalletBountiesBounty, PezpalletChildBountiesChildBounty, PezpalletConvictionVotingVoteVoting, PezpalletDelegatedStakingAgentLedger, PezpalletDelegatedStakingDelegation, PezpalletElectionProviderMultiPhasePhase, PezpalletElectionProviderMultiPhaseReadySolution, PezpalletElectionProviderMultiPhaseRoundSnapshot, PezpalletElectionProviderMultiPhaseSignedSignedSubmission, PezpalletElectionProviderMultiPhaseSolutionOrSnapshotSize, PezpalletFastUnstakeUnstakeRequest, PezpalletGrandpaStoredPendingChange, PezpalletGrandpaStoredState, PezpalletMessageQueueBookState, PezpalletMessageQueuePage, PezpalletMultisigMultisig, PezpalletNominationPoolsBondedPoolInner, PezpalletNominationPoolsClaimPermission, PezpalletNominationPoolsPoolMember, PezpalletNominationPoolsRewardPool, PezpalletNominationPoolsSubPools, PezpalletPreimageOldRequestStatus, PezpalletPreimageRequestStatus, PezpalletProxyAnnouncement, PezpalletProxyProxyDefinition, PezpalletRcMigratorAccountsAccountState, PezpalletRcMigratorAccountsMigratedBalances, PezpalletRcMigratorMigrationSettings, PezpalletRcMigratorMigrationStage, PezpalletRcMigratorQueuePriority, PezpalletReferendaReferendumInfo, PezpalletSchedulerRetryConfig, PezpalletSchedulerScheduled, PezpalletStakingActiveEraInfo, PezpalletStakingAsyncAhClientOperatingMode, PezpalletStakingAsyncRcClientOffence, PezpalletStakingAsyncRcClientSessionReport, PezpalletStakingAsyncRcClientValidatorSetReport, PezpalletStakingEraRewardPoints, PezpalletStakingForcing, PezpalletStakingNominations, PezpalletStakingRewardDestination, PezpalletStakingSlashingSlashingSpans, PezpalletStakingSlashingSpanRecord, PezpalletStakingStakingLedger, PezpalletStakingUnappliedSlash, PezpalletStakingValidatorPrefs, PezpalletStateTrieMigrationMigrationLimits, PezpalletStateTrieMigrationMigrationTask, PezpalletTransactionPaymentReleases, PezpalletTreasuryProposal, PezpalletTreasurySpendStatus, PezpalletVestingReleases, PezpalletVestingVestingInfo, PezpalletXcmAuthorizedAliasesEntry, PezpalletXcmQueryStatus, PezpalletXcmRemoteLockedFungibleRecord, PezpalletXcmVersionMigrationStage, PezspAuthorityDiscoveryAppPublic, PezspConsensusBabeAppPublic, PezspConsensusBabeBabeEpochConfiguration, PezspConsensusBabeDigestsNextConfigDescriptor, PezspConsensusBabeDigestsPreDigest, PezspConsensusBeefyEcdsaCryptoPublic, PezspConsensusBeefyMmrBeefyAuthoritySet, PezspConsensusGrandpaAppPublic, PezspCoreCryptoKeyTypeId, PezspNposElectionsElectionScore, PezspRuntimeDigest, PezspStakingExposure, PezspStakingExposurePage, PezspStakingOffenceOffenceDetails, PezspStakingPagedExposureMetadata, PezspWeightsWeightV2Weight, StagingXcmV5Instruction, StagingXcmV5Xcm, XcmVersionedAssetId, XcmVersionedLocation } from '@pezkuwi/types/lookup'; +import type { H256, RuntimeCall } from '@pezkuwi/types/interfaces/runtime'; +import type { BinaryHeapEnqueuedOrder, PezframeSupportDispatchPerDispatchClassWeight, PezframeSupportScheduleDispatchTime, PezframeSupportTokensMiscIdAmountRuntimeFreezeReason, PezframeSupportTokensMiscIdAmountRuntimeHoldReason, PezframeSystemAccountInfo, PezframeSystemCodeUpgradeAuthorization, PezframeSystemEventRecord, PezframeSystemLastRuntimeUpgradeInfo, PezframeSystemPhase, PezkuwiCorePrimitivesInboundDownwardMessage, PezkuwiCorePrimitivesInboundHrmpMessage, PezkuwiPrimitivesV8AssignmentAppPublic, PezkuwiPrimitivesV8DisputeState, PezkuwiPrimitivesV8ExecutorParams, PezkuwiPrimitivesV8SessionInfo, PezkuwiPrimitivesV8UpgradeGoAhead, PezkuwiPrimitivesV8UpgradeRestriction, PezkuwiPrimitivesV8ValidatorAppPublic, PezkuwiPrimitivesVstagingPendingSlashes, PezkuwiPrimitivesVstagingScrapedOnChainVotes, PezkuwiRuntimeCommonClaimsEthereumAddress, PezkuwiRuntimeCommonClaimsStatementKind, PezkuwiRuntimeCommonCrowdloanFundInfo, PezkuwiRuntimeCommonImplsVersionedLocatableAsset, PezkuwiRuntimeCommonParasRegistrarParaInfo, PezkuwiRuntimeSessionKeys, PezkuwiRuntimeTeyrchainsAssignerCoretimeCoreDescriptor, PezkuwiRuntimeTeyrchainsAssignerCoretimeSchedule, PezkuwiRuntimeTeyrchainsConfigurationHostConfiguration, PezkuwiRuntimeTeyrchainsHrmpHrmpChannel, PezkuwiRuntimeTeyrchainsHrmpHrmpOpenChannelRequest, PezkuwiRuntimeTeyrchainsInclusionAggregateMessageOrigin, PezkuwiRuntimeTeyrchainsInclusionCandidatePendingAvailability, PezkuwiRuntimeTeyrchainsInitializerBufferedSessionChange, PezkuwiRuntimeTeyrchainsOnDemandTypesCoreAffinityCount, PezkuwiRuntimeTeyrchainsOnDemandTypesEnqueuedOrder, PezkuwiRuntimeTeyrchainsOnDemandTypesQueueStatusType, PezkuwiRuntimeTeyrchainsParasAuthorizedCodeHashAndExpiry, PezkuwiRuntimeTeyrchainsParasParaGenesisArgs, PezkuwiRuntimeTeyrchainsParasParaLifecycle, PezkuwiRuntimeTeyrchainsParasParaPastCodeMeta, PezkuwiRuntimeTeyrchainsParasPvfCheckActiveVoteState, PezkuwiRuntimeTeyrchainsSchedulerCommonAssignment, PezkuwiRuntimeTeyrchainsSharedAllowedRelayParentsTracker, PezkuwiTeyrchainPrimitivesPrimitivesHrmpChannelId, PezpalletBagsListListBag, PezpalletBagsListListNode, PezpalletBalancesAccountData, PezpalletBalancesBalanceLock, PezpalletBalancesReserveData, PezpalletBountiesBounty, PezpalletChildBountiesChildBounty, PezpalletConvictionVotingVoteVoting, PezpalletDelegatedStakingAgentLedger, PezpalletDelegatedStakingDelegation, PezpalletElectionProviderMultiPhasePhase, PezpalletElectionProviderMultiPhaseReadySolution, PezpalletElectionProviderMultiPhaseRoundSnapshot, PezpalletElectionProviderMultiPhaseSignedSignedSubmission, PezpalletElectionProviderMultiPhaseSolutionOrSnapshotSize, PezpalletFastUnstakeUnstakeRequest, PezpalletGrandpaStoredPendingChange, PezpalletGrandpaStoredState, PezpalletMessageQueueBookState, PezpalletMessageQueuePage, PezpalletMultisigMultisig, PezpalletNominationPoolsBondedPoolInner, PezpalletNominationPoolsClaimPermission, PezpalletNominationPoolsPoolMember, PezpalletNominationPoolsRewardPool, PezpalletNominationPoolsSubPools, PezpalletPreimageOldRequestStatus, PezpalletPreimageRequestStatus, PezpalletProxyAnnouncement, PezpalletProxyProxyDefinition, PezpalletRcMigratorAccountsAccountState, PezpalletRcMigratorAccountsMigratedBalances, PezpalletRcMigratorMigrationSettings, PezpalletRcMigratorMigrationStage, PezpalletRcMigratorQueuePriority, PezpalletReferendaReferendumInfo, PezpalletSchedulerRetryConfig, PezpalletSchedulerScheduled, PezpalletStakingActiveEraInfo, PezpalletStakingAsyncAhClientOperatingMode, PezpalletStakingAsyncRcClientOffence, PezpalletStakingAsyncRcClientSessionReport, PezpalletStakingAsyncRcClientValidatorSetReport, PezpalletStakingEraRewardPoints, PezpalletStakingForcing, PezpalletStakingNominations, PezpalletStakingRewardDestination, PezpalletStakingSlashingSlashingSpans, PezpalletStakingSlashingSpanRecord, PezpalletStakingStakingLedger, PezpalletStakingUnappliedSlash, PezpalletStakingValidatorPrefs, PezpalletStateTrieMigrationMigrationLimits, PezpalletStateTrieMigrationMigrationTask, PezpalletTransactionPaymentReleases, PezpalletTreasuryProposal, PezpalletTreasurySpendStatus, PezpalletVestingReleases, PezpalletVestingVestingInfo, PezpalletXcmAuthorizedAliasesEntry, PezpalletXcmQueryStatus, PezpalletXcmRemoteLockedFungibleRecord, PezpalletXcmVersionMigrationStage, PezspAuthorityDiscoveryAppPublic, PezspConsensusBabeAppPublic, PezspConsensusBabeBabeEpochConfiguration, PezspConsensusBabeDigestsNextConfigDescriptor, PezspConsensusBabeDigestsPreDigest, PezspConsensusBeefyEcdsaCryptoPublic, PezspConsensusBeefyMmrBeefyAuthoritySet, PezspConsensusGrandpaAppPublic, PezspCoreCryptoAccountId32, PezspCoreCryptoKeyTypeId, PezspNposElectionsElectionScore, PezspRuntimeDigest, PezspStakingExposure, PezspStakingExposurePage, PezspStakingOffenceOffenceDetails, PezspStakingPagedExposureMetadata, PezspWeightsWeightV2Weight, StagingXcmV5Instruction, StagingXcmV5Xcm, XcmVersionedAssetId, XcmVersionedLocation } from '@pezkuwi/types/lookup'; import type { Observable } from '@pezkuwi/types/types'; export type __AugmentedQuery = AugmentedQuery unknown>; @@ -46,13 +46,13 @@ declare module '@pezkuwi/api-base/types/storage' { * Amounts currently reserved in the accounts of the bidders currently winning * (sub-)ranges. **/ - reservedAmounts: AugmentedQuery | [AccountId32 | string | Uint8Array, u32 | AnyNumber | Uint8Array]) => Observable>, [ITuple<[AccountId32, u32]>]> & QueryableStorageEntry]>; + reservedAmounts: AugmentedQuery | string | Uint8Array) => Observable>, [ITuple<[PezspCoreCryptoAccountId32, u32]>]> & QueryableStorageEntry]>; /** * The winning bids for each of the 10 ranges at each sample in the final Ending Period of * the current auction. The map's key is the 0-based index into the Sample Size. The * first sample of the ending period is 0; the last is `Sample Size - 1`. **/ - winning: AugmentedQuery Observable>>>>, [u32]> & QueryableStorageEntry; + winning: AugmentedQuery Observable>>>>, [u32]> & QueryableStorageEntry; /** * Generic query **/ @@ -76,7 +76,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * Author of current block. **/ - author: AugmentedQuery Observable>, []> & QueryableStorageEntry; + author: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * Generic query **/ @@ -222,15 +222,15 @@ declare module '@pezkuwi/api-base/types/storage' { * `Balances` pallet, which uses a `StorageMap` to store balances data only. * NOTE: This is only used in the case that this pallet is used to store balances. **/ - account: AugmentedQuery Observable, [AccountId32]> & QueryableStorageEntry; + account: AugmentedQuery Observable, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Freeze locks on account balances. **/ - freezes: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + freezes: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Holds on account balances. **/ - holds: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + holds: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The total units of outstanding deactivated balance in the system. **/ @@ -241,13 +241,13 @@ declare module '@pezkuwi/api-base/types/storage' { * * Use of locks is deprecated in favour of freezes. See `https://github.com/paritytech/substrate/pull/12951/` **/ - locks: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + locks: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Named reserves on some account balances. * * Use of reserves is deprecated in favour of holds. See `https://github.com/paritytech/substrate/pull/12951/` **/ - reserves: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + reserves: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The total units issued in the system. **/ @@ -379,7 +379,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * Pre-claimed Ethereum accounts, by the Account ID that they are claimed to. **/ - preclaims: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + preclaims: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The statement kind that must be signed, if any. **/ @@ -428,12 +428,12 @@ declare module '@pezkuwi/api-base/types/storage' { * require. The actual amount locked on behalf of this pallet should always be the maximum of * this list. **/ - classLocksFor: AugmentedQuery Observable>>, [AccountId32]> & QueryableStorageEntry; + classLocksFor: AugmentedQuery Observable>>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * All voting for a particular voter in a particular voting class. We store the balance for the * number of votes that we have recorded. **/ - votingFor: AugmentedQuery Observable, [AccountId32, u16]> & QueryableStorageEntry; + votingFor: AugmentedQuery Observable, [PezspCoreCryptoAccountId32, u16]> & QueryableStorageEntry; /** * Generic query **/ @@ -486,7 +486,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * Map of `Agent` to their `Ledger`. **/ - agents: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + agents: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Counter for the related counted storage map **/ @@ -501,7 +501,7 @@ declare module '@pezkuwi/api-base/types/storage' { * Implementation note: We are not using a double map with `delegator` and `agent` account * as keys since we want to restrict delegators to delegate only to one account at a time. **/ - delegators: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + delegators: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Generic query **/ @@ -642,7 +642,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * Keeps track of `AccountId` wishing to unstake and it's corresponding deposit. **/ - queue: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + queue: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Generic query **/ @@ -793,7 +793,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * The lookup from index to account. **/ - accounts: AugmentedQuery Observable>>, [u32]> & QueryableStorageEntry; + accounts: AugmentedQuery Observable>>, [u32]> & QueryableStorageEntry; /** * Generic query **/ @@ -869,7 +869,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * The set of open multisig operations. **/ - multisigs: AugmentedQuery Observable>, [AccountId32, U8aFixed]> & QueryableStorageEntry; + multisigs: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32, U8aFixed]> & QueryableStorageEntry; /** * Generic query **/ @@ -883,7 +883,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * Map from a pool member account to their opted claim permission. **/ - claimPermissions: AugmentedQuery Observable, [AccountId32]> & QueryableStorageEntry; + claimPermissions: AugmentedQuery Observable, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Counter for the related counted storage map **/ @@ -913,7 +913,7 @@ declare module '@pezkuwi/api-base/types/storage' { * pool commissions that are > `GlobalMaxCommission`, necessary if a future * `GlobalMaxCommission` is lower than some current pool commissions. **/ - globalMaxCommission: AugmentedQuery Observable>, []> & QueryableStorageEntry; + globalMaxCommission: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * Ever increasing number of all pools created so far. **/ @@ -956,14 +956,14 @@ declare module '@pezkuwi/api-base/types/storage' { * * TWOX-NOTE: SAFE since `AccountId` is a secure hash. **/ - poolMembers: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + poolMembers: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * A reverse lookup from the pool's account id to its id. * * This is only used for slashing and on automatic withdraw update. In all other instances, the * pool id is used, and the accounts are deterministically derived from it. **/ - reversePoolIdLookup: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + reversePoolIdLookup: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Reward pools. This is where there rewards for each pool accumulate. When a members payout is * claimed, the balance comes out of the reward pool. Keyed by the bonded pools account. @@ -1009,7 +1009,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * Keeps track of credits owned by each account. **/ - credits: AugmentedQuery Observable, [AccountId32]> & QueryableStorageEntry; + credits: AugmentedQuery Observable, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Priority queue for all orders which don't yet (or not any more) have any core affinity. **/ @@ -1287,7 +1287,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * The validator account keys of the validators actively participating in parachain consensus. **/ - accountKeys: AugmentedQuery Observable>>, [u32]> & QueryableStorageEntry; + accountKeys: AugmentedQuery Observable>>, [u32]> & QueryableStorageEntry; /** * Assignment keys for the current session. * Note that this API is private due to it being prone to 'off-by-one' at session boundaries. @@ -1370,12 +1370,12 @@ declare module '@pezkuwi/api-base/types/storage' { /** * The announcements made by the proxy (key). **/ - announcements: AugmentedQuery Observable, u128]>>, [AccountId32]> & QueryableStorageEntry; + announcements: AugmentedQuery Observable, u128]>>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The set of account proxies. Maps the account which has delegated to the accounts * which are being delegated to, together with the amount held on deposit. **/ - proxies: AugmentedQuery Observable, u128]>>, [AccountId32]> & QueryableStorageEntry; + proxies: AugmentedQuery Observable, u128]>>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Generic query **/ @@ -1396,7 +1396,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * This account id can only stop scheduled migration. **/ - canceller: AugmentedQuery Observable>, []> & QueryableStorageEntry; + canceller: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * The duration of the post migration cool-off period. * @@ -1419,7 +1419,7 @@ declare module '@pezkuwi/api-base/types/storage' { * This account id has similar privileges to [`Config::AdminOrigin`] except that it * can not set the manager account id via `set_manager` call. **/ - manager: AugmentedQuery Observable>, []> & QueryableStorageEntry; + manager: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * The current round of the multisig voting. * @@ -1429,13 +1429,13 @@ declare module '@pezkuwi/api-base/types/storage' { /** * The multisig AccountIDs that votes to execute a specific call. **/ - managerMultisigs: AugmentedQuery Observable>, [RuntimeCall]> & QueryableStorageEntry; + managerMultisigs: AugmentedQuery Observable>, [RuntimeCall]> & QueryableStorageEntry; /** * How often each participant voted in the current round. * * Will be cleared at the end of each round. **/ - managerVotesInCurrentRound: AugmentedQuery Observable, [AccountId32]> & QueryableStorageEntry; + managerVotesInCurrentRound: AugmentedQuery Observable, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Block number when migration finished and extrinsics were unlocked. * @@ -1473,12 +1473,12 @@ declare module '@pezkuwi/api-base/types/storage' { * * Boolean value is whether they have been migrated to the Asset Hub. Needed for idempotency. **/ - pureProxyCandidatesMigrated: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + pureProxyCandidatesMigrated: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Helper storage item to obtain and store the known accounts that should be kept partially or * fully on Relay Chain. **/ - rcAccounts: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + rcAccounts: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Helper storage item to store the total balance that should be kept on Relay Chain. **/ @@ -1608,15 +1608,15 @@ declare module '@pezkuwi/api-base/types/storage' { * disabled using binary search. It gets cleared when `on_session_ending` returns * a new set of identities. **/ - disabledValidators: AugmentedQuery Observable>>, []> & QueryableStorageEntry; + disabledValidators: AugmentedQuery Observable>>, []> & QueryableStorageEntry; /** * The owner of a key. The key is the `KeyTypeId` + the encoded key. **/ - keyOwner: AugmentedQuery | [PezspCoreCryptoKeyTypeId | string | Uint8Array, Bytes | string | Uint8Array]) => Observable>, [ITuple<[PezspCoreCryptoKeyTypeId, Bytes]>]> & QueryableStorageEntry]>; + keyOwner: AugmentedQuery | [PezspCoreCryptoKeyTypeId | string | Uint8Array, Bytes | string | Uint8Array]) => Observable>, [ITuple<[PezspCoreCryptoKeyTypeId, Bytes]>]> & QueryableStorageEntry]>; /** * The next session keys for a validator. **/ - nextKeys: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + nextKeys: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * True if the underlying economic identities or weighting behind the validators * has changed in the queued validator set. @@ -1626,11 +1626,11 @@ declare module '@pezkuwi/api-base/types/storage' { * The queued keys for the next session. When the next session begins, these keys * will be used to determine the validator's session keys. **/ - queuedKeys: AugmentedQuery Observable>>, []> & QueryableStorageEntry; + queuedKeys: AugmentedQuery Observable>>, []> & QueryableStorageEntry; /** * The current set of validators. **/ - validators: AugmentedQuery Observable>, []> & QueryableStorageEntry; + validators: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * Generic query **/ @@ -1655,7 +1655,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * It is illegal for a `None` value to trail in the list. **/ - leases: AugmentedQuery Observable>>>, [u32]> & QueryableStorageEntry; + leases: AugmentedQuery Observable>>>, [u32]> & QueryableStorageEntry; /** * Generic query **/ @@ -1674,7 +1674,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * TWOX-NOTE: SAFE since `AccountId` is a secure hash. **/ - bonded: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + bonded: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * A mapping from still-bonded eras to the first session index of that era. * @@ -1692,7 +1692,7 @@ declare module '@pezkuwi/api-base/types/storage' { * nominators. The threshold is compared to the actual number of validators / nominators * (`CountFor*`) in the system compared to the configured max (`Max*Count`). **/ - chillThreshold: AugmentedQuery Observable>, []> & QueryableStorageEntry; + chillThreshold: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * History of claimed paged rewards by era and validator. * @@ -1701,7 +1701,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * It is removed after [`Config::HistoryDepth`] eras. **/ - claimedRewards: AugmentedQuery Observable>, [u32, AccountId32]> & QueryableStorageEntry; + claimedRewards: AugmentedQuery Observable>, [u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Counter for the related counted storage map **/ @@ -1742,7 +1742,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * Note: Deprecated since v14. Use `EraInfo` instead to work with exposures. **/ - erasStakers: AugmentedQuery Observable, [u32, AccountId32]> & QueryableStorageEntry; + erasStakers: AugmentedQuery Observable, [u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Clipped Exposure of validator at era. * @@ -1761,7 +1761,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * Note: Deprecated since v14. Use `EraInfo` instead to work with exposures. **/ - erasStakersClipped: AugmentedQuery Observable, [u32, AccountId32]> & QueryableStorageEntry; + erasStakersClipped: AugmentedQuery Observable, [u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Summary of validator exposure at a given era. * @@ -1776,7 +1776,7 @@ declare module '@pezkuwi/api-base/types/storage' { * Is it removed after [`Config::HistoryDepth`] eras. * If stakers hasn't been set or has been removed then empty overview is returned. **/ - erasStakersOverview: AugmentedQuery Observable>, [u32, AccountId32]> & QueryableStorageEntry; + erasStakersOverview: AugmentedQuery Observable>, [u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Paginated exposure of a validator at given era. * @@ -1785,7 +1785,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * This is cleared after [`Config::HistoryDepth`] eras. **/ - erasStakersPaged: AugmentedQuery Observable>, [u32, AccountId32, u32]> & QueryableStorageEntry; + erasStakersPaged: AugmentedQuery Observable>, [u32, PezspCoreCryptoAccountId32, u32]> & QueryableStorageEntry; /** * The session index at which the era start for the last [`Config::HistoryDepth`] eras. * @@ -1805,7 +1805,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * Is it removed after [`Config::HistoryDepth`] eras. **/ - erasValidatorPrefs: AugmentedQuery Observable, [u32, AccountId32]> & QueryableStorageEntry; + erasValidatorPrefs: AugmentedQuery Observable, [u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The total validator era payout for the last [`Config::HistoryDepth`] eras. * @@ -1821,14 +1821,14 @@ declare module '@pezkuwi/api-base/types/storage' { * easy to initialize and the performance hit is minimal (we expect no more than four * invulnerables) and restricted to testnets. **/ - invulnerables: AugmentedQuery Observable>, []> & QueryableStorageEntry; + invulnerables: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * Map from all (unlocked) "controller" accounts to the info regarding the staking. * * Note: All the reads and mutations to this storage *MUST* be done through the methods exposed * by [`StakingLedger`] to ensure data and lock consistency. **/ - ledger: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + ledger: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The maximum nominator count before we stop allowing new validators to join. * @@ -1840,7 +1840,7 @@ declare module '@pezkuwi/api-base/types/storage' { * is used for stake rewards. * See [Era payout](./index.html#era-payout). **/ - maxStakedRewards: AugmentedQuery Observable>, []> & QueryableStorageEntry; + maxStakedRewards: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * The maximum validator count before we stop allowing new validators to join. * @@ -1852,7 +1852,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * If set to `0`, no limit exists. **/ - minCommission: AugmentedQuery Observable, []> & QueryableStorageEntry; + minCommission: AugmentedQuery Observable, []> & QueryableStorageEntry; /** * The minimum active nominator stake of the last successful election. **/ @@ -1890,32 +1890,32 @@ declare module '@pezkuwi/api-base/types/storage' { * * TWOX-NOTE: SAFE since `AccountId` is a secure hash. **/ - nominators: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + nominators: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * All slashing events on nominators, mapped by era to the highest slash value of the era. **/ - nominatorSlashInEra: AugmentedQuery Observable>, [u32, AccountId32]> & QueryableStorageEntry; + nominatorSlashInEra: AugmentedQuery Observable>, [u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Where the reward payment should be made. Keyed by stash. * * TWOX-NOTE: SAFE since `AccountId` is a secure hash. **/ - payee: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + payee: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Slashing spans for stash accounts. **/ - slashingSpans: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + slashingSpans: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The percentage of the slash that is distributed to reporters. * * The rest of the slashed value is handled by the `Slash`. **/ - slashRewardFraction: AugmentedQuery Observable, []> & QueryableStorageEntry; + slashRewardFraction: AugmentedQuery Observable, []> & QueryableStorageEntry; /** * Records information about the maximum slash of a stash within a slashing span, * as well as how much reward has been paid out. **/ - spanSlash: AugmentedQuery | [AccountId32 | string | Uint8Array, u32 | AnyNumber | Uint8Array]) => Observable, [ITuple<[AccountId32, u32]>]> & QueryableStorageEntry]>; + spanSlash: AugmentedQuery | string | Uint8Array) => Observable, [ITuple<[PezspCoreCryptoAccountId32, u32]>]> & QueryableStorageEntry]>; /** * All unapplied slashes that are queued for later. **/ @@ -1929,12 +1929,12 @@ declare module '@pezkuwi/api-base/types/storage' { * * TWOX-NOTE: SAFE since `AccountId` is a secure hash. **/ - validators: AugmentedQuery Observable, [AccountId32]> & QueryableStorageEntry; + validators: AugmentedQuery Observable, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * All slashing events on validators, mapped by era to the highest slash proportion * and slash value of the era. **/ - validatorSlashInEra: AugmentedQuery Observable>>, [u32, AccountId32]> & QueryableStorageEntry; + validatorSlashInEra: AugmentedQuery Observable>>, [u32, PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Stakers whose funds are managed by other pallets. * @@ -1943,7 +1943,7 @@ declare module '@pezkuwi/api-base/types/storage' { * directly via this pallet. Instead, these accounts are managed by other pallets and accessed * via low level apis. We keep track of them to do minimal integrity checks. **/ - virtualStakers: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + virtualStakers: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Generic query **/ @@ -1993,13 +1993,13 @@ declare module '@pezkuwi/api-base/types/storage' { * This is populated during a session, and is flushed and sent over via [`SendToAssetHub`] * at each session end. **/ - validatorPoints: AugmentedQuery Observable, [AccountId32]> & QueryableStorageEntry; + validatorPoints: AugmentedQuery Observable, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The queued validator sets for a given planning session index. * * This is received via a call from AssetHub. **/ - validatorSet: AugmentedQuery Observable]>>>, []> & QueryableStorageEntry; + validatorSet: AugmentedQuery Observable]>>>, []> & QueryableStorageEntry; /** * The session index at which the latest elected validator set was applied. * @@ -2041,7 +2041,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * The full account information for a particular account ID. **/ - account: AugmentedQuery Observable, [AccountId32]> & QueryableStorageEntry; + account: AugmentedQuery Observable, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Total length (in bytes) for all extrinsics put together, for the current block. **/ @@ -2219,7 +2219,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * Information regarding the vesting of a given account. **/ - vesting: AugmentedQuery Observable>>, [AccountId32]> & QueryableStorageEntry; + vesting: AugmentedQuery Observable>>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Generic query **/ @@ -2241,7 +2241,7 @@ declare module '@pezkuwi/api-base/types/storage' { * * Nodes store links forward and back within their respective bags. **/ - listNodes: AugmentedQuery Observable>, [AccountId32]> & QueryableStorageEntry; + listNodes: AugmentedQuery Observable>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * Lock all updates to this pallet. * @@ -2253,7 +2253,7 @@ declare module '@pezkuwi/api-base/types/storage' { * Pointer that remembers the next node that will be auto-rebagged. * When `None`, the next scan will start from the list head again. **/ - nextNodeAutoRebagged: AugmentedQuery Observable>, []> & QueryableStorageEntry; + nextNodeAutoRebagged: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * Generic query **/ @@ -2287,7 +2287,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * Fungible assets which we know are locked on this chain. **/ - lockedFungibles: AugmentedQuery Observable>>>, [AccountId32]> & QueryableStorageEntry; + lockedFungibles: AugmentedQuery Observable>>>, [PezspCoreCryptoAccountId32]> & QueryableStorageEntry; /** * The ongoing queries. **/ @@ -2308,7 +2308,7 @@ declare module '@pezkuwi/api-base/types/storage' { /** * Fungible assets which we know are locked on a remote chain. **/ - remoteLockedFungibles: AugmentedQuery Observable>, [u32, AccountId32, XcmVersionedAssetId]> & QueryableStorageEntry; + remoteLockedFungibles: AugmentedQuery Observable>, [u32, PezspCoreCryptoAccountId32, XcmVersionedAssetId]> & QueryableStorageEntry; /** * Default version to encode XCM when latest version of destination is unknown. If `None`, * then the destinations whose XCM version is unknown are considered unreachable. diff --git a/packages/api-augment/src/pezkuwi/runtime.ts b/packages/api-augment/src/pezkuwi/runtime.ts index b825d3b..dffddd1 100644 --- a/packages/api-augment/src/pezkuwi/runtime.ts +++ b/packages/api-augment/src/pezkuwi/runtime.ts @@ -13,7 +13,7 @@ import type { Extrinsic } from '@pezkuwi/types/interfaces/extrinsics'; import type { OpaqueMetadata } from '@pezkuwi/types/interfaces/metadata'; import type { AccountId32, H256, RuntimeCall, Slot } from '@pezkuwi/types/interfaces/runtime'; import type { ParaId, ValidationCodeHash } from '@pezkuwi/types/interfaces/teyrchains'; -import type { PezframeSupportViewFunctionsViewFunctionDispatchError, PezframeSupportViewFunctionsViewFunctionId, PezkuwiCorePrimitivesInboundDownwardMessage, PezkuwiCorePrimitivesInboundHrmpMessage, PezkuwiPrimitivesV8ApprovalVotingParams, PezkuwiPrimitivesV8AsyncBackingAsyncBackingParams, PezkuwiPrimitivesV8CandidateCommitments, PezkuwiPrimitivesV8DisputeState, PezkuwiPrimitivesV8ExecutorParams, PezkuwiPrimitivesV8GroupRotationInfo, PezkuwiPrimitivesV8OccupiedCoreAssumption, PezkuwiPrimitivesV8PersistedValidationData, PezkuwiPrimitivesV8PvfCheckStatement, PezkuwiPrimitivesV8SessionInfo, PezkuwiPrimitivesV8SlashingDisputeProof, PezkuwiPrimitivesV8SlashingPendingSlashes, PezkuwiPrimitivesV8ValidatorAppPublic, PezkuwiPrimitivesV8ValidatorAppSignature, PezkuwiPrimitivesVstagingAsyncBackingBackingState, PezkuwiPrimitivesVstagingAsyncBackingConstraints, PezkuwiPrimitivesVstagingCandidateEvent, PezkuwiPrimitivesVstagingCommittedCandidateReceiptV2, PezkuwiPrimitivesVstagingCoreState, PezkuwiPrimitivesVstagingScrapedOnChainVotes, PezkuwiRuntimeOriginCaller, PezpalletTransactionPaymentFeeDetails, PezpalletTransactionPaymentRuntimeDispatchInfo, PezspAuthorityDiscoveryAppPublic, PezspConsensusBabeAppPublic, PezspConsensusBabeBabeConfiguration, PezspConsensusBabeEpoch, PezspConsensusBeefyDoubleVotingProof, PezspConsensusBeefyEcdsaCryptoPublic, PezspConsensusBeefyForkVotingProofOpaqueValue, PezspConsensusBeefyFutureBlockVotingProof, PezspConsensusBeefyMmrBeefyAuthoritySet, PezspConsensusBeefyValidatorSet, PezspConsensusGrandpaAppPublic, PezspConsensusGrandpaEquivocationProof, PezspConsensusSlotsEquivocationProof, PezspCoreCryptoKeyTypeId, PezspInherentsCheckInherentsResult, PezspInherentsInherentData, PezspMmrPrimitivesError, PezspMmrPrimitivesLeafProof, PezspRuntimeBlock, PezspRuntimeDispatchError, PezspRuntimeExtrinsicInclusionMode, PezspRuntimeHeader, PezspRuntimeTransactionValidityTransactionSource, PezspRuntimeTransactionValidityTransactionValidityError, PezspRuntimeTransactionValidityValidTransaction, PezspVersionRuntimeVersion, PezspWeightsWeightV2Weight, RelayCommonApisInflationInfo, XcmRuntimeApisConversionsError, XcmRuntimeApisDryRunCallDryRunEffects, XcmRuntimeApisDryRunError, XcmRuntimeApisDryRunXcmDryRunEffects, XcmRuntimeApisFeesError, XcmVersionedAssetId, XcmVersionedAssets, XcmVersionedLocation, XcmVersionedXcm } from '@pezkuwi/types/lookup'; +import type { PezframeSupportViewFunctionsViewFunctionDispatchError, PezframeSupportViewFunctionsViewFunctionId, PezkuwiCorePrimitivesInboundDownwardMessage, PezkuwiCorePrimitivesInboundHrmpMessage, PezkuwiPrimitivesV8ApprovalVotingParams, PezkuwiPrimitivesV8AsyncBackingAsyncBackingParams, PezkuwiPrimitivesV8CandidateCommitments, PezkuwiPrimitivesV8DisputeState, PezkuwiPrimitivesV8ExecutorParams, PezkuwiPrimitivesV8GroupRotationInfo, PezkuwiPrimitivesV8OccupiedCoreAssumption, PezkuwiPrimitivesV8PersistedValidationData, PezkuwiPrimitivesV8PvfCheckStatement, PezkuwiPrimitivesV8SessionInfo, PezkuwiPrimitivesV8SlashingDisputeProof, PezkuwiPrimitivesV8SlashingPendingSlashes, PezkuwiPrimitivesV8ValidatorAppPublic, PezkuwiPrimitivesV8ValidatorAppSignature, PezkuwiPrimitivesVstagingAsyncBackingBackingState, PezkuwiPrimitivesVstagingAsyncBackingConstraints, PezkuwiPrimitivesVstagingCandidateEvent, PezkuwiPrimitivesVstagingCommittedCandidateReceiptV2, PezkuwiPrimitivesVstagingCoreState, PezkuwiPrimitivesVstagingScrapedOnChainVotes, PezkuwiRuntimeOriginCaller, PezpalletTransactionPaymentFeeDetails, PezpalletTransactionPaymentRuntimeDispatchInfo, PezspAuthorityDiscoveryAppPublic, PezspConsensusBabeAppPublic, PezspConsensusBabeBabeConfiguration, PezspConsensusBabeEpoch, PezspConsensusBeefyDoubleVotingProof, PezspConsensusBeefyEcdsaCryptoPublic, PezspConsensusBeefyForkVotingProofOpaqueValue, PezspConsensusBeefyFutureBlockVotingProof, PezspConsensusBeefyMmrBeefyAuthoritySet, PezspConsensusBeefyValidatorSet, PezspConsensusGrandpaAppPublic, PezspConsensusGrandpaEquivocationProof, PezspConsensusSlotsEquivocationProof, PezspCoreCryptoAccountId32, PezspCoreCryptoKeyTypeId, PezspInherentsCheckInherentsResult, PezspInherentsInherentData, PezspMmrPrimitivesError, PezspMmrPrimitivesLeafProof, PezspRuntimeBlock, PezspRuntimeDispatchError, PezspRuntimeExtrinsicInclusionMode, PezspRuntimeHeader, PezspRuntimeTransactionValidityTransactionSource, PezspRuntimeTransactionValidityTransactionValidityError, PezspRuntimeTransactionValidityValidTransaction, PezspVersionRuntimeVersion, PezspWeightsWeightV2Weight, RelayCommonApisInflationInfo, XcmRuntimeApisConversionsError, XcmRuntimeApisDryRunCallDryRunEffects, XcmRuntimeApisDryRunError, XcmRuntimeApisDryRunXcmDryRunEffects, XcmRuntimeApisFeesError, XcmVersionedAssetId, XcmVersionedAssets, XcmVersionedLocation, XcmVersionedXcm } from '@pezkuwi/types/lookup'; import type { IExtrinsic, Observable } from '@pezkuwi/types/types'; export type __AugmentedCall = AugmentedCall; @@ -239,7 +239,7 @@ declare module '@pezkuwi/api-base/types/calls' { /** * Converts `Location` to `AccountId`. **/ - convertLocation: AugmentedCall Observable>>; + convertLocation: AugmentedCall Observable>>; /** * Generic call **/ @@ -254,7 +254,7 @@ declare module '@pezkuwi/api-base/types/calls' { /** * Returns the metadata at a given version.,, If the given `version` isn't supported, this will return `None`., Use [`Self::metadata_versions`] to find out about supported metadata version of the runtime. **/ - metadataAtVersion: AugmentedCall Observable>>; + metadataAtVersion: AugmentedCall Observable>>; /** * Returns the supported metadata versions.,, This can be used to call `metadata_at_version`. **/ @@ -320,7 +320,7 @@ declare module '@pezkuwi/api-base/types/calls' { /** * Returns the bonded account and reward account associated with the pool_id. **/ - poolAccounts: AugmentedCall Observable>>; + poolAccounts: AugmentedCall Observable>>; /** * Total balance contributed to the pool. **/ diff --git a/packages/api-augment/src/pezkuwi/tx.ts b/packages/api-augment/src/pezkuwi/tx.ts index 2a2071a..8cc12c5 100644 --- a/packages/api-augment/src/pezkuwi/tx.ts +++ b/packages/api-augment/src/pezkuwi/tx.ts @@ -8,8 +8,8 @@ import '@pezkuwi/api-base/types/submittable'; import type { ApiTypes, AugmentedSubmittable, SubmittableExtrinsic, SubmittableExtrinsicFunction } from '@pezkuwi/api-base/types'; import type { Bytes, Compact, Option, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@pezkuwi/types-codec'; import type { AnyNumber, IMethod, ITuple } from '@pezkuwi/types-codec/types'; -import type { AccountId32, H256, MultiAddress, Perbill, Percent, RuntimeCall } from '@pezkuwi/types/interfaces/runtime'; -import type { PezframeSupportPreimagesBounded, PezframeSupportScheduleDispatchTime, PezkuwiPrimitivesV8ApprovalVotingParams, PezkuwiPrimitivesV8AsyncBackingAsyncBackingParams, PezkuwiPrimitivesV8ExecutorParams, PezkuwiPrimitivesV8PvfCheckStatement, PezkuwiPrimitivesV8SchedulerParams, PezkuwiPrimitivesV8ValidatorAppSignature, PezkuwiPrimitivesVstagingDisputeProof, PezkuwiPrimitivesVstagingInherentData, PezkuwiRuntimeCommonClaimsEcdsaSignature, PezkuwiRuntimeCommonClaimsEthereumAddress, PezkuwiRuntimeCommonClaimsStatementKind, PezkuwiRuntimeCommonImplsVersionedLocatableAsset, PezkuwiRuntimeConstantsProxyProxyType, PezkuwiRuntimeOriginCaller, PezkuwiRuntimeSessionKeys, PezkuwiRuntimeTeyrchainsInclusionAggregateMessageOrigin, PezkuwiTeyrchainPrimitivesPrimitivesHrmpChannelId, PezpalletBalancesAdjustmentDirection, PezpalletBrokerCoretimeInterfaceCoreAssignment, PezpalletConvictionVotingConviction, PezpalletConvictionVotingVoteAccountVote, PezpalletElectionProviderMultiPhaseRawSolution, PezpalletElectionProviderMultiPhaseSolutionOrSnapshotSize, PezpalletMultisigTimepoint, PezpalletNominationPoolsBondExtra, PezpalletNominationPoolsClaimPermission, PezpalletNominationPoolsCommissionChangeRate, PezpalletNominationPoolsCommissionClaimPermission, PezpalletNominationPoolsConfigOpAccountId32, PezpalletNominationPoolsConfigOpPerbill, PezpalletNominationPoolsConfigOpU128, PezpalletNominationPoolsConfigOpU32, PezpalletNominationPoolsPoolState, PezpalletRcMigratorManagerMultisigVote, PezpalletRcMigratorMigrationSettings, PezpalletRcMigratorMigrationStage, PezpalletRcMigratorQueuePriority, PezpalletStakingAsyncAhClientOperatingMode, PezpalletStakingAsyncRcClientValidatorSetReport, PezpalletStakingPezpalletConfigOpPerbill, PezpalletStakingPezpalletConfigOpPercent, PezpalletStakingPezpalletConfigOpU128, PezpalletStakingPezpalletConfigOpU32, PezpalletStakingRewardDestination, PezpalletStakingUnlockChunk, PezpalletStakingValidatorPrefs, PezpalletStateTrieMigrationMigrationLimits, PezpalletStateTrieMigrationMigrationTask, PezpalletStateTrieMigrationProgress, PezpalletVestingVestingInfo, PezspConsensusBabeDigestsNextConfigDescriptor, PezspConsensusBeefyDoubleVotingProof, PezspConsensusBeefyForkVotingProofAncestryProof, PezspConsensusBeefyFutureBlockVotingProof, PezspConsensusGrandpaEquivocationProof, PezspConsensusSlotsEquivocationProof, PezspNposElectionsElectionScore, PezspNposElectionsSupport, PezspRuntimeMultiSignature, PezspRuntimeMultiSigner, PezspSessionMembershipProof, PezspWeightsWeightV2Weight, StagingXcmExecutorAssetTransferTransferType, StagingXcmV5Location, StagingXcmV5Response, XcmV3WeightLimit, XcmVersionedAssetId, XcmVersionedAssets, XcmVersionedLocation, XcmVersionedXcm } from '@pezkuwi/types/lookup'; +import type { AccountId, AccountIndex, Address, H256, LookupSource, RuntimeCall } from '@pezkuwi/types/interfaces/runtime'; +import type { PezframeSupportPreimagesBounded, PezframeSupportScheduleDispatchTime, PezkuwiPrimitivesV8ApprovalVotingParams, PezkuwiPrimitivesV8AsyncBackingAsyncBackingParams, PezkuwiPrimitivesV8ExecutorParams, PezkuwiPrimitivesV8PvfCheckStatement, PezkuwiPrimitivesV8SchedulerParams, PezkuwiPrimitivesV8ValidatorAppSignature, PezkuwiPrimitivesVstagingDisputeProof, PezkuwiPrimitivesVstagingInherentData, PezkuwiRuntimeCommonClaimsEcdsaSignature, PezkuwiRuntimeCommonClaimsEthereumAddress, PezkuwiRuntimeCommonClaimsStatementKind, PezkuwiRuntimeCommonImplsVersionedLocatableAsset, PezkuwiRuntimeConstantsProxyProxyType, PezkuwiRuntimeOriginCaller, PezkuwiRuntimeSessionKeys, PezkuwiRuntimeTeyrchainsInclusionAggregateMessageOrigin, PezkuwiTeyrchainPrimitivesPrimitivesHrmpChannelId, PezpalletBalancesAdjustmentDirection, PezpalletBrokerCoretimeInterfaceCoreAssignment, PezpalletConvictionVotingConviction, PezpalletConvictionVotingVoteAccountVote, PezpalletElectionProviderMultiPhaseRawSolution, PezpalletElectionProviderMultiPhaseSolutionOrSnapshotSize, PezpalletMultisigTimepoint, PezpalletNominationPoolsBondExtra, PezpalletNominationPoolsClaimPermission, PezpalletNominationPoolsCommissionChangeRate, PezpalletNominationPoolsCommissionClaimPermission, PezpalletNominationPoolsConfigOpAccountId32, PezpalletNominationPoolsConfigOpPerbill, PezpalletNominationPoolsConfigOpU128, PezpalletNominationPoolsConfigOpU32, PezpalletNominationPoolsPoolState, PezpalletRcMigratorManagerMultisigVote, PezpalletRcMigratorMigrationSettings, PezpalletRcMigratorMigrationStage, PezpalletRcMigratorQueuePriority, PezpalletStakingAsyncAhClientOperatingMode, PezpalletStakingAsyncRcClientValidatorSetReport, PezpalletStakingPezpalletConfigOpPerbill, PezpalletStakingPezpalletConfigOpPercent, PezpalletStakingPezpalletConfigOpU128, PezpalletStakingPezpalletConfigOpU32, PezpalletStakingRewardDestination, PezpalletStakingUnlockChunk, PezpalletStakingValidatorPrefs, PezpalletStateTrieMigrationMigrationLimits, PezpalletStateTrieMigrationMigrationTask, PezpalletStateTrieMigrationProgress, PezpalletVestingVestingInfo, PezspConsensusBabeDigestsNextConfigDescriptor, PezspConsensusBeefyDoubleVotingProof, PezspConsensusBeefyForkVotingProofAncestryProof, PezspConsensusBeefyFutureBlockVotingProof, PezspConsensusGrandpaEquivocationProof, PezspConsensusSlotsEquivocationProof, PezspCoreCryptoAccountId32, PezspNposElectionsElectionScore, PezspNposElectionsSupport, PezspRuntimeMultiAddress, PezspRuntimeMultiSignature, PezspRuntimeMultiSigner, PezspSessionMembershipProof, PezspWeightsWeightV2Weight, StagingXcmExecutorAssetTransferTransferType, StagingXcmV5Location, StagingXcmV5Response, XcmV3WeightLimit, XcmVersionedAssetId, XcmVersionedAssets, XcmVersionedLocation, XcmVersionedXcm } from '@pezkuwi/types/lookup'; export type __AugmentedSubmittable = AugmentedSubmittable<() => unknown>; export type __SubmittableExtrinsic = SubmittableExtrinsic; @@ -138,18 +138,18 @@ declare module '@pezkuwi/api-base/types/submittable' { * * The dispatch origin for this call is `root`. **/ - forceSetBalance: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, newFree: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, Compact]>; + forceSetBalance: AugmentedSubmittable<(who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, newFree: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, Compact]>; /** * Exactly as `transfer_allow_death`, except the origin must be root and the source account * may be specified. **/ - forceTransfer: AugmentedSubmittable<(source: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, value: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, MultiAddress, Compact]>; + forceTransfer: AugmentedSubmittable<(source: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, dest: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, value: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, Compact]>; /** * Unreserve some balance from a user by force. * * Can only be called by ROOT. **/ - forceUnreserve: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, u128]>; + forceUnreserve: AugmentedSubmittable<(who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, u128]>; /** * Transfer the entire transferable balance from the caller account. * @@ -167,7 +167,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * transfer everything except at least the existential deposit, which will guarantee to * keep the sender account alive (true). **/ - transferAll: AugmentedSubmittable<(dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic, [MultiAddress, bool]>; + transferAll: AugmentedSubmittable<(dest: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, bool]>; /** * Transfer some liquid free balance to another account. * @@ -177,7 +177,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * The dispatch origin for this call must be `Signed` by the transactor. **/ - transferAllowDeath: AugmentedSubmittable<(dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, value: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, Compact]>; + transferAllowDeath: AugmentedSubmittable<(dest: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, value: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, Compact]>; /** * Same as the [`transfer_allow_death`] call, but with a check that the transfer will not * kill the origin account. @@ -186,7 +186,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * [`transfer_allow_death`]: struct.Pallet.html#method.transfer **/ - transferKeepAlive: AugmentedSubmittable<(dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, value: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, Compact]>; + transferKeepAlive: AugmentedSubmittable<(dest: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, value: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, Compact]>; /** * Upgrade a specified account. * @@ -197,7 +197,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * be upgraded. (We let some not have to be upgraded just in order to allow for the * possibility of churn). **/ - upgradeAccounts: AugmentedSubmittable<(who: Vec | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic, [Vec]>; + upgradeAccounts: AugmentedSubmittable<(who: Vec | string | Uint8Array) => SubmittableExtrinsic, [Vec]>; /** * Generic tx **/ @@ -303,7 +303,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * ## Complexity * - O(1). **/ - approveBountyWithCurator: AugmentedSubmittable<(bountyId: Compact | AnyNumber | Uint8Array, curator: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, fee: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, Compact]>; + approveBountyWithCurator: AugmentedSubmittable<(bountyId: Compact | AnyNumber | Uint8Array, curator: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, fee: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, Compact]>; /** * Award bounty to a beneficiary account. The beneficiary will be able to claim the funds * after a delay. @@ -316,7 +316,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * ## Complexity * - O(1). **/ - awardBounty: AugmentedSubmittable<(bountyId: Compact | AnyNumber | Uint8Array, beneficiary: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress]>; + awardBounty: AugmentedSubmittable<(bountyId: Compact | AnyNumber | Uint8Array, beneficiary: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress]>; /** * Claim the payout from an awarded bounty after payout delay. * @@ -393,7 +393,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * ## Complexity * - O(1). **/ - proposeCurator: AugmentedSubmittable<(bountyId: Compact | AnyNumber | Uint8Array, curator: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, fee: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, Compact]>; + proposeCurator: AugmentedSubmittable<(bountyId: Compact | AnyNumber | Uint8Array, curator: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, fee: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, Compact]>; /** * Unassign curator from a bounty. * @@ -483,7 +483,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `child_bounty_id`: Index of child bounty. * - `beneficiary`: Beneficiary account. **/ - awardChildBounty: AugmentedSubmittable<(parentBountyId: Compact | AnyNumber | Uint8Array, childBountyId: Compact | AnyNumber | Uint8Array, beneficiary: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, Compact, MultiAddress]>; + awardChildBounty: AugmentedSubmittable<(parentBountyId: Compact | AnyNumber | Uint8Array, childBountyId: Compact | AnyNumber | Uint8Array, beneficiary: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, Compact, PezspRuntimeMultiAddress]>; /** * Claim the payout from an awarded child-bounty after payout delay. * @@ -545,7 +545,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `curator`: Address of child-bounty curator. * - `fee`: payment fee to child-bounty curator for execution. **/ - proposeCurator: AugmentedSubmittable<(parentBountyId: Compact | AnyNumber | Uint8Array, childBountyId: Compact | AnyNumber | Uint8Array, curator: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, fee: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, Compact, MultiAddress, Compact]>; + proposeCurator: AugmentedSubmittable<(parentBountyId: Compact | AnyNumber | Uint8Array, childBountyId: Compact | AnyNumber | Uint8Array, curator: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, fee: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, Compact, PezspRuntimeMultiAddress, Compact]>; /** * Unassign curator from a child-bounty. * @@ -637,7 +637,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Total Complexity: O(1) * **/ - claim: AugmentedSubmittable<(dest: AccountId32 | string | Uint8Array, ethereumSignature: PezkuwiRuntimeCommonClaimsEcdsaSignature) => SubmittableExtrinsic, [AccountId32, PezkuwiRuntimeCommonClaimsEcdsaSignature]>; + claim: AugmentedSubmittable<(dest: PezspCoreCryptoAccountId32 | string | Uint8Array, ethereumSignature: PezkuwiRuntimeCommonClaimsEcdsaSignature) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32, PezkuwiRuntimeCommonClaimsEcdsaSignature]>; /** * Make a claim to collect your DOTs by signing a statement. * @@ -667,7 +667,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Total Complexity: O(1) * **/ - claimAttest: AugmentedSubmittable<(dest: AccountId32 | string | Uint8Array, ethereumSignature: PezkuwiRuntimeCommonClaimsEcdsaSignature, statement: Bytes | string | Uint8Array) => SubmittableExtrinsic, [AccountId32, PezkuwiRuntimeCommonClaimsEcdsaSignature, Bytes]>; + claimAttest: AugmentedSubmittable<(dest: PezspCoreCryptoAccountId32 | string | Uint8Array, ethereumSignature: PezkuwiRuntimeCommonClaimsEcdsaSignature, statement: Bytes | string | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32, PezkuwiRuntimeCommonClaimsEcdsaSignature, Bytes]>; /** * Mint a new claim to collect DOTs. * @@ -686,7 +686,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * **/ mintClaim: AugmentedSubmittable<(who: PezkuwiRuntimeCommonClaimsEthereumAddress, value: u128 | AnyNumber | Uint8Array, vestingSchedule: Option> | null | Uint8Array | ITuple<[u128, u128, u32]> | [u128 | AnyNumber | Uint8Array, u128 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array], statement: Option | null | Uint8Array | PezkuwiRuntimeCommonClaimsStatementKind) => SubmittableExtrinsic, [PezkuwiRuntimeCommonClaimsEthereumAddress, u128, Option>, Option]>; - moveClaim: AugmentedSubmittable<(old: PezkuwiRuntimeCommonClaimsEthereumAddress, updated: PezkuwiRuntimeCommonClaimsEthereumAddress, maybePreclaim: Option | null | Uint8Array | AccountId32 | string) => SubmittableExtrinsic, [PezkuwiRuntimeCommonClaimsEthereumAddress, PezkuwiRuntimeCommonClaimsEthereumAddress, Option]>; + moveClaim: AugmentedSubmittable<(old: PezkuwiRuntimeCommonClaimsEthereumAddress, updated: PezkuwiRuntimeCommonClaimsEthereumAddress, maybePreclaim: Option | string | Uint8Array) => SubmittableExtrinsic, [PezkuwiRuntimeCommonClaimsEthereumAddress, PezkuwiRuntimeCommonClaimsEthereumAddress, Option]>; /** * Generic tx **/ @@ -846,7 +846,7 @@ declare module '@pezkuwi/api-base/types/submittable' { /** * Set the on demand (parathreads) fee variability. **/ - setOnDemandFeeVariability: AugmentedSubmittable<(updated: Perbill | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Perbill]>; + setOnDemandFeeVariability: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32]>; /** * Set the on demand (parathreads) queue max size. **/ @@ -854,7 +854,7 @@ declare module '@pezkuwi/api-base/types/submittable' { /** * Set the on demand (parathreads) fee variability. **/ - setOnDemandTargetQueueUtilization: AugmentedSubmittable<(updated: Perbill | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Perbill]>; + setOnDemandTargetQueueUtilization: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32]>; /** * Set the availability period for paras. **/ @@ -918,7 +918,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Weight: `O(R)` where R is the number of polls the voter delegating to has * voted on. Weight is initially charged as if maximum votes, but is refunded later. **/ - delegate: AugmentedSubmittable<(clazz: u16 | AnyNumber | Uint8Array, to: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, conviction: PezpalletConvictionVotingConviction, balance: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u16, MultiAddress, PezpalletConvictionVotingConviction, u128]>; + delegate: AugmentedSubmittable<(clazz: u16 | AnyNumber | Uint8Array, to: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, conviction: PezpalletConvictionVotingConviction, balance: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u16, PezspRuntimeMultiAddress, PezpalletConvictionVotingConviction, u128]>; /** * Remove a vote for a poll. * @@ -937,7 +937,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Weight: `O(R + log R)` where R is the number of polls that `target` has voted on. * Weight is calculated for the maximum number of vote. **/ - removeOtherVote: AugmentedSubmittable<(target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, clazz: u16 | AnyNumber | Uint8Array, index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, u16, u32]>; + removeOtherVote: AugmentedSubmittable<(target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, clazz: u16 | AnyNumber | Uint8Array, index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, u16, u32]>; /** * Remove a vote for a poll. * @@ -998,7 +998,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Weight: `O(R)` with R number of vote of target. **/ - unlock: AugmentedSubmittable<(clazz: u16 | AnyNumber | Uint8Array, target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [u16, MultiAddress]>; + unlock: AugmentedSubmittable<(clazz: u16 | AnyNumber | Uint8Array, target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [u16, PezspRuntimeMultiAddress]>; /** * Vote in a poll. If `vote.is_aye()`, the vote is to enact the proposal; * otherwise it is a vote to keep the status quo. @@ -1029,7 +1029,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * -`end_hint`: An optional hint as to when this particular set of instructions will end. **/ assignCore: AugmentedSubmittable<(core: u16 | AnyNumber | Uint8Array, begin: u32 | AnyNumber | Uint8Array, assignment: Vec> | ([PezpalletBrokerCoretimeInterfaceCoreAssignment, u16 | AnyNumber | Uint8Array])[], endHint: Option | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic, [u16, u32, Vec>, Option]>; - creditAccount: AugmentedSubmittable<(who: AccountId32 | string | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [AccountId32, u128]>; + creditAccount: AugmentedSubmittable<(who: PezspCoreCryptoAccountId32 | string | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32, u128]>; /** * Request the configuration to be updated with the specified number of cores. Warning: * Since this only schedules a configuration update, it takes two sessions to come into @@ -1120,7 +1120,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `who`: The account whose contribution should be withdrawn. * - `index`: The parachain to whose crowdloan the contribution was made. **/ - withdraw: AugmentedSubmittable<(who: AccountId32 | string | Uint8Array, index: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [AccountId32, Compact]>; + withdraw: AugmentedSubmittable<(who: PezspCoreCryptoAccountId32 | string | Uint8Array, index: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32, Compact]>; /** * Generic tx **/ @@ -1144,7 +1144,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * feasibility check itself can in principle cause the election process to fail (due to * memory/weight constrains). **/ - setEmergencyElectionResult: AugmentedSubmittable<(supports: Vec> | ([AccountId32 | string | Uint8Array, PezspNposElectionsSupport])[]) => SubmittableExtrinsic, [Vec>]>; + setEmergencyElectionResult: AugmentedSubmittable<(supports: Vec> | string | Uint8Array) => SubmittableExtrinsic, [Vec>]>; /** * Set a new value for `MinimumUntrustedScore`. * @@ -1453,7 +1453,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * ## Complexity * - `O(1)`. **/ - forceTransfer: AugmentedSubmittable<(updated: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, index: u32 | AnyNumber | Uint8Array, freeze: bool | boolean | Uint8Array) => SubmittableExtrinsic, [MultiAddress, u32, bool]>; + forceTransfer: AugmentedSubmittable<(updated: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, index: u32 | AnyNumber | Uint8Array, freeze: bool | boolean | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, u32, bool]>; /** * Free up an index owned by the sender. * @@ -1511,7 +1511,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * ## Complexity * - `O(1)`. **/ - transfer: AugmentedSubmittable<(updated: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, u32]>; + transfer: AugmentedSubmittable<(updated: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, u32]>; /** * Generic tx **/ @@ -1588,7 +1588,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - Storage: inserts one item, value size bounded by `MaxSignatories`, with a deposit * taken for its lifetime of `DepositBase + threshold * DepositFactor`. **/ - approveAsMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec | (AccountId32 | string | Uint8Array)[], maybeTimepoint: Option | null | Uint8Array | PezpalletMultisigTimepoint, callHash: U8aFixed | string | Uint8Array, maxWeight: PezspWeightsWeightV2Weight) => SubmittableExtrinsic, [u16, Vec, Option, U8aFixed, PezspWeightsWeightV2Weight]>; + approveAsMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec | string | Uint8Array, maybeTimepoint: Option | null | Uint8Array | PezpalletMultisigTimepoint, callHash: U8aFixed | string | Uint8Array, maxWeight: PezspWeightsWeightV2Weight) => SubmittableExtrinsic, [u16, Vec, Option, U8aFixed, PezspWeightsWeightV2Weight]>; /** * Register approval for a dispatch to be made from a deterministic composite account if * approved by a total of `threshold - 1` of `other_signatories`. @@ -1630,7 +1630,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - Storage: inserts one item, value size bounded by `MaxSignatories`, with a deposit * taken for its lifetime of `DepositBase + threshold * DepositFactor`. **/ - asMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec | (AccountId32 | string | Uint8Array)[], maybeTimepoint: Option | null | Uint8Array | PezpalletMultisigTimepoint, call: RuntimeCall | IMethod | string | Uint8Array, maxWeight: PezspWeightsWeightV2Weight) => SubmittableExtrinsic, [u16, Vec, Option, RuntimeCall, PezspWeightsWeightV2Weight]>; + asMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec | string | Uint8Array, maybeTimepoint: Option | null | Uint8Array | PezpalletMultisigTimepoint, call: RuntimeCall | IMethod | string | Uint8Array, maxWeight: PezspWeightsWeightV2Weight) => SubmittableExtrinsic, [u16, Vec, Option, RuntimeCall, PezspWeightsWeightV2Weight]>; /** * Immediately dispatch a multi-signature call using a single approval from the caller. * @@ -1645,7 +1645,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * ## Complexity * O(Z + C) where Z is the length of the call and C its execution weight. **/ - asMultiThreshold1: AugmentedSubmittable<(otherSignatories: Vec | (AccountId32 | string | Uint8Array)[], call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic, [Vec, RuntimeCall]>; + asMultiThreshold1: AugmentedSubmittable<(otherSignatories: Vec | string | Uint8Array, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic, [Vec, RuntimeCall]>; /** * Cancel a pre-existing, on-going multisig transaction. Any deposit reserved previously * for this operation will be unreserved on success. @@ -1669,7 +1669,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - I/O: 1 read `O(S)`, one remove. * - Storage: removes one item. **/ - cancelAsMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec | (AccountId32 | string | Uint8Array)[], timepoint: PezpalletMultisigTimepoint, callHash: U8aFixed | string | Uint8Array) => SubmittableExtrinsic, [u16, Vec, PezpalletMultisigTimepoint, U8aFixed]>; + cancelAsMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec | string | Uint8Array, timepoint: PezpalletMultisigTimepoint, callHash: U8aFixed | string | Uint8Array) => SubmittableExtrinsic, [u16, Vec, PezpalletMultisigTimepoint, U8aFixed]>; /** * Poke the deposit reserved for an existing multisig operation. * @@ -1685,7 +1685,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Emits `DepositPoked` if successful. **/ - pokeDeposit: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec | (AccountId32 | string | Uint8Array)[], callHash: U8aFixed | string | Uint8Array) => SubmittableExtrinsic, [u16, Vec, U8aFixed]>; + pokeDeposit: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec | string | Uint8Array, callHash: U8aFixed | string | Uint8Array) => SubmittableExtrinsic, [u16, Vec, U8aFixed]>; /** * Generic tx **/ @@ -1713,7 +1713,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * is successful, fee is refunded and caller may be rewarded with a part of the slash * based on the [`crate::pallet::Config::StakeAdapter`] configuration. **/ - applySlash: AugmentedSubmittable<(memberAccount: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + applySlash: AugmentedSubmittable<(memberAccount: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * Bond `extra` more funds from `origin` into the pool to which they already belong. * @@ -1735,7 +1735,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * `other` members assuming set_claim_permission for the given member is * `PermissionlessCompound` or `PermissionlessAll`. **/ - bondExtraOther: AugmentedSubmittable<(member: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, extra: PezpalletNominationPoolsBondExtra) => SubmittableExtrinsic, [MultiAddress, PezpalletNominationPoolsBondExtra]>; + bondExtraOther: AugmentedSubmittable<(member: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, extra: PezpalletNominationPoolsBondExtra) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, PezpalletNominationPoolsBondExtra]>; /** * Chill on behalf of the pool. * @@ -1792,7 +1792,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Pool member `other` must have a `PermissionlessWithdraw` or `PermissionlessAll` claim * permission for this call to be successful. **/ - claimPayoutOther: AugmentedSubmittable<(other: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [AccountId32]>; + claimPayoutOther: AugmentedSubmittable<(other: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32]>; /** * Create a new delegation pool. * @@ -1812,7 +1812,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * In addition to `amount`, the caller will transfer the existential deposit; so the caller * needs at have at least `amount + existential_deposit` transferable. **/ - create: AugmentedSubmittable<(amount: Compact | AnyNumber | Uint8Array, root: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, nominator: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, bouncer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, MultiAddress, MultiAddress]>; + create: AugmentedSubmittable<(amount: Compact | AnyNumber | Uint8Array, root: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, nominator: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, bouncer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress]>; /** * Create a new delegation pool with a previously used pool id * @@ -1821,7 +1821,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * same as `create` with the inclusion of * * `pool_id` - `A valid PoolId. **/ - createWithPoolId: AugmentedSubmittable<(amount: Compact | AnyNumber | Uint8Array, root: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, nominator: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, bouncer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress, MultiAddress, MultiAddress, u32]>; + createWithPoolId: AugmentedSubmittable<(amount: Compact | AnyNumber | Uint8Array, root: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, nominator: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, bouncer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, u32]>; /** * Stake funds with a pool. The amount to bond is delegated (or transferred based on * [`adapter::StakeStrategyType`]) from the member to the pool account and immediately @@ -1852,7 +1852,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * If the pool has migrated to delegation based staking, the staked tokens of pool members * can be moved and held in their own account. See [`adapter::DelegateStake`] **/ - migrateDelegation: AugmentedSubmittable<(memberAccount: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + migrateDelegation: AugmentedSubmittable<(memberAccount: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * Migrate pool from [`adapter::StakeStrategyType::Transfer`] to * [`adapter::StakeStrategyType::Delegate`]. @@ -1879,7 +1879,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * In addition to a `root` or `nominator` role of `origin`, the pool's depositor needs to * have at least `depositor_min_bond` in the pool to start nominating. **/ - nominate: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, validators: Vec | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic, [u32, Vec]>; + nominate: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, validators: Vec | string | Uint8Array) => SubmittableExtrinsic, [u32, Vec]>; /** * Call `withdraw_unbonded` for the pools account. This call can be made by any account. * @@ -1906,7 +1906,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * - If a `None` is supplied to `new_commission`, existing commission will be removed. **/ - setCommission: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, newCommission: Option> | null | Uint8Array | ITuple<[Perbill, AccountId32]> | [Perbill | AnyNumber | Uint8Array, AccountId32 | string | Uint8Array]) => SubmittableExtrinsic, [u32, Option>]>; + setCommission: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, newCommission: Option> | string | Uint8Array) => SubmittableExtrinsic, [u32, Option>]>; /** * Set the commission change rate for a pool. * @@ -1928,7 +1928,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - Current commission will be lowered in the event it is higher than a new max * commission. **/ - setCommissionMax: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, maxCommission: Perbill | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, Perbill]>; + setCommissionMax: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, maxCommission: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, u32]>; /** * Update configurations for the nomination pools. The origin for this call must be * [`Config::AdminOrigin`]. @@ -1996,7 +1996,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * in which case, the result of this call will likely be the `NoMoreChunks` error from the * staking system. **/ - unbond: AugmentedSubmittable<(memberAccount: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, unbondingPoints: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, Compact]>; + unbond: AugmentedSubmittable<(memberAccount: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, unbondingPoints: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, Compact]>; /** * Update the roles of the pool. * @@ -2006,7 +2006,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * It emits an event, notifying UIs of the role change. This event is quite relevant to * most pool members and they should be informed of changes to pool roles. **/ - updateRoles: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, newRoot: PezpalletNominationPoolsConfigOpAccountId32, newNominator: PezpalletNominationPoolsConfigOpAccountId32, newBouncer: PezpalletNominationPoolsConfigOpAccountId32) => SubmittableExtrinsic, [u32, PezpalletNominationPoolsConfigOpAccountId32, PezpalletNominationPoolsConfigOpAccountId32, PezpalletNominationPoolsConfigOpAccountId32]>; + updateRoles: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, newRoot: PezpalletNominationPoolsConfigOpAccountId32 | string | Uint8Array, newNominator: PezpalletNominationPoolsConfigOpAccountId32 | string | Uint8Array, newBouncer: PezpalletNominationPoolsConfigOpAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [u32, PezpalletNominationPoolsConfigOpAccountId32, PezpalletNominationPoolsConfigOpAccountId32, PezpalletNominationPoolsConfigOpAccountId32]>; /** * Withdraw unbonded funds from `member_account`. If no bonded funds can be unbonded, an * error is returned. @@ -2031,7 +2031,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * withdraw. This calculation adds some weight overhead and is only defensive. In reality, * pool slashes must have been already applied via permissionless [`Call::apply_slash`]. **/ - withdrawUnbonded: AugmentedSubmittable<(memberAccount: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, u32]>; + withdrawUnbonded: AugmentedSubmittable<(memberAccount: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, u32]>; /** * Generic tx **/ @@ -2276,7 +2276,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `delay`: The announcement period required of the initial proxy. Will generally be * zero. **/ - addProxy: AugmentedSubmittable<(delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, proxyType: PezkuwiRuntimeConstantsProxyProxyType, delay: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, PezkuwiRuntimeConstantsProxyProxyType, u32]>; + addProxy: AugmentedSubmittable<(delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, proxyType: PezkuwiRuntimeConstantsProxyProxyType, delay: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, PezkuwiRuntimeConstantsProxyProxyType, u32]>; /** * Publish the hash of a proxy-call that will be made in the future. * @@ -2294,7 +2294,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `real`: The account that the proxy will make a call on behalf of. * - `call_hash`: The hash of the call to be made by the `real` account. **/ - announce: AugmentedSubmittable<(real: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress, H256]>; + announce: AugmentedSubmittable<(real: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, H256]>; /** * Spawn a fresh new account that is guaranteed to be otherwise inaccessible, and * initialize it with a proxy of `proxy_type` for `origin` sender. @@ -2334,7 +2334,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Fails with `NoPermission` in case the caller is not a previously created pure * account whose `create_pure` call has corresponding parameters. **/ - killPure: AugmentedSubmittable<(spawner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, proxyType: PezkuwiRuntimeConstantsProxyProxyType, index: u16 | AnyNumber | Uint8Array, height: Compact | AnyNumber | Uint8Array, extIndex: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, PezkuwiRuntimeConstantsProxyProxyType, u16, Compact, Compact]>; + killPure: AugmentedSubmittable<(spawner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, proxyType: PezkuwiRuntimeConstantsProxyProxyType, index: u16 | AnyNumber | Uint8Array, height: Compact | AnyNumber | Uint8Array, extIndex: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, PezkuwiRuntimeConstantsProxyProxyType, u16, Compact, Compact]>; /** * Poke / Adjust deposits made for proxies and announcements based on current values. * This can be used by accounts to possibly lower their locked amount. @@ -2357,7 +2357,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `force_proxy_type`: Specify the exact proxy type to be used and checked for this call. * - `call`: The call to be made by the `real` account. **/ - proxy: AugmentedSubmittable<(real: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, forceProxyType: Option | null | Uint8Array | PezkuwiRuntimeConstantsProxyProxyType, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress, Option, RuntimeCall]>; + proxy: AugmentedSubmittable<(real: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, forceProxyType: Option | null | Uint8Array | PezkuwiRuntimeConstantsProxyProxyType, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, Option, RuntimeCall]>; /** * Dispatch the given `call` from an account that the sender is authorized for through * `add_proxy`. @@ -2371,7 +2371,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `force_proxy_type`: Specify the exact proxy type to be used and checked for this call. * - `call`: The call to be made by the `real` account. **/ - proxyAnnounced: AugmentedSubmittable<(delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, real: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, forceProxyType: Option | null | Uint8Array | PezkuwiRuntimeConstantsProxyProxyType, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress, MultiAddress, Option, RuntimeCall]>; + proxyAnnounced: AugmentedSubmittable<(delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, real: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, forceProxyType: Option | null | Uint8Array | PezkuwiRuntimeConstantsProxyProxyType, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, Option, RuntimeCall]>; /** * Remove the given announcement of a delegate. * @@ -2384,7 +2384,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `delegate`: The account that previously announced the call. * - `call_hash`: The hash of the call to be made. **/ - rejectAnnouncement: AugmentedSubmittable<(delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress, H256]>; + rejectAnnouncement: AugmentedSubmittable<(delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, H256]>; /** * Remove a given announcement. * @@ -2397,7 +2397,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `real`: The account that the proxy will make a call on behalf of. * - `call_hash`: The hash of the call to be made by the `real` account. **/ - removeAnnouncement: AugmentedSubmittable<(real: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress, H256]>; + removeAnnouncement: AugmentedSubmittable<(real: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, H256]>; /** * Unregister all proxy accounts for the sender. * @@ -2416,7 +2416,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `proxy`: The account that the `caller` would like to remove as a proxy. * - `proxy_type`: The permissions currently enabled for the removed proxy account. **/ - removeProxy: AugmentedSubmittable<(delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, proxyType: PezkuwiRuntimeConstantsProxyProxyType, delay: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, PezkuwiRuntimeConstantsProxyProxyType, u32]>; + removeProxy: AugmentedSubmittable<(delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, proxyType: PezkuwiRuntimeConstantsProxyProxyType, delay: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, PezkuwiRuntimeConstantsProxyProxyType, u32]>; /** * Generic tx **/ @@ -2445,7 +2445,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * The accounts must have no consumers references. **/ - preserveAccounts: AugmentedSubmittable<(accounts: Vec | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic, [Vec]>; + preserveAccounts: AugmentedSubmittable<(accounts: Vec | string | Uint8Array) => SubmittableExtrinsic, [Vec]>; /** * Receive a query response from the Asset Hub for a previously sent xcm message. **/ @@ -2495,14 +2495,14 @@ declare module '@pezkuwi/api-base/types/submittable' { * * The canceller can only stop scheduled migration. **/ - setCanceller: AugmentedSubmittable<(updated: Option | null | Uint8Array | AccountId32 | string) => SubmittableExtrinsic, [Option]>; + setCanceller: AugmentedSubmittable<(updated: Option | string | Uint8Array) => SubmittableExtrinsic, [Option]>; /** * Set the manager account id. * * The manager has the similar to [`Config::AdminOrigin`] privileges except that it * can not set the manager account id via `set_manager` call. **/ - setManager: AugmentedSubmittable<(updated: Option | null | Uint8Array | AccountId32 | string) => SubmittableExtrinsic, [Option]>; + setManager: AugmentedSubmittable<(updated: Option | string | Uint8Array) => SubmittableExtrinsic, [Option]>; /** * Set the migration settings. Can only be done by admin or manager. **/ @@ -2657,7 +2657,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * The deposit taken can be specified for this registration. Any `ParaId` * can be registered, including sub-1000 IDs which are System Parachains. **/ - forceRegister: AugmentedSubmittable<(who: AccountId32 | string | Uint8Array, deposit: u128 | AnyNumber | Uint8Array, id: u32 | AnyNumber | Uint8Array, genesisHead: Bytes | string | Uint8Array, validationCode: Bytes | string | Uint8Array) => SubmittableExtrinsic, [AccountId32, u128, u32, Bytes, Bytes]>; + forceRegister: AugmentedSubmittable<(who: PezspCoreCryptoAccountId32 | string | Uint8Array, deposit: u128 | AnyNumber | Uint8Array, id: u32 | AnyNumber | Uint8Array, genesisHead: Bytes | string | Uint8Array, validationCode: Bytes | string | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32, u128, u32, Bytes, Bytes]>; /** * Register head data and validation code for a reserved Para Id. * @@ -2863,7 +2863,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * The dispatch origin for this call must match `T::ForceOrigin`. **/ - forceLease: AugmentedSubmittable<(para: u32 | AnyNumber | Uint8Array, leaser: AccountId32 | string | Uint8Array, amount: u128 | AnyNumber | Uint8Array, periodBegin: u32 | AnyNumber | Uint8Array, periodCount: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, AccountId32, u128, u32, u32]>; + forceLease: AugmentedSubmittable<(para: u32 | AnyNumber | Uint8Array, leaser: PezspCoreCryptoAccountId32 | string | Uint8Array, amount: u128 | AnyNumber | Uint8Array, periodBegin: u32 | AnyNumber | Uint8Array, periodCount: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32, PezspCoreCryptoAccountId32, u128, u32, u32]>; /** * Try to onboard a parachain that has a lease for the current lease period. * @@ -2966,7 +2966,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * This can be helpful if bond requirements are updated, and we need to remove old users * who do not satisfy these requirements. **/ - chillOther: AugmentedSubmittable<(stash: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [AccountId32]>; + chillOther: AugmentedSubmittable<(stash: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32]>; /** * Updates a batch of controller accounts to their corresponding stash account if they are * not the same. Ignores any controller accounts that do not exist, and does not operate if @@ -2976,13 +2976,13 @@ declare module '@pezkuwi/api-base/types/submittable' { * * The dispatch origin must be `T::AdminOrigin`. **/ - deprecateControllerBatch: AugmentedSubmittable<(controllers: Vec | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic, [Vec]>; + deprecateControllerBatch: AugmentedSubmittable<(controllers: Vec | string | Uint8Array) => SubmittableExtrinsic, [Vec]>; /** * Force a validator to have at least the minimum commission. This will not affect a * validator who already has a commission greater than or equal to the minimum. Any account * can call this. **/ - forceApplyMinCommission: AugmentedSubmittable<(validatorStash: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [AccountId32]>; + forceApplyMinCommission: AugmentedSubmittable<(validatorStash: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32]>; /** * Force there to be a new era at the end of the next session. After this, it will be * reset to normal (non-forced) behaviour. @@ -3038,7 +3038,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `num_slashing_spans`: Refer to comments on [`Call::withdraw_unbonded`] for more * details. **/ - forceUnstake: AugmentedSubmittable<(stash: AccountId32 | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [AccountId32, u32]>; + forceUnstake: AugmentedSubmittable<(stash: PezspCoreCryptoAccountId32 | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32, u32]>; /** * Increments the ideal number of validators up to maximum of * `ElectionProviderBase::MaxWinners`. @@ -3062,7 +3062,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * Note: Making this call only makes sense if you first set the validator preferences to * block any further nominations. **/ - kick: AugmentedSubmittable<(who: Vec | (MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array)[]) => SubmittableExtrinsic, [Vec]>; + kick: AugmentedSubmittable<(who: Vec | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Vec]>; /** * This function allows governance to manually slash a validator and is a * **fallback mechanism**. @@ -3086,7 +3086,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * will be applied. * - The slash will be deferred by `SlashDeferDuration` eras before being enacted. **/ - manualSlash: AugmentedSubmittable<(validatorStash: AccountId32 | string | Uint8Array, era: u32 | AnyNumber | Uint8Array, slashFraction: Perbill | AnyNumber | Uint8Array) => SubmittableExtrinsic, [AccountId32, u32, Perbill]>; + manualSlash: AugmentedSubmittable<(validatorStash: PezspCoreCryptoAccountId32 | string | Uint8Array, era: u32 | AnyNumber | Uint8Array, slashFraction: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32, u32, u32]>; /** * Removes the legacy Staking locks if they exist. * @@ -3096,7 +3096,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * The fee is waived if the migration is successful. **/ - migrateCurrency: AugmentedSubmittable<(stash: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [AccountId32]>; + migrateCurrency: AugmentedSubmittable<(stash: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32]>; /** * Declare the desire to nominate `targets` for the origin controller. * @@ -3109,7 +3109,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * which is capped at CompactAssignments::LIMIT (T::MaxNominations). * - Both the reads and writes follow a similar pattern. **/ - nominate: AugmentedSubmittable<(targets: Vec | (MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array)[]) => SubmittableExtrinsic, [Vec]>; + nominate: AugmentedSubmittable<(targets: Vec | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Vec]>; /** * Pay out next page of the stakers behind a validator for the given era. * @@ -3125,7 +3125,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * If all pages are claimed, it returns an error `InvalidPage`. **/ - payoutStakers: AugmentedSubmittable<(validatorStash: AccountId32 | string | Uint8Array, era: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [AccountId32, u32]>; + payoutStakers: AugmentedSubmittable<(validatorStash: PezspCoreCryptoAccountId32 | string | Uint8Array, era: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32, u32]>; /** * Pay out a page of the stakers behind a validator for the given era and page. * @@ -3145,7 +3145,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * and so it should not be assumed the highest staker would be on the topmost page and vice * versa. If rewards are not claimed in [`Config::HistoryDepth`] eras, they are lost. **/ - payoutStakersByPage: AugmentedSubmittable<(validatorStash: AccountId32 | string | Uint8Array, era: u32 | AnyNumber | Uint8Array, page: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [AccountId32, u32, u32]>; + payoutStakersByPage: AugmentedSubmittable<(validatorStash: PezspCoreCryptoAccountId32 | string | Uint8Array, era: u32 | AnyNumber | Uint8Array, page: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32, u32, u32]>; /** * Remove all data structures concerning a staker/stash once it is at a state where it can * be considered `dust` in the staking system. The requirements are: @@ -3166,7 +3166,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `num_slashing_spans`: Refer to comments on [`Call::withdraw_unbonded`] for more * details. **/ - reapStash: AugmentedSubmittable<(stash: AccountId32 | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [AccountId32, u32]>; + reapStash: AugmentedSubmittable<(stash: PezspCoreCryptoAccountId32 | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32, u32]>; /** * Rebond a portion of the stash scheduled to be unlocked. * @@ -3190,7 +3190,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * ledger associated with the stash. If the input parameters are not set, the ledger will * be reset values from on-chain state. **/ - restoreLedger: AugmentedSubmittable<(stash: AccountId32 | string | Uint8Array, maybeController: Option | null | Uint8Array | AccountId32 | string, maybeTotal: Option | null | Uint8Array | u128 | AnyNumber, maybeUnlocking: Option> | null | Uint8Array | Vec | (PezpalletStakingUnlockChunk)[]) => SubmittableExtrinsic, [AccountId32, Option, Option, Option>]>; + restoreLedger: AugmentedSubmittable<(stash: PezspCoreCryptoAccountId32 | string | Uint8Array, maybeController: Option | string | Uint8Array, maybeTotal: Option | null | Uint8Array | u128 | AnyNumber, maybeUnlocking: Option> | null | Uint8Array | Vec | (PezpalletStakingUnlockChunk)[]) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32, Option, Option, Option>]>; /** * Scale up the ideal number of validators by a factor up to maximum of * `ElectionProviderBase::MaxWinners`. @@ -3200,7 +3200,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * ## Complexity * Same as [`Self::set_validator_count`]. **/ - scaleValidatorCount: AugmentedSubmittable<(factor: Percent | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Percent]>; + scaleValidatorCount: AugmentedSubmittable<(factor: u8 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u8]>; /** * (Re-)sets the controller of a stash to the stash itself. This function previously * accepted a `controller` argument to set the controller to an account other than the @@ -3223,14 +3223,14 @@ declare module '@pezkuwi/api-base/types/submittable' { * * The dispatch origin must be Root. **/ - setInvulnerables: AugmentedSubmittable<(invulnerables: Vec | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic, [Vec]>; + setInvulnerables: AugmentedSubmittable<(invulnerables: Vec | string | Uint8Array) => SubmittableExtrinsic, [Vec]>; /** * Sets the minimum amount of commission that each validators must maintain. * * This call has lower privilege requirements than `set_staking_config` and can be called * by the `T::AdminOrigin`. Root can always call this. **/ - setMinCommission: AugmentedSubmittable<(updated: Perbill | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Perbill]>; + setMinCommission: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32]>; /** * (Re-)set the payment target for a controller. * @@ -3307,7 +3307,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * This will waive the transaction fee if the `payee` is successfully migrated. **/ - updatePayee: AugmentedSubmittable<(controller: AccountId32 | string | Uint8Array) => SubmittableExtrinsic, [AccountId32]>; + updatePayee: AugmentedSubmittable<(controller: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic, [PezspCoreCryptoAccountId32]>; /** * Declare the desire to validate for the origin controller. * @@ -3651,7 +3651,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * Emits [`Event::SpendApproved`] if successful. **/ - spendLocal: AugmentedSubmittable<(amount: Compact | AnyNumber | Uint8Array, beneficiary: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [Compact, MultiAddress]>; + spendLocal: AugmentedSubmittable<(amount: Compact | AnyNumber | Uint8Array, beneficiary: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [Compact, PezspRuntimeMultiAddress]>; /** * Void previously approved spend. * @@ -3812,7 +3812,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * - `target`: An account that has a vesting schedule * - `schedule_index`: The vesting schedule index that should be removed **/ - forceRemoveVestingSchedule: AugmentedSubmittable<(target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, scheduleIndex: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [MultiAddress, u32]>; + forceRemoveVestingSchedule: AugmentedSubmittable<(target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, scheduleIndex: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, u32]>; /** * Force a vested transfer. * @@ -3829,7 +3829,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * ## Complexity * - `O(1)`. **/ - forceVestedTransfer: AugmentedSubmittable<(source: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, schedule: PezpalletVestingVestingInfo) => SubmittableExtrinsic, [MultiAddress, MultiAddress, PezpalletVestingVestingInfo]>; + forceVestedTransfer: AugmentedSubmittable<(source: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, schedule: PezpalletVestingVestingInfo) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, PezpalletVestingVestingInfo]>; /** * Merge two vesting schedules together, creating a new vesting schedule that unlocks over * the highest possible start and end blocks. If both schedules have already started the @@ -3881,7 +3881,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * ## Complexity * - `O(1)`. **/ - vestedTransfer: AugmentedSubmittable<(target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, schedule: PezpalletVestingVestingInfo) => SubmittableExtrinsic, [MultiAddress, PezpalletVestingVestingInfo]>; + vestedTransfer: AugmentedSubmittable<(target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, schedule: PezpalletVestingVestingInfo) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, PezpalletVestingVestingInfo]>; /** * Unlock any vested funds of a `target` account. * @@ -3895,7 +3895,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * ## Complexity * - `O(1)`. **/ - vestOther: AugmentedSubmittable<(target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + vestOther: AugmentedSubmittable<(target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * Generic tx **/ @@ -3914,13 +3914,13 @@ declare module '@pezkuwi/api-base/types/submittable' { * - both nodes are within the same bag, * - and `origin` has a greater `Score` than `lighter`. **/ - putInFrontOf: AugmentedSubmittable<(lighter: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + putInFrontOf: AugmentedSubmittable<(lighter: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * Same as [`Pallet::put_in_front_of`], but it can be called by anyone. * * Fee is paid by the origin under all circumstances. **/ - putInFrontOfOther: AugmentedSubmittable<(heavier: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, lighter: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress, MultiAddress]>; + putInFrontOfOther: AugmentedSubmittable<(heavier: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, lighter: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress, PezspRuntimeMultiAddress]>; /** * Declare that some `dislocated` account has, through rewards or penalties, sufficiently * changed its score that it should properly fall into a different bag than its current @@ -3933,7 +3933,7 @@ declare module '@pezkuwi/api-base/types/submittable' { * * If `dislocated` does not exists, it returns an error. **/ - rebag: AugmentedSubmittable<(dislocated: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic, [MultiAddress]>; + rebag: AugmentedSubmittable<(dislocated: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic, [PezspRuntimeMultiAddress]>; /** * Generic tx **/ diff --git a/packages/api-base/package.json b/packages/api-base/package.json index 31a8ca6..0a5ade6 100644 --- a/packages/api-base/package.json +++ b/packages/api-base/package.json @@ -1,5 +1,5 @@ { - "author": "Jaco Greeff ", + "author": "PezkuwiChain ", "bugs": "https://github.com/pezkuwichain/pezkuwi-api/issues", "description": "Interfaces for interacting with contracts and contract ABIs", "engines": { @@ -19,7 +19,7 @@ ], "type": "module", "types": "./index.d.ts", - "version": "16.5.22", + "version": "16.5.34", "main": "./cjs/index.js", "module": "./index.js", "exports": { @@ -255,9 +255,9 @@ } }, "dependencies": { - "@pezkuwi/rpc-core": "16.5.22", - "@pezkuwi/types": "16.5.22", - "@pezkuwi/util": "14.0.13", + "@pezkuwi/rpc-core": "16.5.34", + "@pezkuwi/types": "16.5.34", + "@pezkuwi/util": "14.0.23", "rxjs": "^7.8.1", "tslib": "^2.8.1" } diff --git a/packages/api-base/src/packageInfo.ts b/packages/api-base/src/packageInfo.ts index 709a711..9e61593 100644 --- a/packages/api-base/src/packageInfo.ts +++ b/packages/api-base/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @pezkuwi/dev -export const packageInfo = { name: '@pezkuwi/api-base', path: 'auto', type: 'auto', version: '16.5.18' }; +export const packageInfo = { name: '@pezkuwi/api-base', path: 'auto', type: 'auto', version: '16.5.34' }; diff --git a/packages/api-contract/package.json b/packages/api-contract/package.json index 4646bd0..af8e9e6 100644 --- a/packages/api-contract/package.json +++ b/packages/api-contract/package.json @@ -1,5 +1,5 @@ { - "author": "Jaco Greeff ", + "author": "PezkuwiChain ", "bugs": "https://github.com/pezkuwichain/pezkuwi-api/issues", "description": "Interfaces for interacting with contracts and contract ABIs", "engines": { @@ -19,7 +19,7 @@ ], "type": "module", "types": "./index.d.ts", - "version": "16.5.22", + "version": "16.5.34", "main": "./cjs/index.js", "module": "./index.js", "exports": { @@ -395,15 +395,15 @@ } }, "dependencies": { - "@pezkuwi/api": "16.5.22", - "@pezkuwi/api-augment": "16.5.22", - "@pezkuwi/keyring": "14.0.13", - "@pezkuwi/types": "16.5.22", - "@pezkuwi/types-codec": "16.5.22", - "@pezkuwi/types-create": "16.5.22", - "@pezkuwi/types-support": "16.5.22", - "@pezkuwi/util": "14.0.13", - "@pezkuwi/util-crypto": "14.0.13", + "@pezkuwi/api": "16.5.34", + "@pezkuwi/api-augment": "16.5.34", + "@pezkuwi/keyring": "14.0.23", + "@pezkuwi/types": "16.5.34", + "@pezkuwi/types-codec": "16.5.34", + "@pezkuwi/types-create": "16.5.34", + "@pezkuwi/types-support": "16.5.34", + "@pezkuwi/util": "14.0.23", + "@pezkuwi/util-crypto": "14.0.23", "rxjs": "^7.8.1", "tslib": "^2.8.1" } diff --git a/packages/api-contract/src/packageInfo.ts b/packages/api-contract/src/packageInfo.ts index 31aeb53..592eb7a 100644 --- a/packages/api-contract/src/packageInfo.ts +++ b/packages/api-contract/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @pezkuwi/dev -export const packageInfo = { name: '@pezkuwi/api-contract', path: 'auto', type: 'auto', version: '16.5.18' }; +export const packageInfo = { name: '@pezkuwi/api-contract', path: 'auto', type: 'auto', version: '16.5.34' }; diff --git a/packages/api-derive/package.json b/packages/api-derive/package.json index 0a454b7..8f1622c 100644 --- a/packages/api-derive/package.json +++ b/packages/api-derive/package.json @@ -1,5 +1,5 @@ { - "author": "Jaco Greeff ", + "author": "PezkuwiChain ", "bugs": "https://github.com/pezkuwichain/pezkuwi-api/issues", "description": "Common functions used across Pezkuwi, derived from RPC calls and storage queries.", "engines": { @@ -19,20 +19,20 @@ ], "type": "module", "types": "./index.d.ts", - "version": "16.5.22", + "version": "16.5.34", "main": "./cjs/index.js", "module": "./index.js", "dependencies": { - "@pezkuwi/api": "16.5.22", - "@pezkuwi/api-augment": "16.5.22", - "@pezkuwi/api-base": "16.5.22", - "@pezkuwi/rpc-core": "16.5.22", - "@pezkuwi/rpc-provider": "16.5.22", - "@pezkuwi/types": "16.5.22", - "@pezkuwi/types-codec": "16.5.22", - "@pezkuwi/types-support": "16.5.22", - "@pezkuwi/util": "14.0.13", - "@pezkuwi/util-crypto": "14.0.13", + "@pezkuwi/api": "16.5.34", + "@pezkuwi/api-augment": "16.5.34", + "@pezkuwi/api-base": "16.5.34", + "@pezkuwi/rpc-core": "16.5.34", + "@pezkuwi/rpc-provider": "16.5.34", + "@pezkuwi/types": "16.5.34", + "@pezkuwi/types-codec": "16.5.34", + "@pezkuwi/types-support": "16.5.34", + "@pezkuwi/util": "14.0.23", + "@pezkuwi/util-crypto": "14.0.23", "rxjs": "^7.8.1", "tslib": "^2.8.1" } diff --git a/packages/api-derive/src/packageInfo.ts b/packages/api-derive/src/packageInfo.ts index 7db429d..17f0f4c 100644 --- a/packages/api-derive/src/packageInfo.ts +++ b/packages/api-derive/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @pezkuwi/dev -export const packageInfo = { name: '@pezkuwi/api-derive', path: 'auto', type: 'auto', version: '16.5.18' }; +export const packageInfo = { name: '@pezkuwi/api-derive', path: 'auto', type: 'auto', version: '16.5.34' }; diff --git a/packages/api/package.json b/packages/api/package.json index 9a8f1f3..2ce1acc 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,5 +1,5 @@ { - "author": "Jaco Greeff ", + "author": "PezkuwiChain ", "bugs": "https://github.com/pezkuwichain/pezkuwi-api/issues", "description": "Promise and RxJS wrappers around the Pezkuwi JS RPC", "engines": { @@ -19,7 +19,7 @@ ], "type": "module", "types": "./index.d.ts", - "version": "16.5.22", + "version": "16.5.34", "main": "./cjs/index.js", "module": "./index.js", "exports": { @@ -591,21 +591,21 @@ } }, "dependencies": { - "@pezkuwi/api-augment": "16.5.22", - "@pezkuwi/api-base": "16.5.22", - "@pezkuwi/api-derive": "16.5.22", - "@pezkuwi/keyring": "14.0.13", - "@pezkuwi/rpc-augment": "16.5.22", - "@pezkuwi/rpc-core": "16.5.22", - "@pezkuwi/rpc-provider": "16.5.22", - "@pezkuwi/types": "16.5.22", - "@pezkuwi/types-augment": "16.5.22", - "@pezkuwi/types-codec": "16.5.22", - "@pezkuwi/types-create": "16.5.22", - "@pezkuwi/types-known": "16.5.22", - "@pezkuwi/types-support": "16.5.22", - "@pezkuwi/util": "14.0.13", - "@pezkuwi/util-crypto": "14.0.13", + "@pezkuwi/api-augment": "16.5.34", + "@pezkuwi/api-base": "16.5.34", + "@pezkuwi/api-derive": "16.5.34", + "@pezkuwi/keyring": "14.0.23", + "@pezkuwi/rpc-augment": "16.5.34", + "@pezkuwi/rpc-core": "16.5.34", + "@pezkuwi/rpc-provider": "16.5.34", + "@pezkuwi/types": "16.5.34", + "@pezkuwi/types-augment": "16.5.34", + "@pezkuwi/types-codec": "16.5.34", + "@pezkuwi/types-create": "16.5.34", + "@pezkuwi/types-known": "16.5.34", + "@pezkuwi/types-support": "16.5.34", + "@pezkuwi/util": "14.0.23", + "@pezkuwi/util-crypto": "14.0.23", "eventemitter3": "^5.0.1", "rxjs": "^7.8.1", "tslib": "^2.8.1" diff --git a/packages/api/src/packageInfo.ts b/packages/api/src/packageInfo.ts index 82cdb33..f63c948 100644 --- a/packages/api/src/packageInfo.ts +++ b/packages/api/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @pezkuwi/dev -export const packageInfo = { name: '@pezkuwi/api', path: 'auto', type: 'auto', version: '16.5.18' }; +export const packageInfo = { name: '@pezkuwi/api', path: 'auto', type: 'auto', version: '16.5.34' }; diff --git a/packages/bizinikiwi-bindings/package.json b/packages/bizinikiwi-bindings/package.json index c9799ca..b5b8db3 100644 --- a/packages/bizinikiwi-bindings/package.json +++ b/packages/bizinikiwi-bindings/package.json @@ -1,7 +1,7 @@ { "name": "@pezkuwi/bizinikiwi-bindings", - "version": "16.5.22", - "author": "Dijital Kurdistan Tech Institute ", + "version": "16.5.34", + "author": "PezkuwiChain ", "bugs": "https://github.com/pezkuwichain/pezkuwi-api/issues", "homepage": "https://github.com/pezkuwichain/pezkuwi-api/tree/master/packages/bizinikiwi-bindings#readme", "repository": { diff --git a/packages/merkleize-metadata/package.json b/packages/merkleize-metadata/package.json index 6971cb3..4f8ecec 100644 --- a/packages/merkleize-metadata/package.json +++ b/packages/merkleize-metadata/package.json @@ -1,7 +1,7 @@ { "name": "@pezkuwi/merkleize-metadata", - "version": "16.5.22", - "author": "Dijital Kurdistan Tech Institute ", + "version": "16.5.34", + "author": "PezkuwiChain ", "bugs": "https://github.com/pezkuwichain/pezkuwi-api/issues", "homepage": "https://github.com/pezkuwichain/pezkuwi-api/tree/master/packages/merkleize-metadata#readme", "repository": { diff --git a/packages/metadata-builders/package.json b/packages/metadata-builders/package.json index 4126aa1..f3bda47 100644 --- a/packages/metadata-builders/package.json +++ b/packages/metadata-builders/package.json @@ -1,7 +1,7 @@ { "name": "@pezkuwi/metadata-builders", - "version": "16.5.22", - "author": "Dijital Kurdistan Tech Institute ", + "version": "16.5.34", + "author": "PezkuwiChain ", "bugs": "https://github.com/pezkuwichain/pezkuwi-api/issues", "homepage": "https://github.com/pezkuwichain/pezkuwi-api/tree/master/packages/metadata-builders#readme", "repository": { diff --git a/packages/papi-utils/package.json b/packages/papi-utils/package.json index 76d4b23..013196a 100644 --- a/packages/papi-utils/package.json +++ b/packages/papi-utils/package.json @@ -1,7 +1,7 @@ { "name": "@pezkuwi/papi-utils", - "version": "16.5.22", - "author": "Dijital Kurdistan Tech Institute ", + "version": "16.5.34", + "author": "PezkuwiChain ", "bugs": "https://github.com/pezkuwichain/pezkuwi-api/issues", "homepage": "https://github.com/pezkuwichain/pezkuwi-api/tree/master/packages/papi-utils#readme", "repository": { diff --git a/packages/rpc-augment/package.json b/packages/rpc-augment/package.json index ee874f0..2778135 100644 --- a/packages/rpc-augment/package.json +++ b/packages/rpc-augment/package.json @@ -1,5 +1,5 @@ { - "author": "Jaco Greeff ", + "author": "PezkuwiChain ", "bugs": "https://github.com/pezkuwichain/pezkuwi-api/issues", "description": "RPC generated augmentation", "engines": { @@ -19,7 +19,7 @@ ], "type": "module", "types": "./index.d.ts", - "version": "16.5.22", + "version": "16.5.34", "main": "./cjs/index.js", "module": "./index.js", "exports": { @@ -129,10 +129,10 @@ } }, "dependencies": { - "@pezkuwi/rpc-core": "16.5.22", - "@pezkuwi/types": "16.5.22", - "@pezkuwi/types-codec": "16.5.22", - "@pezkuwi/util": "14.0.13", + "@pezkuwi/rpc-core": "16.5.34", + "@pezkuwi/types": "16.5.34", + "@pezkuwi/types-codec": "16.5.34", + "@pezkuwi/util": "14.0.23", "tslib": "^2.8.1" } } diff --git a/packages/rpc-augment/src/packageInfo.ts b/packages/rpc-augment/src/packageInfo.ts index 6566cba..b26e7e3 100644 --- a/packages/rpc-augment/src/packageInfo.ts +++ b/packages/rpc-augment/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @pezkuwi/dev -export const packageInfo = { name: '@pezkuwi/rpc-augment', path: 'auto', type: 'auto', version: '16.5.18' }; +export const packageInfo = { name: '@pezkuwi/rpc-augment', path: 'auto', type: 'auto', version: '16.5.34' }; diff --git a/packages/rpc-core/package.json b/packages/rpc-core/package.json index 88f1761..5c5cc91 100644 --- a/packages/rpc-core/package.json +++ b/packages/rpc-core/package.json @@ -1,5 +1,5 @@ { - "author": "Jaco Greeff ", + "author": "PezkuwiChain ", "bugs": "https://github.com/pezkuwichain/pezkuwi-api/issues", "description": "A JavaScript wrapper for the Pezkuwi JsonRPC interface", "engines": { @@ -19,7 +19,7 @@ ], "type": "module", "types": "./index.d.ts", - "version": "16.5.22", + "version": "16.5.34", "main": "./cjs/index.js", "module": "./index.js", "exports": { @@ -199,11 +199,11 @@ } }, "dependencies": { - "@pezkuwi/keyring": "14.0.13", - "@pezkuwi/rpc-augment": "16.5.22", - "@pezkuwi/rpc-provider": "16.5.22", - "@pezkuwi/types": "16.5.22", - "@pezkuwi/util": "14.0.13", + "@pezkuwi/keyring": "14.0.23", + "@pezkuwi/rpc-augment": "16.5.34", + "@pezkuwi/rpc-provider": "16.5.34", + "@pezkuwi/types": "16.5.34", + "@pezkuwi/util": "14.0.23", "rxjs": "^7.8.1", "tslib": "^2.8.1" } diff --git a/packages/rpc-core/src/packageInfo.ts b/packages/rpc-core/src/packageInfo.ts index c495157..04908cc 100644 --- a/packages/rpc-core/src/packageInfo.ts +++ b/packages/rpc-core/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @pezkuwi/dev -export const packageInfo = { name: '@pezkuwi/rpc-core', path: 'auto', type: 'auto', version: '16.5.18' }; +export const packageInfo = { name: '@pezkuwi/rpc-core', path: 'auto', type: 'auto', version: '16.5.34' }; diff --git a/packages/rpc-provider/package.json b/packages/rpc-provider/package.json index 6efe31d..35e5a94 100644 --- a/packages/rpc-provider/package.json +++ b/packages/rpc-provider/package.json @@ -1,5 +1,5 @@ { - "author": "Jaco Greeff ", + "author": "PezkuwiChain ", "bugs": "https://github.com/pezkuwichain/pezkuwi-api/issues", "description": "Transport providers for the API", "engines": { @@ -19,7 +19,7 @@ ], "type": "module", "types": "./index.d.ts", - "version": "16.5.22", + "version": "16.5.34", "main": "./cjs/index.js", "module": "./index.js", "exports": { @@ -325,14 +325,14 @@ } }, "dependencies": { - "@pezkuwi/keyring": "14.0.13", - "@pezkuwi/types": "16.5.22", - "@pezkuwi/types-support": "16.5.22", - "@pezkuwi/util": "14.0.13", - "@pezkuwi/util-crypto": "14.0.13", - "@pezkuwi/x-fetch": "14.0.13", - "@pezkuwi/x-global": "14.0.13", - "@pezkuwi/x-ws": "14.0.13", + "@pezkuwi/keyring": "14.0.23", + "@pezkuwi/types": "16.5.34", + "@pezkuwi/types-support": "16.5.34", + "@pezkuwi/util": "14.0.23", + "@pezkuwi/util-crypto": "14.0.23", + "@pezkuwi/x-fetch": "14.0.23", + "@pezkuwi/x-global": "14.0.23", + "@pezkuwi/x-ws": "14.0.23", "eventemitter3": "^5.0.1", "mock-socket": "^9.3.1", "nock": "^13.5.5", diff --git a/packages/rpc-provider/src/packageInfo.ts b/packages/rpc-provider/src/packageInfo.ts index b24f48c..9078dad 100644 --- a/packages/rpc-provider/src/packageInfo.ts +++ b/packages/rpc-provider/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @pezkuwi/dev -export const packageInfo = { name: '@pezkuwi/rpc-provider', path: 'auto', type: 'auto', version: '16.5.18' }; +export const packageInfo = { name: '@pezkuwi/rpc-provider', path: 'auto', type: 'auto', version: '16.5.34' }; diff --git a/packages/typegen/package.json b/packages/typegen/package.json index 3ca2dce..fc97e75 100644 --- a/packages/typegen/package.json +++ b/packages/typegen/package.json @@ -1,5 +1,5 @@ { - "author": "Jaco Greeff ", + "author": "PezkuwiChain ", "bugs": "https://github.com/pezkuwichain/pezkuwi-api/issues", "description": "Type generation scripts", "engines": { @@ -19,7 +19,7 @@ ], "type": "module", "types": "./index.d.ts", - "version": "16.5.22", + "version": "16.5.34", "main": "./cjs/index.js", "module": "./index.js", "bin": { @@ -527,19 +527,19 @@ } }, "dependencies": { - "@pezkuwi/api": "16.5.22", - "@pezkuwi/api-augment": "16.5.22", - "@pezkuwi/api-derive": "16.5.22", - "@pezkuwi/rpc-augment": "16.5.22", - "@pezkuwi/rpc-provider": "16.5.22", - "@pezkuwi/types": "16.5.22", - "@pezkuwi/types-augment": "16.5.22", - "@pezkuwi/types-codec": "16.5.22", - "@pezkuwi/types-create": "16.5.22", - "@pezkuwi/types-support": "16.5.22", - "@pezkuwi/util": "14.0.13", - "@pezkuwi/util-crypto": "14.0.13", - "@pezkuwi/x-ws": "14.0.13", + "@pezkuwi/api": "16.5.34", + "@pezkuwi/api-augment": "16.5.34", + "@pezkuwi/api-derive": "16.5.34", + "@pezkuwi/rpc-augment": "16.5.34", + "@pezkuwi/rpc-provider": "16.5.34", + "@pezkuwi/types": "16.5.34", + "@pezkuwi/types-augment": "16.5.34", + "@pezkuwi/types-codec": "16.5.34", + "@pezkuwi/types-create": "16.5.34", + "@pezkuwi/types-support": "16.5.34", + "@pezkuwi/util": "14.0.23", + "@pezkuwi/util-crypto": "14.0.23", + "@pezkuwi/x-ws": "14.0.23", "comment-parser": "^1.4.1", "handlebars": "^4.7.8", "tslib": "^2.8.1", diff --git a/packages/typegen/src/generate/lookup.ts b/packages/typegen/src/generate/lookup.ts index d87369e..530684f 100644 --- a/packages/typegen/src/generate/lookup.ts +++ b/packages/typegen/src/generate/lookup.ts @@ -224,17 +224,53 @@ function generateLookupTypes (registry: Registry, filtered: [PortableType, TypeD ), interfaces: [] }; - const items = filtered - .map(([, typeDef]) => { - // Deep rebrand the type names (including nested sub types) before generating interfaces - const rebranded = deepRebrandTypeDef(typeDef); + // Special type mappings: PezkuwiChain types that should extend standard types + const TYPE_MAPPINGS: Record = { + PezspCoreCryptoAccountId32: 'AccountId32', + PezspRuntimeMultiAddress: 'MultiAddress' + }; - return rebranded.lookupNameRoot && rebranded.lookupName - ? exportInterface(rebranded.lookupIndex, rebranded.lookupName, rebranded.lookupNameRoot) - : typeEncoders[rebranded.info](registry, imports.definitions, rebranded, imports); - }) - .filter((t): t is string => !!t) - .map((t) => t.replace(/\nexport /, '\n')); + // Add imports for AccountId32 and MultiAddress - needed for all lookup files that use TYPE_MAPPINGS + const runtimePath = '@pezkuwi/types/interfaces/runtime'; + if (imports.localTypes[runtimePath]) { + imports.localTypes[runtimePath]['AccountId32'] = true; + imports.localTypes[runtimePath]['MultiAddress'] = true; + } + + // For non-bizinikiwi files, add base type definitions at the start + const baseTypeDefs: string[] = []; + if (subPath && subPath !== 'bizinikiwi') { + // Add PezspCoreCryptoAccountId32 and PezspRuntimeMultiAddress definitions + // These extend the standard types and are needed in all lookup files + baseTypeDefs.push( + ' /** @name PezspCoreCryptoAccountId32 (0) */\n interface PezspCoreCryptoAccountId32 extends AccountId32 {}', + ' /** @name PezspRuntimeMultiAddress (1) */\n interface PezspRuntimeMultiAddress extends MultiAddress {}' + ); + } + + const items = [ + ...baseTypeDefs, + ...filtered + .map(([, typeDef]) => { + // Deep rebrand the type names (including nested sub types) before generating interfaces + const rebranded = deepRebrandTypeDef(typeDef); + + // Check for special type mappings first - skip if already in base types for this file + if (rebranded.lookupName && TYPE_MAPPINGS[rebranded.lookupName]) { + // For bizinikiwi, include the mapping; for others, skip (already in baseTypeDefs) + if (subPath === 'bizinikiwi') { + return exportInterface(rebranded.lookupIndex, rebranded.lookupName, TYPE_MAPPINGS[rebranded.lookupName]); + } + return null; + } + + return rebranded.lookupNameRoot && rebranded.lookupName + ? exportInterface(rebranded.lookupIndex, rebranded.lookupName, rebranded.lookupNameRoot) + : typeEncoders[rebranded.info](registry, imports.definitions, rebranded, imports); + }) + .filter((t): t is string => !!t) + .map((t) => t.replace(/\nexport /, '\n')) + ]; writeFile(path.join(destDir, `types${subPath ? `-${subPath}` : ''}.ts`), () => generateLookupTypesTmpl({ headerType: 'defs', diff --git a/packages/typegen/src/packageInfo.ts b/packages/typegen/src/packageInfo.ts index 24a7c43..039984b 100644 --- a/packages/typegen/src/packageInfo.ts +++ b/packages/typegen/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @pezkuwi/dev -export const packageInfo = { name: '@pezkuwi/typegen', path: 'auto', type: 'auto', version: '16.5.18' }; +export const packageInfo = { name: '@pezkuwi/typegen', path: 'auto', type: 'auto', version: '16.5.34' }; diff --git a/packages/typegen/src/util/derived.ts b/packages/typegen/src/util/derived.ts index 9d2951b..aa344e0 100644 --- a/packages/typegen/src/util/derived.ts +++ b/packages/typegen/src/util/derived.ts @@ -6,7 +6,7 @@ import type { UInt } from '@pezkuwi/types-codec'; import type { TypeDef } from '@pezkuwi/types-create/types'; import type { ModuleTypes, TypeImports } from './imports.js'; -import { GenericAccountId, GenericCall, GenericLookupSource, GenericVote } from '@pezkuwi/types/generic'; +import { GenericAccountId, GenericCall, GenericLookupSource, GenericMultiAddress, GenericVote } from '@pezkuwi/types/generic'; import { AllConvictions } from '@pezkuwi/types/interfaces/democracy/definitions'; import { AbstractInt, bool, Compact, Enum, Null, Option, Struct, Tuple, Vec, WrapperKeepOpaque, WrapperOpaque } from '@pezkuwi/types-codec'; import { getTypeDef, TypeDefInfo } from '@pezkuwi/types-create'; @@ -44,6 +44,18 @@ export function getSimilarTypes (registry: Registry, definitions: Record !v.startsWith('__Unused')); diff --git a/packages/typegen/src/util/formatting.ts b/packages/typegen/src/util/formatting.ts index 3497ce0..34fbe1c 100644 --- a/packages/typegen/src/util/formatting.ts +++ b/packages/typegen/src/util/formatting.ts @@ -257,6 +257,12 @@ const formatters: Record", + "author": "PezkuwiChain ", "bugs": "https://github.com/pezkuwichain/pezkuwi-api/issues", "description": "Types generated augmentation", "engines": { @@ -19,7 +19,7 @@ ], "type": "module", "types": "./index.d.ts", - "version": "16.5.22", + "version": "16.5.34", "main": "./cjs/index.js", "module": "./index.js", "exports": { @@ -395,9 +395,9 @@ } }, "dependencies": { - "@pezkuwi/types": "16.5.22", - "@pezkuwi/types-codec": "16.5.22", - "@pezkuwi/util": "14.0.13", + "@pezkuwi/types": "16.5.34", + "@pezkuwi/types-codec": "16.5.34", + "@pezkuwi/util": "14.0.23", "tslib": "^2.8.1" } } diff --git a/packages/types-augment/src/lookup/assetHubDicle.ts b/packages/types-augment/src/lookup/assetHubDicle.ts index 634bcc0..5ab13dd 100644 --- a/packages/types-augment/src/lookup/assetHubDicle.ts +++ b/packages/types-augment/src/lookup/assetHubDicle.ts @@ -135,10 +135,10 @@ export default { **/ AssetHubDicleRuntimeDynamicParamsIssuanceParametersValue: { _enum: { - MinInflation: 'Perquintill', - MaxInflation: 'Perquintill', - IdealStake: 'Perquintill', - Falloff: 'Perquintill' + MinInflation: 'u64', + MaxInflation: 'u64', + IdealStake: 'u64', + Falloff: 'u64' } }, /** @@ -146,14 +146,14 @@ export default { **/ AssetHubDicleRuntimeDynamicParamsTreasuryParametersValue: { _enum: { - BurnPortion: 'Permill', + BurnPortion: 'u32', BurnDestination: 'AssetHubDicleRuntimeTreasuryBurnDestinationAccount' } }, /** * Lookup72: asset_hub_kusama_runtime::treasury::BurnDestinationAccount **/ - AssetHubDicleRuntimeTreasuryBurnDestinationAccount: 'Option', + AssetHubDicleRuntimeTreasuryBurnDestinationAccount: 'Option', /** * Lookup74: asset_hub_kusama_runtime::dynamic_params::staking_election::ParametersValue **/ @@ -213,10 +213,10 @@ export default { **/ AssetHubDicleRuntimeDynamicParamsIssuanceParameters: { _enum: { - MinInflation: '(AssetHubDicleRuntimeDynamicParamsIssuanceMinInflation,Option)', - MaxInflation: '(AssetHubDicleRuntimeDynamicParamsIssuanceMaxInflation,Option)', - IdealStake: '(AssetHubDicleRuntimeDynamicParamsIssuanceIdealStake,Option)', - Falloff: '(AssetHubDicleRuntimeDynamicParamsIssuanceFalloff,Option)' + MinInflation: '(AssetHubDicleRuntimeDynamicParamsIssuanceMinInflation,Option)', + MaxInflation: '(AssetHubDicleRuntimeDynamicParamsIssuanceMaxInflation,Option)', + IdealStake: '(AssetHubDicleRuntimeDynamicParamsIssuanceIdealStake,Option)', + Falloff: '(AssetHubDicleRuntimeDynamicParamsIssuanceFalloff,Option)' } }, /** @@ -224,7 +224,7 @@ export default { **/ AssetHubDicleRuntimeDynamicParamsTreasuryParameters: { _enum: { - BurnPortion: '(AssetHubDicleRuntimeDynamicParamsTreasuryBurnPortion,Option)', + BurnPortion: '(AssetHubDicleRuntimeDynamicParamsTreasuryBurnPortion,Option)', BurnDestination: '(AssetHubDicleRuntimeDynamicParamsTreasuryBurnDestination,Option)' } }, @@ -383,7 +383,7 @@ export default { PezpalletRemoteProxyCall: { _enum: { remote_proxy: { - real: 'MultiAddress', + real: 'PezspRuntimeMultiAddress', forceProxyType: 'Option', call: 'RuntimeCall', proof: 'PezpalletRemoteProxyRemoteProxyProof', @@ -392,7 +392,7 @@ export default { proof: 'PezpalletRemoteProxyRemoteProxyProof', }, remote_proxy_with_registered_proof: { - real: 'MultiAddress', + real: 'PezspRuntimeMultiAddress', forceProxyType: 'Option', call: 'RuntimeCall' } @@ -414,35 +414,35 @@ export default { **/ AssetHubDicleRuntimeStakingNposCompactSolution24: { votes1: 'Vec<(Compact,Compact)>', - votes2: 'Vec<(Compact,(Compact,Compact),Compact)>', - votes3: 'Vec<(Compact,[(Compact,Compact);2],Compact)>', - votes4: 'Vec<(Compact,[(Compact,Compact);3],Compact)>', - votes5: 'Vec<(Compact,[(Compact,Compact);4],Compact)>', - votes6: 'Vec<(Compact,[(Compact,Compact);5],Compact)>', - votes7: 'Vec<(Compact,[(Compact,Compact);6],Compact)>', - votes8: 'Vec<(Compact,[(Compact,Compact);7],Compact)>', - votes9: 'Vec<(Compact,[(Compact,Compact);8],Compact)>', - votes10: 'Vec<(Compact,[(Compact,Compact);9],Compact)>', - votes11: 'Vec<(Compact,[(Compact,Compact);10],Compact)>', - votes12: 'Vec<(Compact,[(Compact,Compact);11],Compact)>', - votes13: 'Vec<(Compact,[(Compact,Compact);12],Compact)>', - votes14: 'Vec<(Compact,[(Compact,Compact);13],Compact)>', - votes15: 'Vec<(Compact,[(Compact,Compact);14],Compact)>', - votes16: 'Vec<(Compact,[(Compact,Compact);15],Compact)>', - votes17: 'Vec<(Compact,[(Compact,Compact);16],Compact)>', - votes18: 'Vec<(Compact,[(Compact,Compact);17],Compact)>', - votes19: 'Vec<(Compact,[(Compact,Compact);18],Compact)>', - votes20: 'Vec<(Compact,[(Compact,Compact);19],Compact)>', - votes21: 'Vec<(Compact,[(Compact,Compact);20],Compact)>', - votes22: 'Vec<(Compact,[(Compact,Compact);21],Compact)>', - votes23: 'Vec<(Compact,[(Compact,Compact);22],Compact)>', - votes24: 'Vec<(Compact,[(Compact,Compact);23],Compact)>' + votes2: 'Vec<(Compact,(Compact,Compact),Compact)>', + votes3: 'Vec<(Compact,[(Compact,Compact);2],Compact)>', + votes4: 'Vec<(Compact,[(Compact,Compact);3],Compact)>', + votes5: 'Vec<(Compact,[(Compact,Compact);4],Compact)>', + votes6: 'Vec<(Compact,[(Compact,Compact);5],Compact)>', + votes7: 'Vec<(Compact,[(Compact,Compact);6],Compact)>', + votes8: 'Vec<(Compact,[(Compact,Compact);7],Compact)>', + votes9: 'Vec<(Compact,[(Compact,Compact);8],Compact)>', + votes10: 'Vec<(Compact,[(Compact,Compact);9],Compact)>', + votes11: 'Vec<(Compact,[(Compact,Compact);10],Compact)>', + votes12: 'Vec<(Compact,[(Compact,Compact);11],Compact)>', + votes13: 'Vec<(Compact,[(Compact,Compact);12],Compact)>', + votes14: 'Vec<(Compact,[(Compact,Compact);13],Compact)>', + votes15: 'Vec<(Compact,[(Compact,Compact);14],Compact)>', + votes16: 'Vec<(Compact,[(Compact,Compact);15],Compact)>', + votes17: 'Vec<(Compact,[(Compact,Compact);16],Compact)>', + votes18: 'Vec<(Compact,[(Compact,Compact);17],Compact)>', + votes19: 'Vec<(Compact,[(Compact,Compact);18],Compact)>', + votes20: 'Vec<(Compact,[(Compact,Compact);19],Compact)>', + votes21: 'Vec<(Compact,[(Compact,Compact);20],Compact)>', + votes22: 'Vec<(Compact,[(Compact,Compact);21],Compact)>', + votes23: 'Vec<(Compact,[(Compact,Compact);22],Compact)>', + votes24: 'Vec<(Compact,[(Compact,Compact);23],Compact)>' }, /** * Lookup598: pallet_proxy::ProxyDefinition **/ PezpalletProxyProxyDefinitionDicleRuntimeConstantsProxyProxyType: { - delegate: 'AccountId32', + delegate: 'PezspCoreCryptoAccountId32', proxyType: 'DicleRuntimeConstantsProxyProxyType', delay: 'u32' }, @@ -502,9 +502,9 @@ export default { **/ PezpalletRcMigratorRecoveryPortableRecoveryMessage: { _enum: { - Recoverable: '(AccountId32,PezpalletRcMigratorRecoveryPortableRecoveryConfig)', - ActiveRecoveries: '(AccountId32,AccountId32,PezpalletRcMigratorRecoveryPortableActiveRecovery)', - Proxy: '(AccountId32,AccountId32)' + Recoverable: '(PezspCoreCryptoAccountId32,PezpalletRcMigratorRecoveryPortableRecoveryConfig)', + ActiveRecoveries: '(PezspCoreCryptoAccountId32,PezspCoreCryptoAccountId32,PezpalletRcMigratorRecoveryPortableActiveRecovery)', + Proxy: '(PezspCoreCryptoAccountId32,PezspCoreCryptoAccountId32)' } }, /** @@ -520,7 +520,7 @@ export default { * Lookup749: pallet_rc_migrator::recovery::PortableRecoveryFriends **/ PezpalletRcMigratorRecoveryPortableRecoveryFriends: { - friends: 'Vec' + friends: 'Vec' }, /** * Lookup752: pallet_rc_migrator::recovery::PortableActiveRecovery @@ -536,14 +536,14 @@ export default { PezpalletRcMigratorSocietyPortableSocietyMessage: { _enum: { Values: 'PezpalletRcMigratorSocietySocietyValues', - Member: '(AccountId32,PezpalletRcMigratorSocietyPortableMemberRecord)', - Payout: '(AccountId32,PezpalletRcMigratorSocietyPortablePayoutRecord)', - MemberByIndex: '(u32,AccountId32)', - SuspendedMembers: '(AccountId32,PezpalletRcMigratorSocietyPortableMemberRecord)', - Candidates: '(AccountId32,PezpalletRcMigratorSocietyPortableCandidacy)', - Votes: '(AccountId32,AccountId32,PezpalletRcMigratorSocietyPortableVote)', - VoteClearCursor: '(AccountId32,Bytes)', - DefenderVotes: '(u32,AccountId32,PezpalletRcMigratorSocietyPortableVote)' + Member: '(PezspCoreCryptoAccountId32,PezpalletRcMigratorSocietyPortableMemberRecord)', + Payout: '(PezspCoreCryptoAccountId32,PezpalletRcMigratorSocietyPortablePayoutRecord)', + MemberByIndex: '(u32,PezspCoreCryptoAccountId32)', + SuspendedMembers: '(PezspCoreCryptoAccountId32,PezpalletRcMigratorSocietyPortableMemberRecord)', + Candidates: '(PezspCoreCryptoAccountId32,PezpalletRcMigratorSocietyPortableCandidacy)', + Votes: '(PezspCoreCryptoAccountId32,PezspCoreCryptoAccountId32,PezpalletRcMigratorSocietyPortableVote)', + VoteClearCursor: '(PezspCoreCryptoAccountId32,Bytes)', + DefenderVotes: '(u32,PezspCoreCryptoAccountId32,PezpalletRcMigratorSocietyPortableVote)' } }, /** @@ -552,16 +552,16 @@ export default { PezpalletRcMigratorSocietySocietyValues: { parameters: 'Option', pot: 'Option', - founder: 'Option', - head: 'Option', + founder: 'Option', + head: 'Option', rules: 'Option', memberCount: 'Option', roundCount: 'Option', bids: 'Option>', - sceptic: 'Option', + sceptic: 'Option', nextHead: 'Option', challengeRoundCount: 'Option', - defending: 'Option<(AccountId32,AccountId32,PezpalletRcMigratorSocietyPortableTally)>', + defending: 'Option<(PezspCoreCryptoAccountId32,PezspCoreCryptoAccountId32,PezpalletRcMigratorSocietyPortableTally)>', nextIntakeAt: 'Option', nextChallengeAt: 'Option' }, @@ -578,7 +578,7 @@ export default { * Lookup761: pallet_rc_migrator::society::PortableBid **/ PezpalletRcMigratorSocietyPortableBid: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', kind: 'PezpalletRcMigratorSocietyPortableBidKind', value: 'u128' }, @@ -588,14 +588,14 @@ export default { PezpalletRcMigratorSocietyPortableBidKind: { _enum: { Deposit: 'u128', - Vouch: '(AccountId32,u128)' + Vouch: '(PezspCoreCryptoAccountId32,u128)' } }, /** * Lookup764: pallet_rc_migrator::society::PortableIntakeRecord **/ PezpalletRcMigratorSocietyPortableIntakeRecord: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', bid: 'u128', round: 'u32' }, @@ -834,7 +834,7 @@ export default { * Lookup939: pallet_proxy::ProxyDefinition **/ PezpalletProxyProxyDefinitionAssetHubDicleRuntimeProxyType: { - delegate: 'AccountId32', + delegate: 'PezspCoreCryptoAccountId32', proxyType: 'AssetHubDicleRuntimeProxyType', delay: 'u32' }, @@ -848,7 +848,7 @@ export default { * Lookup1023: pallet_revive::vm::CodeInfo **/ PezpalletReviveVmCodeInfo: { - owner: 'AccountId32', + owner: 'PezspCoreCryptoAccountId32', deposit: 'Compact', refcount: 'Compact', codeLen: 'u32', diff --git a/packages/types-augment/src/lookup/assetHubPezkuwi.ts b/packages/types-augment/src/lookup/assetHubPezkuwi.ts index ebf80d2..56fd948 100644 --- a/packages/types-augment/src/lookup/assetHubPezkuwi.ts +++ b/packages/types-augment/src/lookup/assetHubPezkuwi.ts @@ -150,13 +150,13 @@ export default { PezpalletCollatorSelectionEvent: { _enum: { NewInvulnerables: { - invulnerables: 'Vec', + invulnerables: 'Vec', }, InvulnerableAdded: { - accountId: 'AccountId32', + accountId: 'PezspCoreCryptoAccountId32', }, InvulnerableRemoved: { - accountId: 'AccountId32', + accountId: 'PezspCoreCryptoAccountId32', }, NewDesiredCandidates: { desiredCandidates: 'u32', @@ -165,26 +165,26 @@ export default { bondAmount: 'u128', }, CandidateAdded: { - accountId: 'AccountId32', + accountId: 'PezspCoreCryptoAccountId32', deposit: 'u128', }, CandidateBondUpdated: { - accountId: 'AccountId32', + accountId: 'PezspCoreCryptoAccountId32', deposit: 'u128', }, CandidateRemoved: { - accountId: 'AccountId32', + accountId: 'PezspCoreCryptoAccountId32', }, CandidateReplaced: { _alias: { new_: 'new', }, - old: 'AccountId32', - new_: 'AccountId32', + old: 'PezspCoreCryptoAccountId32', + new_: 'PezspCoreCryptoAccountId32', deposit: 'u128', }, InvalidInvulnerableSkipped: { - accountId: 'AccountId32' + accountId: 'PezspCoreCryptoAccountId32' } } }, @@ -386,7 +386,7 @@ export default { _alias: { new_: 'new', }, - new_: 'Vec', + new_: 'Vec', }, set_desired_candidates: { max: 'u32', @@ -397,17 +397,17 @@ export default { register_as_candidate: 'Null', leave_intent: 'Null', add_invulnerable: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', }, remove_invulnerable: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', }, update_bond: { newDeposit: 'u128', }, take_candidate_slot: { deposit: 'u128', - target: 'AccountId32' + target: 'PezspCoreCryptoAccountId32' } } }, @@ -663,21 +663,21 @@ export default { **/ AssetHubPezkuwiRuntimeStakingNposCompactSolution16: { votes1: 'Vec<(Compact,Compact)>', - votes2: 'Vec<(Compact,(Compact,Compact),Compact)>', - votes3: 'Vec<(Compact,[(Compact,Compact);2],Compact)>', - votes4: 'Vec<(Compact,[(Compact,Compact);3],Compact)>', - votes5: 'Vec<(Compact,[(Compact,Compact);4],Compact)>', - votes6: 'Vec<(Compact,[(Compact,Compact);5],Compact)>', - votes7: 'Vec<(Compact,[(Compact,Compact);6],Compact)>', - votes8: 'Vec<(Compact,[(Compact,Compact);7],Compact)>', - votes9: 'Vec<(Compact,[(Compact,Compact);8],Compact)>', - votes10: 'Vec<(Compact,[(Compact,Compact);9],Compact)>', - votes11: 'Vec<(Compact,[(Compact,Compact);10],Compact)>', - votes12: 'Vec<(Compact,[(Compact,Compact);11],Compact)>', - votes13: 'Vec<(Compact,[(Compact,Compact);12],Compact)>', - votes14: 'Vec<(Compact,[(Compact,Compact);13],Compact)>', - votes15: 'Vec<(Compact,[(Compact,Compact);14],Compact)>', - votes16: 'Vec<(Compact,[(Compact,Compact);15],Compact)>' + votes2: 'Vec<(Compact,(Compact,Compact),Compact)>', + votes3: 'Vec<(Compact,[(Compact,Compact);2],Compact)>', + votes4: 'Vec<(Compact,[(Compact,Compact);3],Compact)>', + votes5: 'Vec<(Compact,[(Compact,Compact);4],Compact)>', + votes6: 'Vec<(Compact,[(Compact,Compact);5],Compact)>', + votes7: 'Vec<(Compact,[(Compact,Compact);6],Compact)>', + votes8: 'Vec<(Compact,[(Compact,Compact);7],Compact)>', + votes9: 'Vec<(Compact,[(Compact,Compact);8],Compact)>', + votes10: 'Vec<(Compact,[(Compact,Compact);9],Compact)>', + votes11: 'Vec<(Compact,[(Compact,Compact);10],Compact)>', + votes12: 'Vec<(Compact,[(Compact,Compact);11],Compact)>', + votes13: 'Vec<(Compact,[(Compact,Compact);12],Compact)>', + votes14: 'Vec<(Compact,[(Compact,Compact);13],Compact)>', + votes15: 'Vec<(Compact,[(Compact,Compact);14],Compact)>', + votes16: 'Vec<(Compact,[(Compact,Compact);15],Compact)>' }, /** * Lookup468: pallet_election_provider_multi_block::signed::pallet::Call @@ -697,7 +697,7 @@ export default { witnessPages: 'u32', }, set_invulnerables: { - inv: 'Vec' + inv: 'Vec' } } }, @@ -723,7 +723,7 @@ export default { prefs: 'PezpalletStakingAsyncValidatorPrefs', }, nominate: { - targets: 'Vec', + targets: 'Vec', }, chill: 'Null', set_payee: { @@ -740,35 +740,35 @@ export default { additional: 'Compact', }, scale_validator_count: { - factor: 'Percent', + factor: 'u8', }, force_no_eras: 'Null', force_new_era: 'Null', set_invulnerables: { - invulnerables: 'Vec', + invulnerables: 'Vec', }, force_unstake: { - stash: 'AccountId32', + stash: 'PezspCoreCryptoAccountId32', numSlashingSpans: 'u32', }, force_new_era_always: 'Null', cancel_deferred_slash: { era: 'u32', - validatorSlashes: 'Vec<(AccountId32,Perbill)>', + validatorSlashes: 'Vec<(PezspCoreCryptoAccountId32,u32)>', }, payout_stakers: { - validatorStash: 'AccountId32', + validatorStash: 'PezspCoreCryptoAccountId32', era: 'u32', }, rebond: { value: 'Compact', }, reap_stash: { - stash: 'AccountId32', + stash: 'PezspCoreCryptoAccountId32', numSlashingSpans: 'u32', }, kick: { - who: 'Vec', + who: 'Vec', }, set_staking_configs: { minNominatorBond: 'PezpalletStakingAsyncPezpalletConfigOpU128', @@ -780,40 +780,40 @@ export default { maxStakedRewards: 'PezpalletStakingAsyncPezpalletConfigOpPercent', }, chill_other: { - stash: 'AccountId32', + stash: 'PezspCoreCryptoAccountId32', }, force_apply_min_commission: { - validatorStash: 'AccountId32', + validatorStash: 'PezspCoreCryptoAccountId32', }, set_min_commission: { _alias: { new_: 'new', }, - new_: 'Perbill', + new_: 'u32', }, payout_stakers_by_page: { - validatorStash: 'AccountId32', + validatorStash: 'PezspCoreCryptoAccountId32', era: 'u32', page: 'u32', }, update_payee: { - controller: 'AccountId32', + controller: 'PezspCoreCryptoAccountId32', }, deprecate_controller_batch: { - controllers: 'Vec', + controllers: 'Vec', }, restore_ledger: { - stash: 'AccountId32', - maybeController: 'Option', + stash: 'PezspCoreCryptoAccountId32', + maybeController: 'Option', maybeTotal: 'Option', maybeUnlocking: 'Option>', }, migrate_currency: { - stash: 'AccountId32', + stash: 'PezspCoreCryptoAccountId32', }, apply_slash: { slashEra: 'u32', - slashKey: '(AccountId32,Perbill,u32)', + slashKey: '(PezspCoreCryptoAccountId32,u32,u32)', }, prune_era_step: { era: 'u32' @@ -828,7 +828,7 @@ export default { Staked: 'Null', Stash: 'Null', Controller: 'Null', - Account: 'AccountId32', + Account: 'PezspCoreCryptoAccountId32', None: 'Null' } }, @@ -836,7 +836,7 @@ export default { * Lookup472: pallet_staking_async::ValidatorPrefs **/ PezpalletStakingAsyncValidatorPrefs: { - commission: 'Compact', + commission: 'Compact', blocked: 'bool' }, /** @@ -865,7 +865,7 @@ export default { PezpalletStakingAsyncPezpalletConfigOpPercent: { _enum: { Noop: 'Null', - Set: 'Percent', + Set: 'u8', Remove: 'Null' } }, @@ -875,7 +875,7 @@ export default { PezpalletStakingAsyncPezpalletConfigOpPerbill: { _enum: { Noop: 'Null', - Set: 'Perbill', + Set: 'u32', Remove: 'Null' } }, @@ -893,17 +893,17 @@ export default { _enum: { unreserve_lease_deposit: { block: 'u32', - depositor: 'Option', + depositor: 'Option', paraId: 'u32', }, withdraw_crowdloan_contribution: { block: 'u32', - depositor: 'Option', + depositor: 'Option', paraId: 'u32', }, unreserve_crowdloan_reserve: { block: 'u32', - depositor: 'Option', + depositor: 'Option', paraId: 'u32', }, transfer_to_post_migration_treasury: { @@ -1080,7 +1080,7 @@ export default { _alias: { new_: 'new', }, - new_: 'Option', + new_: 'Option', }, __Unused104: 'Null', __Unused105: 'Null', @@ -1102,7 +1102,7 @@ export default { * Lookup491: pallet_rc_migrator::accounts::Account **/ PezpalletRcMigratorAccountsAccount: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', free: 'u128', reserved: 'u128', frozen: 'u128', @@ -1152,14 +1152,14 @@ export default { * Lookup512: pallet_rc_migrator::multisig::RcMultisig **/ PezpalletRcMigratorMultisigRcMultisig: { - creator: 'AccountId32', + creator: 'PezspCoreCryptoAccountId32', deposit: 'u128' }, /** * Lookup514: pallet_rc_migrator::proxy::RcProxy **/ PezpalletRcMigratorProxyRcProxy: { - delegator: 'AccountId32', + delegator: 'PezspCoreCryptoAccountId32', deposit: 'u128', proxies: 'Vec' }, @@ -1167,7 +1167,7 @@ export default { * Lookup517: pallet_proxy::ProxyDefinition **/ PezpalletProxyProxyDefinitionPezkuwiRuntimeConstantsProxyProxyType: { - delegate: 'AccountId32', + delegate: 'PezspCoreCryptoAccountId32', proxyType: 'PezkuwiRuntimeConstantsProxyProxyType', delay: 'u32' }, @@ -1175,7 +1175,7 @@ export default { * Lookup519: pallet_rc_migrator::proxy::RcProxyAnnouncement **/ PezpalletRcMigratorProxyRcProxyAnnouncement: { - depositor: 'AccountId32', + depositor: 'PezspCoreCryptoAccountId32', deposit: 'u128' }, /** @@ -1203,11 +1203,11 @@ export default { PezpalletRcMigratorPreimageRequestStatusPortableRequestStatusInner: { _enum: { Unrequested: { - ticket: '(AccountId32,Bytes)', + ticket: '(PezspCoreCryptoAccountId32,Bytes)', len: 'u32', }, Requested: { - maybeTicket: 'Option<(AccountId32,Bytes)>', + maybeTicket: 'Option<(PezspCoreCryptoAccountId32,Bytes)>', count: 'u32', maybeLen: 'Option' } @@ -1221,7 +1221,7 @@ export default { hash_: 'hash' }, hash_: 'H256', - depositor: 'AccountId32', + depositor: 'PezspCoreCryptoAccountId32', deposit: 'u128' }, /** @@ -1233,7 +1233,7 @@ export default { values: 'PezpalletRcMigratorStakingNomPoolsNomPoolsStorageValues', }, PoolMembers: { - member: '(AccountId32,PezpalletNominationPoolsPoolMember)', + member: '(PezspCoreCryptoAccountId32,PezpalletNominationPoolsPoolMember)', }, BondedPools: { pool: '(u32,PezpalletNominationPoolsBondedPoolInner)', @@ -1248,10 +1248,10 @@ export default { meta: '(u32,Bytes)', }, ReversePoolIdLookup: { - lookups: '(AccountId32,u32)', + lookups: '(PezspCoreCryptoAccountId32,u32)', }, ClaimPermissions: { - perms: '(AccountId32,PezpalletNominationPoolsClaimPermission)' + perms: '(PezspCoreCryptoAccountId32,PezpalletNominationPoolsClaimPermission)' } } }, @@ -1265,7 +1265,7 @@ export default { maxPools: 'Option', maxPoolMembers: 'Option', maxPoolMembersPerPool: 'Option', - globalMaxCommission: 'Option', + globalMaxCommission: 'Option', lastPoolId: 'Option' }, /** @@ -1296,7 +1296,7 @@ export default { * Lookup558: pallet_rc_migrator::vesting::RcVestingSchedule **/ PezpalletRcMigratorVestingRcVestingSchedule: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', schedules: 'Vec' }, /** @@ -1380,7 +1380,7 @@ export default { schedule: '(u128,u128,u32)', }, Signing: '(PezkuwiRuntimeCommonClaimsEthereumAddress,PezkuwiRuntimeCommonClaimsStatementKind)', - Preclaims: '(AccountId32,PezkuwiRuntimeCommonClaimsEthereumAddress)' + Preclaims: '(PezspCoreCryptoAccountId32,PezkuwiRuntimeCommonClaimsEthereumAddress)' } }, /** @@ -1389,7 +1389,7 @@ export default { PezpalletRcMigratorStakingBagsListPortableBagsListMessage: { _enum: { Node: { - id: 'AccountId32', + id: 'PezspCoreCryptoAccountId32', node: 'PezpalletRcMigratorStakingBagsListPortableNode', }, Bag: { @@ -1402,9 +1402,9 @@ export default { * Lookup586: pallet_rc_migrator::staking::bags_list::PortableNode **/ PezpalletRcMigratorStakingBagsListPortableNode: { - id: 'AccountId32', - prev: 'Option', - next: 'Option', + id: 'PezspCoreCryptoAccountId32', + prev: 'Option', + next: 'Option', bagUpper: 'u64', score: 'u64' }, @@ -1412,8 +1412,8 @@ export default { * Lookup587: pallet_rc_migrator::staking::bags_list::PortableBag **/ PezpalletRcMigratorStakingBagsListPortableBag: { - head: 'Option', - tail: 'Option', + head: 'Option', + tail: 'Option', bagUpper: 'u64' }, /** @@ -1431,7 +1431,7 @@ export default { **/ PezpalletRcMigratorIndicesRcIndicesIndex: { index: 'u32', - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', deposit: 'u128', frozen: 'bool' }, @@ -1440,8 +1440,8 @@ export default { **/ PezpalletRcMigratorConvictionVotingRcConvictionVotingMessage: { _enum: { - VotingFor: '(AccountId32,u16,PezpalletConvictionVotingVoteVoting)', - ClassLocksFor: '(AccountId32,Vec<(u16,u128)>)' + VotingFor: '(PezspCoreCryptoAccountId32,u16,PezpalletConvictionVotingVoteVoting)', + ClassLocksFor: '(PezspCoreCryptoAccountId32,Vec<(u16,u128)>)' } }, /** @@ -1459,7 +1459,7 @@ export default { * Lookup611: pallet_rc_migrator::bounties::alias::Bounty **/ PezpalletRcMigratorBountiesAliasBounty: { - proposer: 'AccountId32', + proposer: 'PezspCoreCryptoAccountId32', value: 'u128', fee: 'u128', curatorDeposit: 'u128', @@ -1473,20 +1473,20 @@ export default { _enum: { LeaseReserve: { unreserveBlock: 'u32', - account: 'AccountId32', + account: 'PezspCoreCryptoAccountId32', paraId: 'u32', amount: 'u128', }, CrowdloanContribution: { withdrawBlock: 'u32', - contributor: 'AccountId32', + contributor: 'PezspCoreCryptoAccountId32', paraId: 'u32', amount: 'u128', - crowdloanAccount: 'AccountId32', + crowdloanAccount: 'PezspCoreCryptoAccountId32', }, CrowdloanReserve: { unreserveBlock: 'u32', - depositor: 'AccountId32', + depositor: 'PezspCoreCryptoAccountId32', paraId: 'u32', amount: 'u128' } @@ -1555,13 +1555,13 @@ export default { PezpalletRcMigratorStakingDelegatedStakingPortableDelegatedStakingMessage: { _enum: { Delegators: { - delegator: 'AccountId32', - agent: 'AccountId32', + delegator: 'PezspCoreCryptoAccountId32', + agent: 'PezspCoreCryptoAccountId32', amount: 'u128', }, Agents: { - agent: 'AccountId32', - payee: 'AccountId32', + agent: 'PezspCoreCryptoAccountId32', + payee: 'PezspCoreCryptoAccountId32', totalDelegated: 'u128', unclaimedWithdrawals: 'u128', pendingSlash: 'u128' @@ -1614,14 +1614,14 @@ export default { _enum: { Added: 'Null', CuratorProposed: { - curator: 'AccountId32', + curator: 'PezspCoreCryptoAccountId32', }, Active: { - curator: 'AccountId32', + curator: 'PezspCoreCryptoAccountId32', }, PendingPayout: { - curator: 'AccountId32', - beneficiary: 'AccountId32', + curator: 'PezspCoreCryptoAccountId32', + beneficiary: 'PezspCoreCryptoAccountId32', unlockAt: 'u32' } } @@ -1632,47 +1632,47 @@ export default { PezpalletRcMigratorStakingMessagePortableStakingMessage: { _enum: { Values: 'PezpalletRcMigratorStakingMessageStakingValues', - Invulnerables: 'Vec', + Invulnerables: 'Vec', Bonded: { - stash: 'AccountId32', - controller: 'AccountId32', + stash: 'PezspCoreCryptoAccountId32', + controller: 'PezspCoreCryptoAccountId32', }, Ledger: { - controller: 'AccountId32', + controller: 'PezspCoreCryptoAccountId32', ledger: 'PezpalletRcMigratorStakingMessagePortableStakingLedger', }, Payee: { - stash: 'AccountId32', + stash: 'PezspCoreCryptoAccountId32', payment: 'PezpalletRcMigratorStakingMessagePortableRewardDestination', }, Validators: { - stash: 'AccountId32', + stash: 'PezspCoreCryptoAccountId32', validators: 'PezpalletRcMigratorStakingMessagePortableValidatorPrefs', }, Nominators: { - stash: 'AccountId32', + stash: 'PezspCoreCryptoAccountId32', nominations: 'PezpalletRcMigratorStakingMessagePortableNominations', }, - VirtualStakers: 'AccountId32', + VirtualStakers: 'PezspCoreCryptoAccountId32', ErasStakersOverview: { era: 'u32', - validator: 'AccountId32', + validator: 'PezspCoreCryptoAccountId32', exposure: 'PezpalletRcMigratorStakingMessagePortablePagedExposureMetadata', }, ErasStakersPaged: { era: 'u32', - validator: 'AccountId32', + validator: 'PezspCoreCryptoAccountId32', page: 'u32', exposure: 'PezpalletRcMigratorStakingMessagePortableExposurePage', }, ClaimedRewards: { era: 'u32', - validator: 'AccountId32', + validator: 'PezspCoreCryptoAccountId32', rewards: 'Vec', }, ErasValidatorPrefs: { era: 'u32', - validator: 'AccountId32', + validator: 'PezspCoreCryptoAccountId32', prefs: 'PezpalletRcMigratorStakingMessagePortableValidatorPrefs', }, ErasValidatorReward: { @@ -1694,8 +1694,8 @@ export default { BondedEras: 'Vec<(u32,u32)>', ValidatorSlashInEra: { era: 'u32', - validator: 'AccountId32', - slash: '(Perbill,u128)' + validator: 'PezspCoreCryptoAccountId32', + slash: '(u32,u128)' } } }, @@ -1708,17 +1708,17 @@ export default { minNominatorBond: 'Option', minValidatorBond: 'Option', minActiveStake: 'Option', - minCommission: 'Option', + minCommission: 'Option', maxValidatorsCount: 'Option', maxNominatorsCount: 'Option', currentEra: 'Option', activeEra: 'Option', forceEra: 'Option', - maxStakedRewards: 'Option', - slashRewardFraction: 'Option', + maxStakedRewards: 'Option', + slashRewardFraction: 'Option', canceledSlashPayout: 'Option', currentPlannedSession: 'Option', - chillThreshold: 'Option' + chillThreshold: 'Option' }, /** * Lookup641: pallet_rc_migrator::staking::message::PortableActiveEraInfo @@ -1737,7 +1737,7 @@ export default { * Lookup645: pallet_rc_migrator::staking::message::PortableStakingLedger **/ PezpalletRcMigratorStakingMessagePortableStakingLedger: { - stash: 'AccountId32', + stash: 'PezspCoreCryptoAccountId32', total: 'u128', active: 'u128', unlocking: 'Vec' @@ -1757,7 +1757,7 @@ export default { Staked: 'Null', Stash: 'Null', Controller: 'Null', - Account: 'AccountId32', + Account: 'PezspCoreCryptoAccountId32', None: 'Null' } }, @@ -1765,14 +1765,14 @@ export default { * Lookup650: pallet_rc_migrator::staking::message::PortableValidatorPrefs **/ PezpalletRcMigratorStakingMessagePortableValidatorPrefs: { - commission: 'Perbill', + commission: 'u32', blocked: 'bool' }, /** * Lookup651: pallet_rc_migrator::staking::message::PortableNominations **/ PezpalletRcMigratorStakingMessagePortableNominations: { - targets: 'Vec', + targets: 'Vec', submittedIn: 'u32', suppressed: 'bool' }, @@ -1796,7 +1796,7 @@ export default { * Lookup656: pallet_rc_migrator::staking::message::PortableIndividualExposure **/ PezpalletRcMigratorStakingMessagePortableIndividualExposure: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', value: 'u128' }, /** @@ -1804,16 +1804,16 @@ export default { **/ PezpalletRcMigratorStakingMessagePortableEraRewardPoints: { total: 'u32', - individual: 'Vec<(AccountId32,u32)>' + individual: 'Vec<(PezspCoreCryptoAccountId32,u32)>' }, /** * Lookup660: pallet_rc_migrator::staking::message::PortableUnappliedSlash **/ PezpalletRcMigratorStakingMessagePortableUnappliedSlash: { - validator: 'AccountId32', + validator: 'PezspCoreCryptoAccountId32', own: 'u128', - others: 'Vec<(AccountId32,u128)>', - reporters: 'Vec', + others: 'Vec<(PezspCoreCryptoAccountId32,u128)>', + reporters: 'Vec', payout: 'u128' }, /** @@ -1911,13 +1911,13 @@ export default { **/ PezpalletElectionProviderMultiBlockSignedPezpalletEvent: { _enum: { - Registered: '(u32,AccountId32,PezspNposElectionsElectionScore)', - Stored: '(u32,AccountId32,u32)', - Rewarded: '(u32,AccountId32,u128)', - Slashed: '(u32,AccountId32,u128)', - Ejected: '(u32,AccountId32)', - Discarded: '(u32,AccountId32)', - Bailed: '(u32,AccountId32)' + Registered: '(u32,PezspCoreCryptoAccountId32,PezspNposElectionsElectionScore)', + Stored: '(u32,PezspCoreCryptoAccountId32,u32)', + Rewarded: '(u32,PezspCoreCryptoAccountId32,u128)', + Slashed: '(u32,PezspCoreCryptoAccountId32,u128)', + Ejected: '(u32,PezspCoreCryptoAccountId32)', + Discarded: '(u32,PezspCoreCryptoAccountId32)', + Bailed: '(u32,PezspCoreCryptoAccountId32)' } }, /** @@ -1931,47 +1931,47 @@ export default { remainder: 'u128', }, Rewarded: { - stash: 'AccountId32', + stash: 'PezspCoreCryptoAccountId32', dest: 'PezpalletStakingAsyncRewardDestination', amount: 'u128', }, Slashed: { - staker: 'AccountId32', + staker: 'PezspCoreCryptoAccountId32', amount: 'u128', }, OldSlashingReportDiscarded: { sessionIndex: 'u32', }, Bonded: { - stash: 'AccountId32', + stash: 'PezspCoreCryptoAccountId32', amount: 'u128', }, Unbonded: { - stash: 'AccountId32', + stash: 'PezspCoreCryptoAccountId32', amount: 'u128', }, Withdrawn: { - stash: 'AccountId32', + stash: 'PezspCoreCryptoAccountId32', amount: 'u128', }, StakerRemoved: { - stash: 'AccountId32', + stash: 'PezspCoreCryptoAccountId32', }, Kicked: { - nominator: 'AccountId32', - stash: 'AccountId32', + nominator: 'PezspCoreCryptoAccountId32', + stash: 'PezspCoreCryptoAccountId32', }, Chilled: { - stash: 'AccountId32', + stash: 'PezspCoreCryptoAccountId32', }, PayoutStarted: { eraIndex: 'u32', - validatorStash: 'AccountId32', + validatorStash: 'PezspCoreCryptoAccountId32', page: 'u32', next: 'Option', }, ValidatorPrefsSet: { - stash: 'AccountId32', + stash: 'PezspCoreCryptoAccountId32', prefs: 'PezpalletStakingAsyncValidatorPrefs', }, SnapshotVotersSizeExceeded: { @@ -1993,7 +1993,7 @@ export default { failures: 'u32', }, CurrencyMigrated: { - stash: 'AccountId32', + stash: 'PezspCoreCryptoAccountId32', forceWithdraw: 'u128', }, PagedElectionProceeded: { @@ -2002,18 +2002,18 @@ export default { }, OffenceReported: { offenceEra: 'u32', - validator: 'AccountId32', - fraction: 'Perbill', + validator: 'PezspCoreCryptoAccountId32', + fraction: 'u32', }, SlashComputed: { offenceEra: 'u32', slashEra: 'u32', - offender: 'AccountId32', + offender: 'PezspCoreCryptoAccountId32', page: 'u32', }, SlashCancelled: { slashEra: 'u32', - validator: 'AccountId32', + validator: 'PezspCoreCryptoAccountId32', }, SessionRotated: { startingSession: 'u32', @@ -2023,8 +2023,8 @@ export default { Unexpected: 'PezpalletStakingAsyncPezpalletUnexpectedKind', OffenceTooOld: { offenceEra: 'u32', - validator: 'AccountId32', - fraction: 'Perbill', + validator: 'PezspCoreCryptoAccountId32', + fraction: 'u32', }, EraPruned: { index: 'u32' @@ -2049,19 +2049,19 @@ export default { PezpalletAhOpsEvent: { _enum: { LeaseUnreserveRemaining: { - depositor: 'AccountId32', + depositor: 'PezspCoreCryptoAccountId32', paraId: 'u32', remaining: 'u128', }, CrowdloanUnreserveRemaining: { - depositor: 'AccountId32', + depositor: 'PezspCoreCryptoAccountId32', paraId: 'u32', remaining: 'u128', }, SovereignMigrated: { paraId: 'u32', - from: 'AccountId32', - to: 'AccountId32', + from: 'PezspCoreCryptoAccountId32', + to: 'PezspCoreCryptoAccountId32', derivationIndex: 'Option' } } @@ -2116,16 +2116,16 @@ export default { _alias: { new_: 'new', }, - old: 'Option', - new_: 'Option', + old: 'Option', + new_: 'Option', }, AccountTranslatedParachainSovereign: { - from: 'AccountId32', - to: 'AccountId32', + from: 'PezspCoreCryptoAccountId32', + to: 'PezspCoreCryptoAccountId32', }, AccountTranslatedParachainSovereignDerived: { - from: 'AccountId32', - to: 'AccountId32', + from: 'PezspCoreCryptoAccountId32', + to: 'PezspCoreCryptoAccountId32', derivationIndex: 'u16', }, XcmSent: { @@ -2137,12 +2137,12 @@ export default { FailedToUnreserveMultisigDeposit: { expectedAmount: 'u128', missingAmount: 'u128', - account: 'AccountId32', + account: 'PezspCoreCryptoAccountId32', }, FailedToUnreservePreimageDeposit: { expectedAmount: 'u128', missingAmount: 'u128', - account: 'AccountId32' + account: 'PezspCoreCryptoAccountId32' } } }, @@ -2439,7 +2439,7 @@ export default { * Lookup776: pallet_collator_selection::pallet::CandidateInfo **/ PezpalletCollatorSelectionCandidateInfo: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', deposit: 'u128' }, /** @@ -2495,7 +2495,7 @@ export default { * Lookup847: pallet_proxy::ProxyDefinition **/ PezpalletProxyProxyDefinitionAssetHubPezkuwiRuntimeProxyType: { - delegate: 'AccountId32', + delegate: 'PezspCoreCryptoAccountId32', proxyType: 'AssetHubPezkuwiRuntimeProxyType', delay: 'u32' }, @@ -2576,7 +2576,7 @@ export default { * Lookup974: pallet_staking_async::ledger::StakingLedger **/ PezpalletStakingAsyncLedgerStakingLedger: { - stash: 'AccountId32', + stash: 'PezspCoreCryptoAccountId32', total: 'Compact', active: 'Compact', unlocking: 'Vec' @@ -2585,7 +2585,7 @@ export default { * Lookup975: pallet_staking_async::Nominations **/ PezpalletStakingAsyncNominations: { - targets: 'Vec', + targets: 'Vec', submittedIn: 'u32', suppressed: 'bool' }, @@ -2605,26 +2605,26 @@ export default { **/ PezpalletStakingAsyncEraRewardPoints: { total: 'u32', - individual: 'BTreeMap' + individual: 'BTreeMap' }, /** * Lookup987: pallet_staking_async::slashing::OffenceRecord **/ PezpalletStakingAsyncSlashingOffenceRecord: { - reporter: 'Option', + reporter: 'Option', reportedEra: 'u32', exposurePage: 'u32', - slashFraction: 'Perbill', - priorSlashFraction: 'Perbill' + slashFraction: 'u32', + priorSlashFraction: 'u32' }, /** * Lookup991: pallet_staking_async::UnappliedSlash **/ PezpalletStakingAsyncUnappliedSlash: { - validator: 'AccountId32', + validator: 'PezspCoreCryptoAccountId32', own: 'u128', - others: 'Vec<(AccountId32,u128)>', - reporter: 'Option', + others: 'Vec<(PezspCoreCryptoAccountId32,u128)>', + reporter: 'Option', payout: 'u128' }, /** @@ -2632,7 +2632,7 @@ export default { **/ PezpalletStakingAsyncSnapshotStatus: { _enum: { - Ongoing: 'AccountId32', + Ongoing: 'PezspCoreCryptoAccountId32', Consumed: 'Null', Waiting: 'Null' } diff --git a/packages/types-augment/src/lookup/bizinikiwi.ts b/packages/types-augment/src/lookup/bizinikiwi.ts index 0c02879..db157bc 100644 --- a/packages/types-augment/src/lookup/bizinikiwi.ts +++ b/packages/types-augment/src/lookup/bizinikiwi.ts @@ -4,6 +4,10 @@ /* eslint-disable sort-keys */ export default { + /** + * Lookup0: sp_core::crypto::AccountId32 + **/ + PezspCoreCryptoAccountId32: '[u8;32]', /** * Lookup3: frame_system::AccountInfo> **/ @@ -82,16 +86,16 @@ export default { }, CodeUpdated: 'Null', NewAccount: { - account: 'AccountId32', + account: 'PezspCoreCryptoAccountId32', }, KilledAccount: { - account: 'AccountId32', + account: 'PezspCoreCryptoAccountId32', }, Remarked: { _alias: { hash_: 'hash', }, - sender: 'AccountId32', + sender: 'PezspCoreCryptoAccountId32', hash_: 'H256', }, UpgradeAuthorized: { @@ -207,7 +211,7 @@ export default { PezpalletIndicesEvent: { _enum: { IndexAssigned: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', index: 'u32', }, IndexFreed: { @@ -215,10 +219,10 @@ export default { }, IndexFrozen: { index: 'u32', - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', }, DepositPoked: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', index: 'u32', oldDeposit: 'u128', newDeposit: 'u128' @@ -231,66 +235,66 @@ export default { PezpalletBalancesEvent: { _enum: { Endowed: { - account: 'AccountId32', + account: 'PezspCoreCryptoAccountId32', freeBalance: 'u128', }, DustLost: { - account: 'AccountId32', + account: 'PezspCoreCryptoAccountId32', amount: 'u128', }, Transfer: { - from: 'AccountId32', - to: 'AccountId32', + from: 'PezspCoreCryptoAccountId32', + to: 'PezspCoreCryptoAccountId32', amount: 'u128', }, BalanceSet: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', free: 'u128', }, Reserved: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', amount: 'u128', }, Unreserved: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', amount: 'u128', }, ReserveRepatriated: { - from: 'AccountId32', - to: 'AccountId32', + from: 'PezspCoreCryptoAccountId32', + to: 'PezspCoreCryptoAccountId32', amount: 'u128', destinationStatus: 'PezframeSupportTokensMiscBalanceStatus', }, Deposit: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', amount: 'u128', }, Withdraw: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', amount: 'u128', }, Slashed: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', amount: 'u128', }, Minted: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', amount: 'u128', }, Burned: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', amount: 'u128', }, Suspended: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', amount: 'u128', }, Restored: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', amount: 'u128', }, Upgraded: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', }, Issued: { amount: 'u128', @@ -299,19 +303,19 @@ export default { amount: 'u128', }, Locked: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', amount: 'u128', }, Unlocked: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', amount: 'u128', }, Frozen: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', amount: 'u128', }, Thawed: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', amount: 'u128', }, TotalIssuanceForced: { @@ -335,7 +339,7 @@ export default { PezpalletTransactionPaymentEvent: { _enum: { TransactionFeePaid: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', actualFee: 'u128', tip: 'u128' } @@ -347,7 +351,7 @@ export default { PezpalletAssetConversionTxPaymentEvent: { _enum: { AssetTxFeePaid: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', actualFee: 'u128', tip: 'u128', assetId: 'PezframeSupportTokensFungibleUnionOfNativeOrWithId', @@ -373,7 +377,7 @@ export default { _enum: { SolutionStored: { compute: 'PezpalletElectionProviderMultiPhaseElectionCompute', - origin: 'Option', + origin: 'Option', prevEjected: 'bool', }, ElectionFinalized: { @@ -382,11 +386,11 @@ export default { }, ElectionFailed: 'Null', Rewarded: { - account: 'AccountId32', + account: 'PezspCoreCryptoAccountId32', value: 'u128', }, Slashed: { - account: 'AccountId32', + account: 'PezspCoreCryptoAccountId32', value: 'u128', }, PhaseTransitioned: { @@ -432,17 +436,17 @@ export default { remainder: 'u128', }, Rewarded: { - stash: 'AccountId32', + stash: 'PezspCoreCryptoAccountId32', dest: 'PezpalletStakingRewardDestination', amount: 'u128', }, Slashed: { - staker: 'AccountId32', + staker: 'PezspCoreCryptoAccountId32', amount: 'u128', }, SlashReported: { - validator: 'AccountId32', - fraction: 'Perbill', + validator: 'PezspCoreCryptoAccountId32', + fraction: 'u32', slashEra: 'u32', }, OldSlashingReportDiscarded: { @@ -450,33 +454,33 @@ export default { }, StakersElected: 'Null', Bonded: { - stash: 'AccountId32', + stash: 'PezspCoreCryptoAccountId32', amount: 'u128', }, Unbonded: { - stash: 'AccountId32', + stash: 'PezspCoreCryptoAccountId32', amount: 'u128', }, Withdrawn: { - stash: 'AccountId32', + stash: 'PezspCoreCryptoAccountId32', amount: 'u128', }, Kicked: { - nominator: 'AccountId32', - stash: 'AccountId32', + nominator: 'PezspCoreCryptoAccountId32', + stash: 'PezspCoreCryptoAccountId32', }, StakingElectionFailed: 'Null', Chilled: { - stash: 'AccountId32', + stash: 'PezspCoreCryptoAccountId32', }, PayoutStarted: { eraIndex: 'u32', - validatorStash: 'AccountId32', + validatorStash: 'PezspCoreCryptoAccountId32', page: 'u32', next: 'Option', }, ValidatorPrefsSet: { - stash: 'AccountId32', + stash: 'PezspCoreCryptoAccountId32', prefs: 'PezpalletStakingValidatorPrefs', }, SnapshotVotersSizeExceeded: { @@ -498,7 +502,7 @@ export default { failures: 'u32', }, CurrencyMigrated: { - stash: 'AccountId32', + stash: 'PezspCoreCryptoAccountId32', forceWithdraw: 'u128' } } @@ -511,7 +515,7 @@ export default { Staked: 'Null', Stash: 'Null', Controller: 'Null', - Account: 'AccountId32', + Account: 'PezspCoreCryptoAccountId32', None: 'Null' } }, @@ -519,7 +523,7 @@ export default { * Lookup51: pallet_staking::ValidatorPrefs **/ PezpalletStakingValidatorPrefs: { - commission: 'Compact', + commission: 'Compact', blocked: 'bool' }, /** @@ -537,10 +541,10 @@ export default { sessionIndex: 'u32', }, ValidatorDisabled: { - validator: 'AccountId32', + validator: 'PezspCoreCryptoAccountId32', }, ValidatorReenabled: { - validator: 'AccountId32' + validator: 'PezspCoreCryptoAccountId32' } } }, @@ -572,14 +576,14 @@ export default { refIndex: 'u32', }, Delegated: { - who: 'AccountId32', - target: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', + target: 'PezspCoreCryptoAccountId32', }, Undelegated: { - account: 'AccountId32', + account: 'PezspCoreCryptoAccountId32', }, Vetoed: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', proposalHash: 'H256', until: 'u32', }, @@ -587,12 +591,12 @@ export default { proposalHash: 'H256', }, Voted: { - voter: 'AccountId32', + voter: 'PezspCoreCryptoAccountId32', refIndex: 'u32', vote: 'PezpalletDemocracyVoteAccountVote', }, Seconded: { - seconder: 'AccountId32', + seconder: 'PezspCoreCryptoAccountId32', propIndex: 'u32', }, ProposalCanceled: { @@ -659,13 +663,13 @@ export default { PezpalletCollectiveEvent: { _enum: { Proposed: { - account: 'AccountId32', + account: 'PezspCoreCryptoAccountId32', proposalIndex: 'u32', proposalHash: 'H256', threshold: 'u32', }, Voted: { - account: 'AccountId32', + account: 'PezspCoreCryptoAccountId32', proposalHash: 'H256', voted: 'bool', yes: 'u32', @@ -695,11 +699,11 @@ export default { }, ProposalCostBurned: { proposalHash: 'H256', - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', }, ProposalCostReleased: { proposalHash: 'H256', - who: 'AccountId32' + who: 'PezspCoreCryptoAccountId32' } } }, @@ -709,22 +713,22 @@ export default { PezpalletElectionsPhragmenEvent: { _enum: { NewTerm: { - newMembers: 'Vec<(AccountId32,u128)>', + newMembers: 'Vec<(PezspCoreCryptoAccountId32,u128)>', }, EmptyTerm: 'Null', ElectionError: 'Null', MemberKicked: { - member: 'AccountId32', + member: 'PezspCoreCryptoAccountId32', }, Renounced: { - candidate: 'AccountId32', + candidate: 'PezspCoreCryptoAccountId32', }, CandidateSlashed: { - candidate: 'AccountId32', + candidate: 'PezspCoreCryptoAccountId32', amount: 'u128', }, SeatHolderSlashed: { - seatHolder: 'AccountId32', + seatHolder: 'PezspCoreCryptoAccountId32', amount: 'u128' } } @@ -762,7 +766,7 @@ export default { Awarded: { proposalIndex: 'u32', award: 'u128', - account: 'AccountId32', + account: 'PezspCoreCryptoAccountId32', }, Burnt: { burntFunds: 'u128', @@ -776,7 +780,7 @@ export default { SpendApproved: { proposalIndex: 'u32', amount: 'u128', - beneficiary: 'AccountId32', + beneficiary: 'PezspCoreCryptoAccountId32', }, UpdatedInactive: { reactivated: 'u128', @@ -786,7 +790,7 @@ export default { index: 'u32', assetKind: 'PezframeSupportTokensFungibleUnionOfNativeOrWithId', amount: 'u128', - beneficiary: 'AccountId32', + beneficiary: 'PezspCoreCryptoAccountId32', validFrom: 'u32', expireAt: 'u32', }, @@ -834,48 +838,48 @@ export default { PezpalletContractsEvent: { _enum: { Instantiated: { - deployer: 'AccountId32', - contract: 'AccountId32', + deployer: 'PezspCoreCryptoAccountId32', + contract: 'PezspCoreCryptoAccountId32', }, Terminated: { - contract: 'AccountId32', - beneficiary: 'AccountId32', + contract: 'PezspCoreCryptoAccountId32', + beneficiary: 'PezspCoreCryptoAccountId32', }, CodeStored: { codeHash: 'H256', depositHeld: 'u128', - uploader: 'AccountId32', + uploader: 'PezspCoreCryptoAccountId32', }, ContractEmitted: { - contract: 'AccountId32', + contract: 'PezspCoreCryptoAccountId32', data: 'Bytes', }, CodeRemoved: { codeHash: 'H256', depositReleased: 'u128', - remover: 'AccountId32', + remover: 'PezspCoreCryptoAccountId32', }, ContractCodeUpdated: { - contract: 'AccountId32', + contract: 'PezspCoreCryptoAccountId32', newCodeHash: 'H256', oldCodeHash: 'H256', }, Called: { caller: 'PezpalletContractsOrigin', - contract: 'AccountId32', + contract: 'PezspCoreCryptoAccountId32', }, DelegateCalled: { - contract: 'AccountId32', + contract: 'PezspCoreCryptoAccountId32', codeHash: 'H256', }, StorageDepositTransferredAndHeld: { - from: 'AccountId32', - to: 'AccountId32', + from: 'PezspCoreCryptoAccountId32', + to: 'PezspCoreCryptoAccountId32', amount: 'u128', }, StorageDepositTransferredAndReleased: { - from: 'AccountId32', - to: 'AccountId32', + from: 'PezspCoreCryptoAccountId32', + to: 'PezspCoreCryptoAccountId32', amount: 'u128' } } @@ -886,7 +890,7 @@ export default { PezpalletContractsOrigin: { _enum: { Root: 'Null', - Signed: 'AccountId32' + Signed: 'PezspCoreCryptoAccountId32' } }, /** @@ -905,8 +909,8 @@ export default { _alias: { new_: 'new', }, - old: 'Option', - new_: 'AccountId32', + old: 'Option', + new_: 'PezspCoreCryptoAccountId32', }, KeyRemoved: 'Null', SudoAsDone: { @@ -924,7 +928,7 @@ export default { }, AllGood: 'Null', SomeOffline: { - offline: 'Vec<(AccountId32,Null)>' + offline: 'Vec<(PezspCoreCryptoAccountId32,Null)>' } } }, @@ -949,79 +953,79 @@ export default { PezpalletIdentityEvent: { _enum: { IdentitySet: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', }, IdentityCleared: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', deposit: 'u128', }, IdentityKilled: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', deposit: 'u128', }, JudgementRequested: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', registrarIndex: 'u32', }, JudgementUnrequested: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', registrarIndex: 'u32', }, JudgementGiven: { - target: 'AccountId32', + target: 'PezspCoreCryptoAccountId32', registrarIndex: 'u32', }, RegistrarAdded: { registrarIndex: 'u32', }, SubIdentityAdded: { - sub: 'AccountId32', - main: 'AccountId32', + sub: 'PezspCoreCryptoAccountId32', + main: 'PezspCoreCryptoAccountId32', deposit: 'u128', }, SubIdentitiesSet: { - main: 'AccountId32', + main: 'PezspCoreCryptoAccountId32', numberOfSubs: 'u32', newDeposit: 'u128', }, SubIdentityRenamed: { - sub: 'AccountId32', - main: 'AccountId32', + sub: 'PezspCoreCryptoAccountId32', + main: 'PezspCoreCryptoAccountId32', }, SubIdentityRemoved: { - sub: 'AccountId32', - main: 'AccountId32', + sub: 'PezspCoreCryptoAccountId32', + main: 'PezspCoreCryptoAccountId32', deposit: 'u128', }, SubIdentityRevoked: { - sub: 'AccountId32', - main: 'AccountId32', + sub: 'PezspCoreCryptoAccountId32', + main: 'PezspCoreCryptoAccountId32', deposit: 'u128', }, AuthorityAdded: { - authority: 'AccountId32', + authority: 'PezspCoreCryptoAccountId32', }, AuthorityRemoved: { - authority: 'AccountId32', + authority: 'PezspCoreCryptoAccountId32', }, UsernameSet: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', username: 'Bytes', }, UsernameQueued: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', username: 'Bytes', expiration: 'u32', }, PreapprovalExpired: { - whose: 'AccountId32', + whose: 'PezspCoreCryptoAccountId32', }, PrimaryUsernameSet: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', username: 'Bytes', }, DanglingUsernameRemoved: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', username: 'Bytes', }, UsernameUnbound: { @@ -1041,63 +1045,63 @@ export default { PezpalletSocietyEvent: { _enum: { Founded: { - founder: 'AccountId32', + founder: 'PezspCoreCryptoAccountId32', }, Bid: { - candidateId: 'AccountId32', + candidateId: 'PezspCoreCryptoAccountId32', offer: 'u128', }, Vouch: { - candidateId: 'AccountId32', + candidateId: 'PezspCoreCryptoAccountId32', offer: 'u128', - vouching: 'AccountId32', + vouching: 'PezspCoreCryptoAccountId32', }, AutoUnbid: { - candidate: 'AccountId32', + candidate: 'PezspCoreCryptoAccountId32', }, Unbid: { - candidate: 'AccountId32', + candidate: 'PezspCoreCryptoAccountId32', }, Unvouch: { - candidate: 'AccountId32', + candidate: 'PezspCoreCryptoAccountId32', }, Inducted: { - primary: 'AccountId32', - candidates: 'Vec', + primary: 'PezspCoreCryptoAccountId32', + candidates: 'Vec', }, SuspendedMemberJudgement: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', judged: 'bool', }, CandidateSuspended: { - candidate: 'AccountId32', + candidate: 'PezspCoreCryptoAccountId32', }, MemberSuspended: { - member: 'AccountId32', + member: 'PezspCoreCryptoAccountId32', }, Challenged: { - member: 'AccountId32', + member: 'PezspCoreCryptoAccountId32', }, Vote: { - candidate: 'AccountId32', - voter: 'AccountId32', + candidate: 'PezspCoreCryptoAccountId32', + voter: 'PezspCoreCryptoAccountId32', vote: 'bool', }, DefenderVote: { - voter: 'AccountId32', + voter: 'PezspCoreCryptoAccountId32', vote: 'bool', }, NewParams: { params: 'PezpalletSocietyGroupParams', }, Unfounded: { - founder: 'AccountId32', + founder: 'PezspCoreCryptoAccountId32', }, Deposit: { value: 'u128', }, Elevated: { - member: 'AccountId32', + member: 'PezspCoreCryptoAccountId32', rank: 'u32' } } @@ -1117,27 +1121,27 @@ export default { PezpalletRecoveryEvent: { _enum: { RecoveryCreated: { - account: 'AccountId32', + account: 'PezspCoreCryptoAccountId32', }, RecoveryInitiated: { - lostAccount: 'AccountId32', - rescuerAccount: 'AccountId32', + lostAccount: 'PezspCoreCryptoAccountId32', + rescuerAccount: 'PezspCoreCryptoAccountId32', }, RecoveryVouched: { - lostAccount: 'AccountId32', - rescuerAccount: 'AccountId32', - sender: 'AccountId32', + lostAccount: 'PezspCoreCryptoAccountId32', + rescuerAccount: 'PezspCoreCryptoAccountId32', + sender: 'PezspCoreCryptoAccountId32', }, RecoveryClosed: { - lostAccount: 'AccountId32', - rescuerAccount: 'AccountId32', + lostAccount: 'PezspCoreCryptoAccountId32', + rescuerAccount: 'PezspCoreCryptoAccountId32', }, AccountRecovered: { - lostAccount: 'AccountId32', - rescuerAccount: 'AccountId32', + lostAccount: 'PezspCoreCryptoAccountId32', + rescuerAccount: 'PezspCoreCryptoAccountId32', }, RecoveryRemoved: { - lostAccount: 'AccountId32' + lostAccount: 'PezspCoreCryptoAccountId32' } } }, @@ -1147,11 +1151,11 @@ export default { PezpalletVestingEvent: { _enum: { VestingUpdated: { - account: 'AccountId32', + account: 'PezspCoreCryptoAccountId32', unvested: 'u128', }, VestingCompleted: { - account: 'AccountId32' + account: 'PezspCoreCryptoAccountId32' } } }, @@ -1257,30 +1261,30 @@ export default { result: 'Result', }, PureCreated: { - pure: 'AccountId32', - who: 'AccountId32', + pure: 'PezspCoreCryptoAccountId32', + who: 'PezspCoreCryptoAccountId32', proxyType: 'KitchensinkRuntimeProxyType', disambiguationIndex: 'u16', }, Announced: { - real: 'AccountId32', - proxy: 'AccountId32', + real: 'PezspCoreCryptoAccountId32', + proxy: 'PezspCoreCryptoAccountId32', callHash: 'H256', }, ProxyAdded: { - delegator: 'AccountId32', - delegatee: 'AccountId32', + delegator: 'PezspCoreCryptoAccountId32', + delegatee: 'PezspCoreCryptoAccountId32', proxyType: 'KitchensinkRuntimeProxyType', delay: 'u32', }, ProxyRemoved: { - delegator: 'AccountId32', - delegatee: 'AccountId32', + delegator: 'PezspCoreCryptoAccountId32', + delegatee: 'PezspCoreCryptoAccountId32', proxyType: 'KitchensinkRuntimeProxyType', delay: 'u32', }, DepositPoked: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', kind: 'PezpalletProxyDepositKind', oldDeposit: 'u128', newDeposit: 'u128' @@ -1305,31 +1309,31 @@ export default { PezpalletMultisigEvent: { _enum: { NewMultisig: { - approving: 'AccountId32', - multisig: 'AccountId32', + approving: 'PezspCoreCryptoAccountId32', + multisig: 'PezspCoreCryptoAccountId32', callHash: '[u8;32]', }, MultisigApproval: { - approving: 'AccountId32', + approving: 'PezspCoreCryptoAccountId32', timepoint: 'PezpalletMultisigTimepoint', - multisig: 'AccountId32', + multisig: 'PezspCoreCryptoAccountId32', callHash: '[u8;32]', }, MultisigExecuted: { - approving: 'AccountId32', + approving: 'PezspCoreCryptoAccountId32', timepoint: 'PezpalletMultisigTimepoint', - multisig: 'AccountId32', + multisig: 'PezspCoreCryptoAccountId32', callHash: '[u8;32]', result: 'Result', }, MultisigCancelled: { - cancelling: 'AccountId32', + cancelling: 'PezspCoreCryptoAccountId32', timepoint: 'PezpalletMultisigTimepoint', - multisig: 'AccountId32', + multisig: 'PezspCoreCryptoAccountId32', callHash: '[u8;32]', }, DepositPoked: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', callHash: '[u8;32]', oldDeposit: 'u128', newDeposit: 'u128' @@ -1360,12 +1364,12 @@ export default { }, BountyAwarded: { index: 'u32', - beneficiary: 'AccountId32', + beneficiary: 'PezspCoreCryptoAccountId32', }, BountyClaimed: { index: 'u32', payout: 'u128', - beneficiary: 'AccountId32', + beneficiary: 'PezspCoreCryptoAccountId32', }, BountyCanceled: { index: 'u32', @@ -1378,14 +1382,14 @@ export default { }, CuratorProposed: { bountyId: 'u32', - curator: 'AccountId32', + curator: 'PezspCoreCryptoAccountId32', }, CuratorUnassigned: { bountyId: 'u32', }, CuratorAccepted: { bountyId: 'u32', - curator: 'AccountId32' + curator: 'PezspCoreCryptoAccountId32' } } }, @@ -1402,7 +1406,7 @@ export default { }, TipClosed: { tipHash: 'H256', - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', payout: 'u128', }, TipRetracted: { @@ -1410,7 +1414,7 @@ export default { }, TipSlashed: { tipHash: 'H256', - finder: 'AccountId32', + finder: 'PezspCoreCryptoAccountId32', deposit: 'u128' } } @@ -1422,42 +1426,42 @@ export default { _enum: { Created: { assetId: 'u32', - creator: 'AccountId32', - owner: 'AccountId32', + creator: 'PezspCoreCryptoAccountId32', + owner: 'PezspCoreCryptoAccountId32', }, Issued: { assetId: 'u32', - owner: 'AccountId32', + owner: 'PezspCoreCryptoAccountId32', amount: 'u128', }, Transferred: { assetId: 'u32', - from: 'AccountId32', - to: 'AccountId32', + from: 'PezspCoreCryptoAccountId32', + to: 'PezspCoreCryptoAccountId32', amount: 'u128', }, Burned: { assetId: 'u32', - owner: 'AccountId32', + owner: 'PezspCoreCryptoAccountId32', balance: 'u128', }, TeamChanged: { assetId: 'u32', - issuer: 'AccountId32', - admin: 'AccountId32', - freezer: 'AccountId32', + issuer: 'PezspCoreCryptoAccountId32', + admin: 'PezspCoreCryptoAccountId32', + freezer: 'PezspCoreCryptoAccountId32', }, OwnerChanged: { assetId: 'u32', - owner: 'AccountId32', + owner: 'PezspCoreCryptoAccountId32', }, Frozen: { assetId: 'u32', - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', }, Thawed: { assetId: 'u32', - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', }, AssetFrozen: { assetId: 'u32', @@ -1483,7 +1487,7 @@ export default { }, ForceCreated: { assetId: 'u32', - owner: 'AccountId32', + owner: 'PezspCoreCryptoAccountId32', }, MetadataSet: { assetId: 'u32', @@ -1497,20 +1501,20 @@ export default { }, ApprovedTransfer: { assetId: 'u32', - source: 'AccountId32', - delegate: 'AccountId32', + source: 'PezspCoreCryptoAccountId32', + delegate: 'PezspCoreCryptoAccountId32', amount: 'u128', }, ApprovalCancelled: { assetId: 'u32', - owner: 'AccountId32', - delegate: 'AccountId32', + owner: 'PezspCoreCryptoAccountId32', + delegate: 'PezspCoreCryptoAccountId32', }, TransferredApproved: { assetId: 'u32', - owner: 'AccountId32', - delegate: 'AccountId32', - destination: 'AccountId32', + owner: 'PezspCoreCryptoAccountId32', + delegate: 'PezspCoreCryptoAccountId32', + destination: 'PezspCoreCryptoAccountId32', amount: 'u128', }, AssetStatusChanged: { @@ -1522,21 +1526,21 @@ export default { }, Touched: { assetId: 'u32', - who: 'AccountId32', - depositor: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', + depositor: 'PezspCoreCryptoAccountId32', }, Blocked: { assetId: 'u32', - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', }, Deposited: { assetId: 'u32', - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', amount: 'u128', }, Withdrawn: { assetId: 'u32', - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', amount: 'u128' } } @@ -1549,11 +1553,11 @@ export default { LotteryStarted: 'Null', CallsUpdated: 'Null', Winner: { - winner: 'AccountId32', + winner: 'PezspCoreCryptoAccountId32', lotteryBalance: 'u128', }, TicketBought: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', callIndex: '(u8,u8)' } } @@ -1564,31 +1568,31 @@ export default { PezpalletNisEvent: { _enum: { BidPlaced: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', amount: 'u128', duration: 'u32', }, BidRetracted: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', amount: 'u128', duration: 'u32', }, BidDropped: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', amount: 'u128', duration: 'u32', }, Issued: { index: 'u32', expiry: 'u32', - who: 'AccountId32', - proportion: 'Perquintill', + who: 'PezspCoreCryptoAccountId32', + proportion: 'u64', amount: 'u128', }, Thawed: { index: 'u32', - who: 'AccountId32', - proportion: 'Perquintill', + who: 'PezspCoreCryptoAccountId32', + proportion: 'u64', amount: 'u128', dropped: 'bool', }, @@ -1596,8 +1600,8 @@ export default { deficit: 'u128', }, Transferred: { - from: 'AccountId32', - to: 'AccountId32', + from: 'PezspCoreCryptoAccountId32', + to: 'PezspCoreCryptoAccountId32', index: 'u32' } } @@ -1609,12 +1613,12 @@ export default { _enum: { Created: { collection: 'u32', - creator: 'AccountId32', - owner: 'AccountId32', + creator: 'PezspCoreCryptoAccountId32', + owner: 'PezspCoreCryptoAccountId32', }, ForceCreated: { collection: 'u32', - owner: 'AccountId32', + owner: 'PezspCoreCryptoAccountId32', }, Destroyed: { collection: 'u32', @@ -1622,18 +1626,18 @@ export default { Issued: { collection: 'u32', item: 'u32', - owner: 'AccountId32', + owner: 'PezspCoreCryptoAccountId32', }, Transferred: { collection: 'u32', item: 'u32', - from: 'AccountId32', - to: 'AccountId32', + from: 'PezspCoreCryptoAccountId32', + to: 'PezspCoreCryptoAccountId32', }, Burned: { collection: 'u32', item: 'u32', - owner: 'AccountId32', + owner: 'PezspCoreCryptoAccountId32', }, Frozen: { collection: 'u32', @@ -1651,25 +1655,25 @@ export default { }, OwnerChanged: { collection: 'u32', - newOwner: 'AccountId32', + newOwner: 'PezspCoreCryptoAccountId32', }, TeamChanged: { collection: 'u32', - issuer: 'AccountId32', - admin: 'AccountId32', - freezer: 'AccountId32', + issuer: 'PezspCoreCryptoAccountId32', + admin: 'PezspCoreCryptoAccountId32', + freezer: 'PezspCoreCryptoAccountId32', }, ApprovedTransfer: { collection: 'u32', item: 'u32', - owner: 'AccountId32', - delegate: 'AccountId32', + owner: 'PezspCoreCryptoAccountId32', + delegate: 'PezspCoreCryptoAccountId32', }, ApprovalCancelled: { collection: 'u32', item: 'u32', - owner: 'AccountId32', - delegate: 'AccountId32', + owner: 'PezspCoreCryptoAccountId32', + delegate: 'PezspCoreCryptoAccountId32', }, ItemStatusChanged: { collection: 'u32', @@ -1708,7 +1712,7 @@ export default { key: 'Bytes', }, OwnershipAcceptanceChanged: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', maybeCollection: 'Option', }, CollectionMaxSupplySet: { @@ -1719,7 +1723,7 @@ export default { collection: 'u32', item: 'u32', price: 'u128', - whitelistedBuyer: 'Option', + whitelistedBuyer: 'Option', }, ItemPriceRemoved: { collection: 'u32', @@ -1729,8 +1733,8 @@ export default { collection: 'u32', item: 'u32', price: 'u128', - seller: 'AccountId32', - buyer: 'AccountId32' + seller: 'PezspCoreCryptoAccountId32', + buyer: 'PezspCoreCryptoAccountId32' } } }, @@ -1741,12 +1745,12 @@ export default { _enum: { Created: { collection: 'u32', - creator: 'AccountId32', - owner: 'AccountId32', + creator: 'PezspCoreCryptoAccountId32', + owner: 'PezspCoreCryptoAccountId32', }, ForceCreated: { collection: 'u32', - owner: 'AccountId32', + owner: 'PezspCoreCryptoAccountId32', }, Destroyed: { collection: 'u32', @@ -1754,18 +1758,18 @@ export default { Issued: { collection: 'u32', item: 'u32', - owner: 'AccountId32', + owner: 'PezspCoreCryptoAccountId32', }, Transferred: { collection: 'u32', item: 'u32', - from: 'AccountId32', - to: 'AccountId32', + from: 'PezspCoreCryptoAccountId32', + to: 'PezspCoreCryptoAccountId32', }, Burned: { collection: 'u32', item: 'u32', - owner: 'AccountId32', + owner: 'PezspCoreCryptoAccountId32', }, ItemTransferLocked: { collection: 'u32', @@ -1786,31 +1790,31 @@ export default { }, OwnerChanged: { collection: 'u32', - newOwner: 'AccountId32', + newOwner: 'PezspCoreCryptoAccountId32', }, TeamChanged: { collection: 'u32', - issuer: 'Option', - admin: 'Option', - freezer: 'Option', + issuer: 'Option', + admin: 'Option', + freezer: 'Option', }, TransferApproved: { collection: 'u32', item: 'u32', - owner: 'AccountId32', - delegate: 'AccountId32', + owner: 'PezspCoreCryptoAccountId32', + delegate: 'PezspCoreCryptoAccountId32', deadline: 'Option', }, ApprovalCancelled: { collection: 'u32', item: 'u32', - owner: 'AccountId32', - delegate: 'AccountId32', + owner: 'PezspCoreCryptoAccountId32', + delegate: 'PezspCoreCryptoAccountId32', }, AllApprovalsCancelled: { collection: 'u32', item: 'u32', - owner: 'AccountId32', + owner: 'PezspCoreCryptoAccountId32', }, CollectionConfigChanged: { collection: 'u32', @@ -1851,15 +1855,15 @@ export default { ItemAttributesApprovalAdded: { collection: 'u32', item: 'u32', - delegate: 'AccountId32', + delegate: 'PezspCoreCryptoAccountId32', }, ItemAttributesApprovalRemoved: { collection: 'u32', item: 'u32', - delegate: 'AccountId32', + delegate: 'PezspCoreCryptoAccountId32', }, OwnershipAcceptanceChanged: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', maybeCollection: 'Option', }, CollectionMaxSupplySet: { @@ -1876,7 +1880,7 @@ export default { collection: 'u32', item: 'u32', price: 'u128', - whitelistedBuyer: 'Option', + whitelistedBuyer: 'Option', }, ItemPriceRemoved: { collection: 'u32', @@ -1886,14 +1890,14 @@ export default { collection: 'u32', item: 'u32', price: 'u128', - seller: 'AccountId32', - buyer: 'AccountId32', + seller: 'PezspCoreCryptoAccountId32', + buyer: 'PezspCoreCryptoAccountId32', }, TipSent: { collection: 'u32', item: 'u32', - sender: 'AccountId32', - receiver: 'AccountId32', + sender: 'PezspCoreCryptoAccountId32', + receiver: 'PezspCoreCryptoAccountId32', amount: 'u128', }, SwapCreated: { @@ -1915,10 +1919,10 @@ export default { SwapClaimed: { sentCollection: 'u32', sentItem: 'u32', - sentItemOwner: 'AccountId32', + sentItemOwner: 'PezspCoreCryptoAccountId32', receivedCollection: 'u32', receivedItem: 'u32', - receivedItemOwner: 'AccountId32', + receivedItemOwner: 'PezspCoreCryptoAccountId32', price: 'Option', deadline: 'u32', }, @@ -1943,7 +1947,7 @@ export default { Pallet: 'Null', CollectionOwner: 'Null', ItemOwner: 'Null', - Account: 'AccountId32' + Account: 'PezspCoreCryptoAccountId32' } }, /** @@ -1978,13 +1982,13 @@ export default { nft: 'u32', fractions: 'u128', asset: 'u32', - beneficiary: 'AccountId32', + beneficiary: 'PezspCoreCryptoAccountId32', }, NftUnified: { nftCollection: 'u32', nft: 'u32', asset: 'u32', - beneficiary: 'AccountId32' + beneficiary: 'PezspCoreCryptoAccountId32' } } }, @@ -1994,15 +1998,15 @@ export default { PezpalletSalaryEvent: { _enum: { Inducted: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', }, Registered: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', amount: 'u128', }, Paid: { - who: 'AccountId32', - beneficiary: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', + beneficiary: 'PezspCoreCryptoAccountId32', amount: 'u128', id: 'Null', }, @@ -2010,8 +2014,8 @@ export default { index: 'u32', }, Swapped: { - who: 'AccountId32', - newWho: 'AccountId32' + who: 'PezspCoreCryptoAccountId32', + newWho: 'PezspCoreCryptoAccountId32' } } }, @@ -2024,45 +2028,45 @@ export default { params: 'PezpalletCoreFellowshipParamsTypeU128', }, ActiveChanged: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', isActive: 'bool', }, Inducted: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', }, Offboarded: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', }, Promoted: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', toRank: 'u16', }, Demoted: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', toRank: 'u16', }, Proven: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', atRank: 'u16', }, Requested: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', wish: 'PezpalletCoreFellowshipWish', }, EvidenceJudged: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', wish: 'PezpalletCoreFellowshipWish', evidence: 'Bytes', oldRank: 'u16', newRank: 'Option', }, Imported: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', rank: 'u16', }, Swapped: { - who: 'AccountId32', - newWho: 'AccountId32' + who: 'PezspCoreCryptoAccountId32', + newWho: 'PezspCoreCryptoAccountId32' } } }, @@ -2102,12 +2106,12 @@ export default { PezpalletBagsListEvent: { _enum: { Rebagged: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', from: 'u64', to: 'u64', }, ScoreUpdated: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', newScore: 'u64' } } @@ -2123,7 +2127,7 @@ export default { compute: 'PezpalletStateTrieMigrationMigrationCompute', }, Slashed: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', amount: 'u128', }, AutoMigrationFinished: 'Null', @@ -2156,13 +2160,13 @@ export default { Awarded: { index: 'u32', childIndex: 'u32', - beneficiary: 'AccountId32', + beneficiary: 'PezspCoreCryptoAccountId32', }, Claimed: { index: 'u32', childIndex: 'u32', payout: 'u128', - beneficiary: 'AccountId32', + beneficiary: 'PezspCoreCryptoAccountId32', }, Canceled: { index: 'u32', @@ -2182,16 +2186,16 @@ export default { }, DecisionDepositPlaced: { index: 'u32', - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', amount: 'u128', }, DecisionDepositRefunded: { index: 'u32', - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', amount: 'u128', }, DepositSlashed: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', amount: 'u128', }, DecisionStarted: { @@ -2231,7 +2235,7 @@ export default { }, SubmissionDepositRefunded: { index: 'u32', - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', amount: 'u128', }, MetadataSet: { @@ -2426,7 +2430,7 @@ export default { PezframeSupportDispatchRawOrigin: { _enum: { Root: 'Null', - Signed: 'AccountId32', + Signed: 'PezspCoreCryptoAccountId32', None: 'Null' } }, @@ -2436,7 +2440,7 @@ export default { PezpalletCollectiveRawOrigin: { _enum: { Members: '(u32,u32)', - Member: 'AccountId32', + Member: 'PezspCoreCryptoAccountId32', _Phantom: 'Null' } }, @@ -2529,7 +2533,7 @@ export default { _alias: { new_: 'new', }, - new_: 'MultiAddress', + new_: 'PezspRuntimeMultiAddress', index: 'u32', }, free: { @@ -2539,7 +2543,7 @@ export default { _alias: { new_: 'new', }, - new_: 'MultiAddress', + new_: 'PezspRuntimeMultiAddress', index: 'u32', freeze: 'bool', }, @@ -2551,39 +2555,51 @@ export default { } } }, + /** + * Lookup163: sp_runtime::multiaddress::MultiAddress + **/ + PezspRuntimeMultiAddress: { + _enum: { + Id: 'PezspCoreCryptoAccountId32', + Index: 'Compact', + Raw: 'Bytes', + Address32: '[u8;32]', + Address20: '[u8;20]' + } + }, /** * Lookup165: pallet_balances::pallet::Call **/ PezpalletBalancesCall: { _enum: { transfer_allow_death: { - dest: 'MultiAddress', + dest: 'PezspRuntimeMultiAddress', value: 'Compact', }, __Unused1: 'Null', force_transfer: { - source: 'MultiAddress', - dest: 'MultiAddress', + source: 'PezspRuntimeMultiAddress', + dest: 'PezspRuntimeMultiAddress', value: 'Compact', }, transfer_keep_alive: { - dest: 'MultiAddress', + dest: 'PezspRuntimeMultiAddress', value: 'Compact', }, transfer_all: { - dest: 'MultiAddress', + dest: 'PezspRuntimeMultiAddress', keepAlive: 'bool', }, force_unreserve: { - who: 'MultiAddress', + who: 'PezspRuntimeMultiAddress', amount: 'u128', }, upgrade_accounts: { - who: 'Vec', + who: 'Vec', }, __Unused7: 'Null', force_set_balance: { - who: 'MultiAddress', + who: 'PezspRuntimeMultiAddress', newFree: 'Compact', }, force_adjust_total_issuance: { @@ -2615,7 +2631,7 @@ export default { maybeNextScore: 'Option', }, set_emergency_election_result: { - supports: 'Vec<(AccountId32,PezspNposElectionsSupport)>', + supports: 'Vec<(PezspCoreCryptoAccountId32,PezspNposElectionsSupport)>', }, submit: { rawSolution: 'PezpalletElectionProviderMultiPhaseRawSolution', @@ -2639,21 +2655,21 @@ export default { **/ KitchensinkRuntimeNposSolution16: { votes1: 'Vec<(Compact,Compact)>', - votes2: 'Vec<(Compact,(Compact,Compact),Compact)>', - votes3: 'Vec<(Compact,[(Compact,Compact);2],Compact)>', - votes4: 'Vec<(Compact,[(Compact,Compact);3],Compact)>', - votes5: 'Vec<(Compact,[(Compact,Compact);4],Compact)>', - votes6: 'Vec<(Compact,[(Compact,Compact);5],Compact)>', - votes7: 'Vec<(Compact,[(Compact,Compact);6],Compact)>', - votes8: 'Vec<(Compact,[(Compact,Compact);7],Compact)>', - votes9: 'Vec<(Compact,[(Compact,Compact);8],Compact)>', - votes10: 'Vec<(Compact,[(Compact,Compact);9],Compact)>', - votes11: 'Vec<(Compact,[(Compact,Compact);10],Compact)>', - votes12: 'Vec<(Compact,[(Compact,Compact);11],Compact)>', - votes13: 'Vec<(Compact,[(Compact,Compact);12],Compact)>', - votes14: 'Vec<(Compact,[(Compact,Compact);13],Compact)>', - votes15: 'Vec<(Compact,[(Compact,Compact);14],Compact)>', - votes16: 'Vec<(Compact,[(Compact,Compact);15],Compact)>' + votes2: 'Vec<(Compact,(Compact,Compact),Compact)>', + votes3: 'Vec<(Compact,[(Compact,Compact);2],Compact)>', + votes4: 'Vec<(Compact,[(Compact,Compact);3],Compact)>', + votes5: 'Vec<(Compact,[(Compact,Compact);4],Compact)>', + votes6: 'Vec<(Compact,[(Compact,Compact);5],Compact)>', + votes7: 'Vec<(Compact,[(Compact,Compact);6],Compact)>', + votes8: 'Vec<(Compact,[(Compact,Compact);7],Compact)>', + votes9: 'Vec<(Compact,[(Compact,Compact);8],Compact)>', + votes10: 'Vec<(Compact,[(Compact,Compact);9],Compact)>', + votes11: 'Vec<(Compact,[(Compact,Compact);10],Compact)>', + votes12: 'Vec<(Compact,[(Compact,Compact);11],Compact)>', + votes13: 'Vec<(Compact,[(Compact,Compact);12],Compact)>', + votes14: 'Vec<(Compact,[(Compact,Compact);13],Compact)>', + votes15: 'Vec<(Compact,[(Compact,Compact);14],Compact)>', + votes16: 'Vec<(Compact,[(Compact,Compact);15],Compact)>' }, /** * Lookup221: pallet_election_provider_multi_phase::SolutionOrSnapshotSize @@ -2667,7 +2683,7 @@ export default { **/ PezspNposElectionsSupport: { total: 'u128', - voters: 'Vec<(AccountId32,u128)>' + voters: 'Vec<(PezspCoreCryptoAccountId32,u128)>' }, /** * Lookup226: pallet_staking::pallet::pallet::Call @@ -2691,7 +2707,7 @@ export default { prefs: 'PezpalletStakingValidatorPrefs', }, nominate: { - targets: 'Vec', + targets: 'Vec', }, chill: 'Null', set_payee: { @@ -2708,15 +2724,15 @@ export default { additional: 'Compact', }, scale_validator_count: { - factor: 'Percent', + factor: 'u8', }, force_no_eras: 'Null', force_new_era: 'Null', set_invulnerables: { - invulnerables: 'Vec', + invulnerables: 'Vec', }, force_unstake: { - stash: 'AccountId32', + stash: 'PezspCoreCryptoAccountId32', numSlashingSpans: 'u32', }, force_new_era_always: 'Null', @@ -2725,18 +2741,18 @@ export default { slashIndices: 'Vec', }, payout_stakers: { - validatorStash: 'AccountId32', + validatorStash: 'PezspCoreCryptoAccountId32', era: 'u32', }, rebond: { value: 'Compact', }, reap_stash: { - stash: 'AccountId32', + stash: 'PezspCoreCryptoAccountId32', numSlashingSpans: 'u32', }, kick: { - who: 'Vec', + who: 'Vec', }, set_staking_configs: { minNominatorBond: 'PezpalletStakingPezpalletConfigOpU128', @@ -2748,43 +2764,43 @@ export default { maxStakedRewards: 'PezpalletStakingPezpalletConfigOpPercent', }, chill_other: { - stash: 'AccountId32', + stash: 'PezspCoreCryptoAccountId32', }, force_apply_min_commission: { - validatorStash: 'AccountId32', + validatorStash: 'PezspCoreCryptoAccountId32', }, set_min_commission: { _alias: { new_: 'new', }, - new_: 'Perbill', + new_: 'u32', }, payout_stakers_by_page: { - validatorStash: 'AccountId32', + validatorStash: 'PezspCoreCryptoAccountId32', era: 'u32', page: 'u32', }, update_payee: { - controller: 'AccountId32', + controller: 'PezspCoreCryptoAccountId32', }, deprecate_controller_batch: { - controllers: 'Vec', + controllers: 'Vec', }, restore_ledger: { - stash: 'AccountId32', - maybeController: 'Option', + stash: 'PezspCoreCryptoAccountId32', + maybeController: 'Option', maybeTotal: 'Option', maybeUnlocking: 'Option>', }, migrate_currency: { - stash: 'AccountId32', + stash: 'PezspCoreCryptoAccountId32', }, __Unused31: 'Null', __Unused32: 'Null', manual_slash: { - validatorStash: 'AccountId32', + validatorStash: 'PezspCoreCryptoAccountId32', era: 'u32', - slashFraction: 'Perbill' + slashFraction: 'u32' } } }, @@ -2814,7 +2830,7 @@ export default { PezpalletStakingPezpalletConfigOpPercent: { _enum: { Noop: 'Null', - Set: 'Percent', + Set: 'u8', Remove: 'Null' } }, @@ -2824,7 +2840,7 @@ export default { PezpalletStakingPezpalletConfigOpPerbill: { _enum: { Noop: 'Null', - Set: 'Perbill', + Set: 'u32', Remove: 'Null' } }, @@ -2913,20 +2929,20 @@ export default { refIndex: 'Compact', }, delegate: { - to: 'MultiAddress', + to: 'PezspRuntimeMultiAddress', conviction: 'PezpalletDemocracyConviction', balance: 'u128', }, undelegate: 'Null', clear_public_proposals: 'Null', unlock: { - target: 'MultiAddress', + target: 'PezspRuntimeMultiAddress', }, remove_vote: { index: 'u32', }, remove_other_vote: { - target: 'MultiAddress', + target: 'PezspRuntimeMultiAddress', index: 'u32', }, blacklist: { @@ -2954,8 +2970,8 @@ export default { PezpalletCollectiveCall: { _enum: { set_members: { - newMembers: 'Vec', - prime: 'Option', + newMembers: 'Vec', + prime: 'Option', oldCount: 'u32', }, execute: { @@ -2996,7 +3012,7 @@ export default { PezpalletElectionsPhragmenCall: { _enum: { vote: { - votes: 'Vec', + votes: 'Vec', value: 'Compact', }, remove_voter: 'Null', @@ -3007,7 +3023,7 @@ export default { renouncing: 'PezpalletElectionsPhragmenRenouncing', }, remove_member: { - who: 'MultiAddress', + who: 'PezspRuntimeMultiAddress', slashBond: 'bool', rerunElection: 'bool', }, @@ -3033,26 +3049,26 @@ export default { PezpalletMembershipCall: { _enum: { add_member: { - who: 'MultiAddress', + who: 'PezspRuntimeMultiAddress', }, remove_member: { - who: 'MultiAddress', + who: 'PezspRuntimeMultiAddress', }, swap_member: { - remove: 'MultiAddress', - add: 'MultiAddress', + remove: 'PezspRuntimeMultiAddress', + add: 'PezspRuntimeMultiAddress', }, reset_members: { - members: 'Vec', + members: 'Vec', }, change_key: { _alias: { new_: 'new', }, - new_: 'MultiAddress', + new_: 'PezspRuntimeMultiAddress', }, set_prime: { - who: 'MultiAddress', + who: 'PezspRuntimeMultiAddress', }, clear_prime: 'Null' } @@ -3138,7 +3154,7 @@ export default { __Unused2: 'Null', spend_local: { amount: 'Compact', - beneficiary: 'MultiAddress', + beneficiary: 'PezspRuntimeMultiAddress', }, remove_approval: { proposalId: 'Compact', @@ -3146,7 +3162,7 @@ export default { spend: { assetKind: 'PezframeSupportTokensFungibleUnionOfNativeOrWithId', amount: 'Compact', - beneficiary: 'MultiAddress', + beneficiary: 'PezspRuntimeMultiAddress', validFrom: 'Option', }, payout: { @@ -3184,7 +3200,7 @@ export default { PezpalletContractsCall: { _enum: { call_old_weight: { - dest: 'MultiAddress', + dest: 'PezspRuntimeMultiAddress', value: 'Compact', gasLimit: 'Compact', storageDepositLimit: 'Option>', @@ -3215,11 +3231,11 @@ export default { codeHash: 'H256', }, set_code: { - dest: 'MultiAddress', + dest: 'PezspRuntimeMultiAddress', codeHash: 'H256', }, call: { - dest: 'MultiAddress', + dest: 'PezspRuntimeMultiAddress', value: 'Compact', gasLimit: 'PezspWeightsWeightV2Weight', storageDepositLimit: 'Option>', @@ -3268,10 +3284,10 @@ export default { _alias: { new_: 'new', }, - new_: 'MultiAddress', + new_: 'PezspRuntimeMultiAddress', }, sudo_as: { - who: 'MultiAddress', + who: 'PezspRuntimeMultiAddress', call: 'RuntimeCall', }, remove_key: 'Null' @@ -3307,13 +3323,13 @@ export default { PezpalletIdentityCall: { _enum: { add_registrar: { - account: 'MultiAddress', + account: 'PezspRuntimeMultiAddress', }, set_identity: { info: 'PezpalletIdentityLegacyIdentityInfo', }, set_subs: { - subs: 'Vec<(AccountId32,Data)>', + subs: 'Vec<(PezspCoreCryptoAccountId32,Data)>', }, clear_identity: 'Null', request_judgement: { @@ -3332,7 +3348,7 @@ export default { new_: 'new', }, index: 'Compact', - new_: 'MultiAddress', + new_: 'PezspRuntimeMultiAddress', }, set_fields: { index: 'Compact', @@ -3340,36 +3356,36 @@ export default { }, provide_judgement: { regIndex: 'Compact', - target: 'MultiAddress', + target: 'PezspRuntimeMultiAddress', judgement: 'PezpalletIdentityJudgement', identity: 'H256', }, kill_identity: { - target: 'MultiAddress', + target: 'PezspRuntimeMultiAddress', }, add_sub: { - sub: 'MultiAddress', + sub: 'PezspRuntimeMultiAddress', data: 'Data', }, rename_sub: { - sub: 'MultiAddress', + sub: 'PezspRuntimeMultiAddress', data: 'Data', }, remove_sub: { - sub: 'MultiAddress', + sub: 'PezspRuntimeMultiAddress', }, quit_sub: 'Null', add_username_authority: { - authority: 'MultiAddress', + authority: 'PezspRuntimeMultiAddress', suffix: 'Bytes', allocation: 'u32', }, remove_username_authority: { suffix: 'Bytes', - authority: 'MultiAddress', + authority: 'PezspRuntimeMultiAddress', }, set_username_for: { - who: 'MultiAddress', + who: 'PezspRuntimeMultiAddress', username: 'Bytes', signature: 'Option', useAllocation: 'bool', @@ -3442,13 +3458,13 @@ export default { }, unbid: 'Null', vouch: { - who: 'MultiAddress', + who: 'PezspRuntimeMultiAddress', value: 'u128', tip: 'u128', }, unvouch: 'Null', vote: { - candidate: 'MultiAddress', + candidate: 'PezspRuntimeMultiAddress', approve: 'bool', }, defender_vote: { @@ -3459,7 +3475,7 @@ export default { amount: 'u128', }, found_society: { - founder: 'MultiAddress', + founder: 'PezspRuntimeMultiAddress', maxMembers: 'u32', maxIntake: 'u32', maxStrikes: 'u32', @@ -3468,7 +3484,7 @@ export default { }, dissolve: 'Null', judge_suspended_member: { - who: 'MultiAddress', + who: 'PezspRuntimeMultiAddress', forgive: 'bool', }, set_parameters: { @@ -3480,17 +3496,17 @@ export default { punish_skeptic: 'Null', claim_membership: 'Null', bestow_membership: { - candidate: 'AccountId32', + candidate: 'PezspCoreCryptoAccountId32', }, kick_candidate: { - candidate: 'AccountId32', + candidate: 'PezspCoreCryptoAccountId32', }, resign_candidacy: 'Null', drop_candidate: { - candidate: 'AccountId32', + candidate: 'PezspCoreCryptoAccountId32', }, cleanup_candidacy: { - candidate: 'AccountId32', + candidate: 'PezspCoreCryptoAccountId32', max: 'u32', }, cleanup_challenge: { @@ -3505,34 +3521,34 @@ export default { PezpalletRecoveryCall: { _enum: { as_recovered: { - account: 'MultiAddress', + account: 'PezspRuntimeMultiAddress', call: 'RuntimeCall', }, set_recovered: { - lost: 'MultiAddress', - rescuer: 'MultiAddress', + lost: 'PezspRuntimeMultiAddress', + rescuer: 'PezspRuntimeMultiAddress', }, create_recovery: { - friends: 'Vec', + friends: 'Vec', threshold: 'u16', delayPeriod: 'u32', }, initiate_recovery: { - account: 'MultiAddress', + account: 'PezspRuntimeMultiAddress', }, vouch_recovery: { - lost: 'MultiAddress', - rescuer: 'MultiAddress', + lost: 'PezspRuntimeMultiAddress', + rescuer: 'PezspRuntimeMultiAddress', }, claim_recovery: { - account: 'MultiAddress', + account: 'PezspRuntimeMultiAddress', }, close_recovery: { - rescuer: 'MultiAddress', + rescuer: 'PezspRuntimeMultiAddress', }, remove_recovery: 'Null', cancel_recovered: { - account: 'MultiAddress' + account: 'PezspRuntimeMultiAddress' } } }, @@ -3543,15 +3559,15 @@ export default { _enum: { vest: 'Null', vest_other: { - target: 'MultiAddress', + target: 'PezspRuntimeMultiAddress', }, vested_transfer: { - target: 'MultiAddress', + target: 'PezspRuntimeMultiAddress', schedule: 'PezpalletVestingVestingInfo', }, force_vested_transfer: { - source: 'MultiAddress', - target: 'MultiAddress', + source: 'PezspRuntimeMultiAddress', + target: 'PezspRuntimeMultiAddress', schedule: 'PezpalletVestingVestingInfo', }, merge_schedules: { @@ -3559,7 +3575,7 @@ export default { schedule2Index: 'u32', }, force_remove_vesting_schedule: { - target: 'MultiAddress', + target: 'PezspRuntimeMultiAddress', scheduleIndex: 'u32' } } @@ -3688,17 +3704,17 @@ export default { PezpalletProxyCall: { _enum: { proxy: { - real: 'MultiAddress', + real: 'PezspRuntimeMultiAddress', forceProxyType: 'Option', call: 'RuntimeCall', }, add_proxy: { - delegate: 'MultiAddress', + delegate: 'PezspRuntimeMultiAddress', proxyType: 'KitchensinkRuntimeProxyType', delay: 'u32', }, remove_proxy: { - delegate: 'MultiAddress', + delegate: 'PezspRuntimeMultiAddress', proxyType: 'KitchensinkRuntimeProxyType', delay: 'u32', }, @@ -3709,27 +3725,27 @@ export default { index: 'u16', }, kill_pure: { - spawner: 'MultiAddress', + spawner: 'PezspRuntimeMultiAddress', proxyType: 'KitchensinkRuntimeProxyType', index: 'u16', height: 'Compact', extIndex: 'Compact', }, announce: { - real: 'MultiAddress', + real: 'PezspRuntimeMultiAddress', callHash: 'H256', }, remove_announcement: { - real: 'MultiAddress', + real: 'PezspRuntimeMultiAddress', callHash: 'H256', }, reject_announcement: { - delegate: 'MultiAddress', + delegate: 'PezspRuntimeMultiAddress', callHash: 'H256', }, proxy_announced: { - delegate: 'MultiAddress', - real: 'MultiAddress', + delegate: 'PezspRuntimeMultiAddress', + real: 'PezspRuntimeMultiAddress', forceProxyType: 'Option', call: 'RuntimeCall', }, @@ -3742,32 +3758,32 @@ export default { PezpalletMultisigCall: { _enum: { as_multi_threshold_1: { - otherSignatories: 'Vec', + otherSignatories: 'Vec', call: 'RuntimeCall', }, as_multi: { threshold: 'u16', - otherSignatories: 'Vec', + otherSignatories: 'Vec', maybeTimepoint: 'Option', call: 'RuntimeCall', maxWeight: 'PezspWeightsWeightV2Weight', }, approve_as_multi: { threshold: 'u16', - otherSignatories: 'Vec', + otherSignatories: 'Vec', maybeTimepoint: 'Option', callHash: '[u8;32]', maxWeight: 'PezspWeightsWeightV2Weight', }, cancel_as_multi: { threshold: 'u16', - otherSignatories: 'Vec', + otherSignatories: 'Vec', timepoint: 'PezpalletMultisigTimepoint', callHash: '[u8;32]', }, poke_deposit: { threshold: 'u16', - otherSignatories: 'Vec', + otherSignatories: 'Vec', callHash: '[u8;32]' } } @@ -3786,7 +3802,7 @@ export default { }, propose_curator: { bountyId: 'Compact', - curator: 'MultiAddress', + curator: 'PezspRuntimeMultiAddress', fee: 'Compact', }, unassign_curator: { @@ -3797,7 +3813,7 @@ export default { }, award_bounty: { bountyId: 'Compact', - beneficiary: 'MultiAddress', + beneficiary: 'PezspRuntimeMultiAddress', }, claim_bounty: { bountyId: 'Compact', @@ -3811,7 +3827,7 @@ export default { }, approve_bounty_with_curator: { bountyId: 'Compact', - curator: 'MultiAddress', + curator: 'PezspRuntimeMultiAddress', fee: 'Compact' } } @@ -3823,7 +3839,7 @@ export default { _enum: { report_awesome: { reason: 'Bytes', - who: 'MultiAddress', + who: 'PezspRuntimeMultiAddress', }, retract_tip: { _alias: { @@ -3833,7 +3849,7 @@ export default { }, tip_new: { reason: 'Bytes', - who: 'MultiAddress', + who: 'PezspRuntimeMultiAddress', tipValue: 'Compact', }, tip: { @@ -3864,12 +3880,12 @@ export default { _enum: { create: { id: 'Compact', - admin: 'MultiAddress', + admin: 'PezspRuntimeMultiAddress', minBalance: 'u128', }, force_create: { id: 'Compact', - owner: 'MultiAddress', + owner: 'PezspRuntimeMultiAddress', isSufficient: 'bool', minBalance: 'Compact', }, @@ -3887,37 +3903,37 @@ export default { }, mint: { id: 'Compact', - beneficiary: 'MultiAddress', + beneficiary: 'PezspRuntimeMultiAddress', amount: 'Compact', }, burn: { id: 'Compact', - who: 'MultiAddress', + who: 'PezspRuntimeMultiAddress', amount: 'Compact', }, transfer: { id: 'Compact', - target: 'MultiAddress', + target: 'PezspRuntimeMultiAddress', amount: 'Compact', }, transfer_keep_alive: { id: 'Compact', - target: 'MultiAddress', + target: 'PezspRuntimeMultiAddress', amount: 'Compact', }, force_transfer: { id: 'Compact', - source: 'MultiAddress', - dest: 'MultiAddress', + source: 'PezspRuntimeMultiAddress', + dest: 'PezspRuntimeMultiAddress', amount: 'Compact', }, freeze: { id: 'Compact', - who: 'MultiAddress', + who: 'PezspRuntimeMultiAddress', }, thaw: { id: 'Compact', - who: 'MultiAddress', + who: 'PezspRuntimeMultiAddress', }, freeze_asset: { id: 'Compact', @@ -3927,13 +3943,13 @@ export default { }, transfer_ownership: { id: 'Compact', - owner: 'MultiAddress', + owner: 'PezspRuntimeMultiAddress', }, set_team: { id: 'Compact', - issuer: 'MultiAddress', - admin: 'MultiAddress', - freezer: 'MultiAddress', + issuer: 'PezspRuntimeMultiAddress', + admin: 'PezspRuntimeMultiAddress', + freezer: 'PezspRuntimeMultiAddress', }, set_metadata: { id: 'Compact', @@ -3956,32 +3972,32 @@ export default { }, force_asset_status: { id: 'Compact', - owner: 'MultiAddress', - issuer: 'MultiAddress', - admin: 'MultiAddress', - freezer: 'MultiAddress', + owner: 'PezspRuntimeMultiAddress', + issuer: 'PezspRuntimeMultiAddress', + admin: 'PezspRuntimeMultiAddress', + freezer: 'PezspRuntimeMultiAddress', minBalance: 'Compact', isSufficient: 'bool', isFrozen: 'bool', }, approve_transfer: { id: 'Compact', - delegate: 'MultiAddress', + delegate: 'PezspRuntimeMultiAddress', amount: 'Compact', }, cancel_approval: { id: 'Compact', - delegate: 'MultiAddress', + delegate: 'PezspRuntimeMultiAddress', }, force_cancel_approval: { id: 'Compact', - owner: 'MultiAddress', - delegate: 'MultiAddress', + owner: 'PezspRuntimeMultiAddress', + delegate: 'PezspRuntimeMultiAddress', }, transfer_approved: { id: 'Compact', - owner: 'MultiAddress', - destination: 'MultiAddress', + owner: 'PezspRuntimeMultiAddress', + destination: 'PezspRuntimeMultiAddress', amount: 'Compact', }, touch: { @@ -3997,19 +4013,19 @@ export default { }, touch_other: { id: 'Compact', - who: 'MultiAddress', + who: 'PezspRuntimeMultiAddress', }, refund_other: { id: 'Compact', - who: 'MultiAddress', + who: 'PezspRuntimeMultiAddress', }, block: { id: 'Compact', - who: 'MultiAddress', + who: 'PezspRuntimeMultiAddress', }, transfer_all: { id: 'Compact', - dest: 'MultiAddress', + dest: 'PezspRuntimeMultiAddress', keepAlive: 'bool' } } @@ -4138,7 +4154,7 @@ export default { fund_deficit: 'Null', thaw_private: { index: 'Compact', - maybeProportion: 'Option', + maybeProportion: 'Option', }, thaw_communal: { index: 'Compact', @@ -4158,11 +4174,11 @@ export default { _enum: { create: { collection: 'u32', - admin: 'MultiAddress', + admin: 'PezspRuntimeMultiAddress', }, force_create: { collection: 'u32', - owner: 'MultiAddress', + owner: 'PezspRuntimeMultiAddress', freeHolding: 'bool', }, destroy: { @@ -4172,17 +4188,17 @@ export default { mint: { collection: 'u32', item: 'u32', - owner: 'MultiAddress', + owner: 'PezspRuntimeMultiAddress', }, burn: { collection: 'u32', item: 'u32', - checkOwner: 'Option', + checkOwner: 'Option', }, transfer: { collection: 'u32', item: 'u32', - dest: 'MultiAddress', + dest: 'PezspRuntimeMultiAddress', }, redeposit: { collection: 'u32', @@ -4204,30 +4220,30 @@ export default { }, transfer_ownership: { collection: 'u32', - newOwner: 'MultiAddress', + newOwner: 'PezspRuntimeMultiAddress', }, set_team: { collection: 'u32', - issuer: 'MultiAddress', - admin: 'MultiAddress', - freezer: 'MultiAddress', + issuer: 'PezspRuntimeMultiAddress', + admin: 'PezspRuntimeMultiAddress', + freezer: 'PezspRuntimeMultiAddress', }, approve_transfer: { collection: 'u32', item: 'u32', - delegate: 'MultiAddress', + delegate: 'PezspRuntimeMultiAddress', }, cancel_approval: { collection: 'u32', item: 'u32', - maybeCheckDelegate: 'Option', + maybeCheckDelegate: 'Option', }, force_item_status: { collection: 'u32', - owner: 'MultiAddress', - issuer: 'MultiAddress', - admin: 'MultiAddress', - freezer: 'MultiAddress', + owner: 'PezspRuntimeMultiAddress', + issuer: 'PezspRuntimeMultiAddress', + admin: 'PezspRuntimeMultiAddress', + freezer: 'PezspRuntimeMultiAddress', freeHolding: 'bool', isFrozen: 'bool', }, @@ -4271,7 +4287,7 @@ export default { collection: 'u32', item: 'u32', price: 'Option', - whitelistedBuyer: 'Option', + whitelistedBuyer: 'Option', }, buy_item: { collection: 'u32', @@ -4294,11 +4310,11 @@ export default { PezpalletNftsCall: { _enum: { create: { - admin: 'MultiAddress', + admin: 'PezspRuntimeMultiAddress', config: 'PezpalletNftsCollectionConfig', }, force_create: { - owner: 'MultiAddress', + owner: 'PezspRuntimeMultiAddress', config: 'PezpalletNftsCollectionConfig', }, destroy: { @@ -4308,13 +4324,13 @@ export default { mint: { collection: 'u32', item: 'u32', - mintTo: 'MultiAddress', + mintTo: 'PezspRuntimeMultiAddress', witnessData: 'Option', }, force_mint: { collection: 'u32', item: 'u32', - mintTo: 'MultiAddress', + mintTo: 'PezspRuntimeMultiAddress', itemConfig: 'PezpalletNftsItemConfig', }, burn: { @@ -4324,7 +4340,7 @@ export default { transfer: { collection: 'u32', item: 'u32', - dest: 'MultiAddress', + dest: 'PezspRuntimeMultiAddress', }, redeposit: { collection: 'u32', @@ -4344,17 +4360,17 @@ export default { }, transfer_ownership: { collection: 'u32', - newOwner: 'MultiAddress', + newOwner: 'PezspRuntimeMultiAddress', }, set_team: { collection: 'u32', - issuer: 'Option', - admin: 'Option', - freezer: 'Option', + issuer: 'Option', + admin: 'Option', + freezer: 'Option', }, force_collection_owner: { collection: 'u32', - owner: 'MultiAddress', + owner: 'PezspRuntimeMultiAddress', }, force_collection_config: { collection: 'u32', @@ -4363,13 +4379,13 @@ export default { approve_transfer: { collection: 'u32', item: 'u32', - delegate: 'MultiAddress', + delegate: 'PezspRuntimeMultiAddress', maybeDeadline: 'Option', }, cancel_approval: { collection: 'u32', item: 'u32', - delegate: 'MultiAddress', + delegate: 'PezspRuntimeMultiAddress', }, clear_all_transfer_approvals: { collection: 'u32', @@ -4389,7 +4405,7 @@ export default { value: 'Bytes', }, force_set_attribute: { - setAs: 'Option', + setAs: 'Option', collection: 'u32', maybeItem: 'Option', namespace: 'PezpalletNftsAttributeNamespace', @@ -4405,12 +4421,12 @@ export default { approve_item_attributes: { collection: 'u32', item: 'u32', - delegate: 'MultiAddress', + delegate: 'PezspRuntimeMultiAddress', }, cancel_item_attributes_approval: { collection: 'u32', item: 'u32', - delegate: 'MultiAddress', + delegate: 'PezspRuntimeMultiAddress', witness: 'PezpalletNftsCancelAttributesApprovalWitness', }, set_metadata: { @@ -4444,7 +4460,7 @@ export default { collection: 'u32', item: 'u32', price: 'Option', - whitelistedBuyer: 'Option', + whitelistedBuyer: 'Option', }, buy_item: { collection: 'u32', @@ -4476,12 +4492,12 @@ export default { mint_pre_signed: { mintData: 'PezpalletNftsPreSignedMint', signature: 'PezspRuntimeMultiSignature', - signer: 'AccountId32', + signer: 'PezspCoreCryptoAccountId32', }, set_attributes_pre_signed: { data: 'PezpalletNftsPreSignedAttributes', signature: 'PezspRuntimeMultiSignature', - signer: 'AccountId32' + signer: 'PezspCoreCryptoAccountId32' } } }, @@ -4558,7 +4574,7 @@ export default { PezpalletNftsItemTip: { collection: 'u32', item: 'u32', - receiver: 'AccountId32', + receiver: 'PezspCoreCryptoAccountId32', amount: 'u128' }, /** @@ -4569,7 +4585,7 @@ export default { item: 'u32', attributes: 'Vec<(Bytes,Bytes)>', metadata: 'Bytes', - onlyAccount: 'Option', + onlyAccount: 'Option', deadline: 'u32', mintPrice: 'Option' }, @@ -4592,14 +4608,14 @@ export default { nftCollectionId: 'u32', nftId: 'u32', assetId: 'u32', - beneficiary: 'MultiAddress', + beneficiary: 'PezspRuntimeMultiAddress', fractions: 'u128', }, unify: { nftCollectionId: 'u32', nftId: 'u32', assetId: 'u32', - beneficiary: 'MultiAddress' + beneficiary: 'PezspRuntimeMultiAddress' } } }, @@ -4614,7 +4630,7 @@ export default { register: 'Null', payout: 'Null', payout_other: { - beneficiary: 'AccountId32', + beneficiary: 'PezspCoreCryptoAccountId32', }, check_payment: 'Null' } @@ -4625,7 +4641,7 @@ export default { PezpalletCoreFellowshipCall: { _enum: { bump: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', }, set_params: { params: 'PezpalletCoreFellowshipParamsTypeU128', @@ -4634,18 +4650,18 @@ export default { isActive: 'bool', }, approve: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', atRank: 'u16', }, induct: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', }, promote: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', toRank: 'u16', }, offboard: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', }, submit_evidence: { wish: 'PezpalletCoreFellowshipWish', @@ -4656,11 +4672,11 @@ export default { partialParams: 'PezpalletCoreFellowshipParamsTypeOption', }, promote_fast: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', toRank: 'u16', }, import_member: { - who: 'AccountId32' + who: 'PezspCoreCryptoAccountId32' } } }, @@ -4704,14 +4720,14 @@ export default { PezpalletBagsListCall: { _enum: { rebag: { - dislocated: 'MultiAddress', + dislocated: 'PezspRuntimeMultiAddress', }, put_in_front_of: { - lighter: 'MultiAddress', + lighter: 'PezspRuntimeMultiAddress', }, put_in_front_of_other: { - heavier: 'MultiAddress', - lighter: 'MultiAddress' + heavier: 'PezspRuntimeMultiAddress', + lighter: 'PezspRuntimeMultiAddress' } } }, @@ -4795,7 +4811,7 @@ export default { propose_curator: { parentBountyId: 'Compact', childBountyId: 'Compact', - curator: 'MultiAddress', + curator: 'PezspRuntimeMultiAddress', fee: 'Compact', }, accept_curator: { @@ -4809,7 +4825,7 @@ export default { award_child_bounty: { parentBountyId: 'Compact', childBountyId: 'Compact', - beneficiary: 'MultiAddress', + beneficiary: 'PezspRuntimeMultiAddress', }, claim_child_bounty: { parentBountyId: 'Compact', @@ -4883,7 +4899,7 @@ export default { PezpalletRootTestingCall: { _enum: { fill_block: { - ratio: 'Perbill', + ratio: 'u32', }, trigger_defensive: 'Null' } @@ -4899,7 +4915,7 @@ export default { }, delegate: { class: 'u16', - to: 'MultiAddress', + to: 'PezspRuntimeMultiAddress', conviction: 'PezpalletConvictionVotingConviction', balance: 'u128', }, @@ -4908,14 +4924,14 @@ export default { }, unlock: { class: 'u16', - target: 'MultiAddress', + target: 'PezspRuntimeMultiAddress', }, remove_vote: { class: 'Option', index: 'u32', }, remove_other_vote: { - target: 'MultiAddress', + target: 'PezspRuntimeMultiAddress', class: 'u16', index: 'u32' } @@ -4985,8 +5001,8 @@ export default { }, __Unused2: 'Null', init_members: { - fellows: 'Vec', - allies: 'Vec', + fellows: 'Vec', + allies: 'Vec', }, disband: { witness: 'PezpalletAllianceDisbandWitness', @@ -5002,15 +5018,15 @@ export default { }, join_alliance: 'Null', nominate_ally: { - who: 'MultiAddress', + who: 'PezspRuntimeMultiAddress', }, elevate_ally: { - ally: 'MultiAddress', + ally: 'PezspRuntimeMultiAddress', }, give_retirement_notice: 'Null', retire: 'Null', kick_member: { - who: 'MultiAddress', + who: 'PezspRuntimeMultiAddress', }, add_unscrupulous_items: { items: 'Vec', @@ -5063,7 +5079,7 @@ export default { **/ PezpalletAllianceUnscrupulousItem: { _enum: { - AccountId: 'AccountId32', + AccountId: 'PezspCoreCryptoAccountId32', Website: 'Bytes' } }, @@ -5081,7 +5097,7 @@ export default { }, claim_payout: 'Null', unbond: { - memberAccount: 'MultiAddress', + memberAccount: 'PezspRuntimeMultiAddress', unbondingPoints: 'Compact', }, pool_withdraw_unbonded: { @@ -5089,25 +5105,25 @@ export default { numSlashingSpans: 'u32', }, withdraw_unbonded: { - memberAccount: 'MultiAddress', + memberAccount: 'PezspRuntimeMultiAddress', numSlashingSpans: 'u32', }, create: { amount: 'Compact', - root: 'MultiAddress', - nominator: 'MultiAddress', - bouncer: 'MultiAddress', + root: 'PezspRuntimeMultiAddress', + nominator: 'PezspRuntimeMultiAddress', + bouncer: 'PezspRuntimeMultiAddress', }, create_with_pool_id: { amount: 'Compact', - root: 'MultiAddress', - nominator: 'MultiAddress', - bouncer: 'MultiAddress', + root: 'PezspRuntimeMultiAddress', + nominator: 'PezspRuntimeMultiAddress', + bouncer: 'PezspRuntimeMultiAddress', poolId: 'u32', }, nominate: { poolId: 'u32', - validators: 'Vec', + validators: 'Vec', }, set_state: { poolId: 'u32', @@ -5135,22 +5151,22 @@ export default { poolId: 'u32', }, bond_extra_other: { - member: 'MultiAddress', + member: 'PezspRuntimeMultiAddress', extra: 'PezpalletNominationPoolsBondExtra', }, set_claim_permission: { permission: 'PezpalletNominationPoolsClaimPermission', }, claim_payout_other: { - other: 'AccountId32', + other: 'PezspCoreCryptoAccountId32', }, set_commission: { poolId: 'u32', - newCommission: 'Option<(Perbill,AccountId32)>', + newCommission: 'Option<(u32,PezspCoreCryptoAccountId32)>', }, set_commission_max: { poolId: 'u32', - maxCommission: 'Perbill', + maxCommission: 'u32', }, set_commission_change_rate: { poolId: 'u32', @@ -5167,10 +5183,10 @@ export default { permission: 'Option', }, apply_slash: { - memberAccount: 'MultiAddress', + memberAccount: 'PezspRuntimeMultiAddress', }, migrate_delegation: { - memberAccount: 'MultiAddress', + memberAccount: 'PezspRuntimeMultiAddress', }, migrate_pool_to_delegate_stake: { poolId: 'u32' @@ -5218,7 +5234,7 @@ export default { PezpalletNominationPoolsConfigOpPerbill: { _enum: { Noop: 'Null', - Set: 'Perbill', + Set: 'u32', Remove: 'Null' } }, @@ -5228,7 +5244,7 @@ export default { PezpalletNominationPoolsConfigOpAccountId32: { _enum: { Noop: 'Null', - Set: 'AccountId32', + Set: 'PezspCoreCryptoAccountId32', Remove: 'Null' } }, @@ -5242,7 +5258,7 @@ export default { * Lookup418: pallet_nomination_pools::CommissionChangeRate **/ PezpalletNominationPoolsCommissionChangeRate: { - maxIncrease: 'Perbill', + maxIncrease: 'u32', minDelay: 'u32' }, /** @@ -5251,7 +5267,7 @@ export default { PezpalletNominationPoolsCommissionClaimPermission: { _enum: { Permissionless: 'Null', - Account: 'AccountId32' + Account: 'PezspCoreCryptoAccountId32' } }, /** @@ -5260,16 +5276,16 @@ export default { PezpalletRankedCollectiveCall: { _enum: { add_member: { - who: 'MultiAddress', + who: 'PezspRuntimeMultiAddress', }, promote_member: { - who: 'MultiAddress', + who: 'PezspRuntimeMultiAddress', }, demote_member: { - who: 'MultiAddress', + who: 'PezspRuntimeMultiAddress', }, remove_member: { - who: 'MultiAddress', + who: 'PezspRuntimeMultiAddress', minRank: 'u16', }, vote: { @@ -5281,8 +5297,8 @@ export default { max: 'u32', }, exchange_member: { - who: 'MultiAddress', - newWho: 'MultiAddress' + who: 'PezspRuntimeMultiAddress', + newWho: 'PezspRuntimeMultiAddress' } } }, @@ -5302,7 +5318,7 @@ export default { amount2Desired: 'u128', amount1Min: 'u128', amount2Min: 'u128', - mintTo: 'AccountId32', + mintTo: 'PezspCoreCryptoAccountId32', }, remove_liquidity: { asset1: 'PezframeSupportTokensFungibleUnionOfNativeOrWithId', @@ -5310,20 +5326,20 @@ export default { lpTokenBurn: 'u128', amount1MinReceive: 'u128', amount2MinReceive: 'u128', - withdrawTo: 'AccountId32', + withdrawTo: 'PezspCoreCryptoAccountId32', }, swap_exact_tokens_for_tokens: { path: 'Vec', amountIn: 'u128', amountOutMin: 'u128', - sendTo: 'AccountId32', + sendTo: 'PezspCoreCryptoAccountId32', keepAlive: 'bool', }, swap_tokens_for_exact_tokens: { path: 'Vec', amountOut: 'u128', amountInMax: 'u128', - sendTo: 'AccountId32', + sendTo: 'PezspCoreCryptoAccountId32', keepAlive: 'bool', }, touch: { @@ -5391,15 +5407,15 @@ export default { force_extend: 'Null', force_exit: 'Null', force_slash_deposit: { - account: 'AccountId32', + account: 'PezspCoreCryptoAccountId32', block: 'u32', }, release_deposit: { - account: 'AccountId32', + account: 'PezspCoreCryptoAccountId32', block: 'u32', }, force_release_deposit: { - account: 'AccountId32', + account: 'PezspCoreCryptoAccountId32', block: 'u32' } } @@ -5482,7 +5498,7 @@ export default { }, transfer: { regionId: 'PezpalletBrokerRegionId', - newOwner: 'AccountId32', + newOwner: 'PezspCoreCryptoAccountId32', }, partition: { regionId: 'PezpalletBrokerRegionId', @@ -5499,7 +5515,7 @@ export default { }, pool: { regionId: 'PezpalletBrokerRegionId', - payee: 'AccountId32', + payee: 'PezspCoreCryptoAccountId32', finality: 'PezpalletBrokerFinality', }, claim_revenue: { @@ -5508,7 +5524,7 @@ export default { }, purchase_credit: { amount: 'u128', - beneficiary: 'AccountId32', + beneficiary: 'PezspCoreCryptoAccountId32', }, drop_region: { regionId: 'PezpalletBrokerRegionId', @@ -5638,9 +5654,9 @@ export default { interludeLength: 'u32', leadinLength: 'u32', regionLength: 'u32', - idealBulkProportion: 'Perbill', + idealBulkProportion: 'u32', limitCoresOffered: 'Option', - renewalBump: 'Perbill', + renewalBump: 'u32', contributionTimeout: 'u32' }, /** @@ -5789,15 +5805,15 @@ export default { PezpalletReferendaCurve: { _enum: { LinearDecreasing: { - length: 'Perbill', - floor: 'Perbill', - ceil: 'Perbill', + length: 'u32', + floor: 'u32', + ceil: 'u32', }, SteppedDecreasing: { - begin: 'Perbill', - end: 'Perbill', - step: 'Perbill', - period: 'Perbill', + begin: 'u32', + end: 'u32', + step: 'u32', + period: 'u32', }, Reciprocal: { factor: 'i64', @@ -5880,7 +5896,7 @@ export default { rewardAssetId: 'PezframeSupportTokensFungibleUnionOfNativeOrWithId', rewardRatePerBlock: 'u128', expiry: 'PezframeSupportScheduleDispatchTime', - admin: 'Option', + admin: 'Option', }, stake: { poolId: 'u32', @@ -5889,11 +5905,11 @@ export default { unstake: { poolId: 'u32', amount: 'u128', - staker: 'Option', + staker: 'Option', }, harvest_rewards: { poolId: 'u32', - staker: 'Option', + staker: 'Option', }, set_pool_reward_rate_per_block: { poolId: 'u32', @@ -5901,7 +5917,7 @@ export default { }, set_pool_admin: { poolId: 'u32', - newAdmin: 'AccountId32', + newAdmin: 'PezspCoreCryptoAccountId32', }, set_pool_expiry_block: { poolId: 'u32', @@ -5932,7 +5948,7 @@ export default { PezpalletMetaTxMetaTx: { call: 'RuntimeCall', extensionVersion: 'u8', - extension: '(PezpalletVerifySignatureExtensionVerifySignature,PezpalletMetaTxExtensionMetaTxMarker,PezframeSystemExtensionsCheckNonZeroSender,PezframeSystemExtensionsCheckSpecVersion,PezframeSystemExtensionsCheckTxVersion,PezframeSystemExtensionsCheckGenesis,Era,PezframeSystemExtensionsCheckNonce,PezframeMetadataHashExtensionCheckMetadataHash)' + extension: '(PezpalletVerifySignatureExtensionVerifySignature,PezpalletMetaTxExtensionMetaTxMarker,PezframeSystemExtensionsCheckNonZeroSender,PezframeSystemExtensionsCheckSpecVersion,PezframeSystemExtensionsCheckTxVersion,PezframeSystemExtensionsCheckGenesis,PezframeSystemExtensionsCheckMortality,PezframeSystemExtensionsCheckNonce,PezframeMetadataHashExtensionCheckMetadataHash)' }, /** * Lookup483: pallet_verify_signature::extension::VerifySignature @@ -5941,7 +5957,7 @@ export default { _enum: { Signed: { signature: 'PezspRuntimeMultiSignature', - account: 'AccountId32', + account: 'PezspCoreCryptoAccountId32', }, Disabled: 'Null' } @@ -5966,6 +5982,273 @@ export default { * Lookup488: frame_system::extensions::check_genesis::CheckGenesis **/ PezframeSystemExtensionsCheckGenesis: 'Null', + /** + * Lookup489: frame_system::extensions::check_mortality::CheckMortality + **/ + PezframeSystemExtensionsCheckMortality: 'PezspRuntimeEra', + /** + * Lookup490: sp_runtime::generic::era::Era + **/ + PezspRuntimeEra: { + _enum: { + Immortal: 'Null', + Mortal1: 'u8', + Mortal2: 'u8', + Mortal3: 'u8', + Mortal4: 'u8', + Mortal5: 'u8', + Mortal6: 'u8', + Mortal7: 'u8', + Mortal8: 'u8', + Mortal9: 'u8', + Mortal10: 'u8', + Mortal11: 'u8', + Mortal12: 'u8', + Mortal13: 'u8', + Mortal14: 'u8', + Mortal15: 'u8', + Mortal16: 'u8', + Mortal17: 'u8', + Mortal18: 'u8', + Mortal19: 'u8', + Mortal20: 'u8', + Mortal21: 'u8', + Mortal22: 'u8', + Mortal23: 'u8', + Mortal24: 'u8', + Mortal25: 'u8', + Mortal26: 'u8', + Mortal27: 'u8', + Mortal28: 'u8', + Mortal29: 'u8', + Mortal30: 'u8', + Mortal31: 'u8', + Mortal32: 'u8', + Mortal33: 'u8', + Mortal34: 'u8', + Mortal35: 'u8', + Mortal36: 'u8', + Mortal37: 'u8', + Mortal38: 'u8', + Mortal39: 'u8', + Mortal40: 'u8', + Mortal41: 'u8', + Mortal42: 'u8', + Mortal43: 'u8', + Mortal44: 'u8', + Mortal45: 'u8', + Mortal46: 'u8', + Mortal47: 'u8', + Mortal48: 'u8', + Mortal49: 'u8', + Mortal50: 'u8', + Mortal51: 'u8', + Mortal52: 'u8', + Mortal53: 'u8', + Mortal54: 'u8', + Mortal55: 'u8', + Mortal56: 'u8', + Mortal57: 'u8', + Mortal58: 'u8', + Mortal59: 'u8', + Mortal60: 'u8', + Mortal61: 'u8', + Mortal62: 'u8', + Mortal63: 'u8', + Mortal64: 'u8', + Mortal65: 'u8', + Mortal66: 'u8', + Mortal67: 'u8', + Mortal68: 'u8', + Mortal69: 'u8', + Mortal70: 'u8', + Mortal71: 'u8', + Mortal72: 'u8', + Mortal73: 'u8', + Mortal74: 'u8', + Mortal75: 'u8', + Mortal76: 'u8', + Mortal77: 'u8', + Mortal78: 'u8', + Mortal79: 'u8', + Mortal80: 'u8', + Mortal81: 'u8', + Mortal82: 'u8', + Mortal83: 'u8', + Mortal84: 'u8', + Mortal85: 'u8', + Mortal86: 'u8', + Mortal87: 'u8', + Mortal88: 'u8', + Mortal89: 'u8', + Mortal90: 'u8', + Mortal91: 'u8', + Mortal92: 'u8', + Mortal93: 'u8', + Mortal94: 'u8', + Mortal95: 'u8', + Mortal96: 'u8', + Mortal97: 'u8', + Mortal98: 'u8', + Mortal99: 'u8', + Mortal100: 'u8', + Mortal101: 'u8', + Mortal102: 'u8', + Mortal103: 'u8', + Mortal104: 'u8', + Mortal105: 'u8', + Mortal106: 'u8', + Mortal107: 'u8', + Mortal108: 'u8', + Mortal109: 'u8', + Mortal110: 'u8', + Mortal111: 'u8', + Mortal112: 'u8', + Mortal113: 'u8', + Mortal114: 'u8', + Mortal115: 'u8', + Mortal116: 'u8', + Mortal117: 'u8', + Mortal118: 'u8', + Mortal119: 'u8', + Mortal120: 'u8', + Mortal121: 'u8', + Mortal122: 'u8', + Mortal123: 'u8', + Mortal124: 'u8', + Mortal125: 'u8', + Mortal126: 'u8', + Mortal127: 'u8', + Mortal128: 'u8', + Mortal129: 'u8', + Mortal130: 'u8', + Mortal131: 'u8', + Mortal132: 'u8', + Mortal133: 'u8', + Mortal134: 'u8', + Mortal135: 'u8', + Mortal136: 'u8', + Mortal137: 'u8', + Mortal138: 'u8', + Mortal139: 'u8', + Mortal140: 'u8', + Mortal141: 'u8', + Mortal142: 'u8', + Mortal143: 'u8', + Mortal144: 'u8', + Mortal145: 'u8', + Mortal146: 'u8', + Mortal147: 'u8', + Mortal148: 'u8', + Mortal149: 'u8', + Mortal150: 'u8', + Mortal151: 'u8', + Mortal152: 'u8', + Mortal153: 'u8', + Mortal154: 'u8', + Mortal155: 'u8', + Mortal156: 'u8', + Mortal157: 'u8', + Mortal158: 'u8', + Mortal159: 'u8', + Mortal160: 'u8', + Mortal161: 'u8', + Mortal162: 'u8', + Mortal163: 'u8', + Mortal164: 'u8', + Mortal165: 'u8', + Mortal166: 'u8', + Mortal167: 'u8', + Mortal168: 'u8', + Mortal169: 'u8', + Mortal170: 'u8', + Mortal171: 'u8', + Mortal172: 'u8', + Mortal173: 'u8', + Mortal174: 'u8', + Mortal175: 'u8', + Mortal176: 'u8', + Mortal177: 'u8', + Mortal178: 'u8', + Mortal179: 'u8', + Mortal180: 'u8', + Mortal181: 'u8', + Mortal182: 'u8', + Mortal183: 'u8', + Mortal184: 'u8', + Mortal185: 'u8', + Mortal186: 'u8', + Mortal187: 'u8', + Mortal188: 'u8', + Mortal189: 'u8', + Mortal190: 'u8', + Mortal191: 'u8', + Mortal192: 'u8', + Mortal193: 'u8', + Mortal194: 'u8', + Mortal195: 'u8', + Mortal196: 'u8', + Mortal197: 'u8', + Mortal198: 'u8', + Mortal199: 'u8', + Mortal200: 'u8', + Mortal201: 'u8', + Mortal202: 'u8', + Mortal203: 'u8', + Mortal204: 'u8', + Mortal205: 'u8', + Mortal206: 'u8', + Mortal207: 'u8', + Mortal208: 'u8', + Mortal209: 'u8', + Mortal210: 'u8', + Mortal211: 'u8', + Mortal212: 'u8', + Mortal213: 'u8', + Mortal214: 'u8', + Mortal215: 'u8', + Mortal216: 'u8', + Mortal217: 'u8', + Mortal218: 'u8', + Mortal219: 'u8', + Mortal220: 'u8', + Mortal221: 'u8', + Mortal222: 'u8', + Mortal223: 'u8', + Mortal224: 'u8', + Mortal225: 'u8', + Mortal226: 'u8', + Mortal227: 'u8', + Mortal228: 'u8', + Mortal229: 'u8', + Mortal230: 'u8', + Mortal231: 'u8', + Mortal232: 'u8', + Mortal233: 'u8', + Mortal234: 'u8', + Mortal235: 'u8', + Mortal236: 'u8', + Mortal237: 'u8', + Mortal238: 'u8', + Mortal239: 'u8', + Mortal240: 'u8', + Mortal241: 'u8', + Mortal242: 'u8', + Mortal243: 'u8', + Mortal244: 'u8', + Mortal245: 'u8', + Mortal246: 'u8', + Mortal247: 'u8', + Mortal248: 'u8', + Mortal249: 'u8', + Mortal250: 'u8', + Mortal251: 'u8', + Mortal252: 'u8', + Mortal253: 'u8', + Mortal254: 'u8', + Mortal255: 'u8' + } + }, /** * Lookup491: frame_system::extensions::check_nonce::CheckNonce **/ @@ -6000,7 +6283,7 @@ export default { PezpalletRemarkEvent: { _enum: { Stored: { - sender: 'AccountId32', + sender: 'PezspCoreCryptoAccountId32', contentHash: 'H256' } } @@ -6016,18 +6299,18 @@ export default { **/ PezpalletConvictionVotingEvent: { _enum: { - Delegated: '(AccountId32,AccountId32)', - Undelegated: 'AccountId32', + Delegated: '(PezspCoreCryptoAccountId32,PezspCoreCryptoAccountId32)', + Undelegated: 'PezspCoreCryptoAccountId32', Voted: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', vote: 'PezpalletConvictionVotingVoteAccountVote', }, VoteRemoved: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', vote: 'PezpalletConvictionVotingVoteAccountVote', }, VoteUnlocked: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', class: 'u16' } } @@ -6078,26 +6361,26 @@ export default { announcement: 'PezpalletAllianceCid', }, MembersInitialized: { - fellows: 'Vec', - allies: 'Vec', + fellows: 'Vec', + allies: 'Vec', }, NewAllyJoined: { - ally: 'AccountId32', - nominator: 'Option', + ally: 'PezspCoreCryptoAccountId32', + nominator: 'Option', reserved: 'Option', }, AllyElevated: { - ally: 'AccountId32', + ally: 'PezspCoreCryptoAccountId32', }, MemberRetirementPeriodStarted: { - member: 'AccountId32', + member: 'PezspCoreCryptoAccountId32', }, MemberRetired: { - member: 'AccountId32', + member: 'PezspCoreCryptoAccountId32', unreserved: 'Option', }, MemberKicked: { - member: 'AccountId32', + member: 'PezspCoreCryptoAccountId32', slashed: 'Option', }, UnscrupulousItemAdded: { @@ -6112,7 +6395,7 @@ export default { unreserved: 'u32', }, FellowAbdicated: { - fellow: 'AccountId32' + fellow: 'PezspCoreCryptoAccountId32' } } }, @@ -6122,29 +6405,29 @@ export default { PezpalletNominationPoolsEvent: { _enum: { Created: { - depositor: 'AccountId32', + depositor: 'PezspCoreCryptoAccountId32', poolId: 'u32', }, Bonded: { - member: 'AccountId32', + member: 'PezspCoreCryptoAccountId32', poolId: 'u32', bonded: 'u128', joined: 'bool', }, PaidOut: { - member: 'AccountId32', + member: 'PezspCoreCryptoAccountId32', poolId: 'u32', payout: 'u128', }, Unbonded: { - member: 'AccountId32', + member: 'PezspCoreCryptoAccountId32', poolId: 'u32', balance: 'u128', points: 'u128', era: 'u32', }, Withdrawn: { - member: 'AccountId32', + member: 'PezspCoreCryptoAccountId32', poolId: 'u32', balance: 'u128', points: 'u128', @@ -6158,13 +6441,13 @@ export default { }, MemberRemoved: { poolId: 'u32', - member: 'AccountId32', + member: 'PezspCoreCryptoAccountId32', releasedBalance: 'u128', }, RolesUpdated: { - root: 'Option', - bouncer: 'Option', - nominator: 'Option', + root: 'Option', + bouncer: 'Option', + nominator: 'Option', }, PoolSlashed: { poolId: 'u32', @@ -6177,11 +6460,11 @@ export default { }, PoolCommissionUpdated: { poolId: 'u32', - current: 'Option<(Perbill,AccountId32)>', + current: 'Option<(u32,PezspCoreCryptoAccountId32)>', }, PoolMaxCommissionUpdated: { poolId: 'u32', - maxCommission: 'Perbill', + maxCommission: 'u32', }, PoolCommissionChangeRateUpdated: { poolId: 'u32', @@ -6204,20 +6487,20 @@ export default { amount: 'u128', }, MemberClaimPermissionUpdated: { - member: 'AccountId32', + member: 'PezspCoreCryptoAccountId32', permission: 'PezpalletNominationPoolsClaimPermission', }, MetadataUpdated: { poolId: 'u32', - caller: 'AccountId32', + caller: 'PezspCoreCryptoAccountId32', }, PoolNominationMade: { poolId: 'u32', - caller: 'AccountId32', + caller: 'PezspCoreCryptoAccountId32', }, PoolNominatorChilled: { poolId: 'u32', - caller: 'AccountId32', + caller: 'PezspCoreCryptoAccountId32', }, GlobalParamsUpdated: { minJoinBond: 'u128', @@ -6225,7 +6508,7 @@ export default { maxPools: 'Option', maxMembers: 'Option', maxMembersPerPool: 'Option', - globalMaxCommission: 'Option' + globalMaxCommission: 'Option' } } }, @@ -6243,25 +6526,25 @@ export default { PezpalletRankedCollectiveEvent: { _enum: { MemberAdded: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', }, RankChanged: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', rank: 'u16', }, MemberRemoved: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', rank: 'u16', }, Voted: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', poll: 'u32', vote: 'PezpalletRankedCollectiveVoteRecord', tally: 'PezpalletRankedCollectiveTally', }, MemberExchanged: { - who: 'AccountId32', - newWho: 'AccountId32' + who: 'PezspCoreCryptoAccountId32', + newWho: 'PezspCoreCryptoAccountId32' } } }, @@ -6280,14 +6563,14 @@ export default { PezpalletAssetConversionEvent: { _enum: { PoolCreated: { - creator: 'AccountId32', + creator: 'PezspCoreCryptoAccountId32', poolId: '(PezframeSupportTokensFungibleUnionOfNativeOrWithId,PezframeSupportTokensFungibleUnionOfNativeOrWithId)', - poolAccount: 'AccountId32', + poolAccount: 'PezspCoreCryptoAccountId32', lpToken: 'u32', }, LiquidityAdded: { - who: 'AccountId32', - mintTo: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', + mintTo: 'PezspCoreCryptoAccountId32', poolId: '(PezframeSupportTokensFungibleUnionOfNativeOrWithId,PezframeSupportTokensFungibleUnionOfNativeOrWithId)', amount1Provided: 'u128', amount2Provided: 'u128', @@ -6295,18 +6578,18 @@ export default { lpTokenMinted: 'u128', }, LiquidityRemoved: { - who: 'AccountId32', - withdrawTo: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', + withdrawTo: 'PezspCoreCryptoAccountId32', poolId: '(PezframeSupportTokensFungibleUnionOfNativeOrWithId,PezframeSupportTokensFungibleUnionOfNativeOrWithId)', amount1: 'u128', amount2: 'u128', lpToken: 'u32', lpTokenBurned: 'u128', - withdrawalFee: 'Permill', + withdrawalFee: 'u32', }, SwapExecuted: { - who: 'AccountId32', - sendTo: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', + sendTo: 'PezspCoreCryptoAccountId32', amountIn: 'u128', amountOut: 'u128', path: 'Vec<(PezframeSupportTokensFungibleUnionOfNativeOrWithId,u128)>', @@ -6318,7 +6601,7 @@ export default { }, Touched: { poolId: '(PezframeSupportTokensFungibleUnionOfNativeOrWithId,PezframeSupportTokensFungibleUnionOfNativeOrWithId)', - who: 'AccountId32' + who: 'PezspCoreCryptoAccountId32' } } }, @@ -6328,11 +6611,11 @@ export default { PezpalletFastUnstakeEvent: { _enum: { Unstaked: { - stash: 'AccountId32', + stash: 'PezspCoreCryptoAccountId32', result: 'Result', }, Slashed: { - stash: 'AccountId32', + stash: 'PezspCoreCryptoAccountId32', amount: 'u128', }, BatchChecked: { @@ -6422,15 +6705,15 @@ export default { reason: 'PezpalletSafeModeExitReason', }, DepositPlaced: { - account: 'AccountId32', + account: 'PezspCoreCryptoAccountId32', amount: 'u128', }, DepositReleased: { - account: 'AccountId32', + account: 'PezspCoreCryptoAccountId32', amount: 'u128', }, DepositSlashed: { - account: 'AccountId32', + account: 'PezspCoreCryptoAccountId32', amount: 'u128', }, CannotDeposit: 'Null', @@ -6449,7 +6732,7 @@ export default { PezpalletStatementEvent: { _enum: { NewStatement: { - account: 'AccountId32', + account: 'PezspCoreCryptoAccountId32', statement: 'PezspStatementStoreStatement' } } @@ -6526,7 +6809,7 @@ export default { PezpalletBrokerEvent: { _enum: { Purchased: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', regionId: 'PezpalletBrokerRegionId', price: 'u128', duration: 'u32', @@ -6538,7 +6821,7 @@ export default { workload: 'Vec', }, Renewed: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', price: 'u128', oldCore: 'u16', core: 'u16', @@ -6549,8 +6832,8 @@ export default { Transferred: { regionId: 'PezpalletBrokerRegionId', duration: 'u32', - oldOwner: 'Option', - owner: 'Option', + oldOwner: 'Option', + owner: 'Option', }, Partitioned: { oldRegionId: 'PezpalletBrokerRegionId', @@ -6620,13 +6903,13 @@ export default { amount: 'u128', }, RevenueClaimPaid: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', amount: 'u128', next: 'Option', }, CreditPurchased: { - who: 'AccountId32', - beneficiary: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', + beneficiary: 'PezspCoreCryptoAccountId32', amount: 'u128', }, RegionDropped: { @@ -6673,7 +6956,7 @@ export default { }, AutoRenewalFailed: { core: 'u16', - payer: 'Option', + payer: 'Option', }, AutoRenewalLimitReached: 'Null' } @@ -6755,8 +7038,8 @@ export default { _enum: { MigratedToNewAccount: { poolId: '(PezframeSupportTokensFungibleUnionOfNativeOrWithId,PezframeSupportTokensFungibleUnionOfNativeOrWithId)', - priorAccount: 'AccountId32', - newAccount: 'AccountId32' + priorAccount: 'PezspCoreCryptoAccountId32', + newAccount: 'PezspCoreCryptoAccountId32' } } }, @@ -6778,23 +7061,23 @@ export default { PezpalletDelegatedStakingEvent: { _enum: { Delegated: { - agent: 'AccountId32', - delegator: 'AccountId32', + agent: 'PezspCoreCryptoAccountId32', + delegator: 'PezspCoreCryptoAccountId32', amount: 'u128', }, Released: { - agent: 'AccountId32', - delegator: 'AccountId32', + agent: 'PezspCoreCryptoAccountId32', + delegator: 'PezspCoreCryptoAccountId32', amount: 'u128', }, Slashed: { - agent: 'AccountId32', - delegator: 'AccountId32', + agent: 'PezspCoreCryptoAccountId32', + delegator: 'PezspCoreCryptoAccountId32', amount: 'u128', }, MigratedDelegation: { - agent: 'AccountId32', - delegator: 'AccountId32', + agent: 'PezspCoreCryptoAccountId32', + delegator: 'PezspCoreCryptoAccountId32', amount: 'u128' } } @@ -6805,30 +7088,30 @@ export default { PezpalletAssetRewardsEvent: { _enum: { Staked: { - staker: 'AccountId32', + staker: 'PezspCoreCryptoAccountId32', poolId: 'u32', amount: 'u128', }, Unstaked: { - caller: 'AccountId32', - staker: 'AccountId32', + caller: 'PezspCoreCryptoAccountId32', + staker: 'PezspCoreCryptoAccountId32', poolId: 'u32', amount: 'u128', }, RewardsHarvested: { - caller: 'AccountId32', - staker: 'AccountId32', + caller: 'PezspCoreCryptoAccountId32', + staker: 'PezspCoreCryptoAccountId32', poolId: 'u32', amount: 'u128', }, PoolCreated: { - creator: 'AccountId32', + creator: 'PezspCoreCryptoAccountId32', poolId: 'u32', stakedAssetId: 'PezframeSupportTokensFungibleUnionOfNativeOrWithId', rewardAssetId: 'PezframeSupportTokensFungibleUnionOfNativeOrWithId', rewardRatePerBlock: 'u128', expiryBlock: 'u32', - admin: 'AccountId32', + admin: 'PezspCoreCryptoAccountId32', }, PoolRewardRateModified: { poolId: 'u32', @@ -6836,7 +7119,7 @@ export default { }, PoolAdminModified: { poolId: 'u32', - newAdmin: 'AccountId32', + newAdmin: 'PezspCoreCryptoAccountId32', }, PoolExpiryBlockModified: { poolId: 'u32', @@ -6853,12 +7136,12 @@ export default { PezpalletAssetsFreezerEvent: { _enum: { Frozen: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', assetId: 'u32', amount: 'u128', }, Thawed: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', assetId: 'u32', amount: 'u128' } @@ -7346,7 +7629,7 @@ export default { * Lookup619: pallet_election_provider_multi_phase::ReadySolution **/ PezpalletElectionProviderMultiPhaseReadySolution: { - supports: 'Vec<(AccountId32,PezspNposElectionsSupport)>', + supports: 'Vec<(PezspCoreCryptoAccountId32,PezspNposElectionsSupport)>', score: 'PezspNposElectionsElectionScore', compute: 'PezpalletElectionProviderMultiPhaseElectionCompute' }, @@ -7354,14 +7637,14 @@ export default { * Lookup621: pallet_election_provider_multi_phase::RoundSnapshot **/ PezpalletElectionProviderMultiPhaseRoundSnapshot: { - voters: 'Vec<(AccountId32,u64,Vec)>', - targets: 'Vec' + voters: 'Vec<(PezspCoreCryptoAccountId32,u64,Vec)>', + targets: 'Vec' }, /** * Lookup628: pallet_election_provider_multi_phase::signed::SignedSubmission **/ PezpalletElectionProviderMultiPhaseSignedSignedSubmission: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', deposit: 'u128', rawSolution: 'PezpalletElectionProviderMultiPhaseRawSolution', callFee: 'u128' @@ -7376,7 +7659,7 @@ export default { * Lookup630: pallet_staking::StakingLedger **/ PezpalletStakingStakingLedger: { - stash: 'AccountId32', + stash: 'PezspCoreCryptoAccountId32', total: 'Compact', active: 'Compact', unlocking: 'Vec', @@ -7386,7 +7669,7 @@ export default { * Lookup632: pallet_staking::Nominations **/ PezpalletStakingNominations: { - targets: 'Vec', + targets: 'Vec', submittedIn: 'u32', suppressed: 'bool' }, @@ -7409,7 +7692,7 @@ export default { * Lookup638: sp_staking::IndividualExposure **/ PezspStakingIndividualExposure: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', value: 'Compact' }, /** @@ -7433,16 +7716,16 @@ export default { **/ PezpalletStakingEraRewardPoints: { total: 'u32', - individual: 'BTreeMap' + individual: 'BTreeMap' }, /** * Lookup647: pallet_staking::UnappliedSlash **/ PezpalletStakingUnappliedSlash: { - validator: 'AccountId32', + validator: 'PezspCoreCryptoAccountId32', own: 'u128', - others: 'Vec<(AccountId32,u128)>', - reporters: 'Vec', + others: 'Vec<(PezspCoreCryptoAccountId32,u128)>', + reporters: 'Vec', payout: 'u128' }, /** @@ -7519,7 +7802,7 @@ export default { }, Delegating: { balance: 'u128', - target: 'AccountId32', + target: 'PezspCoreCryptoAccountId32', conviction: 'PezpalletDemocracyConviction', delegations: 'PezpalletDemocracyDelegations', prior: 'PezpalletDemocracyVotePriorLock' @@ -7549,8 +7832,8 @@ export default { PezpalletCollectiveVotes: { index: 'u32', threshold: 'u32', - ayes: 'Vec', - nays: 'Vec', + ayes: 'Vec', + nays: 'Vec', end: 'u32' }, /** @@ -7563,7 +7846,7 @@ export default { * Lookup685: pallet_elections_phragmen::SeatHolder **/ PezpalletElectionsPhragmenSeatHolder: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', stake: 'u128', deposit: 'u128' }, @@ -7571,7 +7854,7 @@ export default { * Lookup686: pallet_elections_phragmen::Voter **/ PezpalletElectionsPhragmenVoter: { - votes: 'Vec', + votes: 'Vec', stake: 'u128', deposit: 'u128' }, @@ -7623,9 +7906,9 @@ export default { * Lookup694: pallet_treasury::Proposal **/ PezpalletTreasuryProposal: { - proposer: 'AccountId32', + proposer: 'PezspCoreCryptoAccountId32', value: 'u128', - beneficiary: 'AccountId32', + beneficiary: 'PezspCoreCryptoAccountId32', bond: 'u128' }, /** @@ -7634,7 +7917,7 @@ export default { PezpalletTreasurySpendStatus: { assetKind: 'PezframeSupportTokensFungibleUnionOfNativeOrWithId', amount: 'u128', - beneficiary: 'AccountId32', + beneficiary: 'PezspCoreCryptoAccountId32', validFrom: 'u32', expireAt: 'u32', status: 'PezpalletTreasuryPaymentState' @@ -7671,7 +7954,7 @@ export default { * Lookup702: pallet_contracts::wasm::CodeInfo **/ PezpalletContractsWasmCodeInfo: { - owner: 'AccountId32', + owner: 'PezspCoreCryptoAccountId32', deposit: 'Compact', refcount: 'Compact', determinism: 'PezpalletContractsWasmDeterminism', @@ -7782,8 +8065,8 @@ export default { * Lookup728: sp_staking::offence::OffenceDetails **/ PezspStakingOffenceOffenceDetails: { - offender: '(AccountId32,Null)', - reporters: 'Vec' + offender: '(PezspCoreCryptoAccountId32,Null)', + reporters: 'Vec' }, /** * Lookup732: pallet_identity::types::Registration> @@ -7797,7 +8080,7 @@ export default { * Lookup740: pallet_identity::types::RegistrarInfo **/ PezpalletIdentityRegistrarInfo: { - account: 'AccountId32', + account: 'PezspCoreCryptoAccountId32', fee: 'u128', fields: 'u64' }, @@ -7805,14 +8088,14 @@ export default { * Lookup743: pallet_identity::types::AuthorityProperties **/ PezpalletIdentityAuthorityProperties: { - accountId: 'AccountId32', + accountId: 'PezspCoreCryptoAccountId32', allocation: 'u32' }, /** * Lookup744: pallet_identity::types::UsernameInformation **/ PezpalletIdentityUsernameInformation: { - owner: 'AccountId32', + owner: 'PezspCoreCryptoAccountId32', provider: 'PezpalletIdentityProvider' }, /** @@ -7857,7 +8140,7 @@ export default { * Lookup756: pallet_society::Bid **/ PezpalletSocietyBid: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', kind: 'PezpalletSocietyBidKind', value: 'u128' }, @@ -7867,7 +8150,7 @@ export default { PezpalletSocietyBidKind: { _enum: { Deposit: 'u128', - Vouch: '(AccountId32,u128)' + Vouch: '(PezspCoreCryptoAccountId32,u128)' } }, /** @@ -7898,7 +8181,7 @@ export default { * Lookup764: pallet_society::IntakeRecord **/ PezpalletSocietyIntakeRecord: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', bid: 'u128', round: 'u32' }, @@ -7914,7 +8197,7 @@ export default { PezpalletRecoveryRecoveryConfig: { delayPeriod: 'u32', deposit: 'u128', - friends: 'Vec', + friends: 'Vec', threshold: 'u16' }, /** @@ -7923,7 +8206,7 @@ export default { PezpalletRecoveryActiveRecovery: { created: 'u32', deposit: 'u128', - friends: 'Vec' + friends: 'Vec' }, /** * Lookup770: pallet_recovery::pallet::Error @@ -7979,11 +8262,11 @@ export default { PezpalletPreimageOldRequestStatus: { _enum: { Unrequested: { - deposit: '(AccountId32,u128)', + deposit: '(PezspCoreCryptoAccountId32,u128)', len: 'u32', }, Requested: { - deposit: 'Option<(AccountId32,u128)>', + deposit: 'Option<(PezspCoreCryptoAccountId32,u128)>', count: 'u32', len: 'Option' } @@ -7995,11 +8278,11 @@ export default { PezpalletPreimageRequestStatus: { _enum: { Unrequested: { - ticket: '(AccountId32,u128)', + ticket: '(PezspCoreCryptoAccountId32,u128)', len: 'u32', }, Requested: { - maybeTicket: 'Option<(AccountId32,u128)>', + maybeTicket: 'Option<(PezspCoreCryptoAccountId32,u128)>', count: 'u32', maybeLen: 'Option' } @@ -8015,7 +8298,7 @@ export default { * Lookup792: pallet_proxy::ProxyDefinition **/ PezpalletProxyProxyDefinition: { - delegate: 'AccountId32', + delegate: 'PezspCoreCryptoAccountId32', proxyType: 'KitchensinkRuntimeProxyType', delay: 'u32' }, @@ -8023,7 +8306,7 @@ export default { * Lookup796: pallet_proxy::Announcement **/ PezpalletProxyAnnouncement: { - real: 'AccountId32', + real: 'PezspCoreCryptoAccountId32', callHash: 'H256', height: 'u32' }, @@ -8039,8 +8322,8 @@ export default { PezpalletMultisigMultisig: { when: 'PezpalletMultisigTimepoint', deposit: 'u128', - depositor: 'AccountId32', - approvals: 'Vec' + depositor: 'PezspCoreCryptoAccountId32', + approvals: 'Vec' }, /** * Lookup801: pallet_multisig::pallet::Error @@ -8052,7 +8335,7 @@ export default { * Lookup802: pallet_bounties::Bounty **/ PezpalletBountiesBounty: { - proposer: 'AccountId32', + proposer: 'PezspCoreCryptoAccountId32', value: 'u128', fee: 'u128', curatorDeposit: 'u128', @@ -8068,19 +8351,19 @@ export default { Approved: 'Null', Funded: 'Null', CuratorProposed: { - curator: 'AccountId32', + curator: 'PezspCoreCryptoAccountId32', }, Active: { - curator: 'AccountId32', + curator: 'PezspCoreCryptoAccountId32', updateDue: 'u32', }, PendingPayout: { - curator: 'AccountId32', - beneficiary: 'AccountId32', + curator: 'PezspCoreCryptoAccountId32', + beneficiary: 'PezspCoreCryptoAccountId32', unlockAt: 'u32', }, ApprovedWithCurator: { - curator: 'AccountId32' + curator: 'PezspCoreCryptoAccountId32' } } }, @@ -8095,11 +8378,11 @@ export default { **/ PezpalletTipsOpenTip: { reason: 'H256', - who: 'AccountId32', - finder: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', + finder: 'PezspCoreCryptoAccountId32', deposit: 'u128', closes: 'Option', - tips: 'Vec<(AccountId32,u128)>', + tips: 'Vec<(PezspCoreCryptoAccountId32,u128)>', findersFee: 'bool' }, /** @@ -8112,10 +8395,10 @@ export default { * Lookup808: pallet_assets::types::AssetDetails **/ PezpalletAssetsAssetDetails: { - owner: 'AccountId32', - issuer: 'AccountId32', - admin: 'AccountId32', - freezer: 'AccountId32', + owner: 'PezspCoreCryptoAccountId32', + issuer: 'PezspCoreCryptoAccountId32', + admin: 'PezspCoreCryptoAccountId32', + freezer: 'PezspCoreCryptoAccountId32', supply: 'u128', deposit: 'u128', minBalance: 'u128', @@ -8155,7 +8438,7 @@ export default { Sufficient: 'Null', DepositHeld: 'u128', DepositRefunded: 'Null', - DepositFrom: '(AccountId32,u128)' + DepositFrom: '(PezspCoreCryptoAccountId32,u128)' } }, /** @@ -8216,15 +8499,15 @@ export default { **/ PezpalletNisBid: { amount: 'u128', - who: 'AccountId32' + who: 'PezspCoreCryptoAccountId32' }, /** * Lookup832: pallet_nis::pallet::SummaryRecord **/ PezpalletNisSummaryRecord: { - proportionOwed: 'Perquintill', + proportionOwed: 'u64', index: 'u32', - thawed: 'Perquintill', + thawed: 'u64', lastPeriod: 'u32', receiptsOnHold: 'u128' }, @@ -8232,8 +8515,8 @@ export default { * Lookup833: pallet_nis::pallet::ReceiptRecord **/ PezpalletNisReceiptRecord: { - proportion: 'Perquintill', - owner: 'Option<(AccountId32,u128)>', + proportion: 'u64', + owner: 'Option<(PezspCoreCryptoAccountId32,u128)>', expiry: 'u32' }, /** @@ -8246,10 +8529,10 @@ export default { * Lookup836: pallet_uniques::types::CollectionDetails **/ PezpalletUniquesCollectionDetails: { - owner: 'AccountId32', - issuer: 'AccountId32', - admin: 'AccountId32', - freezer: 'AccountId32', + owner: 'PezspCoreCryptoAccountId32', + issuer: 'PezspCoreCryptoAccountId32', + admin: 'PezspCoreCryptoAccountId32', + freezer: 'PezspCoreCryptoAccountId32', totalDeposit: 'u128', freeHolding: 'bool', items: 'u32', @@ -8261,8 +8544,8 @@ export default { * Lookup838: pallet_uniques::types::ItemDetails **/ PezpalletUniquesItemDetails: { - owner: 'AccountId32', - approved: 'Option', + owner: 'PezspCoreCryptoAccountId32', + approved: 'Option', isFrozen: 'bool', deposit: 'u128' }, @@ -8292,7 +8575,7 @@ export default { * Lookup845: pallet_nfts::types::CollectionDetails **/ PezpalletNftsCollectionDetails: { - owner: 'AccountId32', + owner: 'PezspCoreCryptoAccountId32', ownerDeposit: 'u128', items: 'u32', itemMetadatas: 'u32', @@ -8309,15 +8592,15 @@ export default { * Lookup848: pallet_nfts::types::ItemDetails, bounded_collections::bounded_btree_map::BoundedBTreeMap, S>> **/ PezpalletNftsItemDetails: { - owner: 'AccountId32', - approvals: 'BTreeMap>', + owner: 'PezspCoreCryptoAccountId32', + approvals: 'BTreeMap>', deposit: 'PezpalletNftsItemDeposit' }, /** * Lookup849: pallet_nfts::types::ItemDeposit **/ PezpalletNftsItemDeposit: { - account: 'AccountId32', + account: 'PezspCoreCryptoAccountId32', amount: 'u128' }, /** @@ -8338,14 +8621,14 @@ export default { * Lookup856: pallet_nfts::types::ItemMetadataDeposit **/ PezpalletNftsItemMetadataDeposit: { - account: 'Option', + account: 'Option', amount: 'u128' }, /** * Lookup859: pallet_nfts::types::AttributeDeposit **/ PezpalletNftsAttributeDeposit: { - account: 'Option', + account: 'Option', amount: 'u128' }, /** @@ -8376,7 +8659,7 @@ export default { asset: 'u32', fractions: 'u128', deposit: 'u128', - assetCreator: 'AccountId32' + assetCreator: 'PezspCoreCryptoAccountId32' }, /** * Lookup867: pallet_nft_fractionalization::pallet::Error @@ -8457,9 +8740,9 @@ export default { * Lookup879: pallet_bags_list::list::Node **/ PezpalletBagsListListNode: { - id: 'AccountId32', - prev: 'Option', - next: 'Option', + id: 'PezspCoreCryptoAccountId32', + prev: 'Option', + next: 'Option', bagUpper: 'u64', score: 'u64' }, @@ -8467,8 +8750,8 @@ export default { * Lookup880: pallet_bags_list::list::Bag **/ PezpalletBagsListListBag: { - head: 'Option', - tail: 'Option' + head: 'Option', + tail: 'Option' }, /** * Lookup882: pallet_bags_list::pallet::Error @@ -8501,14 +8784,14 @@ export default { _enum: { Added: 'Null', CuratorProposed: { - curator: 'AccountId32', + curator: 'PezspCoreCryptoAccountId32', }, Active: { - curator: 'AccountId32', + curator: 'PezspCoreCryptoAccountId32', }, PendingPayout: { - curator: 'AccountId32', - beneficiary: 'AccountId32', + curator: 'PezspCoreCryptoAccountId32', + beneficiary: 'PezspCoreCryptoAccountId32', unlockAt: 'u32' } } @@ -8552,7 +8835,7 @@ export default { * Lookup889: pallet_referenda::types::Deposit **/ PezpalletReferendaDeposit: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', amount: 'u128' }, /** @@ -8621,7 +8904,7 @@ export default { **/ PezpalletConvictionVotingVoteDelegating: { balance: 'u128', - target: 'AccountId32', + target: 'PezspCoreCryptoAccountId32', conviction: 'PezpalletConvictionVotingConviction', delegations: 'PezpalletConvictionVotingDelegations', prior: 'PezpalletConvictionVotingVotePriorLock' @@ -8673,8 +8956,8 @@ export default { * Lookup928: pallet_nomination_pools::Commission **/ PezpalletNominationPoolsCommission: { - current: 'Option<(Perbill,AccountId32)>', - max: 'Option', + current: 'Option<(u32,PezspCoreCryptoAccountId32)>', + max: 'Option', changeRate: 'Option', throttleFrom: 'Option', claimPermission: 'Option' @@ -8683,10 +8966,10 @@ export default { * Lookup930: pallet_nomination_pools::PoolRoles **/ PezpalletNominationPoolsPoolRoles: { - depositor: 'AccountId32', - root: 'Option', - nominator: 'Option', - bouncer: 'Option' + depositor: 'PezspCoreCryptoAccountId32', + root: 'Option', + nominator: 'Option', + bouncer: 'Option' }, /** * Lookup931: pallet_nomination_pools::RewardPool @@ -8820,7 +9103,7 @@ export default { * Lookup951: pallet_fast_unstake::types::UnstakeRequest **/ PezpalletFastUnstakeUnstakeRequest: { - stashes: 'Vec<(AccountId32,u128)>', + stashes: 'Vec<(PezspCoreCryptoAccountId32,u128)>', checked: 'Vec' }, /** @@ -8945,7 +9228,7 @@ export default { **/ PezpalletBrokerRegionRecord: { end: 'u32', - owner: 'Option', + owner: 'Option', paid: 'Option' }, /** @@ -8953,7 +9236,7 @@ export default { **/ PezpalletBrokerContributionRecord: { length: 'u32', - payee: 'AccountId32' + payee: 'PezspCoreCryptoAccountId32' }, /** * Lookup977: pallet_broker::types::PoolIoRecord @@ -9000,7 +9283,7 @@ export default { * Lookup987: pallet_revive::wasm::CodeInfo **/ PezpalletReviveWasmCodeInfo: { - owner: 'AccountId32', + owner: 'PezspCoreCryptoAccountId32', deposit: 'Compact', refcount: 'Compact', codeLen: 'u32', @@ -9036,14 +9319,14 @@ export default { * Lookup992: pallet_delegated_staking::types::Delegation **/ PezpalletDelegatedStakingDelegation: { - agent: 'AccountId32', + agent: 'PezspCoreCryptoAccountId32', amount: 'u128' }, /** * Lookup993: pallet_delegated_staking::types::AgentLedger **/ PezpalletDelegatedStakingAgentLedger: { - payee: 'AccountId32', + payee: 'PezspCoreCryptoAccountId32', totalDelegated: 'Compact', unclaimedWithdrawals: 'Compact', pendingSlash: 'Compact' @@ -9070,11 +9353,11 @@ export default { rewardAssetId: 'PezframeSupportTokensFungibleUnionOfNativeOrWithId', rewardRatePerBlock: 'u128', expiryBlock: 'u32', - admin: 'AccountId32', + admin: 'PezspCoreCryptoAccountId32', totalTokensStaked: 'u128', rewardPerTokenStored: 'u128', lastUpdateBlock: 'u32', - account: 'AccountId32' + account: 'PezspCoreCryptoAccountId32' }, /** * Lookup999: pallet_asset_rewards::pallet::Error @@ -9296,7 +9579,7 @@ export default { **/ PezpalletContractsPrimitivesInstantiateReturnValue: { result: 'PezpalletContractsPrimitivesExecReturnValue', - accountId: 'AccountId32' + accountId: 'PezspCoreCryptoAccountId32' }, /** * Lookup1051: pallet_contracts::primitives::CodeUploadReturnValue diff --git a/packages/types-augment/src/lookup/dicle.ts b/packages/types-augment/src/lookup/dicle.ts index de9f8a2..7de7921 100644 --- a/packages/types-augment/src/lookup/dicle.ts +++ b/packages/types-augment/src/lookup/dicle.ts @@ -142,10 +142,10 @@ export default { **/ StagingDicleRuntimeDynamicParamsInflationParameters: { _enum: { - MinInflation: '(StagingDicleRuntimeDynamicParamsInflationMinInflation,Option)', - MaxInflation: '(StagingDicleRuntimeDynamicParamsInflationMaxInflation,Option)', - IdealStake: '(StagingDicleRuntimeDynamicParamsInflationIdealStake,Option)', - Falloff: '(StagingDicleRuntimeDynamicParamsInflationFalloff,Option)', + MinInflation: '(StagingDicleRuntimeDynamicParamsInflationMinInflation,Option)', + MaxInflation: '(StagingDicleRuntimeDynamicParamsInflationMaxInflation,Option)', + IdealStake: '(StagingDicleRuntimeDynamicParamsInflationIdealStake,Option)', + Falloff: '(StagingDicleRuntimeDynamicParamsInflationFalloff,Option)', UseAuctionSlots: '(StagingDicleRuntimeDynamicParamsInflationUseAuctionSlots,Option)' } }, @@ -174,7 +174,7 @@ export default { **/ StagingDicleRuntimeDynamicParamsTreasuryParameters: { _enum: { - BurnPortion: '(StagingDicleRuntimeDynamicParamsTreasuryBurnPortion,Option)', + BurnPortion: '(StagingDicleRuntimeDynamicParamsTreasuryBurnPortion,Option)', BurnDestination: '(StagingDicleRuntimeDynamicParamsTreasuryBurnDestination,Option)' } }, @@ -189,7 +189,7 @@ export default { /** * Lookup188: staging_kusama_runtime::BurnDestinationAccount **/ - StagingDicleRuntimeBurnDestinationAccount: 'Option', + StagingDicleRuntimeBurnDestinationAccount: 'Option', /** * Lookup209: kusama_runtime_constants::proxy::ProxyType **/ @@ -201,38 +201,38 @@ export default { **/ StagingDicleRuntimeNposCompactSolution24: { votes1: 'Vec<(Compact,Compact)>', - votes2: 'Vec<(Compact,(Compact,Compact),Compact)>', - votes3: 'Vec<(Compact,[(Compact,Compact);2],Compact)>', - votes4: 'Vec<(Compact,[(Compact,Compact);3],Compact)>', - votes5: 'Vec<(Compact,[(Compact,Compact);4],Compact)>', - votes6: 'Vec<(Compact,[(Compact,Compact);5],Compact)>', - votes7: 'Vec<(Compact,[(Compact,Compact);6],Compact)>', - votes8: 'Vec<(Compact,[(Compact,Compact);7],Compact)>', - votes9: 'Vec<(Compact,[(Compact,Compact);8],Compact)>', - votes10: 'Vec<(Compact,[(Compact,Compact);9],Compact)>', - votes11: 'Vec<(Compact,[(Compact,Compact);10],Compact)>', - votes12: 'Vec<(Compact,[(Compact,Compact);11],Compact)>', - votes13: 'Vec<(Compact,[(Compact,Compact);12],Compact)>', - votes14: 'Vec<(Compact,[(Compact,Compact);13],Compact)>', - votes15: 'Vec<(Compact,[(Compact,Compact);14],Compact)>', - votes16: 'Vec<(Compact,[(Compact,Compact);15],Compact)>', - votes17: 'Vec<(Compact,[(Compact,Compact);16],Compact)>', - votes18: 'Vec<(Compact,[(Compact,Compact);17],Compact)>', - votes19: 'Vec<(Compact,[(Compact,Compact);18],Compact)>', - votes20: 'Vec<(Compact,[(Compact,Compact);19],Compact)>', - votes21: 'Vec<(Compact,[(Compact,Compact);20],Compact)>', - votes22: 'Vec<(Compact,[(Compact,Compact);21],Compact)>', - votes23: 'Vec<(Compact,[(Compact,Compact);22],Compact)>', - votes24: 'Vec<(Compact,[(Compact,Compact);23],Compact)>' + votes2: 'Vec<(Compact,(Compact,Compact),Compact)>', + votes3: 'Vec<(Compact,[(Compact,Compact);2],Compact)>', + votes4: 'Vec<(Compact,[(Compact,Compact);3],Compact)>', + votes5: 'Vec<(Compact,[(Compact,Compact);4],Compact)>', + votes6: 'Vec<(Compact,[(Compact,Compact);5],Compact)>', + votes7: 'Vec<(Compact,[(Compact,Compact);6],Compact)>', + votes8: 'Vec<(Compact,[(Compact,Compact);7],Compact)>', + votes9: 'Vec<(Compact,[(Compact,Compact);8],Compact)>', + votes10: 'Vec<(Compact,[(Compact,Compact);9],Compact)>', + votes11: 'Vec<(Compact,[(Compact,Compact);10],Compact)>', + votes12: 'Vec<(Compact,[(Compact,Compact);11],Compact)>', + votes13: 'Vec<(Compact,[(Compact,Compact);12],Compact)>', + votes14: 'Vec<(Compact,[(Compact,Compact);13],Compact)>', + votes15: 'Vec<(Compact,[(Compact,Compact);14],Compact)>', + votes16: 'Vec<(Compact,[(Compact,Compact);15],Compact)>', + votes17: 'Vec<(Compact,[(Compact,Compact);16],Compact)>', + votes18: 'Vec<(Compact,[(Compact,Compact);17],Compact)>', + votes19: 'Vec<(Compact,[(Compact,Compact);18],Compact)>', + votes20: 'Vec<(Compact,[(Compact,Compact);19],Compact)>', + votes21: 'Vec<(Compact,[(Compact,Compact);20],Compact)>', + votes22: 'Vec<(Compact,[(Compact,Compact);21],Compact)>', + votes23: 'Vec<(Compact,[(Compact,Compact);22],Compact)>', + votes24: 'Vec<(Compact,[(Compact,Compact);23],Compact)>' }, /** * Lookup539: pallet_rc_migrator::recovery::RecoveryStage **/ PezpalletRcMigratorRecoveryRecoveryStage: { _enum: { - Recoverable: 'Option', - ActiveRecoveries: 'Option<(AccountId32,AccountId32)>', - Proxy: 'Option', + Recoverable: 'Option', + ActiveRecoveries: 'Option<(PezspCoreCryptoAccountId32,PezspCoreCryptoAccountId32)>', + Proxy: 'Option', Finished: 'Null' } }, @@ -242,14 +242,14 @@ export default { PezpalletRcMigratorSocietySocietyStage: { _enum: { Values: 'Null', - Members: 'Option', - Payouts: 'Option', + Members: 'Option', + Payouts: 'Option', MemberByIndex: 'Option', - SuspendedMembers: 'Option', - Candidates: 'Option', - Votes: 'Option<(AccountId32,AccountId32)>', - VoteClearCursor: 'Option', - DefenderVotes: 'Option<(u32,AccountId32)>', + SuspendedMembers: 'Option', + Candidates: 'Option', + Votes: 'Option<(PezspCoreCryptoAccountId32,PezspCoreCryptoAccountId32)>', + VoteClearCursor: 'Option', + DefenderVotes: 'Option<(u32,PezspCoreCryptoAccountId32)>', Finished: 'Null' } }, @@ -288,10 +288,10 @@ export default { **/ StagingDicleRuntimeDynamicParamsInflationParametersValue: { _enum: { - MinInflation: 'Perquintill', - MaxInflation: 'Perquintill', - IdealStake: 'Perquintill', - Falloff: 'Perquintill', + MinInflation: 'u64', + MaxInflation: 'u64', + IdealStake: 'u64', + Falloff: 'u64', UseAuctionSlots: 'bool' } }, @@ -300,7 +300,7 @@ export default { **/ StagingDicleRuntimeDynamicParamsTreasuryParametersValue: { _enum: { - BurnPortion: 'Permill', + BurnPortion: 'u32', BurnDestination: 'StagingDicleRuntimeBurnDestinationAccount' } }, @@ -310,7 +310,7 @@ export default { PezpalletRecoveryDepositKind: { _enum: { RecoveryConfig: 'Null', - ActiveRecoveryFor: 'AccountId32' + ActiveRecoveryFor: 'PezspCoreCryptoAccountId32' } }, /** diff --git a/packages/types-augment/src/lookup/pezkuwi.ts b/packages/types-augment/src/lookup/pezkuwi.ts index fa0afe7..6baf0ed 100644 --- a/packages/types-augment/src/lookup/pezkuwi.ts +++ b/packages/types-augment/src/lookup/pezkuwi.ts @@ -504,7 +504,7 @@ export default { PezkuwiRuntimeCommonClaimsPezpalletCall: { _enum: { claim: { - dest: 'AccountId32', + dest: 'PezspCoreCryptoAccountId32', ethereumSignature: 'PezkuwiRuntimeCommonClaimsEcdsaSignature', }, mint_claim: { @@ -514,7 +514,7 @@ export default { statement: 'Option', }, claim_attest: { - dest: 'AccountId32', + dest: 'PezspCoreCryptoAccountId32', ethereumSignature: 'PezkuwiRuntimeCommonClaimsEcdsaSignature', statement: 'Bytes', }, @@ -527,7 +527,7 @@ export default { }, old: 'PezkuwiRuntimeCommonClaimsEthereumAddress', new_: 'PezkuwiRuntimeCommonClaimsEthereumAddress', - maybePreclaim: 'Option' + maybePreclaim: 'Option' } } }, @@ -556,21 +556,21 @@ export default { **/ PezkuwiRuntimeNposCompactSolution16: { votes1: 'Vec<(Compact,Compact)>', - votes2: 'Vec<(Compact,(Compact,Compact),Compact)>', - votes3: 'Vec<(Compact,[(Compact,Compact);2],Compact)>', - votes4: 'Vec<(Compact,[(Compact,Compact);3],Compact)>', - votes5: 'Vec<(Compact,[(Compact,Compact);4],Compact)>', - votes6: 'Vec<(Compact,[(Compact,Compact);5],Compact)>', - votes7: 'Vec<(Compact,[(Compact,Compact);6],Compact)>', - votes8: 'Vec<(Compact,[(Compact,Compact);7],Compact)>', - votes9: 'Vec<(Compact,[(Compact,Compact);8],Compact)>', - votes10: 'Vec<(Compact,[(Compact,Compact);9],Compact)>', - votes11: 'Vec<(Compact,[(Compact,Compact);10],Compact)>', - votes12: 'Vec<(Compact,[(Compact,Compact);11],Compact)>', - votes13: 'Vec<(Compact,[(Compact,Compact);12],Compact)>', - votes14: 'Vec<(Compact,[(Compact,Compact);13],Compact)>', - votes15: 'Vec<(Compact,[(Compact,Compact);14],Compact)>', - votes16: 'Vec<(Compact,[(Compact,Compact);15],Compact)>' + votes2: 'Vec<(Compact,(Compact,Compact),Compact)>', + votes3: 'Vec<(Compact,[(Compact,Compact);2],Compact)>', + votes4: 'Vec<(Compact,[(Compact,Compact);3],Compact)>', + votes5: 'Vec<(Compact,[(Compact,Compact);4],Compact)>', + votes6: 'Vec<(Compact,[(Compact,Compact);5],Compact)>', + votes7: 'Vec<(Compact,[(Compact,Compact);6],Compact)>', + votes8: 'Vec<(Compact,[(Compact,Compact);7],Compact)>', + votes9: 'Vec<(Compact,[(Compact,Compact);8],Compact)>', + votes10: 'Vec<(Compact,[(Compact,Compact);9],Compact)>', + votes11: 'Vec<(Compact,[(Compact,Compact);10],Compact)>', + votes12: 'Vec<(Compact,[(Compact,Compact);11],Compact)>', + votes13: 'Vec<(Compact,[(Compact,Compact);12],Compact)>', + votes14: 'Vec<(Compact,[(Compact,Compact);13],Compact)>', + votes15: 'Vec<(Compact,[(Compact,Compact);14],Compact)>', + votes16: 'Vec<(Compact,[(Compact,Compact);15],Compact)>' }, /** * Lookup274: pallet_staking_async_ah_client::pallet::Call @@ -590,7 +590,7 @@ export default { * Lookup275: pallet_staking_async_rc_client::ValidatorSetReport **/ PezpalletStakingAsyncRcClientValidatorSetReport: { - newValidatorSet: 'Vec', + newValidatorSet: 'Vec', id: 'u32', pruneUpTo: 'Option', leftover: 'bool' @@ -853,7 +853,7 @@ export default { _alias: { new_: 'new', }, - new_: 'Perbill', + new_: 'u32', }, set_on_demand_queue_max_size: { _alias: { @@ -865,7 +865,7 @@ export default { _alias: { new_: 'new', }, - new_: 'Perbill', + new_: 'u32', }, __Unused51: 'Null', set_minimum_backing_votes: { @@ -947,8 +947,8 @@ export default { numCores: 'u32', maxAvailabilityTimeouts: 'u32', onDemandQueueMaxSize: 'u32', - onDemandTargetQueueUtilization: 'Perbill', - onDemandFeeVariability: 'Perbill', + onDemandTargetQueueUtilization: 'u32', + onDemandFeeVariability: 'u32', onDemandBaseFee: 'u128', ttl: 'u32' }, @@ -1288,7 +1288,7 @@ export default { validationCode: 'Bytes', }, force_register: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', deposit: 'u128', id: 'u32', genesisHead: 'Bytes', @@ -1325,7 +1325,7 @@ export default { _enum: { force_lease: { para: 'u32', - leaser: 'AccountId32', + leaser: 'PezspCoreCryptoAccountId32', amount: 'u128', periodBegin: 'u32', periodCount: 'u32', @@ -1376,7 +1376,7 @@ export default { signature: 'Option', }, withdraw: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', index: 'Compact', }, refund: { @@ -1429,7 +1429,7 @@ export default { when: 'u32', }, credit_account: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', amount: 'u128', }, assign_core: { @@ -2524,20 +2524,20 @@ export default { _alias: { new_: 'new', }, - new_: 'Option', + new_: 'Option', }, send_xcm_message: { dest: 'XcmVersionedLocation', message: 'XcmVersionedXcm', }, preserve_accounts: { - accounts: 'Vec', + accounts: 'Vec', }, set_canceller: { _alias: { new_: 'new', }, - new_: 'Option', + new_: 'Option', }, pause_migration: 'Null', cancel_migration: 'Null', @@ -2568,12 +2568,12 @@ export default { PureProxyCandidatesMigrationInit: 'Null', AccountsMigrationInit: 'Null', AccountsMigrationOngoing: { - lastKey: 'Option', + lastKey: 'Option', }, AccountsMigrationDone: 'Null', MultisigMigrationInit: 'Null', MultisigMigrationOngoing: { - lastKey: 'Option<(AccountId32,[u8;32])>', + lastKey: 'Option<(PezspCoreCryptoAccountId32,[u8;32])>', }, MultisigMigrationDone: 'Null', ClaimsMigrationInit: 'Null', @@ -2583,10 +2583,10 @@ export default { ClaimsMigrationDone: 'Null', ProxyMigrationInit: 'Null', ProxyMigrationProxies: { - lastKey: 'Option', + lastKey: 'Option', }, ProxyMigrationAnnouncements: { - lastKey: 'Option', + lastKey: 'Option', }, ProxyMigrationDone: 'Null', PreimageMigrationInit: 'Null', @@ -2611,7 +2611,7 @@ export default { NomPoolsMigrationDone: 'Null', VestingMigrationInit: 'Null', VestingMigrationOngoing: { - nextKey: 'Option', + nextKey: 'Option', }, VestingMigrationDone: 'Null', DelegatedStakingMigrationInit: 'Null', @@ -2693,7 +2693,7 @@ export default { Claims: 'Option', Vesting: 'Option', Signing: 'Option', - Preclaims: 'Option', + Preclaims: 'Option', Finished: 'Null' } }, @@ -2703,13 +2703,13 @@ export default { PezpalletRcMigratorStakingNomPoolsNomPoolsStage: { _enum: { StorageValues: 'Null', - PoolMembers: 'Option', + PoolMembers: 'Option', BondedPools: 'Option', RewardPools: 'Option', SubPoolsStorage: 'Option', Metadata: 'Option', - ReversePoolIdLookup: 'Option', - ClaimPermissions: 'Option', + ReversePoolIdLookup: 'Option', + ClaimPermissions: 'Option', Finished: 'Null' } }, @@ -2718,8 +2718,8 @@ export default { **/ PezpalletRcMigratorStakingDelegatedStakingDelegatedStakingStage: { _enum: { - Delegators: 'Option', - Agents: 'Option', + Delegators: 'Option', + Agents: 'Option', Finished: 'Null' } }, @@ -2738,7 +2738,7 @@ export default { **/ PezpalletRcMigratorStakingBagsListBagsListStage: { _enum: { - ListNodes: 'Option', + ListNodes: 'Option', ListBags: 'Option', Finished: 'Null' } @@ -2759,8 +2759,8 @@ export default { **/ PezpalletRcMigratorConvictionVotingConvictionVotingStage: { _enum: { - VotingFor: 'Option<(AccountId32,u16)>', - ClassLocksFor: 'Option', + VotingFor: 'Option<(PezspCoreCryptoAccountId32,u16)>', + ClassLocksFor: 'Option', Finished: 'Null' } }, @@ -2845,25 +2845,25 @@ export default { _enum: { Values: 'Null', Invulnerables: 'Null', - Bonded: 'Option', - Ledger: 'Option', - Payee: 'Option', - Validators: 'Option', - Nominators: 'Option', - VirtualStakers: 'Option', - ErasStakersOverview: 'Option<(u32,AccountId32)>', - ErasStakersPaged: 'Option<(u32,AccountId32,u32)>', - ClaimedRewards: 'Option<(u32,AccountId32)>', - ErasValidatorPrefs: 'Option<(u32,AccountId32)>', + Bonded: 'Option', + Ledger: 'Option', + Payee: 'Option', + Validators: 'Option', + Nominators: 'Option', + VirtualStakers: 'Option', + ErasStakersOverview: 'Option<(u32,PezspCoreCryptoAccountId32)>', + ErasStakersPaged: 'Option<(u32,PezspCoreCryptoAccountId32,u32)>', + ClaimedRewards: 'Option<(u32,PezspCoreCryptoAccountId32)>', + ErasValidatorPrefs: 'Option<(u32,PezspCoreCryptoAccountId32)>', ErasValidatorReward: 'Option', ErasRewardPoints: 'Option', ErasTotalStake: 'Option', UnappliedSlashes: 'Option', BondedEras: 'Null', - ValidatorSlashInEra: 'Option<(u32,AccountId32)>', - NominatorSlashInEra: 'Option<(u32,AccountId32)>', - SlashingSpans: 'Option', - SpanSlash: 'Option<(AccountId32,u32)>', + ValidatorSlashInEra: 'Option<(u32,PezspCoreCryptoAccountId32)>', + NominatorSlashInEra: 'Option<(u32,PezspCoreCryptoAccountId32)>', + SlashingSpans: 'Option', + SpanSlash: 'Option<(PezspCoreCryptoAccountId32,u32)>', Finished: 'Null' } }, @@ -2898,7 +2898,7 @@ export default { PezkuwiRuntimeCommonClaimsPezpalletEvent: { _enum: { Claimed: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', ethereumAddress: 'PezkuwiRuntimeCommonClaimsEthereumAddress', amount: 'u128' } @@ -3041,13 +3041,13 @@ export default { OnDemandOrderPlaced: { paraId: 'u32', spotPrice: 'u128', - orderedBy: 'AccountId32', + orderedBy: 'PezspCoreCryptoAccountId32', }, SpotPriceSet: { spotPrice: 'u128', }, AccountCredited: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', amount: 'u128' } } @@ -3059,14 +3059,14 @@ export default { _enum: { Registered: { paraId: 'u32', - manager: 'AccountId32', + manager: 'PezspCoreCryptoAccountId32', }, Deregistered: { paraId: 'u32', }, Reserved: { paraId: 'u32', - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', }, Swapped: { paraId: 'u32', @@ -3084,7 +3084,7 @@ export default { }, Leased: { paraId: 'u32', - leaser: 'AccountId32', + leaser: 'PezspCoreCryptoAccountId32', periodBegin: 'u32', periodCount: 'u32', extraReserved: 'u128', @@ -3106,21 +3106,21 @@ export default { auctionIndex: 'u32', }, Reserved: { - bidder: 'AccountId32', + bidder: 'PezspCoreCryptoAccountId32', extraReserved: 'u128', totalAmount: 'u128', }, Unreserved: { - bidder: 'AccountId32', + bidder: 'PezspCoreCryptoAccountId32', amount: 'u128', }, ReserveConfiscated: { paraId: 'u32', - leaser: 'AccountId32', + leaser: 'PezspCoreCryptoAccountId32', amount: 'u128', }, BidAccepted: { - bidder: 'AccountId32', + bidder: 'PezspCoreCryptoAccountId32', paraId: 'u32', amount: 'u128', firstSlot: 'u32', @@ -3141,12 +3141,12 @@ export default { paraId: 'u32', }, Contributed: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', fundIndex: 'u32', amount: 'u128', }, Withdrew: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', fundIndex: 'u32', amount: 'u128', }, @@ -3167,7 +3167,7 @@ export default { paraId: 'u32', }, MemoUpdated: { - who: 'AccountId32', + who: 'PezspCoreCryptoAccountId32', paraId: 'u32', memo: 'Bytes', }, @@ -3418,8 +3418,8 @@ export default { _alias: { new_: 'new', }, - old: 'Option', - new_: 'Option', + old: 'Option', + new_: 'Option', }, XcmSent: { origin: 'StagingXcmV5Location', @@ -3429,14 +3429,14 @@ export default { }, StakingElectionsPaused: 'Null', AccountsPreserved: { - accounts: 'Vec', + accounts: 'Vec', }, CancellerSet: { _alias: { new_: 'new', }, - old: 'Option', - new_: 'Option', + old: 'Option', + new_: 'Option', }, MigrationPaused: { pauseStage: 'PezpalletRcMigratorMigrationStage', @@ -3664,20 +3664,20 @@ export default { /** * Lookup738: frame_election_provider_support::BoundedSupports **/ - PezframeElectionProviderSupportBoundedSupports: 'Vec<(AccountId32,PezframeElectionProviderSupportBoundedSupport)>', + PezframeElectionProviderSupportBoundedSupports: 'Vec<(PezspCoreCryptoAccountId32,PezframeElectionProviderSupportBoundedSupport)>', /** * Lookup741: frame_election_provider_support::BoundedSupport **/ PezframeElectionProviderSupportBoundedSupport: { total: 'u128', - voters: 'Vec<(AccountId32,u128)>' + voters: 'Vec<(PezspCoreCryptoAccountId32,u128)>' }, /** * Lookup783: pallet_staking_async_rc_client::SessionReport **/ PezpalletStakingAsyncRcClientSessionReport: { endIndex: 'u32', - validatorPoints: 'Vec<(AccountId32,u32)>', + validatorPoints: 'Vec<(PezspCoreCryptoAccountId32,u32)>', activationTimestamp: 'Option<(u64,u32)>', leftover: 'bool' }, @@ -3685,9 +3685,9 @@ export default { * Lookup787: pallet_staking_async_rc_client::Offence **/ PezpalletStakingAsyncRcClientOffence: { - offender: 'AccountId32', - reporters: 'Vec', - slashFraction: 'Perbill' + offender: 'PezspCoreCryptoAccountId32', + reporters: 'Vec', + slashFraction: 'u32' }, /** * Lookup789: pallet_staking_async_ah_client::pallet::Error @@ -4081,7 +4081,7 @@ export default { * Lookup887: polkadot_runtime_common::paras_registrar::ParaInfo **/ PezkuwiRuntimeCommonParasRegistrarParaInfo: { - manager: 'AccountId32', + manager: 'PezspCoreCryptoAccountId32', deposit: 'u128', locked: 'Option' }, @@ -4107,7 +4107,7 @@ export default { * Lookup897: polkadot_runtime_common::crowdloan::FundInfo **/ PezkuwiRuntimeCommonCrowdloanFundInfo: { - depositor: 'AccountId32', + depositor: 'PezspCoreCryptoAccountId32', verifier: 'Option', deposit: 'u128', raised: 'u128', @@ -4304,7 +4304,7 @@ export default { * Lookup958: relay_common::apis::InflationInfo **/ RelayCommonApisInflationInfo: { - inflation: 'Perquintill', + inflation: 'u64', nextMint: '(u128,u128)' }, /** diff --git a/packages/types-augment/src/lookup/types-assetHubDicle.ts b/packages/types-augment/src/lookup/types-assetHubDicle.ts index 6eef625..f3ee935 100644 --- a/packages/types-augment/src/lookup/types-assetHubDicle.ts +++ b/packages/types-augment/src/lookup/types-assetHubDicle.ts @@ -7,9 +7,15 @@ import '@pezkuwi/types/lookup'; import type { BTreeMap, Bytes, Compact, Enum, Null, Option, Struct, U256, U8aFixed, Vec, bool, u128, u16, u32, u64 } from '@pezkuwi/types-codec'; import type { ITuple } from '@pezkuwi/types-codec/types'; -import type { AccountId32, H160, H256, MultiAddress, PerU16, Permill, Perquintill, RuntimeCall } from '@pezkuwi/types/interfaces/runtime'; +import type { AccountId32, H160, H256, MultiAddress, RuntimeCall } from '@pezkuwi/types/interfaces/runtime'; declare module '@pezkuwi/types/lookup' { + /** @name PezspCoreCryptoAccountId32 (0) */ + interface PezspCoreCryptoAccountId32 extends AccountId32 {} + + /** @name PezspRuntimeMultiAddress (1) */ + interface PezspRuntimeMultiAddress extends MultiAddress {} + /** @name AssetHubDicleRuntimeRuntimeTask (32) */ type AssetHubDicleRuntimeRuntimeTask = Null; @@ -139,27 +145,27 @@ declare module '@pezkuwi/types/lookup' { /** @name AssetHubDicleRuntimeDynamicParamsIssuanceParametersValue (68) */ interface AssetHubDicleRuntimeDynamicParamsIssuanceParametersValue extends Enum { readonly isMinInflation: boolean; - readonly asMinInflation: Perquintill; + readonly asMinInflation: u64; readonly isMaxInflation: boolean; - readonly asMaxInflation: Perquintill; + readonly asMaxInflation: u64; readonly isIdealStake: boolean; - readonly asIdealStake: Perquintill; + readonly asIdealStake: u64; readonly isFalloff: boolean; - readonly asFalloff: Perquintill; + readonly asFalloff: u64; readonly type: 'MinInflation' | 'MaxInflation' | 'IdealStake' | 'Falloff'; } /** @name AssetHubDicleRuntimeDynamicParamsTreasuryParametersValue (70) */ interface AssetHubDicleRuntimeDynamicParamsTreasuryParametersValue extends Enum { readonly isBurnPortion: boolean; - readonly asBurnPortion: Permill; + readonly asBurnPortion: u32; readonly isBurnDestination: boolean; readonly asBurnDestination: AssetHubDicleRuntimeTreasuryBurnDestinationAccount; readonly type: 'BurnPortion' | 'BurnDestination'; } /** @name AssetHubDicleRuntimeTreasuryBurnDestinationAccount (72) */ - interface AssetHubDicleRuntimeTreasuryBurnDestinationAccount extends Option {} + interface AssetHubDicleRuntimeTreasuryBurnDestinationAccount extends Option {} /** @name AssetHubDicleRuntimeDynamicParamsStakingElectionParametersValue (74) */ interface AssetHubDicleRuntimeDynamicParamsStakingElectionParametersValue extends Enum { @@ -238,20 +244,20 @@ declare module '@pezkuwi/types/lookup' { /** @name AssetHubDicleRuntimeDynamicParamsIssuanceParameters (309) */ interface AssetHubDicleRuntimeDynamicParamsIssuanceParameters extends Enum { readonly isMinInflation: boolean; - readonly asMinInflation: ITuple<[AssetHubDicleRuntimeDynamicParamsIssuanceMinInflation, Option]>; + readonly asMinInflation: ITuple<[AssetHubDicleRuntimeDynamicParamsIssuanceMinInflation, Option]>; readonly isMaxInflation: boolean; - readonly asMaxInflation: ITuple<[AssetHubDicleRuntimeDynamicParamsIssuanceMaxInflation, Option]>; + readonly asMaxInflation: ITuple<[AssetHubDicleRuntimeDynamicParamsIssuanceMaxInflation, Option]>; readonly isIdealStake: boolean; - readonly asIdealStake: ITuple<[AssetHubDicleRuntimeDynamicParamsIssuanceIdealStake, Option]>; + readonly asIdealStake: ITuple<[AssetHubDicleRuntimeDynamicParamsIssuanceIdealStake, Option]>; readonly isFalloff: boolean; - readonly asFalloff: ITuple<[AssetHubDicleRuntimeDynamicParamsIssuanceFalloff, Option]>; + readonly asFalloff: ITuple<[AssetHubDicleRuntimeDynamicParamsIssuanceFalloff, Option]>; readonly type: 'MinInflation' | 'MaxInflation' | 'IdealStake' | 'Falloff'; } /** @name AssetHubDicleRuntimeDynamicParamsTreasuryParameters (311) */ interface AssetHubDicleRuntimeDynamicParamsTreasuryParameters extends Enum { readonly isBurnPortion: boolean; - readonly asBurnPortion: ITuple<[AssetHubDicleRuntimeDynamicParamsTreasuryBurnPortion, Option]>; + readonly asBurnPortion: ITuple<[AssetHubDicleRuntimeDynamicParamsTreasuryBurnPortion, Option]>; readonly isBurnDestination: boolean; readonly asBurnDestination: ITuple<[AssetHubDicleRuntimeDynamicParamsTreasuryBurnDestination, Option]>; readonly type: 'BurnPortion' | 'BurnDestination'; @@ -352,7 +358,7 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletRemoteProxyCall extends Enum { readonly isRemoteProxy: boolean; readonly asRemoteProxy: { - readonly real: MultiAddress; + readonly real: PezspRuntimeMultiAddress; readonly forceProxyType: Option; readonly call: RuntimeCall; readonly proof: PezpalletRemoteProxyRemoteProxyProof; @@ -363,7 +369,7 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isRemoteProxyWithRegisteredProof: boolean; readonly asRemoteProxyWithRegisteredProof: { - readonly real: MultiAddress; + readonly real: PezspRuntimeMultiAddress; readonly forceProxyType: Option; readonly call: RuntimeCall; } & Struct; @@ -383,34 +389,34 @@ declare module '@pezkuwi/types/lookup' { /** @name AssetHubDicleRuntimeStakingNposCompactSolution24 (466) */ interface AssetHubDicleRuntimeStakingNposCompactSolution24 extends Struct { readonly votes1: Vec, Compact]>>; - readonly votes2: Vec, ITuple<[Compact, Compact]>, Compact]>>; - readonly votes3: Vec, Vec, Compact]>>, Compact]>>; - readonly votes4: Vec, Vec, Compact]>>, Compact]>>; - readonly votes5: Vec, Vec, Compact]>>, Compact]>>; - readonly votes6: Vec, Vec, Compact]>>, Compact]>>; - readonly votes7: Vec, Vec, Compact]>>, Compact]>>; - readonly votes8: Vec, Vec, Compact]>>, Compact]>>; - readonly votes9: Vec, Vec, Compact]>>, Compact]>>; - readonly votes10: Vec, Vec, Compact]>>, Compact]>>; - readonly votes11: Vec, Vec, Compact]>>, Compact]>>; - readonly votes12: Vec, Vec, Compact]>>, Compact]>>; - readonly votes13: Vec, Vec, Compact]>>, Compact]>>; - readonly votes14: Vec, Vec, Compact]>>, Compact]>>; - readonly votes15: Vec, Vec, Compact]>>, Compact]>>; - readonly votes16: Vec, Vec, Compact]>>, Compact]>>; - readonly votes17: Vec, Vec, Compact]>>, Compact]>>; - readonly votes18: Vec, Vec, Compact]>>, Compact]>>; - readonly votes19: Vec, Vec, Compact]>>, Compact]>>; - readonly votes20: Vec, Vec, Compact]>>, Compact]>>; - readonly votes21: Vec, Vec, Compact]>>, Compact]>>; - readonly votes22: Vec, Vec, Compact]>>, Compact]>>; - readonly votes23: Vec, Vec, Compact]>>, Compact]>>; - readonly votes24: Vec, Vec, Compact]>>, Compact]>>; + readonly votes2: Vec, ITuple<[Compact, Compact]>, Compact]>>; + readonly votes3: Vec, Vec, Compact]>>, Compact]>>; + readonly votes4: Vec, Vec, Compact]>>, Compact]>>; + readonly votes5: Vec, Vec, Compact]>>, Compact]>>; + readonly votes6: Vec, Vec, Compact]>>, Compact]>>; + readonly votes7: Vec, Vec, Compact]>>, Compact]>>; + readonly votes8: Vec, Vec, Compact]>>, Compact]>>; + readonly votes9: Vec, Vec, Compact]>>, Compact]>>; + readonly votes10: Vec, Vec, Compact]>>, Compact]>>; + readonly votes11: Vec, Vec, Compact]>>, Compact]>>; + readonly votes12: Vec, Vec, Compact]>>, Compact]>>; + readonly votes13: Vec, Vec, Compact]>>, Compact]>>; + readonly votes14: Vec, Vec, Compact]>>, Compact]>>; + readonly votes15: Vec, Vec, Compact]>>, Compact]>>; + readonly votes16: Vec, Vec, Compact]>>, Compact]>>; + readonly votes17: Vec, Vec, Compact]>>, Compact]>>; + readonly votes18: Vec, Vec, Compact]>>, Compact]>>; + readonly votes19: Vec, Vec, Compact]>>, Compact]>>; + readonly votes20: Vec, Vec, Compact]>>, Compact]>>; + readonly votes21: Vec, Vec, Compact]>>, Compact]>>; + readonly votes22: Vec, Vec, Compact]>>, Compact]>>; + readonly votes23: Vec, Vec, Compact]>>, Compact]>>; + readonly votes24: Vec, Vec, Compact]>>, Compact]>>; } /** @name PezpalletProxyProxyDefinitionDicleRuntimeConstantsProxyProxyType (598) */ interface PezpalletProxyProxyDefinitionDicleRuntimeConstantsProxyProxyType extends Struct { - readonly delegate: AccountId32; + readonly delegate: PezspCoreCryptoAccountId32; readonly proxyType: DicleRuntimeConstantsProxyProxyType; readonly delay: u32; } @@ -427,11 +433,11 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletRcMigratorRecoveryPortableRecoveryMessage (746) */ interface PezpalletRcMigratorRecoveryPortableRecoveryMessage extends Enum { readonly isRecoverable: boolean; - readonly asRecoverable: ITuple<[AccountId32, PezpalletRcMigratorRecoveryPortableRecoveryConfig]>; + readonly asRecoverable: ITuple<[PezspCoreCryptoAccountId32, PezpalletRcMigratorRecoveryPortableRecoveryConfig]>; readonly isActiveRecoveries: boolean; - readonly asActiveRecoveries: ITuple<[AccountId32, AccountId32, PezpalletRcMigratorRecoveryPortableActiveRecovery]>; + readonly asActiveRecoveries: ITuple<[PezspCoreCryptoAccountId32, PezspCoreCryptoAccountId32, PezpalletRcMigratorRecoveryPortableActiveRecovery]>; readonly isProxy: boolean; - readonly asProxy: ITuple<[AccountId32, AccountId32]>; + readonly asProxy: ITuple<[PezspCoreCryptoAccountId32, PezspCoreCryptoAccountId32]>; readonly type: 'Recoverable' | 'ActiveRecoveries' | 'Proxy'; } @@ -445,7 +451,7 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletRcMigratorRecoveryPortableRecoveryFriends (749) */ interface PezpalletRcMigratorRecoveryPortableRecoveryFriends extends Struct { - readonly friends: Vec; + readonly friends: Vec; } /** @name PezpalletRcMigratorRecoveryPortableActiveRecovery (752) */ @@ -460,21 +466,21 @@ declare module '@pezkuwi/types/lookup' { readonly isValues: boolean; readonly asValues: PezpalletRcMigratorSocietySocietyValues; readonly isMember: boolean; - readonly asMember: ITuple<[AccountId32, PezpalletRcMigratorSocietyPortableMemberRecord]>; + readonly asMember: ITuple<[PezspCoreCryptoAccountId32, PezpalletRcMigratorSocietyPortableMemberRecord]>; readonly isPayout: boolean; - readonly asPayout: ITuple<[AccountId32, PezpalletRcMigratorSocietyPortablePayoutRecord]>; + readonly asPayout: ITuple<[PezspCoreCryptoAccountId32, PezpalletRcMigratorSocietyPortablePayoutRecord]>; readonly isMemberByIndex: boolean; - readonly asMemberByIndex: ITuple<[u32, AccountId32]>; + readonly asMemberByIndex: ITuple<[u32, PezspCoreCryptoAccountId32]>; readonly isSuspendedMembers: boolean; - readonly asSuspendedMembers: ITuple<[AccountId32, PezpalletRcMigratorSocietyPortableMemberRecord]>; + readonly asSuspendedMembers: ITuple<[PezspCoreCryptoAccountId32, PezpalletRcMigratorSocietyPortableMemberRecord]>; readonly isCandidates: boolean; - readonly asCandidates: ITuple<[AccountId32, PezpalletRcMigratorSocietyPortableCandidacy]>; + readonly asCandidates: ITuple<[PezspCoreCryptoAccountId32, PezpalletRcMigratorSocietyPortableCandidacy]>; readonly isVotes: boolean; - readonly asVotes: ITuple<[AccountId32, AccountId32, PezpalletRcMigratorSocietyPortableVote]>; + readonly asVotes: ITuple<[PezspCoreCryptoAccountId32, PezspCoreCryptoAccountId32, PezpalletRcMigratorSocietyPortableVote]>; readonly isVoteClearCursor: boolean; - readonly asVoteClearCursor: ITuple<[AccountId32, Bytes]>; + readonly asVoteClearCursor: ITuple<[PezspCoreCryptoAccountId32, Bytes]>; readonly isDefenderVotes: boolean; - readonly asDefenderVotes: ITuple<[u32, AccountId32, PezpalletRcMigratorSocietyPortableVote]>; + readonly asDefenderVotes: ITuple<[u32, PezspCoreCryptoAccountId32, PezpalletRcMigratorSocietyPortableVote]>; readonly type: 'Values' | 'Member' | 'Payout' | 'MemberByIndex' | 'SuspendedMembers' | 'Candidates' | 'Votes' | 'VoteClearCursor' | 'DefenderVotes'; } @@ -482,16 +488,16 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletRcMigratorSocietySocietyValues extends Struct { readonly parameters: Option; readonly pot: Option; - readonly founder: Option; - readonly head: Option; + readonly founder: Option; + readonly head: Option; readonly rules: Option; readonly memberCount: Option; readonly roundCount: Option; readonly bids: Option>; - readonly sceptic: Option; + readonly sceptic: Option; readonly nextHead: Option; readonly challengeRoundCount: Option; - readonly defending: Option>; + readonly defending: Option>; readonly nextIntakeAt: Option; readonly nextChallengeAt: Option; } @@ -506,7 +512,7 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletRcMigratorSocietyPortableBid (761) */ interface PezpalletRcMigratorSocietyPortableBid extends Struct { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly kind: PezpalletRcMigratorSocietyPortableBidKind; readonly value: u128; } @@ -516,13 +522,13 @@ declare module '@pezkuwi/types/lookup' { readonly isDeposit: boolean; readonly asDeposit: u128; readonly isVouch: boolean; - readonly asVouch: ITuple<[AccountId32, u128]>; + readonly asVouch: ITuple<[PezspCoreCryptoAccountId32, u128]>; readonly type: 'Deposit' | 'Vouch'; } /** @name PezpalletRcMigratorSocietyPortableIntakeRecord (764) */ interface PezpalletRcMigratorSocietyPortableIntakeRecord extends Struct { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly bid: u128; readonly round: u32; } @@ -601,7 +607,7 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletProxyProxyDefinitionAssetHubDicleRuntimeProxyType (939) */ interface PezpalletProxyProxyDefinitionAssetHubDicleRuntimeProxyType extends Struct { - readonly delegate: AccountId32; + readonly delegate: PezspCoreCryptoAccountId32; readonly proxyType: AssetHubDicleRuntimeProxyType; readonly delay: u32; } @@ -620,7 +626,7 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletReviveVmCodeInfo (1023) */ interface PezpalletReviveVmCodeInfo extends Struct { - readonly owner: AccountId32; + readonly owner: PezspCoreCryptoAccountId32; readonly deposit: Compact; readonly refcount: Compact; readonly codeLen: u32; diff --git a/packages/types-augment/src/lookup/types-assetHubPezkuwi.ts b/packages/types-augment/src/lookup/types-assetHubPezkuwi.ts index 9d9295e..af3e03d 100644 --- a/packages/types-augment/src/lookup/types-assetHubPezkuwi.ts +++ b/packages/types-augment/src/lookup/types-assetHubPezkuwi.ts @@ -7,9 +7,15 @@ import '@pezkuwi/types/lookup'; import type { BTreeMap, BTreeSet, Bytes, Compact, Enum, Null, Option, Result, Struct, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@pezkuwi/types-codec'; import type { ITuple } from '@pezkuwi/types-codec/types'; -import type { AccountId32, H256, MultiAddress, PerU16, Perbill, Percent } from '@pezkuwi/types/interfaces/runtime'; +import type { AccountId32, H256, MultiAddress } from '@pezkuwi/types/interfaces/runtime'; declare module '@pezkuwi/types/lookup' { + /** @name PezspCoreCryptoAccountId32 (0) */ + interface PezspCoreCryptoAccountId32 extends AccountId32 {} + + /** @name PezspRuntimeMultiAddress (1) */ + interface PezspRuntimeMultiAddress extends MultiAddress {} + /** @name AssetHubPezkuwiRuntimeRuntimeTask (32) */ type AssetHubPezkuwiRuntimeRuntimeTask = Null; @@ -159,15 +165,15 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletCollatorSelectionEvent extends Enum { readonly isNewInvulnerables: boolean; readonly asNewInvulnerables: { - readonly invulnerables: Vec; + readonly invulnerables: Vec; } & Struct; readonly isInvulnerableAdded: boolean; readonly asInvulnerableAdded: { - readonly accountId: AccountId32; + readonly accountId: PezspCoreCryptoAccountId32; } & Struct; readonly isInvulnerableRemoved: boolean; readonly asInvulnerableRemoved: { - readonly accountId: AccountId32; + readonly accountId: PezspCoreCryptoAccountId32; } & Struct; readonly isNewDesiredCandidates: boolean; readonly asNewDesiredCandidates: { @@ -179,27 +185,27 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isCandidateAdded: boolean; readonly asCandidateAdded: { - readonly accountId: AccountId32; + readonly accountId: PezspCoreCryptoAccountId32; readonly deposit: u128; } & Struct; readonly isCandidateBondUpdated: boolean; readonly asCandidateBondUpdated: { - readonly accountId: AccountId32; + readonly accountId: PezspCoreCryptoAccountId32; readonly deposit: u128; } & Struct; readonly isCandidateRemoved: boolean; readonly asCandidateRemoved: { - readonly accountId: AccountId32; + readonly accountId: PezspCoreCryptoAccountId32; } & Struct; readonly isCandidateReplaced: boolean; readonly asCandidateReplaced: { - readonly old: AccountId32; - readonly new_: AccountId32; + readonly old: PezspCoreCryptoAccountId32; + readonly new_: PezspCoreCryptoAccountId32; readonly deposit: u128; } & Struct; readonly isInvalidInvulnerableSkipped: boolean; readonly asInvalidInvulnerableSkipped: { - readonly accountId: AccountId32; + readonly accountId: PezspCoreCryptoAccountId32; } & Struct; readonly type: 'NewInvulnerables' | 'InvulnerableAdded' | 'InvulnerableRemoved' | 'NewDesiredCandidates' | 'NewCandidacyBond' | 'CandidateAdded' | 'CandidateBondUpdated' | 'CandidateRemoved' | 'CandidateReplaced' | 'InvalidInvulnerableSkipped'; } @@ -404,7 +410,7 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletCollatorSelectionCall extends Enum { readonly isSetInvulnerables: boolean; readonly asSetInvulnerables: { - readonly new_: Vec; + readonly new_: Vec; } & Struct; readonly isSetDesiredCandidates: boolean; readonly asSetDesiredCandidates: { @@ -418,11 +424,11 @@ declare module '@pezkuwi/types/lookup' { readonly isLeaveIntent: boolean; readonly isAddInvulnerable: boolean; readonly asAddInvulnerable: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; } & Struct; readonly isRemoveInvulnerable: boolean; readonly asRemoveInvulnerable: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; } & Struct; readonly isUpdateBond: boolean; readonly asUpdateBond: { @@ -431,7 +437,7 @@ declare module '@pezkuwi/types/lookup' { readonly isTakeCandidateSlot: boolean; readonly asTakeCandidateSlot: { readonly deposit: u128; - readonly target: AccountId32; + readonly target: PezspCoreCryptoAccountId32; } & Struct; readonly type: 'SetInvulnerables' | 'SetDesiredCandidates' | 'SetCandidacyBond' | 'RegisterAsCandidate' | 'LeaveIntent' | 'AddInvulnerable' | 'RemoveInvulnerable' | 'UpdateBond' | 'TakeCandidateSlot'; } @@ -628,21 +634,21 @@ declare module '@pezkuwi/types/lookup' { /** @name AssetHubPezkuwiRuntimeStakingNposCompactSolution16 (417) */ interface AssetHubPezkuwiRuntimeStakingNposCompactSolution16 extends Struct { readonly votes1: Vec, Compact]>>; - readonly votes2: Vec, ITuple<[Compact, Compact]>, Compact]>>; - readonly votes3: Vec, Vec, Compact]>>, Compact]>>; - readonly votes4: Vec, Vec, Compact]>>, Compact]>>; - readonly votes5: Vec, Vec, Compact]>>, Compact]>>; - readonly votes6: Vec, Vec, Compact]>>, Compact]>>; - readonly votes7: Vec, Vec, Compact]>>, Compact]>>; - readonly votes8: Vec, Vec, Compact]>>, Compact]>>; - readonly votes9: Vec, Vec, Compact]>>, Compact]>>; - readonly votes10: Vec, Vec, Compact]>>, Compact]>>; - readonly votes11: Vec, Vec, Compact]>>, Compact]>>; - readonly votes12: Vec, Vec, Compact]>>, Compact]>>; - readonly votes13: Vec, Vec, Compact]>>, Compact]>>; - readonly votes14: Vec, Vec, Compact]>>, Compact]>>; - readonly votes15: Vec, Vec, Compact]>>, Compact]>>; - readonly votes16: Vec, Vec, Compact]>>, Compact]>>; + readonly votes2: Vec, ITuple<[Compact, Compact]>, Compact]>>; + readonly votes3: Vec, Vec, Compact]>>, Compact]>>; + readonly votes4: Vec, Vec, Compact]>>, Compact]>>; + readonly votes5: Vec, Vec, Compact]>>, Compact]>>; + readonly votes6: Vec, Vec, Compact]>>, Compact]>>; + readonly votes7: Vec, Vec, Compact]>>, Compact]>>; + readonly votes8: Vec, Vec, Compact]>>, Compact]>>; + readonly votes9: Vec, Vec, Compact]>>, Compact]>>; + readonly votes10: Vec, Vec, Compact]>>, Compact]>>; + readonly votes11: Vec, Vec, Compact]>>, Compact]>>; + readonly votes12: Vec, Vec, Compact]>>, Compact]>>; + readonly votes13: Vec, Vec, Compact]>>, Compact]>>; + readonly votes14: Vec, Vec, Compact]>>, Compact]>>; + readonly votes15: Vec, Vec, Compact]>>, Compact]>>; + readonly votes16: Vec, Vec, Compact]>>, Compact]>>; } /** @name PezpalletElectionProviderMultiBlockSignedPezpalletCall (468) */ @@ -664,7 +670,7 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isSetInvulnerables: boolean; readonly asSetInvulnerables: { - readonly inv: Vec; + readonly inv: Vec; } & Struct; readonly type: 'Register' | 'SubmitPage' | 'Bail' | 'ClearOldRoundData' | 'SetInvulnerables'; } @@ -694,7 +700,7 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isNominate: boolean; readonly asNominate: { - readonly targets: Vec; + readonly targets: Vec; } & Struct; readonly isChill: boolean; readonly isSetPayee: boolean; @@ -712,28 +718,28 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isScaleValidatorCount: boolean; readonly asScaleValidatorCount: { - readonly factor: Percent; + readonly factor: u8; } & Struct; readonly isForceNoEras: boolean; readonly isForceNewEra: boolean; readonly isSetInvulnerables: boolean; readonly asSetInvulnerables: { - readonly invulnerables: Vec; + readonly invulnerables: Vec; } & Struct; readonly isForceUnstake: boolean; readonly asForceUnstake: { - readonly stash: AccountId32; + readonly stash: PezspCoreCryptoAccountId32; readonly numSlashingSpans: u32; } & Struct; readonly isForceNewEraAlways: boolean; readonly isCancelDeferredSlash: boolean; readonly asCancelDeferredSlash: { readonly era: u32; - readonly validatorSlashes: Vec>; + readonly validatorSlashes: Vec>; } & Struct; readonly isPayoutStakers: boolean; readonly asPayoutStakers: { - readonly validatorStash: AccountId32; + readonly validatorStash: PezspCoreCryptoAccountId32; readonly era: u32; } & Struct; readonly isRebond: boolean; @@ -742,12 +748,12 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isReapStash: boolean; readonly asReapStash: { - readonly stash: AccountId32; + readonly stash: PezspCoreCryptoAccountId32; readonly numSlashingSpans: u32; } & Struct; readonly isKick: boolean; readonly asKick: { - readonly who: Vec; + readonly who: Vec; } & Struct; readonly isSetStakingConfigs: boolean; readonly asSetStakingConfigs: { @@ -761,45 +767,45 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isChillOther: boolean; readonly asChillOther: { - readonly stash: AccountId32; + readonly stash: PezspCoreCryptoAccountId32; } & Struct; readonly isForceApplyMinCommission: boolean; readonly asForceApplyMinCommission: { - readonly validatorStash: AccountId32; + readonly validatorStash: PezspCoreCryptoAccountId32; } & Struct; readonly isSetMinCommission: boolean; readonly asSetMinCommission: { - readonly new_: Perbill; + readonly new_: u32; } & Struct; readonly isPayoutStakersByPage: boolean; readonly asPayoutStakersByPage: { - readonly validatorStash: AccountId32; + readonly validatorStash: PezspCoreCryptoAccountId32; readonly era: u32; readonly page: u32; } & Struct; readonly isUpdatePayee: boolean; readonly asUpdatePayee: { - readonly controller: AccountId32; + readonly controller: PezspCoreCryptoAccountId32; } & Struct; readonly isDeprecateControllerBatch: boolean; readonly asDeprecateControllerBatch: { - readonly controllers: Vec; + readonly controllers: Vec; } & Struct; readonly isRestoreLedger: boolean; readonly asRestoreLedger: { - readonly stash: AccountId32; - readonly maybeController: Option; + readonly stash: PezspCoreCryptoAccountId32; + readonly maybeController: Option; readonly maybeTotal: Option; readonly maybeUnlocking: Option>; } & Struct; readonly isMigrateCurrency: boolean; readonly asMigrateCurrency: { - readonly stash: AccountId32; + readonly stash: PezspCoreCryptoAccountId32; } & Struct; readonly isApplySlash: boolean; readonly asApplySlash: { readonly slashEra: u32; - readonly slashKey: ITuple<[AccountId32, Perbill, u32]>; + readonly slashKey: ITuple<[PezspCoreCryptoAccountId32, u32, u32]>; } & Struct; readonly isPruneEraStep: boolean; readonly asPruneEraStep: { @@ -814,14 +820,14 @@ declare module '@pezkuwi/types/lookup' { readonly isStash: boolean; readonly isController: boolean; readonly isAccount: boolean; - readonly asAccount: AccountId32; + readonly asAccount: PezspCoreCryptoAccountId32; readonly isNone: boolean; readonly type: 'Staked' | 'Stash' | 'Controller' | 'Account' | 'None'; } /** @name PezpalletStakingAsyncValidatorPrefs (472) */ interface PezpalletStakingAsyncValidatorPrefs extends Struct { - readonly commission: Compact; + readonly commission: Compact; readonly blocked: bool; } @@ -847,7 +853,7 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletStakingAsyncPezpalletConfigOpPercent extends Enum { readonly isNoop: boolean; readonly isSet: boolean; - readonly asSet: Percent; + readonly asSet: u8; readonly isRemove: boolean; readonly type: 'Noop' | 'Set' | 'Remove'; } @@ -856,7 +862,7 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletStakingAsyncPezpalletConfigOpPerbill extends Enum { readonly isNoop: boolean; readonly isSet: boolean; - readonly asSet: Perbill; + readonly asSet: u32; readonly isRemove: boolean; readonly type: 'Noop' | 'Set' | 'Remove'; } @@ -872,19 +878,19 @@ declare module '@pezkuwi/types/lookup' { readonly isUnreserveLeaseDeposit: boolean; readonly asUnreserveLeaseDeposit: { readonly block: u32; - readonly depositor: Option; + readonly depositor: Option; readonly paraId: u32; } & Struct; readonly isWithdrawCrowdloanContribution: boolean; readonly asWithdrawCrowdloanContribution: { readonly block: u32; - readonly depositor: Option; + readonly depositor: Option; readonly paraId: u32; } & Struct; readonly isUnreserveCrowdloanReserve: boolean; readonly asUnreserveCrowdloanReserve: { readonly block: u32; - readonly depositor: Option; + readonly depositor: Option; readonly paraId: u32; } & Struct; readonly isTransferToPostMigrationTreasury: boolean; @@ -1007,7 +1013,7 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isSetManager: boolean; readonly asSetManager: { - readonly new_: Option; + readonly new_: Option; } & Struct; readonly isFinishMigration: boolean; readonly asFinishMigration: { @@ -1024,7 +1030,7 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletRcMigratorAccountsAccount (491) */ interface PezpalletRcMigratorAccountsAccount extends Struct { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly free: u128; readonly reserved: u128; readonly frozen: u128; @@ -1074,27 +1080,27 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletRcMigratorMultisigRcMultisig (512) */ interface PezpalletRcMigratorMultisigRcMultisig extends Struct { - readonly creator: AccountId32; + readonly creator: PezspCoreCryptoAccountId32; readonly deposit: u128; } /** @name PezpalletRcMigratorProxyRcProxy (514) */ interface PezpalletRcMigratorProxyRcProxy extends Struct { - readonly delegator: AccountId32; + readonly delegator: PezspCoreCryptoAccountId32; readonly deposit: u128; readonly proxies: Vec; } /** @name PezpalletProxyProxyDefinitionPezkuwiRuntimeConstantsProxyProxyType (517) */ interface PezpalletProxyProxyDefinitionPezkuwiRuntimeConstantsProxyProxyType extends Struct { - readonly delegate: AccountId32; + readonly delegate: PezspCoreCryptoAccountId32; readonly proxyType: PezkuwiRuntimeConstantsProxyProxyType; readonly delay: u32; } /** @name PezpalletRcMigratorProxyRcProxyAnnouncement (519) */ interface PezpalletRcMigratorProxyRcProxyAnnouncement extends Struct { - readonly depositor: AccountId32; + readonly depositor: PezspCoreCryptoAccountId32; readonly deposit: u128; } @@ -1116,12 +1122,12 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletRcMigratorPreimageRequestStatusPortableRequestStatusInner extends Enum { readonly isUnrequested: boolean; readonly asUnrequested: { - readonly ticket: ITuple<[AccountId32, Bytes]>; + readonly ticket: ITuple<[PezspCoreCryptoAccountId32, Bytes]>; readonly len: u32; } & Struct; readonly isRequested: boolean; readonly asRequested: { - readonly maybeTicket: Option>; + readonly maybeTicket: Option>; readonly count: u32; readonly maybeLen: Option; } & Struct; @@ -1131,7 +1137,7 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletRcMigratorPreimageLegacyRequestStatusRcPreimageLegacyStatus (530) */ interface PezpalletRcMigratorPreimageLegacyRequestStatusRcPreimageLegacyStatus extends Struct { readonly hash_: H256; - readonly depositor: AccountId32; + readonly depositor: PezspCoreCryptoAccountId32; readonly deposit: u128; } @@ -1143,7 +1149,7 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isPoolMembers: boolean; readonly asPoolMembers: { - readonly member: ITuple<[AccountId32, PezpalletNominationPoolsPoolMember]>; + readonly member: ITuple<[PezspCoreCryptoAccountId32, PezpalletNominationPoolsPoolMember]>; } & Struct; readonly isBondedPools: boolean; readonly asBondedPools: { @@ -1163,11 +1169,11 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isReversePoolIdLookup: boolean; readonly asReversePoolIdLookup: { - readonly lookups: ITuple<[AccountId32, u32]>; + readonly lookups: ITuple<[PezspCoreCryptoAccountId32, u32]>; } & Struct; readonly isClaimPermissions: boolean; readonly asClaimPermissions: { - readonly perms: ITuple<[AccountId32, PezpalletNominationPoolsClaimPermission]>; + readonly perms: ITuple<[PezspCoreCryptoAccountId32, PezpalletNominationPoolsClaimPermission]>; } & Struct; readonly type: 'StorageValues' | 'PoolMembers' | 'BondedPools' | 'RewardPools' | 'SubPoolsStorage' | 'Metadata' | 'ReversePoolIdLookup' | 'ClaimPermissions'; } @@ -1180,7 +1186,7 @@ declare module '@pezkuwi/types/lookup' { readonly maxPools: Option; readonly maxPoolMembers: Option; readonly maxPoolMembersPerPool: Option; - readonly globalMaxCommission: Option; + readonly globalMaxCommission: Option; readonly lastPoolId: Option; } @@ -1207,7 +1213,7 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletRcMigratorVestingRcVestingSchedule (558) */ interface PezpalletRcMigratorVestingRcVestingSchedule extends Struct { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly schedules: Vec; } @@ -1275,7 +1281,7 @@ declare module '@pezkuwi/types/lookup' { readonly isSigning: boolean; readonly asSigning: ITuple<[PezkuwiRuntimeCommonClaimsEthereumAddress, PezkuwiRuntimeCommonClaimsStatementKind]>; readonly isPreclaims: boolean; - readonly asPreclaims: ITuple<[AccountId32, PezkuwiRuntimeCommonClaimsEthereumAddress]>; + readonly asPreclaims: ITuple<[PezspCoreCryptoAccountId32, PezkuwiRuntimeCommonClaimsEthereumAddress]>; readonly type: 'StorageValues' | 'Claims' | 'Vesting' | 'Signing' | 'Preclaims'; } @@ -1283,7 +1289,7 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletRcMigratorStakingBagsListPortableBagsListMessage extends Enum { readonly isNode: boolean; readonly asNode: { - readonly id: AccountId32; + readonly id: PezspCoreCryptoAccountId32; readonly node: PezpalletRcMigratorStakingBagsListPortableNode; } & Struct; readonly isBag: boolean; @@ -1296,17 +1302,17 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletRcMigratorStakingBagsListPortableNode (586) */ interface PezpalletRcMigratorStakingBagsListPortableNode extends Struct { - readonly id: AccountId32; - readonly prev: Option; - readonly next: Option; + readonly id: PezspCoreCryptoAccountId32; + readonly prev: Option; + readonly next: Option; readonly bagUpper: u64; readonly score: u64; } /** @name PezpalletRcMigratorStakingBagsListPortableBag (587) */ interface PezpalletRcMigratorStakingBagsListPortableBag extends Struct { - readonly head: Option; - readonly tail: Option; + readonly head: Option; + readonly tail: Option; readonly bagUpper: u64; } @@ -1324,7 +1330,7 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletRcMigratorIndicesRcIndicesIndex (594) */ interface PezpalletRcMigratorIndicesRcIndicesIndex extends Struct { readonly index: u32; - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly deposit: u128; readonly frozen: bool; } @@ -1332,9 +1338,9 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletRcMigratorConvictionVotingRcConvictionVotingMessage (596) */ interface PezpalletRcMigratorConvictionVotingRcConvictionVotingMessage extends Enum { readonly isVotingFor: boolean; - readonly asVotingFor: ITuple<[AccountId32, u16, PezpalletConvictionVotingVoteVoting]>; + readonly asVotingFor: ITuple<[PezspCoreCryptoAccountId32, u16, PezpalletConvictionVotingVoteVoting]>; readonly isClassLocksFor: boolean; - readonly asClassLocksFor: ITuple<[AccountId32, Vec>]>; + readonly asClassLocksFor: ITuple<[PezspCoreCryptoAccountId32, Vec>]>; readonly type: 'VotingFor' | 'ClassLocksFor'; } @@ -1353,7 +1359,7 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletRcMigratorBountiesAliasBounty (611) */ interface PezpalletRcMigratorBountiesAliasBounty extends Struct { - readonly proposer: AccountId32; + readonly proposer: PezspCoreCryptoAccountId32; readonly value: u128; readonly fee: u128; readonly curatorDeposit: u128; @@ -1366,22 +1372,22 @@ declare module '@pezkuwi/types/lookup' { readonly isLeaseReserve: boolean; readonly asLeaseReserve: { readonly unreserveBlock: u32; - readonly account: AccountId32; + readonly account: PezspCoreCryptoAccountId32; readonly paraId: u32; readonly amount: u128; } & Struct; readonly isCrowdloanContribution: boolean; readonly asCrowdloanContribution: { readonly withdrawBlock: u32; - readonly contributor: AccountId32; + readonly contributor: PezspCoreCryptoAccountId32; readonly paraId: u32; readonly amount: u128; - readonly crowdloanAccount: AccountId32; + readonly crowdloanAccount: PezspCoreCryptoAccountId32; } & Struct; readonly isCrowdloanReserve: boolean; readonly asCrowdloanReserve: { readonly unreserveBlock: u32; - readonly depositor: AccountId32; + readonly depositor: PezspCoreCryptoAccountId32; readonly paraId: u32; readonly amount: u128; } & Struct; @@ -1449,14 +1455,14 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletRcMigratorStakingDelegatedStakingPortableDelegatedStakingMessage extends Enum { readonly isDelegators: boolean; readonly asDelegators: { - readonly delegator: AccountId32; - readonly agent: AccountId32; + readonly delegator: PezspCoreCryptoAccountId32; + readonly agent: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly isAgents: boolean; readonly asAgents: { - readonly agent: AccountId32; - readonly payee: AccountId32; + readonly agent: PezspCoreCryptoAccountId32; + readonly payee: PezspCoreCryptoAccountId32; readonly totalDelegated: u128; readonly unclaimedWithdrawals: u128; readonly pendingSlash: u128; @@ -1512,16 +1518,16 @@ declare module '@pezkuwi/types/lookup' { readonly isAdded: boolean; readonly isCuratorProposed: boolean; readonly asCuratorProposed: { - readonly curator: AccountId32; + readonly curator: PezspCoreCryptoAccountId32; } & Struct; readonly isActive: boolean; readonly asActive: { - readonly curator: AccountId32; + readonly curator: PezspCoreCryptoAccountId32; } & Struct; readonly isPendingPayout: boolean; readonly asPendingPayout: { - readonly curator: AccountId32; - readonly beneficiary: AccountId32; + readonly curator: PezspCoreCryptoAccountId32; + readonly beneficiary: PezspCoreCryptoAccountId32; readonly unlockAt: u32; } & Struct; readonly type: 'Added' | 'CuratorProposed' | 'Active' | 'PendingPayout'; @@ -1532,57 +1538,57 @@ declare module '@pezkuwi/types/lookup' { readonly isValues: boolean; readonly asValues: PezpalletRcMigratorStakingMessageStakingValues; readonly isInvulnerables: boolean; - readonly asInvulnerables: Vec; + readonly asInvulnerables: Vec; readonly isBonded: boolean; readonly asBonded: { - readonly stash: AccountId32; - readonly controller: AccountId32; + readonly stash: PezspCoreCryptoAccountId32; + readonly controller: PezspCoreCryptoAccountId32; } & Struct; readonly isLedger: boolean; readonly asLedger: { - readonly controller: AccountId32; + readonly controller: PezspCoreCryptoAccountId32; readonly ledger: PezpalletRcMigratorStakingMessagePortableStakingLedger; } & Struct; readonly isPayee: boolean; readonly asPayee: { - readonly stash: AccountId32; + readonly stash: PezspCoreCryptoAccountId32; readonly payment: PezpalletRcMigratorStakingMessagePortableRewardDestination; } & Struct; readonly isValidators: boolean; readonly asValidators: { - readonly stash: AccountId32; + readonly stash: PezspCoreCryptoAccountId32; readonly validators: PezpalletRcMigratorStakingMessagePortableValidatorPrefs; } & Struct; readonly isNominators: boolean; readonly asNominators: { - readonly stash: AccountId32; + readonly stash: PezspCoreCryptoAccountId32; readonly nominations: PezpalletRcMigratorStakingMessagePortableNominations; } & Struct; readonly isVirtualStakers: boolean; - readonly asVirtualStakers: AccountId32; + readonly asVirtualStakers: PezspCoreCryptoAccountId32; readonly isErasStakersOverview: boolean; readonly asErasStakersOverview: { readonly era: u32; - readonly validator: AccountId32; + readonly validator: PezspCoreCryptoAccountId32; readonly exposure: PezpalletRcMigratorStakingMessagePortablePagedExposureMetadata; } & Struct; readonly isErasStakersPaged: boolean; readonly asErasStakersPaged: { readonly era: u32; - readonly validator: AccountId32; + readonly validator: PezspCoreCryptoAccountId32; readonly page: u32; readonly exposure: PezpalletRcMigratorStakingMessagePortableExposurePage; } & Struct; readonly isClaimedRewards: boolean; readonly asClaimedRewards: { readonly era: u32; - readonly validator: AccountId32; + readonly validator: PezspCoreCryptoAccountId32; readonly rewards: Vec; } & Struct; readonly isErasValidatorPrefs: boolean; readonly asErasValidatorPrefs: { readonly era: u32; - readonly validator: AccountId32; + readonly validator: PezspCoreCryptoAccountId32; readonly prefs: PezpalletRcMigratorStakingMessagePortableValidatorPrefs; } & Struct; readonly isErasValidatorReward: boolean; @@ -1610,8 +1616,8 @@ declare module '@pezkuwi/types/lookup' { readonly isValidatorSlashInEra: boolean; readonly asValidatorSlashInEra: { readonly era: u32; - readonly validator: AccountId32; - readonly slash: ITuple<[Perbill, u128]>; + readonly validator: PezspCoreCryptoAccountId32; + readonly slash: ITuple<[u32, u128]>; } & Struct; readonly type: 'Values' | 'Invulnerables' | 'Bonded' | 'Ledger' | 'Payee' | 'Validators' | 'Nominators' | 'VirtualStakers' | 'ErasStakersOverview' | 'ErasStakersPaged' | 'ClaimedRewards' | 'ErasValidatorPrefs' | 'ErasValidatorReward' | 'ErasRewardPoints' | 'ErasTotalStake' | 'UnappliedSlashes' | 'BondedEras' | 'ValidatorSlashInEra'; } @@ -1623,17 +1629,17 @@ declare module '@pezkuwi/types/lookup' { readonly minNominatorBond: Option; readonly minValidatorBond: Option; readonly minActiveStake: Option; - readonly minCommission: Option; + readonly minCommission: Option; readonly maxValidatorsCount: Option; readonly maxNominatorsCount: Option; readonly currentEra: Option; readonly activeEra: Option; readonly forceEra: Option; - readonly maxStakedRewards: Option; - readonly slashRewardFraction: Option; + readonly maxStakedRewards: Option; + readonly slashRewardFraction: Option; readonly canceledSlashPayout: Option; readonly currentPlannedSession: Option; - readonly chillThreshold: Option; + readonly chillThreshold: Option; } /** @name PezpalletRcMigratorStakingMessagePortableActiveEraInfo (641) */ @@ -1653,7 +1659,7 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletRcMigratorStakingMessagePortableStakingLedger (645) */ interface PezpalletRcMigratorStakingMessagePortableStakingLedger extends Struct { - readonly stash: AccountId32; + readonly stash: PezspCoreCryptoAccountId32; readonly total: u128; readonly active: u128; readonly unlocking: Vec; @@ -1671,20 +1677,20 @@ declare module '@pezkuwi/types/lookup' { readonly isStash: boolean; readonly isController: boolean; readonly isAccount: boolean; - readonly asAccount: AccountId32; + readonly asAccount: PezspCoreCryptoAccountId32; readonly isNone: boolean; readonly type: 'Staked' | 'Stash' | 'Controller' | 'Account' | 'None'; } /** @name PezpalletRcMigratorStakingMessagePortableValidatorPrefs (650) */ interface PezpalletRcMigratorStakingMessagePortableValidatorPrefs extends Struct { - readonly commission: Perbill; + readonly commission: u32; readonly blocked: bool; } /** @name PezpalletRcMigratorStakingMessagePortableNominations (651) */ interface PezpalletRcMigratorStakingMessagePortableNominations extends Struct { - readonly targets: Vec; + readonly targets: Vec; readonly submittedIn: u32; readonly suppressed: bool; } @@ -1705,22 +1711,22 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletRcMigratorStakingMessagePortableIndividualExposure (656) */ interface PezpalletRcMigratorStakingMessagePortableIndividualExposure extends Struct { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly value: u128; } /** @name PezpalletRcMigratorStakingMessagePortableEraRewardPoints (658) */ interface PezpalletRcMigratorStakingMessagePortableEraRewardPoints extends Struct { readonly total: u32; - readonly individual: Vec>; + readonly individual: Vec>; } /** @name PezpalletRcMigratorStakingMessagePortableUnappliedSlash (660) */ interface PezpalletRcMigratorStakingMessagePortableUnappliedSlash extends Struct { - readonly validator: AccountId32; + readonly validator: PezspCoreCryptoAccountId32; readonly own: u128; - readonly others: Vec>; - readonly reporters: Vec; + readonly others: Vec>; + readonly reporters: Vec; readonly payout: u128; } @@ -1829,19 +1835,19 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletElectionProviderMultiBlockSignedPezpalletEvent (690) */ interface PezpalletElectionProviderMultiBlockSignedPezpalletEvent extends Enum { readonly isRegistered: boolean; - readonly asRegistered: ITuple<[u32, AccountId32, PezspNposElectionsElectionScore]>; + readonly asRegistered: ITuple<[u32, PezspCoreCryptoAccountId32, PezspNposElectionsElectionScore]>; readonly isStored: boolean; - readonly asStored: ITuple<[u32, AccountId32, u32]>; + readonly asStored: ITuple<[u32, PezspCoreCryptoAccountId32, u32]>; readonly isRewarded: boolean; - readonly asRewarded: ITuple<[u32, AccountId32, u128]>; + readonly asRewarded: ITuple<[u32, PezspCoreCryptoAccountId32, u128]>; readonly isSlashed: boolean; - readonly asSlashed: ITuple<[u32, AccountId32, u128]>; + readonly asSlashed: ITuple<[u32, PezspCoreCryptoAccountId32, u128]>; readonly isEjected: boolean; - readonly asEjected: ITuple<[u32, AccountId32]>; + readonly asEjected: ITuple<[u32, PezspCoreCryptoAccountId32]>; readonly isDiscarded: boolean; - readonly asDiscarded: ITuple<[u32, AccountId32]>; + readonly asDiscarded: ITuple<[u32, PezspCoreCryptoAccountId32]>; readonly isBailed: boolean; - readonly asBailed: ITuple<[u32, AccountId32]>; + readonly asBailed: ITuple<[u32, PezspCoreCryptoAccountId32]>; readonly type: 'Registered' | 'Stored' | 'Rewarded' | 'Slashed' | 'Ejected' | 'Discarded' | 'Bailed'; } @@ -1855,13 +1861,13 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isRewarded: boolean; readonly asRewarded: { - readonly stash: AccountId32; + readonly stash: PezspCoreCryptoAccountId32; readonly dest: PezpalletStakingAsyncRewardDestination; readonly amount: u128; } & Struct; readonly isSlashed: boolean; readonly asSlashed: { - readonly staker: AccountId32; + readonly staker: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly isOldSlashingReportDiscarded: boolean; @@ -1870,42 +1876,42 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isBonded: boolean; readonly asBonded: { - readonly stash: AccountId32; + readonly stash: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly isUnbonded: boolean; readonly asUnbonded: { - readonly stash: AccountId32; + readonly stash: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly isWithdrawn: boolean; readonly asWithdrawn: { - readonly stash: AccountId32; + readonly stash: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly isStakerRemoved: boolean; readonly asStakerRemoved: { - readonly stash: AccountId32; + readonly stash: PezspCoreCryptoAccountId32; } & Struct; readonly isKicked: boolean; readonly asKicked: { - readonly nominator: AccountId32; - readonly stash: AccountId32; + readonly nominator: PezspCoreCryptoAccountId32; + readonly stash: PezspCoreCryptoAccountId32; } & Struct; readonly isChilled: boolean; readonly asChilled: { - readonly stash: AccountId32; + readonly stash: PezspCoreCryptoAccountId32; } & Struct; readonly isPayoutStarted: boolean; readonly asPayoutStarted: { readonly eraIndex: u32; - readonly validatorStash: AccountId32; + readonly validatorStash: PezspCoreCryptoAccountId32; readonly page: u32; readonly next: Option; } & Struct; readonly isValidatorPrefsSet: boolean; readonly asValidatorPrefsSet: { - readonly stash: AccountId32; + readonly stash: PezspCoreCryptoAccountId32; readonly prefs: PezpalletStakingAsyncValidatorPrefs; } & Struct; readonly isSnapshotVotersSizeExceeded: boolean; @@ -1926,7 +1932,7 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isCurrencyMigrated: boolean; readonly asCurrencyMigrated: { - readonly stash: AccountId32; + readonly stash: PezspCoreCryptoAccountId32; readonly forceWithdraw: u128; } & Struct; readonly isPagedElectionProceeded: boolean; @@ -1937,20 +1943,20 @@ declare module '@pezkuwi/types/lookup' { readonly isOffenceReported: boolean; readonly asOffenceReported: { readonly offenceEra: u32; - readonly validator: AccountId32; - readonly fraction: Perbill; + readonly validator: PezspCoreCryptoAccountId32; + readonly fraction: u32; } & Struct; readonly isSlashComputed: boolean; readonly asSlashComputed: { readonly offenceEra: u32; readonly slashEra: u32; - readonly offender: AccountId32; + readonly offender: PezspCoreCryptoAccountId32; readonly page: u32; } & Struct; readonly isSlashCancelled: boolean; readonly asSlashCancelled: { readonly slashEra: u32; - readonly validator: AccountId32; + readonly validator: PezspCoreCryptoAccountId32; } & Struct; readonly isSessionRotated: boolean; readonly asSessionRotated: { @@ -1963,8 +1969,8 @@ declare module '@pezkuwi/types/lookup' { readonly isOffenceTooOld: boolean; readonly asOffenceTooOld: { readonly offenceEra: u32; - readonly validator: AccountId32; - readonly fraction: Perbill; + readonly validator: PezspCoreCryptoAccountId32; + readonly fraction: u32; } & Struct; readonly isEraPruned: boolean; readonly asEraPruned: { @@ -1993,21 +1999,21 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletAhOpsEvent extends Enum { readonly isLeaseUnreserveRemaining: boolean; readonly asLeaseUnreserveRemaining: { - readonly depositor: AccountId32; + readonly depositor: PezspCoreCryptoAccountId32; readonly paraId: u32; readonly remaining: u128; } & Struct; readonly isCrowdloanUnreserveRemaining: boolean; readonly asCrowdloanUnreserveRemaining: { - readonly depositor: AccountId32; + readonly depositor: PezspCoreCryptoAccountId32; readonly paraId: u32; readonly remaining: u128; } & Struct; readonly isSovereignMigrated: boolean; readonly asSovereignMigrated: { readonly paraId: u32; - readonly from: AccountId32; - readonly to: AccountId32; + readonly from: PezspCoreCryptoAccountId32; + readonly to: PezspCoreCryptoAccountId32; readonly derivationIndex: Option; } & Struct; readonly type: 'LeaseUnreserveRemaining' | 'CrowdloanUnreserveRemaining' | 'SovereignMigrated'; @@ -2060,18 +2066,18 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isManagerSet: boolean; readonly asManagerSet: { - readonly old: Option; - readonly new_: Option; + readonly old: Option; + readonly new_: Option; } & Struct; readonly isAccountTranslatedParachainSovereign: boolean; readonly asAccountTranslatedParachainSovereign: { - readonly from: AccountId32; - readonly to: AccountId32; + readonly from: PezspCoreCryptoAccountId32; + readonly to: PezspCoreCryptoAccountId32; } & Struct; readonly isAccountTranslatedParachainSovereignDerived: boolean; readonly asAccountTranslatedParachainSovereignDerived: { - readonly from: AccountId32; - readonly to: AccountId32; + readonly from: PezspCoreCryptoAccountId32; + readonly to: PezspCoreCryptoAccountId32; readonly derivationIndex: u16; } & Struct; readonly isXcmSent: boolean; @@ -2085,13 +2091,13 @@ declare module '@pezkuwi/types/lookup' { readonly asFailedToUnreserveMultisigDeposit: { readonly expectedAmount: u128; readonly missingAmount: u128; - readonly account: AccountId32; + readonly account: PezspCoreCryptoAccountId32; } & Struct; readonly isFailedToUnreservePreimageDeposit: boolean; readonly asFailedToUnreservePreimageDeposit: { readonly expectedAmount: u128; readonly missingAmount: u128; - readonly account: AccountId32; + readonly account: PezspCoreCryptoAccountId32; } & Struct; readonly type: 'StageTransition' | 'BatchReceived' | 'BatchProcessed' | 'AssetHubMigrationStarted' | 'AssetHubMigrationFinished' | 'DmpQueuePrioritySet' | 'DmpQueuePriorityConfigSet' | 'BalancesBeforeRecordSet' | 'BalancesBeforeRecordConsumed' | 'ReferendumCanceled' | 'ManagerSet' | 'AccountTranslatedParachainSovereign' | 'AccountTranslatedParachainSovereignDerived' | 'XcmSent' | 'FailedToUnreserveMultisigDeposit' | 'FailedToUnreservePreimageDeposit'; } @@ -2250,7 +2256,7 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletCollatorSelectionCandidateInfo (776) */ interface PezpalletCollatorSelectionCandidateInfo extends Struct { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly deposit: u128; } @@ -2335,7 +2341,7 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletProxyProxyDefinitionAssetHubPezkuwiRuntimeProxyType (847) */ interface PezpalletProxyProxyDefinitionAssetHubPezkuwiRuntimeProxyType extends Struct { - readonly delegate: AccountId32; + readonly delegate: PezspCoreCryptoAccountId32; readonly proxyType: AssetHubPezkuwiRuntimeProxyType; readonly delay: u32; } @@ -2426,7 +2432,7 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletStakingAsyncLedgerStakingLedger (974) */ interface PezpalletStakingAsyncLedgerStakingLedger extends Struct { - readonly stash: AccountId32; + readonly stash: PezspCoreCryptoAccountId32; readonly total: Compact; readonly active: Compact; readonly unlocking: Vec; @@ -2434,7 +2440,7 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletStakingAsyncNominations (975) */ interface PezpalletStakingAsyncNominations extends Struct { - readonly targets: Vec; + readonly targets: Vec; readonly submittedIn: u32; readonly suppressed: bool; } @@ -2451,31 +2457,31 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletStakingAsyncEraRewardPoints (984) */ interface PezpalletStakingAsyncEraRewardPoints extends Struct { readonly total: u32; - readonly individual: BTreeMap; + readonly individual: BTreeMap; } /** @name PezpalletStakingAsyncSlashingOffenceRecord (987) */ interface PezpalletStakingAsyncSlashingOffenceRecord extends Struct { - readonly reporter: Option; + readonly reporter: Option; readonly reportedEra: u32; readonly exposurePage: u32; - readonly slashFraction: Perbill; - readonly priorSlashFraction: Perbill; + readonly slashFraction: u32; + readonly priorSlashFraction: u32; } /** @name PezpalletStakingAsyncUnappliedSlash (991) */ interface PezpalletStakingAsyncUnappliedSlash extends Struct { - readonly validator: AccountId32; + readonly validator: PezspCoreCryptoAccountId32; readonly own: u128; - readonly others: Vec>; - readonly reporter: Option; + readonly others: Vec>; + readonly reporter: Option; readonly payout: u128; } /** @name PezpalletStakingAsyncSnapshotStatus (994) */ interface PezpalletStakingAsyncSnapshotStatus extends Enum { readonly isOngoing: boolean; - readonly asOngoing: AccountId32; + readonly asOngoing: PezspCoreCryptoAccountId32; readonly isConsumed: boolean; readonly isWaiting: boolean; readonly type: 'Ongoing' | 'Consumed' | 'Waiting'; diff --git a/packages/types-augment/src/lookup/types-bizinikiwi.ts b/packages/types-augment/src/lookup/types-bizinikiwi.ts index 05f88aa..e222f96 100644 --- a/packages/types-augment/src/lookup/types-bizinikiwi.ts +++ b/packages/types-augment/src/lookup/types-bizinikiwi.ts @@ -9,10 +9,12 @@ import type { Data } from '@pezkuwi/types'; import type { BTreeMap, Bytes, Compact, Enum, Null, Option, Result, Struct, Text, U256, U8aFixed, Vec, bool, i32, i64, u128, u16, u32, u64, u8 } from '@pezkuwi/types-codec'; import type { ITuple } from '@pezkuwi/types-codec/types'; import type { Vote } from '@pezkuwi/types/interfaces/elections'; -import type { Era } from '@pezkuwi/types/interfaces/extrinsics'; -import type { AccountId32, H160, H256, MultiAddress, PerU16, Perbill, Percent, Permill, Perquintill, RuntimeCall, RuntimeEvent } from '@pezkuwi/types/interfaces/runtime'; +import type { AccountId32, H160, H256, MultiAddress, RuntimeCall, RuntimeEvent } from '@pezkuwi/types/interfaces/runtime'; declare module '@pezkuwi/types/lookup' { + /** @name PezspCoreCryptoAccountId32 (0) */ + interface PezspCoreCryptoAccountId32 extends AccountId32 {} + /** @name PezframeSystemAccountInfo (3) */ interface PezframeSystemAccountInfo extends Struct { readonly nonce: u32; @@ -83,15 +85,15 @@ declare module '@pezkuwi/types/lookup' { readonly isCodeUpdated: boolean; readonly isNewAccount: boolean; readonly asNewAccount: { - readonly account: AccountId32; + readonly account: PezspCoreCryptoAccountId32; } & Struct; readonly isKilledAccount: boolean; readonly asKilledAccount: { - readonly account: AccountId32; + readonly account: PezspCoreCryptoAccountId32; } & Struct; readonly isRemarked: boolean; readonly asRemarked: { - readonly sender: AccountId32; + readonly sender: PezspCoreCryptoAccountId32; readonly hash_: H256; } & Struct; readonly isUpgradeAuthorized: boolean; @@ -239,7 +241,7 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletIndicesEvent extends Enum { readonly isIndexAssigned: boolean; readonly asIndexAssigned: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly index: u32; } & Struct; readonly isIndexFreed: boolean; @@ -249,11 +251,11 @@ declare module '@pezkuwi/types/lookup' { readonly isIndexFrozen: boolean; readonly asIndexFrozen: { readonly index: u32; - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; } & Struct; readonly isDepositPoked: boolean; readonly asDepositPoked: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly index: u32; readonly oldDeposit: u128; readonly newDeposit: u128; @@ -265,80 +267,80 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletBalancesEvent extends Enum { readonly isEndowed: boolean; readonly asEndowed: { - readonly account: AccountId32; + readonly account: PezspCoreCryptoAccountId32; readonly freeBalance: u128; } & Struct; readonly isDustLost: boolean; readonly asDustLost: { - readonly account: AccountId32; + readonly account: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly isTransfer: boolean; readonly asTransfer: { - readonly from: AccountId32; - readonly to: AccountId32; + readonly from: PezspCoreCryptoAccountId32; + readonly to: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly isBalanceSet: boolean; readonly asBalanceSet: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly free: u128; } & Struct; readonly isReserved: boolean; readonly asReserved: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly isUnreserved: boolean; readonly asUnreserved: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly isReserveRepatriated: boolean; readonly asReserveRepatriated: { - readonly from: AccountId32; - readonly to: AccountId32; + readonly from: PezspCoreCryptoAccountId32; + readonly to: PezspCoreCryptoAccountId32; readonly amount: u128; readonly destinationStatus: PezframeSupportTokensMiscBalanceStatus; } & Struct; readonly isDeposit: boolean; readonly asDeposit: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly isWithdraw: boolean; readonly asWithdraw: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly isSlashed: boolean; readonly asSlashed: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly isMinted: boolean; readonly asMinted: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly isBurned: boolean; readonly asBurned: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly isSuspended: boolean; readonly asSuspended: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly isRestored: boolean; readonly asRestored: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly isUpgraded: boolean; readonly asUpgraded: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; } & Struct; readonly isIssued: boolean; readonly asIssued: { @@ -350,22 +352,22 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isLocked: boolean; readonly asLocked: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly isUnlocked: boolean; readonly asUnlocked: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly isFrozen: boolean; readonly asFrozen: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly isThawed: boolean; readonly asThawed: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly isTotalIssuanceForced: boolean; @@ -387,7 +389,7 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletTransactionPaymentEvent extends Enum { readonly isTransactionFeePaid: boolean; readonly asTransactionFeePaid: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly actualFee: u128; readonly tip: u128; } & Struct; @@ -398,7 +400,7 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletAssetConversionTxPaymentEvent extends Enum { readonly isAssetTxFeePaid: boolean; readonly asAssetTxFeePaid: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly actualFee: u128; readonly tip: u128; readonly assetId: PezframeSupportTokensFungibleUnionOfNativeOrWithId; @@ -423,7 +425,7 @@ declare module '@pezkuwi/types/lookup' { readonly isSolutionStored: boolean; readonly asSolutionStored: { readonly compute: PezpalletElectionProviderMultiPhaseElectionCompute; - readonly origin: Option; + readonly origin: Option; readonly prevEjected: bool; } & Struct; readonly isElectionFinalized: boolean; @@ -434,12 +436,12 @@ declare module '@pezkuwi/types/lookup' { readonly isElectionFailed: boolean; readonly isRewarded: boolean; readonly asRewarded: { - readonly account: AccountId32; + readonly account: PezspCoreCryptoAccountId32; readonly value: u128; } & Struct; readonly isSlashed: boolean; readonly asSlashed: { - readonly account: AccountId32; + readonly account: PezspCoreCryptoAccountId32; readonly value: u128; } & Struct; readonly isPhaseTransitioned: boolean; @@ -488,19 +490,19 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isRewarded: boolean; readonly asRewarded: { - readonly stash: AccountId32; + readonly stash: PezspCoreCryptoAccountId32; readonly dest: PezpalletStakingRewardDestination; readonly amount: u128; } & Struct; readonly isSlashed: boolean; readonly asSlashed: { - readonly staker: AccountId32; + readonly staker: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly isSlashReported: boolean; readonly asSlashReported: { - readonly validator: AccountId32; - readonly fraction: Perbill; + readonly validator: PezspCoreCryptoAccountId32; + readonly fraction: u32; readonly slashEra: u32; } & Struct; readonly isOldSlashingReportDiscarded: boolean; @@ -510,39 +512,39 @@ declare module '@pezkuwi/types/lookup' { readonly isStakersElected: boolean; readonly isBonded: boolean; readonly asBonded: { - readonly stash: AccountId32; + readonly stash: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly isUnbonded: boolean; readonly asUnbonded: { - readonly stash: AccountId32; + readonly stash: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly isWithdrawn: boolean; readonly asWithdrawn: { - readonly stash: AccountId32; + readonly stash: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly isKicked: boolean; readonly asKicked: { - readonly nominator: AccountId32; - readonly stash: AccountId32; + readonly nominator: PezspCoreCryptoAccountId32; + readonly stash: PezspCoreCryptoAccountId32; } & Struct; readonly isStakingElectionFailed: boolean; readonly isChilled: boolean; readonly asChilled: { - readonly stash: AccountId32; + readonly stash: PezspCoreCryptoAccountId32; } & Struct; readonly isPayoutStarted: boolean; readonly asPayoutStarted: { readonly eraIndex: u32; - readonly validatorStash: AccountId32; + readonly validatorStash: PezspCoreCryptoAccountId32; readonly page: u32; readonly next: Option; } & Struct; readonly isValidatorPrefsSet: boolean; readonly asValidatorPrefsSet: { - readonly stash: AccountId32; + readonly stash: PezspCoreCryptoAccountId32; readonly prefs: PezpalletStakingValidatorPrefs; } & Struct; readonly isSnapshotVotersSizeExceeded: boolean; @@ -563,7 +565,7 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isCurrencyMigrated: boolean; readonly asCurrencyMigrated: { - readonly stash: AccountId32; + readonly stash: PezspCoreCryptoAccountId32; readonly forceWithdraw: u128; } & Struct; readonly type: 'EraPaid' | 'Rewarded' | 'Slashed' | 'SlashReported' | 'OldSlashingReportDiscarded' | 'StakersElected' | 'Bonded' | 'Unbonded' | 'Withdrawn' | 'Kicked' | 'StakingElectionFailed' | 'Chilled' | 'PayoutStarted' | 'ValidatorPrefsSet' | 'SnapshotVotersSizeExceeded' | 'SnapshotTargetsSizeExceeded' | 'ForceEra' | 'ControllerBatchDeprecated' | 'CurrencyMigrated'; @@ -575,14 +577,14 @@ declare module '@pezkuwi/types/lookup' { readonly isStash: boolean; readonly isController: boolean; readonly isAccount: boolean; - readonly asAccount: AccountId32; + readonly asAccount: PezspCoreCryptoAccountId32; readonly isNone: boolean; readonly type: 'Staked' | 'Stash' | 'Controller' | 'Account' | 'None'; } /** @name PezpalletStakingValidatorPrefs (51) */ interface PezpalletStakingValidatorPrefs extends Struct { - readonly commission: Compact; + readonly commission: Compact; readonly blocked: bool; } @@ -603,11 +605,11 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isValidatorDisabled: boolean; readonly asValidatorDisabled: { - readonly validator: AccountId32; + readonly validator: PezspCoreCryptoAccountId32; } & Struct; readonly isValidatorReenabled: boolean; readonly asValidatorReenabled: { - readonly validator: AccountId32; + readonly validator: PezspCoreCryptoAccountId32; } & Struct; readonly type: 'NewSession' | 'ValidatorDisabled' | 'ValidatorReenabled'; } @@ -644,16 +646,16 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isDelegated: boolean; readonly asDelegated: { - readonly who: AccountId32; - readonly target: AccountId32; + readonly who: PezspCoreCryptoAccountId32; + readonly target: PezspCoreCryptoAccountId32; } & Struct; readonly isUndelegated: boolean; readonly asUndelegated: { - readonly account: AccountId32; + readonly account: PezspCoreCryptoAccountId32; } & Struct; readonly isVetoed: boolean; readonly asVetoed: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly proposalHash: H256; readonly until: u32; } & Struct; @@ -663,13 +665,13 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isVoted: boolean; readonly asVoted: { - readonly voter: AccountId32; + readonly voter: PezspCoreCryptoAccountId32; readonly refIndex: u32; readonly vote: PezpalletDemocracyVoteAccountVote; } & Struct; readonly isSeconded: boolean; readonly asSeconded: { - readonly seconder: AccountId32; + readonly seconder: PezspCoreCryptoAccountId32; readonly propIndex: u32; } & Struct; readonly isProposalCanceled: boolean; @@ -732,14 +734,14 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletCollectiveEvent extends Enum { readonly isProposed: boolean; readonly asProposed: { - readonly account: AccountId32; + readonly account: PezspCoreCryptoAccountId32; readonly proposalIndex: u32; readonly proposalHash: H256; readonly threshold: u32; } & Struct; readonly isVoted: boolean; readonly asVoted: { - readonly account: AccountId32; + readonly account: PezspCoreCryptoAccountId32; readonly proposalHash: H256; readonly voted: bool; readonly yes: u32; @@ -776,12 +778,12 @@ declare module '@pezkuwi/types/lookup' { readonly isProposalCostBurned: boolean; readonly asProposalCostBurned: { readonly proposalHash: H256; - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; } & Struct; readonly isProposalCostReleased: boolean; readonly asProposalCostReleased: { readonly proposalHash: H256; - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; } & Struct; readonly type: 'Proposed' | 'Voted' | 'Approved' | 'Disapproved' | 'Executed' | 'MemberExecuted' | 'Closed' | 'Killed' | 'ProposalCostBurned' | 'ProposalCostReleased'; } @@ -790,26 +792,26 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletElectionsPhragmenEvent extends Enum { readonly isNewTerm: boolean; readonly asNewTerm: { - readonly newMembers: Vec>; + readonly newMembers: Vec>; } & Struct; readonly isEmptyTerm: boolean; readonly isElectionError: boolean; readonly isMemberKicked: boolean; readonly asMemberKicked: { - readonly member: AccountId32; + readonly member: PezspCoreCryptoAccountId32; } & Struct; readonly isRenounced: boolean; readonly asRenounced: { - readonly candidate: AccountId32; + readonly candidate: PezspCoreCryptoAccountId32; } & Struct; readonly isCandidateSlashed: boolean; readonly asCandidateSlashed: { - readonly candidate: AccountId32; + readonly candidate: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly isSeatHolderSlashed: boolean; readonly asSeatHolderSlashed: { - readonly seatHolder: AccountId32; + readonly seatHolder: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly type: 'NewTerm' | 'EmptyTerm' | 'ElectionError' | 'MemberKicked' | 'Renounced' | 'CandidateSlashed' | 'SeatHolderSlashed'; @@ -850,7 +852,7 @@ declare module '@pezkuwi/types/lookup' { readonly asAwarded: { readonly proposalIndex: u32; readonly award: u128; - readonly account: AccountId32; + readonly account: PezspCoreCryptoAccountId32; } & Struct; readonly isBurnt: boolean; readonly asBurnt: { @@ -868,7 +870,7 @@ declare module '@pezkuwi/types/lookup' { readonly asSpendApproved: { readonly proposalIndex: u32; readonly amount: u128; - readonly beneficiary: AccountId32; + readonly beneficiary: PezspCoreCryptoAccountId32; } & Struct; readonly isUpdatedInactive: boolean; readonly asUpdatedInactive: { @@ -880,7 +882,7 @@ declare module '@pezkuwi/types/lookup' { readonly index: u32; readonly assetKind: PezframeSupportTokensFungibleUnionOfNativeOrWithId; readonly amount: u128; - readonly beneficiary: AccountId32; + readonly beneficiary: PezspCoreCryptoAccountId32; readonly validFrom: u32; readonly expireAt: u32; } & Struct; @@ -929,57 +931,57 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletContractsEvent extends Enum { readonly isInstantiated: boolean; readonly asInstantiated: { - readonly deployer: AccountId32; - readonly contract: AccountId32; + readonly deployer: PezspCoreCryptoAccountId32; + readonly contract: PezspCoreCryptoAccountId32; } & Struct; readonly isTerminated: boolean; readonly asTerminated: { - readonly contract: AccountId32; - readonly beneficiary: AccountId32; + readonly contract: PezspCoreCryptoAccountId32; + readonly beneficiary: PezspCoreCryptoAccountId32; } & Struct; readonly isCodeStored: boolean; readonly asCodeStored: { readonly codeHash: H256; readonly depositHeld: u128; - readonly uploader: AccountId32; + readonly uploader: PezspCoreCryptoAccountId32; } & Struct; readonly isContractEmitted: boolean; readonly asContractEmitted: { - readonly contract: AccountId32; + readonly contract: PezspCoreCryptoAccountId32; readonly data: Bytes; } & Struct; readonly isCodeRemoved: boolean; readonly asCodeRemoved: { readonly codeHash: H256; readonly depositReleased: u128; - readonly remover: AccountId32; + readonly remover: PezspCoreCryptoAccountId32; } & Struct; readonly isContractCodeUpdated: boolean; readonly asContractCodeUpdated: { - readonly contract: AccountId32; + readonly contract: PezspCoreCryptoAccountId32; readonly newCodeHash: H256; readonly oldCodeHash: H256; } & Struct; readonly isCalled: boolean; readonly asCalled: { readonly caller: PezpalletContractsOrigin; - readonly contract: AccountId32; + readonly contract: PezspCoreCryptoAccountId32; } & Struct; readonly isDelegateCalled: boolean; readonly asDelegateCalled: { - readonly contract: AccountId32; + readonly contract: PezspCoreCryptoAccountId32; readonly codeHash: H256; } & Struct; readonly isStorageDepositTransferredAndHeld: boolean; readonly asStorageDepositTransferredAndHeld: { - readonly from: AccountId32; - readonly to: AccountId32; + readonly from: PezspCoreCryptoAccountId32; + readonly to: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly isStorageDepositTransferredAndReleased: boolean; readonly asStorageDepositTransferredAndReleased: { - readonly from: AccountId32; - readonly to: AccountId32; + readonly from: PezspCoreCryptoAccountId32; + readonly to: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly type: 'Instantiated' | 'Terminated' | 'CodeStored' | 'ContractEmitted' | 'CodeRemoved' | 'ContractCodeUpdated' | 'Called' | 'DelegateCalled' | 'StorageDepositTransferredAndHeld' | 'StorageDepositTransferredAndReleased'; @@ -989,7 +991,7 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletContractsOrigin extends Enum { readonly isRoot: boolean; readonly isSigned: boolean; - readonly asSigned: AccountId32; + readonly asSigned: PezspCoreCryptoAccountId32; readonly type: 'Root' | 'Signed'; } @@ -1004,8 +1006,8 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isKeyChanged: boolean; readonly asKeyChanged: { - readonly old: Option; - readonly new_: AccountId32; + readonly old: Option; + readonly new_: PezspCoreCryptoAccountId32; } & Struct; readonly isKeyRemoved: boolean; readonly isSudoAsDone: boolean; @@ -1024,7 +1026,7 @@ declare module '@pezkuwi/types/lookup' { readonly isAllGood: boolean; readonly isSomeOffline: boolean; readonly asSomeOffline: { - readonly offline: Vec>; + readonly offline: Vec>; } & Struct; readonly type: 'HeartbeatReceived' | 'AllGood' | 'SomeOffline'; } @@ -1046,31 +1048,31 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletIdentityEvent extends Enum { readonly isIdentitySet: boolean; readonly asIdentitySet: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; } & Struct; readonly isIdentityCleared: boolean; readonly asIdentityCleared: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly deposit: u128; } & Struct; readonly isIdentityKilled: boolean; readonly asIdentityKilled: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly deposit: u128; } & Struct; readonly isJudgementRequested: boolean; readonly asJudgementRequested: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly registrarIndex: u32; } & Struct; readonly isJudgementUnrequested: boolean; readonly asJudgementUnrequested: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly registrarIndex: u32; } & Struct; readonly isJudgementGiven: boolean; readonly asJudgementGiven: { - readonly target: AccountId32; + readonly target: PezspCoreCryptoAccountId32; readonly registrarIndex: u32; } & Struct; readonly isRegistrarAdded: boolean; @@ -1079,64 +1081,64 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isSubIdentityAdded: boolean; readonly asSubIdentityAdded: { - readonly sub: AccountId32; - readonly main: AccountId32; + readonly sub: PezspCoreCryptoAccountId32; + readonly main: PezspCoreCryptoAccountId32; readonly deposit: u128; } & Struct; readonly isSubIdentitiesSet: boolean; readonly asSubIdentitiesSet: { - readonly main: AccountId32; + readonly main: PezspCoreCryptoAccountId32; readonly numberOfSubs: u32; readonly newDeposit: u128; } & Struct; readonly isSubIdentityRenamed: boolean; readonly asSubIdentityRenamed: { - readonly sub: AccountId32; - readonly main: AccountId32; + readonly sub: PezspCoreCryptoAccountId32; + readonly main: PezspCoreCryptoAccountId32; } & Struct; readonly isSubIdentityRemoved: boolean; readonly asSubIdentityRemoved: { - readonly sub: AccountId32; - readonly main: AccountId32; + readonly sub: PezspCoreCryptoAccountId32; + readonly main: PezspCoreCryptoAccountId32; readonly deposit: u128; } & Struct; readonly isSubIdentityRevoked: boolean; readonly asSubIdentityRevoked: { - readonly sub: AccountId32; - readonly main: AccountId32; + readonly sub: PezspCoreCryptoAccountId32; + readonly main: PezspCoreCryptoAccountId32; readonly deposit: u128; } & Struct; readonly isAuthorityAdded: boolean; readonly asAuthorityAdded: { - readonly authority: AccountId32; + readonly authority: PezspCoreCryptoAccountId32; } & Struct; readonly isAuthorityRemoved: boolean; readonly asAuthorityRemoved: { - readonly authority: AccountId32; + readonly authority: PezspCoreCryptoAccountId32; } & Struct; readonly isUsernameSet: boolean; readonly asUsernameSet: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly username: Bytes; } & Struct; readonly isUsernameQueued: boolean; readonly asUsernameQueued: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly username: Bytes; readonly expiration: u32; } & Struct; readonly isPreapprovalExpired: boolean; readonly asPreapprovalExpired: { - readonly whose: AccountId32; + readonly whose: PezspCoreCryptoAccountId32; } & Struct; readonly isPrimaryUsernameSet: boolean; readonly asPrimaryUsernameSet: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly username: Bytes; } & Struct; readonly isDanglingUsernameRemoved: boolean; readonly asDanglingUsernameRemoved: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly username: Bytes; } & Struct; readonly isUsernameUnbound: boolean; @@ -1158,62 +1160,62 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletSocietyEvent extends Enum { readonly isFounded: boolean; readonly asFounded: { - readonly founder: AccountId32; + readonly founder: PezspCoreCryptoAccountId32; } & Struct; readonly isBid: boolean; readonly asBid: { - readonly candidateId: AccountId32; + readonly candidateId: PezspCoreCryptoAccountId32; readonly offer: u128; } & Struct; readonly isVouch: boolean; readonly asVouch: { - readonly candidateId: AccountId32; + readonly candidateId: PezspCoreCryptoAccountId32; readonly offer: u128; - readonly vouching: AccountId32; + readonly vouching: PezspCoreCryptoAccountId32; } & Struct; readonly isAutoUnbid: boolean; readonly asAutoUnbid: { - readonly candidate: AccountId32; + readonly candidate: PezspCoreCryptoAccountId32; } & Struct; readonly isUnbid: boolean; readonly asUnbid: { - readonly candidate: AccountId32; + readonly candidate: PezspCoreCryptoAccountId32; } & Struct; readonly isUnvouch: boolean; readonly asUnvouch: { - readonly candidate: AccountId32; + readonly candidate: PezspCoreCryptoAccountId32; } & Struct; readonly isInducted: boolean; readonly asInducted: { - readonly primary: AccountId32; - readonly candidates: Vec; + readonly primary: PezspCoreCryptoAccountId32; + readonly candidates: Vec; } & Struct; readonly isSuspendedMemberJudgement: boolean; readonly asSuspendedMemberJudgement: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly judged: bool; } & Struct; readonly isCandidateSuspended: boolean; readonly asCandidateSuspended: { - readonly candidate: AccountId32; + readonly candidate: PezspCoreCryptoAccountId32; } & Struct; readonly isMemberSuspended: boolean; readonly asMemberSuspended: { - readonly member: AccountId32; + readonly member: PezspCoreCryptoAccountId32; } & Struct; readonly isChallenged: boolean; readonly asChallenged: { - readonly member: AccountId32; + readonly member: PezspCoreCryptoAccountId32; } & Struct; readonly isVote: boolean; readonly asVote: { - readonly candidate: AccountId32; - readonly voter: AccountId32; + readonly candidate: PezspCoreCryptoAccountId32; + readonly voter: PezspCoreCryptoAccountId32; readonly vote: bool; } & Struct; readonly isDefenderVote: boolean; readonly asDefenderVote: { - readonly voter: AccountId32; + readonly voter: PezspCoreCryptoAccountId32; readonly vote: bool; } & Struct; readonly isNewParams: boolean; @@ -1222,7 +1224,7 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isUnfounded: boolean; readonly asUnfounded: { - readonly founder: AccountId32; + readonly founder: PezspCoreCryptoAccountId32; } & Struct; readonly isDeposit: boolean; readonly asDeposit: { @@ -1230,7 +1232,7 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isElevated: boolean; readonly asElevated: { - readonly member: AccountId32; + readonly member: PezspCoreCryptoAccountId32; readonly rank: u32; } & Struct; readonly type: 'Founded' | 'Bid' | 'Vouch' | 'AutoUnbid' | 'Unbid' | 'Unvouch' | 'Inducted' | 'SuspendedMemberJudgement' | 'CandidateSuspended' | 'MemberSuspended' | 'Challenged' | 'Vote' | 'DefenderVote' | 'NewParams' | 'Unfounded' | 'Deposit' | 'Elevated'; @@ -1248,32 +1250,32 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletRecoveryEvent extends Enum { readonly isRecoveryCreated: boolean; readonly asRecoveryCreated: { - readonly account: AccountId32; + readonly account: PezspCoreCryptoAccountId32; } & Struct; readonly isRecoveryInitiated: boolean; readonly asRecoveryInitiated: { - readonly lostAccount: AccountId32; - readonly rescuerAccount: AccountId32; + readonly lostAccount: PezspCoreCryptoAccountId32; + readonly rescuerAccount: PezspCoreCryptoAccountId32; } & Struct; readonly isRecoveryVouched: boolean; readonly asRecoveryVouched: { - readonly lostAccount: AccountId32; - readonly rescuerAccount: AccountId32; - readonly sender: AccountId32; + readonly lostAccount: PezspCoreCryptoAccountId32; + readonly rescuerAccount: PezspCoreCryptoAccountId32; + readonly sender: PezspCoreCryptoAccountId32; } & Struct; readonly isRecoveryClosed: boolean; readonly asRecoveryClosed: { - readonly lostAccount: AccountId32; - readonly rescuerAccount: AccountId32; + readonly lostAccount: PezspCoreCryptoAccountId32; + readonly rescuerAccount: PezspCoreCryptoAccountId32; } & Struct; readonly isAccountRecovered: boolean; readonly asAccountRecovered: { - readonly lostAccount: AccountId32; - readonly rescuerAccount: AccountId32; + readonly lostAccount: PezspCoreCryptoAccountId32; + readonly rescuerAccount: PezspCoreCryptoAccountId32; } & Struct; readonly isRecoveryRemoved: boolean; readonly asRecoveryRemoved: { - readonly lostAccount: AccountId32; + readonly lostAccount: PezspCoreCryptoAccountId32; } & Struct; readonly type: 'RecoveryCreated' | 'RecoveryInitiated' | 'RecoveryVouched' | 'RecoveryClosed' | 'AccountRecovered' | 'RecoveryRemoved'; } @@ -1282,12 +1284,12 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletVestingEvent extends Enum { readonly isVestingUpdated: boolean; readonly asVestingUpdated: { - readonly account: AccountId32; + readonly account: PezspCoreCryptoAccountId32; readonly unvested: u128; } & Struct; readonly isVestingCompleted: boolean; readonly asVestingCompleted: { - readonly account: AccountId32; + readonly account: PezspCoreCryptoAccountId32; } & Struct; readonly type: 'VestingUpdated' | 'VestingCompleted'; } @@ -1395,34 +1397,34 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isPureCreated: boolean; readonly asPureCreated: { - readonly pure: AccountId32; - readonly who: AccountId32; + readonly pure: PezspCoreCryptoAccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly proxyType: KitchensinkRuntimeProxyType; readonly disambiguationIndex: u16; } & Struct; readonly isAnnounced: boolean; readonly asAnnounced: { - readonly real: AccountId32; - readonly proxy: AccountId32; + readonly real: PezspCoreCryptoAccountId32; + readonly proxy: PezspCoreCryptoAccountId32; readonly callHash: H256; } & Struct; readonly isProxyAdded: boolean; readonly asProxyAdded: { - readonly delegator: AccountId32; - readonly delegatee: AccountId32; + readonly delegator: PezspCoreCryptoAccountId32; + readonly delegatee: PezspCoreCryptoAccountId32; readonly proxyType: KitchensinkRuntimeProxyType; readonly delay: u32; } & Struct; readonly isProxyRemoved: boolean; readonly asProxyRemoved: { - readonly delegator: AccountId32; - readonly delegatee: AccountId32; + readonly delegator: PezspCoreCryptoAccountId32; + readonly delegatee: PezspCoreCryptoAccountId32; readonly proxyType: KitchensinkRuntimeProxyType; readonly delay: u32; } & Struct; readonly isDepositPoked: boolean; readonly asDepositPoked: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly kind: PezpalletProxyDepositKind; readonly oldDeposit: u128; readonly newDeposit: u128; @@ -1450,35 +1452,35 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletMultisigEvent extends Enum { readonly isNewMultisig: boolean; readonly asNewMultisig: { - readonly approving: AccountId32; - readonly multisig: AccountId32; + readonly approving: PezspCoreCryptoAccountId32; + readonly multisig: PezspCoreCryptoAccountId32; readonly callHash: U8aFixed; } & Struct; readonly isMultisigApproval: boolean; readonly asMultisigApproval: { - readonly approving: AccountId32; + readonly approving: PezspCoreCryptoAccountId32; readonly timepoint: PezpalletMultisigTimepoint; - readonly multisig: AccountId32; + readonly multisig: PezspCoreCryptoAccountId32; readonly callHash: U8aFixed; } & Struct; readonly isMultisigExecuted: boolean; readonly asMultisigExecuted: { - readonly approving: AccountId32; + readonly approving: PezspCoreCryptoAccountId32; readonly timepoint: PezpalletMultisigTimepoint; - readonly multisig: AccountId32; + readonly multisig: PezspCoreCryptoAccountId32; readonly callHash: U8aFixed; readonly result: Result; } & Struct; readonly isMultisigCancelled: boolean; readonly asMultisigCancelled: { - readonly cancelling: AccountId32; + readonly cancelling: PezspCoreCryptoAccountId32; readonly timepoint: PezpalletMultisigTimepoint; - readonly multisig: AccountId32; + readonly multisig: PezspCoreCryptoAccountId32; readonly callHash: U8aFixed; } & Struct; readonly isDepositPoked: boolean; readonly asDepositPoked: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly callHash: U8aFixed; readonly oldDeposit: u128; readonly newDeposit: u128; @@ -1510,13 +1512,13 @@ declare module '@pezkuwi/types/lookup' { readonly isBountyAwarded: boolean; readonly asBountyAwarded: { readonly index: u32; - readonly beneficiary: AccountId32; + readonly beneficiary: PezspCoreCryptoAccountId32; } & Struct; readonly isBountyClaimed: boolean; readonly asBountyClaimed: { readonly index: u32; readonly payout: u128; - readonly beneficiary: AccountId32; + readonly beneficiary: PezspCoreCryptoAccountId32; } & Struct; readonly isBountyCanceled: boolean; readonly asBountyCanceled: { @@ -1533,7 +1535,7 @@ declare module '@pezkuwi/types/lookup' { readonly isCuratorProposed: boolean; readonly asCuratorProposed: { readonly bountyId: u32; - readonly curator: AccountId32; + readonly curator: PezspCoreCryptoAccountId32; } & Struct; readonly isCuratorUnassigned: boolean; readonly asCuratorUnassigned: { @@ -1542,7 +1544,7 @@ declare module '@pezkuwi/types/lookup' { readonly isCuratorAccepted: boolean; readonly asCuratorAccepted: { readonly bountyId: u32; - readonly curator: AccountId32; + readonly curator: PezspCoreCryptoAccountId32; } & Struct; readonly type: 'BountyProposed' | 'BountyRejected' | 'BountyBecameActive' | 'BountyAwarded' | 'BountyClaimed' | 'BountyCanceled' | 'BountyExtended' | 'BountyApproved' | 'CuratorProposed' | 'CuratorUnassigned' | 'CuratorAccepted'; } @@ -1560,7 +1562,7 @@ declare module '@pezkuwi/types/lookup' { readonly isTipClosed: boolean; readonly asTipClosed: { readonly tipHash: H256; - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly payout: u128; } & Struct; readonly isTipRetracted: boolean; @@ -1570,7 +1572,7 @@ declare module '@pezkuwi/types/lookup' { readonly isTipSlashed: boolean; readonly asTipSlashed: { readonly tipHash: H256; - readonly finder: AccountId32; + readonly finder: PezspCoreCryptoAccountId32; readonly deposit: u128; } & Struct; readonly type: 'NewTip' | 'TipClosing' | 'TipClosed' | 'TipRetracted' | 'TipSlashed'; @@ -1581,49 +1583,49 @@ declare module '@pezkuwi/types/lookup' { readonly isCreated: boolean; readonly asCreated: { readonly assetId: u32; - readonly creator: AccountId32; - readonly owner: AccountId32; + readonly creator: PezspCoreCryptoAccountId32; + readonly owner: PezspCoreCryptoAccountId32; } & Struct; readonly isIssued: boolean; readonly asIssued: { readonly assetId: u32; - readonly owner: AccountId32; + readonly owner: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly isTransferred: boolean; readonly asTransferred: { readonly assetId: u32; - readonly from: AccountId32; - readonly to: AccountId32; + readonly from: PezspCoreCryptoAccountId32; + readonly to: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly isBurned: boolean; readonly asBurned: { readonly assetId: u32; - readonly owner: AccountId32; + readonly owner: PezspCoreCryptoAccountId32; readonly balance: u128; } & Struct; readonly isTeamChanged: boolean; readonly asTeamChanged: { readonly assetId: u32; - readonly issuer: AccountId32; - readonly admin: AccountId32; - readonly freezer: AccountId32; + readonly issuer: PezspCoreCryptoAccountId32; + readonly admin: PezspCoreCryptoAccountId32; + readonly freezer: PezspCoreCryptoAccountId32; } & Struct; readonly isOwnerChanged: boolean; readonly asOwnerChanged: { readonly assetId: u32; - readonly owner: AccountId32; + readonly owner: PezspCoreCryptoAccountId32; } & Struct; readonly isFrozen: boolean; readonly asFrozen: { readonly assetId: u32; - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; } & Struct; readonly isThawed: boolean; readonly asThawed: { readonly assetId: u32; - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; } & Struct; readonly isAssetFrozen: boolean; readonly asAssetFrozen: { @@ -1656,7 +1658,7 @@ declare module '@pezkuwi/types/lookup' { readonly isForceCreated: boolean; readonly asForceCreated: { readonly assetId: u32; - readonly owner: AccountId32; + readonly owner: PezspCoreCryptoAccountId32; } & Struct; readonly isMetadataSet: boolean; readonly asMetadataSet: { @@ -1673,22 +1675,22 @@ declare module '@pezkuwi/types/lookup' { readonly isApprovedTransfer: boolean; readonly asApprovedTransfer: { readonly assetId: u32; - readonly source: AccountId32; - readonly delegate: AccountId32; + readonly source: PezspCoreCryptoAccountId32; + readonly delegate: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly isApprovalCancelled: boolean; readonly asApprovalCancelled: { readonly assetId: u32; - readonly owner: AccountId32; - readonly delegate: AccountId32; + readonly owner: PezspCoreCryptoAccountId32; + readonly delegate: PezspCoreCryptoAccountId32; } & Struct; readonly isTransferredApproved: boolean; readonly asTransferredApproved: { readonly assetId: u32; - readonly owner: AccountId32; - readonly delegate: AccountId32; - readonly destination: AccountId32; + readonly owner: PezspCoreCryptoAccountId32; + readonly delegate: PezspCoreCryptoAccountId32; + readonly destination: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly isAssetStatusChanged: boolean; @@ -1703,24 +1705,24 @@ declare module '@pezkuwi/types/lookup' { readonly isTouched: boolean; readonly asTouched: { readonly assetId: u32; - readonly who: AccountId32; - readonly depositor: AccountId32; + readonly who: PezspCoreCryptoAccountId32; + readonly depositor: PezspCoreCryptoAccountId32; } & Struct; readonly isBlocked: boolean; readonly asBlocked: { readonly assetId: u32; - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; } & Struct; readonly isDeposited: boolean; readonly asDeposited: { readonly assetId: u32; - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly isWithdrawn: boolean; readonly asWithdrawn: { readonly assetId: u32; - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly type: 'Created' | 'Issued' | 'Transferred' | 'Burned' | 'TeamChanged' | 'OwnerChanged' | 'Frozen' | 'Thawed' | 'AssetFrozen' | 'AssetThawed' | 'AccountsDestroyed' | 'ApprovalsDestroyed' | 'DestructionStarted' | 'Destroyed' | 'ForceCreated' | 'MetadataSet' | 'MetadataCleared' | 'ApprovedTransfer' | 'ApprovalCancelled' | 'TransferredApproved' | 'AssetStatusChanged' | 'AssetMinBalanceChanged' | 'Touched' | 'Blocked' | 'Deposited' | 'Withdrawn'; @@ -1732,12 +1734,12 @@ declare module '@pezkuwi/types/lookup' { readonly isCallsUpdated: boolean; readonly isWinner: boolean; readonly asWinner: { - readonly winner: AccountId32; + readonly winner: PezspCoreCryptoAccountId32; readonly lotteryBalance: u128; } & Struct; readonly isTicketBought: boolean; readonly asTicketBought: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly callIndex: ITuple<[u8, u8]>; } & Struct; readonly type: 'LotteryStarted' | 'CallsUpdated' | 'Winner' | 'TicketBought'; @@ -1747,19 +1749,19 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletNisEvent extends Enum { readonly isBidPlaced: boolean; readonly asBidPlaced: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly amount: u128; readonly duration: u32; } & Struct; readonly isBidRetracted: boolean; readonly asBidRetracted: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly amount: u128; readonly duration: u32; } & Struct; readonly isBidDropped: boolean; readonly asBidDropped: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly amount: u128; readonly duration: u32; } & Struct; @@ -1767,15 +1769,15 @@ declare module '@pezkuwi/types/lookup' { readonly asIssued: { readonly index: u32; readonly expiry: u32; - readonly who: AccountId32; - readonly proportion: Perquintill; + readonly who: PezspCoreCryptoAccountId32; + readonly proportion: u64; readonly amount: u128; } & Struct; readonly isThawed: boolean; readonly asThawed: { readonly index: u32; - readonly who: AccountId32; - readonly proportion: Perquintill; + readonly who: PezspCoreCryptoAccountId32; + readonly proportion: u64; readonly amount: u128; readonly dropped: bool; } & Struct; @@ -1785,8 +1787,8 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isTransferred: boolean; readonly asTransferred: { - readonly from: AccountId32; - readonly to: AccountId32; + readonly from: PezspCoreCryptoAccountId32; + readonly to: PezspCoreCryptoAccountId32; readonly index: u32; } & Struct; readonly type: 'BidPlaced' | 'BidRetracted' | 'BidDropped' | 'Issued' | 'Thawed' | 'Funded' | 'Transferred'; @@ -1797,13 +1799,13 @@ declare module '@pezkuwi/types/lookup' { readonly isCreated: boolean; readonly asCreated: { readonly collection: u32; - readonly creator: AccountId32; - readonly owner: AccountId32; + readonly creator: PezspCoreCryptoAccountId32; + readonly owner: PezspCoreCryptoAccountId32; } & Struct; readonly isForceCreated: boolean; readonly asForceCreated: { readonly collection: u32; - readonly owner: AccountId32; + readonly owner: PezspCoreCryptoAccountId32; } & Struct; readonly isDestroyed: boolean; readonly asDestroyed: { @@ -1813,20 +1815,20 @@ declare module '@pezkuwi/types/lookup' { readonly asIssued: { readonly collection: u32; readonly item: u32; - readonly owner: AccountId32; + readonly owner: PezspCoreCryptoAccountId32; } & Struct; readonly isTransferred: boolean; readonly asTransferred: { readonly collection: u32; readonly item: u32; - readonly from: AccountId32; - readonly to: AccountId32; + readonly from: PezspCoreCryptoAccountId32; + readonly to: PezspCoreCryptoAccountId32; } & Struct; readonly isBurned: boolean; readonly asBurned: { readonly collection: u32; readonly item: u32; - readonly owner: AccountId32; + readonly owner: PezspCoreCryptoAccountId32; } & Struct; readonly isFrozen: boolean; readonly asFrozen: { @@ -1849,28 +1851,28 @@ declare module '@pezkuwi/types/lookup' { readonly isOwnerChanged: boolean; readonly asOwnerChanged: { readonly collection: u32; - readonly newOwner: AccountId32; + readonly newOwner: PezspCoreCryptoAccountId32; } & Struct; readonly isTeamChanged: boolean; readonly asTeamChanged: { readonly collection: u32; - readonly issuer: AccountId32; - readonly admin: AccountId32; - readonly freezer: AccountId32; + readonly issuer: PezspCoreCryptoAccountId32; + readonly admin: PezspCoreCryptoAccountId32; + readonly freezer: PezspCoreCryptoAccountId32; } & Struct; readonly isApprovedTransfer: boolean; readonly asApprovedTransfer: { readonly collection: u32; readonly item: u32; - readonly owner: AccountId32; - readonly delegate: AccountId32; + readonly owner: PezspCoreCryptoAccountId32; + readonly delegate: PezspCoreCryptoAccountId32; } & Struct; readonly isApprovalCancelled: boolean; readonly asApprovalCancelled: { readonly collection: u32; readonly item: u32; - readonly owner: AccountId32; - readonly delegate: AccountId32; + readonly owner: PezspCoreCryptoAccountId32; + readonly delegate: PezspCoreCryptoAccountId32; } & Struct; readonly isItemStatusChanged: boolean; readonly asItemStatusChanged: { @@ -1918,7 +1920,7 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isOwnershipAcceptanceChanged: boolean; readonly asOwnershipAcceptanceChanged: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly maybeCollection: Option; } & Struct; readonly isCollectionMaxSupplySet: boolean; @@ -1931,7 +1933,7 @@ declare module '@pezkuwi/types/lookup' { readonly collection: u32; readonly item: u32; readonly price: u128; - readonly whitelistedBuyer: Option; + readonly whitelistedBuyer: Option; } & Struct; readonly isItemPriceRemoved: boolean; readonly asItemPriceRemoved: { @@ -1943,8 +1945,8 @@ declare module '@pezkuwi/types/lookup' { readonly collection: u32; readonly item: u32; readonly price: u128; - readonly seller: AccountId32; - readonly buyer: AccountId32; + readonly seller: PezspCoreCryptoAccountId32; + readonly buyer: PezspCoreCryptoAccountId32; } & Struct; readonly type: 'Created' | 'ForceCreated' | 'Destroyed' | 'Issued' | 'Transferred' | 'Burned' | 'Frozen' | 'Thawed' | 'CollectionFrozen' | 'CollectionThawed' | 'OwnerChanged' | 'TeamChanged' | 'ApprovedTransfer' | 'ApprovalCancelled' | 'ItemStatusChanged' | 'CollectionMetadataSet' | 'CollectionMetadataCleared' | 'MetadataSet' | 'MetadataCleared' | 'Redeposited' | 'AttributeSet' | 'AttributeCleared' | 'OwnershipAcceptanceChanged' | 'CollectionMaxSupplySet' | 'ItemPriceSet' | 'ItemPriceRemoved' | 'ItemBought'; } @@ -1954,13 +1956,13 @@ declare module '@pezkuwi/types/lookup' { readonly isCreated: boolean; readonly asCreated: { readonly collection: u32; - readonly creator: AccountId32; - readonly owner: AccountId32; + readonly creator: PezspCoreCryptoAccountId32; + readonly owner: PezspCoreCryptoAccountId32; } & Struct; readonly isForceCreated: boolean; readonly asForceCreated: { readonly collection: u32; - readonly owner: AccountId32; + readonly owner: PezspCoreCryptoAccountId32; } & Struct; readonly isDestroyed: boolean; readonly asDestroyed: { @@ -1970,20 +1972,20 @@ declare module '@pezkuwi/types/lookup' { readonly asIssued: { readonly collection: u32; readonly item: u32; - readonly owner: AccountId32; + readonly owner: PezspCoreCryptoAccountId32; } & Struct; readonly isTransferred: boolean; readonly asTransferred: { readonly collection: u32; readonly item: u32; - readonly from: AccountId32; - readonly to: AccountId32; + readonly from: PezspCoreCryptoAccountId32; + readonly to: PezspCoreCryptoAccountId32; } & Struct; readonly isBurned: boolean; readonly asBurned: { readonly collection: u32; readonly item: u32; - readonly owner: AccountId32; + readonly owner: PezspCoreCryptoAccountId32; } & Struct; readonly isItemTransferLocked: boolean; readonly asItemTransferLocked: { @@ -2009,35 +2011,35 @@ declare module '@pezkuwi/types/lookup' { readonly isOwnerChanged: boolean; readonly asOwnerChanged: { readonly collection: u32; - readonly newOwner: AccountId32; + readonly newOwner: PezspCoreCryptoAccountId32; } & Struct; readonly isTeamChanged: boolean; readonly asTeamChanged: { readonly collection: u32; - readonly issuer: Option; - readonly admin: Option; - readonly freezer: Option; + readonly issuer: Option; + readonly admin: Option; + readonly freezer: Option; } & Struct; readonly isTransferApproved: boolean; readonly asTransferApproved: { readonly collection: u32; readonly item: u32; - readonly owner: AccountId32; - readonly delegate: AccountId32; + readonly owner: PezspCoreCryptoAccountId32; + readonly delegate: PezspCoreCryptoAccountId32; readonly deadline: Option; } & Struct; readonly isApprovalCancelled: boolean; readonly asApprovalCancelled: { readonly collection: u32; readonly item: u32; - readonly owner: AccountId32; - readonly delegate: AccountId32; + readonly owner: PezspCoreCryptoAccountId32; + readonly delegate: PezspCoreCryptoAccountId32; } & Struct; readonly isAllApprovalsCancelled: boolean; readonly asAllApprovalsCancelled: { readonly collection: u32; readonly item: u32; - readonly owner: AccountId32; + readonly owner: PezspCoreCryptoAccountId32; } & Struct; readonly isCollectionConfigChanged: boolean; readonly asCollectionConfigChanged: { @@ -2087,17 +2089,17 @@ declare module '@pezkuwi/types/lookup' { readonly asItemAttributesApprovalAdded: { readonly collection: u32; readonly item: u32; - readonly delegate: AccountId32; + readonly delegate: PezspCoreCryptoAccountId32; } & Struct; readonly isItemAttributesApprovalRemoved: boolean; readonly asItemAttributesApprovalRemoved: { readonly collection: u32; readonly item: u32; - readonly delegate: AccountId32; + readonly delegate: PezspCoreCryptoAccountId32; } & Struct; readonly isOwnershipAcceptanceChanged: boolean; readonly asOwnershipAcceptanceChanged: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly maybeCollection: Option; } & Struct; readonly isCollectionMaxSupplySet: boolean; @@ -2118,7 +2120,7 @@ declare module '@pezkuwi/types/lookup' { readonly collection: u32; readonly item: u32; readonly price: u128; - readonly whitelistedBuyer: Option; + readonly whitelistedBuyer: Option; } & Struct; readonly isItemPriceRemoved: boolean; readonly asItemPriceRemoved: { @@ -2130,15 +2132,15 @@ declare module '@pezkuwi/types/lookup' { readonly collection: u32; readonly item: u32; readonly price: u128; - readonly seller: AccountId32; - readonly buyer: AccountId32; + readonly seller: PezspCoreCryptoAccountId32; + readonly buyer: PezspCoreCryptoAccountId32; } & Struct; readonly isTipSent: boolean; readonly asTipSent: { readonly collection: u32; readonly item: u32; - readonly sender: AccountId32; - readonly receiver: AccountId32; + readonly sender: PezspCoreCryptoAccountId32; + readonly receiver: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly isSwapCreated: boolean; @@ -2163,10 +2165,10 @@ declare module '@pezkuwi/types/lookup' { readonly asSwapClaimed: { readonly sentCollection: u32; readonly sentItem: u32; - readonly sentItemOwner: AccountId32; + readonly sentItemOwner: PezspCoreCryptoAccountId32; readonly receivedCollection: u32; readonly receivedItem: u32; - readonly receivedItemOwner: AccountId32; + readonly receivedItemOwner: PezspCoreCryptoAccountId32; readonly price: Option; readonly deadline: u32; } & Struct; @@ -2192,7 +2194,7 @@ declare module '@pezkuwi/types/lookup' { readonly isCollectionOwner: boolean; readonly isItemOwner: boolean; readonly isAccount: boolean; - readonly asAccount: AccountId32; + readonly asAccount: PezspCoreCryptoAccountId32; readonly type: 'Pallet' | 'CollectionOwner' | 'ItemOwner' | 'Account'; } @@ -2225,14 +2227,14 @@ declare module '@pezkuwi/types/lookup' { readonly nft: u32; readonly fractions: u128; readonly asset: u32; - readonly beneficiary: AccountId32; + readonly beneficiary: PezspCoreCryptoAccountId32; } & Struct; readonly isNftUnified: boolean; readonly asNftUnified: { readonly nftCollection: u32; readonly nft: u32; readonly asset: u32; - readonly beneficiary: AccountId32; + readonly beneficiary: PezspCoreCryptoAccountId32; } & Struct; readonly type: 'NftFractionalized' | 'NftUnified'; } @@ -2241,17 +2243,17 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletSalaryEvent extends Enum { readonly isInducted: boolean; readonly asInducted: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; } & Struct; readonly isRegistered: boolean; readonly asRegistered: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly isPaid: boolean; readonly asPaid: { - readonly who: AccountId32; - readonly beneficiary: AccountId32; + readonly who: PezspCoreCryptoAccountId32; + readonly beneficiary: PezspCoreCryptoAccountId32; readonly amount: u128; readonly id: Null; } & Struct; @@ -2261,8 +2263,8 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isSwapped: boolean; readonly asSwapped: { - readonly who: AccountId32; - readonly newWho: AccountId32; + readonly who: PezspCoreCryptoAccountId32; + readonly newWho: PezspCoreCryptoAccountId32; } & Struct; readonly type: 'Inducted' | 'Registered' | 'Paid' | 'CycleStarted' | 'Swapped'; } @@ -2275,40 +2277,40 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isActiveChanged: boolean; readonly asActiveChanged: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly isActive: bool; } & Struct; readonly isInducted: boolean; readonly asInducted: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; } & Struct; readonly isOffboarded: boolean; readonly asOffboarded: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; } & Struct; readonly isPromoted: boolean; readonly asPromoted: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly toRank: u16; } & Struct; readonly isDemoted: boolean; readonly asDemoted: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly toRank: u16; } & Struct; readonly isProven: boolean; readonly asProven: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly atRank: u16; } & Struct; readonly isRequested: boolean; readonly asRequested: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly wish: PezpalletCoreFellowshipWish; } & Struct; readonly isEvidenceJudged: boolean; readonly asEvidenceJudged: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly wish: PezpalletCoreFellowshipWish; readonly evidence: Bytes; readonly oldRank: u16; @@ -2316,13 +2318,13 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isImported: boolean; readonly asImported: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly rank: u16; } & Struct; readonly isSwapped: boolean; readonly asSwapped: { - readonly who: AccountId32; - readonly newWho: AccountId32; + readonly who: PezspCoreCryptoAccountId32; + readonly newWho: PezspCoreCryptoAccountId32; } & Struct; readonly type: 'ParamsChanged' | 'ActiveChanged' | 'Inducted' | 'Offboarded' | 'Promoted' | 'Demoted' | 'Proven' | 'Requested' | 'EvidenceJudged' | 'Imported' | 'Swapped'; } @@ -2361,13 +2363,13 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletBagsListEvent extends Enum { readonly isRebagged: boolean; readonly asRebagged: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly from: u64; readonly to: u64; } & Struct; readonly isScoreUpdated: boolean; readonly asScoreUpdated: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly newScore: u64; } & Struct; readonly type: 'Rebagged' | 'ScoreUpdated'; @@ -2383,7 +2385,7 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isSlashed: boolean; readonly asSlashed: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly isAutoMigrationFinished: boolean; @@ -2423,14 +2425,14 @@ declare module '@pezkuwi/types/lookup' { readonly asAwarded: { readonly index: u32; readonly childIndex: u32; - readonly beneficiary: AccountId32; + readonly beneficiary: PezspCoreCryptoAccountId32; } & Struct; readonly isClaimed: boolean; readonly asClaimed: { readonly index: u32; readonly childIndex: u32; readonly payout: u128; - readonly beneficiary: AccountId32; + readonly beneficiary: PezspCoreCryptoAccountId32; } & Struct; readonly isCanceled: boolean; readonly asCanceled: { @@ -2451,18 +2453,18 @@ declare module '@pezkuwi/types/lookup' { readonly isDecisionDepositPlaced: boolean; readonly asDecisionDepositPlaced: { readonly index: u32; - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly isDecisionDepositRefunded: boolean; readonly asDecisionDepositRefunded: { readonly index: u32; - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly isDepositSlashed: boolean; readonly asDepositSlashed: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly isDecisionStarted: boolean; @@ -2512,7 +2514,7 @@ declare module '@pezkuwi/types/lookup' { readonly isSubmissionDepositRefunded: boolean; readonly asSubmissionDepositRefunded: { readonly index: u32; - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly isMetadataSet: boolean; @@ -2653,7 +2655,7 @@ declare module '@pezkuwi/types/lookup' { interface PezframeSupportDispatchRawOrigin extends Enum { readonly isRoot: boolean; readonly isSigned: boolean; - readonly asSigned: AccountId32; + readonly asSigned: PezspCoreCryptoAccountId32; readonly isNone: boolean; readonly type: 'Root' | 'Signed' | 'None'; } @@ -2663,7 +2665,7 @@ declare module '@pezkuwi/types/lookup' { readonly isMembers: boolean; readonly asMembers: ITuple<[u32, u32]>; readonly isMember: boolean; - readonly asMember: AccountId32; + readonly asMember: PezspCoreCryptoAccountId32; readonly isPhantom: boolean; readonly type: 'Members' | 'Member' | 'Phantom'; } @@ -2749,7 +2751,7 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isTransfer: boolean; readonly asTransfer: { - readonly new_: MultiAddress; + readonly new_: PezspRuntimeMultiAddress; readonly index: u32; } & Struct; readonly isFree: boolean; @@ -2758,7 +2760,7 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isForceTransfer: boolean; readonly asForceTransfer: { - readonly new_: MultiAddress; + readonly new_: PezspRuntimeMultiAddress; readonly index: u32; readonly freeze: bool; } & Struct; @@ -2773,41 +2775,44 @@ declare module '@pezkuwi/types/lookup' { readonly type: 'Claim' | 'Transfer' | 'Free' | 'ForceTransfer' | 'Freeze' | 'PokeDeposit'; } + /** @name PezspRuntimeMultiAddress (163) */ + interface PezspRuntimeMultiAddress extends MultiAddress {} + /** @name PezpalletBalancesCall (165) */ interface PezpalletBalancesCall extends Enum { readonly isTransferAllowDeath: boolean; readonly asTransferAllowDeath: { - readonly dest: MultiAddress; + readonly dest: PezspRuntimeMultiAddress; readonly value: Compact; } & Struct; readonly isForceTransfer: boolean; readonly asForceTransfer: { - readonly source: MultiAddress; - readonly dest: MultiAddress; + readonly source: PezspRuntimeMultiAddress; + readonly dest: PezspRuntimeMultiAddress; readonly value: Compact; } & Struct; readonly isTransferKeepAlive: boolean; readonly asTransferKeepAlive: { - readonly dest: MultiAddress; + readonly dest: PezspRuntimeMultiAddress; readonly value: Compact; } & Struct; readonly isTransferAll: boolean; readonly asTransferAll: { - readonly dest: MultiAddress; + readonly dest: PezspRuntimeMultiAddress; readonly keepAlive: bool; } & Struct; readonly isForceUnreserve: boolean; readonly asForceUnreserve: { - readonly who: MultiAddress; + readonly who: PezspRuntimeMultiAddress; readonly amount: u128; } & Struct; readonly isUpgradeAccounts: boolean; readonly asUpgradeAccounts: { - readonly who: Vec; + readonly who: Vec; } & Struct; readonly isForceSetBalance: boolean; readonly asForceSetBalance: { - readonly who: MultiAddress; + readonly who: PezspRuntimeMultiAddress; readonly newFree: Compact; } & Struct; readonly isForceAdjustTotalIssuance: boolean; @@ -2843,7 +2848,7 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isSetEmergencyElectionResult: boolean; readonly asSetEmergencyElectionResult: { - readonly supports: Vec>; + readonly supports: Vec>; } & Struct; readonly isSubmit: boolean; readonly asSubmit: { @@ -2867,21 +2872,21 @@ declare module '@pezkuwi/types/lookup' { /** @name KitchensinkRuntimeNposSolution16 (170) */ interface KitchensinkRuntimeNposSolution16 extends Struct { readonly votes1: Vec, Compact]>>; - readonly votes2: Vec, ITuple<[Compact, Compact]>, Compact]>>; - readonly votes3: Vec, Vec, Compact]>>, Compact]>>; - readonly votes4: Vec, Vec, Compact]>>, Compact]>>; - readonly votes5: Vec, Vec, Compact]>>, Compact]>>; - readonly votes6: Vec, Vec, Compact]>>, Compact]>>; - readonly votes7: Vec, Vec, Compact]>>, Compact]>>; - readonly votes8: Vec, Vec, Compact]>>, Compact]>>; - readonly votes9: Vec, Vec, Compact]>>, Compact]>>; - readonly votes10: Vec, Vec, Compact]>>, Compact]>>; - readonly votes11: Vec, Vec, Compact]>>, Compact]>>; - readonly votes12: Vec, Vec, Compact]>>, Compact]>>; - readonly votes13: Vec, Vec, Compact]>>, Compact]>>; - readonly votes14: Vec, Vec, Compact]>>, Compact]>>; - readonly votes15: Vec, Vec, Compact]>>, Compact]>>; - readonly votes16: Vec, Vec, Compact]>>, Compact]>>; + readonly votes2: Vec, ITuple<[Compact, Compact]>, Compact]>>; + readonly votes3: Vec, Vec, Compact]>>, Compact]>>; + readonly votes4: Vec, Vec, Compact]>>, Compact]>>; + readonly votes5: Vec, Vec, Compact]>>, Compact]>>; + readonly votes6: Vec, Vec, Compact]>>, Compact]>>; + readonly votes7: Vec, Vec, Compact]>>, Compact]>>; + readonly votes8: Vec, Vec, Compact]>>, Compact]>>; + readonly votes9: Vec, Vec, Compact]>>, Compact]>>; + readonly votes10: Vec, Vec, Compact]>>, Compact]>>; + readonly votes11: Vec, Vec, Compact]>>, Compact]>>; + readonly votes12: Vec, Vec, Compact]>>, Compact]>>; + readonly votes13: Vec, Vec, Compact]>>, Compact]>>; + readonly votes14: Vec, Vec, Compact]>>, Compact]>>; + readonly votes15: Vec, Vec, Compact]>>, Compact]>>; + readonly votes16: Vec, Vec, Compact]>>, Compact]>>; } /** @name PezpalletElectionProviderMultiPhaseSolutionOrSnapshotSize (221) */ @@ -2893,7 +2898,7 @@ declare module '@pezkuwi/types/lookup' { /** @name PezspNposElectionsSupport (225) */ interface PezspNposElectionsSupport extends Struct { readonly total: u128; - readonly voters: Vec>; + readonly voters: Vec>; } /** @name PezpalletStakingPezpalletCall (226) */ @@ -2921,7 +2926,7 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isNominate: boolean; readonly asNominate: { - readonly targets: Vec; + readonly targets: Vec; } & Struct; readonly isChill: boolean; readonly isSetPayee: boolean; @@ -2939,17 +2944,17 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isScaleValidatorCount: boolean; readonly asScaleValidatorCount: { - readonly factor: Percent; + readonly factor: u8; } & Struct; readonly isForceNoEras: boolean; readonly isForceNewEra: boolean; readonly isSetInvulnerables: boolean; readonly asSetInvulnerables: { - readonly invulnerables: Vec; + readonly invulnerables: Vec; } & Struct; readonly isForceUnstake: boolean; readonly asForceUnstake: { - readonly stash: AccountId32; + readonly stash: PezspCoreCryptoAccountId32; readonly numSlashingSpans: u32; } & Struct; readonly isForceNewEraAlways: boolean; @@ -2960,7 +2965,7 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isPayoutStakers: boolean; readonly asPayoutStakers: { - readonly validatorStash: AccountId32; + readonly validatorStash: PezspCoreCryptoAccountId32; readonly era: u32; } & Struct; readonly isRebond: boolean; @@ -2969,12 +2974,12 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isReapStash: boolean; readonly asReapStash: { - readonly stash: AccountId32; + readonly stash: PezspCoreCryptoAccountId32; readonly numSlashingSpans: u32; } & Struct; readonly isKick: boolean; readonly asKick: { - readonly who: Vec; + readonly who: Vec; } & Struct; readonly isSetStakingConfigs: boolean; readonly asSetStakingConfigs: { @@ -2988,46 +2993,46 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isChillOther: boolean; readonly asChillOther: { - readonly stash: AccountId32; + readonly stash: PezspCoreCryptoAccountId32; } & Struct; readonly isForceApplyMinCommission: boolean; readonly asForceApplyMinCommission: { - readonly validatorStash: AccountId32; + readonly validatorStash: PezspCoreCryptoAccountId32; } & Struct; readonly isSetMinCommission: boolean; readonly asSetMinCommission: { - readonly new_: Perbill; + readonly new_: u32; } & Struct; readonly isPayoutStakersByPage: boolean; readonly asPayoutStakersByPage: { - readonly validatorStash: AccountId32; + readonly validatorStash: PezspCoreCryptoAccountId32; readonly era: u32; readonly page: u32; } & Struct; readonly isUpdatePayee: boolean; readonly asUpdatePayee: { - readonly controller: AccountId32; + readonly controller: PezspCoreCryptoAccountId32; } & Struct; readonly isDeprecateControllerBatch: boolean; readonly asDeprecateControllerBatch: { - readonly controllers: Vec; + readonly controllers: Vec; } & Struct; readonly isRestoreLedger: boolean; readonly asRestoreLedger: { - readonly stash: AccountId32; - readonly maybeController: Option; + readonly stash: PezspCoreCryptoAccountId32; + readonly maybeController: Option; readonly maybeTotal: Option; readonly maybeUnlocking: Option>; } & Struct; readonly isMigrateCurrency: boolean; readonly asMigrateCurrency: { - readonly stash: AccountId32; + readonly stash: PezspCoreCryptoAccountId32; } & Struct; readonly isManualSlash: boolean; readonly asManualSlash: { - readonly validatorStash: AccountId32; + readonly validatorStash: PezspCoreCryptoAccountId32; readonly era: u32; - readonly slashFraction: Perbill; + readonly slashFraction: u32; } & Struct; readonly type: 'Bond' | 'BondExtra' | 'Unbond' | 'WithdrawUnbonded' | 'Validate' | 'Nominate' | 'Chill' | 'SetPayee' | 'SetController' | 'SetValidatorCount' | 'IncreaseValidatorCount' | 'ScaleValidatorCount' | 'ForceNoEras' | 'ForceNewEra' | 'SetInvulnerables' | 'ForceUnstake' | 'ForceNewEraAlways' | 'CancelDeferredSlash' | 'PayoutStakers' | 'Rebond' | 'ReapStash' | 'Kick' | 'SetStakingConfigs' | 'ChillOther' | 'ForceApplyMinCommission' | 'SetMinCommission' | 'PayoutStakersByPage' | 'UpdatePayee' | 'DeprecateControllerBatch' | 'RestoreLedger' | 'MigrateCurrency' | 'ManualSlash'; } @@ -3054,7 +3059,7 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletStakingPezpalletConfigOpPercent extends Enum { readonly isNoop: boolean; readonly isSet: boolean; - readonly asSet: Percent; + readonly asSet: u8; readonly isRemove: boolean; readonly type: 'Noop' | 'Set' | 'Remove'; } @@ -3063,7 +3068,7 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletStakingPezpalletConfigOpPerbill extends Enum { readonly isNoop: boolean; readonly isSet: boolean; - readonly asSet: Perbill; + readonly asSet: u32; readonly isRemove: boolean; readonly type: 'Noop' | 'Set' | 'Remove'; } @@ -3152,7 +3157,7 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isDelegate: boolean; readonly asDelegate: { - readonly to: MultiAddress; + readonly to: PezspRuntimeMultiAddress; readonly conviction: PezpalletDemocracyConviction; readonly balance: u128; } & Struct; @@ -3160,7 +3165,7 @@ declare module '@pezkuwi/types/lookup' { readonly isClearPublicProposals: boolean; readonly isUnlock: boolean; readonly asUnlock: { - readonly target: MultiAddress; + readonly target: PezspRuntimeMultiAddress; } & Struct; readonly isRemoveVote: boolean; readonly asRemoveVote: { @@ -3168,7 +3173,7 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isRemoveOtherVote: boolean; readonly asRemoveOtherVote: { - readonly target: MultiAddress; + readonly target: PezspRuntimeMultiAddress; readonly index: u32; } & Struct; readonly isBlacklist: boolean; @@ -3204,8 +3209,8 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletCollectiveCall extends Enum { readonly isSetMembers: boolean; readonly asSetMembers: { - readonly newMembers: Vec; - readonly prime: Option; + readonly newMembers: Vec; + readonly prime: Option; readonly oldCount: u32; } & Struct; readonly isExecute: boolean; @@ -3251,7 +3256,7 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletElectionsPhragmenCall extends Enum { readonly isVote: boolean; readonly asVote: { - readonly votes: Vec; + readonly votes: Vec; readonly value: Compact; } & Struct; readonly isRemoveVoter: boolean; @@ -3265,7 +3270,7 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isRemoveMember: boolean; readonly asRemoveMember: { - readonly who: MultiAddress; + readonly who: PezspRuntimeMultiAddress; readonly slashBond: bool; readonly rerunElection: bool; } & Struct; @@ -3290,28 +3295,28 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletMembershipCall extends Enum { readonly isAddMember: boolean; readonly asAddMember: { - readonly who: MultiAddress; + readonly who: PezspRuntimeMultiAddress; } & Struct; readonly isRemoveMember: boolean; readonly asRemoveMember: { - readonly who: MultiAddress; + readonly who: PezspRuntimeMultiAddress; } & Struct; readonly isSwapMember: boolean; readonly asSwapMember: { - readonly remove: MultiAddress; - readonly add: MultiAddress; + readonly remove: PezspRuntimeMultiAddress; + readonly add: PezspRuntimeMultiAddress; } & Struct; readonly isResetMembers: boolean; readonly asResetMembers: { - readonly members: Vec; + readonly members: Vec; } & Struct; readonly isChangeKey: boolean; readonly asChangeKey: { - readonly new_: MultiAddress; + readonly new_: PezspRuntimeMultiAddress; } & Struct; readonly isSetPrime: boolean; readonly asSetPrime: { - readonly who: MultiAddress; + readonly who: PezspRuntimeMultiAddress; } & Struct; readonly isClearPrime: boolean; readonly type: 'AddMember' | 'RemoveMember' | 'SwapMember' | 'ResetMembers' | 'ChangeKey' | 'SetPrime' | 'ClearPrime'; @@ -3388,7 +3393,7 @@ declare module '@pezkuwi/types/lookup' { readonly isSpendLocal: boolean; readonly asSpendLocal: { readonly amount: Compact; - readonly beneficiary: MultiAddress; + readonly beneficiary: PezspRuntimeMultiAddress; } & Struct; readonly isRemoveApproval: boolean; readonly asRemoveApproval: { @@ -3398,7 +3403,7 @@ declare module '@pezkuwi/types/lookup' { readonly asSpend: { readonly assetKind: PezframeSupportTokensFungibleUnionOfNativeOrWithId; readonly amount: Compact; - readonly beneficiary: MultiAddress; + readonly beneficiary: PezspRuntimeMultiAddress; readonly validFrom: Option; } & Struct; readonly isPayout: boolean; @@ -3439,7 +3444,7 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletContractsCall extends Enum { readonly isCallOldWeight: boolean; readonly asCallOldWeight: { - readonly dest: MultiAddress; + readonly dest: PezspRuntimeMultiAddress; readonly value: Compact; readonly gasLimit: Compact; readonly storageDepositLimit: Option>; @@ -3475,12 +3480,12 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isSetCode: boolean; readonly asSetCode: { - readonly dest: MultiAddress; + readonly dest: PezspRuntimeMultiAddress; readonly codeHash: H256; } & Struct; readonly isCall: boolean; readonly asCall: { - readonly dest: MultiAddress; + readonly dest: PezspRuntimeMultiAddress; readonly value: Compact; readonly gasLimit: PezspWeightsWeightV2Weight; readonly storageDepositLimit: Option>; @@ -3531,11 +3536,11 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isSetKey: boolean; readonly asSetKey: { - readonly new_: MultiAddress; + readonly new_: PezspRuntimeMultiAddress; } & Struct; readonly isSudoAs: boolean; readonly asSudoAs: { - readonly who: MultiAddress; + readonly who: PezspRuntimeMultiAddress; readonly call: RuntimeCall; } & Struct; readonly isRemoveKey: boolean; @@ -3567,7 +3572,7 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletIdentityCall extends Enum { readonly isAddRegistrar: boolean; readonly asAddRegistrar: { - readonly account: MultiAddress; + readonly account: PezspRuntimeMultiAddress; } & Struct; readonly isSetIdentity: boolean; readonly asSetIdentity: { @@ -3575,7 +3580,7 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isSetSubs: boolean; readonly asSetSubs: { - readonly subs: Vec>; + readonly subs: Vec>; } & Struct; readonly isClearIdentity: boolean; readonly isRequestJudgement: boolean; @@ -3595,7 +3600,7 @@ declare module '@pezkuwi/types/lookup' { readonly isSetAccountId: boolean; readonly asSetAccountId: { readonly index: Compact; - readonly new_: MultiAddress; + readonly new_: PezspRuntimeMultiAddress; } & Struct; readonly isSetFields: boolean; readonly asSetFields: { @@ -3605,43 +3610,43 @@ declare module '@pezkuwi/types/lookup' { readonly isProvideJudgement: boolean; readonly asProvideJudgement: { readonly regIndex: Compact; - readonly target: MultiAddress; + readonly target: PezspRuntimeMultiAddress; readonly judgement: PezpalletIdentityJudgement; readonly identity: H256; } & Struct; readonly isKillIdentity: boolean; readonly asKillIdentity: { - readonly target: MultiAddress; + readonly target: PezspRuntimeMultiAddress; } & Struct; readonly isAddSub: boolean; readonly asAddSub: { - readonly sub: MultiAddress; + readonly sub: PezspRuntimeMultiAddress; readonly data: Data; } & Struct; readonly isRenameSub: boolean; readonly asRenameSub: { - readonly sub: MultiAddress; + readonly sub: PezspRuntimeMultiAddress; readonly data: Data; } & Struct; readonly isRemoveSub: boolean; readonly asRemoveSub: { - readonly sub: MultiAddress; + readonly sub: PezspRuntimeMultiAddress; } & Struct; readonly isQuitSub: boolean; readonly isAddUsernameAuthority: boolean; readonly asAddUsernameAuthority: { - readonly authority: MultiAddress; + readonly authority: PezspRuntimeMultiAddress; readonly suffix: Bytes; readonly allocation: u32; } & Struct; readonly isRemoveUsernameAuthority: boolean; readonly asRemoveUsernameAuthority: { readonly suffix: Bytes; - readonly authority: MultiAddress; + readonly authority: PezspRuntimeMultiAddress; } & Struct; readonly isSetUsernameFor: boolean; readonly asSetUsernameFor: { - readonly who: MultiAddress; + readonly who: PezspRuntimeMultiAddress; readonly username: Bytes; readonly signature: Option; readonly useAllocation: bool; @@ -3719,14 +3724,14 @@ declare module '@pezkuwi/types/lookup' { readonly isUnbid: boolean; readonly isVouch: boolean; readonly asVouch: { - readonly who: MultiAddress; + readonly who: PezspRuntimeMultiAddress; readonly value: u128; readonly tip: u128; } & Struct; readonly isUnvouch: boolean; readonly isVote: boolean; readonly asVote: { - readonly candidate: MultiAddress; + readonly candidate: PezspRuntimeMultiAddress; readonly approve: bool; } & Struct; readonly isDefenderVote: boolean; @@ -3740,7 +3745,7 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isFoundSociety: boolean; readonly asFoundSociety: { - readonly founder: MultiAddress; + readonly founder: PezspRuntimeMultiAddress; readonly maxMembers: u32; readonly maxIntake: u32; readonly maxStrikes: u32; @@ -3750,7 +3755,7 @@ declare module '@pezkuwi/types/lookup' { readonly isDissolve: boolean; readonly isJudgeSuspendedMember: boolean; readonly asJudgeSuspendedMember: { - readonly who: MultiAddress; + readonly who: PezspRuntimeMultiAddress; readonly forgive: bool; } & Struct; readonly isSetParameters: boolean; @@ -3764,20 +3769,20 @@ declare module '@pezkuwi/types/lookup' { readonly isClaimMembership: boolean; readonly isBestowMembership: boolean; readonly asBestowMembership: { - readonly candidate: AccountId32; + readonly candidate: PezspCoreCryptoAccountId32; } & Struct; readonly isKickCandidate: boolean; readonly asKickCandidate: { - readonly candidate: AccountId32; + readonly candidate: PezspCoreCryptoAccountId32; } & Struct; readonly isResignCandidacy: boolean; readonly isDropCandidate: boolean; readonly asDropCandidate: { - readonly candidate: AccountId32; + readonly candidate: PezspCoreCryptoAccountId32; } & Struct; readonly isCleanupCandidacy: boolean; readonly asCleanupCandidacy: { - readonly candidate: AccountId32; + readonly candidate: PezspCoreCryptoAccountId32; readonly max: u32; } & Struct; readonly isCleanupChallenge: boolean; @@ -3792,41 +3797,41 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletRecoveryCall extends Enum { readonly isAsRecovered: boolean; readonly asAsRecovered: { - readonly account: MultiAddress; + readonly account: PezspRuntimeMultiAddress; readonly call: RuntimeCall; } & Struct; readonly isSetRecovered: boolean; readonly asSetRecovered: { - readonly lost: MultiAddress; - readonly rescuer: MultiAddress; + readonly lost: PezspRuntimeMultiAddress; + readonly rescuer: PezspRuntimeMultiAddress; } & Struct; readonly isCreateRecovery: boolean; readonly asCreateRecovery: { - readonly friends: Vec; + readonly friends: Vec; readonly threshold: u16; readonly delayPeriod: u32; } & Struct; readonly isInitiateRecovery: boolean; readonly asInitiateRecovery: { - readonly account: MultiAddress; + readonly account: PezspRuntimeMultiAddress; } & Struct; readonly isVouchRecovery: boolean; readonly asVouchRecovery: { - readonly lost: MultiAddress; - readonly rescuer: MultiAddress; + readonly lost: PezspRuntimeMultiAddress; + readonly rescuer: PezspRuntimeMultiAddress; } & Struct; readonly isClaimRecovery: boolean; readonly asClaimRecovery: { - readonly account: MultiAddress; + readonly account: PezspRuntimeMultiAddress; } & Struct; readonly isCloseRecovery: boolean; readonly asCloseRecovery: { - readonly rescuer: MultiAddress; + readonly rescuer: PezspRuntimeMultiAddress; } & Struct; readonly isRemoveRecovery: boolean; readonly isCancelRecovered: boolean; readonly asCancelRecovered: { - readonly account: MultiAddress; + readonly account: PezspRuntimeMultiAddress; } & Struct; readonly type: 'AsRecovered' | 'SetRecovered' | 'CreateRecovery' | 'InitiateRecovery' | 'VouchRecovery' | 'ClaimRecovery' | 'CloseRecovery' | 'RemoveRecovery' | 'CancelRecovered'; } @@ -3836,17 +3841,17 @@ declare module '@pezkuwi/types/lookup' { readonly isVest: boolean; readonly isVestOther: boolean; readonly asVestOther: { - readonly target: MultiAddress; + readonly target: PezspRuntimeMultiAddress; } & Struct; readonly isVestedTransfer: boolean; readonly asVestedTransfer: { - readonly target: MultiAddress; + readonly target: PezspRuntimeMultiAddress; readonly schedule: PezpalletVestingVestingInfo; } & Struct; readonly isForceVestedTransfer: boolean; readonly asForceVestedTransfer: { - readonly source: MultiAddress; - readonly target: MultiAddress; + readonly source: PezspRuntimeMultiAddress; + readonly target: PezspRuntimeMultiAddress; readonly schedule: PezpalletVestingVestingInfo; } & Struct; readonly isMergeSchedules: boolean; @@ -3856,7 +3861,7 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isForceRemoveVestingSchedule: boolean; readonly asForceRemoveVestingSchedule: { - readonly target: MultiAddress; + readonly target: PezspRuntimeMultiAddress; readonly scheduleIndex: u32; } & Struct; readonly type: 'Vest' | 'VestOther' | 'VestedTransfer' | 'ForceVestedTransfer' | 'MergeSchedules' | 'ForceRemoveVestingSchedule'; @@ -3988,19 +3993,19 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletProxyCall extends Enum { readonly isProxy: boolean; readonly asProxy: { - readonly real: MultiAddress; + readonly real: PezspRuntimeMultiAddress; readonly forceProxyType: Option; readonly call: RuntimeCall; } & Struct; readonly isAddProxy: boolean; readonly asAddProxy: { - readonly delegate: MultiAddress; + readonly delegate: PezspRuntimeMultiAddress; readonly proxyType: KitchensinkRuntimeProxyType; readonly delay: u32; } & Struct; readonly isRemoveProxy: boolean; readonly asRemoveProxy: { - readonly delegate: MultiAddress; + readonly delegate: PezspRuntimeMultiAddress; readonly proxyType: KitchensinkRuntimeProxyType; readonly delay: u32; } & Struct; @@ -4013,7 +4018,7 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isKillPure: boolean; readonly asKillPure: { - readonly spawner: MultiAddress; + readonly spawner: PezspRuntimeMultiAddress; readonly proxyType: KitchensinkRuntimeProxyType; readonly index: u16; readonly height: Compact; @@ -4021,23 +4026,23 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isAnnounce: boolean; readonly asAnnounce: { - readonly real: MultiAddress; + readonly real: PezspRuntimeMultiAddress; readonly callHash: H256; } & Struct; readonly isRemoveAnnouncement: boolean; readonly asRemoveAnnouncement: { - readonly real: MultiAddress; + readonly real: PezspRuntimeMultiAddress; readonly callHash: H256; } & Struct; readonly isRejectAnnouncement: boolean; readonly asRejectAnnouncement: { - readonly delegate: MultiAddress; + readonly delegate: PezspRuntimeMultiAddress; readonly callHash: H256; } & Struct; readonly isProxyAnnounced: boolean; readonly asProxyAnnounced: { - readonly delegate: MultiAddress; - readonly real: MultiAddress; + readonly delegate: PezspRuntimeMultiAddress; + readonly real: PezspRuntimeMultiAddress; readonly forceProxyType: Option; readonly call: RuntimeCall; } & Struct; @@ -4049,13 +4054,13 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletMultisigCall extends Enum { readonly isAsMultiThreshold1: boolean; readonly asAsMultiThreshold1: { - readonly otherSignatories: Vec; + readonly otherSignatories: Vec; readonly call: RuntimeCall; } & Struct; readonly isAsMulti: boolean; readonly asAsMulti: { readonly threshold: u16; - readonly otherSignatories: Vec; + readonly otherSignatories: Vec; readonly maybeTimepoint: Option; readonly call: RuntimeCall; readonly maxWeight: PezspWeightsWeightV2Weight; @@ -4063,7 +4068,7 @@ declare module '@pezkuwi/types/lookup' { readonly isApproveAsMulti: boolean; readonly asApproveAsMulti: { readonly threshold: u16; - readonly otherSignatories: Vec; + readonly otherSignatories: Vec; readonly maybeTimepoint: Option; readonly callHash: U8aFixed; readonly maxWeight: PezspWeightsWeightV2Weight; @@ -4071,14 +4076,14 @@ declare module '@pezkuwi/types/lookup' { readonly isCancelAsMulti: boolean; readonly asCancelAsMulti: { readonly threshold: u16; - readonly otherSignatories: Vec; + readonly otherSignatories: Vec; readonly timepoint: PezpalletMultisigTimepoint; readonly callHash: U8aFixed; } & Struct; readonly isPokeDeposit: boolean; readonly asPokeDeposit: { readonly threshold: u16; - readonly otherSignatories: Vec; + readonly otherSignatories: Vec; readonly callHash: U8aFixed; } & Struct; readonly type: 'AsMultiThreshold1' | 'AsMulti' | 'ApproveAsMulti' | 'CancelAsMulti' | 'PokeDeposit'; @@ -4098,7 +4103,7 @@ declare module '@pezkuwi/types/lookup' { readonly isProposeCurator: boolean; readonly asProposeCurator: { readonly bountyId: Compact; - readonly curator: MultiAddress; + readonly curator: PezspRuntimeMultiAddress; readonly fee: Compact; } & Struct; readonly isUnassignCurator: boolean; @@ -4112,7 +4117,7 @@ declare module '@pezkuwi/types/lookup' { readonly isAwardBounty: boolean; readonly asAwardBounty: { readonly bountyId: Compact; - readonly beneficiary: MultiAddress; + readonly beneficiary: PezspRuntimeMultiAddress; } & Struct; readonly isClaimBounty: boolean; readonly asClaimBounty: { @@ -4130,7 +4135,7 @@ declare module '@pezkuwi/types/lookup' { readonly isApproveBountyWithCurator: boolean; readonly asApproveBountyWithCurator: { readonly bountyId: Compact; - readonly curator: MultiAddress; + readonly curator: PezspRuntimeMultiAddress; readonly fee: Compact; } & Struct; readonly type: 'ProposeBounty' | 'ApproveBounty' | 'ProposeCurator' | 'UnassignCurator' | 'AcceptCurator' | 'AwardBounty' | 'ClaimBounty' | 'CloseBounty' | 'ExtendBountyExpiry' | 'ApproveBountyWithCurator'; @@ -4141,7 +4146,7 @@ declare module '@pezkuwi/types/lookup' { readonly isReportAwesome: boolean; readonly asReportAwesome: { readonly reason: Bytes; - readonly who: MultiAddress; + readonly who: PezspRuntimeMultiAddress; } & Struct; readonly isRetractTip: boolean; readonly asRetractTip: { @@ -4150,7 +4155,7 @@ declare module '@pezkuwi/types/lookup' { readonly isTipNew: boolean; readonly asTipNew: { readonly reason: Bytes; - readonly who: MultiAddress; + readonly who: PezspRuntimeMultiAddress; readonly tipValue: Compact; } & Struct; readonly isTip: boolean; @@ -4174,13 +4179,13 @@ declare module '@pezkuwi/types/lookup' { readonly isCreate: boolean; readonly asCreate: { readonly id: Compact; - readonly admin: MultiAddress; + readonly admin: PezspRuntimeMultiAddress; readonly minBalance: u128; } & Struct; readonly isForceCreate: boolean; readonly asForceCreate: { readonly id: Compact; - readonly owner: MultiAddress; + readonly owner: PezspRuntimeMultiAddress; readonly isSufficient: bool; readonly minBalance: Compact; } & Struct; @@ -4203,43 +4208,43 @@ declare module '@pezkuwi/types/lookup' { readonly isMint: boolean; readonly asMint: { readonly id: Compact; - readonly beneficiary: MultiAddress; + readonly beneficiary: PezspRuntimeMultiAddress; readonly amount: Compact; } & Struct; readonly isBurn: boolean; readonly asBurn: { readonly id: Compact; - readonly who: MultiAddress; + readonly who: PezspRuntimeMultiAddress; readonly amount: Compact; } & Struct; readonly isTransfer: boolean; readonly asTransfer: { readonly id: Compact; - readonly target: MultiAddress; + readonly target: PezspRuntimeMultiAddress; readonly amount: Compact; } & Struct; readonly isTransferKeepAlive: boolean; readonly asTransferKeepAlive: { readonly id: Compact; - readonly target: MultiAddress; + readonly target: PezspRuntimeMultiAddress; readonly amount: Compact; } & Struct; readonly isForceTransfer: boolean; readonly asForceTransfer: { readonly id: Compact; - readonly source: MultiAddress; - readonly dest: MultiAddress; + readonly source: PezspRuntimeMultiAddress; + readonly dest: PezspRuntimeMultiAddress; readonly amount: Compact; } & Struct; readonly isFreeze: boolean; readonly asFreeze: { readonly id: Compact; - readonly who: MultiAddress; + readonly who: PezspRuntimeMultiAddress; } & Struct; readonly isThaw: boolean; readonly asThaw: { readonly id: Compact; - readonly who: MultiAddress; + readonly who: PezspRuntimeMultiAddress; } & Struct; readonly isFreezeAsset: boolean; readonly asFreezeAsset: { @@ -4252,14 +4257,14 @@ declare module '@pezkuwi/types/lookup' { readonly isTransferOwnership: boolean; readonly asTransferOwnership: { readonly id: Compact; - readonly owner: MultiAddress; + readonly owner: PezspRuntimeMultiAddress; } & Struct; readonly isSetTeam: boolean; readonly asSetTeam: { readonly id: Compact; - readonly issuer: MultiAddress; - readonly admin: MultiAddress; - readonly freezer: MultiAddress; + readonly issuer: PezspRuntimeMultiAddress; + readonly admin: PezspRuntimeMultiAddress; + readonly freezer: PezspRuntimeMultiAddress; } & Struct; readonly isSetMetadata: boolean; readonly asSetMetadata: { @@ -4287,10 +4292,10 @@ declare module '@pezkuwi/types/lookup' { readonly isForceAssetStatus: boolean; readonly asForceAssetStatus: { readonly id: Compact; - readonly owner: MultiAddress; - readonly issuer: MultiAddress; - readonly admin: MultiAddress; - readonly freezer: MultiAddress; + readonly owner: PezspRuntimeMultiAddress; + readonly issuer: PezspRuntimeMultiAddress; + readonly admin: PezspRuntimeMultiAddress; + readonly freezer: PezspRuntimeMultiAddress; readonly minBalance: Compact; readonly isSufficient: bool; readonly isFrozen: bool; @@ -4298,25 +4303,25 @@ declare module '@pezkuwi/types/lookup' { readonly isApproveTransfer: boolean; readonly asApproveTransfer: { readonly id: Compact; - readonly delegate: MultiAddress; + readonly delegate: PezspRuntimeMultiAddress; readonly amount: Compact; } & Struct; readonly isCancelApproval: boolean; readonly asCancelApproval: { readonly id: Compact; - readonly delegate: MultiAddress; + readonly delegate: PezspRuntimeMultiAddress; } & Struct; readonly isForceCancelApproval: boolean; readonly asForceCancelApproval: { readonly id: Compact; - readonly owner: MultiAddress; - readonly delegate: MultiAddress; + readonly owner: PezspRuntimeMultiAddress; + readonly delegate: PezspRuntimeMultiAddress; } & Struct; readonly isTransferApproved: boolean; readonly asTransferApproved: { readonly id: Compact; - readonly owner: MultiAddress; - readonly destination: MultiAddress; + readonly owner: PezspRuntimeMultiAddress; + readonly destination: PezspRuntimeMultiAddress; readonly amount: Compact; } & Struct; readonly isTouch: boolean; @@ -4336,22 +4341,22 @@ declare module '@pezkuwi/types/lookup' { readonly isTouchOther: boolean; readonly asTouchOther: { readonly id: Compact; - readonly who: MultiAddress; + readonly who: PezspRuntimeMultiAddress; } & Struct; readonly isRefundOther: boolean; readonly asRefundOther: { readonly id: Compact; - readonly who: MultiAddress; + readonly who: PezspRuntimeMultiAddress; } & Struct; readonly isBlock: boolean; readonly asBlock: { readonly id: Compact; - readonly who: MultiAddress; + readonly who: PezspRuntimeMultiAddress; } & Struct; readonly isTransferAll: boolean; readonly asTransferAll: { readonly id: Compact; - readonly dest: MultiAddress; + readonly dest: PezspRuntimeMultiAddress; readonly keepAlive: bool; } & Struct; readonly type: 'Create' | 'ForceCreate' | 'StartDestroy' | 'DestroyAccounts' | 'DestroyApprovals' | 'FinishDestroy' | 'Mint' | 'Burn' | 'Transfer' | 'TransferKeepAlive' | 'ForceTransfer' | 'Freeze' | 'Thaw' | 'FreezeAsset' | 'ThawAsset' | 'TransferOwnership' | 'SetTeam' | 'SetMetadata' | 'ClearMetadata' | 'ForceSetMetadata' | 'ForceClearMetadata' | 'ForceAssetStatus' | 'ApproveTransfer' | 'CancelApproval' | 'ForceCancelApproval' | 'TransferApproved' | 'Touch' | 'Refund' | 'SetMinBalance' | 'TouchOther' | 'RefundOther' | 'Block' | 'TransferAll'; @@ -4479,7 +4484,7 @@ declare module '@pezkuwi/types/lookup' { readonly isThawPrivate: boolean; readonly asThawPrivate: { readonly index: Compact; - readonly maybeProportion: Option; + readonly maybeProportion: Option; } & Struct; readonly isThawCommunal: boolean; readonly asThawCommunal: { @@ -4501,12 +4506,12 @@ declare module '@pezkuwi/types/lookup' { readonly isCreate: boolean; readonly asCreate: { readonly collection: u32; - readonly admin: MultiAddress; + readonly admin: PezspRuntimeMultiAddress; } & Struct; readonly isForceCreate: boolean; readonly asForceCreate: { readonly collection: u32; - readonly owner: MultiAddress; + readonly owner: PezspRuntimeMultiAddress; readonly freeHolding: bool; } & Struct; readonly isDestroy: boolean; @@ -4518,19 +4523,19 @@ declare module '@pezkuwi/types/lookup' { readonly asMint: { readonly collection: u32; readonly item: u32; - readonly owner: MultiAddress; + readonly owner: PezspRuntimeMultiAddress; } & Struct; readonly isBurn: boolean; readonly asBurn: { readonly collection: u32; readonly item: u32; - readonly checkOwner: Option; + readonly checkOwner: Option; } & Struct; readonly isTransfer: boolean; readonly asTransfer: { readonly collection: u32; readonly item: u32; - readonly dest: MultiAddress; + readonly dest: PezspRuntimeMultiAddress; } & Struct; readonly isRedeposit: boolean; readonly asRedeposit: { @@ -4558,34 +4563,34 @@ declare module '@pezkuwi/types/lookup' { readonly isTransferOwnership: boolean; readonly asTransferOwnership: { readonly collection: u32; - readonly newOwner: MultiAddress; + readonly newOwner: PezspRuntimeMultiAddress; } & Struct; readonly isSetTeam: boolean; readonly asSetTeam: { readonly collection: u32; - readonly issuer: MultiAddress; - readonly admin: MultiAddress; - readonly freezer: MultiAddress; + readonly issuer: PezspRuntimeMultiAddress; + readonly admin: PezspRuntimeMultiAddress; + readonly freezer: PezspRuntimeMultiAddress; } & Struct; readonly isApproveTransfer: boolean; readonly asApproveTransfer: { readonly collection: u32; readonly item: u32; - readonly delegate: MultiAddress; + readonly delegate: PezspRuntimeMultiAddress; } & Struct; readonly isCancelApproval: boolean; readonly asCancelApproval: { readonly collection: u32; readonly item: u32; - readonly maybeCheckDelegate: Option; + readonly maybeCheckDelegate: Option; } & Struct; readonly isForceItemStatus: boolean; readonly asForceItemStatus: { readonly collection: u32; - readonly owner: MultiAddress; - readonly issuer: MultiAddress; - readonly admin: MultiAddress; - readonly freezer: MultiAddress; + readonly owner: PezspRuntimeMultiAddress; + readonly issuer: PezspRuntimeMultiAddress; + readonly admin: PezspRuntimeMultiAddress; + readonly freezer: PezspRuntimeMultiAddress; readonly freeHolding: bool; readonly isFrozen: bool; } & Struct; @@ -4638,7 +4643,7 @@ declare module '@pezkuwi/types/lookup' { readonly collection: u32; readonly item: u32; readonly price: Option; - readonly whitelistedBuyer: Option; + readonly whitelistedBuyer: Option; } & Struct; readonly isBuyItem: boolean; readonly asBuyItem: { @@ -4660,12 +4665,12 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletNftsCall extends Enum { readonly isCreate: boolean; readonly asCreate: { - readonly admin: MultiAddress; + readonly admin: PezspRuntimeMultiAddress; readonly config: PezpalletNftsCollectionConfig; } & Struct; readonly isForceCreate: boolean; readonly asForceCreate: { - readonly owner: MultiAddress; + readonly owner: PezspRuntimeMultiAddress; readonly config: PezpalletNftsCollectionConfig; } & Struct; readonly isDestroy: boolean; @@ -4677,14 +4682,14 @@ declare module '@pezkuwi/types/lookup' { readonly asMint: { readonly collection: u32; readonly item: u32; - readonly mintTo: MultiAddress; + readonly mintTo: PezspRuntimeMultiAddress; readonly witnessData: Option; } & Struct; readonly isForceMint: boolean; readonly asForceMint: { readonly collection: u32; readonly item: u32; - readonly mintTo: MultiAddress; + readonly mintTo: PezspRuntimeMultiAddress; readonly itemConfig: PezpalletNftsItemConfig; } & Struct; readonly isBurn: boolean; @@ -4696,7 +4701,7 @@ declare module '@pezkuwi/types/lookup' { readonly asTransfer: { readonly collection: u32; readonly item: u32; - readonly dest: MultiAddress; + readonly dest: PezspRuntimeMultiAddress; } & Struct; readonly isRedeposit: boolean; readonly asRedeposit: { @@ -4721,19 +4726,19 @@ declare module '@pezkuwi/types/lookup' { readonly isTransferOwnership: boolean; readonly asTransferOwnership: { readonly collection: u32; - readonly newOwner: MultiAddress; + readonly newOwner: PezspRuntimeMultiAddress; } & Struct; readonly isSetTeam: boolean; readonly asSetTeam: { readonly collection: u32; - readonly issuer: Option; - readonly admin: Option; - readonly freezer: Option; + readonly issuer: Option; + readonly admin: Option; + readonly freezer: Option; } & Struct; readonly isForceCollectionOwner: boolean; readonly asForceCollectionOwner: { readonly collection: u32; - readonly owner: MultiAddress; + readonly owner: PezspRuntimeMultiAddress; } & Struct; readonly isForceCollectionConfig: boolean; readonly asForceCollectionConfig: { @@ -4744,14 +4749,14 @@ declare module '@pezkuwi/types/lookup' { readonly asApproveTransfer: { readonly collection: u32; readonly item: u32; - readonly delegate: MultiAddress; + readonly delegate: PezspRuntimeMultiAddress; readonly maybeDeadline: Option; } & Struct; readonly isCancelApproval: boolean; readonly asCancelApproval: { readonly collection: u32; readonly item: u32; - readonly delegate: MultiAddress; + readonly delegate: PezspRuntimeMultiAddress; } & Struct; readonly isClearAllTransferApprovals: boolean; readonly asClearAllTransferApprovals: { @@ -4775,7 +4780,7 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isForceSetAttribute: boolean; readonly asForceSetAttribute: { - readonly setAs: Option; + readonly setAs: Option; readonly collection: u32; readonly maybeItem: Option; readonly namespace: PezpalletNftsAttributeNamespace; @@ -4793,13 +4798,13 @@ declare module '@pezkuwi/types/lookup' { readonly asApproveItemAttributes: { readonly collection: u32; readonly item: u32; - readonly delegate: MultiAddress; + readonly delegate: PezspRuntimeMultiAddress; } & Struct; readonly isCancelItemAttributesApproval: boolean; readonly asCancelItemAttributesApproval: { readonly collection: u32; readonly item: u32; - readonly delegate: MultiAddress; + readonly delegate: PezspRuntimeMultiAddress; readonly witness: PezpalletNftsCancelAttributesApprovalWitness; } & Struct; readonly isSetMetadata: boolean; @@ -4841,7 +4846,7 @@ declare module '@pezkuwi/types/lookup' { readonly collection: u32; readonly item: u32; readonly price: Option; - readonly whitelistedBuyer: Option; + readonly whitelistedBuyer: Option; } & Struct; readonly isBuyItem: boolean; readonly asBuyItem: { @@ -4879,13 +4884,13 @@ declare module '@pezkuwi/types/lookup' { readonly asMintPreSigned: { readonly mintData: PezpalletNftsPreSignedMint; readonly signature: PezspRuntimeMultiSignature; - readonly signer: AccountId32; + readonly signer: PezspCoreCryptoAccountId32; } & Struct; readonly isSetAttributesPreSigned: boolean; readonly asSetAttributesPreSigned: { readonly data: PezpalletNftsPreSignedAttributes; readonly signature: PezspRuntimeMultiSignature; - readonly signer: AccountId32; + readonly signer: PezspCoreCryptoAccountId32; } & Struct; readonly type: 'Create' | 'ForceCreate' | 'Destroy' | 'Mint' | 'ForceMint' | 'Burn' | 'Transfer' | 'Redeposit' | 'LockItemTransfer' | 'UnlockItemTransfer' | 'LockCollection' | 'TransferOwnership' | 'SetTeam' | 'ForceCollectionOwner' | 'ForceCollectionConfig' | 'ApproveTransfer' | 'CancelApproval' | 'ClearAllTransferApprovals' | 'LockItemProperties' | 'SetAttribute' | 'ForceSetAttribute' | 'ClearAttribute' | 'ApproveItemAttributes' | 'CancelItemAttributesApproval' | 'SetMetadata' | 'ClearMetadata' | 'SetCollectionMetadata' | 'ClearCollectionMetadata' | 'SetAcceptOwnership' | 'SetCollectionMaxSupply' | 'UpdateMintSettings' | 'SetPrice' | 'BuyItem' | 'PayTips' | 'CreateSwap' | 'CancelSwap' | 'ClaimSwap' | 'MintPreSigned' | 'SetAttributesPreSigned'; } @@ -4960,7 +4965,7 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletNftsItemTip extends Struct { readonly collection: u32; readonly item: u32; - readonly receiver: AccountId32; + readonly receiver: PezspCoreCryptoAccountId32; readonly amount: u128; } @@ -4970,7 +4975,7 @@ declare module '@pezkuwi/types/lookup' { readonly item: u32; readonly attributes: Vec>; readonly metadata: Bytes; - readonly onlyAccount: Option; + readonly onlyAccount: Option; readonly deadline: u32; readonly mintPrice: Option; } @@ -4991,7 +4996,7 @@ declare module '@pezkuwi/types/lookup' { readonly nftCollectionId: u32; readonly nftId: u32; readonly assetId: u32; - readonly beneficiary: MultiAddress; + readonly beneficiary: PezspRuntimeMultiAddress; readonly fractions: u128; } & Struct; readonly isUnify: boolean; @@ -4999,7 +5004,7 @@ declare module '@pezkuwi/types/lookup' { readonly nftCollectionId: u32; readonly nftId: u32; readonly assetId: u32; - readonly beneficiary: MultiAddress; + readonly beneficiary: PezspRuntimeMultiAddress; } & Struct; readonly type: 'Fractionalize' | 'Unify'; } @@ -5013,7 +5018,7 @@ declare module '@pezkuwi/types/lookup' { readonly isPayout: boolean; readonly isPayoutOther: boolean; readonly asPayoutOther: { - readonly beneficiary: AccountId32; + readonly beneficiary: PezspCoreCryptoAccountId32; } & Struct; readonly isCheckPayment: boolean; readonly type: 'Init' | 'Bump' | 'Induct' | 'Register' | 'Payout' | 'PayoutOther' | 'CheckPayment'; @@ -5023,7 +5028,7 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletCoreFellowshipCall extends Enum { readonly isBump: boolean; readonly asBump: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; } & Struct; readonly isSetParams: boolean; readonly asSetParams: { @@ -5035,21 +5040,21 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isApprove: boolean; readonly asApprove: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly atRank: u16; } & Struct; readonly isInduct: boolean; readonly asInduct: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; } & Struct; readonly isPromote: boolean; readonly asPromote: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly toRank: u16; } & Struct; readonly isOffboard: boolean; readonly asOffboard: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; } & Struct; readonly isSubmitEvidence: boolean; readonly asSubmitEvidence: { @@ -5063,12 +5068,12 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isPromoteFast: boolean; readonly asPromoteFast: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly toRank: u16; } & Struct; readonly isImportMember: boolean; readonly asImportMember: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; } & Struct; readonly type: 'Bump' | 'SetParams' | 'SetActive' | 'Approve' | 'Induct' | 'Promote' | 'Offboard' | 'SubmitEvidence' | 'Import' | 'SetPartialParams' | 'PromoteFast' | 'ImportMember'; } @@ -5110,16 +5115,16 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletBagsListCall extends Enum { readonly isRebag: boolean; readonly asRebag: { - readonly dislocated: MultiAddress; + readonly dislocated: PezspRuntimeMultiAddress; } & Struct; readonly isPutInFrontOf: boolean; readonly asPutInFrontOf: { - readonly lighter: MultiAddress; + readonly lighter: PezspRuntimeMultiAddress; } & Struct; readonly isPutInFrontOfOther: boolean; readonly asPutInFrontOfOther: { - readonly heavier: MultiAddress; - readonly lighter: MultiAddress; + readonly heavier: PezspRuntimeMultiAddress; + readonly lighter: PezspRuntimeMultiAddress; } & Struct; readonly type: 'Rebag' | 'PutInFrontOf' | 'PutInFrontOfOther'; } @@ -5195,7 +5200,7 @@ declare module '@pezkuwi/types/lookup' { readonly asProposeCurator: { readonly parentBountyId: Compact; readonly childBountyId: Compact; - readonly curator: MultiAddress; + readonly curator: PezspRuntimeMultiAddress; readonly fee: Compact; } & Struct; readonly isAcceptCurator: boolean; @@ -5212,7 +5217,7 @@ declare module '@pezkuwi/types/lookup' { readonly asAwardChildBounty: { readonly parentBountyId: Compact; readonly childBountyId: Compact; - readonly beneficiary: MultiAddress; + readonly beneficiary: PezspRuntimeMultiAddress; } & Struct; readonly isClaimChildBounty: boolean; readonly asClaimChildBounty: { @@ -5293,7 +5298,7 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletRootTestingCall extends Enum { readonly isFillBlock: boolean; readonly asFillBlock: { - readonly ratio: Perbill; + readonly ratio: u32; } & Struct; readonly isTriggerDefensive: boolean; readonly type: 'FillBlock' | 'TriggerDefensive'; @@ -5309,7 +5314,7 @@ declare module '@pezkuwi/types/lookup' { readonly isDelegate: boolean; readonly asDelegate: { readonly class: u16; - readonly to: MultiAddress; + readonly to: PezspRuntimeMultiAddress; readonly conviction: PezpalletConvictionVotingConviction; readonly balance: u128; } & Struct; @@ -5320,7 +5325,7 @@ declare module '@pezkuwi/types/lookup' { readonly isUnlock: boolean; readonly asUnlock: { readonly class: u16; - readonly target: MultiAddress; + readonly target: PezspRuntimeMultiAddress; } & Struct; readonly isRemoveVote: boolean; readonly asRemoveVote: { @@ -5329,7 +5334,7 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isRemoveOtherVote: boolean; readonly asRemoveOtherVote: { - readonly target: MultiAddress; + readonly target: PezspRuntimeMultiAddress; readonly class: u16; readonly index: u32; } & Struct; @@ -5408,8 +5413,8 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isInitMembers: boolean; readonly asInitMembers: { - readonly fellows: Vec; - readonly allies: Vec; + readonly fellows: Vec; + readonly allies: Vec; } & Struct; readonly isDisband: boolean; readonly asDisband: { @@ -5430,17 +5435,17 @@ declare module '@pezkuwi/types/lookup' { readonly isJoinAlliance: boolean; readonly isNominateAlly: boolean; readonly asNominateAlly: { - readonly who: MultiAddress; + readonly who: PezspRuntimeMultiAddress; } & Struct; readonly isElevateAlly: boolean; readonly asElevateAlly: { - readonly ally: MultiAddress; + readonly ally: PezspRuntimeMultiAddress; } & Struct; readonly isGiveRetirementNotice: boolean; readonly isRetire: boolean; readonly isKickMember: boolean; readonly asKickMember: { - readonly who: MultiAddress; + readonly who: PezspRuntimeMultiAddress; } & Struct; readonly isAddUnscrupulousItems: boolean; readonly asAddUnscrupulousItems: { @@ -5490,7 +5495,7 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletAllianceUnscrupulousItem (406) */ interface PezpalletAllianceUnscrupulousItem extends Enum { readonly isAccountId: boolean; - readonly asAccountId: AccountId32; + readonly asAccountId: PezspCoreCryptoAccountId32; readonly isWebsite: boolean; readonly asWebsite: Bytes; readonly type: 'AccountId' | 'Website'; @@ -5510,7 +5515,7 @@ declare module '@pezkuwi/types/lookup' { readonly isClaimPayout: boolean; readonly isUnbond: boolean; readonly asUnbond: { - readonly memberAccount: MultiAddress; + readonly memberAccount: PezspRuntimeMultiAddress; readonly unbondingPoints: Compact; } & Struct; readonly isPoolWithdrawUnbonded: boolean; @@ -5520,28 +5525,28 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isWithdrawUnbonded: boolean; readonly asWithdrawUnbonded: { - readonly memberAccount: MultiAddress; + readonly memberAccount: PezspRuntimeMultiAddress; readonly numSlashingSpans: u32; } & Struct; readonly isCreate: boolean; readonly asCreate: { readonly amount: Compact; - readonly root: MultiAddress; - readonly nominator: MultiAddress; - readonly bouncer: MultiAddress; + readonly root: PezspRuntimeMultiAddress; + readonly nominator: PezspRuntimeMultiAddress; + readonly bouncer: PezspRuntimeMultiAddress; } & Struct; readonly isCreateWithPoolId: boolean; readonly asCreateWithPoolId: { readonly amount: Compact; - readonly root: MultiAddress; - readonly nominator: MultiAddress; - readonly bouncer: MultiAddress; + readonly root: PezspRuntimeMultiAddress; + readonly nominator: PezspRuntimeMultiAddress; + readonly bouncer: PezspRuntimeMultiAddress; readonly poolId: u32; } & Struct; readonly isNominate: boolean; readonly asNominate: { readonly poolId: u32; - readonly validators: Vec; + readonly validators: Vec; } & Struct; readonly isSetState: boolean; readonly asSetState: { @@ -5575,7 +5580,7 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isBondExtraOther: boolean; readonly asBondExtraOther: { - readonly member: MultiAddress; + readonly member: PezspRuntimeMultiAddress; readonly extra: PezpalletNominationPoolsBondExtra; } & Struct; readonly isSetClaimPermission: boolean; @@ -5584,17 +5589,17 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isClaimPayoutOther: boolean; readonly asClaimPayoutOther: { - readonly other: AccountId32; + readonly other: PezspCoreCryptoAccountId32; } & Struct; readonly isSetCommission: boolean; readonly asSetCommission: { readonly poolId: u32; - readonly newCommission: Option>; + readonly newCommission: Option>; } & Struct; readonly isSetCommissionMax: boolean; readonly asSetCommissionMax: { readonly poolId: u32; - readonly maxCommission: Perbill; + readonly maxCommission: u32; } & Struct; readonly isSetCommissionChangeRate: boolean; readonly asSetCommissionChangeRate: { @@ -5616,11 +5621,11 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isApplySlash: boolean; readonly asApplySlash: { - readonly memberAccount: MultiAddress; + readonly memberAccount: PezspRuntimeMultiAddress; } & Struct; readonly isMigrateDelegation: boolean; readonly asMigrateDelegation: { - readonly memberAccount: MultiAddress; + readonly memberAccount: PezspRuntimeMultiAddress; } & Struct; readonly isMigratePoolToDelegateStake: boolean; readonly asMigratePoolToDelegateStake: { @@ -5667,7 +5672,7 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletNominationPoolsConfigOpPerbill extends Enum { readonly isNoop: boolean; readonly isSet: boolean; - readonly asSet: Perbill; + readonly asSet: u32; readonly isRemove: boolean; readonly type: 'Noop' | 'Set' | 'Remove'; } @@ -5676,7 +5681,7 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletNominationPoolsConfigOpAccountId32 extends Enum { readonly isNoop: boolean; readonly isSet: boolean; - readonly asSet: AccountId32; + readonly asSet: PezspCoreCryptoAccountId32; readonly isRemove: boolean; readonly type: 'Noop' | 'Set' | 'Remove'; } @@ -5692,7 +5697,7 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletNominationPoolsCommissionChangeRate (418) */ interface PezpalletNominationPoolsCommissionChangeRate extends Struct { - readonly maxIncrease: Perbill; + readonly maxIncrease: u32; readonly minDelay: u32; } @@ -5700,7 +5705,7 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletNominationPoolsCommissionClaimPermission extends Enum { readonly isPermissionless: boolean; readonly isAccount: boolean; - readonly asAccount: AccountId32; + readonly asAccount: PezspCoreCryptoAccountId32; readonly type: 'Permissionless' | 'Account'; } @@ -5708,19 +5713,19 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletRankedCollectiveCall extends Enum { readonly isAddMember: boolean; readonly asAddMember: { - readonly who: MultiAddress; + readonly who: PezspRuntimeMultiAddress; } & Struct; readonly isPromoteMember: boolean; readonly asPromoteMember: { - readonly who: MultiAddress; + readonly who: PezspRuntimeMultiAddress; } & Struct; readonly isDemoteMember: boolean; readonly asDemoteMember: { - readonly who: MultiAddress; + readonly who: PezspRuntimeMultiAddress; } & Struct; readonly isRemoveMember: boolean; readonly asRemoveMember: { - readonly who: MultiAddress; + readonly who: PezspRuntimeMultiAddress; readonly minRank: u16; } & Struct; readonly isVote: boolean; @@ -5735,8 +5740,8 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isExchangeMember: boolean; readonly asExchangeMember: { - readonly who: MultiAddress; - readonly newWho: MultiAddress; + readonly who: PezspRuntimeMultiAddress; + readonly newWho: PezspRuntimeMultiAddress; } & Struct; readonly type: 'AddMember' | 'PromoteMember' | 'DemoteMember' | 'RemoveMember' | 'Vote' | 'CleanupPoll' | 'ExchangeMember'; } @@ -5756,7 +5761,7 @@ declare module '@pezkuwi/types/lookup' { readonly amount2Desired: u128; readonly amount1Min: u128; readonly amount2Min: u128; - readonly mintTo: AccountId32; + readonly mintTo: PezspCoreCryptoAccountId32; } & Struct; readonly isRemoveLiquidity: boolean; readonly asRemoveLiquidity: { @@ -5765,14 +5770,14 @@ declare module '@pezkuwi/types/lookup' { readonly lpTokenBurn: u128; readonly amount1MinReceive: u128; readonly amount2MinReceive: u128; - readonly withdrawTo: AccountId32; + readonly withdrawTo: PezspCoreCryptoAccountId32; } & Struct; readonly isSwapExactTokensForTokens: boolean; readonly asSwapExactTokensForTokens: { readonly path: Vec; readonly amountIn: u128; readonly amountOutMin: u128; - readonly sendTo: AccountId32; + readonly sendTo: PezspCoreCryptoAccountId32; readonly keepAlive: bool; } & Struct; readonly isSwapTokensForExactTokens: boolean; @@ -5780,7 +5785,7 @@ declare module '@pezkuwi/types/lookup' { readonly path: Vec; readonly amountOut: u128; readonly amountInMax: u128; - readonly sendTo: AccountId32; + readonly sendTo: PezspCoreCryptoAccountId32; readonly keepAlive: bool; } & Struct; readonly isTouch: boolean; @@ -5848,17 +5853,17 @@ declare module '@pezkuwi/types/lookup' { readonly isForceExit: boolean; readonly isForceSlashDeposit: boolean; readonly asForceSlashDeposit: { - readonly account: AccountId32; + readonly account: PezspCoreCryptoAccountId32; readonly block: u32; } & Struct; readonly isReleaseDeposit: boolean; readonly asReleaseDeposit: { - readonly account: AccountId32; + readonly account: PezspCoreCryptoAccountId32; readonly block: u32; } & Struct; readonly isForceReleaseDeposit: boolean; readonly asForceReleaseDeposit: { - readonly account: AccountId32; + readonly account: PezspCoreCryptoAccountId32; readonly block: u32; } & Struct; readonly type: 'Enter' | 'ForceEnter' | 'Extend' | 'ForceExtend' | 'ForceExit' | 'ForceSlashDeposit' | 'ReleaseDeposit' | 'ForceReleaseDeposit'; @@ -5946,7 +5951,7 @@ declare module '@pezkuwi/types/lookup' { readonly isTransfer: boolean; readonly asTransfer: { readonly regionId: PezpalletBrokerRegionId; - readonly newOwner: AccountId32; + readonly newOwner: PezspCoreCryptoAccountId32; } & Struct; readonly isPartition: boolean; readonly asPartition: { @@ -5967,7 +5972,7 @@ declare module '@pezkuwi/types/lookup' { readonly isPool: boolean; readonly asPool: { readonly regionId: PezpalletBrokerRegionId; - readonly payee: AccountId32; + readonly payee: PezspCoreCryptoAccountId32; readonly finality: PezpalletBrokerFinality; } & Struct; readonly isClaimRevenue: boolean; @@ -5978,7 +5983,7 @@ declare module '@pezkuwi/types/lookup' { readonly isPurchaseCredit: boolean; readonly asPurchaseCredit: { readonly amount: u128; - readonly beneficiary: AccountId32; + readonly beneficiary: PezspCoreCryptoAccountId32; } & Struct; readonly isDropRegion: boolean; readonly asDropRegion: { @@ -6047,9 +6052,9 @@ declare module '@pezkuwi/types/lookup' { readonly interludeLength: u32; readonly leadinLength: u32; readonly regionLength: u32; - readonly idealBulkProportion: Perbill; + readonly idealBulkProportion: u32; readonly limitCoresOffered: Option; - readonly renewalBump: Perbill; + readonly renewalBump: u32; readonly contributionTimeout: u32; } @@ -6184,16 +6189,16 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletReferendaCurve extends Enum { readonly isLinearDecreasing: boolean; readonly asLinearDecreasing: { - readonly length: Perbill; - readonly floor: Perbill; - readonly ceil: Perbill; + readonly length: u32; + readonly floor: u32; + readonly ceil: u32; } & Struct; readonly isSteppedDecreasing: boolean; readonly asSteppedDecreasing: { - readonly begin: Perbill; - readonly end: Perbill; - readonly step: Perbill; - readonly period: Perbill; + readonly begin: u32; + readonly end: u32; + readonly step: u32; + readonly period: u32; } & Struct; readonly isReciprocal: boolean; readonly asReciprocal: { @@ -6280,7 +6285,7 @@ declare module '@pezkuwi/types/lookup' { readonly rewardAssetId: PezframeSupportTokensFungibleUnionOfNativeOrWithId; readonly rewardRatePerBlock: u128; readonly expiry: PezframeSupportScheduleDispatchTime; - readonly admin: Option; + readonly admin: Option; } & Struct; readonly isStake: boolean; readonly asStake: { @@ -6291,12 +6296,12 @@ declare module '@pezkuwi/types/lookup' { readonly asUnstake: { readonly poolId: u32; readonly amount: u128; - readonly staker: Option; + readonly staker: Option; } & Struct; readonly isHarvestRewards: boolean; readonly asHarvestRewards: { readonly poolId: u32; - readonly staker: Option; + readonly staker: Option; } & Struct; readonly isSetPoolRewardRatePerBlock: boolean; readonly asSetPoolRewardRatePerBlock: { @@ -6306,7 +6311,7 @@ declare module '@pezkuwi/types/lookup' { readonly isSetPoolAdmin: boolean; readonly asSetPoolAdmin: { readonly poolId: u32; - readonly newAdmin: AccountId32; + readonly newAdmin: PezspCoreCryptoAccountId32; } & Struct; readonly isSetPoolExpiryBlock: boolean; readonly asSetPoolExpiryBlock: { @@ -6338,7 +6343,7 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletMetaTxMetaTx extends Struct { readonly call: RuntimeCall; readonly extensionVersion: u8; - readonly extension: ITuple<[PezpalletVerifySignatureExtensionVerifySignature, PezpalletMetaTxExtensionMetaTxMarker, PezframeSystemExtensionsCheckNonZeroSender, PezframeSystemExtensionsCheckSpecVersion, PezframeSystemExtensionsCheckTxVersion, PezframeSystemExtensionsCheckGenesis, Era, PezframeSystemExtensionsCheckNonce, PezframeMetadataHashExtensionCheckMetadataHash]>; + readonly extension: ITuple<[PezpalletVerifySignatureExtensionVerifySignature, PezpalletMetaTxExtensionMetaTxMarker, PezframeSystemExtensionsCheckNonZeroSender, PezframeSystemExtensionsCheckSpecVersion, PezframeSystemExtensionsCheckTxVersion, PezframeSystemExtensionsCheckGenesis, PezframeSystemExtensionsCheckMortality, PezframeSystemExtensionsCheckNonce, PezframeMetadataHashExtensionCheckMetadataHash]>; } /** @name PezpalletVerifySignatureExtensionVerifySignature (483) */ @@ -6346,7 +6351,7 @@ declare module '@pezkuwi/types/lookup' { readonly isSigned: boolean; readonly asSigned: { readonly signature: PezspRuntimeMultiSignature; - readonly account: AccountId32; + readonly account: PezspCoreCryptoAccountId32; } & Struct; readonly isDisabled: boolean; readonly type: 'Signed' | 'Disabled'; @@ -6367,6 +6372,525 @@ declare module '@pezkuwi/types/lookup' { /** @name PezframeSystemExtensionsCheckGenesis (488) */ type PezframeSystemExtensionsCheckGenesis = Null; + /** @name PezframeSystemExtensionsCheckMortality (489) */ + interface PezframeSystemExtensionsCheckMortality extends PezspRuntimeEra {} + + /** @name PezspRuntimeEra (490) */ + interface PezspRuntimeEra extends Enum { + readonly isImmortal: boolean; + readonly isMortal1: boolean; + readonly asMortal1: u8; + readonly isMortal2: boolean; + readonly asMortal2: u8; + readonly isMortal3: boolean; + readonly asMortal3: u8; + readonly isMortal4: boolean; + readonly asMortal4: u8; + readonly isMortal5: boolean; + readonly asMortal5: u8; + readonly isMortal6: boolean; + readonly asMortal6: u8; + readonly isMortal7: boolean; + readonly asMortal7: u8; + readonly isMortal8: boolean; + readonly asMortal8: u8; + readonly isMortal9: boolean; + readonly asMortal9: u8; + readonly isMortal10: boolean; + readonly asMortal10: u8; + readonly isMortal11: boolean; + readonly asMortal11: u8; + readonly isMortal12: boolean; + readonly asMortal12: u8; + readonly isMortal13: boolean; + readonly asMortal13: u8; + readonly isMortal14: boolean; + readonly asMortal14: u8; + readonly isMortal15: boolean; + readonly asMortal15: u8; + readonly isMortal16: boolean; + readonly asMortal16: u8; + readonly isMortal17: boolean; + readonly asMortal17: u8; + readonly isMortal18: boolean; + readonly asMortal18: u8; + readonly isMortal19: boolean; + readonly asMortal19: u8; + readonly isMortal20: boolean; + readonly asMortal20: u8; + readonly isMortal21: boolean; + readonly asMortal21: u8; + readonly isMortal22: boolean; + readonly asMortal22: u8; + readonly isMortal23: boolean; + readonly asMortal23: u8; + readonly isMortal24: boolean; + readonly asMortal24: u8; + readonly isMortal25: boolean; + readonly asMortal25: u8; + readonly isMortal26: boolean; + readonly asMortal26: u8; + readonly isMortal27: boolean; + readonly asMortal27: u8; + readonly isMortal28: boolean; + readonly asMortal28: u8; + readonly isMortal29: boolean; + readonly asMortal29: u8; + readonly isMortal30: boolean; + readonly asMortal30: u8; + readonly isMortal31: boolean; + readonly asMortal31: u8; + readonly isMortal32: boolean; + readonly asMortal32: u8; + readonly isMortal33: boolean; + readonly asMortal33: u8; + readonly isMortal34: boolean; + readonly asMortal34: u8; + readonly isMortal35: boolean; + readonly asMortal35: u8; + readonly isMortal36: boolean; + readonly asMortal36: u8; + readonly isMortal37: boolean; + readonly asMortal37: u8; + readonly isMortal38: boolean; + readonly asMortal38: u8; + readonly isMortal39: boolean; + readonly asMortal39: u8; + readonly isMortal40: boolean; + readonly asMortal40: u8; + readonly isMortal41: boolean; + readonly asMortal41: u8; + readonly isMortal42: boolean; + readonly asMortal42: u8; + readonly isMortal43: boolean; + readonly asMortal43: u8; + readonly isMortal44: boolean; + readonly asMortal44: u8; + readonly isMortal45: boolean; + readonly asMortal45: u8; + readonly isMortal46: boolean; + readonly asMortal46: u8; + readonly isMortal47: boolean; + readonly asMortal47: u8; + readonly isMortal48: boolean; + readonly asMortal48: u8; + readonly isMortal49: boolean; + readonly asMortal49: u8; + readonly isMortal50: boolean; + readonly asMortal50: u8; + readonly isMortal51: boolean; + readonly asMortal51: u8; + readonly isMortal52: boolean; + readonly asMortal52: u8; + readonly isMortal53: boolean; + readonly asMortal53: u8; + readonly isMortal54: boolean; + readonly asMortal54: u8; + readonly isMortal55: boolean; + readonly asMortal55: u8; + readonly isMortal56: boolean; + readonly asMortal56: u8; + readonly isMortal57: boolean; + readonly asMortal57: u8; + readonly isMortal58: boolean; + readonly asMortal58: u8; + readonly isMortal59: boolean; + readonly asMortal59: u8; + readonly isMortal60: boolean; + readonly asMortal60: u8; + readonly isMortal61: boolean; + readonly asMortal61: u8; + readonly isMortal62: boolean; + readonly asMortal62: u8; + readonly isMortal63: boolean; + readonly asMortal63: u8; + readonly isMortal64: boolean; + readonly asMortal64: u8; + readonly isMortal65: boolean; + readonly asMortal65: u8; + readonly isMortal66: boolean; + readonly asMortal66: u8; + readonly isMortal67: boolean; + readonly asMortal67: u8; + readonly isMortal68: boolean; + readonly asMortal68: u8; + readonly isMortal69: boolean; + readonly asMortal69: u8; + readonly isMortal70: boolean; + readonly asMortal70: u8; + readonly isMortal71: boolean; + readonly asMortal71: u8; + readonly isMortal72: boolean; + readonly asMortal72: u8; + readonly isMortal73: boolean; + readonly asMortal73: u8; + readonly isMortal74: boolean; + readonly asMortal74: u8; + readonly isMortal75: boolean; + readonly asMortal75: u8; + readonly isMortal76: boolean; + readonly asMortal76: u8; + readonly isMortal77: boolean; + readonly asMortal77: u8; + readonly isMortal78: boolean; + readonly asMortal78: u8; + readonly isMortal79: boolean; + readonly asMortal79: u8; + readonly isMortal80: boolean; + readonly asMortal80: u8; + readonly isMortal81: boolean; + readonly asMortal81: u8; + readonly isMortal82: boolean; + readonly asMortal82: u8; + readonly isMortal83: boolean; + readonly asMortal83: u8; + readonly isMortal84: boolean; + readonly asMortal84: u8; + readonly isMortal85: boolean; + readonly asMortal85: u8; + readonly isMortal86: boolean; + readonly asMortal86: u8; + readonly isMortal87: boolean; + readonly asMortal87: u8; + readonly isMortal88: boolean; + readonly asMortal88: u8; + readonly isMortal89: boolean; + readonly asMortal89: u8; + readonly isMortal90: boolean; + readonly asMortal90: u8; + readonly isMortal91: boolean; + readonly asMortal91: u8; + readonly isMortal92: boolean; + readonly asMortal92: u8; + readonly isMortal93: boolean; + readonly asMortal93: u8; + readonly isMortal94: boolean; + readonly asMortal94: u8; + readonly isMortal95: boolean; + readonly asMortal95: u8; + readonly isMortal96: boolean; + readonly asMortal96: u8; + readonly isMortal97: boolean; + readonly asMortal97: u8; + readonly isMortal98: boolean; + readonly asMortal98: u8; + readonly isMortal99: boolean; + readonly asMortal99: u8; + readonly isMortal100: boolean; + readonly asMortal100: u8; + readonly isMortal101: boolean; + readonly asMortal101: u8; + readonly isMortal102: boolean; + readonly asMortal102: u8; + readonly isMortal103: boolean; + readonly asMortal103: u8; + readonly isMortal104: boolean; + readonly asMortal104: u8; + readonly isMortal105: boolean; + readonly asMortal105: u8; + readonly isMortal106: boolean; + readonly asMortal106: u8; + readonly isMortal107: boolean; + readonly asMortal107: u8; + readonly isMortal108: boolean; + readonly asMortal108: u8; + readonly isMortal109: boolean; + readonly asMortal109: u8; + readonly isMortal110: boolean; + readonly asMortal110: u8; + readonly isMortal111: boolean; + readonly asMortal111: u8; + readonly isMortal112: boolean; + readonly asMortal112: u8; + readonly isMortal113: boolean; + readonly asMortal113: u8; + readonly isMortal114: boolean; + readonly asMortal114: u8; + readonly isMortal115: boolean; + readonly asMortal115: u8; + readonly isMortal116: boolean; + readonly asMortal116: u8; + readonly isMortal117: boolean; + readonly asMortal117: u8; + readonly isMortal118: boolean; + readonly asMortal118: u8; + readonly isMortal119: boolean; + readonly asMortal119: u8; + readonly isMortal120: boolean; + readonly asMortal120: u8; + readonly isMortal121: boolean; + readonly asMortal121: u8; + readonly isMortal122: boolean; + readonly asMortal122: u8; + readonly isMortal123: boolean; + readonly asMortal123: u8; + readonly isMortal124: boolean; + readonly asMortal124: u8; + readonly isMortal125: boolean; + readonly asMortal125: u8; + readonly isMortal126: boolean; + readonly asMortal126: u8; + readonly isMortal127: boolean; + readonly asMortal127: u8; + readonly isMortal128: boolean; + readonly asMortal128: u8; + readonly isMortal129: boolean; + readonly asMortal129: u8; + readonly isMortal130: boolean; + readonly asMortal130: u8; + readonly isMortal131: boolean; + readonly asMortal131: u8; + readonly isMortal132: boolean; + readonly asMortal132: u8; + readonly isMortal133: boolean; + readonly asMortal133: u8; + readonly isMortal134: boolean; + readonly asMortal134: u8; + readonly isMortal135: boolean; + readonly asMortal135: u8; + readonly isMortal136: boolean; + readonly asMortal136: u8; + readonly isMortal137: boolean; + readonly asMortal137: u8; + readonly isMortal138: boolean; + readonly asMortal138: u8; + readonly isMortal139: boolean; + readonly asMortal139: u8; + readonly isMortal140: boolean; + readonly asMortal140: u8; + readonly isMortal141: boolean; + readonly asMortal141: u8; + readonly isMortal142: boolean; + readonly asMortal142: u8; + readonly isMortal143: boolean; + readonly asMortal143: u8; + readonly isMortal144: boolean; + readonly asMortal144: u8; + readonly isMortal145: boolean; + readonly asMortal145: u8; + readonly isMortal146: boolean; + readonly asMortal146: u8; + readonly isMortal147: boolean; + readonly asMortal147: u8; + readonly isMortal148: boolean; + readonly asMortal148: u8; + readonly isMortal149: boolean; + readonly asMortal149: u8; + readonly isMortal150: boolean; + readonly asMortal150: u8; + readonly isMortal151: boolean; + readonly asMortal151: u8; + readonly isMortal152: boolean; + readonly asMortal152: u8; + readonly isMortal153: boolean; + readonly asMortal153: u8; + readonly isMortal154: boolean; + readonly asMortal154: u8; + readonly isMortal155: boolean; + readonly asMortal155: u8; + readonly isMortal156: boolean; + readonly asMortal156: u8; + readonly isMortal157: boolean; + readonly asMortal157: u8; + readonly isMortal158: boolean; + readonly asMortal158: u8; + readonly isMortal159: boolean; + readonly asMortal159: u8; + readonly isMortal160: boolean; + readonly asMortal160: u8; + readonly isMortal161: boolean; + readonly asMortal161: u8; + readonly isMortal162: boolean; + readonly asMortal162: u8; + readonly isMortal163: boolean; + readonly asMortal163: u8; + readonly isMortal164: boolean; + readonly asMortal164: u8; + readonly isMortal165: boolean; + readonly asMortal165: u8; + readonly isMortal166: boolean; + readonly asMortal166: u8; + readonly isMortal167: boolean; + readonly asMortal167: u8; + readonly isMortal168: boolean; + readonly asMortal168: u8; + readonly isMortal169: boolean; + readonly asMortal169: u8; + readonly isMortal170: boolean; + readonly asMortal170: u8; + readonly isMortal171: boolean; + readonly asMortal171: u8; + readonly isMortal172: boolean; + readonly asMortal172: u8; + readonly isMortal173: boolean; + readonly asMortal173: u8; + readonly isMortal174: boolean; + readonly asMortal174: u8; + readonly isMortal175: boolean; + readonly asMortal175: u8; + readonly isMortal176: boolean; + readonly asMortal176: u8; + readonly isMortal177: boolean; + readonly asMortal177: u8; + readonly isMortal178: boolean; + readonly asMortal178: u8; + readonly isMortal179: boolean; + readonly asMortal179: u8; + readonly isMortal180: boolean; + readonly asMortal180: u8; + readonly isMortal181: boolean; + readonly asMortal181: u8; + readonly isMortal182: boolean; + readonly asMortal182: u8; + readonly isMortal183: boolean; + readonly asMortal183: u8; + readonly isMortal184: boolean; + readonly asMortal184: u8; + readonly isMortal185: boolean; + readonly asMortal185: u8; + readonly isMortal186: boolean; + readonly asMortal186: u8; + readonly isMortal187: boolean; + readonly asMortal187: u8; + readonly isMortal188: boolean; + readonly asMortal188: u8; + readonly isMortal189: boolean; + readonly asMortal189: u8; + readonly isMortal190: boolean; + readonly asMortal190: u8; + readonly isMortal191: boolean; + readonly asMortal191: u8; + readonly isMortal192: boolean; + readonly asMortal192: u8; + readonly isMortal193: boolean; + readonly asMortal193: u8; + readonly isMortal194: boolean; + readonly asMortal194: u8; + readonly isMortal195: boolean; + readonly asMortal195: u8; + readonly isMortal196: boolean; + readonly asMortal196: u8; + readonly isMortal197: boolean; + readonly asMortal197: u8; + readonly isMortal198: boolean; + readonly asMortal198: u8; + readonly isMortal199: boolean; + readonly asMortal199: u8; + readonly isMortal200: boolean; + readonly asMortal200: u8; + readonly isMortal201: boolean; + readonly asMortal201: u8; + readonly isMortal202: boolean; + readonly asMortal202: u8; + readonly isMortal203: boolean; + readonly asMortal203: u8; + readonly isMortal204: boolean; + readonly asMortal204: u8; + readonly isMortal205: boolean; + readonly asMortal205: u8; + readonly isMortal206: boolean; + readonly asMortal206: u8; + readonly isMortal207: boolean; + readonly asMortal207: u8; + readonly isMortal208: boolean; + readonly asMortal208: u8; + readonly isMortal209: boolean; + readonly asMortal209: u8; + readonly isMortal210: boolean; + readonly asMortal210: u8; + readonly isMortal211: boolean; + readonly asMortal211: u8; + readonly isMortal212: boolean; + readonly asMortal212: u8; + readonly isMortal213: boolean; + readonly asMortal213: u8; + readonly isMortal214: boolean; + readonly asMortal214: u8; + readonly isMortal215: boolean; + readonly asMortal215: u8; + readonly isMortal216: boolean; + readonly asMortal216: u8; + readonly isMortal217: boolean; + readonly asMortal217: u8; + readonly isMortal218: boolean; + readonly asMortal218: u8; + readonly isMortal219: boolean; + readonly asMortal219: u8; + readonly isMortal220: boolean; + readonly asMortal220: u8; + readonly isMortal221: boolean; + readonly asMortal221: u8; + readonly isMortal222: boolean; + readonly asMortal222: u8; + readonly isMortal223: boolean; + readonly asMortal223: u8; + readonly isMortal224: boolean; + readonly asMortal224: u8; + readonly isMortal225: boolean; + readonly asMortal225: u8; + readonly isMortal226: boolean; + readonly asMortal226: u8; + readonly isMortal227: boolean; + readonly asMortal227: u8; + readonly isMortal228: boolean; + readonly asMortal228: u8; + readonly isMortal229: boolean; + readonly asMortal229: u8; + readonly isMortal230: boolean; + readonly asMortal230: u8; + readonly isMortal231: boolean; + readonly asMortal231: u8; + readonly isMortal232: boolean; + readonly asMortal232: u8; + readonly isMortal233: boolean; + readonly asMortal233: u8; + readonly isMortal234: boolean; + readonly asMortal234: u8; + readonly isMortal235: boolean; + readonly asMortal235: u8; + readonly isMortal236: boolean; + readonly asMortal236: u8; + readonly isMortal237: boolean; + readonly asMortal237: u8; + readonly isMortal238: boolean; + readonly asMortal238: u8; + readonly isMortal239: boolean; + readonly asMortal239: u8; + readonly isMortal240: boolean; + readonly asMortal240: u8; + readonly isMortal241: boolean; + readonly asMortal241: u8; + readonly isMortal242: boolean; + readonly asMortal242: u8; + readonly isMortal243: boolean; + readonly asMortal243: u8; + readonly isMortal244: boolean; + readonly asMortal244: u8; + readonly isMortal245: boolean; + readonly asMortal245: u8; + readonly isMortal246: boolean; + readonly asMortal246: u8; + readonly isMortal247: boolean; + readonly asMortal247: u8; + readonly isMortal248: boolean; + readonly asMortal248: u8; + readonly isMortal249: boolean; + readonly asMortal249: u8; + readonly isMortal250: boolean; + readonly asMortal250: u8; + readonly isMortal251: boolean; + readonly asMortal251: u8; + readonly isMortal252: boolean; + readonly asMortal252: u8; + readonly isMortal253: boolean; + readonly asMortal253: u8; + readonly isMortal254: boolean; + readonly asMortal254: u8; + readonly isMortal255: boolean; + readonly asMortal255: u8; + readonly type: 'Immortal' | 'Mortal1' | 'Mortal2' | 'Mortal3' | 'Mortal4' | 'Mortal5' | 'Mortal6' | 'Mortal7' | 'Mortal8' | 'Mortal9' | 'Mortal10' | 'Mortal11' | 'Mortal12' | 'Mortal13' | 'Mortal14' | 'Mortal15' | 'Mortal16' | 'Mortal17' | 'Mortal18' | 'Mortal19' | 'Mortal20' | 'Mortal21' | 'Mortal22' | 'Mortal23' | 'Mortal24' | 'Mortal25' | 'Mortal26' | 'Mortal27' | 'Mortal28' | 'Mortal29' | 'Mortal30' | 'Mortal31' | 'Mortal32' | 'Mortal33' | 'Mortal34' | 'Mortal35' | 'Mortal36' | 'Mortal37' | 'Mortal38' | 'Mortal39' | 'Mortal40' | 'Mortal41' | 'Mortal42' | 'Mortal43' | 'Mortal44' | 'Mortal45' | 'Mortal46' | 'Mortal47' | 'Mortal48' | 'Mortal49' | 'Mortal50' | 'Mortal51' | 'Mortal52' | 'Mortal53' | 'Mortal54' | 'Mortal55' | 'Mortal56' | 'Mortal57' | 'Mortal58' | 'Mortal59' | 'Mortal60' | 'Mortal61' | 'Mortal62' | 'Mortal63' | 'Mortal64' | 'Mortal65' | 'Mortal66' | 'Mortal67' | 'Mortal68' | 'Mortal69' | 'Mortal70' | 'Mortal71' | 'Mortal72' | 'Mortal73' | 'Mortal74' | 'Mortal75' | 'Mortal76' | 'Mortal77' | 'Mortal78' | 'Mortal79' | 'Mortal80' | 'Mortal81' | 'Mortal82' | 'Mortal83' | 'Mortal84' | 'Mortal85' | 'Mortal86' | 'Mortal87' | 'Mortal88' | 'Mortal89' | 'Mortal90' | 'Mortal91' | 'Mortal92' | 'Mortal93' | 'Mortal94' | 'Mortal95' | 'Mortal96' | 'Mortal97' | 'Mortal98' | 'Mortal99' | 'Mortal100' | 'Mortal101' | 'Mortal102' | 'Mortal103' | 'Mortal104' | 'Mortal105' | 'Mortal106' | 'Mortal107' | 'Mortal108' | 'Mortal109' | 'Mortal110' | 'Mortal111' | 'Mortal112' | 'Mortal113' | 'Mortal114' | 'Mortal115' | 'Mortal116' | 'Mortal117' | 'Mortal118' | 'Mortal119' | 'Mortal120' | 'Mortal121' | 'Mortal122' | 'Mortal123' | 'Mortal124' | 'Mortal125' | 'Mortal126' | 'Mortal127' | 'Mortal128' | 'Mortal129' | 'Mortal130' | 'Mortal131' | 'Mortal132' | 'Mortal133' | 'Mortal134' | 'Mortal135' | 'Mortal136' | 'Mortal137' | 'Mortal138' | 'Mortal139' | 'Mortal140' | 'Mortal141' | 'Mortal142' | 'Mortal143' | 'Mortal144' | 'Mortal145' | 'Mortal146' | 'Mortal147' | 'Mortal148' | 'Mortal149' | 'Mortal150' | 'Mortal151' | 'Mortal152' | 'Mortal153' | 'Mortal154' | 'Mortal155' | 'Mortal156' | 'Mortal157' | 'Mortal158' | 'Mortal159' | 'Mortal160' | 'Mortal161' | 'Mortal162' | 'Mortal163' | 'Mortal164' | 'Mortal165' | 'Mortal166' | 'Mortal167' | 'Mortal168' | 'Mortal169' | 'Mortal170' | 'Mortal171' | 'Mortal172' | 'Mortal173' | 'Mortal174' | 'Mortal175' | 'Mortal176' | 'Mortal177' | 'Mortal178' | 'Mortal179' | 'Mortal180' | 'Mortal181' | 'Mortal182' | 'Mortal183' | 'Mortal184' | 'Mortal185' | 'Mortal186' | 'Mortal187' | 'Mortal188' | 'Mortal189' | 'Mortal190' | 'Mortal191' | 'Mortal192' | 'Mortal193' | 'Mortal194' | 'Mortal195' | 'Mortal196' | 'Mortal197' | 'Mortal198' | 'Mortal199' | 'Mortal200' | 'Mortal201' | 'Mortal202' | 'Mortal203' | 'Mortal204' | 'Mortal205' | 'Mortal206' | 'Mortal207' | 'Mortal208' | 'Mortal209' | 'Mortal210' | 'Mortal211' | 'Mortal212' | 'Mortal213' | 'Mortal214' | 'Mortal215' | 'Mortal216' | 'Mortal217' | 'Mortal218' | 'Mortal219' | 'Mortal220' | 'Mortal221' | 'Mortal222' | 'Mortal223' | 'Mortal224' | 'Mortal225' | 'Mortal226' | 'Mortal227' | 'Mortal228' | 'Mortal229' | 'Mortal230' | 'Mortal231' | 'Mortal232' | 'Mortal233' | 'Mortal234' | 'Mortal235' | 'Mortal236' | 'Mortal237' | 'Mortal238' | 'Mortal239' | 'Mortal240' | 'Mortal241' | 'Mortal242' | 'Mortal243' | 'Mortal244' | 'Mortal245' | 'Mortal246' | 'Mortal247' | 'Mortal248' | 'Mortal249' | 'Mortal250' | 'Mortal251' | 'Mortal252' | 'Mortal253' | 'Mortal254' | 'Mortal255'; + } + /** @name PezframeSystemExtensionsCheckNonce (491) */ interface PezframeSystemExtensionsCheckNonce extends Compact {} @@ -6396,7 +6920,7 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletRemarkEvent extends Enum { readonly isStored: boolean; readonly asStored: { - readonly sender: AccountId32; + readonly sender: PezspCoreCryptoAccountId32; readonly contentHash: H256; } & Struct; readonly type: 'Stored'; @@ -6411,22 +6935,22 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletConvictionVotingEvent (498) */ interface PezpalletConvictionVotingEvent extends Enum { readonly isDelegated: boolean; - readonly asDelegated: ITuple<[AccountId32, AccountId32]>; + readonly asDelegated: ITuple<[PezspCoreCryptoAccountId32, PezspCoreCryptoAccountId32]>; readonly isUndelegated: boolean; - readonly asUndelegated: AccountId32; + readonly asUndelegated: PezspCoreCryptoAccountId32; readonly isVoted: boolean; readonly asVoted: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly vote: PezpalletConvictionVotingVoteAccountVote; } & Struct; readonly isVoteRemoved: boolean; readonly asVoteRemoved: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly vote: PezpalletConvictionVotingVoteAccountVote; } & Struct; readonly isVoteUnlocked: boolean; readonly asVoteUnlocked: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly class: u16; } & Struct; readonly type: 'Delegated' | 'Undelegated' | 'Voted' | 'VoteRemoved' | 'VoteUnlocked'; @@ -6478,31 +7002,31 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isMembersInitialized: boolean; readonly asMembersInitialized: { - readonly fellows: Vec; - readonly allies: Vec; + readonly fellows: Vec; + readonly allies: Vec; } & Struct; readonly isNewAllyJoined: boolean; readonly asNewAllyJoined: { - readonly ally: AccountId32; - readonly nominator: Option; + readonly ally: PezspCoreCryptoAccountId32; + readonly nominator: Option; readonly reserved: Option; } & Struct; readonly isAllyElevated: boolean; readonly asAllyElevated: { - readonly ally: AccountId32; + readonly ally: PezspCoreCryptoAccountId32; } & Struct; readonly isMemberRetirementPeriodStarted: boolean; readonly asMemberRetirementPeriodStarted: { - readonly member: AccountId32; + readonly member: PezspCoreCryptoAccountId32; } & Struct; readonly isMemberRetired: boolean; readonly asMemberRetired: { - readonly member: AccountId32; + readonly member: PezspCoreCryptoAccountId32; readonly unreserved: Option; } & Struct; readonly isMemberKicked: boolean; readonly asMemberKicked: { - readonly member: AccountId32; + readonly member: PezspCoreCryptoAccountId32; readonly slashed: Option; } & Struct; readonly isUnscrupulousItemAdded: boolean; @@ -6521,7 +7045,7 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isFellowAbdicated: boolean; readonly asFellowAbdicated: { - readonly fellow: AccountId32; + readonly fellow: PezspCoreCryptoAccountId32; } & Struct; readonly type: 'NewRuleSet' | 'Announced' | 'AnnouncementRemoved' | 'MembersInitialized' | 'NewAllyJoined' | 'AllyElevated' | 'MemberRetirementPeriodStarted' | 'MemberRetired' | 'MemberKicked' | 'UnscrupulousItemAdded' | 'UnscrupulousItemRemoved' | 'AllianceDisbanded' | 'FellowAbdicated'; } @@ -6530,25 +7054,25 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletNominationPoolsEvent extends Enum { readonly isCreated: boolean; readonly asCreated: { - readonly depositor: AccountId32; + readonly depositor: PezspCoreCryptoAccountId32; readonly poolId: u32; } & Struct; readonly isBonded: boolean; readonly asBonded: { - readonly member: AccountId32; + readonly member: PezspCoreCryptoAccountId32; readonly poolId: u32; readonly bonded: u128; readonly joined: bool; } & Struct; readonly isPaidOut: boolean; readonly asPaidOut: { - readonly member: AccountId32; + readonly member: PezspCoreCryptoAccountId32; readonly poolId: u32; readonly payout: u128; } & Struct; readonly isUnbonded: boolean; readonly asUnbonded: { - readonly member: AccountId32; + readonly member: PezspCoreCryptoAccountId32; readonly poolId: u32; readonly balance: u128; readonly points: u128; @@ -6556,7 +7080,7 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isWithdrawn: boolean; readonly asWithdrawn: { - readonly member: AccountId32; + readonly member: PezspCoreCryptoAccountId32; readonly poolId: u32; readonly balance: u128; readonly points: u128; @@ -6573,14 +7097,14 @@ declare module '@pezkuwi/types/lookup' { readonly isMemberRemoved: boolean; readonly asMemberRemoved: { readonly poolId: u32; - readonly member: AccountId32; + readonly member: PezspCoreCryptoAccountId32; readonly releasedBalance: u128; } & Struct; readonly isRolesUpdated: boolean; readonly asRolesUpdated: { - readonly root: Option; - readonly bouncer: Option; - readonly nominator: Option; + readonly root: Option; + readonly bouncer: Option; + readonly nominator: Option; } & Struct; readonly isPoolSlashed: boolean; readonly asPoolSlashed: { @@ -6596,12 +7120,12 @@ declare module '@pezkuwi/types/lookup' { readonly isPoolCommissionUpdated: boolean; readonly asPoolCommissionUpdated: { readonly poolId: u32; - readonly current: Option>; + readonly current: Option>; } & Struct; readonly isPoolMaxCommissionUpdated: boolean; readonly asPoolMaxCommissionUpdated: { readonly poolId: u32; - readonly maxCommission: Perbill; + readonly maxCommission: u32; } & Struct; readonly isPoolCommissionChangeRateUpdated: boolean; readonly asPoolCommissionChangeRateUpdated: { @@ -6630,23 +7154,23 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isMemberClaimPermissionUpdated: boolean; readonly asMemberClaimPermissionUpdated: { - readonly member: AccountId32; + readonly member: PezspCoreCryptoAccountId32; readonly permission: PezpalletNominationPoolsClaimPermission; } & Struct; readonly isMetadataUpdated: boolean; readonly asMetadataUpdated: { readonly poolId: u32; - readonly caller: AccountId32; + readonly caller: PezspCoreCryptoAccountId32; } & Struct; readonly isPoolNominationMade: boolean; readonly asPoolNominationMade: { readonly poolId: u32; - readonly caller: AccountId32; + readonly caller: PezspCoreCryptoAccountId32; } & Struct; readonly isPoolNominatorChilled: boolean; readonly asPoolNominatorChilled: { readonly poolId: u32; - readonly caller: AccountId32; + readonly caller: PezspCoreCryptoAccountId32; } & Struct; readonly isGlobalParamsUpdated: boolean; readonly asGlobalParamsUpdated: { @@ -6655,7 +7179,7 @@ declare module '@pezkuwi/types/lookup' { readonly maxPools: Option; readonly maxMembers: Option; readonly maxMembersPerPool: Option; - readonly globalMaxCommission: Option; + readonly globalMaxCommission: Option; } & Struct; readonly type: 'Created' | 'Bonded' | 'PaidOut' | 'Unbonded' | 'Withdrawn' | 'Destroyed' | 'StateChanged' | 'MemberRemoved' | 'RolesUpdated' | 'PoolSlashed' | 'UnbondingPoolSlashed' | 'PoolCommissionUpdated' | 'PoolMaxCommissionUpdated' | 'PoolCommissionChangeRateUpdated' | 'PoolCommissionClaimPermissionUpdated' | 'PoolCommissionClaimed' | 'MinBalanceDeficitAdjusted' | 'MinBalanceExcessAdjusted' | 'MemberClaimPermissionUpdated' | 'MetadataUpdated' | 'PoolNominationMade' | 'PoolNominatorChilled' | 'GlobalParamsUpdated'; } @@ -6671,29 +7195,29 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletRankedCollectiveEvent extends Enum { readonly isMemberAdded: boolean; readonly asMemberAdded: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; } & Struct; readonly isRankChanged: boolean; readonly asRankChanged: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly rank: u16; } & Struct; readonly isMemberRemoved: boolean; readonly asMemberRemoved: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly rank: u16; } & Struct; readonly isVoted: boolean; readonly asVoted: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly poll: u32; readonly vote: PezpalletRankedCollectiveVoteRecord; readonly tally: PezpalletRankedCollectiveTally; } & Struct; readonly isMemberExchanged: boolean; readonly asMemberExchanged: { - readonly who: AccountId32; - readonly newWho: AccountId32; + readonly who: PezspCoreCryptoAccountId32; + readonly newWho: PezspCoreCryptoAccountId32; } & Struct; readonly type: 'MemberAdded' | 'RankChanged' | 'MemberRemoved' | 'Voted' | 'MemberExchanged'; } @@ -6711,15 +7235,15 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletAssetConversionEvent extends Enum { readonly isPoolCreated: boolean; readonly asPoolCreated: { - readonly creator: AccountId32; + readonly creator: PezspCoreCryptoAccountId32; readonly poolId: ITuple<[PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId]>; - readonly poolAccount: AccountId32; + readonly poolAccount: PezspCoreCryptoAccountId32; readonly lpToken: u32; } & Struct; readonly isLiquidityAdded: boolean; readonly asLiquidityAdded: { - readonly who: AccountId32; - readonly mintTo: AccountId32; + readonly who: PezspCoreCryptoAccountId32; + readonly mintTo: PezspCoreCryptoAccountId32; readonly poolId: ITuple<[PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId]>; readonly amount1Provided: u128; readonly amount2Provided: u128; @@ -6728,19 +7252,19 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isLiquidityRemoved: boolean; readonly asLiquidityRemoved: { - readonly who: AccountId32; - readonly withdrawTo: AccountId32; + readonly who: PezspCoreCryptoAccountId32; + readonly withdrawTo: PezspCoreCryptoAccountId32; readonly poolId: ITuple<[PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId]>; readonly amount1: u128; readonly amount2: u128; readonly lpToken: u32; readonly lpTokenBurned: u128; - readonly withdrawalFee: Permill; + readonly withdrawalFee: u32; } & Struct; readonly isSwapExecuted: boolean; readonly asSwapExecuted: { - readonly who: AccountId32; - readonly sendTo: AccountId32; + readonly who: PezspCoreCryptoAccountId32; + readonly sendTo: PezspCoreCryptoAccountId32; readonly amountIn: u128; readonly amountOut: u128; readonly path: Vec>; @@ -6754,7 +7278,7 @@ declare module '@pezkuwi/types/lookup' { readonly isTouched: boolean; readonly asTouched: { readonly poolId: ITuple<[PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId]>; - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; } & Struct; readonly type: 'PoolCreated' | 'LiquidityAdded' | 'LiquidityRemoved' | 'SwapExecuted' | 'SwapCreditExecuted' | 'Touched'; } @@ -6763,12 +7287,12 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletFastUnstakeEvent extends Enum { readonly isUnstaked: boolean; readonly asUnstaked: { - readonly stash: AccountId32; + readonly stash: PezspCoreCryptoAccountId32; readonly result: Result; } & Struct; readonly isSlashed: boolean; readonly asSlashed: { - readonly stash: AccountId32; + readonly stash: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly isBatchChecked: boolean; @@ -6860,17 +7384,17 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isDepositPlaced: boolean; readonly asDepositPlaced: { - readonly account: AccountId32; + readonly account: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly isDepositReleased: boolean; readonly asDepositReleased: { - readonly account: AccountId32; + readonly account: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly isDepositSlashed: boolean; readonly asDepositSlashed: { - readonly account: AccountId32; + readonly account: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly isCannotDeposit: boolean; @@ -6889,7 +7413,7 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletStatementEvent extends Enum { readonly isNewStatement: boolean; readonly asNewStatement: { - readonly account: AccountId32; + readonly account: PezspCoreCryptoAccountId32; readonly statement: PezspStatementStoreStatement; } & Struct; readonly type: 'NewStatement'; @@ -6970,7 +7494,7 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletBrokerEvent extends Enum { readonly isPurchased: boolean; readonly asPurchased: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly regionId: PezpalletBrokerRegionId; readonly price: u128; readonly duration: u32; @@ -6984,7 +7508,7 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isRenewed: boolean; readonly asRenewed: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly price: u128; readonly oldCore: u16; readonly core: u16; @@ -6996,8 +7520,8 @@ declare module '@pezkuwi/types/lookup' { readonly asTransferred: { readonly regionId: PezpalletBrokerRegionId; readonly duration: u32; - readonly oldOwner: Option; - readonly owner: Option; + readonly oldOwner: Option; + readonly owner: Option; } & Struct; readonly isPartitioned: boolean; readonly asPartitioned: { @@ -7084,14 +7608,14 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isRevenueClaimPaid: boolean; readonly asRevenueClaimPaid: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly amount: u128; readonly next: Option; } & Struct; readonly isCreditPurchased: boolean; readonly asCreditPurchased: { - readonly who: AccountId32; - readonly beneficiary: AccountId32; + readonly who: PezspCoreCryptoAccountId32; + readonly beneficiary: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly isRegionDropped: boolean; @@ -7149,7 +7673,7 @@ declare module '@pezkuwi/types/lookup' { readonly isAutoRenewalFailed: boolean; readonly asAutoRenewalFailed: { readonly core: u16; - readonly payer: Option; + readonly payer: Option; } & Struct; readonly isAutoRenewalLimitReached: boolean; readonly type: 'Purchased' | 'Renewable' | 'Renewed' | 'Transferred' | 'Partitioned' | 'Interlaced' | 'Assigned' | 'AssignmentRemoved' | 'Pooled' | 'CoreCountRequested' | 'CoreCountChanged' | 'ReservationMade' | 'ReservationCancelled' | 'SaleInitialized' | 'Leased' | 'LeaseRemoved' | 'LeaseEnding' | 'SalesStarted' | 'RevenueClaimBegun' | 'RevenueClaimItem' | 'RevenueClaimPaid' | 'CreditPurchased' | 'RegionDropped' | 'ContributionDropped' | 'HistoryInitialized' | 'HistoryDropped' | 'HistoryIgnored' | 'ClaimsReady' | 'CoreAssigned' | 'PotentialRenewalDropped' | 'AutoRenewalEnabled' | 'AutoRenewalDisabled' | 'AutoRenewalFailed' | 'AutoRenewalLimitReached'; @@ -7230,8 +7754,8 @@ declare module '@pezkuwi/types/lookup' { readonly isMigratedToNewAccount: boolean; readonly asMigratedToNewAccount: { readonly poolId: ITuple<[PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId]>; - readonly priorAccount: AccountId32; - readonly newAccount: AccountId32; + readonly priorAccount: PezspCoreCryptoAccountId32; + readonly newAccount: PezspCoreCryptoAccountId32; } & Struct; readonly type: 'MigratedToNewAccount'; } @@ -7251,26 +7775,26 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletDelegatedStakingEvent extends Enum { readonly isDelegated: boolean; readonly asDelegated: { - readonly agent: AccountId32; - readonly delegator: AccountId32; + readonly agent: PezspCoreCryptoAccountId32; + readonly delegator: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly isReleased: boolean; readonly asReleased: { - readonly agent: AccountId32; - readonly delegator: AccountId32; + readonly agent: PezspCoreCryptoAccountId32; + readonly delegator: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly isSlashed: boolean; readonly asSlashed: { - readonly agent: AccountId32; - readonly delegator: AccountId32; + readonly agent: PezspCoreCryptoAccountId32; + readonly delegator: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly isMigratedDelegation: boolean; readonly asMigratedDelegation: { - readonly agent: AccountId32; - readonly delegator: AccountId32; + readonly agent: PezspCoreCryptoAccountId32; + readonly delegator: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly type: 'Delegated' | 'Released' | 'Slashed' | 'MigratedDelegation'; @@ -7280,33 +7804,33 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletAssetRewardsEvent extends Enum { readonly isStaked: boolean; readonly asStaked: { - readonly staker: AccountId32; + readonly staker: PezspCoreCryptoAccountId32; readonly poolId: u32; readonly amount: u128; } & Struct; readonly isUnstaked: boolean; readonly asUnstaked: { - readonly caller: AccountId32; - readonly staker: AccountId32; + readonly caller: PezspCoreCryptoAccountId32; + readonly staker: PezspCoreCryptoAccountId32; readonly poolId: u32; readonly amount: u128; } & Struct; readonly isRewardsHarvested: boolean; readonly asRewardsHarvested: { - readonly caller: AccountId32; - readonly staker: AccountId32; + readonly caller: PezspCoreCryptoAccountId32; + readonly staker: PezspCoreCryptoAccountId32; readonly poolId: u32; readonly amount: u128; } & Struct; readonly isPoolCreated: boolean; readonly asPoolCreated: { - readonly creator: AccountId32; + readonly creator: PezspCoreCryptoAccountId32; readonly poolId: u32; readonly stakedAssetId: PezframeSupportTokensFungibleUnionOfNativeOrWithId; readonly rewardAssetId: PezframeSupportTokensFungibleUnionOfNativeOrWithId; readonly rewardRatePerBlock: u128; readonly expiryBlock: u32; - readonly admin: AccountId32; + readonly admin: PezspCoreCryptoAccountId32; } & Struct; readonly isPoolRewardRateModified: boolean; readonly asPoolRewardRateModified: { @@ -7316,7 +7840,7 @@ declare module '@pezkuwi/types/lookup' { readonly isPoolAdminModified: boolean; readonly asPoolAdminModified: { readonly poolId: u32; - readonly newAdmin: AccountId32; + readonly newAdmin: PezspCoreCryptoAccountId32; } & Struct; readonly isPoolExpiryBlockModified: boolean; readonly asPoolExpiryBlockModified: { @@ -7334,13 +7858,13 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletAssetsFreezerEvent extends Enum { readonly isFrozen: boolean; readonly asFrozen: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly assetId: u32; readonly amount: u128; } & Struct; readonly isThawed: boolean; readonly asThawed: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly assetId: u32; readonly amount: u128; } & Struct; @@ -7699,20 +8223,20 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletElectionProviderMultiPhaseReadySolution (619) */ interface PezpalletElectionProviderMultiPhaseReadySolution extends Struct { - readonly supports: Vec>; + readonly supports: Vec>; readonly score: PezspNposElectionsElectionScore; readonly compute: PezpalletElectionProviderMultiPhaseElectionCompute; } /** @name PezpalletElectionProviderMultiPhaseRoundSnapshot (621) */ interface PezpalletElectionProviderMultiPhaseRoundSnapshot extends Struct { - readonly voters: Vec]>>; - readonly targets: Vec; + readonly voters: Vec]>>; + readonly targets: Vec; } /** @name PezpalletElectionProviderMultiPhaseSignedSignedSubmission (628) */ interface PezpalletElectionProviderMultiPhaseSignedSignedSubmission extends Struct { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly deposit: u128; readonly rawSolution: PezpalletElectionProviderMultiPhaseRawSolution; readonly callFee: u128; @@ -7740,7 +8264,7 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletStakingStakingLedger (630) */ interface PezpalletStakingStakingLedger extends Struct { - readonly stash: AccountId32; + readonly stash: PezspCoreCryptoAccountId32; readonly total: Compact; readonly active: Compact; readonly unlocking: Vec; @@ -7749,7 +8273,7 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletStakingNominations (632) */ interface PezpalletStakingNominations extends Struct { - readonly targets: Vec; + readonly targets: Vec; readonly submittedIn: u32; readonly suppressed: bool; } @@ -7769,7 +8293,7 @@ declare module '@pezkuwi/types/lookup' { /** @name PezspStakingIndividualExposure (638) */ interface PezspStakingIndividualExposure extends Struct { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly value: Compact; } @@ -7790,15 +8314,15 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletStakingEraRewardPoints (642) */ interface PezpalletStakingEraRewardPoints extends Struct { readonly total: u32; - readonly individual: BTreeMap; + readonly individual: BTreeMap; } /** @name PezpalletStakingUnappliedSlash (647) */ interface PezpalletStakingUnappliedSlash extends Struct { - readonly validator: AccountId32; + readonly validator: PezspCoreCryptoAccountId32; readonly own: u128; - readonly others: Vec>; - readonly reporters: Vec; + readonly others: Vec>; + readonly reporters: Vec; readonly payout: u128; } @@ -7907,7 +8431,7 @@ declare module '@pezkuwi/types/lookup' { readonly isDelegating: boolean; readonly asDelegating: { readonly balance: u128; - readonly target: AccountId32; + readonly target: PezspCoreCryptoAccountId32; readonly conviction: PezpalletDemocracyConviction; readonly delegations: PezpalletDemocracyDelegations; readonly prior: PezpalletDemocracyVotePriorLock; @@ -7957,8 +8481,8 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletCollectiveVotes extends Struct { readonly index: u32; readonly threshold: u32; - readonly ayes: Vec; - readonly nays: Vec; + readonly ayes: Vec; + readonly nays: Vec; readonly end: u32; } @@ -7981,14 +8505,14 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletElectionsPhragmenSeatHolder (685) */ interface PezpalletElectionsPhragmenSeatHolder extends Struct { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly stake: u128; readonly deposit: u128; } /** @name PezpalletElectionsPhragmenVoter (686) */ interface PezpalletElectionsPhragmenVoter extends Struct { - readonly votes: Vec; + readonly votes: Vec; readonly stake: u128; readonly deposit: u128; } @@ -8062,9 +8586,9 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletTreasuryProposal (694) */ interface PezpalletTreasuryProposal extends Struct { - readonly proposer: AccountId32; + readonly proposer: PezspCoreCryptoAccountId32; readonly value: u128; - readonly beneficiary: AccountId32; + readonly beneficiary: PezspCoreCryptoAccountId32; readonly bond: u128; } @@ -8072,7 +8596,7 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletTreasurySpendStatus extends Struct { readonly assetKind: PezframeSupportTokensFungibleUnionOfNativeOrWithId; readonly amount: u128; - readonly beneficiary: AccountId32; + readonly beneficiary: PezspCoreCryptoAccountId32; readonly validFrom: u32; readonly expireAt: u32; readonly status: PezpalletTreasuryPaymentState; @@ -8118,7 +8642,7 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletContractsWasmCodeInfo (702) */ interface PezpalletContractsWasmCodeInfo extends Struct { - readonly owner: AccountId32; + readonly owner: PezspCoreCryptoAccountId32; readonly deposit: Compact; readonly refcount: Compact; readonly determinism: PezpalletContractsWasmDeterminism; @@ -8250,8 +8774,8 @@ declare module '@pezkuwi/types/lookup' { /** @name PezspStakingOffenceOffenceDetails (728) */ interface PezspStakingOffenceOffenceDetails extends Struct { - readonly offender: ITuple<[AccountId32, Null]>; - readonly reporters: Vec; + readonly offender: ITuple<[PezspCoreCryptoAccountId32, Null]>; + readonly reporters: Vec; } /** @name PezpalletIdentityRegistration (732) */ @@ -8263,20 +8787,20 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletIdentityRegistrarInfo (740) */ interface PezpalletIdentityRegistrarInfo extends Struct { - readonly account: AccountId32; + readonly account: PezspCoreCryptoAccountId32; readonly fee: u128; readonly fields: u64; } /** @name PezpalletIdentityAuthorityProperties (743) */ interface PezpalletIdentityAuthorityProperties extends Struct { - readonly accountId: AccountId32; + readonly accountId: PezspCoreCryptoAccountId32; readonly allocation: u32; } /** @name PezpalletIdentityUsernameInformation (744) */ interface PezpalletIdentityUsernameInformation extends Struct { - readonly owner: AccountId32; + readonly owner: PezspCoreCryptoAccountId32; readonly provider: PezpalletIdentityProvider; } @@ -8347,7 +8871,7 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletSocietyBid (756) */ interface PezpalletSocietyBid extends Struct { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly kind: PezpalletSocietyBidKind; readonly value: u128; } @@ -8357,7 +8881,7 @@ declare module '@pezkuwi/types/lookup' { readonly isDeposit: boolean; readonly asDeposit: u128; readonly isVouch: boolean; - readonly asVouch: ITuple<[AccountId32, u128]>; + readonly asVouch: ITuple<[PezspCoreCryptoAccountId32, u128]>; readonly type: 'Deposit' | 'Vouch'; } @@ -8384,7 +8908,7 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletSocietyIntakeRecord (764) */ interface PezpalletSocietyIntakeRecord extends Struct { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly bid: u128; readonly round: u32; } @@ -8430,7 +8954,7 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletRecoveryRecoveryConfig extends Struct { readonly delayPeriod: u32; readonly deposit: u128; - readonly friends: Vec; + readonly friends: Vec; readonly threshold: u16; } @@ -8438,7 +8962,7 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletRecoveryActiveRecovery extends Struct { readonly created: u32; readonly deposit: u128; - readonly friends: Vec; + readonly friends: Vec; } /** @name PezpalletRecoveryError (770) */ @@ -8516,12 +9040,12 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletPreimageOldRequestStatus extends Enum { readonly isUnrequested: boolean; readonly asUnrequested: { - readonly deposit: ITuple<[AccountId32, u128]>; + readonly deposit: ITuple<[PezspCoreCryptoAccountId32, u128]>; readonly len: u32; } & Struct; readonly isRequested: boolean; readonly asRequested: { - readonly deposit: Option>; + readonly deposit: Option>; readonly count: u32; readonly len: Option; } & Struct; @@ -8532,12 +9056,12 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletPreimageRequestStatus extends Enum { readonly isUnrequested: boolean; readonly asUnrequested: { - readonly ticket: ITuple<[AccountId32, u128]>; + readonly ticket: ITuple<[PezspCoreCryptoAccountId32, u128]>; readonly len: u32; } & Struct; readonly isRequested: boolean; readonly asRequested: { - readonly maybeTicket: Option>; + readonly maybeTicket: Option>; readonly count: u32; readonly maybeLen: Option; } & Struct; @@ -8559,14 +9083,14 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletProxyProxyDefinition (792) */ interface PezpalletProxyProxyDefinition extends Struct { - readonly delegate: AccountId32; + readonly delegate: PezspCoreCryptoAccountId32; readonly proxyType: KitchensinkRuntimeProxyType; readonly delay: u32; } /** @name PezpalletProxyAnnouncement (796) */ interface PezpalletProxyAnnouncement extends Struct { - readonly real: AccountId32; + readonly real: PezspCoreCryptoAccountId32; readonly callHash: H256; readonly height: u32; } @@ -8588,8 +9112,8 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletMultisigMultisig extends Struct { readonly when: PezpalletMultisigTimepoint; readonly deposit: u128; - readonly depositor: AccountId32; - readonly approvals: Vec; + readonly depositor: PezspCoreCryptoAccountId32; + readonly approvals: Vec; } /** @name PezpalletMultisigError (801) */ @@ -8613,7 +9137,7 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletBountiesBounty (802) */ interface PezpalletBountiesBounty extends Struct { - readonly proposer: AccountId32; + readonly proposer: PezspCoreCryptoAccountId32; readonly value: u128; readonly fee: u128; readonly curatorDeposit: u128; @@ -8628,22 +9152,22 @@ declare module '@pezkuwi/types/lookup' { readonly isFunded: boolean; readonly isCuratorProposed: boolean; readonly asCuratorProposed: { - readonly curator: AccountId32; + readonly curator: PezspCoreCryptoAccountId32; } & Struct; readonly isActive: boolean; readonly asActive: { - readonly curator: AccountId32; + readonly curator: PezspCoreCryptoAccountId32; readonly updateDue: u32; } & Struct; readonly isPendingPayout: boolean; readonly asPendingPayout: { - readonly curator: AccountId32; - readonly beneficiary: AccountId32; + readonly curator: PezspCoreCryptoAccountId32; + readonly beneficiary: PezspCoreCryptoAccountId32; readonly unlockAt: u32; } & Struct; readonly isApprovedWithCurator: boolean; readonly asApprovedWithCurator: { - readonly curator: AccountId32; + readonly curator: PezspCoreCryptoAccountId32; } & Struct; readonly type: 'Proposed' | 'Approved' | 'Funded' | 'CuratorProposed' | 'Active' | 'PendingPayout' | 'ApprovedWithCurator'; } @@ -8667,11 +9191,11 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletTipsOpenTip (806) */ interface PezpalletTipsOpenTip extends Struct { readonly reason: H256; - readonly who: AccountId32; - readonly finder: AccountId32; + readonly who: PezspCoreCryptoAccountId32; + readonly finder: PezspCoreCryptoAccountId32; readonly deposit: u128; readonly closes: Option; - readonly tips: Vec>; + readonly tips: Vec>; readonly findersFee: bool; } @@ -8689,10 +9213,10 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletAssetsAssetDetails (808) */ interface PezpalletAssetsAssetDetails extends Struct { - readonly owner: AccountId32; - readonly issuer: AccountId32; - readonly admin: AccountId32; - readonly freezer: AccountId32; + readonly owner: PezspCoreCryptoAccountId32; + readonly issuer: PezspCoreCryptoAccountId32; + readonly admin: PezspCoreCryptoAccountId32; + readonly freezer: PezspCoreCryptoAccountId32; readonly supply: u128; readonly deposit: u128; readonly minBalance: u128; @@ -8735,7 +9259,7 @@ declare module '@pezkuwi/types/lookup' { readonly asDepositHeld: u128; readonly isDepositRefunded: boolean; readonly isDepositFrom: boolean; - readonly asDepositFrom: ITuple<[AccountId32, u128]>; + readonly asDepositFrom: ITuple<[PezspCoreCryptoAccountId32, u128]>; readonly type: 'Consumer' | 'Sufficient' | 'DepositHeld' | 'DepositRefunded' | 'DepositFrom'; } @@ -8825,22 +9349,22 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletNisBid (830) */ interface PezpalletNisBid extends Struct { readonly amount: u128; - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; } /** @name PezpalletNisSummaryRecord (832) */ interface PezpalletNisSummaryRecord extends Struct { - readonly proportionOwed: Perquintill; + readonly proportionOwed: u64; readonly index: u32; - readonly thawed: Perquintill; + readonly thawed: u64; readonly lastPeriod: u32; readonly receiptsOnHold: u128; } /** @name PezpalletNisReceiptRecord (833) */ interface PezpalletNisReceiptRecord extends Struct { - readonly proportion: Perquintill; - readonly owner: Option>; + readonly proportion: u64; + readonly owner: Option>; readonly expiry: u32; } @@ -8866,10 +9390,10 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletUniquesCollectionDetails (836) */ interface PezpalletUniquesCollectionDetails extends Struct { - readonly owner: AccountId32; - readonly issuer: AccountId32; - readonly admin: AccountId32; - readonly freezer: AccountId32; + readonly owner: PezspCoreCryptoAccountId32; + readonly issuer: PezspCoreCryptoAccountId32; + readonly admin: PezspCoreCryptoAccountId32; + readonly freezer: PezspCoreCryptoAccountId32; readonly totalDeposit: u128; readonly freeHolding: bool; readonly items: u32; @@ -8880,8 +9404,8 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletUniquesItemDetails (838) */ interface PezpalletUniquesItemDetails extends Struct { - readonly owner: AccountId32; - readonly approved: Option; + readonly owner: PezspCoreCryptoAccountId32; + readonly approved: Option; readonly isFrozen: bool; readonly deposit: u128; } @@ -8925,7 +9449,7 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletNftsCollectionDetails (845) */ interface PezpalletNftsCollectionDetails extends Struct { - readonly owner: AccountId32; + readonly owner: PezspCoreCryptoAccountId32; readonly ownerDeposit: u128; readonly items: u32; readonly itemMetadatas: u32; @@ -8943,14 +9467,14 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletNftsItemDetails (848) */ interface PezpalletNftsItemDetails extends Struct { - readonly owner: AccountId32; - readonly approvals: BTreeMap>; + readonly owner: PezspCoreCryptoAccountId32; + readonly approvals: BTreeMap>; readonly deposit: PezpalletNftsItemDeposit; } /** @name PezpalletNftsItemDeposit (849) */ interface PezpalletNftsItemDeposit extends Struct { - readonly account: AccountId32; + readonly account: PezspCoreCryptoAccountId32; readonly amount: u128; } @@ -8968,13 +9492,13 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletNftsItemMetadataDeposit (856) */ interface PezpalletNftsItemMetadataDeposit extends Struct { - readonly account: Option; + readonly account: Option; readonly amount: u128; } /** @name PezpalletNftsAttributeDeposit (859) */ interface PezpalletNftsAttributeDeposit extends Struct { - readonly account: Option; + readonly account: Option; readonly amount: u128; } @@ -9050,7 +9574,7 @@ declare module '@pezkuwi/types/lookup' { readonly asset: u32; readonly fractions: u128; readonly deposit: u128; - readonly assetCreator: AccountId32; + readonly assetCreator: PezspCoreCryptoAccountId32; } /** @name PezpalletNftFractionalizationError (867) */ @@ -9158,17 +9682,17 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletBagsListListNode (879) */ interface PezpalletBagsListListNode extends Struct { - readonly id: AccountId32; - readonly prev: Option; - readonly next: Option; + readonly id: PezspCoreCryptoAccountId32; + readonly prev: Option; + readonly next: Option; readonly bagUpper: u64; readonly score: u64; } /** @name PezpalletBagsListListBag (880) */ interface PezpalletBagsListListBag extends Struct { - readonly head: Option; - readonly tail: Option; + readonly head: Option; + readonly tail: Option; } /** @name PezpalletBagsListError (882) */ @@ -9201,16 +9725,16 @@ declare module '@pezkuwi/types/lookup' { readonly isAdded: boolean; readonly isCuratorProposed: boolean; readonly asCuratorProposed: { - readonly curator: AccountId32; + readonly curator: PezspCoreCryptoAccountId32; } & Struct; readonly isActive: boolean; readonly asActive: { - readonly curator: AccountId32; + readonly curator: PezspCoreCryptoAccountId32; } & Struct; readonly isPendingPayout: boolean; readonly asPendingPayout: { - readonly curator: AccountId32; - readonly beneficiary: AccountId32; + readonly curator: PezspCoreCryptoAccountId32; + readonly beneficiary: PezspCoreCryptoAccountId32; readonly unlockAt: u32; } & Struct; readonly type: 'Added' | 'CuratorProposed' | 'Active' | 'PendingPayout'; @@ -9258,7 +9782,7 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletReferendaDeposit (889) */ interface PezpalletReferendaDeposit extends Struct { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly amount: u128; } @@ -9335,7 +9859,7 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletConvictionVotingVoteDelegating (909) */ interface PezpalletConvictionVotingVoteDelegating extends Struct { readonly balance: u128; - readonly target: AccountId32; + readonly target: PezspCoreCryptoAccountId32; readonly conviction: PezpalletConvictionVotingConviction; readonly delegations: PezpalletConvictionVotingDelegations; readonly prior: PezpalletConvictionVotingVotePriorLock; @@ -9424,8 +9948,8 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletNominationPoolsCommission (928) */ interface PezpalletNominationPoolsCommission extends Struct { - readonly current: Option>; - readonly max: Option; + readonly current: Option>; + readonly max: Option; readonly changeRate: Option; readonly throttleFrom: Option; readonly claimPermission: Option; @@ -9433,10 +9957,10 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletNominationPoolsPoolRoles (930) */ interface PezpalletNominationPoolsPoolRoles extends Struct { - readonly depositor: AccountId32; - readonly root: Option; - readonly nominator: Option; - readonly bouncer: Option; + readonly depositor: PezspCoreCryptoAccountId32; + readonly root: Option; + readonly nominator: Option; + readonly bouncer: Option; } /** @name PezpalletNominationPoolsRewardPool (931) */ @@ -9604,7 +10128,7 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletFastUnstakeUnstakeRequest (951) */ interface PezpalletFastUnstakeUnstakeRequest extends Struct { - readonly stashes: Vec>; + readonly stashes: Vec>; readonly checked: Vec; } @@ -9739,14 +10263,14 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletBrokerRegionRecord (974) */ interface PezpalletBrokerRegionRecord extends Struct { readonly end: u32; - readonly owner: Option; + readonly owner: Option; readonly paid: Option; } /** @name PezpalletBrokerContributionRecord (976) */ interface PezpalletBrokerContributionRecord extends Struct { readonly length: u32; - readonly payee: AccountId32; + readonly payee: PezspCoreCryptoAccountId32; } /** @name PezpalletBrokerPoolIoRecord (977) */ @@ -9828,7 +10352,7 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletReviveWasmCodeInfo (987) */ interface PezpalletReviveWasmCodeInfo extends Struct { - readonly owner: AccountId32; + readonly owner: PezspCoreCryptoAccountId32; readonly deposit: Compact; readonly refcount: Compact; readonly codeLen: u32; @@ -9908,13 +10432,13 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletDelegatedStakingDelegation (992) */ interface PezpalletDelegatedStakingDelegation extends Struct { - readonly agent: AccountId32; + readonly agent: PezspCoreCryptoAccountId32; readonly amount: u128; } /** @name PezpalletDelegatedStakingAgentLedger (993) */ interface PezpalletDelegatedStakingAgentLedger extends Struct { - readonly payee: AccountId32; + readonly payee: PezspCoreCryptoAccountId32; readonly totalDelegated: Compact; readonly unclaimedWithdrawals: Compact; readonly pendingSlash: Compact; @@ -9950,11 +10474,11 @@ declare module '@pezkuwi/types/lookup' { readonly rewardAssetId: PezframeSupportTokensFungibleUnionOfNativeOrWithId; readonly rewardRatePerBlock: u128; readonly expiryBlock: u32; - readonly admin: AccountId32; + readonly admin: PezspCoreCryptoAccountId32; readonly totalTokensStaked: u128; readonly rewardPerTokenStored: u128; readonly lastUpdateBlock: u32; - readonly account: AccountId32; + readonly account: PezspCoreCryptoAccountId32; } /** @name PezpalletAssetRewardsError (999) */ @@ -10179,7 +10703,7 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletContractsPrimitivesInstantiateReturnValue (1049) */ interface PezpalletContractsPrimitivesInstantiateReturnValue extends Struct { readonly result: PezpalletContractsPrimitivesExecReturnValue; - readonly accountId: AccountId32; + readonly accountId: PezspCoreCryptoAccountId32; } /** @name PezpalletContractsPrimitivesCodeUploadReturnValue (1051) */ diff --git a/packages/types-augment/src/lookup/types-dicle.ts b/packages/types-augment/src/lookup/types-dicle.ts index 16fa8d9..633b5e5 100644 --- a/packages/types-augment/src/lookup/types-dicle.ts +++ b/packages/types-augment/src/lookup/types-dicle.ts @@ -5,11 +5,17 @@ // this is required to allow for ambient/previous definitions import '@pezkuwi/types/lookup'; -import type { Compact, Enum, Null, Option, Struct, Vec, bool, u16, u32 } from '@pezkuwi/types-codec'; +import type { Compact, Enum, Null, Option, Struct, Vec, bool, u16, u32, u64 } from '@pezkuwi/types-codec'; import type { ITuple } from '@pezkuwi/types-codec/types'; -import type { AccountId32, PerU16, Permill, Perquintill } from '@pezkuwi/types/interfaces/runtime'; +import type { AccountId32, MultiAddress } from '@pezkuwi/types/interfaces/runtime'; declare module '@pezkuwi/types/lookup' { + /** @name PezspCoreCryptoAccountId32 (0) */ + interface PezspCoreCryptoAccountId32 extends AccountId32 {} + + /** @name PezspRuntimeMultiAddress (1) */ + interface PezspRuntimeMultiAddress extends MultiAddress {} + /** @name StagingDicleRuntimeSessionKeys (138) */ interface StagingDicleRuntimeSessionKeys extends Struct { readonly grandpa: PezspConsensusGrandpaAppPublic; @@ -78,13 +84,13 @@ declare module '@pezkuwi/types/lookup' { /** @name StagingDicleRuntimeDynamicParamsInflationParameters (173) */ interface StagingDicleRuntimeDynamicParamsInflationParameters extends Enum { readonly isMinInflation: boolean; - readonly asMinInflation: ITuple<[StagingDicleRuntimeDynamicParamsInflationMinInflation, Option]>; + readonly asMinInflation: ITuple<[StagingDicleRuntimeDynamicParamsInflationMinInflation, Option]>; readonly isMaxInflation: boolean; - readonly asMaxInflation: ITuple<[StagingDicleRuntimeDynamicParamsInflationMaxInflation, Option]>; + readonly asMaxInflation: ITuple<[StagingDicleRuntimeDynamicParamsInflationMaxInflation, Option]>; readonly isIdealStake: boolean; - readonly asIdealStake: ITuple<[StagingDicleRuntimeDynamicParamsInflationIdealStake, Option]>; + readonly asIdealStake: ITuple<[StagingDicleRuntimeDynamicParamsInflationIdealStake, Option]>; readonly isFalloff: boolean; - readonly asFalloff: ITuple<[StagingDicleRuntimeDynamicParamsInflationFalloff, Option]>; + readonly asFalloff: ITuple<[StagingDicleRuntimeDynamicParamsInflationFalloff, Option]>; readonly isUseAuctionSlots: boolean; readonly asUseAuctionSlots: ITuple<[StagingDicleRuntimeDynamicParamsInflationUseAuctionSlots, Option]>; readonly type: 'MinInflation' | 'MaxInflation' | 'IdealStake' | 'Falloff' | 'UseAuctionSlots'; @@ -108,7 +114,7 @@ declare module '@pezkuwi/types/lookup' { /** @name StagingDicleRuntimeDynamicParamsTreasuryParameters (182) */ interface StagingDicleRuntimeDynamicParamsTreasuryParameters extends Enum { readonly isBurnPortion: boolean; - readonly asBurnPortion: ITuple<[StagingDicleRuntimeDynamicParamsTreasuryBurnPortion, Option]>; + readonly asBurnPortion: ITuple<[StagingDicleRuntimeDynamicParamsTreasuryBurnPortion, Option]>; readonly isBurnDestination: boolean; readonly asBurnDestination: ITuple<[StagingDicleRuntimeDynamicParamsTreasuryBurnDestination, Option]>; readonly type: 'BurnPortion' | 'BurnDestination'; @@ -121,7 +127,7 @@ declare module '@pezkuwi/types/lookup' { type StagingDicleRuntimeDynamicParamsTreasuryBurnDestination = Null; /** @name StagingDicleRuntimeBurnDestinationAccount (188) */ - interface StagingDicleRuntimeBurnDestinationAccount extends Option {} + interface StagingDicleRuntimeBurnDestinationAccount extends Option {} /** @name DicleRuntimeConstantsProxyProxyType (209) */ interface DicleRuntimeConstantsProxyProxyType extends Enum { @@ -141,39 +147,39 @@ declare module '@pezkuwi/types/lookup' { /** @name StagingDicleRuntimeNposCompactSolution24 (219) */ interface StagingDicleRuntimeNposCompactSolution24 extends Struct { readonly votes1: Vec, Compact]>>; - readonly votes2: Vec, ITuple<[Compact, Compact]>, Compact]>>; - readonly votes3: Vec, Vec, Compact]>>, Compact]>>; - readonly votes4: Vec, Vec, Compact]>>, Compact]>>; - readonly votes5: Vec, Vec, Compact]>>, Compact]>>; - readonly votes6: Vec, Vec, Compact]>>, Compact]>>; - readonly votes7: Vec, Vec, Compact]>>, Compact]>>; - readonly votes8: Vec, Vec, Compact]>>, Compact]>>; - readonly votes9: Vec, Vec, Compact]>>, Compact]>>; - readonly votes10: Vec, Vec, Compact]>>, Compact]>>; - readonly votes11: Vec, Vec, Compact]>>, Compact]>>; - readonly votes12: Vec, Vec, Compact]>>, Compact]>>; - readonly votes13: Vec, Vec, Compact]>>, Compact]>>; - readonly votes14: Vec, Vec, Compact]>>, Compact]>>; - readonly votes15: Vec, Vec, Compact]>>, Compact]>>; - readonly votes16: Vec, Vec, Compact]>>, Compact]>>; - readonly votes17: Vec, Vec, Compact]>>, Compact]>>; - readonly votes18: Vec, Vec, Compact]>>, Compact]>>; - readonly votes19: Vec, Vec, Compact]>>, Compact]>>; - readonly votes20: Vec, Vec, Compact]>>, Compact]>>; - readonly votes21: Vec, Vec, Compact]>>, Compact]>>; - readonly votes22: Vec, Vec, Compact]>>, Compact]>>; - readonly votes23: Vec, Vec, Compact]>>, Compact]>>; - readonly votes24: Vec, Vec, Compact]>>, Compact]>>; + readonly votes2: Vec, ITuple<[Compact, Compact]>, Compact]>>; + readonly votes3: Vec, Vec, Compact]>>, Compact]>>; + readonly votes4: Vec, Vec, Compact]>>, Compact]>>; + readonly votes5: Vec, Vec, Compact]>>, Compact]>>; + readonly votes6: Vec, Vec, Compact]>>, Compact]>>; + readonly votes7: Vec, Vec, Compact]>>, Compact]>>; + readonly votes8: Vec, Vec, Compact]>>, Compact]>>; + readonly votes9: Vec, Vec, Compact]>>, Compact]>>; + readonly votes10: Vec, Vec, Compact]>>, Compact]>>; + readonly votes11: Vec, Vec, Compact]>>, Compact]>>; + readonly votes12: Vec, Vec, Compact]>>, Compact]>>; + readonly votes13: Vec, Vec, Compact]>>, Compact]>>; + readonly votes14: Vec, Vec, Compact]>>, Compact]>>; + readonly votes15: Vec, Vec, Compact]>>, Compact]>>; + readonly votes16: Vec, Vec, Compact]>>, Compact]>>; + readonly votes17: Vec, Vec, Compact]>>, Compact]>>; + readonly votes18: Vec, Vec, Compact]>>, Compact]>>; + readonly votes19: Vec, Vec, Compact]>>, Compact]>>; + readonly votes20: Vec, Vec, Compact]>>, Compact]>>; + readonly votes21: Vec, Vec, Compact]>>, Compact]>>; + readonly votes22: Vec, Vec, Compact]>>, Compact]>>; + readonly votes23: Vec, Vec, Compact]>>, Compact]>>; + readonly votes24: Vec, Vec, Compact]>>, Compact]>>; } /** @name PezpalletRcMigratorRecoveryRecoveryStage (539) */ interface PezpalletRcMigratorRecoveryRecoveryStage extends Enum { readonly isRecoverable: boolean; - readonly asRecoverable: Option; + readonly asRecoverable: Option; readonly isActiveRecoveries: boolean; - readonly asActiveRecoveries: Option>; + readonly asActiveRecoveries: Option>; readonly isProxy: boolean; - readonly asProxy: Option; + readonly asProxy: Option; readonly isFinished: boolean; readonly type: 'Recoverable' | 'ActiveRecoveries' | 'Proxy' | 'Finished'; } @@ -182,21 +188,21 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletRcMigratorSocietySocietyStage extends Enum { readonly isValues: boolean; readonly isMembers: boolean; - readonly asMembers: Option; + readonly asMembers: Option; readonly isPayouts: boolean; - readonly asPayouts: Option; + readonly asPayouts: Option; readonly isMemberByIndex: boolean; readonly asMemberByIndex: Option; readonly isSuspendedMembers: boolean; - readonly asSuspendedMembers: Option; + readonly asSuspendedMembers: Option; readonly isCandidates: boolean; - readonly asCandidates: Option; + readonly asCandidates: Option; readonly isVotes: boolean; - readonly asVotes: Option>; + readonly asVotes: Option>; readonly isVoteClearCursor: boolean; - readonly asVoteClearCursor: Option; + readonly asVoteClearCursor: Option; readonly isDefenderVotes: boolean; - readonly asDefenderVotes: Option>; + readonly asDefenderVotes: Option>; readonly isFinished: boolean; readonly type: 'Values' | 'Members' | 'Payouts' | 'MemberByIndex' | 'SuspendedMembers' | 'Candidates' | 'Votes' | 'VoteClearCursor' | 'DefenderVotes' | 'Finished'; } @@ -239,13 +245,13 @@ declare module '@pezkuwi/types/lookup' { /** @name StagingDicleRuntimeDynamicParamsInflationParametersValue (571) */ interface StagingDicleRuntimeDynamicParamsInflationParametersValue extends Enum { readonly isMinInflation: boolean; - readonly asMinInflation: Perquintill; + readonly asMinInflation: u64; readonly isMaxInflation: boolean; - readonly asMaxInflation: Perquintill; + readonly asMaxInflation: u64; readonly isIdealStake: boolean; - readonly asIdealStake: Perquintill; + readonly asIdealStake: u64; readonly isFalloff: boolean; - readonly asFalloff: Perquintill; + readonly asFalloff: u64; readonly isUseAuctionSlots: boolean; readonly asUseAuctionSlots: bool; readonly type: 'MinInflation' | 'MaxInflation' | 'IdealStake' | 'Falloff' | 'UseAuctionSlots'; @@ -254,7 +260,7 @@ declare module '@pezkuwi/types/lookup' { /** @name StagingDicleRuntimeDynamicParamsTreasuryParametersValue (572) */ interface StagingDicleRuntimeDynamicParamsTreasuryParametersValue extends Enum { readonly isBurnPortion: boolean; - readonly asBurnPortion: Permill; + readonly asBurnPortion: u32; readonly isBurnDestination: boolean; readonly asBurnDestination: StagingDicleRuntimeBurnDestinationAccount; readonly type: 'BurnPortion' | 'BurnDestination'; @@ -264,7 +270,7 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletRecoveryDepositKind extends Enum { readonly isRecoveryConfig: boolean; readonly isActiveRecoveryFor: boolean; - readonly asActiveRecoveryFor: AccountId32; + readonly asActiveRecoveryFor: PezspCoreCryptoAccountId32; readonly type: 'RecoveryConfig' | 'ActiveRecoveryFor'; } diff --git a/packages/types-augment/src/lookup/types-pezkuwi.ts b/packages/types-augment/src/lookup/types-pezkuwi.ts index 24a159e..a228a94 100644 --- a/packages/types-augment/src/lookup/types-pezkuwi.ts +++ b/packages/types-augment/src/lookup/types-pezkuwi.ts @@ -7,9 +7,15 @@ import '@pezkuwi/types/lookup'; import type { BTreeMap, BTreeSet, BitVec, Bytes, Compact, Enum, Null, Option, Result, Struct, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@pezkuwi/types-codec'; import type { ITuple } from '@pezkuwi/types-codec/types'; -import type { AccountId32, H256, PerU16, Perbill, Perquintill, RuntimeCall, RuntimeEvent } from '@pezkuwi/types/interfaces/runtime'; +import type { AccountId32, H256, MultiAddress, RuntimeCall, RuntimeEvent } from '@pezkuwi/types/interfaces/runtime'; declare module '@pezkuwi/types/lookup' { + /** @name PezspCoreCryptoAccountId32 (0) */ + interface PezspCoreCryptoAccountId32 extends AccountId32 {} + + /** @name PezspRuntimeMultiAddress (1) */ + interface PezspRuntimeMultiAddress extends MultiAddress {} + /** @name PezpalletBalancesUnexpectedKind (41) */ interface PezpalletBalancesUnexpectedKind extends Enum { readonly isBalanceUpdated: boolean; @@ -457,7 +463,7 @@ declare module '@pezkuwi/types/lookup' { interface PezkuwiRuntimeCommonClaimsPezpalletCall extends Enum { readonly isClaim: boolean; readonly asClaim: { - readonly dest: AccountId32; + readonly dest: PezspCoreCryptoAccountId32; readonly ethereumSignature: PezkuwiRuntimeCommonClaimsEcdsaSignature; } & Struct; readonly isMintClaim: boolean; @@ -469,7 +475,7 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isClaimAttest: boolean; readonly asClaimAttest: { - readonly dest: AccountId32; + readonly dest: PezspCoreCryptoAccountId32; readonly ethereumSignature: PezkuwiRuntimeCommonClaimsEcdsaSignature; readonly statement: Bytes; } & Struct; @@ -481,7 +487,7 @@ declare module '@pezkuwi/types/lookup' { readonly asMoveClaim: { readonly old: PezkuwiRuntimeCommonClaimsEthereumAddress; readonly new_: PezkuwiRuntimeCommonClaimsEthereumAddress; - readonly maybePreclaim: Option; + readonly maybePreclaim: Option; } & Struct; readonly type: 'Claim' | 'MintClaim' | 'ClaimAttest' | 'Attest' | 'MoveClaim'; } @@ -515,21 +521,21 @@ declare module '@pezkuwi/types/lookup' { /** @name PezkuwiRuntimeNposCompactSolution16 (200) */ interface PezkuwiRuntimeNposCompactSolution16 extends Struct { readonly votes1: Vec, Compact]>>; - readonly votes2: Vec, ITuple<[Compact, Compact]>, Compact]>>; - readonly votes3: Vec, Vec, Compact]>>, Compact]>>; - readonly votes4: Vec, Vec, Compact]>>, Compact]>>; - readonly votes5: Vec, Vec, Compact]>>, Compact]>>; - readonly votes6: Vec, Vec, Compact]>>, Compact]>>; - readonly votes7: Vec, Vec, Compact]>>, Compact]>>; - readonly votes8: Vec, Vec, Compact]>>, Compact]>>; - readonly votes9: Vec, Vec, Compact]>>, Compact]>>; - readonly votes10: Vec, Vec, Compact]>>, Compact]>>; - readonly votes11: Vec, Vec, Compact]>>, Compact]>>; - readonly votes12: Vec, Vec, Compact]>>, Compact]>>; - readonly votes13: Vec, Vec, Compact]>>, Compact]>>; - readonly votes14: Vec, Vec, Compact]>>, Compact]>>; - readonly votes15: Vec, Vec, Compact]>>, Compact]>>; - readonly votes16: Vec, Vec, Compact]>>, Compact]>>; + readonly votes2: Vec, ITuple<[Compact, Compact]>, Compact]>>; + readonly votes3: Vec, Vec, Compact]>>, Compact]>>; + readonly votes4: Vec, Vec, Compact]>>, Compact]>>; + readonly votes5: Vec, Vec, Compact]>>, Compact]>>; + readonly votes6: Vec, Vec, Compact]>>, Compact]>>; + readonly votes7: Vec, Vec, Compact]>>, Compact]>>; + readonly votes8: Vec, Vec, Compact]>>, Compact]>>; + readonly votes9: Vec, Vec, Compact]>>, Compact]>>; + readonly votes10: Vec, Vec, Compact]>>, Compact]>>; + readonly votes11: Vec, Vec, Compact]>>, Compact]>>; + readonly votes12: Vec, Vec, Compact]>>, Compact]>>; + readonly votes13: Vec, Vec, Compact]>>, Compact]>>; + readonly votes14: Vec, Vec, Compact]>>, Compact]>>; + readonly votes15: Vec, Vec, Compact]>>, Compact]>>; + readonly votes16: Vec, Vec, Compact]>>, Compact]>>; } /** @name PezpalletStakingAsyncAhClientCall (274) */ @@ -548,7 +554,7 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletStakingAsyncRcClientValidatorSetReport (275) */ interface PezpalletStakingAsyncRcClientValidatorSetReport extends Struct { - readonly newValidatorSet: Vec; + readonly newValidatorSet: Vec; readonly id: u32; readonly pruneUpTo: Option; readonly leftover: bool; @@ -722,7 +728,7 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isSetOnDemandFeeVariability: boolean; readonly asSetOnDemandFeeVariability: { - readonly new_: Perbill; + readonly new_: u32; } & Struct; readonly isSetOnDemandQueueMaxSize: boolean; readonly asSetOnDemandQueueMaxSize: { @@ -730,7 +736,7 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isSetOnDemandTargetQueueUtilization: boolean; readonly asSetOnDemandTargetQueueUtilization: { - readonly new_: Perbill; + readonly new_: u32; } & Struct; readonly isSetMinimumBackingVotes: boolean; readonly asSetMinimumBackingVotes: { @@ -807,8 +813,8 @@ declare module '@pezkuwi/types/lookup' { readonly numCores: u32; readonly maxAvailabilityTimeouts: u32; readonly onDemandQueueMaxSize: u32; - readonly onDemandTargetQueueUtilization: Perbill; - readonly onDemandFeeVariability: Perbill; + readonly onDemandTargetQueueUtilization: u32; + readonly onDemandFeeVariability: u32; readonly onDemandBaseFee: u128; readonly ttl: u32; } @@ -1151,7 +1157,7 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isForceRegister: boolean; readonly asForceRegister: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly deposit: u128; readonly id: u32; readonly genesisHead: Bytes; @@ -1193,7 +1199,7 @@ declare module '@pezkuwi/types/lookup' { readonly isForceLease: boolean; readonly asForceLease: { readonly para: u32; - readonly leaser: AccountId32; + readonly leaser: PezspCoreCryptoAccountId32; readonly amount: u128; readonly periodBegin: u32; readonly periodCount: u32; @@ -1247,7 +1253,7 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isWithdraw: boolean; readonly asWithdraw: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly index: Compact; } & Struct; readonly isRefund: boolean; @@ -1307,7 +1313,7 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isCreditAccount: boolean; readonly asCreditAccount: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly isAssignCore: boolean; @@ -2538,7 +2544,7 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isSetManager: boolean; readonly asSetManager: { - readonly new_: Option; + readonly new_: Option; } & Struct; readonly isSendXcmMessage: boolean; readonly asSendXcmMessage: { @@ -2547,11 +2553,11 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isPreserveAccounts: boolean; readonly asPreserveAccounts: { - readonly accounts: Vec; + readonly accounts: Vec; } & Struct; readonly isSetCanceller: boolean; readonly asSetCanceller: { - readonly new_: Option; + readonly new_: Option; } & Struct; readonly isPauseMigration: boolean; readonly isCancelMigration: boolean; @@ -2585,13 +2591,13 @@ declare module '@pezkuwi/types/lookup' { readonly isAccountsMigrationInit: boolean; readonly isAccountsMigrationOngoing: boolean; readonly asAccountsMigrationOngoing: { - readonly lastKey: Option; + readonly lastKey: Option; } & Struct; readonly isAccountsMigrationDone: boolean; readonly isMultisigMigrationInit: boolean; readonly isMultisigMigrationOngoing: boolean; readonly asMultisigMigrationOngoing: { - readonly lastKey: Option>; + readonly lastKey: Option>; } & Struct; readonly isMultisigMigrationDone: boolean; readonly isClaimsMigrationInit: boolean; @@ -2603,11 +2609,11 @@ declare module '@pezkuwi/types/lookup' { readonly isProxyMigrationInit: boolean; readonly isProxyMigrationProxies: boolean; readonly asProxyMigrationProxies: { - readonly lastKey: Option; + readonly lastKey: Option; } & Struct; readonly isProxyMigrationAnnouncements: boolean; readonly asProxyMigrationAnnouncements: { - readonly lastKey: Option; + readonly lastKey: Option; } & Struct; readonly isProxyMigrationDone: boolean; readonly isPreimageMigrationInit: boolean; @@ -2637,7 +2643,7 @@ declare module '@pezkuwi/types/lookup' { readonly isVestingMigrationInit: boolean; readonly isVestingMigrationOngoing: boolean; readonly asVestingMigrationOngoing: { - readonly nextKey: Option; + readonly nextKey: Option; } & Struct; readonly isVestingMigrationDone: boolean; readonly isDelegatedStakingMigrationInit: boolean; @@ -2735,7 +2741,7 @@ declare module '@pezkuwi/types/lookup' { readonly isSigning: boolean; readonly asSigning: Option; readonly isPreclaims: boolean; - readonly asPreclaims: Option; + readonly asPreclaims: Option; readonly isFinished: boolean; readonly type: 'StorageValues' | 'Claims' | 'Vesting' | 'Signing' | 'Preclaims' | 'Finished'; } @@ -2744,7 +2750,7 @@ declare module '@pezkuwi/types/lookup' { interface PezpalletRcMigratorStakingNomPoolsNomPoolsStage extends Enum { readonly isStorageValues: boolean; readonly isPoolMembers: boolean; - readonly asPoolMembers: Option; + readonly asPoolMembers: Option; readonly isBondedPools: boolean; readonly asBondedPools: Option; readonly isRewardPools: boolean; @@ -2754,9 +2760,9 @@ declare module '@pezkuwi/types/lookup' { readonly isMetadata: boolean; readonly asMetadata: Option; readonly isReversePoolIdLookup: boolean; - readonly asReversePoolIdLookup: Option; + readonly asReversePoolIdLookup: Option; readonly isClaimPermissions: boolean; - readonly asClaimPermissions: Option; + readonly asClaimPermissions: Option; readonly isFinished: boolean; readonly type: 'StorageValues' | 'PoolMembers' | 'BondedPools' | 'RewardPools' | 'SubPoolsStorage' | 'Metadata' | 'ReversePoolIdLookup' | 'ClaimPermissions' | 'Finished'; } @@ -2764,9 +2770,9 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletRcMigratorStakingDelegatedStakingDelegatedStakingStage (478) */ interface PezpalletRcMigratorStakingDelegatedStakingDelegatedStakingStage extends Enum { readonly isDelegators: boolean; - readonly asDelegators: Option; + readonly asDelegators: Option; readonly isAgents: boolean; - readonly asAgents: Option; + readonly asAgents: Option; readonly isFinished: boolean; readonly type: 'Delegators' | 'Agents' | 'Finished'; } @@ -2784,7 +2790,7 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletRcMigratorStakingBagsListBagsListStage (483) */ interface PezpalletRcMigratorStakingBagsListBagsListStage extends Enum { readonly isListNodes: boolean; - readonly asListNodes: Option; + readonly asListNodes: Option; readonly isListBags: boolean; readonly asListBags: Option; readonly isFinished: boolean; @@ -2805,9 +2811,9 @@ declare module '@pezkuwi/types/lookup' { /** @name PezpalletRcMigratorConvictionVotingConvictionVotingStage (487) */ interface PezpalletRcMigratorConvictionVotingConvictionVotingStage extends Enum { readonly isVotingFor: boolean; - readonly asVotingFor: Option>; + readonly asVotingFor: Option>; readonly isClassLocksFor: boolean; - readonly asClassLocksFor: Option; + readonly asClassLocksFor: Option; readonly isFinished: boolean; readonly type: 'VotingFor' | 'ClassLocksFor' | 'Finished'; } @@ -2895,25 +2901,25 @@ declare module '@pezkuwi/types/lookup' { readonly isValues: boolean; readonly isInvulnerables: boolean; readonly isBonded: boolean; - readonly asBonded: Option; + readonly asBonded: Option; readonly isLedger: boolean; - readonly asLedger: Option; + readonly asLedger: Option; readonly isPayee: boolean; - readonly asPayee: Option; + readonly asPayee: Option; readonly isValidators: boolean; - readonly asValidators: Option; + readonly asValidators: Option; readonly isNominators: boolean; - readonly asNominators: Option; + readonly asNominators: Option; readonly isVirtualStakers: boolean; - readonly asVirtualStakers: Option; + readonly asVirtualStakers: Option; readonly isErasStakersOverview: boolean; - readonly asErasStakersOverview: Option>; + readonly asErasStakersOverview: Option>; readonly isErasStakersPaged: boolean; - readonly asErasStakersPaged: Option>; + readonly asErasStakersPaged: Option>; readonly isClaimedRewards: boolean; - readonly asClaimedRewards: Option>; + readonly asClaimedRewards: Option>; readonly isErasValidatorPrefs: boolean; - readonly asErasValidatorPrefs: Option>; + readonly asErasValidatorPrefs: Option>; readonly isErasValidatorReward: boolean; readonly asErasValidatorReward: Option; readonly isErasRewardPoints: boolean; @@ -2924,13 +2930,13 @@ declare module '@pezkuwi/types/lookup' { readonly asUnappliedSlashes: Option; readonly isBondedEras: boolean; readonly isValidatorSlashInEra: boolean; - readonly asValidatorSlashInEra: Option>; + readonly asValidatorSlashInEra: Option>; readonly isNominatorSlashInEra: boolean; - readonly asNominatorSlashInEra: Option>; + readonly asNominatorSlashInEra: Option>; readonly isSlashingSpans: boolean; - readonly asSlashingSpans: Option; + readonly asSlashingSpans: Option; readonly isSpanSlash: boolean; - readonly asSpanSlash: Option>; + readonly asSpanSlash: Option>; readonly isFinished: boolean; readonly type: 'Values' | 'Invulnerables' | 'Bonded' | 'Ledger' | 'Payee' | 'Validators' | 'Nominators' | 'VirtualStakers' | 'ErasStakersOverview' | 'ErasStakersPaged' | 'ClaimedRewards' | 'ErasValidatorPrefs' | 'ErasValidatorReward' | 'ErasRewardPoints' | 'ErasTotalStake' | 'UnappliedSlashes' | 'BondedEras' | 'ValidatorSlashInEra' | 'NominatorSlashInEra' | 'SlashingSpans' | 'SpanSlash' | 'Finished'; } @@ -2961,7 +2967,7 @@ declare module '@pezkuwi/types/lookup' { interface PezkuwiRuntimeCommonClaimsPezpalletEvent extends Enum { readonly isClaimed: boolean; readonly asClaimed: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly ethereumAddress: PezkuwiRuntimeCommonClaimsEthereumAddress; readonly amount: u128; } & Struct; @@ -3125,7 +3131,7 @@ declare module '@pezkuwi/types/lookup' { readonly asOnDemandOrderPlaced: { readonly paraId: u32; readonly spotPrice: u128; - readonly orderedBy: AccountId32; + readonly orderedBy: PezspCoreCryptoAccountId32; } & Struct; readonly isSpotPriceSet: boolean; readonly asSpotPriceSet: { @@ -3133,7 +3139,7 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isAccountCredited: boolean; readonly asAccountCredited: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly type: 'OnDemandOrderPlaced' | 'SpotPriceSet' | 'AccountCredited'; @@ -3144,7 +3150,7 @@ declare module '@pezkuwi/types/lookup' { readonly isRegistered: boolean; readonly asRegistered: { readonly paraId: u32; - readonly manager: AccountId32; + readonly manager: PezspCoreCryptoAccountId32; } & Struct; readonly isDeregistered: boolean; readonly asDeregistered: { @@ -3153,7 +3159,7 @@ declare module '@pezkuwi/types/lookup' { readonly isReserved: boolean; readonly asReserved: { readonly paraId: u32; - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; } & Struct; readonly isSwapped: boolean; readonly asSwapped: { @@ -3172,7 +3178,7 @@ declare module '@pezkuwi/types/lookup' { readonly isLeased: boolean; readonly asLeased: { readonly paraId: u32; - readonly leaser: AccountId32; + readonly leaser: PezspCoreCryptoAccountId32; readonly periodBegin: u32; readonly periodCount: u32; readonly extraReserved: u128; @@ -3195,24 +3201,24 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isReserved: boolean; readonly asReserved: { - readonly bidder: AccountId32; + readonly bidder: PezspCoreCryptoAccountId32; readonly extraReserved: u128; readonly totalAmount: u128; } & Struct; readonly isUnreserved: boolean; readonly asUnreserved: { - readonly bidder: AccountId32; + readonly bidder: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly isReserveConfiscated: boolean; readonly asReserveConfiscated: { readonly paraId: u32; - readonly leaser: AccountId32; + readonly leaser: PezspCoreCryptoAccountId32; readonly amount: u128; } & Struct; readonly isBidAccepted: boolean; readonly asBidAccepted: { - readonly bidder: AccountId32; + readonly bidder: PezspCoreCryptoAccountId32; readonly paraId: u32; readonly amount: u128; readonly firstSlot: u32; @@ -3234,13 +3240,13 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isContributed: boolean; readonly asContributed: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly fundIndex: u32; readonly amount: u128; } & Struct; readonly isWithdrew: boolean; readonly asWithdrew: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly fundIndex: u32; readonly amount: u128; } & Struct; @@ -3267,7 +3273,7 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isMemoUpdated: boolean; readonly asMemoUpdated: { - readonly who: AccountId32; + readonly who: PezspCoreCryptoAccountId32; readonly paraId: u32; readonly memo: Bytes; } & Struct; @@ -3541,8 +3547,8 @@ declare module '@pezkuwi/types/lookup' { } & Struct; readonly isManagerSet: boolean; readonly asManagerSet: { - readonly old: Option; - readonly new_: Option; + readonly old: Option; + readonly new_: Option; } & Struct; readonly isXcmSent: boolean; readonly asXcmSent: { @@ -3554,12 +3560,12 @@ declare module '@pezkuwi/types/lookup' { readonly isStakingElectionsPaused: boolean; readonly isAccountsPreserved: boolean; readonly asAccountsPreserved: { - readonly accounts: Vec; + readonly accounts: Vec; } & Struct; readonly isCancellerSet: boolean; readonly asCancellerSet: { - readonly old: Option; - readonly new_: Option; + readonly old: Option; + readonly new_: Option; } & Struct; readonly isMigrationPaused: boolean; readonly asMigrationPaused: { @@ -3666,27 +3672,27 @@ declare module '@pezkuwi/types/lookup' { } /** @name PezframeElectionProviderSupportBoundedSupports (738) */ - interface PezframeElectionProviderSupportBoundedSupports extends Vec> {} + interface PezframeElectionProviderSupportBoundedSupports extends Vec> {} /** @name PezframeElectionProviderSupportBoundedSupport (741) */ interface PezframeElectionProviderSupportBoundedSupport extends Struct { readonly total: u128; - readonly voters: Vec>; + readonly voters: Vec>; } /** @name PezpalletStakingAsyncRcClientSessionReport (783) */ interface PezpalletStakingAsyncRcClientSessionReport extends Struct { readonly endIndex: u32; - readonly validatorPoints: Vec>; + readonly validatorPoints: Vec>; readonly activationTimestamp: Option>; readonly leftover: bool; } /** @name PezpalletStakingAsyncRcClientOffence (787) */ interface PezpalletStakingAsyncRcClientOffence extends Struct { - readonly offender: AccountId32; - readonly reporters: Vec; - readonly slashFraction: Perbill; + readonly offender: PezspCoreCryptoAccountId32; + readonly reporters: Vec; + readonly slashFraction: u32; } /** @name PezpalletStakingAsyncAhClientError (789) */ @@ -4120,7 +4126,7 @@ declare module '@pezkuwi/types/lookup' { /** @name PezkuwiRuntimeCommonParasRegistrarParaInfo (887) */ interface PezkuwiRuntimeCommonParasRegistrarParaInfo extends Struct { - readonly manager: AccountId32; + readonly manager: PezspCoreCryptoAccountId32; readonly deposit: u128; readonly locked: Option; } @@ -4165,7 +4171,7 @@ declare module '@pezkuwi/types/lookup' { /** @name PezkuwiRuntimeCommonCrowdloanFundInfo (897) */ interface PezkuwiRuntimeCommonCrowdloanFundInfo extends Struct { - readonly depositor: AccountId32; + readonly depositor: PezspCoreCryptoAccountId32; readonly verifier: Option; readonly deposit: u128; readonly raised: u128; @@ -4429,7 +4435,7 @@ declare module '@pezkuwi/types/lookup' { /** @name RelayCommonApisInflationInfo (958) */ interface RelayCommonApisInflationInfo extends Struct { - readonly inflation: Perquintill; + readonly inflation: u64; readonly nextMint: ITuple<[u128, u128]>; } diff --git a/packages/types-augment/src/packageInfo.ts b/packages/types-augment/src/packageInfo.ts index 23b2326..a663fe9 100644 --- a/packages/types-augment/src/packageInfo.ts +++ b/packages/types-augment/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @pezkuwi/dev -export const packageInfo = { name: '@pezkuwi/types-augment', path: 'auto', type: 'auto', version: '16.5.18' }; +export const packageInfo = { name: '@pezkuwi/types-augment', path: 'auto', type: 'auto', version: '16.5.34' }; diff --git a/packages/types-augment/src/registry/bizinikiwi.ts b/packages/types-augment/src/registry/bizinikiwi.ts index 8ea8be7..1d61309 100644 --- a/packages/types-augment/src/registry/bizinikiwi.ts +++ b/packages/types-augment/src/registry/bizinikiwi.ts @@ -5,7 +5,7 @@ // this is required to allow for ambient/previous definitions import '@pezkuwi/types/types/registry'; -import type { FinalityGrandpaEquivocationPrecommit, FinalityGrandpaEquivocationPrevote, FinalityGrandpaPrecommit, FinalityGrandpaPrevote, KitchensinkRuntimeDynamicParamsReferendaOrigins, KitchensinkRuntimeDynamicParamsReferendaParameters, KitchensinkRuntimeDynamicParamsReferendaParametersKey, KitchensinkRuntimeDynamicParamsReferendaParametersValue, KitchensinkRuntimeDynamicParamsReferendaTracks, KitchensinkRuntimeDynamicParamsStorageBaseDeposit, KitchensinkRuntimeDynamicParamsStorageByteDeposit, KitchensinkRuntimeDynamicParamsStorageParameters, KitchensinkRuntimeDynamicParamsStorageParametersKey, KitchensinkRuntimeDynamicParamsStorageParametersValue, KitchensinkRuntimeNposSolution16, KitchensinkRuntimeOriginCaller, KitchensinkRuntimeProxyType, KitchensinkRuntimeRuntime, KitchensinkRuntimeRuntimeError, KitchensinkRuntimeRuntimeFreezeReason, KitchensinkRuntimeRuntimeHoldReason, KitchensinkRuntimeRuntimeParameters, KitchensinkRuntimeRuntimeParametersKey, KitchensinkRuntimeRuntimeParametersValue, KitchensinkRuntimeSessionKeys, PezframeBenchmarkingPezpalletPovCall, PezframeBenchmarkingPezpalletPovEvent, PezframeMetadataHashExtensionCheckMetadataHash, PezframeMetadataHashExtensionMode, PezframeSupportDispatchDispatchClass, PezframeSupportDispatchPays, PezframeSupportDispatchPerDispatchClassU32, PezframeSupportDispatchPerDispatchClassWeight, PezframeSupportDispatchPerDispatchClassWeightsPerClass, PezframeSupportDispatchPostDispatchInfo, PezframeSupportDispatchRawOrigin, PezframeSupportMessagesProcessMessageError, PezframeSupportPezpalletId, PezframeSupportPreimagesBounded, PezframeSupportScheduleDispatchTime, PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensMiscBalanceStatus, PezframeSupportTokensMiscIdAmountRuntimeFreezeReason, PezframeSupportTokensMiscIdAmountRuntimeHoldReason, PezframeSupportViewFunctionsViewFunctionDispatchError, PezframeSupportViewFunctionsViewFunctionId, PezframeSystemAccountInfo, PezframeSystemCall, PezframeSystemCodeUpgradeAuthorization, PezframeSystemDispatchEventInfo, PezframeSystemError, PezframeSystemEvent, PezframeSystemEventRecord, PezframeSystemExtensionsCheckGenesis, PezframeSystemExtensionsCheckNonZeroSender, PezframeSystemExtensionsCheckNonce, PezframeSystemExtensionsCheckSpecVersion, PezframeSystemExtensionsCheckTxVersion, PezframeSystemExtensionsCheckWeight, PezframeSystemExtensionsWeightReclaim, PezframeSystemLastRuntimeUpgradeInfo, PezframeSystemLimitsBlockLength, PezframeSystemLimitsBlockWeights, PezframeSystemLimitsWeightsPerClass, PezframeSystemPhase, PezpalletAllianceCall, PezpalletAllianceCid, PezpalletAllianceDisbandWitness, PezpalletAllianceError, PezpalletAllianceEvent, PezpalletAllianceMemberRole, PezpalletAllianceMultihash, PezpalletAllianceUnscrupulousItem, PezpalletAllianceVersion, PezpalletAssetConversionCall, PezpalletAssetConversionError, PezpalletAssetConversionEvent, PezpalletAssetConversionOpsCall, PezpalletAssetConversionOpsError, PezpalletAssetConversionOpsEvent, PezpalletAssetConversionPoolInfo, PezpalletAssetConversionTxPaymentChargeAssetTxPayment, PezpalletAssetConversionTxPaymentEvent, PezpalletAssetRateCall, PezpalletAssetRateError, PezpalletAssetRateEvent, PezpalletAssetRewardsCall, PezpalletAssetRewardsError, PezpalletAssetRewardsEvent, PezpalletAssetRewardsFreezeReason, PezpalletAssetRewardsHoldReason, PezpalletAssetRewardsPoolInfo, PezpalletAssetRewardsPoolStakerInfo, PezpalletAssetsAccountStatus, PezpalletAssetsApproval, PezpalletAssetsAssetAccount, PezpalletAssetsAssetDetails, PezpalletAssetsAssetMetadata, PezpalletAssetsAssetStatus, PezpalletAssetsCall, PezpalletAssetsError, PezpalletAssetsEvent, PezpalletAssetsExistenceReason, PezpalletAssetsFreezerError, PezpalletAssetsFreezerEvent, PezpalletBabeCall, PezpalletBabeError, PezpalletBagsListCall, PezpalletBagsListError, PezpalletBagsListEvent, PezpalletBagsListListBag, PezpalletBagsListListListError, PezpalletBagsListListNode, PezpalletBalancesAccountData, PezpalletBalancesAdjustmentDirection, PezpalletBalancesBalanceLock, PezpalletBalancesCall, PezpalletBalancesError, PezpalletBalancesEvent, PezpalletBalancesReasons, PezpalletBalancesReserveData, PezpalletBeefyCall, PezpalletBeefyError, PezpalletBountiesBounty, PezpalletBountiesBountyStatus, PezpalletBountiesCall, PezpalletBountiesError, PezpalletBountiesEvent, PezpalletBrokerAutoRenewalRecord, PezpalletBrokerCall, PezpalletBrokerCompletionStatus, PezpalletBrokerConfigRecord, PezpalletBrokerContributionRecord, PezpalletBrokerCoreMask, PezpalletBrokerCoretimeInterfaceCoreAssignment, PezpalletBrokerError, PezpalletBrokerEvent, PezpalletBrokerFinality, PezpalletBrokerInstaPoolHistoryRecord, PezpalletBrokerLeaseRecordItem, PezpalletBrokerOnDemandRevenueRecord, PezpalletBrokerPoolIoRecord, PezpalletBrokerPotentialRenewalId, PezpalletBrokerPotentialRenewalRecord, PezpalletBrokerRegionId, PezpalletBrokerRegionRecord, PezpalletBrokerSaleInfoRecord, PezpalletBrokerScheduleItem, PezpalletBrokerStatusRecord, PezpalletChildBountiesCall, PezpalletChildBountiesChildBounty, PezpalletChildBountiesChildBountyStatus, PezpalletChildBountiesError, PezpalletChildBountiesEvent, PezpalletCollectiveCall, PezpalletCollectiveError, PezpalletCollectiveEvent, PezpalletCollectiveHoldReason, PezpalletCollectiveRawOrigin, PezpalletCollectiveVotes, PezpalletContractsCall, PezpalletContractsEnvironment, PezpalletContractsEnvironmentTypeAccountId32, PezpalletContractsEnvironmentTypeBlakeTwo256, PezpalletContractsEnvironmentTypeH256, PezpalletContractsEnvironmentTypeU128, PezpalletContractsEnvironmentTypeU32, PezpalletContractsEnvironmentTypeU64, PezpalletContractsError, PezpalletContractsEvent, PezpalletContractsHoldReason, PezpalletContractsOrigin, PezpalletContractsPrimitivesCode, PezpalletContractsPrimitivesCodeUploadReturnValue, PezpalletContractsPrimitivesContractAccessError, PezpalletContractsPrimitivesContractResult, PezpalletContractsPrimitivesExecReturnValue, PezpalletContractsPrimitivesInstantiateReturnValue, PezpalletContractsPrimitivesStorageDeposit, PezpalletContractsSchedule, PezpalletContractsScheduleInstructionWeights, PezpalletContractsScheduleLimits, PezpalletContractsStorageContractInfo, PezpalletContractsStorageDeletionQueueManager, PezpalletContractsUapiFlagsReturnFlags, PezpalletContractsWasmCodeInfo, PezpalletContractsWasmDeterminism, PezpalletConvictionVotingCall, PezpalletConvictionVotingConviction, PezpalletConvictionVotingDelegations, PezpalletConvictionVotingError, PezpalletConvictionVotingEvent, PezpalletConvictionVotingTally, PezpalletConvictionVotingVoteAccountVote, PezpalletConvictionVotingVoteCasting, PezpalletConvictionVotingVoteDelegating, PezpalletConvictionVotingVotePriorLock, PezpalletConvictionVotingVoteVoting, PezpalletCoreFellowshipCall, PezpalletCoreFellowshipError, PezpalletCoreFellowshipEvent, PezpalletCoreFellowshipMemberStatus, PezpalletCoreFellowshipParamsTypeOption, PezpalletCoreFellowshipParamsTypeU128, PezpalletCoreFellowshipWish, PezpalletDelegatedStakingAgentLedger, PezpalletDelegatedStakingDelegation, PezpalletDelegatedStakingError, PezpalletDelegatedStakingEvent, PezpalletDelegatedStakingHoldReason, PezpalletDemocracyCall, PezpalletDemocracyConviction, PezpalletDemocracyDelegations, PezpalletDemocracyError, PezpalletDemocracyEvent, PezpalletDemocracyMetadataOwner, PezpalletDemocracyReferendumInfo, PezpalletDemocracyReferendumStatus, PezpalletDemocracyTally, PezpalletDemocracyVoteAccountVote, PezpalletDemocracyVotePriorLock, PezpalletDemocracyVoteThreshold, PezpalletDemocracyVoteVoting, PezpalletElectionProviderMultiPhaseCall, PezpalletElectionProviderMultiPhaseElectionCompute, PezpalletElectionProviderMultiPhaseError, PezpalletElectionProviderMultiPhaseEvent, PezpalletElectionProviderMultiPhasePhase, PezpalletElectionProviderMultiPhaseRawSolution, PezpalletElectionProviderMultiPhaseReadySolution, PezpalletElectionProviderMultiPhaseRoundSnapshot, PezpalletElectionProviderMultiPhaseSignedSignedSubmission, PezpalletElectionProviderMultiPhaseSolutionOrSnapshotSize, PezpalletElectionsPhragmenCall, PezpalletElectionsPhragmenError, PezpalletElectionsPhragmenEvent, PezpalletElectionsPhragmenRenouncing, PezpalletElectionsPhragmenSeatHolder, PezpalletElectionsPhragmenVoter, PezpalletExampleTasksError, PezpalletFastUnstakeCall, PezpalletFastUnstakeError, PezpalletFastUnstakeEvent, PezpalletFastUnstakeUnstakeRequest, PezpalletGluttonCall, PezpalletGluttonError, PezpalletGluttonEvent, PezpalletGrandpaCall, PezpalletGrandpaError, PezpalletGrandpaEvent, PezpalletGrandpaStoredPendingChange, PezpalletGrandpaStoredState, PezpalletIdentityAuthorityProperties, PezpalletIdentityCall, PezpalletIdentityError, PezpalletIdentityEvent, PezpalletIdentityJudgement, PezpalletIdentityLegacyIdentityInfo, PezpalletIdentityProvider, PezpalletIdentityRegistrarInfo, PezpalletIdentityRegistration, PezpalletIdentityUsernameInformation, PezpalletImOnlineCall, PezpalletImOnlineError, PezpalletImOnlineEvent, PezpalletImOnlineHeartbeat, PezpalletImOnlineSr25519AppSr25519Public, PezpalletImOnlineSr25519AppSr25519Signature, PezpalletIndicesCall, PezpalletIndicesError, PezpalletIndicesEvent, PezpalletLotteryCall, PezpalletLotteryError, PezpalletLotteryEvent, PezpalletLotteryLotteryConfig, PezpalletMembershipCall, PezpalletMembershipError, PezpalletMembershipEvent, PezpalletMessageQueueBookState, PezpalletMessageQueueCall, PezpalletMessageQueueError, PezpalletMessageQueueEvent, PezpalletMessageQueueNeighbours, PezpalletMessageQueuePage, PezpalletMetaTxCall, PezpalletMetaTxError, PezpalletMetaTxEvent, PezpalletMetaTxExtensionMetaTxMarker, PezpalletMetaTxMetaTx, PezpalletMigrationsActiveCursor, PezpalletMigrationsCall, PezpalletMigrationsError, PezpalletMigrationsEvent, PezpalletMigrationsHistoricCleanupSelector, PezpalletMigrationsMigrationCursor, PezpalletMixnetBoundedMixnode, PezpalletMixnetCall, PezpalletMixnetRegistration, PezpalletMultisigCall, PezpalletMultisigError, PezpalletMultisigEvent, PezpalletMultisigMultisig, PezpalletMultisigTimepoint, PezpalletNftFractionalizationCall, PezpalletNftFractionalizationDetails, PezpalletNftFractionalizationError, PezpalletNftFractionalizationEvent, PezpalletNftFractionalizationHoldReason, PezpalletNftsAttributeDeposit, PezpalletNftsAttributeNamespace, PezpalletNftsCall, PezpalletNftsCancelAttributesApprovalWitness, PezpalletNftsCollectionConfig, PezpalletNftsCollectionDetails, PezpalletNftsCollectionMetadata, PezpalletNftsCollectionRole, PezpalletNftsCollectionSetting, PezpalletNftsDestroyWitness, PezpalletNftsError, PezpalletNftsEvent, PezpalletNftsItemConfig, PezpalletNftsItemDeposit, PezpalletNftsItemDetails, PezpalletNftsItemMetadata, PezpalletNftsItemMetadataDeposit, PezpalletNftsItemSetting, PezpalletNftsItemTip, PezpalletNftsMintSettings, PezpalletNftsMintType, PezpalletNftsMintWitness, PezpalletNftsPendingSwap, PezpalletNftsPezpalletAttributes, PezpalletNftsPezpalletFeature, PezpalletNftsPreSignedAttributes, PezpalletNftsPreSignedMint, PezpalletNftsPriceDirection, PezpalletNftsPriceWithDirection, PezpalletNisBid, PezpalletNisCall, PezpalletNisError, PezpalletNisEvent, PezpalletNisHoldReason, PezpalletNisReceiptRecord, PezpalletNisSummaryRecord, PezpalletNominationPoolsBondExtra, PezpalletNominationPoolsBondedPoolInner, PezpalletNominationPoolsCall, PezpalletNominationPoolsClaimPermission, PezpalletNominationPoolsCommission, PezpalletNominationPoolsCommissionChangeRate, PezpalletNominationPoolsCommissionClaimPermission, PezpalletNominationPoolsConfigOpAccountId32, PezpalletNominationPoolsConfigOpPerbill, PezpalletNominationPoolsConfigOpU128, PezpalletNominationPoolsConfigOpU32, PezpalletNominationPoolsDefensiveError, PezpalletNominationPoolsError, PezpalletNominationPoolsEvent, PezpalletNominationPoolsFreezeReason, PezpalletNominationPoolsPoolMember, PezpalletNominationPoolsPoolRoles, PezpalletNominationPoolsPoolState, PezpalletNominationPoolsRewardPool, PezpalletNominationPoolsSubPools, PezpalletNominationPoolsUnbondPool, PezpalletOffencesEvent, PezpalletParametersCall, PezpalletParametersEvent, PezpalletPreimageCall, PezpalletPreimageError, PezpalletPreimageEvent, PezpalletPreimageHoldReason, PezpalletPreimageOldRequestStatus, PezpalletPreimageRequestStatus, PezpalletProxyAnnouncement, PezpalletProxyCall, PezpalletProxyDepositKind, PezpalletProxyError, PezpalletProxyEvent, PezpalletProxyProxyDefinition, PezpalletRankedCollectiveCall, PezpalletRankedCollectiveError, PezpalletRankedCollectiveEvent, PezpalletRankedCollectiveMemberRecord, PezpalletRankedCollectiveTally, PezpalletRankedCollectiveVoteRecord, PezpalletRecoveryActiveRecovery, PezpalletRecoveryCall, PezpalletRecoveryError, PezpalletRecoveryEvent, PezpalletRecoveryRecoveryConfig, PezpalletReferendaCall, PezpalletReferendaCurve, PezpalletReferendaDecidingStatus, PezpalletReferendaDeposit, PezpalletReferendaError, PezpalletReferendaEvent, PezpalletReferendaReferendumInfoConvictionVotingTally, PezpalletReferendaReferendumInfoRankedCollectiveTally, PezpalletReferendaReferendumStatusConvictionVotingTally, PezpalletReferendaReferendumStatusRankedCollectiveTally, PezpalletReferendaTrack, PezpalletReferendaTrackDetails, PezpalletRemarkCall, PezpalletRemarkError, PezpalletRemarkEvent, PezpalletReviveCall, PezpalletReviveError, PezpalletReviveEvent, PezpalletReviveEvmApiDebugRpcTypesCallLog, PezpalletReviveEvmApiDebugRpcTypesCallTrace, PezpalletReviveEvmApiDebugRpcTypesCallTracerConfig, PezpalletReviveEvmApiDebugRpcTypesCallType, PezpalletReviveEvmApiDebugRpcTypesTrace, PezpalletReviveEvmApiDebugRpcTypesTracerType, PezpalletReviveEvmApiRpcTypesGenAccessListEntry, PezpalletReviveEvmApiRpcTypesGenGenericTransaction, PezpalletReviveEvmApiRpcTypesGenInputOrData, PezpalletReviveHoldReason, PezpalletRevivePrimitivesCode, PezpalletRevivePrimitivesCodeUploadReturnValue, PezpalletRevivePrimitivesContractAccessError, PezpalletRevivePrimitivesContractResultExecReturnValue, PezpalletRevivePrimitivesContractResultInstantiateReturnValue, PezpalletRevivePrimitivesEthTransactError, PezpalletRevivePrimitivesEthTransactInfo, PezpalletRevivePrimitivesExecReturnValue, PezpalletRevivePrimitivesInstantiateReturnValue, PezpalletRevivePrimitivesStorageDeposit, PezpalletReviveStorageContractInfo, PezpalletReviveStorageDeletionQueueManager, PezpalletReviveUapiFlagsReturnFlags, PezpalletReviveWasmCodeInfo, PezpalletRootTestingCall, PezpalletRootTestingEvent, PezpalletSafeModeCall, PezpalletSafeModeError, PezpalletSafeModeEvent, PezpalletSafeModeExitReason, PezpalletSafeModeHoldReason, PezpalletSalaryCall, PezpalletSalaryClaimState, PezpalletSalaryClaimantStatus, PezpalletSalaryError, PezpalletSalaryEvent, PezpalletSalaryStatusType, PezpalletSchedulerCall, PezpalletSchedulerError, PezpalletSchedulerEvent, PezpalletSchedulerRetryConfig, PezpalletSchedulerScheduled, PezpalletSessionCall, PezpalletSessionError, PezpalletSessionEvent, PezpalletSkipFeelessPaymentEvent, PezpalletSocietyBid, PezpalletSocietyBidKind, PezpalletSocietyCall, PezpalletSocietyCandidacy, PezpalletSocietyError, PezpalletSocietyEvent, PezpalletSocietyGroupParams, PezpalletSocietyIntakeRecord, PezpalletSocietyMemberRecord, PezpalletSocietyPayoutRecord, PezpalletSocietyTally, PezpalletSocietyVote, PezpalletSocietyVouchingStatus, PezpalletStakingActiveEraInfo, PezpalletStakingEraRewardPoints, PezpalletStakingForcing, PezpalletStakingNominations, PezpalletStakingPezpalletCall, PezpalletStakingPezpalletConfigOpPerbill, PezpalletStakingPezpalletConfigOpPercent, PezpalletStakingPezpalletConfigOpU128, PezpalletStakingPezpalletConfigOpU32, PezpalletStakingPezpalletError, PezpalletStakingPezpalletEvent, PezpalletStakingPezpalletHoldReason, PezpalletStakingRewardDestination, PezpalletStakingSlashingSlashingSpans, PezpalletStakingSlashingSpanRecord, PezpalletStakingStakingLedger, PezpalletStakingUnappliedSlash, PezpalletStakingUnlockChunk, PezpalletStakingValidatorPrefs, PezpalletStateTrieMigrationCall, PezpalletStateTrieMigrationError, PezpalletStateTrieMigrationEvent, PezpalletStateTrieMigrationHoldReason, PezpalletStateTrieMigrationMigrationCompute, PezpalletStateTrieMigrationMigrationLimits, PezpalletStateTrieMigrationMigrationTask, PezpalletStateTrieMigrationProgress, PezpalletStatementEvent, PezpalletSudoCall, PezpalletSudoError, PezpalletSudoEvent, PezpalletTimestampCall, PezpalletTipsCall, PezpalletTipsError, PezpalletTipsEvent, PezpalletTipsOpenTip, PezpalletTransactionPaymentEvent, PezpalletTransactionPaymentFeeDetails, PezpalletTransactionPaymentInclusionFee, PezpalletTransactionPaymentReleases, PezpalletTransactionPaymentRuntimeDispatchInfo, PezpalletTransactionStorageCall, PezpalletTransactionStorageError, PezpalletTransactionStorageEvent, PezpalletTransactionStorageHoldReason, PezpalletTransactionStorageTransactionInfo, PezpalletTreasuryCall, PezpalletTreasuryError, PezpalletTreasuryEvent, PezpalletTreasuryPaymentState, PezpalletTreasuryProposal, PezpalletTreasurySpendStatus, PezpalletTxPauseCall, PezpalletTxPauseError, PezpalletTxPauseEvent, PezpalletUniquesCall, PezpalletUniquesCollectionDetails, PezpalletUniquesCollectionMetadata, PezpalletUniquesDestroyWitness, PezpalletUniquesError, PezpalletUniquesEvent, PezpalletUniquesItemDetails, PezpalletUniquesItemMetadata, PezpalletUtilityCall, PezpalletUtilityError, PezpalletUtilityEvent, PezpalletVerifySignatureExtensionVerifySignature, PezpalletVestingCall, PezpalletVestingError, PezpalletVestingEvent, PezpalletVestingReleases, PezpalletVestingVestingInfo, PezpalletWhitelistCall, PezpalletWhitelistError, PezpalletWhitelistEvent, PezspArithmeticArithmeticError, PezspAuthorityDiscoveryAppPublic, PezspConsensusBabeAllowedSlots, PezspConsensusBabeAppPublic, PezspConsensusBabeBabeConfiguration, PezspConsensusBabeBabeEpochConfiguration, PezspConsensusBabeDigestsNextConfigDescriptor, PezspConsensusBabeDigestsPreDigest, PezspConsensusBabeDigestsPrimaryPreDigest, PezspConsensusBabeDigestsSecondaryPlainPreDigest, PezspConsensusBabeDigestsSecondaryVRFPreDigest, PezspConsensusBabeEpoch, PezspConsensusBeefyCommitment, PezspConsensusBeefyDoubleVotingProof, PezspConsensusBeefyEcdsaCryptoPublic, PezspConsensusBeefyEcdsaCryptoSignature, PezspConsensusBeefyForkVotingProofAncestryProof, PezspConsensusBeefyForkVotingProofOpaqueValue, PezspConsensusBeefyFutureBlockVotingProof, PezspConsensusBeefyMmrBeefyAuthoritySet, PezspConsensusBeefyPayload, PezspConsensusBeefyValidatorSet, PezspConsensusBeefyVoteMessage, PezspConsensusGrandpaAppPublic, PezspConsensusGrandpaAppSignature, PezspConsensusGrandpaEquivocation, PezspConsensusGrandpaEquivocationProof, PezspConsensusSlotsEquivocationProof, PezspCoreCryptoKeyTypeId, PezspCoreSr25519VrfVrfSignature, PezspInherentsCheckInherentsResult, PezspInherentsInherentData, PezspMixnetAppPublic, PezspMixnetAppSignature, PezspMixnetMixnode, PezspMixnetMixnodesErr, PezspMixnetSessionPhase, PezspMixnetSessionStatus, PezspMmrPrimitivesAncestryProof, PezspMmrPrimitivesError, PezspMmrPrimitivesLeafProof, PezspNposElectionsElectionScore, PezspNposElectionsSupport, PezspRuntimeBlakeTwo256, PezspRuntimeBlock, PezspRuntimeDigest, PezspRuntimeDigestDigestItem, PezspRuntimeDispatchError, PezspRuntimeDispatchErrorWithPostInfo, PezspRuntimeExtrinsicInclusionMode, PezspRuntimeHeader, PezspRuntimeModuleError, PezspRuntimeMultiSignature, PezspRuntimeProvingTrieTrieError, PezspRuntimeTokenError, PezspRuntimeTransactionValidityInvalidTransaction, PezspRuntimeTransactionValidityTransactionSource, PezspRuntimeTransactionValidityTransactionValidityError, PezspRuntimeTransactionValidityUnknownTransaction, PezspRuntimeTransactionValidityValidTransaction, PezspRuntimeTransactionalError, PezspSessionMembershipProof, PezspStakingExposure, PezspStakingExposurePage, PezspStakingIndividualExposure, PezspStakingOffenceOffenceDetails, PezspStakingPagedExposureMetadata, PezspStatementStoreProof, PezspStatementStoreRuntimeApiInvalidStatement, PezspStatementStoreRuntimeApiStatementSource, PezspStatementStoreRuntimeApiValidStatement, PezspStatementStoreStatement, PezspTransactionStorageProofTransactionStorageProof, PezspVersionRuntimeVersion, PezspWeightsRuntimeDbWeight, PezspWeightsWeightV2Weight } from '@pezkuwi/types/lookup'; +import type { FinalityGrandpaEquivocationPrecommit, FinalityGrandpaEquivocationPrevote, FinalityGrandpaPrecommit, FinalityGrandpaPrevote, KitchensinkRuntimeDynamicParamsReferendaOrigins, KitchensinkRuntimeDynamicParamsReferendaParameters, KitchensinkRuntimeDynamicParamsReferendaParametersKey, KitchensinkRuntimeDynamicParamsReferendaParametersValue, KitchensinkRuntimeDynamicParamsReferendaTracks, KitchensinkRuntimeDynamicParamsStorageBaseDeposit, KitchensinkRuntimeDynamicParamsStorageByteDeposit, KitchensinkRuntimeDynamicParamsStorageParameters, KitchensinkRuntimeDynamicParamsStorageParametersKey, KitchensinkRuntimeDynamicParamsStorageParametersValue, KitchensinkRuntimeNposSolution16, KitchensinkRuntimeOriginCaller, KitchensinkRuntimeProxyType, KitchensinkRuntimeRuntime, KitchensinkRuntimeRuntimeError, KitchensinkRuntimeRuntimeFreezeReason, KitchensinkRuntimeRuntimeHoldReason, KitchensinkRuntimeRuntimeParameters, KitchensinkRuntimeRuntimeParametersKey, KitchensinkRuntimeRuntimeParametersValue, KitchensinkRuntimeSessionKeys, PezframeBenchmarkingPezpalletPovCall, PezframeBenchmarkingPezpalletPovEvent, PezframeMetadataHashExtensionCheckMetadataHash, PezframeMetadataHashExtensionMode, PezframeSupportDispatchDispatchClass, PezframeSupportDispatchPays, PezframeSupportDispatchPerDispatchClassU32, PezframeSupportDispatchPerDispatchClassWeight, PezframeSupportDispatchPerDispatchClassWeightsPerClass, PezframeSupportDispatchPostDispatchInfo, PezframeSupportDispatchRawOrigin, PezframeSupportMessagesProcessMessageError, PezframeSupportPezpalletId, PezframeSupportPreimagesBounded, PezframeSupportScheduleDispatchTime, PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensMiscBalanceStatus, PezframeSupportTokensMiscIdAmountRuntimeFreezeReason, PezframeSupportTokensMiscIdAmountRuntimeHoldReason, PezframeSupportViewFunctionsViewFunctionDispatchError, PezframeSupportViewFunctionsViewFunctionId, PezframeSystemAccountInfo, PezframeSystemCall, PezframeSystemCodeUpgradeAuthorization, PezframeSystemDispatchEventInfo, PezframeSystemError, PezframeSystemEvent, PezframeSystemEventRecord, PezframeSystemExtensionsCheckGenesis, PezframeSystemExtensionsCheckMortality, PezframeSystemExtensionsCheckNonZeroSender, PezframeSystemExtensionsCheckNonce, PezframeSystemExtensionsCheckSpecVersion, PezframeSystemExtensionsCheckTxVersion, PezframeSystemExtensionsCheckWeight, PezframeSystemExtensionsWeightReclaim, PezframeSystemLastRuntimeUpgradeInfo, PezframeSystemLimitsBlockLength, PezframeSystemLimitsBlockWeights, PezframeSystemLimitsWeightsPerClass, PezframeSystemPhase, PezpalletAllianceCall, PezpalletAllianceCid, PezpalletAllianceDisbandWitness, PezpalletAllianceError, PezpalletAllianceEvent, PezpalletAllianceMemberRole, PezpalletAllianceMultihash, PezpalletAllianceUnscrupulousItem, PezpalletAllianceVersion, PezpalletAssetConversionCall, PezpalletAssetConversionError, PezpalletAssetConversionEvent, PezpalletAssetConversionOpsCall, PezpalletAssetConversionOpsError, PezpalletAssetConversionOpsEvent, PezpalletAssetConversionPoolInfo, PezpalletAssetConversionTxPaymentChargeAssetTxPayment, PezpalletAssetConversionTxPaymentEvent, PezpalletAssetRateCall, PezpalletAssetRateError, PezpalletAssetRateEvent, PezpalletAssetRewardsCall, PezpalletAssetRewardsError, PezpalletAssetRewardsEvent, PezpalletAssetRewardsFreezeReason, PezpalletAssetRewardsHoldReason, PezpalletAssetRewardsPoolInfo, PezpalletAssetRewardsPoolStakerInfo, PezpalletAssetsAccountStatus, PezpalletAssetsApproval, PezpalletAssetsAssetAccount, PezpalletAssetsAssetDetails, PezpalletAssetsAssetMetadata, PezpalletAssetsAssetStatus, PezpalletAssetsCall, PezpalletAssetsError, PezpalletAssetsEvent, PezpalletAssetsExistenceReason, PezpalletAssetsFreezerError, PezpalletAssetsFreezerEvent, PezpalletBabeCall, PezpalletBabeError, PezpalletBagsListCall, PezpalletBagsListError, PezpalletBagsListEvent, PezpalletBagsListListBag, PezpalletBagsListListListError, PezpalletBagsListListNode, PezpalletBalancesAccountData, PezpalletBalancesAdjustmentDirection, PezpalletBalancesBalanceLock, PezpalletBalancesCall, PezpalletBalancesError, PezpalletBalancesEvent, PezpalletBalancesReasons, PezpalletBalancesReserveData, PezpalletBeefyCall, PezpalletBeefyError, PezpalletBountiesBounty, PezpalletBountiesBountyStatus, PezpalletBountiesCall, PezpalletBountiesError, PezpalletBountiesEvent, PezpalletBrokerAutoRenewalRecord, PezpalletBrokerCall, PezpalletBrokerCompletionStatus, PezpalletBrokerConfigRecord, PezpalletBrokerContributionRecord, PezpalletBrokerCoreMask, PezpalletBrokerCoretimeInterfaceCoreAssignment, PezpalletBrokerError, PezpalletBrokerEvent, PezpalletBrokerFinality, PezpalletBrokerInstaPoolHistoryRecord, PezpalletBrokerLeaseRecordItem, PezpalletBrokerOnDemandRevenueRecord, PezpalletBrokerPoolIoRecord, PezpalletBrokerPotentialRenewalId, PezpalletBrokerPotentialRenewalRecord, PezpalletBrokerRegionId, PezpalletBrokerRegionRecord, PezpalletBrokerSaleInfoRecord, PezpalletBrokerScheduleItem, PezpalletBrokerStatusRecord, PezpalletChildBountiesCall, PezpalletChildBountiesChildBounty, PezpalletChildBountiesChildBountyStatus, PezpalletChildBountiesError, PezpalletChildBountiesEvent, PezpalletCollectiveCall, PezpalletCollectiveError, PezpalletCollectiveEvent, PezpalletCollectiveHoldReason, PezpalletCollectiveRawOrigin, PezpalletCollectiveVotes, PezpalletContractsCall, PezpalletContractsEnvironment, PezpalletContractsEnvironmentTypeAccountId32, PezpalletContractsEnvironmentTypeBlakeTwo256, PezpalletContractsEnvironmentTypeH256, PezpalletContractsEnvironmentTypeU128, PezpalletContractsEnvironmentTypeU32, PezpalletContractsEnvironmentTypeU64, PezpalletContractsError, PezpalletContractsEvent, PezpalletContractsHoldReason, PezpalletContractsOrigin, PezpalletContractsPrimitivesCode, PezpalletContractsPrimitivesCodeUploadReturnValue, PezpalletContractsPrimitivesContractAccessError, PezpalletContractsPrimitivesContractResult, PezpalletContractsPrimitivesExecReturnValue, PezpalletContractsPrimitivesInstantiateReturnValue, PezpalletContractsPrimitivesStorageDeposit, PezpalletContractsSchedule, PezpalletContractsScheduleInstructionWeights, PezpalletContractsScheduleLimits, PezpalletContractsStorageContractInfo, PezpalletContractsStorageDeletionQueueManager, PezpalletContractsUapiFlagsReturnFlags, PezpalletContractsWasmCodeInfo, PezpalletContractsWasmDeterminism, PezpalletConvictionVotingCall, PezpalletConvictionVotingConviction, PezpalletConvictionVotingDelegations, PezpalletConvictionVotingError, PezpalletConvictionVotingEvent, PezpalletConvictionVotingTally, PezpalletConvictionVotingVoteAccountVote, PezpalletConvictionVotingVoteCasting, PezpalletConvictionVotingVoteDelegating, PezpalletConvictionVotingVotePriorLock, PezpalletConvictionVotingVoteVoting, PezpalletCoreFellowshipCall, PezpalletCoreFellowshipError, PezpalletCoreFellowshipEvent, PezpalletCoreFellowshipMemberStatus, PezpalletCoreFellowshipParamsTypeOption, PezpalletCoreFellowshipParamsTypeU128, PezpalletCoreFellowshipWish, PezpalletDelegatedStakingAgentLedger, PezpalletDelegatedStakingDelegation, PezpalletDelegatedStakingError, PezpalletDelegatedStakingEvent, PezpalletDelegatedStakingHoldReason, PezpalletDemocracyCall, PezpalletDemocracyConviction, PezpalletDemocracyDelegations, PezpalletDemocracyError, PezpalletDemocracyEvent, PezpalletDemocracyMetadataOwner, PezpalletDemocracyReferendumInfo, PezpalletDemocracyReferendumStatus, PezpalletDemocracyTally, PezpalletDemocracyVoteAccountVote, PezpalletDemocracyVotePriorLock, PezpalletDemocracyVoteThreshold, PezpalletDemocracyVoteVoting, PezpalletElectionProviderMultiPhaseCall, PezpalletElectionProviderMultiPhaseElectionCompute, PezpalletElectionProviderMultiPhaseError, PezpalletElectionProviderMultiPhaseEvent, PezpalletElectionProviderMultiPhasePhase, PezpalletElectionProviderMultiPhaseRawSolution, PezpalletElectionProviderMultiPhaseReadySolution, PezpalletElectionProviderMultiPhaseRoundSnapshot, PezpalletElectionProviderMultiPhaseSignedSignedSubmission, PezpalletElectionProviderMultiPhaseSolutionOrSnapshotSize, PezpalletElectionsPhragmenCall, PezpalletElectionsPhragmenError, PezpalletElectionsPhragmenEvent, PezpalletElectionsPhragmenRenouncing, PezpalletElectionsPhragmenSeatHolder, PezpalletElectionsPhragmenVoter, PezpalletExampleTasksError, PezpalletFastUnstakeCall, PezpalletFastUnstakeError, PezpalletFastUnstakeEvent, PezpalletFastUnstakeUnstakeRequest, PezpalletGluttonCall, PezpalletGluttonError, PezpalletGluttonEvent, PezpalletGrandpaCall, PezpalletGrandpaError, PezpalletGrandpaEvent, PezpalletGrandpaStoredPendingChange, PezpalletGrandpaStoredState, PezpalletIdentityAuthorityProperties, PezpalletIdentityCall, PezpalletIdentityError, PezpalletIdentityEvent, PezpalletIdentityJudgement, PezpalletIdentityLegacyIdentityInfo, PezpalletIdentityProvider, PezpalletIdentityRegistrarInfo, PezpalletIdentityRegistration, PezpalletIdentityUsernameInformation, PezpalletImOnlineCall, PezpalletImOnlineError, PezpalletImOnlineEvent, PezpalletImOnlineHeartbeat, PezpalletImOnlineSr25519AppSr25519Public, PezpalletImOnlineSr25519AppSr25519Signature, PezpalletIndicesCall, PezpalletIndicesError, PezpalletIndicesEvent, PezpalletLotteryCall, PezpalletLotteryError, PezpalletLotteryEvent, PezpalletLotteryLotteryConfig, PezpalletMembershipCall, PezpalletMembershipError, PezpalletMembershipEvent, PezpalletMessageQueueBookState, PezpalletMessageQueueCall, PezpalletMessageQueueError, PezpalletMessageQueueEvent, PezpalletMessageQueueNeighbours, PezpalletMessageQueuePage, PezpalletMetaTxCall, PezpalletMetaTxError, PezpalletMetaTxEvent, PezpalletMetaTxExtensionMetaTxMarker, PezpalletMetaTxMetaTx, PezpalletMigrationsActiveCursor, PezpalletMigrationsCall, PezpalletMigrationsError, PezpalletMigrationsEvent, PezpalletMigrationsHistoricCleanupSelector, PezpalletMigrationsMigrationCursor, PezpalletMixnetBoundedMixnode, PezpalletMixnetCall, PezpalletMixnetRegistration, PezpalletMultisigCall, PezpalletMultisigError, PezpalletMultisigEvent, PezpalletMultisigMultisig, PezpalletMultisigTimepoint, PezpalletNftFractionalizationCall, PezpalletNftFractionalizationDetails, PezpalletNftFractionalizationError, PezpalletNftFractionalizationEvent, PezpalletNftFractionalizationHoldReason, PezpalletNftsAttributeDeposit, PezpalletNftsAttributeNamespace, PezpalletNftsCall, PezpalletNftsCancelAttributesApprovalWitness, PezpalletNftsCollectionConfig, PezpalletNftsCollectionDetails, PezpalletNftsCollectionMetadata, PezpalletNftsCollectionRole, PezpalletNftsCollectionSetting, PezpalletNftsDestroyWitness, PezpalletNftsError, PezpalletNftsEvent, PezpalletNftsItemConfig, PezpalletNftsItemDeposit, PezpalletNftsItemDetails, PezpalletNftsItemMetadata, PezpalletNftsItemMetadataDeposit, PezpalletNftsItemSetting, PezpalletNftsItemTip, PezpalletNftsMintSettings, PezpalletNftsMintType, PezpalletNftsMintWitness, PezpalletNftsPendingSwap, PezpalletNftsPezpalletAttributes, PezpalletNftsPezpalletFeature, PezpalletNftsPreSignedAttributes, PezpalletNftsPreSignedMint, PezpalletNftsPriceDirection, PezpalletNftsPriceWithDirection, PezpalletNisBid, PezpalletNisCall, PezpalletNisError, PezpalletNisEvent, PezpalletNisHoldReason, PezpalletNisReceiptRecord, PezpalletNisSummaryRecord, PezpalletNominationPoolsBondExtra, PezpalletNominationPoolsBondedPoolInner, PezpalletNominationPoolsCall, PezpalletNominationPoolsClaimPermission, PezpalletNominationPoolsCommission, PezpalletNominationPoolsCommissionChangeRate, PezpalletNominationPoolsCommissionClaimPermission, PezpalletNominationPoolsConfigOpAccountId32, PezpalletNominationPoolsConfigOpPerbill, PezpalletNominationPoolsConfigOpU128, PezpalletNominationPoolsConfigOpU32, PezpalletNominationPoolsDefensiveError, PezpalletNominationPoolsError, PezpalletNominationPoolsEvent, PezpalletNominationPoolsFreezeReason, PezpalletNominationPoolsPoolMember, PezpalletNominationPoolsPoolRoles, PezpalletNominationPoolsPoolState, PezpalletNominationPoolsRewardPool, PezpalletNominationPoolsSubPools, PezpalletNominationPoolsUnbondPool, PezpalletOffencesEvent, PezpalletParametersCall, PezpalletParametersEvent, PezpalletPreimageCall, PezpalletPreimageError, PezpalletPreimageEvent, PezpalletPreimageHoldReason, PezpalletPreimageOldRequestStatus, PezpalletPreimageRequestStatus, PezpalletProxyAnnouncement, PezpalletProxyCall, PezpalletProxyDepositKind, PezpalletProxyError, PezpalletProxyEvent, PezpalletProxyProxyDefinition, PezpalletRankedCollectiveCall, PezpalletRankedCollectiveError, PezpalletRankedCollectiveEvent, PezpalletRankedCollectiveMemberRecord, PezpalletRankedCollectiveTally, PezpalletRankedCollectiveVoteRecord, PezpalletRecoveryActiveRecovery, PezpalletRecoveryCall, PezpalletRecoveryError, PezpalletRecoveryEvent, PezpalletRecoveryRecoveryConfig, PezpalletReferendaCall, PezpalletReferendaCurve, PezpalletReferendaDecidingStatus, PezpalletReferendaDeposit, PezpalletReferendaError, PezpalletReferendaEvent, PezpalletReferendaReferendumInfoConvictionVotingTally, PezpalletReferendaReferendumInfoRankedCollectiveTally, PezpalletReferendaReferendumStatusConvictionVotingTally, PezpalletReferendaReferendumStatusRankedCollectiveTally, PezpalletReferendaTrack, PezpalletReferendaTrackDetails, PezpalletRemarkCall, PezpalletRemarkError, PezpalletRemarkEvent, PezpalletReviveCall, PezpalletReviveError, PezpalletReviveEvent, PezpalletReviveEvmApiDebugRpcTypesCallLog, PezpalletReviveEvmApiDebugRpcTypesCallTrace, PezpalletReviveEvmApiDebugRpcTypesCallTracerConfig, PezpalletReviveEvmApiDebugRpcTypesCallType, PezpalletReviveEvmApiDebugRpcTypesTrace, PezpalletReviveEvmApiDebugRpcTypesTracerType, PezpalletReviveEvmApiRpcTypesGenAccessListEntry, PezpalletReviveEvmApiRpcTypesGenGenericTransaction, PezpalletReviveEvmApiRpcTypesGenInputOrData, PezpalletReviveHoldReason, PezpalletRevivePrimitivesCode, PezpalletRevivePrimitivesCodeUploadReturnValue, PezpalletRevivePrimitivesContractAccessError, PezpalletRevivePrimitivesContractResultExecReturnValue, PezpalletRevivePrimitivesContractResultInstantiateReturnValue, PezpalletRevivePrimitivesEthTransactError, PezpalletRevivePrimitivesEthTransactInfo, PezpalletRevivePrimitivesExecReturnValue, PezpalletRevivePrimitivesInstantiateReturnValue, PezpalletRevivePrimitivesStorageDeposit, PezpalletReviveStorageContractInfo, PezpalletReviveStorageDeletionQueueManager, PezpalletReviveUapiFlagsReturnFlags, PezpalletReviveWasmCodeInfo, PezpalletRootTestingCall, PezpalletRootTestingEvent, PezpalletSafeModeCall, PezpalletSafeModeError, PezpalletSafeModeEvent, PezpalletSafeModeExitReason, PezpalletSafeModeHoldReason, PezpalletSalaryCall, PezpalletSalaryClaimState, PezpalletSalaryClaimantStatus, PezpalletSalaryError, PezpalletSalaryEvent, PezpalletSalaryStatusType, PezpalletSchedulerCall, PezpalletSchedulerError, PezpalletSchedulerEvent, PezpalletSchedulerRetryConfig, PezpalletSchedulerScheduled, PezpalletSessionCall, PezpalletSessionError, PezpalletSessionEvent, PezpalletSkipFeelessPaymentEvent, PezpalletSocietyBid, PezpalletSocietyBidKind, PezpalletSocietyCall, PezpalletSocietyCandidacy, PezpalletSocietyError, PezpalletSocietyEvent, PezpalletSocietyGroupParams, PezpalletSocietyIntakeRecord, PezpalletSocietyMemberRecord, PezpalletSocietyPayoutRecord, PezpalletSocietyTally, PezpalletSocietyVote, PezpalletSocietyVouchingStatus, PezpalletStakingActiveEraInfo, PezpalletStakingEraRewardPoints, PezpalletStakingForcing, PezpalletStakingNominations, PezpalletStakingPezpalletCall, PezpalletStakingPezpalletConfigOpPerbill, PezpalletStakingPezpalletConfigOpPercent, PezpalletStakingPezpalletConfigOpU128, PezpalletStakingPezpalletConfigOpU32, PezpalletStakingPezpalletError, PezpalletStakingPezpalletEvent, PezpalletStakingPezpalletHoldReason, PezpalletStakingRewardDestination, PezpalletStakingSlashingSlashingSpans, PezpalletStakingSlashingSpanRecord, PezpalletStakingStakingLedger, PezpalletStakingUnappliedSlash, PezpalletStakingUnlockChunk, PezpalletStakingValidatorPrefs, PezpalletStateTrieMigrationCall, PezpalletStateTrieMigrationError, PezpalletStateTrieMigrationEvent, PezpalletStateTrieMigrationHoldReason, PezpalletStateTrieMigrationMigrationCompute, PezpalletStateTrieMigrationMigrationLimits, PezpalletStateTrieMigrationMigrationTask, PezpalletStateTrieMigrationProgress, PezpalletStatementEvent, PezpalletSudoCall, PezpalletSudoError, PezpalletSudoEvent, PezpalletTimestampCall, PezpalletTipsCall, PezpalletTipsError, PezpalletTipsEvent, PezpalletTipsOpenTip, PezpalletTransactionPaymentEvent, PezpalletTransactionPaymentFeeDetails, PezpalletTransactionPaymentInclusionFee, PezpalletTransactionPaymentReleases, PezpalletTransactionPaymentRuntimeDispatchInfo, PezpalletTransactionStorageCall, PezpalletTransactionStorageError, PezpalletTransactionStorageEvent, PezpalletTransactionStorageHoldReason, PezpalletTransactionStorageTransactionInfo, PezpalletTreasuryCall, PezpalletTreasuryError, PezpalletTreasuryEvent, PezpalletTreasuryPaymentState, PezpalletTreasuryProposal, PezpalletTreasurySpendStatus, PezpalletTxPauseCall, PezpalletTxPauseError, PezpalletTxPauseEvent, PezpalletUniquesCall, PezpalletUniquesCollectionDetails, PezpalletUniquesCollectionMetadata, PezpalletUniquesDestroyWitness, PezpalletUniquesError, PezpalletUniquesEvent, PezpalletUniquesItemDetails, PezpalletUniquesItemMetadata, PezpalletUtilityCall, PezpalletUtilityError, PezpalletUtilityEvent, PezpalletVerifySignatureExtensionVerifySignature, PezpalletVestingCall, PezpalletVestingError, PezpalletVestingEvent, PezpalletVestingReleases, PezpalletVestingVestingInfo, PezpalletWhitelistCall, PezpalletWhitelistError, PezpalletWhitelistEvent, PezspArithmeticArithmeticError, PezspAuthorityDiscoveryAppPublic, PezspConsensusBabeAllowedSlots, PezspConsensusBabeAppPublic, PezspConsensusBabeBabeConfiguration, PezspConsensusBabeBabeEpochConfiguration, PezspConsensusBabeDigestsNextConfigDescriptor, PezspConsensusBabeDigestsPreDigest, PezspConsensusBabeDigestsPrimaryPreDigest, PezspConsensusBabeDigestsSecondaryPlainPreDigest, PezspConsensusBabeDigestsSecondaryVRFPreDigest, PezspConsensusBabeEpoch, PezspConsensusBeefyCommitment, PezspConsensusBeefyDoubleVotingProof, PezspConsensusBeefyEcdsaCryptoPublic, PezspConsensusBeefyEcdsaCryptoSignature, PezspConsensusBeefyForkVotingProofAncestryProof, PezspConsensusBeefyForkVotingProofOpaqueValue, PezspConsensusBeefyFutureBlockVotingProof, PezspConsensusBeefyMmrBeefyAuthoritySet, PezspConsensusBeefyPayload, PezspConsensusBeefyValidatorSet, PezspConsensusBeefyVoteMessage, PezspConsensusGrandpaAppPublic, PezspConsensusGrandpaAppSignature, PezspConsensusGrandpaEquivocation, PezspConsensusGrandpaEquivocationProof, PezspConsensusSlotsEquivocationProof, PezspCoreCryptoAccountId32, PezspCoreCryptoKeyTypeId, PezspCoreSr25519VrfVrfSignature, PezspInherentsCheckInherentsResult, PezspInherentsInherentData, PezspMixnetAppPublic, PezspMixnetAppSignature, PezspMixnetMixnode, PezspMixnetMixnodesErr, PezspMixnetSessionPhase, PezspMixnetSessionStatus, PezspMmrPrimitivesAncestryProof, PezspMmrPrimitivesError, PezspMmrPrimitivesLeafProof, PezspNposElectionsElectionScore, PezspNposElectionsSupport, PezspRuntimeBlakeTwo256, PezspRuntimeBlock, PezspRuntimeDigest, PezspRuntimeDigestDigestItem, PezspRuntimeDispatchError, PezspRuntimeDispatchErrorWithPostInfo, PezspRuntimeEra, PezspRuntimeExtrinsicInclusionMode, PezspRuntimeHeader, PezspRuntimeModuleError, PezspRuntimeMultiAddress, PezspRuntimeMultiSignature, PezspRuntimeProvingTrieTrieError, PezspRuntimeTokenError, PezspRuntimeTransactionValidityInvalidTransaction, PezspRuntimeTransactionValidityTransactionSource, PezspRuntimeTransactionValidityTransactionValidityError, PezspRuntimeTransactionValidityUnknownTransaction, PezspRuntimeTransactionValidityValidTransaction, PezspRuntimeTransactionalError, PezspSessionMembershipProof, PezspStakingExposure, PezspStakingExposurePage, PezspStakingIndividualExposure, PezspStakingOffenceOffenceDetails, PezspStakingPagedExposureMetadata, PezspStatementStoreProof, PezspStatementStoreRuntimeApiInvalidStatement, PezspStatementStoreRuntimeApiStatementSource, PezspStatementStoreRuntimeApiValidStatement, PezspStatementStoreStatement, PezspTransactionStorageProofTransactionStorageProof, PezspVersionRuntimeVersion, PezspWeightsRuntimeDbWeight, PezspWeightsWeightV2Weight } from '@pezkuwi/types/lookup'; declare module '@pezkuwi/types/types/registry' { interface InterfaceTypes { @@ -63,6 +63,7 @@ declare module '@pezkuwi/types/types/registry' { PezframeSystemEvent: PezframeSystemEvent; PezframeSystemEventRecord: PezframeSystemEventRecord; PezframeSystemExtensionsCheckGenesis: PezframeSystemExtensionsCheckGenesis; + PezframeSystemExtensionsCheckMortality: PezframeSystemExtensionsCheckMortality; PezframeSystemExtensionsCheckNonZeroSender: PezframeSystemExtensionsCheckNonZeroSender; PezframeSystemExtensionsCheckNonce: PezframeSystemExtensionsCheckNonce; PezframeSystemExtensionsCheckSpecVersion: PezframeSystemExtensionsCheckSpecVersion; @@ -580,6 +581,7 @@ declare module '@pezkuwi/types/types/registry' { PezspConsensusGrandpaEquivocation: PezspConsensusGrandpaEquivocation; PezspConsensusGrandpaEquivocationProof: PezspConsensusGrandpaEquivocationProof; PezspConsensusSlotsEquivocationProof: PezspConsensusSlotsEquivocationProof; + PezspCoreCryptoAccountId32: PezspCoreCryptoAccountId32; PezspCoreCryptoKeyTypeId: PezspCoreCryptoKeyTypeId; PezspCoreSr25519VrfVrfSignature: PezspCoreSr25519VrfVrfSignature; PezspInherentsCheckInherentsResult: PezspInherentsCheckInherentsResult; @@ -601,9 +603,11 @@ declare module '@pezkuwi/types/types/registry' { PezspRuntimeDigestDigestItem: PezspRuntimeDigestDigestItem; PezspRuntimeDispatchError: PezspRuntimeDispatchError; PezspRuntimeDispatchErrorWithPostInfo: PezspRuntimeDispatchErrorWithPostInfo; + PezspRuntimeEra: PezspRuntimeEra; PezspRuntimeExtrinsicInclusionMode: PezspRuntimeExtrinsicInclusionMode; PezspRuntimeHeader: PezspRuntimeHeader; PezspRuntimeModuleError: PezspRuntimeModuleError; + PezspRuntimeMultiAddress: PezspRuntimeMultiAddress; PezspRuntimeMultiSignature: PezspRuntimeMultiSignature; PezspRuntimeProvingTrieTrieError: PezspRuntimeProvingTrieTrieError; PezspRuntimeTokenError: PezspRuntimeTokenError; diff --git a/packages/types-codec/package.json b/packages/types-codec/package.json index a97d5f8..acdcdc0 100644 --- a/packages/types-codec/package.json +++ b/packages/types-codec/package.json @@ -1,5 +1,5 @@ { - "author": "Jaco Greeff ", + "author": "PezkuwiChain ", "bugs": "https://github.com/pezkuwichain/pezkuwi-api/issues", "description": "Implementation of the SCALE codec", "engines": { @@ -19,7 +19,7 @@ ], "type": "module", "types": "./index.d.ts", - "version": "16.5.22", + "version": "16.5.34", "main": "./cjs/index.js", "module": "./index.js", "exports": { @@ -1142,12 +1142,12 @@ } }, "dependencies": { - "@pezkuwi/types": "16.5.22", - "@pezkuwi/types-augment": "16.5.22", - "@pezkuwi/types-support": "16.5.22", - "@pezkuwi/util": "14.0.13", - "@pezkuwi/util-crypto": "14.0.13", - "@pezkuwi/x-bigint": "14.0.13", + "@pezkuwi/types": "16.5.34", + "@pezkuwi/types-augment": "16.5.34", + "@pezkuwi/types-support": "16.5.34", + "@pezkuwi/util": "14.0.23", + "@pezkuwi/util-crypto": "14.0.23", + "@pezkuwi/x-bigint": "14.0.22", "tslib": "^2.8.1" } } diff --git a/packages/types-codec/src/packageInfo.ts b/packages/types-codec/src/packageInfo.ts index 5a786fe..62c52f5 100644 --- a/packages/types-codec/src/packageInfo.ts +++ b/packages/types-codec/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @pezkuwi/dev -export const packageInfo = { name: '@pezkuwi/types-codec', path: 'auto', type: 'auto', version: '16.5.18' }; +export const packageInfo = { name: '@pezkuwi/types-codec', path: 'auto', type: 'auto', version: '16.5.34' }; diff --git a/packages/types-create/package.json b/packages/types-create/package.json index 04ecbd0..2bf6076 100644 --- a/packages/types-create/package.json +++ b/packages/types-create/package.json @@ -1,5 +1,5 @@ { - "author": "Jaco Greeff ", + "author": "PezkuwiChain ", "bugs": "https://github.com/pezkuwichain/pezkuwi-api/issues", "description": "Type creator helpers", "engines": { @@ -19,7 +19,7 @@ ], "type": "module", "types": "./index.d.ts", - "version": "16.5.22", + "version": "16.5.34", "main": "./cjs/index.js", "module": "./index.js", "exports": { @@ -283,9 +283,9 @@ } }, "dependencies": { - "@pezkuwi/types": "16.5.22", - "@pezkuwi/types-codec": "16.5.22", - "@pezkuwi/util": "14.0.13", + "@pezkuwi/types": "16.5.34", + "@pezkuwi/types-codec": "16.5.34", + "@pezkuwi/util": "14.0.23", "tslib": "^2.8.1" } } diff --git a/packages/types-create/src/packageInfo.ts b/packages/types-create/src/packageInfo.ts index c7fd917..235fe53 100644 --- a/packages/types-create/src/packageInfo.ts +++ b/packages/types-create/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @pezkuwi/dev -export const packageInfo = { name: '@pezkuwi/types-create', path: 'auto', type: 'auto', version: '16.5.18' }; +export const packageInfo = { name: '@pezkuwi/types-create', path: 'auto', type: 'auto', version: '16.5.34' }; diff --git a/packages/types-known/package.json b/packages/types-known/package.json index 6516ca3..18478fb 100644 --- a/packages/types-known/package.json +++ b/packages/types-known/package.json @@ -1,5 +1,5 @@ { - "author": "Jaco Greeff ", + "author": "PezkuwiChain ", "bugs": "https://github.com/pezkuwichain/pezkuwi-api/issues", "description": "Known type definitions", "engines": { @@ -19,7 +19,7 @@ ], "type": "module", "types": "./index.d.ts", - "version": "16.5.22", + "version": "16.5.34", "main": "./cjs/index.js", "module": "./index.js", "exports": { @@ -437,11 +437,11 @@ } }, "dependencies": { - "@pezkuwi/networks": "14.0.13", - "@pezkuwi/types": "16.5.22", - "@pezkuwi/types-codec": "16.5.22", - "@pezkuwi/types-create": "16.5.22", - "@pezkuwi/util": "14.0.13", + "@pezkuwi/networks": "14.0.23", + "@pezkuwi/types": "16.5.34", + "@pezkuwi/types-codec": "16.5.34", + "@pezkuwi/types-create": "16.5.34", + "@pezkuwi/util": "14.0.23", "tslib": "^2.8.1" }, "devDependencies": { diff --git a/packages/types-known/src/packageInfo.ts b/packages/types-known/src/packageInfo.ts index b874cd5..755f59a 100644 --- a/packages/types-known/src/packageInfo.ts +++ b/packages/types-known/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @pezkuwi/dev -export const packageInfo = { name: '@pezkuwi/types-known', path: 'auto', type: 'auto', version: '16.5.18' }; +export const packageInfo = { name: '@pezkuwi/types-known', path: 'auto', type: 'auto', version: '16.5.34' }; diff --git a/packages/types-support/package.json b/packages/types-support/package.json index 70db57e..d1c7e97 100644 --- a/packages/types-support/package.json +++ b/packages/types-support/package.json @@ -1,5 +1,5 @@ { - "author": "Jaco Greeff ", + "author": "PezkuwiChain ", "bugs": "https://github.com/pezkuwichain/pezkuwi-api/issues", "description": "Supporting files for types, mostly for testing", "engines": { @@ -19,7 +19,7 @@ ], "type": "module", "types": "./index.d.ts", - "version": "16.5.22", + "version": "16.5.34", "main": "./cjs/index.js", "module": "./index.js", "exports": { @@ -705,7 +705,7 @@ } }, "dependencies": { - "@pezkuwi/util": "14.0.13", + "@pezkuwi/util": "14.0.23", "tslib": "^2.8.1" } } diff --git a/packages/types-support/src/packageInfo.ts b/packages/types-support/src/packageInfo.ts index 32cf0a8..bbe67f5 100644 --- a/packages/types-support/src/packageInfo.ts +++ b/packages/types-support/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @pezkuwi/dev -export const packageInfo = { name: '@pezkuwi/types-support', path: 'auto', type: 'auto', version: '16.5.18' }; +export const packageInfo = { name: '@pezkuwi/types-support', path: 'auto', type: 'auto', version: '16.5.34' }; diff --git a/packages/types/package.json b/packages/types/package.json index 17481ad..0ed3c3e 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,5 +1,5 @@ { - "author": "Jaco Greeff ", + "author": "PezkuwiChain ", "bugs": "https://github.com/pezkuwichain/pezkuwi-api/issues", "description": "Implementation of the Parity codec", "engines": { @@ -19,7 +19,7 @@ ], "type": "module", "types": "./build/index.d.ts", - "version": "16.5.22", + "version": "16.5.34", "main": "./build/cjs/index.js", "module": "./build/index.js", "exports": { @@ -5926,13 +5926,13 @@ } }, "dependencies": { - "@pezkuwi/keyring": "14.0.13", - "@pezkuwi/types-augment": "16.5.22", - "@pezkuwi/types-codec": "16.5.22", - "@pezkuwi/types-create": "16.5.22", - "@pezkuwi/types-support": "16.5.22", - "@pezkuwi/util": "14.0.13", - "@pezkuwi/util-crypto": "14.0.13", + "@pezkuwi/keyring": "14.0.23", + "@pezkuwi/types-augment": "16.5.34", + "@pezkuwi/types-codec": "16.5.34", + "@pezkuwi/types-create": "16.5.34", + "@pezkuwi/types-support": "16.5.34", + "@pezkuwi/util": "14.0.23", + "@pezkuwi/util-crypto": "14.0.23", "rxjs": "^7.8.1", "tslib": "^2.8.1" } diff --git a/packages/types/src/extrinsic/signedExtensions/bizinikiwi.ts b/packages/types/src/extrinsic/signedExtensions/bizinikiwi.ts index 68cbf4f..7561438 100644 --- a/packages/types/src/extrinsic/signedExtensions/bizinikiwi.ts +++ b/packages/types/src/extrinsic/signedExtensions/bizinikiwi.ts @@ -31,6 +31,7 @@ const ChargeTransactionPayment: ExtInfo = { }; export const bizinikiwi: ExtDef = { + AuthorizeCall: emptyCheck, ChargeTransactionPayment, CheckBlockGasLimit: emptyCheck, CheckEra: CheckMortality, diff --git a/packages/types/src/extrinsic/signedExtensions/pezkuwi.ts b/packages/types/src/extrinsic/signedExtensions/pezkuwi.ts index d6f8d10..243b3c1 100644 --- a/packages/types/src/extrinsic/signedExtensions/pezkuwi.ts +++ b/packages/types/src/extrinsic/signedExtensions/pezkuwi.ts @@ -6,10 +6,12 @@ import type { ExtDef } from './types.js'; import { emptyCheck } from './emptyCheck.js'; export const pezkuwi: ExtDef = { + AuthorizeCall: emptyCheck, LimitParathreadCommits: emptyCheck, OnlyStakingAndClaims: emptyCheck, PrevalidateAttests: emptyCheck, RestrictFunctionality: emptyCheck, TransactionCallFilter: emptyCheck, - ValidateDoubleVoteReports: emptyCheck + ValidateDoubleVoteReports: emptyCheck, + WeightReclaim: emptyCheck }; diff --git a/packages/types/src/metadata/PortableRegistry/PortableRegistry.ts b/packages/types/src/metadata/PortableRegistry/PortableRegistry.ts index c7e035e..1011585 100644 --- a/packages/types/src/metadata/PortableRegistry/PortableRegistry.ts +++ b/packages/types/src/metadata/PortableRegistry/PortableRegistry.ts @@ -54,11 +54,8 @@ const PATHS_ALIAS = splitNamespace([ // full matching on exact names... // these are well-known types with additional encoding 'pezsp_core::crypto::AccountId32', - 'sp_core::crypto::AccountId32', // upstream compatibility 'pezsp_runtime::generic::era::Era', - 'sp_runtime::generic::era::Era', // upstream compatibility 'pezsp_runtime::multiaddress::MultiAddress', - 'sp_runtime::multiaddress::MultiAddress', // upstream compatibility // ethereum overrides (Frontier, Moonbeam, Pezkuwi claims) 'fp_account::AccountId20', 'account::AccountId20', @@ -66,9 +63,7 @@ const PATHS_ALIAS = splitNamespace([ // weights 2 is a structure, however for 1.5. with a single field it // should be flatenned (can appear in Compact extrinsics) 'pezframe_support::weights::weight_v2::Weight', - 'frame_support::weights::weight_v2::Weight', // upstream compatibility 'pezsp_weights::weight_v2::Weight', - 'sp_weights::weight_v2::Weight', // upstream compatibility // wildcard matching in place... // these have a specific encoding or logic, use a wildcard for {pallet, darwinia}_democracy '*_democracy::vote::Vote', @@ -76,15 +71,11 @@ const PATHS_ALIAS = splitNamespace([ '*_identity::types::Data', // these are opaque Vec wrappers 'pezsp_core::OpaqueMetadata', - 'sp_core::OpaqueMetadata', // upstream compatibility 'pezsp_core::OpaquePeerId', - 'sp_core::OpaquePeerId', // upstream compatibility 'pezsp_core::offchain::OpaqueMultiaddr', - 'sp_core::offchain::OpaqueMultiaddr', // upstream compatibility // shorten some well-known types 'primitive_types::*', 'pezsp_arithmetic::per_things::*', - 'sp_arithmetic::per_things::*', // upstream compatibility // runtime '*_runtime::RuntimeCall', '*_runtime::RuntimeEvent', @@ -182,7 +173,7 @@ function matchParts (first: string[], second: (string | Text)[]): boolean { function getAliasPath ({ def, path }: SiType): string | null { // specific logic for weights - we override when non-complex struct // (as applied in Weight 1.5 where we also have `Compact<{ refTime: u64 }>) - if (['pezframe_support::weights::weight_v2::Weight', 'frame_support::weights::weight_v2::Weight', 'pezsp_weights::weight_v2::Weight', 'sp_weights::weight_v2::Weight'].includes(path.join('::'))) { + if (['pezframe_support::weights::weight_v2::Weight', 'pezsp_weights::weight_v2::Weight'].includes(path.join('::'))) { return !def.isComposite || def.asComposite.fields.length === 1 ? 'WeightV1' : null; @@ -228,8 +219,8 @@ function extractNameFlat (portable: PortableType[], lookupIndex: number, params: // Remove ::{generic, misc, pallet, traits, types}:: if (i !== 1 || !PATH_RM_INDEX_1.includes(l)) { - // sp_runtime::generic::digest::Digest -> sp_runtime::generic::Digest - // sp_runtime::multiaddress::MultiAddress -> sp_runtime::MultiAddress + // pezsp_runtime::generic::digest::Digest -> pezsp_runtime::generic::Digest + // pezsp_runtime::multiaddress::MultiAddress -> pezsp_runtime::MultiAddress if (l !== lowers[i + 1]) { name += camels[i]; } @@ -428,7 +419,7 @@ function registerTypes (lookup: PortableRegistry, lookups: Record { + console.log('Connecting to PezkuwiChain Mainnet...'); + + const provider = new WsProvider(RPC_ENDPOINT); + const api = await ApiPromise.create({ + provider, + signedExtensions: { + AuthorizeCall: { + extrinsic: {}, + payload: {} + } + } + }); + + console.log('Connected! Chain:', (await api.rpc.system.chain()).toString()); + console.log('Block:', (await api.rpc.chain.getHeader()).number.toString()); + + // Setup keyring and sender + const keyring = new Keyring({ type: 'sr25519' }); + const sender = keyring.addFromUri(SENDER_SEED); + + console.log('\nSender address:', sender.address); + console.log('Receiver address:', RECEIVER); + + // Check sender balance before + const balanceBefore = await api.query.balances.account(sender.address); + console.log('\nSender balance before:', (BigInt(balanceBefore.free.toString()) / 10n**18n).toString(), 'HEZ'); + + // 10 HEZ = 10 * 10^18 TYR (smallest unit) + const amount = 10n * 10n**18n; + console.log('\nTransferring 10 HEZ...'); + + // Create and send transaction + const tx = api.tx.balances.transferAllowDeath(RECEIVER, amount); + + const hash = await new Promise((resolve, reject) => { + tx.signAndSend(sender, ({ status, dispatchError }) => { + console.log('Status:', status.type); + + if (status.isInBlock) { + console.log('Included in block:', status.asInBlock.toHex()); + } + + if (status.isFinalized) { + if (dispatchError) { + if (dispatchError.isModule) { + const decoded = api.registry.findMetaError(dispatchError.asModule); + reject(new Error(`${decoded.section}.${decoded.name}: ${decoded.docs.join(' ')}`)); + } else { + reject(new Error(dispatchError.toString())); + } + } else { + console.log('Finalized in block:', status.asFinalized.toHex()); + resolve(status.asFinalized.toHex()); + } + } + }).catch(reject); + }); + + // Check balances after + const senderBalanceAfter = await api.query.balances.account(sender.address); + const receiverBalanceAfter = await api.query.balances.account(RECEIVER); + + console.log('\n--- RESULT ---'); + console.log('Transaction hash:', hash); + console.log('Sender balance after:', (BigInt(senderBalanceAfter.free.toString()) / 10n**18n).toString(), 'HEZ'); + console.log('Receiver balance after:', (BigInt(receiverBalanceAfter.free.toString()) / 10n**18n).toString(), 'HEZ'); + + await api.disconnect(); + console.log('\nTest completed successfully!'); +}; + +main().catch((err) => { + console.error('Error:', err.message || err); + process.exit(1); +}); diff --git a/tsconfig.base.json b/tsconfig.base.json index d4f25fb..ec79429 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -2,7 +2,8 @@ "extends": "@pezkuwi/dev/config/tsconfig.json", "compilerOptions": { "composite": true, - "noUnusedLocals": true, + "noUnusedLocals": false, + "skipLibCheck": true, "paths": { "@pezkuwi/api": ["api/src/index.ts"], "@pezkuwi/api/base": ["api/src/base/index.ts"], diff --git a/tsconfig.build.json b/tsconfig.build.json index 5b3f931..4d5bbed 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -1,7 +1,8 @@ { "compilerOptions": { "composite": true, - "noUnusedLocals": true + "noUnusedLocals": false, + "skipLibCheck": true }, "files": [], "references": [ diff --git a/yarn.lock b/yarn.lock index 28651eb..3aff56d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -19,13 +19,13 @@ __metadata: linkType: hard "@babel/code-frame@npm:^7.0.0": - version: 7.28.6 - resolution: "@babel/code-frame@npm:7.28.6" + version: 7.29.0 + resolution: "@babel/code-frame@npm:7.29.0" dependencies: "@babel/helper-validator-identifier": "npm:^7.28.5" js-tokens: "npm:^4.0.0" picocolors: "npm:^1.1.1" - checksum: 10/93e7ed9e039e3cb661bdb97c26feebafacc6ec13d745881dae5c7e2708f579475daebe7a3b5d23b183bb940b30744f52f4a5bcb65b4df03b79d82fcb38495784 + checksum: 10/199e15ff89007dd30675655eec52481cb245c9fdf4f81e4dc1f866603b0217b57aff25f5ffa0a95bbc8e31eb861695330cd7869ad52cc211aa63016320ef72c5 languageName: node linkType: hard @@ -44,23 +44,23 @@ __metadata: linkType: hard "@babel/parser@npm:^7.0.0, @babel/parser@npm:^7.21.4": - version: 7.28.6 - resolution: "@babel/parser@npm:7.28.6" + version: 7.29.0 + resolution: "@babel/parser@npm:7.29.0" dependencies: - "@babel/types": "npm:^7.28.6" + "@babel/types": "npm:^7.29.0" bin: parser: ./bin/babel-parser.js - checksum: 10/483a6fb5f9876ec9cbbb98816f2c94f39ae4d1158d35f87e1c4bf19a1f56027c96a1a3962ff0c8c46e8322a6d9e1c80d26b7f9668410df13d5b5769d9447b010 + checksum: 10/b1576dca41074997a33ee740d87b330ae2e647f4b7da9e8d2abd3772b18385d303b0cee962b9b88425e0f30d58358dbb8d63792c1a2d005c823d335f6a029747 languageName: node linkType: hard -"@babel/types@npm:^7.28.6": - version: 7.28.6 - resolution: "@babel/types@npm:7.28.6" +"@babel/types@npm:^7.29.0": + version: 7.29.0 + resolution: "@babel/types@npm:7.29.0" dependencies: "@babel/helper-string-parser": "npm:^7.27.1" "@babel/helper-validator-identifier": "npm:^7.28.5" - checksum: 10/f9c6e52b451065aae5654686ecfc7de2d27dd0fbbc204ee2bd912a71daa359521a32f378981b1cf333ace6c8f86928814452cb9f388a7da59ad468038deb6b5f + checksum: 10/bfc2b211210f3894dcd7e6a33b2d1c32c93495dc1e36b547376aa33441abe551ab4bc1640d4154ee2acd8e46d3bbc925c7224caae02fcaf0e6a771e97fccc661 languageName: node linkType: hard @@ -590,55 +590,27 @@ __metadata: languageName: node linkType: hard -"@pezkuwi/api-augment@npm:16.5.9": - version: 16.5.9 - resolution: "@pezkuwi/api-augment@npm:16.5.9" - dependencies: - "@pezkuwi/api-base": "npm:16.5.9" - "@pezkuwi/rpc-augment": "npm:16.5.9" - "@pezkuwi/types": "npm:16.5.9" - "@pezkuwi/types-augment": "npm:16.5.9" - "@pezkuwi/types-codec": "npm:16.5.9" - "@pezkuwi/util": "npm:14.0.11" - tslib: "npm:^2.8.1" - checksum: 10/7c758918884f9e9928cce4ea7bd06369d14c5824aa2152a58e1660e5f7cb1068718073ac489709b2eda4dd421dfbe79b95eb2259138224605ddaadad3f3db4b9 - languageName: node - linkType: hard - -"@pezkuwi/api-augment@workspace:packages/api-augment": +"@pezkuwi/api-augment@npm:16.5.34, @pezkuwi/api-augment@workspace:packages/api-augment": version: 0.0.0-use.local resolution: "@pezkuwi/api-augment@workspace:packages/api-augment" dependencies: - "@pezkuwi/api-base": "npm:16.5.9" - "@pezkuwi/rpc-augment": "npm:16.5.9" - "@pezkuwi/types": "npm:16.5.9" - "@pezkuwi/types-augment": "npm:16.5.9" - "@pezkuwi/types-codec": "npm:16.5.9" - "@pezkuwi/util": "npm:14.0.11" + "@pezkuwi/api-base": "npm:16.5.34" + "@pezkuwi/rpc-augment": "npm:16.5.34" + "@pezkuwi/types": "npm:16.5.34" + "@pezkuwi/types-augment": "npm:16.5.34" + "@pezkuwi/types-codec": "npm:16.5.34" + "@pezkuwi/util": "npm:14.0.23" tslib: "npm:^2.8.1" languageName: unknown linkType: soft -"@pezkuwi/api-base@npm:16.5.9": - version: 16.5.9 - resolution: "@pezkuwi/api-base@npm:16.5.9" - dependencies: - "@pezkuwi/rpc-core": "npm:16.5.9" - "@pezkuwi/types": "npm:16.5.9" - "@pezkuwi/util": "npm:14.0.11" - rxjs: "npm:^7.8.1" - tslib: "npm:^2.8.1" - checksum: 10/a098fbfe1b12820efb1403297fcf6a42c6a4f223eda93f1856108d63d53b2c0d9abb6195aa456cfbc57777afc46f603b7509af5865f0e9a782d6f9fd815fc277 - languageName: node - linkType: hard - -"@pezkuwi/api-base@workspace:packages/api-base": +"@pezkuwi/api-base@npm:16.5.34, @pezkuwi/api-base@workspace:packages/api-base": version: 0.0.0-use.local resolution: "@pezkuwi/api-base@workspace:packages/api-base" dependencies: - "@pezkuwi/rpc-core": "npm:16.5.9" - "@pezkuwi/types": "npm:16.5.9" - "@pezkuwi/util": "npm:14.0.11" + "@pezkuwi/rpc-core": "npm:16.5.34" + "@pezkuwi/types": "npm:16.5.34" + "@pezkuwi/util": "npm:14.0.23" rxjs: "npm:^7.8.1" tslib: "npm:^2.8.1" languageName: unknown @@ -648,111 +620,77 @@ __metadata: version: 0.0.0-use.local resolution: "@pezkuwi/api-contract@workspace:packages/api-contract" dependencies: - "@pezkuwi/api": "npm:16.5.9" - "@pezkuwi/api-augment": "npm:16.5.9" - "@pezkuwi/keyring": "npm:14.0.11" - "@pezkuwi/types": "npm:16.5.9" - "@pezkuwi/types-codec": "npm:16.5.9" - "@pezkuwi/types-create": "npm:16.5.9" - "@pezkuwi/types-support": "npm:16.5.9" - "@pezkuwi/util": "npm:14.0.11" - "@pezkuwi/util-crypto": "npm:14.0.11" + "@pezkuwi/api": "npm:16.5.34" + "@pezkuwi/api-augment": "npm:16.5.34" + "@pezkuwi/keyring": "npm:14.0.23" + "@pezkuwi/types": "npm:16.5.34" + "@pezkuwi/types-codec": "npm:16.5.34" + "@pezkuwi/types-create": "npm:16.5.34" + "@pezkuwi/types-support": "npm:16.5.34" + "@pezkuwi/util": "npm:14.0.23" + "@pezkuwi/util-crypto": "npm:14.0.23" rxjs: "npm:^7.8.1" tslib: "npm:^2.8.1" languageName: unknown linkType: soft -"@pezkuwi/api-derive@npm:16.5.9": - version: 16.5.9 - resolution: "@pezkuwi/api-derive@npm:16.5.9" - dependencies: - "@pezkuwi/api": "npm:16.5.9" - "@pezkuwi/api-augment": "npm:16.5.9" - "@pezkuwi/api-base": "npm:16.5.9" - "@pezkuwi/rpc-core": "npm:16.5.9" - "@pezkuwi/rpc-provider": "npm:16.5.9" - "@pezkuwi/types": "npm:16.5.9" - "@pezkuwi/types-codec": "npm:16.5.9" - "@pezkuwi/types-support": "npm:16.5.9" - "@pezkuwi/util": "npm:14.0.11" - "@pezkuwi/util-crypto": "npm:14.0.11" - rxjs: "npm:^7.8.1" - tslib: "npm:^2.8.1" - checksum: 10/9d810b60cd1ab9d7ef3704bfdb653a8b6d44692925bbece6856f89e4fa24759d5577a06c2a113fb3550c1f1e319899fc52ac55bde4544c16de707599e72b5280 - languageName: node - linkType: hard - -"@pezkuwi/api-derive@workspace:packages/api-derive": +"@pezkuwi/api-derive@npm:16.5.34, @pezkuwi/api-derive@workspace:packages/api-derive": version: 0.0.0-use.local resolution: "@pezkuwi/api-derive@workspace:packages/api-derive" dependencies: - "@pezkuwi/api": "npm:16.5.9" - "@pezkuwi/api-augment": "npm:16.5.9" - "@pezkuwi/api-base": "npm:16.5.9" - "@pezkuwi/rpc-core": "npm:16.5.9" - "@pezkuwi/rpc-provider": "npm:16.5.9" - "@pezkuwi/types": "npm:16.5.9" - "@pezkuwi/types-codec": "npm:16.5.9" - "@pezkuwi/types-support": "npm:16.5.9" - "@pezkuwi/util": "npm:14.0.11" - "@pezkuwi/util-crypto": "npm:14.0.11" + "@pezkuwi/api": "npm:16.5.34" + "@pezkuwi/api-augment": "npm:16.5.34" + "@pezkuwi/api-base": "npm:16.5.34" + "@pezkuwi/rpc-core": "npm:16.5.34" + "@pezkuwi/rpc-provider": "npm:16.5.34" + "@pezkuwi/types": "npm:16.5.34" + "@pezkuwi/types-codec": "npm:16.5.34" + "@pezkuwi/types-support": "npm:16.5.34" + "@pezkuwi/util": "npm:14.0.23" + "@pezkuwi/util-crypto": "npm:14.0.23" rxjs: "npm:^7.8.1" tslib: "npm:^2.8.1" languageName: unknown linkType: soft -"@pezkuwi/api@npm:16.5.9": - version: 16.5.9 - resolution: "@pezkuwi/api@npm:16.5.9" - dependencies: - "@pezkuwi/api-augment": "npm:16.5.9" - "@pezkuwi/api-base": "npm:16.5.9" - "@pezkuwi/api-derive": "npm:16.5.9" - "@pezkuwi/keyring": "npm:14.0.11" - "@pezkuwi/rpc-augment": "npm:16.5.9" - "@pezkuwi/rpc-core": "npm:16.5.9" - "@pezkuwi/rpc-provider": "npm:16.5.9" - "@pezkuwi/types": "npm:16.5.9" - "@pezkuwi/types-augment": "npm:16.5.9" - "@pezkuwi/types-codec": "npm:16.5.9" - "@pezkuwi/types-create": "npm:16.5.9" - "@pezkuwi/types-known": "npm:16.5.9" - "@pezkuwi/types-support": "npm:16.5.9" - "@pezkuwi/util": "npm:14.0.11" - "@pezkuwi/util-crypto": "npm:14.0.11" - eventemitter3: "npm:^5.0.1" - rxjs: "npm:^7.8.1" - tslib: "npm:^2.8.1" - checksum: 10/4dfddbba8ea06f81ec7b7ca2c35a61640200915f4712d2c31b741bfff6f32023b3c50d60a52de6a48eb9601022430a873f6ce3bbbce32979580c01711621aa96 - languageName: node - linkType: hard - -"@pezkuwi/api@workspace:*, @pezkuwi/api@workspace:packages/api": +"@pezkuwi/api@npm:16.5.34, @pezkuwi/api@workspace:*, @pezkuwi/api@workspace:packages/api": version: 0.0.0-use.local resolution: "@pezkuwi/api@workspace:packages/api" dependencies: - "@pezkuwi/api-augment": "npm:16.5.9" - "@pezkuwi/api-base": "npm:16.5.9" - "@pezkuwi/api-derive": "npm:16.5.9" - "@pezkuwi/keyring": "npm:14.0.11" - "@pezkuwi/rpc-augment": "npm:16.5.9" - "@pezkuwi/rpc-core": "npm:16.5.9" - "@pezkuwi/rpc-provider": "npm:16.5.9" - "@pezkuwi/types": "npm:16.5.9" - "@pezkuwi/types-augment": "npm:16.5.9" - "@pezkuwi/types-codec": "npm:16.5.9" - "@pezkuwi/types-create": "npm:16.5.9" - "@pezkuwi/types-known": "npm:16.5.9" - "@pezkuwi/types-support": "npm:16.5.9" - "@pezkuwi/util": "npm:14.0.11" - "@pezkuwi/util-crypto": "npm:14.0.11" + "@pezkuwi/api-augment": "npm:16.5.34" + "@pezkuwi/api-base": "npm:16.5.34" + "@pezkuwi/api-derive": "npm:16.5.34" + "@pezkuwi/keyring": "npm:14.0.23" + "@pezkuwi/rpc-augment": "npm:16.5.34" + "@pezkuwi/rpc-core": "npm:16.5.34" + "@pezkuwi/rpc-provider": "npm:16.5.34" + "@pezkuwi/types": "npm:16.5.34" + "@pezkuwi/types-augment": "npm:16.5.34" + "@pezkuwi/types-codec": "npm:16.5.34" + "@pezkuwi/types-create": "npm:16.5.34" + "@pezkuwi/types-known": "npm:16.5.34" + "@pezkuwi/types-support": "npm:16.5.34" + "@pezkuwi/util": "npm:14.0.23" + "@pezkuwi/util-crypto": "npm:14.0.23" eventemitter3: "npm:^5.0.1" rxjs: "npm:^7.8.1" tslib: "npm:^2.8.1" languageName: unknown linkType: soft -"@pezkuwi/bizinikiwi-bindings@npm:1.0.0, @pezkuwi/bizinikiwi-bindings@workspace:packages/bizinikiwi-bindings": +"@pezkuwi/bizinikiwi-bindings@npm:1.0.0": + version: 1.0.0 + resolution: "@pezkuwi/bizinikiwi-bindings@npm:1.0.0" + dependencies: + "@noble/hashes": "npm:^2.0.1" + "@pezkuwi/papi-utils": "npm:1.0.0" + "@scure/base": "npm:^2.0.0" + scale-ts: "npm:^1.6.1" + checksum: 10/af4688eab2d23c5c6e681df390851fb02cb1e6e829a0227e51c532c77473bdeefb5367786d23ae368cf9a52b1f122d3b9ea94964ace159fe98dab3c294b37537 + languageName: node + linkType: hard + +"@pezkuwi/bizinikiwi-bindings@workspace:packages/bizinikiwi-bindings": version: 0.0.0-use.local resolution: "@pezkuwi/bizinikiwi-bindings@workspace:packages/bizinikiwi-bindings" dependencies: @@ -784,9 +722,9 @@ __metadata: languageName: node linkType: hard -"@pezkuwi/dev@npm:^0.85.7": - version: 0.85.7 - resolution: "@pezkuwi/dev@npm:0.85.7" +"@pezkuwi/dev@npm:^0.85.11": + version: 0.85.11 + resolution: "@pezkuwi/dev@npm:0.85.11" dependencies: "@eslint/js": "npm:^8.56.0" "@pezkuwi/dev-test": "npm:^0.85.3" @@ -855,7 +793,7 @@ __metadata: pezkuwi-exec-rollup: scripts/pezkuwi-exec-rollup.mjs pezkuwi-exec-tsc: scripts/pezkuwi-exec-tsc.mjs pezkuwi-exec-webpack: scripts/pezkuwi-exec-webpack.mjs - checksum: 10/8cda71662ea0cf9999de0644459bf0343a2c8c4cc3e8f29657415ef631cb5df0b37aca994bd7249da6bb4c240a73bb013f397d904beda522cc7d915af79883df + checksum: 10/9faade2e8b3cae57d486623a367c4fff62226f3ffc0a80cb53fc6e15deb6603ac453e11fbdcc5102bfbfe199c9e09c910fcb7332556c6836b156b89da213ee6a languageName: node linkType: hard @@ -883,7 +821,17 @@ __metadata: languageName: unknown linkType: soft -"@pezkuwi/metadata-builders@npm:1.0.0, @pezkuwi/metadata-builders@workspace:packages/metadata-builders": +"@pezkuwi/metadata-builders@npm:1.0.0": + version: 1.0.0 + resolution: "@pezkuwi/metadata-builders@npm:1.0.0" + dependencies: + "@pezkuwi/bizinikiwi-bindings": "npm:1.0.0" + "@pezkuwi/papi-utils": "npm:1.0.0" + checksum: 10/d43cc31506cec23636c5b4445a4cc36d38ed0b7556fec7828af2917719930ea7519038233cef606836316c1ee7ece6ab0a20ee5eaf8f3e14ed595dc39c0b4717 + languageName: node + linkType: hard + +"@pezkuwi/metadata-builders@workspace:packages/metadata-builders": version: 0.0.0-use.local resolution: "@pezkuwi/metadata-builders@workspace:packages/metadata-builders" dependencies: @@ -903,103 +851,58 @@ __metadata: languageName: node linkType: hard -"@pezkuwi/papi-utils@npm:1.0.0, @pezkuwi/papi-utils@workspace:packages/papi-utils": +"@pezkuwi/papi-utils@npm:1.0.0": + version: 1.0.0 + resolution: "@pezkuwi/papi-utils@npm:1.0.0" + checksum: 10/086de245716f6b2094b00c922eaf12352f738d959c0c0a52c41010ba89370d8d400e8087e265365cb68fd148cbe45991234ebc59c21251b66891cbc1053c123b + languageName: node + linkType: hard + +"@pezkuwi/papi-utils@workspace:packages/papi-utils": version: 0.0.0-use.local resolution: "@pezkuwi/papi-utils@workspace:packages/papi-utils" languageName: unknown linkType: soft -"@pezkuwi/rpc-augment@npm:16.5.9": - version: 16.5.9 - resolution: "@pezkuwi/rpc-augment@npm:16.5.9" - dependencies: - "@pezkuwi/rpc-core": "npm:16.5.9" - "@pezkuwi/types": "npm:16.5.9" - "@pezkuwi/types-codec": "npm:16.5.9" - "@pezkuwi/util": "npm:14.0.11" - tslib: "npm:^2.8.1" - checksum: 10/1a1c08a0a36a9a885a1f1111286a69dfb8a9dcb9200ec9f263c461267e5fbc3a7ecd54266224a85ecf4b1e6e096d2f06c456c8c29e8680ac2609bae7f7d16831 - languageName: node - linkType: hard - -"@pezkuwi/rpc-augment@workspace:packages/rpc-augment": +"@pezkuwi/rpc-augment@npm:16.5.34, @pezkuwi/rpc-augment@workspace:packages/rpc-augment": version: 0.0.0-use.local resolution: "@pezkuwi/rpc-augment@workspace:packages/rpc-augment" dependencies: - "@pezkuwi/rpc-core": "npm:16.5.9" - "@pezkuwi/types": "npm:16.5.9" - "@pezkuwi/types-codec": "npm:16.5.9" - "@pezkuwi/util": "npm:14.0.11" + "@pezkuwi/rpc-core": "npm:16.5.34" + "@pezkuwi/types": "npm:16.5.34" + "@pezkuwi/types-codec": "npm:16.5.34" + "@pezkuwi/util": "npm:14.0.23" tslib: "npm:^2.8.1" languageName: unknown linkType: soft -"@pezkuwi/rpc-core@npm:16.5.9": - version: 16.5.9 - resolution: "@pezkuwi/rpc-core@npm:16.5.9" - dependencies: - "@pezkuwi/keyring": "npm:14.0.11" - "@pezkuwi/rpc-augment": "npm:16.5.9" - "@pezkuwi/rpc-provider": "npm:16.5.9" - "@pezkuwi/types": "npm:16.5.9" - "@pezkuwi/util": "npm:14.0.11" - rxjs: "npm:^7.8.1" - tslib: "npm:^2.8.1" - checksum: 10/48c60b348f3ba3741a0b057db57d557b091bb8e49d57d7376d5d961f8415b3f8429b875b20af11bb6f0abba92cd4f8be0249e8cdcfd0ea07cc0cb7f09459bbba - languageName: node - linkType: hard - -"@pezkuwi/rpc-core@workspace:packages/rpc-core": +"@pezkuwi/rpc-core@npm:16.5.34, @pezkuwi/rpc-core@workspace:packages/rpc-core": version: 0.0.0-use.local resolution: "@pezkuwi/rpc-core@workspace:packages/rpc-core" dependencies: - "@pezkuwi/keyring": "npm:14.0.11" - "@pezkuwi/rpc-augment": "npm:16.5.9" - "@pezkuwi/rpc-provider": "npm:16.5.9" - "@pezkuwi/types": "npm:16.5.9" - "@pezkuwi/util": "npm:14.0.11" + "@pezkuwi/keyring": "npm:14.0.23" + "@pezkuwi/rpc-augment": "npm:16.5.34" + "@pezkuwi/rpc-provider": "npm:16.5.34" + "@pezkuwi/types": "npm:16.5.34" + "@pezkuwi/util": "npm:14.0.23" rxjs: "npm:^7.8.1" tslib: "npm:^2.8.1" languageName: unknown linkType: soft -"@pezkuwi/rpc-provider@npm:16.5.9": - version: 16.5.9 - resolution: "@pezkuwi/rpc-provider@npm:16.5.9" - dependencies: - "@bizinikiwi/connect": "npm:2.1.9" - "@pezkuwi/keyring": "npm:14.0.11" - "@pezkuwi/types": "npm:16.5.9" - "@pezkuwi/types-support": "npm:16.5.9" - "@pezkuwi/util": "npm:14.0.11" - "@pezkuwi/util-crypto": "npm:14.0.11" - "@pezkuwi/x-fetch": "npm:14.0.11" - "@pezkuwi/x-global": "npm:14.0.11" - "@pezkuwi/x-ws": "npm:14.0.11" - eventemitter3: "npm:^5.0.1" - mock-socket: "npm:^9.3.1" - nock: "npm:^13.5.5" - tslib: "npm:^2.8.1" - dependenciesMeta: - "@bizinikiwi/connect": - optional: true - checksum: 10/6763d400e129a3fadb9c5a55221d114a4b6bfdb8b08f66b8c8716c2dc0cfc596cf17d51488d3a52a37b9e163d3a7a7b5e4341793efd89bbc6ba05b5855570ae9 - languageName: node - linkType: hard - -"@pezkuwi/rpc-provider@workspace:packages/rpc-provider": +"@pezkuwi/rpc-provider@npm:16.5.34, @pezkuwi/rpc-provider@workspace:packages/rpc-provider": version: 0.0.0-use.local resolution: "@pezkuwi/rpc-provider@workspace:packages/rpc-provider" dependencies: "@bizinikiwi/connect": "npm:2.1.9" - "@pezkuwi/keyring": "npm:14.0.11" - "@pezkuwi/types": "npm:16.5.9" - "@pezkuwi/types-support": "npm:16.5.9" - "@pezkuwi/util": "npm:14.0.11" - "@pezkuwi/util-crypto": "npm:14.0.11" - "@pezkuwi/x-fetch": "npm:14.0.11" - "@pezkuwi/x-global": "npm:14.0.11" - "@pezkuwi/x-ws": "npm:14.0.11" + "@pezkuwi/keyring": "npm:14.0.23" + "@pezkuwi/types": "npm:16.5.34" + "@pezkuwi/types-support": "npm:16.5.34" + "@pezkuwi/util": "npm:14.0.23" + "@pezkuwi/util-crypto": "npm:14.0.23" + "@pezkuwi/x-fetch": "npm:14.0.23" + "@pezkuwi/x-global": "npm:14.0.23" + "@pezkuwi/x-ws": "npm:14.0.23" eventemitter3: "npm:^5.0.1" mock-socket: "npm:^9.3.1" nock: "npm:^13.5.5" @@ -1014,19 +917,19 @@ __metadata: version: 0.0.0-use.local resolution: "@pezkuwi/typegen@workspace:packages/typegen" dependencies: - "@pezkuwi/api": "npm:16.5.9" - "@pezkuwi/api-augment": "npm:16.5.9" - "@pezkuwi/api-derive": "npm:16.5.9" - "@pezkuwi/rpc-augment": "npm:16.5.9" - "@pezkuwi/rpc-provider": "npm:16.5.9" - "@pezkuwi/types": "npm:16.5.9" - "@pezkuwi/types-augment": "npm:16.5.9" - "@pezkuwi/types-codec": "npm:16.5.9" - "@pezkuwi/types-create": "npm:16.5.9" - "@pezkuwi/types-support": "npm:16.5.9" - "@pezkuwi/util": "npm:14.0.11" - "@pezkuwi/util-crypto": "npm:14.0.11" - "@pezkuwi/x-ws": "npm:14.0.11" + "@pezkuwi/api": "npm:16.5.34" + "@pezkuwi/api-augment": "npm:16.5.34" + "@pezkuwi/api-derive": "npm:16.5.34" + "@pezkuwi/rpc-augment": "npm:16.5.34" + "@pezkuwi/rpc-provider": "npm:16.5.34" + "@pezkuwi/types": "npm:16.5.34" + "@pezkuwi/types-augment": "npm:16.5.34" + "@pezkuwi/types-codec": "npm:16.5.34" + "@pezkuwi/types-create": "npm:16.5.34" + "@pezkuwi/types-support": "npm:16.5.34" + "@pezkuwi/util": "npm:14.0.23" + "@pezkuwi/util-crypto": "npm:14.0.23" + "@pezkuwi/x-ws": "npm:14.0.23" comment-parser: "npm:^1.4.1" handlebars: "npm:^4.7.8" tslib: "npm:^2.8.1" @@ -1040,156 +943,76 @@ __metadata: languageName: unknown linkType: soft -"@pezkuwi/types-augment@npm:16.5.9": - version: 16.5.9 - resolution: "@pezkuwi/types-augment@npm:16.5.9" - dependencies: - "@pezkuwi/types": "npm:16.5.9" - "@pezkuwi/types-codec": "npm:16.5.9" - "@pezkuwi/util": "npm:14.0.11" - tslib: "npm:^2.8.1" - checksum: 10/0470ca6dee66fb5838bca793322a43d909460e9e7dcfdb91c8cc296ea092ae5be7c3cf2303728aa1ec0f54ae3063ba204f6852933bd05327aa8fbc3fe694441a - languageName: node - linkType: hard - -"@pezkuwi/types-augment@workspace:packages/types-augment": +"@pezkuwi/types-augment@npm:16.5.34, @pezkuwi/types-augment@workspace:packages/types-augment": version: 0.0.0-use.local resolution: "@pezkuwi/types-augment@workspace:packages/types-augment" dependencies: - "@pezkuwi/types": "npm:16.5.9" - "@pezkuwi/types-codec": "npm:16.5.9" - "@pezkuwi/util": "npm:14.0.11" + "@pezkuwi/types": "npm:16.5.34" + "@pezkuwi/types-codec": "npm:16.5.34" + "@pezkuwi/util": "npm:14.0.23" tslib: "npm:^2.8.1" languageName: unknown linkType: soft -"@pezkuwi/types-codec@npm:16.5.9": - version: 16.5.9 - resolution: "@pezkuwi/types-codec@npm:16.5.9" - dependencies: - "@pezkuwi/types": "npm:16.5.9" - "@pezkuwi/types-augment": "npm:16.5.9" - "@pezkuwi/types-support": "npm:16.5.9" - "@pezkuwi/util": "npm:14.0.11" - "@pezkuwi/util-crypto": "npm:14.0.11" - "@pezkuwi/x-bigint": "npm:14.0.11" - tslib: "npm:^2.8.1" - checksum: 10/ceeb2e1ee0462da43c839354150ab594776a0f29b23d09c058eeb489eea166af1c765da90ea34ceb9b114ee824bb51872bf0611836db9e984d9c6984703b448c - languageName: node - linkType: hard - -"@pezkuwi/types-codec@workspace:packages/types-codec": +"@pezkuwi/types-codec@npm:16.5.34, @pezkuwi/types-codec@workspace:packages/types-codec": version: 0.0.0-use.local resolution: "@pezkuwi/types-codec@workspace:packages/types-codec" dependencies: - "@pezkuwi/types": "npm:16.5.9" - "@pezkuwi/types-augment": "npm:16.5.9" - "@pezkuwi/types-support": "npm:16.5.9" - "@pezkuwi/util": "npm:14.0.11" - "@pezkuwi/util-crypto": "npm:14.0.11" - "@pezkuwi/x-bigint": "npm:14.0.11" + "@pezkuwi/types": "npm:16.5.34" + "@pezkuwi/types-augment": "npm:16.5.34" + "@pezkuwi/types-support": "npm:16.5.34" + "@pezkuwi/util": "npm:14.0.23" + "@pezkuwi/util-crypto": "npm:14.0.23" + "@pezkuwi/x-bigint": "npm:14.0.22" tslib: "npm:^2.8.1" languageName: unknown linkType: soft -"@pezkuwi/types-create@npm:16.5.9": - version: 16.5.9 - resolution: "@pezkuwi/types-create@npm:16.5.9" - dependencies: - "@pezkuwi/types": "npm:16.5.9" - "@pezkuwi/types-codec": "npm:16.5.9" - "@pezkuwi/util": "npm:14.0.11" - tslib: "npm:^2.8.1" - checksum: 10/5218f1bd2b1fe8841a59c5c93e3f3714f106f0f022ea2ecbd7cc11ebe56f6ae6943e43b8d3c4ff9e42a028c4a03684c71b4c17e054e4ead2f8d75f8710f49c4c - languageName: node - linkType: hard - -"@pezkuwi/types-create@workspace:packages/types-create": +"@pezkuwi/types-create@npm:16.5.34, @pezkuwi/types-create@workspace:packages/types-create": version: 0.0.0-use.local resolution: "@pezkuwi/types-create@workspace:packages/types-create" dependencies: - "@pezkuwi/types": "npm:16.5.9" - "@pezkuwi/types-codec": "npm:16.5.9" - "@pezkuwi/util": "npm:14.0.11" + "@pezkuwi/types": "npm:16.5.34" + "@pezkuwi/types-codec": "npm:16.5.34" + "@pezkuwi/util": "npm:14.0.23" tslib: "npm:^2.8.1" languageName: unknown linkType: soft -"@pezkuwi/types-known@npm:16.5.9": - version: 16.5.9 - resolution: "@pezkuwi/types-known@npm:16.5.9" - dependencies: - "@pezkuwi/networks": "npm:16.5.9" - "@pezkuwi/types": "npm:16.5.9" - "@pezkuwi/types-codec": "npm:16.5.9" - "@pezkuwi/types-create": "npm:16.5.9" - "@pezkuwi/util": "npm:14.0.11" - tslib: "npm:^2.8.1" - checksum: 10/fb62622a4f0dd45eb004e225ace14fef4872ab5004e4a3e4e9327b0215f38d6c57e07d6c1757ff30258f582451fcaac46527b7214aa25891df51e4143e476483 - languageName: node - linkType: hard - -"@pezkuwi/types-known@workspace:packages/types-known": +"@pezkuwi/types-known@npm:16.5.34, @pezkuwi/types-known@workspace:packages/types-known": version: 0.0.0-use.local resolution: "@pezkuwi/types-known@workspace:packages/types-known" dependencies: "@pezkuwi/api": "workspace:*" - "@pezkuwi/networks": "npm:16.5.9" - "@pezkuwi/types": "npm:16.5.9" - "@pezkuwi/types-codec": "npm:16.5.9" - "@pezkuwi/types-create": "npm:16.5.9" - "@pezkuwi/util": "npm:14.0.11" + "@pezkuwi/networks": "npm:14.0.23" + "@pezkuwi/types": "npm:16.5.34" + "@pezkuwi/types-codec": "npm:16.5.34" + "@pezkuwi/types-create": "npm:16.5.34" + "@pezkuwi/util": "npm:14.0.23" tslib: "npm:^2.8.1" languageName: unknown linkType: soft -"@pezkuwi/types-support@npm:16.5.9": - version: 16.5.9 - resolution: "@pezkuwi/types-support@npm:16.5.9" - dependencies: - "@pezkuwi/util": "npm:14.0.11" - tslib: "npm:^2.8.1" - checksum: 10/40cb88f5f8561dfb47073eefe036b57783e18612b7000c2b1da02fed05cb6c41ed0c88d98e3dd7051ce191d1c2eed8c07f9dfd150b6a2702309ad407143fc1a1 - languageName: node - linkType: hard - -"@pezkuwi/types-support@workspace:packages/types-support": +"@pezkuwi/types-support@npm:16.5.34, @pezkuwi/types-support@workspace:packages/types-support": version: 0.0.0-use.local resolution: "@pezkuwi/types-support@workspace:packages/types-support" dependencies: - "@pezkuwi/util": "npm:14.0.11" + "@pezkuwi/util": "npm:14.0.23" tslib: "npm:^2.8.1" languageName: unknown linkType: soft -"@pezkuwi/types@npm:16.5.9": - version: 16.5.9 - resolution: "@pezkuwi/types@npm:16.5.9" - dependencies: - "@pezkuwi/keyring": "npm:14.0.11" - "@pezkuwi/types-augment": "npm:16.5.9" - "@pezkuwi/types-codec": "npm:16.5.9" - "@pezkuwi/types-create": "npm:16.5.9" - "@pezkuwi/types-support": "npm:16.5.9" - "@pezkuwi/util": "npm:14.0.11" - "@pezkuwi/util-crypto": "npm:14.0.11" - rxjs: "npm:^7.8.1" - tslib: "npm:^2.8.1" - checksum: 10/3316023f9638de0e02f6bd6bd8903edb61c524174330b4ee194deb6966e0f2c740f8d186b2ec006dd3a512b0e59c21943db776528c975b0765bc3ce414a504b0 - languageName: node - linkType: hard - -"@pezkuwi/types@workspace:packages/types": +"@pezkuwi/types@npm:16.5.34, @pezkuwi/types@workspace:packages/types": version: 0.0.0-use.local resolution: "@pezkuwi/types@workspace:packages/types" dependencies: - "@pezkuwi/keyring": "npm:14.0.11" - "@pezkuwi/types-augment": "npm:16.5.9" - "@pezkuwi/types-codec": "npm:16.5.9" - "@pezkuwi/types-create": "npm:16.5.9" - "@pezkuwi/types-support": "npm:16.5.9" - "@pezkuwi/util": "npm:14.0.11" - "@pezkuwi/util-crypto": "npm:14.0.11" + "@pezkuwi/keyring": "npm:14.0.23" + "@pezkuwi/types-augment": "npm:16.5.34" + "@pezkuwi/types-codec": "npm:16.5.34" + "@pezkuwi/types-create": "npm:16.5.34" + "@pezkuwi/types-support": "npm:16.5.34" + "@pezkuwi/util": "npm:14.0.23" + "@pezkuwi/util-crypto": "npm:14.0.23" rxjs: "npm:^7.8.1" tslib: "npm:^2.8.1" languageName: unknown @@ -1498,177 +1321,177 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-android-arm-eabi@npm:4.55.1": - version: 4.55.1 - resolution: "@rollup/rollup-android-arm-eabi@npm:4.55.1" +"@rollup/rollup-android-arm-eabi@npm:4.57.1": + version: 4.57.1 + resolution: "@rollup/rollup-android-arm-eabi@npm:4.57.1" conditions: os=android & cpu=arm languageName: node linkType: hard -"@rollup/rollup-android-arm64@npm:4.55.1": - version: 4.55.1 - resolution: "@rollup/rollup-android-arm64@npm:4.55.1" +"@rollup/rollup-android-arm64@npm:4.57.1": + version: 4.57.1 + resolution: "@rollup/rollup-android-arm64@npm:4.57.1" conditions: os=android & cpu=arm64 languageName: node linkType: hard -"@rollup/rollup-darwin-arm64@npm:4.55.1": - version: 4.55.1 - resolution: "@rollup/rollup-darwin-arm64@npm:4.55.1" +"@rollup/rollup-darwin-arm64@npm:4.57.1": + version: 4.57.1 + resolution: "@rollup/rollup-darwin-arm64@npm:4.57.1" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@rollup/rollup-darwin-x64@npm:4.55.1": - version: 4.55.1 - resolution: "@rollup/rollup-darwin-x64@npm:4.55.1" +"@rollup/rollup-darwin-x64@npm:4.57.1": + version: 4.57.1 + resolution: "@rollup/rollup-darwin-x64@npm:4.57.1" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@rollup/rollup-freebsd-arm64@npm:4.55.1": - version: 4.55.1 - resolution: "@rollup/rollup-freebsd-arm64@npm:4.55.1" +"@rollup/rollup-freebsd-arm64@npm:4.57.1": + version: 4.57.1 + resolution: "@rollup/rollup-freebsd-arm64@npm:4.57.1" conditions: os=freebsd & cpu=arm64 languageName: node linkType: hard -"@rollup/rollup-freebsd-x64@npm:4.55.1": - version: 4.55.1 - resolution: "@rollup/rollup-freebsd-x64@npm:4.55.1" +"@rollup/rollup-freebsd-x64@npm:4.57.1": + version: 4.57.1 + resolution: "@rollup/rollup-freebsd-x64@npm:4.57.1" conditions: os=freebsd & cpu=x64 languageName: node linkType: hard -"@rollup/rollup-linux-arm-gnueabihf@npm:4.55.1": - version: 4.55.1 - resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.55.1" +"@rollup/rollup-linux-arm-gnueabihf@npm:4.57.1": + version: 4.57.1 + resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.57.1" conditions: os=linux & cpu=arm & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-arm-musleabihf@npm:4.55.1": - version: 4.55.1 - resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.55.1" +"@rollup/rollup-linux-arm-musleabihf@npm:4.57.1": + version: 4.57.1 + resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.57.1" conditions: os=linux & cpu=arm & libc=musl languageName: node linkType: hard -"@rollup/rollup-linux-arm64-gnu@npm:4.55.1": - version: 4.55.1 - resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.55.1" +"@rollup/rollup-linux-arm64-gnu@npm:4.57.1": + version: 4.57.1 + resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.57.1" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-arm64-musl@npm:4.55.1": - version: 4.55.1 - resolution: "@rollup/rollup-linux-arm64-musl@npm:4.55.1" +"@rollup/rollup-linux-arm64-musl@npm:4.57.1": + version: 4.57.1 + resolution: "@rollup/rollup-linux-arm64-musl@npm:4.57.1" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@rollup/rollup-linux-loong64-gnu@npm:4.55.1": - version: 4.55.1 - resolution: "@rollup/rollup-linux-loong64-gnu@npm:4.55.1" +"@rollup/rollup-linux-loong64-gnu@npm:4.57.1": + version: 4.57.1 + resolution: "@rollup/rollup-linux-loong64-gnu@npm:4.57.1" conditions: os=linux & cpu=loong64 & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-loong64-musl@npm:4.55.1": - version: 4.55.1 - resolution: "@rollup/rollup-linux-loong64-musl@npm:4.55.1" +"@rollup/rollup-linux-loong64-musl@npm:4.57.1": + version: 4.57.1 + resolution: "@rollup/rollup-linux-loong64-musl@npm:4.57.1" conditions: os=linux & cpu=loong64 & libc=musl languageName: node linkType: hard -"@rollup/rollup-linux-ppc64-gnu@npm:4.55.1": - version: 4.55.1 - resolution: "@rollup/rollup-linux-ppc64-gnu@npm:4.55.1" +"@rollup/rollup-linux-ppc64-gnu@npm:4.57.1": + version: 4.57.1 + resolution: "@rollup/rollup-linux-ppc64-gnu@npm:4.57.1" conditions: os=linux & cpu=ppc64 & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-ppc64-musl@npm:4.55.1": - version: 4.55.1 - resolution: "@rollup/rollup-linux-ppc64-musl@npm:4.55.1" +"@rollup/rollup-linux-ppc64-musl@npm:4.57.1": + version: 4.57.1 + resolution: "@rollup/rollup-linux-ppc64-musl@npm:4.57.1" conditions: os=linux & cpu=ppc64 & libc=musl languageName: node linkType: hard -"@rollup/rollup-linux-riscv64-gnu@npm:4.55.1": - version: 4.55.1 - resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.55.1" +"@rollup/rollup-linux-riscv64-gnu@npm:4.57.1": + version: 4.57.1 + resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.57.1" conditions: os=linux & cpu=riscv64 & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-riscv64-musl@npm:4.55.1": - version: 4.55.1 - resolution: "@rollup/rollup-linux-riscv64-musl@npm:4.55.1" +"@rollup/rollup-linux-riscv64-musl@npm:4.57.1": + version: 4.57.1 + resolution: "@rollup/rollup-linux-riscv64-musl@npm:4.57.1" conditions: os=linux & cpu=riscv64 & libc=musl languageName: node linkType: hard -"@rollup/rollup-linux-s390x-gnu@npm:4.55.1": - version: 4.55.1 - resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.55.1" +"@rollup/rollup-linux-s390x-gnu@npm:4.57.1": + version: 4.57.1 + resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.57.1" conditions: os=linux & cpu=s390x & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-x64-gnu@npm:4.55.1": - version: 4.55.1 - resolution: "@rollup/rollup-linux-x64-gnu@npm:4.55.1" +"@rollup/rollup-linux-x64-gnu@npm:4.57.1": + version: 4.57.1 + resolution: "@rollup/rollup-linux-x64-gnu@npm:4.57.1" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-x64-musl@npm:4.55.1": - version: 4.55.1 - resolution: "@rollup/rollup-linux-x64-musl@npm:4.55.1" +"@rollup/rollup-linux-x64-musl@npm:4.57.1": + version: 4.57.1 + resolution: "@rollup/rollup-linux-x64-musl@npm:4.57.1" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@rollup/rollup-openbsd-x64@npm:4.55.1": - version: 4.55.1 - resolution: "@rollup/rollup-openbsd-x64@npm:4.55.1" +"@rollup/rollup-openbsd-x64@npm:4.57.1": + version: 4.57.1 + resolution: "@rollup/rollup-openbsd-x64@npm:4.57.1" conditions: os=openbsd & cpu=x64 languageName: node linkType: hard -"@rollup/rollup-openharmony-arm64@npm:4.55.1": - version: 4.55.1 - resolution: "@rollup/rollup-openharmony-arm64@npm:4.55.1" +"@rollup/rollup-openharmony-arm64@npm:4.57.1": + version: 4.57.1 + resolution: "@rollup/rollup-openharmony-arm64@npm:4.57.1" conditions: os=openharmony & cpu=arm64 languageName: node linkType: hard -"@rollup/rollup-win32-arm64-msvc@npm:4.55.1": - version: 4.55.1 - resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.55.1" +"@rollup/rollup-win32-arm64-msvc@npm:4.57.1": + version: 4.57.1 + resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.57.1" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@rollup/rollup-win32-ia32-msvc@npm:4.55.1": - version: 4.55.1 - resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.55.1" +"@rollup/rollup-win32-ia32-msvc@npm:4.57.1": + version: 4.57.1 + resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.57.1" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard -"@rollup/rollup-win32-x64-gnu@npm:4.55.1": - version: 4.55.1 - resolution: "@rollup/rollup-win32-x64-gnu@npm:4.55.1" +"@rollup/rollup-win32-x64-gnu@npm:4.57.1": + version: 4.57.1 + resolution: "@rollup/rollup-win32-x64-gnu@npm:4.57.1" conditions: os=win32 & cpu=x64 languageName: node linkType: hard -"@rollup/rollup-win32-x64-msvc@npm:4.55.1": - version: 4.55.1 - resolution: "@rollup/rollup-win32-x64-msvc@npm:4.55.1" +"@rollup/rollup-win32-x64-msvc@npm:4.57.1": + version: 4.57.1 + resolution: "@rollup/rollup-win32-x64-msvc@npm:4.57.1" conditions: os=win32 & cpu=x64 languageName: node linkType: hard @@ -1920,11 +1743,11 @@ __metadata: linkType: hard "@types/node@npm:*": - version: 25.0.9 - resolution: "@types/node@npm:25.0.9" + version: 25.2.0 + resolution: "@types/node@npm:25.2.0" dependencies: undici-types: "npm:~7.16.0" - checksum: 10/2c16f137ed3a952903b7641df5ce16663ad00911dc6a9010156602251420da127bf7dbd32d22aac9eda0cc430381164d55a36240039b7d06ab693b9aad5c3f23 + checksum: 10/18a7245e20556bc92486161872c54bef7601e1e7970028e8a18d1f57d88aa3035efef42c144a2100f9e9bf6fba7a15b4ae8ee044cd98a8b06d6f754232611f70 languageName: node linkType: hard @@ -2632,7 +2455,7 @@ __metadata: languageName: node linkType: hard -"accepts@npm:~1.3.4, accepts@npm:~1.3.8": +"accepts@npm:~1.3.8": version: 1.3.8 resolution: "accepts@npm:1.3.8" dependencies: @@ -3036,11 +2859,11 @@ __metadata: linkType: hard "baseline-browser-mapping@npm:^2.9.0": - version: 2.9.15 - resolution: "baseline-browser-mapping@npm:2.9.15" + version: 2.9.19 + resolution: "baseline-browser-mapping@npm:2.9.19" bin: baseline-browser-mapping: dist/cli.js - checksum: 10/ff303d989833084798f89ad9962004a8a39f4f93d06a2d092036d063f126c4a78d00b1137ce9d78ced10b8cf7304e59ef58508af51f0a4d3e001e8a579cda146 + checksum: 10/8d7bbb7fe3d1ad50e04b127c819ba6d059c01ed0d2a7a5fc3327e23a8c42855fa3a8b510550c1fe1e37916147e6a390243566d3ef85bf6130c8ddfe5cc3db530 languageName: node linkType: hard @@ -3293,9 +3116,9 @@ __metadata: linkType: hard "caniuse-lite@npm:^1.0.30001759": - version: 1.0.30001764 - resolution: "caniuse-lite@npm:1.0.30001764" - checksum: 10/24c6f402902181faa997a6da1cb63410f9376e9e8a33d733121862e7665d200a54d70e551c5626748f78078401c0744496a58d0451fceb8f7fa12498ae12ff20 + version: 1.0.30001766 + resolution: "caniuse-lite@npm:1.0.30001766" + checksum: 10/0edeb69bdb741c98deda609b75e35e5c31e944537e9873ea89a4cf9e9baa3e158675b224951a6f3a212d1f0c328a8494ace323c551ca1fa58ce4915562c4e4d3 languageName: node linkType: hard @@ -3550,9 +3373,9 @@ __metadata: linkType: hard "comment-parser@npm:^1.4.1": - version: 1.4.4 - resolution: "comment-parser@npm:1.4.4" - checksum: 10/e2480c88288ad479525c81eca0b1711a4b5157e756ed723e7ae95c1da4468266a621a2f46097abf30553ba0373557e2467adb2490368f0aac12093d0e2ef4633 + version: 1.4.5 + resolution: "comment-parser@npm:1.4.5" + checksum: 10/4b5cacc7ab1ec48e3f51b788bd7cda567f5c83040e029e5c92eacf0785735a9b44ac49fdaf73d9bd4af9464aa4cc8cc7184902090b55b0023605a845f2666ba4 languageName: node linkType: hard @@ -4199,9 +4022,9 @@ __metadata: linkType: hard "electron-to-chromium@npm:^1.5.263": - version: 1.5.267 - resolution: "electron-to-chromium@npm:1.5.267" - checksum: 10/05e55e810cb6a3cda8d29dfdeec7ac0e59727a77a796a157f1a1d65edac16d45eed69ed5c99e354872ab16c48967c2d0a0600653051ae380a3b7a4d6210b1e60 + version: 1.5.283 + resolution: "electron-to-chromium@npm:1.5.283" + checksum: 10/3fcede119d5af48372f18c446051909c392e1f85a3823469d5ab9f40a9b1500ae9edfb4c13ff3b9d7d69b925b9a64d06eefd1d5e2d9b16066ff185eb90491158 languageName: node linkType: hard @@ -4916,9 +4739,9 @@ __metadata: linkType: hard "eventemitter3@npm:^5.0.1": - version: 5.0.1 - resolution: "eventemitter3@npm:5.0.1" - checksum: 10/ac6423ec31124629c84c7077eed1e6987f6d66c31cf43c6fcbf6c87791d56317ce808d9ead483652436df171b526fc7220eccdc9f3225df334e81582c3cf7dd5 + version: 5.0.4 + resolution: "eventemitter3@npm:5.0.4" + checksum: 10/54f5c8c543650d65f92d03dbef1bb73a682a920490c44699ad8f863a6b19bbca42fb7409aa09ca09cb98a44149d9a7bc1dffd55ca88a740bd928c7be0ad666a0 languageName: node linkType: hard @@ -5489,11 +5312,11 @@ __metadata: linkType: hard "get-tsconfig@npm:^4.10.0, get-tsconfig@npm:^4.7.0": - version: 4.13.0 - resolution: "get-tsconfig@npm:4.13.0" + version: 4.13.1 + resolution: "get-tsconfig@npm:4.13.1" dependencies: resolve-pkg-maps: "npm:^1.0.0" - checksum: 10/3603c6da30e312636e4c20461e779114c9126601d1eca70ee4e36e3e3c00e3c21892d2d920027333afa2cc9e20998a436b14abe03a53cde40742581cb0e9ceb2 + checksum: 10/a21b0372418d35fd4fa6f514e0565f978144b463cdc930b1f3187510b5a66d545fde9de2577933d7482f50e5feab35e404fa971ce6b03c0967f9ab3fdd8dfcdc languageName: node linkType: hard @@ -5872,15 +5695,16 @@ __metadata: languageName: node linkType: hard -"http-errors@npm:~1.6.2": - version: 1.6.3 - resolution: "http-errors@npm:1.6.3" +"http-errors@npm:~1.8.0": + version: 1.8.1 + resolution: "http-errors@npm:1.8.1" dependencies: depd: "npm:~1.1.2" - inherits: "npm:2.0.3" - setprototypeof: "npm:1.1.0" - statuses: "npm:>= 1.4.0 < 2" - checksum: 10/e48732657ea0b4a09853d2696a584fa59fa2a8c1ba692af7af3137b5491a997d7f9723f824e7e08eb6a87098532c09ce066966ddf0f9f3dd30905e52301acadb + inherits: "npm:2.0.4" + setprototypeof: "npm:1.2.0" + statuses: "npm:>= 1.5.0 < 2" + toidentifier: "npm:1.0.1" + checksum: 10/76fc491bd8df2251e21978e080d5dae20d9736cfb29bb72b5b76ec1bcebb1c14f0f58a3a128dd89288934379d2173cfb0421c571d54103e93dd65ef6243d64d8 languageName: node linkType: hard @@ -6054,20 +5878,13 @@ __metadata: languageName: node linkType: hard -"inherits@npm:2, inherits@npm:^2.0.1, inherits@npm:^2.0.3, inherits@npm:^2.0.4, inherits@npm:~2.0.3, inherits@npm:~2.0.4": +"inherits@npm:2, inherits@npm:2.0.4, inherits@npm:^2.0.1, inherits@npm:^2.0.3, inherits@npm:^2.0.4, inherits@npm:~2.0.3, inherits@npm:~2.0.4": version: 2.0.4 resolution: "inherits@npm:2.0.4" checksum: 10/cd45e923bee15186c07fa4c89db0aace24824c482fb887b528304694b2aa6ff8a898da8657046a5dcf3e46cd6db6c61629551f9215f208d7c3f157cf9b290521 languageName: node linkType: hard -"inherits@npm:2.0.3": - version: 2.0.3 - resolution: "inherits@npm:2.0.3" - checksum: 10/8771303d66c51be433b564427c16011a8e3fbc3449f1f11ea50efb30a4369495f1d0e89f0fc12bdec0bd7e49102ced5d137e031d39ea09821cb3c717fcf21e69 - languageName: node - linkType: hard - "ini@npm:2.0.0": version: 2.0.0 resolution: "ini@npm:2.0.0" @@ -6938,9 +6755,9 @@ __metadata: linkType: hard "lodash@npm:^4.17.21": - version: 4.17.21 - resolution: "lodash@npm:4.17.21" - checksum: 10/c08619c038846ea6ac754abd6dd29d2568aa705feb69339e836dfa8d8b09abbb2f859371e86863eda41848221f9af43714491467b5b0299122431e202bb0c532 + version: 4.17.23 + resolution: "lodash@npm:4.17.23" + checksum: 10/82504c88250f58da7a5a4289f57a4f759c44946c005dd232821c7688b5fcfbf4a6268f6a6cdde4b792c91edd2f3b5398c1d2a0998274432cff76def48735e233 languageName: node linkType: hard @@ -6996,9 +6813,9 @@ __metadata: linkType: hard "lru-cache@npm:^11.0.0, lru-cache@npm:^11.1.0, lru-cache@npm:^11.2.1": - version: 11.2.4 - resolution: "lru-cache@npm:11.2.4" - checksum: 10/3b2da74c0b6653767f8164c38c4c4f4d7f0cc10c62bfa512663d94a830191ae6a5af742a8d88a8b30d5f9974652d3adae53931f32069139ad24fa2a18a199aca + version: 11.2.5 + resolution: "lru-cache@npm:11.2.5" + checksum: 10/be50f66c6e23afeaab9c7eefafa06344dd13cde7b3528809c2660c4ad70d93b9ba537366634623cbb2eb411671f526b5a4af2c602507b9258aead0fa8d713f6c languageName: node linkType: hard @@ -7160,7 +6977,7 @@ __metadata: languageName: node linkType: hard -"mime-types@npm:^2.1.12, mime-types@npm:^2.1.27, mime-types@npm:^2.1.31, mime-types@npm:~2.1.17, mime-types@npm:~2.1.24, mime-types@npm:~2.1.34": +"mime-types@npm:^2.1.12, mime-types@npm:^2.1.27, mime-types@npm:^2.1.31, mime-types@npm:~2.1.24, mime-types@npm:~2.1.34, mime-types@npm:~2.1.35": version: 2.1.35 resolution: "mime-types@npm:2.1.35" dependencies: @@ -7524,8 +7341,8 @@ __metadata: linkType: hard "node-gyp@npm:latest": - version: 12.1.0 - resolution: "node-gyp@npm:12.1.0" + version: 12.2.0 + resolution: "node-gyp@npm:12.2.0" dependencies: env-paths: "npm:^2.2.0" exponential-backoff: "npm:^3.1.1" @@ -7534,12 +7351,12 @@ __metadata: nopt: "npm:^9.0.0" proc-log: "npm:^6.0.0" semver: "npm:^7.3.5" - tar: "npm:^7.5.2" + tar: "npm:^7.5.4" tinyglobby: "npm:^0.2.12" which: "npm:^6.0.0" bin: node-gyp: bin/node-gyp.js - checksum: 10/d93079236cef1dd7fa4df683708d8708ad255c55865f6656664c8959e4d3963d908ac48e8f9f341705432e979dbbf502a40d68d65a17fe35956a5a05ba6c1cb4 + checksum: 10/4ebab5b77585a637315e969c2274b5520562473fe75de850639a580c2599652fb9f33959ec782ea45a2e149d8f04b548030f472eeeb3dbdf19a7f2ccbc30b908 languageName: node linkType: hard @@ -7917,7 +7734,7 @@ __metadata: languageName: node linkType: hard -"parseurl@npm:~1.3.2, parseurl@npm:~1.3.3": +"parseurl@npm:~1.3.3": version: 1.3.3 resolution: "parseurl@npm:1.3.3" checksum: 10/407cee8e0a3a4c5cd472559bca8b6a45b82c124e9a4703302326e9ab60fc1081442ada4e02628efef1eb16197ddc7f8822f5a91fd7d7c86b51f530aedb17dfa2 @@ -8637,34 +8454,34 @@ __metadata: linkType: hard "rollup@npm:^4.9.6": - version: 4.55.1 - resolution: "rollup@npm:4.55.1" + version: 4.57.1 + resolution: "rollup@npm:4.57.1" dependencies: - "@rollup/rollup-android-arm-eabi": "npm:4.55.1" - "@rollup/rollup-android-arm64": "npm:4.55.1" - "@rollup/rollup-darwin-arm64": "npm:4.55.1" - "@rollup/rollup-darwin-x64": "npm:4.55.1" - "@rollup/rollup-freebsd-arm64": "npm:4.55.1" - "@rollup/rollup-freebsd-x64": "npm:4.55.1" - "@rollup/rollup-linux-arm-gnueabihf": "npm:4.55.1" - "@rollup/rollup-linux-arm-musleabihf": "npm:4.55.1" - "@rollup/rollup-linux-arm64-gnu": "npm:4.55.1" - "@rollup/rollup-linux-arm64-musl": "npm:4.55.1" - "@rollup/rollup-linux-loong64-gnu": "npm:4.55.1" - "@rollup/rollup-linux-loong64-musl": "npm:4.55.1" - "@rollup/rollup-linux-ppc64-gnu": "npm:4.55.1" - "@rollup/rollup-linux-ppc64-musl": "npm:4.55.1" - "@rollup/rollup-linux-riscv64-gnu": "npm:4.55.1" - "@rollup/rollup-linux-riscv64-musl": "npm:4.55.1" - "@rollup/rollup-linux-s390x-gnu": "npm:4.55.1" - "@rollup/rollup-linux-x64-gnu": "npm:4.55.1" - "@rollup/rollup-linux-x64-musl": "npm:4.55.1" - "@rollup/rollup-openbsd-x64": "npm:4.55.1" - "@rollup/rollup-openharmony-arm64": "npm:4.55.1" - "@rollup/rollup-win32-arm64-msvc": "npm:4.55.1" - "@rollup/rollup-win32-ia32-msvc": "npm:4.55.1" - "@rollup/rollup-win32-x64-gnu": "npm:4.55.1" - "@rollup/rollup-win32-x64-msvc": "npm:4.55.1" + "@rollup/rollup-android-arm-eabi": "npm:4.57.1" + "@rollup/rollup-android-arm64": "npm:4.57.1" + "@rollup/rollup-darwin-arm64": "npm:4.57.1" + "@rollup/rollup-darwin-x64": "npm:4.57.1" + "@rollup/rollup-freebsd-arm64": "npm:4.57.1" + "@rollup/rollup-freebsd-x64": "npm:4.57.1" + "@rollup/rollup-linux-arm-gnueabihf": "npm:4.57.1" + "@rollup/rollup-linux-arm-musleabihf": "npm:4.57.1" + "@rollup/rollup-linux-arm64-gnu": "npm:4.57.1" + "@rollup/rollup-linux-arm64-musl": "npm:4.57.1" + "@rollup/rollup-linux-loong64-gnu": "npm:4.57.1" + "@rollup/rollup-linux-loong64-musl": "npm:4.57.1" + "@rollup/rollup-linux-ppc64-gnu": "npm:4.57.1" + "@rollup/rollup-linux-ppc64-musl": "npm:4.57.1" + "@rollup/rollup-linux-riscv64-gnu": "npm:4.57.1" + "@rollup/rollup-linux-riscv64-musl": "npm:4.57.1" + "@rollup/rollup-linux-s390x-gnu": "npm:4.57.1" + "@rollup/rollup-linux-x64-gnu": "npm:4.57.1" + "@rollup/rollup-linux-x64-musl": "npm:4.57.1" + "@rollup/rollup-openbsd-x64": "npm:4.57.1" + "@rollup/rollup-openharmony-arm64": "npm:4.57.1" + "@rollup/rollup-win32-arm64-msvc": "npm:4.57.1" + "@rollup/rollup-win32-ia32-msvc": "npm:4.57.1" + "@rollup/rollup-win32-x64-gnu": "npm:4.57.1" + "@rollup/rollup-win32-x64-msvc": "npm:4.57.1" "@types/estree": "npm:1.0.8" fsevents: "npm:~2.3.2" dependenciesMeta: @@ -8722,7 +8539,7 @@ __metadata: optional: true bin: rollup: dist/bin/rollup - checksum: 10/392a8bb68ce492d5f8f59d9420b448e76b2550152482a61688617c1c9c52f8f61162478cfe44f2c6a647e82b0a5e7d61e1ac1f2701ca4d48f4acd231df7bd84a + checksum: 10/0451371339e593967c979e498fac4dfd0ba15fadf0dac96875940796307a00d62ab68460366a65f4872ae8edd9339e3d9501e8e5764c1f23e25e0951f75047c6 languageName: node linkType: hard @@ -8730,7 +8547,7 @@ __metadata: version: 0.0.0-use.local resolution: "root-workspace-0b6124@workspace:." dependencies: - "@pezkuwi/dev": "npm:0.85.7" + "@pezkuwi/dev": "npm:^0.85.11" "@pezkuwi/dev-test": "npm:0.85.7" "@pezkuwi/dev-ts": "npm:0.85.7" "@pezkuwi/typegen": "workspace:*" @@ -8947,17 +8764,17 @@ __metadata: linkType: hard "serve-index@npm:^1.9.1": - version: 1.9.1 - resolution: "serve-index@npm:1.9.1" + version: 1.9.2 + resolution: "serve-index@npm:1.9.2" dependencies: - accepts: "npm:~1.3.4" + accepts: "npm:~1.3.8" batch: "npm:0.6.1" debug: "npm:2.6.9" escape-html: "npm:~1.0.3" - http-errors: "npm:~1.6.2" - mime-types: "npm:~2.1.17" - parseurl: "npm:~1.3.2" - checksum: 10/2adce2878d7e30f197e66f30e39f4a404d9ae39295c0c13849bb25e7cf976b93e883204739efd1510559588bed56f8101e32191cbe75f374c6e1e803852194cb + http-errors: "npm:~1.8.0" + mime-types: "npm:~2.1.35" + parseurl: "npm:~1.3.3" + checksum: 10/fdfada071e795da265845acca05be9b498443cb5b84f8c9fd4632f01ea107ecca110725a7963a2b4b3146ec01f41c5f95df4405ff61eda13e6f229474a9ed5a6 languageName: node linkType: hard @@ -9010,13 +8827,6 @@ __metadata: languageName: node linkType: hard -"setprototypeof@npm:1.1.0": - version: 1.1.0 - resolution: "setprototypeof@npm:1.1.0" - checksum: 10/02d2564e02a260551bab3ec95358dcfde775fe61272b1b7c488de3676a4bb79f280b5668a324aebe0ec73f0d8ba408bc2d816a609ee5d93b1a7936b9d4ba1208 - languageName: node - linkType: hard - "setprototypeof@npm:1.2.0, setprototypeof@npm:~1.2.0": version: 1.2.0 resolution: "setprototypeof@npm:1.2.0" @@ -9301,7 +9111,7 @@ __metadata: languageName: node linkType: hard -"statuses@npm:>= 1.4.0 < 2": +"statuses@npm:>= 1.5.0 < 2": version: 1.5.0 resolution: "statuses@npm:1.5.0" checksum: 10/c469b9519de16a4bb19600205cffb39ee471a5f17b82589757ca7bd40a8d92ebb6ed9f98b5a540c5d302ccbc78f15dc03cc0280dd6e00df1335568a5d5758a5c @@ -9563,16 +9373,16 @@ __metadata: languageName: node linkType: hard -"tar@npm:^7.5.2": - version: 7.5.3 - resolution: "tar@npm:7.5.3" +"tar@npm:^7.5.4": + version: 7.5.7 + resolution: "tar@npm:7.5.7" dependencies: "@isaacs/fs-minipass": "npm:^4.0.0" chownr: "npm:^3.0.0" minipass: "npm:^7.1.2" minizlib: "npm:^3.1.0" yallist: "npm:^5.0.0" - checksum: 10/106b85ef799eb9c2a5d91278b14cdd9486551a5d889a7d88f719513dd7e04b7bd77417df27d3fcb43ef54dda5acc15730e627259164ce245dd968d86fd6ee517 + checksum: 10/0d6938dd32fe5c0f17c8098d92bd9889ee0ed9d11f12381b8146b6e8c87bb5aa49feec7abc42463f0597503d8e89e4c4c0b42bff1a5a38444e918b4878b7fd21 languageName: node linkType: hard @@ -9669,7 +9479,7 @@ __metadata: languageName: node linkType: hard -"toidentifier@npm:~1.0.1": +"toidentifier@npm:1.0.1, toidentifier@npm:~1.0.1": version: 1.0.1 resolution: "toidentifier@npm:1.0.1" checksum: 10/952c29e2a85d7123239b5cfdd889a0dde47ab0497f0913d70588f19c53f7e0b5327c95f4651e413c74b785147f9637b17410ac8c846d5d4a20a5a33eb6dc3a45