@storagehub/api-augment 0.2.14 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/parachain/interfaces/augment-api-consts.js +1 -1
- package/dist/parachain/interfaces/augment-api-errors.js +1 -1
- package/dist/parachain/interfaces/augment-api-events.js +1 -1
- package/dist/parachain/interfaces/augment-api-query.js +1 -1
- package/dist/parachain/interfaces/augment-api-rpc.js +1 -1
- package/dist/parachain/interfaces/augment-api-runtime.js +1 -1
- package/dist/parachain/interfaces/augment-api-tx.js +1 -1
- package/dist/parachain/interfaces/augment-api.js +7 -7
- package/dist/parachain/interfaces/augment-types.js +1 -1
- package/dist/parachain/interfaces/index.js +1 -1
- package/dist/parachain/interfaces/lookup.js +2785 -2373
- package/dist/parachain/interfaces/lookup.js.map +1 -1
- package/dist/parachain/interfaces/registry.js +1 -1
- package/dist/parachain/interfaces/storagehubclient/index.js +1 -1
- package/dist/parachain/interfaces/storagehubclient/runtime.js +5 -0
- package/dist/parachain/interfaces/storagehubclient/runtime.js.map +1 -1
- package/dist/parachain/interfaces/types-lookup.js +1 -1
- package/dist/parachain/interfaces/types.js +1 -1
- package/dist/solochain-evm/interfaces/augment-api-consts.js +1 -1
- package/dist/solochain-evm/interfaces/augment-api-errors.js +1 -1
- package/dist/solochain-evm/interfaces/augment-api-events.js +1 -1
- package/dist/solochain-evm/interfaces/augment-api-query.js +1 -1
- package/dist/solochain-evm/interfaces/augment-api-rpc.js +1 -1
- package/dist/solochain-evm/interfaces/augment-api-runtime.js +1 -1
- package/dist/solochain-evm/interfaces/augment-api-tx.js +1 -1
- package/dist/solochain-evm/interfaces/augment-api.js +7 -7
- package/dist/solochain-evm/interfaces/augment-types.js +1 -1
- package/dist/solochain-evm/interfaces/index.js +1 -1
- package/dist/solochain-evm/interfaces/lookup.js +2029 -1659
- package/dist/solochain-evm/interfaces/lookup.js.map +1 -1
- package/dist/solochain-evm/interfaces/registry.js +1 -1
- package/dist/solochain-evm/interfaces/storagehubclient/index.js +1 -1
- package/dist/solochain-evm/interfaces/types-lookup.js +1 -1
- package/dist/solochain-evm/interfaces/types.js +1 -1
- package/dist/types/parachain/interfaces/augment-api-consts.d.ts +7 -7
- package/dist/types/parachain/interfaces/augment-api-errors.d.ts +7 -3
- package/dist/types/parachain/interfaces/augment-api-events.d.ts +828 -174
- package/dist/types/parachain/interfaces/augment-api-query.d.ts +330 -112
- package/dist/types/parachain/interfaces/augment-api-rpc.d.ts +32 -32
- package/dist/types/parachain/interfaces/augment-api-runtime.d.ts +33 -25
- package/dist/types/parachain/interfaces/augment-api-tx.d.ts +639 -149
- package/dist/types/parachain/interfaces/augment-api.d.ts +7 -7
- package/dist/types/parachain/interfaces/augment-types.d.ts +75 -75
- package/dist/types/parachain/interfaces/index.d.ts +1 -1
- package/dist/types/parachain/interfaces/lookup.d.ts +227 -217
- package/dist/types/parachain/interfaces/registry.d.ts +3 -3
- package/dist/types/parachain/interfaces/storagehubclient/index.d.ts +1 -1
- package/dist/types/parachain/interfaces/storagehubclient/types.d.ts +34 -34
- package/dist/types/parachain/interfaces/types-lookup.d.ts +536 -406
- package/dist/types/parachain/interfaces/types.d.ts +1 -1
- package/dist/types/solochain-evm/interfaces/augment-api-consts.d.ts +7 -7
- package/dist/types/solochain-evm/interfaces/augment-api-errors.d.ts +7 -3
- package/dist/types/solochain-evm/interfaces/augment-api-events.d.ts +674 -139
- package/dist/types/solochain-evm/interfaces/augment-api-query.d.ts +302 -100
- package/dist/types/solochain-evm/interfaces/augment-api-rpc.d.ts +32 -32
- package/dist/types/solochain-evm/interfaces/augment-api-runtime.d.ts +33 -25
- package/dist/types/solochain-evm/interfaces/augment-api-tx.d.ts +584 -132
- package/dist/types/solochain-evm/interfaces/augment-api.d.ts +7 -7
- package/dist/types/solochain-evm/interfaces/augment-types.d.ts +75 -75
- package/dist/types/solochain-evm/interfaces/index.d.ts +1 -1
- package/dist/types/solochain-evm/interfaces/lookup.d.ts +183 -173
- package/dist/types/solochain-evm/interfaces/registry.d.ts +3 -3
- package/dist/types/solochain-evm/interfaces/storagehubclient/index.d.ts +1 -1
- package/dist/types/solochain-evm/interfaces/storagehubclient/types.d.ts +35 -35
- package/dist/types/solochain-evm/interfaces/types-lookup.d.ts +412 -312
- package/dist/types/solochain-evm/interfaces/types.d.ts +1 -1
- package/metadata-sh-parachain.json +1 -1
- package/metadata-sh-solochain-evm.json +1 -1
- package/package.json +2 -2
- package/src/parachain/interfaces/augment-api-errors.ts +4 -0
- package/src/parachain/interfaces/augment-api-events.ts +8 -0
- package/src/parachain/interfaces/augment-api-query.ts +12 -0
- package/src/parachain/interfaces/augment-api-runtime.ts +14 -0
- package/src/parachain/interfaces/augment-api-tx.ts +13 -0
- package/src/parachain/interfaces/lookup.ts +233 -222
- package/src/parachain/interfaces/storagehubclient/runtime.ts +5 -0
- package/src/parachain/interfaces/types-lookup.ts +237 -224
- package/src/solochain-evm/interfaces/augment-api-errors.ts +4 -0
- package/src/solochain-evm/interfaces/augment-api-events.ts +8 -0
- package/src/solochain-evm/interfaces/augment-api-query.ts +12 -0
- package/src/solochain-evm/interfaces/augment-api-runtime.ts +14 -0
- package/src/solochain-evm/interfaces/augment-api-tx.ts +13 -0
- package/src/solochain-evm/interfaces/lookup.ts +189 -178
- package/src/solochain-evm/interfaces/types-lookup.ts +193 -180
- package/storagehub-api-augment-0.2.14.tgz +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import
|
|
2
|
-
import type { BTreeMap, BTreeSet, Bytes, Compact, Enum, Null, Option, Result, Struct, Text, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from
|
|
3
|
-
import type { ITuple } from
|
|
4
|
-
import type { AccountId32, Call, H256, MultiAddress, Perbill } from
|
|
5
|
-
import type { Event } from
|
|
6
|
-
declare module
|
|
1
|
+
import "@polkadot/types/lookup";
|
|
2
|
+
import type { BTreeMap, BTreeSet, Bytes, Compact, Enum, Null, Option, Result, Struct, Text, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from "@polkadot/types-codec";
|
|
3
|
+
import type { ITuple } from "@polkadot/types-codec/types";
|
|
4
|
+
import type { AccountId32, Call, H256, MultiAddress, Perbill } from "@polkadot/types/interfaces/runtime";
|
|
5
|
+
import type { Event } from "@polkadot/types/interfaces/system";
|
|
6
|
+
declare module "@polkadot/types/lookup" {
|
|
7
7
|
/** @name FrameSystemAccountInfo (3) */
|
|
8
8
|
interface FrameSystemAccountInfo extends Struct {
|
|
9
9
|
readonly nonce: u32;
|
|
@@ -45,7 +45,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
45
45
|
readonly isPreRuntime: boolean;
|
|
46
46
|
readonly asPreRuntime: ITuple<[U8aFixed, Bytes]>;
|
|
47
47
|
readonly isRuntimeEnvironmentUpdated: boolean;
|
|
48
|
-
readonly type:
|
|
48
|
+
readonly type: "Other" | "Consensus" | "Seal" | "PreRuntime" | "RuntimeEnvironmentUpdated";
|
|
49
49
|
}
|
|
50
50
|
/** @name FrameSystemEventRecord (20) */
|
|
51
51
|
interface FrameSystemEventRecord extends Struct {
|
|
@@ -83,7 +83,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
83
83
|
readonly codeHash: H256;
|
|
84
84
|
readonly checkVersion: bool;
|
|
85
85
|
} & Struct;
|
|
86
|
-
readonly type:
|
|
86
|
+
readonly type: "ExtrinsicSuccess" | "ExtrinsicFailed" | "CodeUpdated" | "NewAccount" | "KilledAccount" | "Remarked" | "UpgradeAuthorized";
|
|
87
87
|
}
|
|
88
88
|
/** @name FrameSystemDispatchEventInfo (23) */
|
|
89
89
|
interface FrameSystemDispatchEventInfo extends Struct {
|
|
@@ -96,13 +96,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
96
96
|
readonly isNormal: boolean;
|
|
97
97
|
readonly isOperational: boolean;
|
|
98
98
|
readonly isMandatory: boolean;
|
|
99
|
-
readonly type:
|
|
99
|
+
readonly type: "Normal" | "Operational" | "Mandatory";
|
|
100
100
|
}
|
|
101
101
|
/** @name FrameSupportDispatchPays (25) */
|
|
102
102
|
interface FrameSupportDispatchPays extends Enum {
|
|
103
103
|
readonly isYes: boolean;
|
|
104
104
|
readonly isNo: boolean;
|
|
105
|
-
readonly type:
|
|
105
|
+
readonly type: "Yes" | "No";
|
|
106
106
|
}
|
|
107
107
|
/** @name SpRuntimeDispatchError (26) */
|
|
108
108
|
interface SpRuntimeDispatchError extends Enum {
|
|
@@ -126,7 +126,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
126
126
|
readonly isRootNotAllowed: boolean;
|
|
127
127
|
readonly isTrie: boolean;
|
|
128
128
|
readonly asTrie: SpRuntimeProvingTrieTrieError;
|
|
129
|
-
readonly type:
|
|
129
|
+
readonly type: "Other" | "CannotLookup" | "BadOrigin" | "Module" | "ConsumerRemaining" | "NoProviders" | "TooManyConsumers" | "Token" | "Arithmetic" | "Transactional" | "Exhausted" | "Corruption" | "Unavailable" | "RootNotAllowed" | "Trie";
|
|
130
130
|
}
|
|
131
131
|
/** @name SpRuntimeModuleError (27) */
|
|
132
132
|
interface SpRuntimeModuleError extends Struct {
|
|
@@ -145,20 +145,20 @@ declare module '@polkadot/types/lookup' {
|
|
|
145
145
|
readonly isCannotCreateHold: boolean;
|
|
146
146
|
readonly isNotExpendable: boolean;
|
|
147
147
|
readonly isBlocked: boolean;
|
|
148
|
-
readonly type:
|
|
148
|
+
readonly type: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
149
149
|
}
|
|
150
150
|
/** @name SpArithmeticArithmeticError (29) */
|
|
151
151
|
interface SpArithmeticArithmeticError extends Enum {
|
|
152
152
|
readonly isUnderflow: boolean;
|
|
153
153
|
readonly isOverflow: boolean;
|
|
154
154
|
readonly isDivisionByZero: boolean;
|
|
155
|
-
readonly type:
|
|
155
|
+
readonly type: "Underflow" | "Overflow" | "DivisionByZero";
|
|
156
156
|
}
|
|
157
157
|
/** @name SpRuntimeTransactionalError (30) */
|
|
158
158
|
interface SpRuntimeTransactionalError extends Enum {
|
|
159
159
|
readonly isLimitReached: boolean;
|
|
160
160
|
readonly isNoLayer: boolean;
|
|
161
|
-
readonly type:
|
|
161
|
+
readonly type: "LimitReached" | "NoLayer";
|
|
162
162
|
}
|
|
163
163
|
/** @name SpRuntimeProvingTrieTrieError (31) */
|
|
164
164
|
interface SpRuntimeProvingTrieTrieError extends Enum {
|
|
@@ -176,7 +176,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
176
176
|
readonly isIncompleteProof: boolean;
|
|
177
177
|
readonly isRootMismatch: boolean;
|
|
178
178
|
readonly isDecodeError: boolean;
|
|
179
|
-
readonly type:
|
|
179
|
+
readonly type: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
180
180
|
}
|
|
181
181
|
/** @name CumulusPalletParachainSystemEvent (32) */
|
|
182
182
|
interface CumulusPalletParachainSystemEvent extends Enum {
|
|
@@ -199,7 +199,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
199
199
|
readonly asUpwardMessageSent: {
|
|
200
200
|
readonly messageHash: Option<U8aFixed>;
|
|
201
201
|
} & Struct;
|
|
202
|
-
readonly type:
|
|
202
|
+
readonly type: "ValidationFunctionStored" | "ValidationFunctionApplied" | "ValidationFunctionDiscarded" | "DownwardMessagesReceived" | "DownwardMessagesProcessed" | "UpwardMessageSent";
|
|
203
203
|
}
|
|
204
204
|
/** @name PalletBalancesEvent (34) */
|
|
205
205
|
interface PalletBalancesEvent extends Enum {
|
|
@@ -313,13 +313,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
313
313
|
readonly old: u128;
|
|
314
314
|
readonly new_: u128;
|
|
315
315
|
} & Struct;
|
|
316
|
-
readonly type:
|
|
316
|
+
readonly type: "Endowed" | "DustLost" | "Transfer" | "BalanceSet" | "Reserved" | "Unreserved" | "ReserveRepatriated" | "Deposit" | "Withdraw" | "Slashed" | "Minted" | "Burned" | "Suspended" | "Restored" | "Upgraded" | "Issued" | "Rescinded" | "Locked" | "Unlocked" | "Frozen" | "Thawed" | "TotalIssuanceForced";
|
|
317
317
|
}
|
|
318
318
|
/** @name FrameSupportTokensMiscBalanceStatus (35) */
|
|
319
319
|
interface FrameSupportTokensMiscBalanceStatus extends Enum {
|
|
320
320
|
readonly isFree: boolean;
|
|
321
321
|
readonly isReserved: boolean;
|
|
322
|
-
readonly type:
|
|
322
|
+
readonly type: "Free" | "Reserved";
|
|
323
323
|
}
|
|
324
324
|
/** @name PalletTransactionPaymentEvent (36) */
|
|
325
325
|
interface PalletTransactionPaymentEvent extends Enum {
|
|
@@ -329,7 +329,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
329
329
|
readonly actualFee: u128;
|
|
330
330
|
readonly tip: u128;
|
|
331
331
|
} & Struct;
|
|
332
|
-
readonly type:
|
|
332
|
+
readonly type: "TransactionFeePaid";
|
|
333
333
|
}
|
|
334
334
|
/** @name PalletSudoEvent (37) */
|
|
335
335
|
interface PalletSudoEvent extends Enum {
|
|
@@ -347,7 +347,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
347
347
|
readonly asSudoAsDone: {
|
|
348
348
|
readonly sudoResult: Result<Null, SpRuntimeDispatchError>;
|
|
349
349
|
} & Struct;
|
|
350
|
-
readonly type:
|
|
350
|
+
readonly type: "Sudid" | "KeyChanged" | "KeyRemoved" | "SudoAsDone";
|
|
351
351
|
}
|
|
352
352
|
/** @name PalletCollatorSelectionEvent (41) */
|
|
353
353
|
interface PalletCollatorSelectionEvent extends Enum {
|
|
@@ -395,7 +395,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
395
395
|
readonly asInvalidInvulnerableSkipped: {
|
|
396
396
|
readonly accountId: AccountId32;
|
|
397
397
|
} & Struct;
|
|
398
|
-
readonly type:
|
|
398
|
+
readonly type: "NewInvulnerables" | "InvulnerableAdded" | "InvulnerableRemoved" | "NewDesiredCandidates" | "NewCandidacyBond" | "CandidateAdded" | "CandidateBondUpdated" | "CandidateRemoved" | "CandidateReplaced" | "InvalidInvulnerableSkipped";
|
|
399
399
|
}
|
|
400
400
|
/** @name PalletSessionEvent (43) */
|
|
401
401
|
interface PalletSessionEvent extends Enum {
|
|
@@ -403,7 +403,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
403
403
|
readonly asNewSession: {
|
|
404
404
|
readonly sessionIndex: u32;
|
|
405
405
|
} & Struct;
|
|
406
|
-
readonly type:
|
|
406
|
+
readonly type: "NewSession";
|
|
407
407
|
}
|
|
408
408
|
/** @name CumulusPalletXcmpQueueEvent (44) */
|
|
409
409
|
interface CumulusPalletXcmpQueueEvent extends Enum {
|
|
@@ -411,7 +411,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
411
411
|
readonly asXcmpMessageSent: {
|
|
412
412
|
readonly messageHash: U8aFixed;
|
|
413
413
|
} & Struct;
|
|
414
|
-
readonly type:
|
|
414
|
+
readonly type: "XcmpMessageSent";
|
|
415
415
|
}
|
|
416
416
|
/** @name PalletXcmEvent (45) */
|
|
417
417
|
interface PalletXcmEvent extends Enum {
|
|
@@ -551,7 +551,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
551
551
|
readonly asVersionMigrationFinished: {
|
|
552
552
|
readonly version: u32;
|
|
553
553
|
} & Struct;
|
|
554
|
-
readonly type:
|
|
554
|
+
readonly type: "Attempted" | "Sent" | "UnexpectedResponse" | "ResponseReady" | "Notified" | "NotifyOverweight" | "NotifyDispatchError" | "NotifyDecodeFailed" | "InvalidResponder" | "InvalidResponderVersion" | "ResponseTaken" | "AssetsTrapped" | "VersionChangeNotified" | "SupportedVersionChanged" | "NotifyTargetSendFail" | "NotifyTargetMigrationFail" | "InvalidQuerierVersion" | "InvalidQuerier" | "VersionNotifyStarted" | "VersionNotifyRequested" | "VersionNotifyUnrequested" | "FeesPaid" | "AssetsClaimed" | "VersionMigrationFinished";
|
|
555
555
|
}
|
|
556
556
|
/** @name StagingXcmV5TraitsOutcome (46) */
|
|
557
557
|
interface StagingXcmV5TraitsOutcome extends Enum {
|
|
@@ -568,7 +568,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
568
568
|
readonly asError: {
|
|
569
569
|
readonly error: XcmV5TraitsError;
|
|
570
570
|
} & Struct;
|
|
571
|
-
readonly type:
|
|
571
|
+
readonly type: "Complete" | "Incomplete" | "Error";
|
|
572
572
|
}
|
|
573
573
|
/** @name XcmV5TraitsError (47) */
|
|
574
574
|
interface XcmV5TraitsError extends Enum {
|
|
@@ -615,7 +615,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
615
615
|
readonly isBarrier: boolean;
|
|
616
616
|
readonly isWeightNotComputable: boolean;
|
|
617
617
|
readonly isExceedsStackLimit: boolean;
|
|
618
|
-
readonly type:
|
|
618
|
+
readonly type: "Overflow" | "Unimplemented" | "UntrustedReserveLocation" | "UntrustedTeleportLocation" | "LocationFull" | "LocationNotInvertible" | "BadOrigin" | "InvalidLocation" | "AssetNotFound" | "FailedToTransactAsset" | "NotWithdrawable" | "LocationCannotHold" | "ExceedsMaxMessageSize" | "DestinationUnsupported" | "Transport" | "Unroutable" | "UnknownClaim" | "FailedToDecode" | "MaxWeightInvalid" | "NotHoldingFees" | "TooExpensive" | "Trap" | "ExpectationFalse" | "PalletNotFound" | "NameMismatch" | "VersionIncompatible" | "HoldingWouldOverflow" | "ExportError" | "ReanchorFailed" | "NoDeal" | "FeesNotMet" | "LockError" | "NoPermission" | "Unanchored" | "NotDepositable" | "TooManyAssets" | "UnhandledXcmVersion" | "WeightLimitReached" | "Barrier" | "WeightNotComputable" | "ExceedsStackLimit";
|
|
619
619
|
}
|
|
620
620
|
/** @name StagingXcmV5Location (48) */
|
|
621
621
|
interface StagingXcmV5Location extends Struct {
|
|
@@ -641,7 +641,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
641
641
|
readonly asX7: Vec<StagingXcmV5Junction>;
|
|
642
642
|
readonly isX8: boolean;
|
|
643
643
|
readonly asX8: Vec<StagingXcmV5Junction>;
|
|
644
|
-
readonly type:
|
|
644
|
+
readonly type: "Here" | "X1" | "X2" | "X3" | "X4" | "X5" | "X6" | "X7" | "X8";
|
|
645
645
|
}
|
|
646
646
|
/** @name StagingXcmV5Junction (51) */
|
|
647
647
|
interface StagingXcmV5Junction extends Enum {
|
|
@@ -679,7 +679,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
679
679
|
} & Struct;
|
|
680
680
|
readonly isGlobalConsensus: boolean;
|
|
681
681
|
readonly asGlobalConsensus: StagingXcmV5JunctionNetworkId;
|
|
682
|
-
readonly type:
|
|
682
|
+
readonly type: "Parachain" | "AccountId32" | "AccountIndex64" | "AccountKey20" | "PalletInstance" | "GeneralIndex" | "GeneralKey" | "OnlyChild" | "Plurality" | "GlobalConsensus";
|
|
683
683
|
}
|
|
684
684
|
/** @name StagingXcmV5JunctionNetworkId (54) */
|
|
685
685
|
interface StagingXcmV5JunctionNetworkId extends Enum {
|
|
@@ -699,7 +699,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
699
699
|
readonly isBitcoinCore: boolean;
|
|
700
700
|
readonly isBitcoinCash: boolean;
|
|
701
701
|
readonly isPolkadotBulletin: boolean;
|
|
702
|
-
readonly type:
|
|
702
|
+
readonly type: "ByGenesis" | "ByFork" | "Polkadot" | "Kusama" | "Ethereum" | "BitcoinCore" | "BitcoinCash" | "PolkadotBulletin";
|
|
703
703
|
}
|
|
704
704
|
/** @name XcmV3JunctionBodyId (57) */
|
|
705
705
|
interface XcmV3JunctionBodyId extends Enum {
|
|
@@ -715,7 +715,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
715
715
|
readonly isDefense: boolean;
|
|
716
716
|
readonly isAdministration: boolean;
|
|
717
717
|
readonly isTreasury: boolean;
|
|
718
|
-
readonly type:
|
|
718
|
+
readonly type: "Unit" | "Moniker" | "Index" | "Executive" | "Technical" | "Legislative" | "Judicial" | "Defense" | "Administration" | "Treasury";
|
|
719
719
|
}
|
|
720
720
|
/** @name XcmV3JunctionBodyPart (58) */
|
|
721
721
|
interface XcmV3JunctionBodyPart extends Enum {
|
|
@@ -739,7 +739,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
739
739
|
readonly nom: Compact<u32>;
|
|
740
740
|
readonly denom: Compact<u32>;
|
|
741
741
|
} & Struct;
|
|
742
|
-
readonly type:
|
|
742
|
+
readonly type: "Voice" | "Members" | "Fraction" | "AtLeastProportion" | "MoreThanProportion";
|
|
743
743
|
}
|
|
744
744
|
/** @name StagingXcmV5Xcm (66) */
|
|
745
745
|
interface StagingXcmV5Xcm extends Vec<StagingXcmV5Instruction> {
|
|
@@ -944,7 +944,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
944
944
|
readonly asSetHints: {
|
|
945
945
|
readonly hints: Vec<StagingXcmV5Hint>;
|
|
946
946
|
} & Struct;
|
|
947
|
-
readonly type:
|
|
947
|
+
readonly type: "WithdrawAsset" | "ReserveAssetDeposited" | "ReceiveTeleportedAsset" | "QueryResponse" | "TransferAsset" | "TransferReserveAsset" | "Transact" | "HrmpNewChannelOpenRequest" | "HrmpChannelAccepted" | "HrmpChannelClosing" | "ClearOrigin" | "DescendOrigin" | "ReportError" | "DepositAsset" | "DepositReserveAsset" | "ExchangeAsset" | "InitiateReserveWithdraw" | "InitiateTeleport" | "ReportHolding" | "BuyExecution" | "RefundSurplus" | "SetErrorHandler" | "SetAppendix" | "ClearError" | "ClaimAsset" | "Trap" | "SubscribeVersion" | "UnsubscribeVersion" | "BurnAsset" | "ExpectAsset" | "ExpectOrigin" | "ExpectError" | "ExpectTransactStatus" | "QueryPallet" | "ExpectPallet" | "ReportTransactStatus" | "ClearTransactStatus" | "UniversalOrigin" | "ExportMessage" | "LockAsset" | "UnlockAsset" | "NoteUnlockable" | "RequestUnlock" | "SetFeesMode" | "SetTopic" | "ClearTopic" | "AliasOrigin" | "UnpaidExecution" | "PayFees" | "InitiateTransfer" | "ExecuteWithOrigin" | "SetHints";
|
|
948
948
|
}
|
|
949
949
|
/** @name StagingXcmV5AssetAssets (69) */
|
|
950
950
|
interface StagingXcmV5AssetAssets extends Vec<StagingXcmV5Asset> {
|
|
@@ -963,7 +963,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
963
963
|
readonly asFungible: Compact<u128>;
|
|
964
964
|
readonly isNonFungible: boolean;
|
|
965
965
|
readonly asNonFungible: StagingXcmV5AssetAssetInstance;
|
|
966
|
-
readonly type:
|
|
966
|
+
readonly type: "Fungible" | "NonFungible";
|
|
967
967
|
}
|
|
968
968
|
/** @name StagingXcmV5AssetAssetInstance (74) */
|
|
969
969
|
interface StagingXcmV5AssetAssetInstance extends Enum {
|
|
@@ -978,7 +978,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
978
978
|
readonly asArray16: U8aFixed;
|
|
979
979
|
readonly isArray32: boolean;
|
|
980
980
|
readonly asArray32: U8aFixed;
|
|
981
|
-
readonly type:
|
|
981
|
+
readonly type: "Undefined" | "Index" | "Array4" | "Array8" | "Array16" | "Array32";
|
|
982
982
|
}
|
|
983
983
|
/** @name StagingXcmV5Response (77) */
|
|
984
984
|
interface StagingXcmV5Response extends Enum {
|
|
@@ -993,7 +993,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
993
993
|
readonly asPalletsInfo: Vec<StagingXcmV5PalletInfo>;
|
|
994
994
|
readonly isDispatchResult: boolean;
|
|
995
995
|
readonly asDispatchResult: XcmV3MaybeErrorCode;
|
|
996
|
-
readonly type:
|
|
996
|
+
readonly type: "Null" | "Assets" | "ExecutionResult" | "Version" | "PalletsInfo" | "DispatchResult";
|
|
997
997
|
}
|
|
998
998
|
/** @name StagingXcmV5PalletInfo (81) */
|
|
999
999
|
interface StagingXcmV5PalletInfo extends Struct {
|
|
@@ -1011,7 +1011,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
1011
1011
|
readonly asError: Bytes;
|
|
1012
1012
|
readonly isTruncatedError: boolean;
|
|
1013
1013
|
readonly asTruncatedError: Bytes;
|
|
1014
|
-
readonly type:
|
|
1014
|
+
readonly type: "Success" | "Error" | "TruncatedError";
|
|
1015
1015
|
}
|
|
1016
1016
|
/** @name XcmV3OriginKind (87) */
|
|
1017
1017
|
interface XcmV3OriginKind extends Enum {
|
|
@@ -1019,7 +1019,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
1019
1019
|
readonly isSovereignAccount: boolean;
|
|
1020
1020
|
readonly isSuperuser: boolean;
|
|
1021
1021
|
readonly isXcm: boolean;
|
|
1022
|
-
readonly type:
|
|
1022
|
+
readonly type: "Native" | "SovereignAccount" | "Superuser" | "Xcm";
|
|
1023
1023
|
}
|
|
1024
1024
|
/** @name XcmDoubleEncoded (89) */
|
|
1025
1025
|
interface XcmDoubleEncoded extends Struct {
|
|
@@ -1037,7 +1037,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
1037
1037
|
readonly asDefinite: StagingXcmV5AssetAssets;
|
|
1038
1038
|
readonly isWild: boolean;
|
|
1039
1039
|
readonly asWild: StagingXcmV5AssetWildAsset;
|
|
1040
|
-
readonly type:
|
|
1040
|
+
readonly type: "Definite" | "Wild";
|
|
1041
1041
|
}
|
|
1042
1042
|
/** @name StagingXcmV5AssetWildAsset (92) */
|
|
1043
1043
|
interface StagingXcmV5AssetWildAsset extends Enum {
|
|
@@ -1055,20 +1055,20 @@ declare module '@polkadot/types/lookup' {
|
|
|
1055
1055
|
readonly fun: StagingXcmV5AssetWildFungibility;
|
|
1056
1056
|
readonly count: Compact<u32>;
|
|
1057
1057
|
} & Struct;
|
|
1058
|
-
readonly type:
|
|
1058
|
+
readonly type: "All" | "AllOf" | "AllCounted" | "AllOfCounted";
|
|
1059
1059
|
}
|
|
1060
1060
|
/** @name StagingXcmV5AssetWildFungibility (93) */
|
|
1061
1061
|
interface StagingXcmV5AssetWildFungibility extends Enum {
|
|
1062
1062
|
readonly isFungible: boolean;
|
|
1063
1063
|
readonly isNonFungible: boolean;
|
|
1064
|
-
readonly type:
|
|
1064
|
+
readonly type: "Fungible" | "NonFungible";
|
|
1065
1065
|
}
|
|
1066
1066
|
/** @name XcmV3WeightLimit (94) */
|
|
1067
1067
|
interface XcmV3WeightLimit extends Enum {
|
|
1068
1068
|
readonly isUnlimited: boolean;
|
|
1069
1069
|
readonly isLimited: boolean;
|
|
1070
1070
|
readonly asLimited: SpWeightsWeightV2Weight;
|
|
1071
|
-
readonly type:
|
|
1071
|
+
readonly type: "Unlimited" | "Limited";
|
|
1072
1072
|
}
|
|
1073
1073
|
/** @name StagingXcmV5AssetAssetTransferFilter (96) */
|
|
1074
1074
|
interface StagingXcmV5AssetAssetTransferFilter extends Enum {
|
|
@@ -1078,7 +1078,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
1078
1078
|
readonly asReserveDeposit: StagingXcmV5AssetAssetFilter;
|
|
1079
1079
|
readonly isReserveWithdraw: boolean;
|
|
1080
1080
|
readonly asReserveWithdraw: StagingXcmV5AssetAssetFilter;
|
|
1081
|
-
readonly type:
|
|
1081
|
+
readonly type: "Teleport" | "ReserveDeposit" | "ReserveWithdraw";
|
|
1082
1082
|
}
|
|
1083
1083
|
/** @name StagingXcmV5Hint (101) */
|
|
1084
1084
|
interface StagingXcmV5Hint extends Enum {
|
|
@@ -1086,7 +1086,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
1086
1086
|
readonly asAssetClaimer: {
|
|
1087
1087
|
readonly location: StagingXcmV5Location;
|
|
1088
1088
|
} & Struct;
|
|
1089
|
-
readonly type:
|
|
1089
|
+
readonly type: "AssetClaimer";
|
|
1090
1090
|
}
|
|
1091
1091
|
/** @name XcmVersionedAssets (103) */
|
|
1092
1092
|
interface XcmVersionedAssets extends Enum {
|
|
@@ -1096,7 +1096,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
1096
1096
|
readonly asV4: StagingXcmV4AssetAssets;
|
|
1097
1097
|
readonly isV5: boolean;
|
|
1098
1098
|
readonly asV5: StagingXcmV5AssetAssets;
|
|
1099
|
-
readonly type:
|
|
1099
|
+
readonly type: "V3" | "V4" | "V5";
|
|
1100
1100
|
}
|
|
1101
1101
|
/** @name XcmV3MultiassetMultiAssets (104) */
|
|
1102
1102
|
interface XcmV3MultiassetMultiAssets extends Vec<XcmV3MultiAsset> {
|
|
@@ -1112,7 +1112,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
1112
1112
|
readonly asConcrete: StagingXcmV3MultiLocation;
|
|
1113
1113
|
readonly isAbstract: boolean;
|
|
1114
1114
|
readonly asAbstract: U8aFixed;
|
|
1115
|
-
readonly type:
|
|
1115
|
+
readonly type: "Concrete" | "Abstract";
|
|
1116
1116
|
}
|
|
1117
1117
|
/** @name StagingXcmV3MultiLocation (108) */
|
|
1118
1118
|
interface StagingXcmV3MultiLocation extends Struct {
|
|
@@ -1131,14 +1131,44 @@ declare module '@polkadot/types/lookup' {
|
|
|
1131
1131
|
readonly isX4: boolean;
|
|
1132
1132
|
readonly asX4: ITuple<[XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction]>;
|
|
1133
1133
|
readonly isX5: boolean;
|
|
1134
|
-
readonly asX5: ITuple<[
|
|
1134
|
+
readonly asX5: ITuple<[
|
|
1135
|
+
XcmV3Junction,
|
|
1136
|
+
XcmV3Junction,
|
|
1137
|
+
XcmV3Junction,
|
|
1138
|
+
XcmV3Junction,
|
|
1139
|
+
XcmV3Junction
|
|
1140
|
+
]>;
|
|
1135
1141
|
readonly isX6: boolean;
|
|
1136
|
-
readonly asX6: ITuple<[
|
|
1142
|
+
readonly asX6: ITuple<[
|
|
1143
|
+
XcmV3Junction,
|
|
1144
|
+
XcmV3Junction,
|
|
1145
|
+
XcmV3Junction,
|
|
1146
|
+
XcmV3Junction,
|
|
1147
|
+
XcmV3Junction,
|
|
1148
|
+
XcmV3Junction
|
|
1149
|
+
]>;
|
|
1137
1150
|
readonly isX7: boolean;
|
|
1138
|
-
readonly asX7: ITuple<[
|
|
1151
|
+
readonly asX7: ITuple<[
|
|
1152
|
+
XcmV3Junction,
|
|
1153
|
+
XcmV3Junction,
|
|
1154
|
+
XcmV3Junction,
|
|
1155
|
+
XcmV3Junction,
|
|
1156
|
+
XcmV3Junction,
|
|
1157
|
+
XcmV3Junction,
|
|
1158
|
+
XcmV3Junction
|
|
1159
|
+
]>;
|
|
1139
1160
|
readonly isX8: boolean;
|
|
1140
|
-
readonly asX8: ITuple<[
|
|
1141
|
-
|
|
1161
|
+
readonly asX8: ITuple<[
|
|
1162
|
+
XcmV3Junction,
|
|
1163
|
+
XcmV3Junction,
|
|
1164
|
+
XcmV3Junction,
|
|
1165
|
+
XcmV3Junction,
|
|
1166
|
+
XcmV3Junction,
|
|
1167
|
+
XcmV3Junction,
|
|
1168
|
+
XcmV3Junction,
|
|
1169
|
+
XcmV3Junction
|
|
1170
|
+
]>;
|
|
1171
|
+
readonly type: "Here" | "X1" | "X2" | "X3" | "X4" | "X5" | "X6" | "X7" | "X8";
|
|
1142
1172
|
}
|
|
1143
1173
|
/** @name XcmV3Junction (110) */
|
|
1144
1174
|
interface XcmV3Junction extends Enum {
|
|
@@ -1176,7 +1206,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
1176
1206
|
} & Struct;
|
|
1177
1207
|
readonly isGlobalConsensus: boolean;
|
|
1178
1208
|
readonly asGlobalConsensus: XcmV3JunctionNetworkId;
|
|
1179
|
-
readonly type:
|
|
1209
|
+
readonly type: "Parachain" | "AccountId32" | "AccountIndex64" | "AccountKey20" | "PalletInstance" | "GeneralIndex" | "GeneralKey" | "OnlyChild" | "Plurality" | "GlobalConsensus";
|
|
1180
1210
|
}
|
|
1181
1211
|
/** @name XcmV3JunctionNetworkId (112) */
|
|
1182
1212
|
interface XcmV3JunctionNetworkId extends Enum {
|
|
@@ -1199,7 +1229,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
1199
1229
|
readonly isBitcoinCore: boolean;
|
|
1200
1230
|
readonly isBitcoinCash: boolean;
|
|
1201
1231
|
readonly isPolkadotBulletin: boolean;
|
|
1202
|
-
readonly type:
|
|
1232
|
+
readonly type: "ByGenesis" | "ByFork" | "Polkadot" | "Kusama" | "Westend" | "Rococo" | "Wococo" | "Ethereum" | "BitcoinCore" | "BitcoinCash" | "PolkadotBulletin";
|
|
1203
1233
|
}
|
|
1204
1234
|
/** @name XcmV3MultiassetFungibility (113) */
|
|
1205
1235
|
interface XcmV3MultiassetFungibility extends Enum {
|
|
@@ -1207,7 +1237,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
1207
1237
|
readonly asFungible: Compact<u128>;
|
|
1208
1238
|
readonly isNonFungible: boolean;
|
|
1209
1239
|
readonly asNonFungible: XcmV3MultiassetAssetInstance;
|
|
1210
|
-
readonly type:
|
|
1240
|
+
readonly type: "Fungible" | "NonFungible";
|
|
1211
1241
|
}
|
|
1212
1242
|
/** @name XcmV3MultiassetAssetInstance (114) */
|
|
1213
1243
|
interface XcmV3MultiassetAssetInstance extends Enum {
|
|
@@ -1222,7 +1252,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
1222
1252
|
readonly asArray16: U8aFixed;
|
|
1223
1253
|
readonly isArray32: boolean;
|
|
1224
1254
|
readonly asArray32: U8aFixed;
|
|
1225
|
-
readonly type:
|
|
1255
|
+
readonly type: "Undefined" | "Index" | "Array4" | "Array8" | "Array16" | "Array32";
|
|
1226
1256
|
}
|
|
1227
1257
|
/** @name StagingXcmV4AssetAssets (115) */
|
|
1228
1258
|
interface StagingXcmV4AssetAssets extends Vec<StagingXcmV4Asset> {
|
|
@@ -1259,7 +1289,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
1259
1289
|
readonly asX7: StagingXcmV4Junction;
|
|
1260
1290
|
readonly isX8: boolean;
|
|
1261
1291
|
readonly asX8: StagingXcmV4Junction;
|
|
1262
|
-
readonly type:
|
|
1292
|
+
readonly type: "Here" | "X1" | "X2" | "X3" | "X4" | "X5" | "X6" | "X7" | "X8";
|
|
1263
1293
|
}
|
|
1264
1294
|
/** @name StagingXcmV4Junction (122) */
|
|
1265
1295
|
interface StagingXcmV4Junction extends Enum {
|
|
@@ -1297,7 +1327,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
1297
1327
|
} & Struct;
|
|
1298
1328
|
readonly isGlobalConsensus: boolean;
|
|
1299
1329
|
readonly asGlobalConsensus: StagingXcmV4JunctionNetworkId;
|
|
1300
|
-
readonly type:
|
|
1330
|
+
readonly type: "Parachain" | "AccountId32" | "AccountIndex64" | "AccountKey20" | "PalletInstance" | "GeneralIndex" | "GeneralKey" | "OnlyChild" | "Plurality" | "GlobalConsensus";
|
|
1301
1331
|
}
|
|
1302
1332
|
/** @name StagingXcmV4JunctionNetworkId (124) */
|
|
1303
1333
|
interface StagingXcmV4JunctionNetworkId extends Enum {
|
|
@@ -1320,7 +1350,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
1320
1350
|
readonly isBitcoinCore: boolean;
|
|
1321
1351
|
readonly isBitcoinCash: boolean;
|
|
1322
1352
|
readonly isPolkadotBulletin: boolean;
|
|
1323
|
-
readonly type:
|
|
1353
|
+
readonly type: "ByGenesis" | "ByFork" | "Polkadot" | "Kusama" | "Westend" | "Rococo" | "Wococo" | "Ethereum" | "BitcoinCore" | "BitcoinCash" | "PolkadotBulletin";
|
|
1324
1354
|
}
|
|
1325
1355
|
/** @name StagingXcmV4AssetFungibility (132) */
|
|
1326
1356
|
interface StagingXcmV4AssetFungibility extends Enum {
|
|
@@ -1328,7 +1358,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
1328
1358
|
readonly asFungible: Compact<u128>;
|
|
1329
1359
|
readonly isNonFungible: boolean;
|
|
1330
1360
|
readonly asNonFungible: StagingXcmV4AssetAssetInstance;
|
|
1331
|
-
readonly type:
|
|
1361
|
+
readonly type: "Fungible" | "NonFungible";
|
|
1332
1362
|
}
|
|
1333
1363
|
/** @name StagingXcmV4AssetAssetInstance (133) */
|
|
1334
1364
|
interface StagingXcmV4AssetAssetInstance extends Enum {
|
|
@@ -1343,7 +1373,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
1343
1373
|
readonly asArray16: U8aFixed;
|
|
1344
1374
|
readonly isArray32: boolean;
|
|
1345
1375
|
readonly asArray32: U8aFixed;
|
|
1346
|
-
readonly type:
|
|
1376
|
+
readonly type: "Undefined" | "Index" | "Array4" | "Array8" | "Array16" | "Array32";
|
|
1347
1377
|
}
|
|
1348
1378
|
/** @name XcmVersionedLocation (134) */
|
|
1349
1379
|
interface XcmVersionedLocation extends Enum {
|
|
@@ -1353,7 +1383,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
1353
1383
|
readonly asV4: StagingXcmV4Location;
|
|
1354
1384
|
readonly isV5: boolean;
|
|
1355
1385
|
readonly asV5: StagingXcmV5Location;
|
|
1356
|
-
readonly type:
|
|
1386
|
+
readonly type: "V3" | "V4" | "V5";
|
|
1357
1387
|
}
|
|
1358
1388
|
/** @name CumulusPalletXcmEvent (135) */
|
|
1359
1389
|
interface CumulusPalletXcmEvent extends Enum {
|
|
@@ -1363,7 +1393,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
1363
1393
|
readonly asUnsupportedVersion: U8aFixed;
|
|
1364
1394
|
readonly isExecutedDownward: boolean;
|
|
1365
1395
|
readonly asExecutedDownward: ITuple<[U8aFixed, StagingXcmV5TraitsOutcome]>;
|
|
1366
|
-
readonly type:
|
|
1396
|
+
readonly type: "InvalidFormat" | "UnsupportedVersion" | "ExecutedDownward";
|
|
1367
1397
|
}
|
|
1368
1398
|
/** @name PalletMessageQueueEvent (136) */
|
|
1369
1399
|
interface PalletMessageQueueEvent extends Enum {
|
|
@@ -1392,7 +1422,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
1392
1422
|
readonly origin: CumulusPrimitivesCoreAggregateMessageOrigin;
|
|
1393
1423
|
readonly index: u32;
|
|
1394
1424
|
} & Struct;
|
|
1395
|
-
readonly type:
|
|
1425
|
+
readonly type: "ProcessingFailed" | "Processed" | "OverweightEnqueued" | "PageReaped";
|
|
1396
1426
|
}
|
|
1397
1427
|
/** @name CumulusPrimitivesCoreAggregateMessageOrigin (137) */
|
|
1398
1428
|
interface CumulusPrimitivesCoreAggregateMessageOrigin extends Enum {
|
|
@@ -1400,7 +1430,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
1400
1430
|
readonly isParent: boolean;
|
|
1401
1431
|
readonly isSibling: boolean;
|
|
1402
1432
|
readonly asSibling: u32;
|
|
1403
|
-
readonly type:
|
|
1433
|
+
readonly type: "Here" | "Parent" | "Sibling";
|
|
1404
1434
|
}
|
|
1405
1435
|
/** @name FrameSupportMessagesProcessMessageError (139) */
|
|
1406
1436
|
interface FrameSupportMessagesProcessMessageError extends Enum {
|
|
@@ -1411,7 +1441,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
1411
1441
|
readonly asOverweight: SpWeightsWeightV2Weight;
|
|
1412
1442
|
readonly isYield: boolean;
|
|
1413
1443
|
readonly isStackLimitReached: boolean;
|
|
1414
|
-
readonly type:
|
|
1444
|
+
readonly type: "BadFormat" | "Corrupt" | "Unsupported" | "Overweight" | "Yield" | "StackLimitReached";
|
|
1415
1445
|
}
|
|
1416
1446
|
/** @name PalletStorageProvidersEvent (140) */
|
|
1417
1447
|
interface PalletStorageProvidersEvent extends Enum {
|
|
@@ -1544,7 +1574,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
1544
1574
|
readonly asBspDeleted: {
|
|
1545
1575
|
readonly providerId: H256;
|
|
1546
1576
|
} & Struct;
|
|
1547
|
-
readonly type:
|
|
1577
|
+
readonly type: "MspRequestSignUpSuccess" | "MspSignUpSuccess" | "BspRequestSignUpSuccess" | "BspSignUpSuccess" | "SignUpRequestCanceled" | "MspSignOffSuccess" | "BspSignOffSuccess" | "CapacityChanged" | "Slashed" | "AwaitingTopUp" | "TopUpFulfilled" | "FailedToGetOwnerAccountOfInsolventProvider" | "FailedToSlashInsolventProvider" | "FailedToStopAllCyclesForInsolventBsp" | "FailedToInsertProviderTopUpExpiration" | "ProviderInsolvent" | "BucketsOfInsolventMsp" | "BucketRootChanged" | "MultiAddressAdded" | "MultiAddressRemoved" | "ValuePropAdded" | "ValuePropUnavailable" | "MspDeleted" | "BspDeleted";
|
|
1548
1578
|
}
|
|
1549
1579
|
/** @name PalletStorageProvidersValuePropositionWithId (144) */
|
|
1550
1580
|
interface PalletStorageProvidersValuePropositionWithId extends Struct {
|
|
@@ -1564,7 +1594,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
1564
1594
|
readonly asBackupStorageProvider: H256;
|
|
1565
1595
|
readonly isMainStorageProvider: boolean;
|
|
1566
1596
|
readonly asMainStorageProvider: H256;
|
|
1567
|
-
readonly type:
|
|
1597
|
+
readonly type: "BackupStorageProvider" | "MainStorageProvider";
|
|
1568
1598
|
}
|
|
1569
1599
|
/** @name PalletStorageProvidersTopUpMetadata (148) */
|
|
1570
1600
|
interface PalletStorageProvidersTopUpMetadata extends Struct {
|
|
@@ -1759,7 +1789,12 @@ declare module '@polkadot/types/lookup' {
|
|
|
1759
1789
|
readonly amountToReturn: u128;
|
|
1760
1790
|
readonly error: SpRuntimeDispatchError;
|
|
1761
1791
|
} & Struct;
|
|
1762
|
-
readonly
|
|
1792
|
+
readonly isUserOperationPauseFlagsUpdated: boolean;
|
|
1793
|
+
readonly asUserOperationPauseFlagsUpdated: {
|
|
1794
|
+
readonly old: u32;
|
|
1795
|
+
readonly new_: u32;
|
|
1796
|
+
} & Struct;
|
|
1797
|
+
readonly type: "NewBucket" | "BucketDeleted" | "BucketPrivacyUpdated" | "NewCollectionAndAssociation" | "MoveBucketRequested" | "MoveBucketRequestExpired" | "MoveBucketAccepted" | "MoveBucketRejected" | "NewStorageRequest" | "MspAcceptedStorageRequest" | "StorageRequestFulfilled" | "StorageRequestExpired" | "StorageRequestRevoked" | "StorageRequestRejected" | "IncompleteStorageRequest" | "IncompleteStorageRequestCleanedUp" | "AcceptedBspVolunteer" | "BspConfirmedStoring" | "BspChallengeCycleInitialised" | "BspRequestedToStopStoring" | "BspConfirmStoppedStoring" | "MspStoppedStoringBucket" | "SpStopStoringInsolventUser" | "MspStopStoringBucketInsolventUser" | "FileDeletionRequested" | "BucketFileDeletionsCompleted" | "BspFileDeletionsCompleted" | "UsedCapacityShouldBeZero" | "FailedToReleaseStorageRequestCreationDeposit" | "UserOperationPauseFlagsUpdated";
|
|
1763
1798
|
}
|
|
1764
1799
|
/** @name ShpFileMetadataFileMetadata (154) */
|
|
1765
1800
|
interface ShpFileMetadataFileMetadata extends Struct {
|
|
@@ -1779,7 +1814,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
1779
1814
|
readonly isFileKeyAlreadyStored: boolean;
|
|
1780
1815
|
readonly isRequestExpired: boolean;
|
|
1781
1816
|
readonly isInternalError: boolean;
|
|
1782
|
-
readonly type:
|
|
1817
|
+
readonly type: "ReachedMaximumCapacity" | "ReceivedInvalidProof" | "FileKeyAlreadyStored" | "RequestExpired" | "InternalError";
|
|
1783
1818
|
}
|
|
1784
1819
|
/** @name PalletFileSystemFileOperationIntention (161) */
|
|
1785
1820
|
interface PalletFileSystemFileOperationIntention extends Struct {
|
|
@@ -1789,7 +1824,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
1789
1824
|
/** @name PalletFileSystemFileOperation (162) */
|
|
1790
1825
|
interface PalletFileSystemFileOperation extends Enum {
|
|
1791
1826
|
readonly isDelete: boolean;
|
|
1792
|
-
readonly type:
|
|
1827
|
+
readonly type: "Delete";
|
|
1793
1828
|
}
|
|
1794
1829
|
/** @name SpRuntimeMultiSignature (163) */
|
|
1795
1830
|
interface SpRuntimeMultiSignature extends Enum {
|
|
@@ -1799,9 +1834,9 @@ declare module '@polkadot/types/lookup' {
|
|
|
1799
1834
|
readonly asSr25519: U8aFixed;
|
|
1800
1835
|
readonly isEcdsa: boolean;
|
|
1801
1836
|
readonly asEcdsa: U8aFixed;
|
|
1802
|
-
readonly type:
|
|
1837
|
+
readonly type: "Ed25519" | "Sr25519" | "Ecdsa";
|
|
1803
1838
|
}
|
|
1804
|
-
/** @name PalletProofsDealerEvent (
|
|
1839
|
+
/** @name PalletProofsDealerEvent (169) */
|
|
1805
1840
|
interface PalletProofsDealerEvent extends Enum {
|
|
1806
1841
|
readonly isNewChallenge: boolean;
|
|
1807
1842
|
readonly asNewChallenge: {
|
|
@@ -1864,49 +1899,49 @@ declare module '@polkadot/types/lookup' {
|
|
|
1864
1899
|
readonly asChallengesTickerSet: {
|
|
1865
1900
|
readonly paused: bool;
|
|
1866
1901
|
} & Struct;
|
|
1867
|
-
readonly type:
|
|
1902
|
+
readonly type: "NewChallenge" | "NewPriorityChallenge" | "ProofAccepted" | "NewChallengeSeed" | "NewCheckpointChallenge" | "SlashableProvider" | "NoRecordOfLastSubmittedProof" | "NewChallengeCycleInitialised" | "MutationsAppliedForProvider" | "MutationsApplied" | "ChallengesTickerSet";
|
|
1868
1903
|
}
|
|
1869
|
-
/** @name PalletProofsDealerProof (
|
|
1904
|
+
/** @name PalletProofsDealerProof (170) */
|
|
1870
1905
|
interface PalletProofsDealerProof extends Struct {
|
|
1871
1906
|
readonly forestProof: SpTrieStorageProofCompactProof;
|
|
1872
1907
|
readonly keyProofs: BTreeMap<H256, PalletProofsDealerKeyProof>;
|
|
1873
1908
|
}
|
|
1874
|
-
/** @name SpTrieStorageProofCompactProof (
|
|
1909
|
+
/** @name SpTrieStorageProofCompactProof (171) */
|
|
1875
1910
|
interface SpTrieStorageProofCompactProof extends Struct {
|
|
1876
1911
|
readonly encodedNodes: Vec<Bytes>;
|
|
1877
1912
|
}
|
|
1878
|
-
/** @name PalletProofsDealerKeyProof (
|
|
1913
|
+
/** @name PalletProofsDealerKeyProof (174) */
|
|
1879
1914
|
interface PalletProofsDealerKeyProof extends Struct {
|
|
1880
1915
|
readonly proof: ShpFileKeyVerifierFileKeyProof;
|
|
1881
1916
|
readonly challengeCount: u32;
|
|
1882
1917
|
}
|
|
1883
|
-
/** @name ShpFileKeyVerifierFileKeyProof (
|
|
1918
|
+
/** @name ShpFileKeyVerifierFileKeyProof (175) */
|
|
1884
1919
|
interface ShpFileKeyVerifierFileKeyProof extends Struct {
|
|
1885
1920
|
readonly fileMetadata: ShpFileMetadataFileMetadata;
|
|
1886
1921
|
readonly proof: SpTrieStorageProofCompactProof;
|
|
1887
1922
|
}
|
|
1888
|
-
/** @name PalletProofsDealerCustomChallenge (
|
|
1923
|
+
/** @name PalletProofsDealerCustomChallenge (179) */
|
|
1889
1924
|
interface PalletProofsDealerCustomChallenge extends Struct {
|
|
1890
1925
|
readonly key: H256;
|
|
1891
1926
|
readonly shouldRemoveKey: bool;
|
|
1892
1927
|
}
|
|
1893
|
-
/** @name ShpTraitsTrieMutation (
|
|
1928
|
+
/** @name ShpTraitsTrieMutation (183) */
|
|
1894
1929
|
interface ShpTraitsTrieMutation extends Enum {
|
|
1895
1930
|
readonly isAdd: boolean;
|
|
1896
1931
|
readonly asAdd: ShpTraitsTrieAddMutation;
|
|
1897
1932
|
readonly isRemove: boolean;
|
|
1898
1933
|
readonly asRemove: ShpTraitsTrieRemoveMutation;
|
|
1899
|
-
readonly type:
|
|
1934
|
+
readonly type: "Add" | "Remove";
|
|
1900
1935
|
}
|
|
1901
|
-
/** @name ShpTraitsTrieAddMutation (
|
|
1936
|
+
/** @name ShpTraitsTrieAddMutation (184) */
|
|
1902
1937
|
interface ShpTraitsTrieAddMutation extends Struct {
|
|
1903
1938
|
readonly value: Bytes;
|
|
1904
1939
|
}
|
|
1905
|
-
/** @name ShpTraitsTrieRemoveMutation (
|
|
1940
|
+
/** @name ShpTraitsTrieRemoveMutation (185) */
|
|
1906
1941
|
interface ShpTraitsTrieRemoveMutation extends Struct {
|
|
1907
1942
|
readonly maybeValue: Option<Bytes>;
|
|
1908
1943
|
}
|
|
1909
|
-
/** @name PalletRandomnessEvent (
|
|
1944
|
+
/** @name PalletRandomnessEvent (187) */
|
|
1910
1945
|
interface PalletRandomnessEvent extends Enum {
|
|
1911
1946
|
readonly isNewOneEpochAgoRandomnessAvailable: boolean;
|
|
1912
1947
|
readonly asNewOneEpochAgoRandomnessAvailable: {
|
|
@@ -1914,9 +1949,9 @@ declare module '@polkadot/types/lookup' {
|
|
|
1914
1949
|
readonly fromEpoch: u64;
|
|
1915
1950
|
readonly validUntilBlock: u32;
|
|
1916
1951
|
} & Struct;
|
|
1917
|
-
readonly type:
|
|
1952
|
+
readonly type: "NewOneEpochAgoRandomnessAvailable";
|
|
1918
1953
|
}
|
|
1919
|
-
/** @name PalletPaymentStreamsEvent (
|
|
1954
|
+
/** @name PalletPaymentStreamsEvent (188) */
|
|
1920
1955
|
interface PalletPaymentStreamsEvent extends Enum {
|
|
1921
1956
|
readonly isFixedRatePaymentStreamCreated: boolean;
|
|
1922
1957
|
readonly asFixedRatePaymentStreamCreated: {
|
|
@@ -1993,9 +2028,9 @@ declare module '@polkadot/types/lookup' {
|
|
|
1993
2028
|
readonly lastProcessedTick: u32;
|
|
1994
2029
|
readonly tickToProcess: u32;
|
|
1995
2030
|
} & Struct;
|
|
1996
|
-
readonly type:
|
|
2031
|
+
readonly type: "FixedRatePaymentStreamCreated" | "FixedRatePaymentStreamUpdated" | "FixedRatePaymentStreamDeleted" | "DynamicRatePaymentStreamCreated" | "DynamicRatePaymentStreamUpdated" | "DynamicRatePaymentStreamDeleted" | "PaymentStreamCharged" | "UsersCharged" | "LastChargeableInfoUpdated" | "UserWithoutFunds" | "UserPaidAllDebts" | "UserPaidSomeDebts" | "UserSolvent" | "InconsistentTickProcessing";
|
|
1997
2032
|
}
|
|
1998
|
-
/** @name PalletBucketNftsEvent (
|
|
2033
|
+
/** @name PalletBucketNftsEvent (190) */
|
|
1999
2034
|
interface PalletBucketNftsEvent extends Enum {
|
|
2000
2035
|
readonly isAccessShared: boolean;
|
|
2001
2036
|
readonly asAccessShared: {
|
|
@@ -2014,9 +2049,9 @@ declare module '@polkadot/types/lookup' {
|
|
|
2014
2049
|
readonly bucket: H256;
|
|
2015
2050
|
readonly itemId: u32;
|
|
2016
2051
|
} & Struct;
|
|
2017
|
-
readonly type:
|
|
2052
|
+
readonly type: "AccessShared" | "ItemReadAccessUpdated" | "ItemBurned";
|
|
2018
2053
|
}
|
|
2019
|
-
/** @name PalletNftsEvent (
|
|
2054
|
+
/** @name PalletNftsEvent (191) */
|
|
2020
2055
|
interface PalletNftsEvent extends Enum {
|
|
2021
2056
|
readonly isCreated: boolean;
|
|
2022
2057
|
readonly asCreated: {
|
|
@@ -2250,36 +2285,36 @@ declare module '@polkadot/types/lookup' {
|
|
|
2250
2285
|
readonly attribute: PalletNftsPalletAttributes;
|
|
2251
2286
|
readonly value: Bytes;
|
|
2252
2287
|
} & Struct;
|
|
2253
|
-
readonly type:
|
|
2288
|
+
readonly type: "Created" | "ForceCreated" | "Destroyed" | "Issued" | "Transferred" | "Burned" | "ItemTransferLocked" | "ItemTransferUnlocked" | "ItemPropertiesLocked" | "CollectionLocked" | "OwnerChanged" | "TeamChanged" | "TransferApproved" | "ApprovalCancelled" | "AllApprovalsCancelled" | "CollectionConfigChanged" | "CollectionMetadataSet" | "CollectionMetadataCleared" | "ItemMetadataSet" | "ItemMetadataCleared" | "Redeposited" | "AttributeSet" | "AttributeCleared" | "ItemAttributesApprovalAdded" | "ItemAttributesApprovalRemoved" | "OwnershipAcceptanceChanged" | "CollectionMaxSupplySet" | "CollectionMintSettingsUpdated" | "NextCollectionIdIncremented" | "ItemPriceSet" | "ItemPriceRemoved" | "ItemBought" | "TipSent" | "SwapCreated" | "SwapCancelled" | "SwapClaimed" | "PreSignedAttributesSet" | "PalletAttributeSet";
|
|
2254
2289
|
}
|
|
2255
|
-
/** @name PalletNftsAttributeNamespace (
|
|
2290
|
+
/** @name PalletNftsAttributeNamespace (195) */
|
|
2256
2291
|
interface PalletNftsAttributeNamespace extends Enum {
|
|
2257
2292
|
readonly isPallet: boolean;
|
|
2258
2293
|
readonly isCollectionOwner: boolean;
|
|
2259
2294
|
readonly isItemOwner: boolean;
|
|
2260
2295
|
readonly isAccount: boolean;
|
|
2261
2296
|
readonly asAccount: AccountId32;
|
|
2262
|
-
readonly type:
|
|
2297
|
+
readonly type: "Pallet" | "CollectionOwner" | "ItemOwner" | "Account";
|
|
2263
2298
|
}
|
|
2264
|
-
/** @name PalletNftsPriceWithDirection (
|
|
2299
|
+
/** @name PalletNftsPriceWithDirection (197) */
|
|
2265
2300
|
interface PalletNftsPriceWithDirection extends Struct {
|
|
2266
2301
|
readonly amount: u128;
|
|
2267
2302
|
readonly direction: PalletNftsPriceDirection;
|
|
2268
2303
|
}
|
|
2269
|
-
/** @name PalletNftsPriceDirection (
|
|
2304
|
+
/** @name PalletNftsPriceDirection (198) */
|
|
2270
2305
|
interface PalletNftsPriceDirection extends Enum {
|
|
2271
2306
|
readonly isSend: boolean;
|
|
2272
2307
|
readonly isReceive: boolean;
|
|
2273
|
-
readonly type:
|
|
2308
|
+
readonly type: "Send" | "Receive";
|
|
2274
2309
|
}
|
|
2275
|
-
/** @name PalletNftsPalletAttributes (
|
|
2310
|
+
/** @name PalletNftsPalletAttributes (199) */
|
|
2276
2311
|
interface PalletNftsPalletAttributes extends Enum {
|
|
2277
2312
|
readonly isUsedToClaim: boolean;
|
|
2278
2313
|
readonly asUsedToClaim: u32;
|
|
2279
2314
|
readonly isTransferDisabled: boolean;
|
|
2280
|
-
readonly type:
|
|
2315
|
+
readonly type: "UsedToClaim" | "TransferDisabled";
|
|
2281
2316
|
}
|
|
2282
|
-
/** @name PalletParametersEvent (
|
|
2317
|
+
/** @name PalletParametersEvent (200) */
|
|
2283
2318
|
interface PalletParametersEvent extends Enum {
|
|
2284
2319
|
readonly isUpdated: boolean;
|
|
2285
2320
|
readonly asUpdated: {
|
|
@@ -2287,15 +2322,15 @@ declare module '@polkadot/types/lookup' {
|
|
|
2287
2322
|
readonly oldValue: Option<ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersValue>;
|
|
2288
2323
|
readonly newValue: Option<ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersValue>;
|
|
2289
2324
|
} & Struct;
|
|
2290
|
-
readonly type:
|
|
2325
|
+
readonly type: "Updated";
|
|
2291
2326
|
}
|
|
2292
|
-
/** @name ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersKey (
|
|
2327
|
+
/** @name ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersKey (201) */
|
|
2293
2328
|
interface ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersKey extends Enum {
|
|
2294
2329
|
readonly isRuntimeConfig: boolean;
|
|
2295
2330
|
readonly asRuntimeConfig: ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersKey;
|
|
2296
|
-
readonly type:
|
|
2331
|
+
readonly type: "RuntimeConfig";
|
|
2297
2332
|
}
|
|
2298
|
-
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersKey (
|
|
2333
|
+
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersKey (202) */
|
|
2299
2334
|
interface ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersKey extends Enum {
|
|
2300
2335
|
readonly isSlashAmountPerMaxFileSize: boolean;
|
|
2301
2336
|
readonly isStakeToChallengePeriod: boolean;
|
|
@@ -2327,75 +2362,75 @@ declare module '@polkadot/types/lookup' {
|
|
|
2327
2362
|
readonly isMinSeedPeriod: boolean;
|
|
2328
2363
|
readonly isStakeToSeedPeriod: boolean;
|
|
2329
2364
|
readonly isUpfrontTicksToPay: boolean;
|
|
2330
|
-
readonly type:
|
|
2365
|
+
readonly type: "SlashAmountPerMaxFileSize" | "StakeToChallengePeriod" | "CheckpointChallengePeriod" | "MinChallengePeriod" | "SystemUtilisationLowerThresholdPercentage" | "SystemUtilisationUpperThresholdPercentage" | "MostlyStablePrice" | "MaxPrice" | "MinPrice" | "UpperExponentFactor" | "LowerExponentFactor" | "ZeroSizeBucketFixedRate" | "IdealUtilisationRate" | "DecayRate" | "MinimumTreasuryCut" | "MaximumTreasuryCut" | "BspStopStoringFilePenalty" | "ProviderTopUpTtl" | "BasicReplicationTarget" | "StandardReplicationTarget" | "HighSecurityReplicationTarget" | "SuperHighSecurityReplicationTarget" | "UltraHighSecurityReplicationTarget" | "MaxReplicationTarget" | "TickRangeToMaximumThreshold" | "StorageRequestTtl" | "MinWaitForStopStoring" | "MinSeedPeriod" | "StakeToSeedPeriod" | "UpfrontTicksToPay";
|
|
2331
2366
|
}
|
|
2332
|
-
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSlashAmountPerMaxFileSize (
|
|
2367
|
+
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSlashAmountPerMaxFileSize (203) */
|
|
2333
2368
|
type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSlashAmountPerMaxFileSize = Null;
|
|
2334
|
-
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToChallengePeriod (
|
|
2369
|
+
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToChallengePeriod (204) */
|
|
2335
2370
|
type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToChallengePeriod = Null;
|
|
2336
|
-
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigCheckpointChallengePeriod (
|
|
2371
|
+
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigCheckpointChallengePeriod (205) */
|
|
2337
2372
|
type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigCheckpointChallengePeriod = Null;
|
|
2338
|
-
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinChallengePeriod (
|
|
2373
|
+
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinChallengePeriod (206) */
|
|
2339
2374
|
type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinChallengePeriod = Null;
|
|
2340
|
-
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSystemUtilisationLowerThresholdPercentage (
|
|
2375
|
+
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSystemUtilisationLowerThresholdPercentage (207) */
|
|
2341
2376
|
type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSystemUtilisationLowerThresholdPercentage = Null;
|
|
2342
|
-
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSystemUtilisationUpperThresholdPercentage (
|
|
2377
|
+
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSystemUtilisationUpperThresholdPercentage (208) */
|
|
2343
2378
|
type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSystemUtilisationUpperThresholdPercentage = Null;
|
|
2344
|
-
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMostlyStablePrice (
|
|
2379
|
+
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMostlyStablePrice (209) */
|
|
2345
2380
|
type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMostlyStablePrice = Null;
|
|
2346
|
-
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaxPrice (
|
|
2381
|
+
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaxPrice (210) */
|
|
2347
2382
|
type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaxPrice = Null;
|
|
2348
|
-
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinPrice (
|
|
2383
|
+
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinPrice (211) */
|
|
2349
2384
|
type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinPrice = Null;
|
|
2350
|
-
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpperExponentFactor (
|
|
2385
|
+
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpperExponentFactor (212) */
|
|
2351
2386
|
type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpperExponentFactor = Null;
|
|
2352
|
-
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigLowerExponentFactor (
|
|
2387
|
+
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigLowerExponentFactor (213) */
|
|
2353
2388
|
type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigLowerExponentFactor = Null;
|
|
2354
|
-
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigZeroSizeBucketFixedRate (
|
|
2389
|
+
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigZeroSizeBucketFixedRate (214) */
|
|
2355
2390
|
type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigZeroSizeBucketFixedRate = Null;
|
|
2356
|
-
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigIdealUtilisationRate (
|
|
2391
|
+
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigIdealUtilisationRate (215) */
|
|
2357
2392
|
type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigIdealUtilisationRate = Null;
|
|
2358
|
-
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigDecayRate (
|
|
2393
|
+
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigDecayRate (216) */
|
|
2359
2394
|
type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigDecayRate = Null;
|
|
2360
|
-
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinimumTreasuryCut (
|
|
2395
|
+
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinimumTreasuryCut (217) */
|
|
2361
2396
|
type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinimumTreasuryCut = Null;
|
|
2362
|
-
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaximumTreasuryCut (
|
|
2397
|
+
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaximumTreasuryCut (218) */
|
|
2363
2398
|
type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaximumTreasuryCut = Null;
|
|
2364
|
-
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigBspStopStoringFilePenalty (
|
|
2399
|
+
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigBspStopStoringFilePenalty (219) */
|
|
2365
2400
|
type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigBspStopStoringFilePenalty = Null;
|
|
2366
|
-
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigProviderTopUpTtl (
|
|
2401
|
+
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigProviderTopUpTtl (220) */
|
|
2367
2402
|
type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigProviderTopUpTtl = Null;
|
|
2368
|
-
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigBasicReplicationTarget (
|
|
2403
|
+
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigBasicReplicationTarget (221) */
|
|
2369
2404
|
type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigBasicReplicationTarget = Null;
|
|
2370
|
-
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStandardReplicationTarget (
|
|
2405
|
+
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStandardReplicationTarget (222) */
|
|
2371
2406
|
type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStandardReplicationTarget = Null;
|
|
2372
|
-
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigHighSecurityReplicationTarget (
|
|
2407
|
+
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigHighSecurityReplicationTarget (223) */
|
|
2373
2408
|
type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigHighSecurityReplicationTarget = Null;
|
|
2374
|
-
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSuperHighSecurityReplicationTarget (
|
|
2409
|
+
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSuperHighSecurityReplicationTarget (224) */
|
|
2375
2410
|
type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSuperHighSecurityReplicationTarget = Null;
|
|
2376
|
-
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUltraHighSecurityReplicationTarget (
|
|
2411
|
+
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUltraHighSecurityReplicationTarget (225) */
|
|
2377
2412
|
type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUltraHighSecurityReplicationTarget = Null;
|
|
2378
|
-
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaxReplicationTarget (
|
|
2413
|
+
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaxReplicationTarget (226) */
|
|
2379
2414
|
type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaxReplicationTarget = Null;
|
|
2380
|
-
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigTickRangeToMaximumThreshold (
|
|
2415
|
+
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigTickRangeToMaximumThreshold (227) */
|
|
2381
2416
|
type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigTickRangeToMaximumThreshold = Null;
|
|
2382
|
-
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStorageRequestTtl (
|
|
2417
|
+
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStorageRequestTtl (228) */
|
|
2383
2418
|
type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStorageRequestTtl = Null;
|
|
2384
|
-
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinWaitForStopStoring (
|
|
2419
|
+
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinWaitForStopStoring (229) */
|
|
2385
2420
|
type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinWaitForStopStoring = Null;
|
|
2386
|
-
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinSeedPeriod (
|
|
2421
|
+
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinSeedPeriod (230) */
|
|
2387
2422
|
type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinSeedPeriod = Null;
|
|
2388
|
-
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToSeedPeriod (
|
|
2423
|
+
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToSeedPeriod (231) */
|
|
2389
2424
|
type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToSeedPeriod = Null;
|
|
2390
|
-
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpfrontTicksToPay (
|
|
2425
|
+
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpfrontTicksToPay (232) */
|
|
2391
2426
|
type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpfrontTicksToPay = Null;
|
|
2392
|
-
/** @name ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersValue (
|
|
2427
|
+
/** @name ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersValue (234) */
|
|
2393
2428
|
interface ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersValue extends Enum {
|
|
2394
2429
|
readonly isRuntimeConfig: boolean;
|
|
2395
2430
|
readonly asRuntimeConfig: ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersValue;
|
|
2396
|
-
readonly type:
|
|
2431
|
+
readonly type: "RuntimeConfig";
|
|
2397
2432
|
}
|
|
2398
|
-
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersValue (
|
|
2433
|
+
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersValue (235) */
|
|
2399
2434
|
interface ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersValue extends Enum {
|
|
2400
2435
|
readonly isSlashAmountPerMaxFileSize: boolean;
|
|
2401
2436
|
readonly asSlashAmountPerMaxFileSize: u128;
|
|
@@ -2416,9 +2451,9 @@ declare module '@polkadot/types/lookup' {
|
|
|
2416
2451
|
readonly isMinPrice: boolean;
|
|
2417
2452
|
readonly asMinPrice: u128;
|
|
2418
2453
|
readonly isUpperExponentFactor: boolean;
|
|
2419
|
-
readonly asUpperExponentFactor:
|
|
2454
|
+
readonly asUpperExponentFactor: u128;
|
|
2420
2455
|
readonly isLowerExponentFactor: boolean;
|
|
2421
|
-
readonly asLowerExponentFactor:
|
|
2456
|
+
readonly asLowerExponentFactor: u128;
|
|
2422
2457
|
readonly isZeroSizeBucketFixedRate: boolean;
|
|
2423
2458
|
readonly asZeroSizeBucketFixedRate: u128;
|
|
2424
2459
|
readonly isIdealUtilisationRate: boolean;
|
|
@@ -2457,27 +2492,27 @@ declare module '@polkadot/types/lookup' {
|
|
|
2457
2492
|
readonly asStakeToSeedPeriod: u128;
|
|
2458
2493
|
readonly isUpfrontTicksToPay: boolean;
|
|
2459
2494
|
readonly asUpfrontTicksToPay: u32;
|
|
2460
|
-
readonly type:
|
|
2495
|
+
readonly type: "SlashAmountPerMaxFileSize" | "StakeToChallengePeriod" | "CheckpointChallengePeriod" | "MinChallengePeriod" | "SystemUtilisationLowerThresholdPercentage" | "SystemUtilisationUpperThresholdPercentage" | "MostlyStablePrice" | "MaxPrice" | "MinPrice" | "UpperExponentFactor" | "LowerExponentFactor" | "ZeroSizeBucketFixedRate" | "IdealUtilisationRate" | "DecayRate" | "MinimumTreasuryCut" | "MaximumTreasuryCut" | "BspStopStoringFilePenalty" | "ProviderTopUpTtl" | "BasicReplicationTarget" | "StandardReplicationTarget" | "HighSecurityReplicationTarget" | "SuperHighSecurityReplicationTarget" | "UltraHighSecurityReplicationTarget" | "MaxReplicationTarget" | "TickRangeToMaximumThreshold" | "StorageRequestTtl" | "MinWaitForStopStoring" | "MinSeedPeriod" | "StakeToSeedPeriod" | "UpfrontTicksToPay";
|
|
2461
2496
|
}
|
|
2462
|
-
/** @name FrameSystemPhase (
|
|
2497
|
+
/** @name FrameSystemPhase (237) */
|
|
2463
2498
|
interface FrameSystemPhase extends Enum {
|
|
2464
2499
|
readonly isApplyExtrinsic: boolean;
|
|
2465
2500
|
readonly asApplyExtrinsic: u32;
|
|
2466
2501
|
readonly isFinalization: boolean;
|
|
2467
2502
|
readonly isInitialization: boolean;
|
|
2468
|
-
readonly type:
|
|
2503
|
+
readonly type: "ApplyExtrinsic" | "Finalization" | "Initialization";
|
|
2469
2504
|
}
|
|
2470
|
-
/** @name FrameSystemLastRuntimeUpgradeInfo (
|
|
2505
|
+
/** @name FrameSystemLastRuntimeUpgradeInfo (240) */
|
|
2471
2506
|
interface FrameSystemLastRuntimeUpgradeInfo extends Struct {
|
|
2472
2507
|
readonly specVersion: Compact<u32>;
|
|
2473
2508
|
readonly specName: Text;
|
|
2474
2509
|
}
|
|
2475
|
-
/** @name FrameSystemCodeUpgradeAuthorization (
|
|
2510
|
+
/** @name FrameSystemCodeUpgradeAuthorization (243) */
|
|
2476
2511
|
interface FrameSystemCodeUpgradeAuthorization extends Struct {
|
|
2477
2512
|
readonly codeHash: H256;
|
|
2478
2513
|
readonly checkVersion: bool;
|
|
2479
2514
|
}
|
|
2480
|
-
/** @name FrameSystemCall (
|
|
2515
|
+
/** @name FrameSystemCall (244) */
|
|
2481
2516
|
interface FrameSystemCall extends Enum {
|
|
2482
2517
|
readonly isRemark: boolean;
|
|
2483
2518
|
readonly asRemark: {
|
|
@@ -2524,43 +2559,43 @@ declare module '@polkadot/types/lookup' {
|
|
|
2524
2559
|
readonly asApplyAuthorizedUpgrade: {
|
|
2525
2560
|
readonly code: Bytes;
|
|
2526
2561
|
} & Struct;
|
|
2527
|
-
readonly type:
|
|
2562
|
+
readonly type: "Remark" | "SetHeapPages" | "SetCode" | "SetCodeWithoutChecks" | "SetStorage" | "KillStorage" | "KillPrefix" | "RemarkWithEvent" | "AuthorizeUpgrade" | "AuthorizeUpgradeWithoutChecks" | "ApplyAuthorizedUpgrade";
|
|
2528
2563
|
}
|
|
2529
|
-
/** @name FrameSystemLimitsBlockWeights (
|
|
2564
|
+
/** @name FrameSystemLimitsBlockWeights (247) */
|
|
2530
2565
|
interface FrameSystemLimitsBlockWeights extends Struct {
|
|
2531
2566
|
readonly baseBlock: SpWeightsWeightV2Weight;
|
|
2532
2567
|
readonly maxBlock: SpWeightsWeightV2Weight;
|
|
2533
2568
|
readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;
|
|
2534
2569
|
}
|
|
2535
|
-
/** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (
|
|
2570
|
+
/** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (248) */
|
|
2536
2571
|
interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct {
|
|
2537
2572
|
readonly normal: FrameSystemLimitsWeightsPerClass;
|
|
2538
2573
|
readonly operational: FrameSystemLimitsWeightsPerClass;
|
|
2539
2574
|
readonly mandatory: FrameSystemLimitsWeightsPerClass;
|
|
2540
2575
|
}
|
|
2541
|
-
/** @name FrameSystemLimitsWeightsPerClass (
|
|
2576
|
+
/** @name FrameSystemLimitsWeightsPerClass (249) */
|
|
2542
2577
|
interface FrameSystemLimitsWeightsPerClass extends Struct {
|
|
2543
2578
|
readonly baseExtrinsic: SpWeightsWeightV2Weight;
|
|
2544
2579
|
readonly maxExtrinsic: Option<SpWeightsWeightV2Weight>;
|
|
2545
2580
|
readonly maxTotal: Option<SpWeightsWeightV2Weight>;
|
|
2546
2581
|
readonly reserved: Option<SpWeightsWeightV2Weight>;
|
|
2547
2582
|
}
|
|
2548
|
-
/** @name FrameSystemLimitsBlockLength (
|
|
2583
|
+
/** @name FrameSystemLimitsBlockLength (250) */
|
|
2549
2584
|
interface FrameSystemLimitsBlockLength extends Struct {
|
|
2550
2585
|
readonly max: FrameSupportDispatchPerDispatchClassU32;
|
|
2551
2586
|
}
|
|
2552
|
-
/** @name FrameSupportDispatchPerDispatchClassU32 (
|
|
2587
|
+
/** @name FrameSupportDispatchPerDispatchClassU32 (251) */
|
|
2553
2588
|
interface FrameSupportDispatchPerDispatchClassU32 extends Struct {
|
|
2554
2589
|
readonly normal: u32;
|
|
2555
2590
|
readonly operational: u32;
|
|
2556
2591
|
readonly mandatory: u32;
|
|
2557
2592
|
}
|
|
2558
|
-
/** @name SpWeightsRuntimeDbWeight (
|
|
2593
|
+
/** @name SpWeightsRuntimeDbWeight (252) */
|
|
2559
2594
|
interface SpWeightsRuntimeDbWeight extends Struct {
|
|
2560
2595
|
readonly read: u64;
|
|
2561
2596
|
readonly write: u64;
|
|
2562
2597
|
}
|
|
2563
|
-
/** @name SpVersionRuntimeVersion (
|
|
2598
|
+
/** @name SpVersionRuntimeVersion (253) */
|
|
2564
2599
|
interface SpVersionRuntimeVersion extends Struct {
|
|
2565
2600
|
readonly specName: Text;
|
|
2566
2601
|
readonly implName: Text;
|
|
@@ -2571,7 +2606,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
2571
2606
|
readonly transactionVersion: u32;
|
|
2572
2607
|
readonly systemVersion: u8;
|
|
2573
2608
|
}
|
|
2574
|
-
/** @name FrameSystemError (
|
|
2609
|
+
/** @name FrameSystemError (258) */
|
|
2575
2610
|
interface FrameSystemError extends Enum {
|
|
2576
2611
|
readonly isInvalidSpecName: boolean;
|
|
2577
2612
|
readonly isSpecVersionNeedsToIncrease: boolean;
|
|
@@ -2582,66 +2617,66 @@ declare module '@polkadot/types/lookup' {
|
|
|
2582
2617
|
readonly isMultiBlockMigrationsOngoing: boolean;
|
|
2583
2618
|
readonly isNothingAuthorized: boolean;
|
|
2584
2619
|
readonly isUnauthorized: boolean;
|
|
2585
|
-
readonly type:
|
|
2620
|
+
readonly type: "InvalidSpecName" | "SpecVersionNeedsToIncrease" | "FailedToExtractRuntimeVersion" | "NonDefaultComposite" | "NonZeroRefCount" | "CallFiltered" | "MultiBlockMigrationsOngoing" | "NothingAuthorized" | "Unauthorized";
|
|
2586
2621
|
}
|
|
2587
|
-
/** @name CumulusPalletParachainSystemUnincludedSegmentAncestor (
|
|
2622
|
+
/** @name CumulusPalletParachainSystemUnincludedSegmentAncestor (260) */
|
|
2588
2623
|
interface CumulusPalletParachainSystemUnincludedSegmentAncestor extends Struct {
|
|
2589
2624
|
readonly usedBandwidth: CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth;
|
|
2590
2625
|
readonly paraHeadHash: Option<H256>;
|
|
2591
2626
|
readonly consumedGoAheadSignal: Option<PolkadotPrimitivesV8UpgradeGoAhead>;
|
|
2592
2627
|
}
|
|
2593
|
-
/** @name CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth (
|
|
2628
|
+
/** @name CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth (261) */
|
|
2594
2629
|
interface CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth extends Struct {
|
|
2595
2630
|
readonly umpMsgCount: u32;
|
|
2596
2631
|
readonly umpTotalBytes: u32;
|
|
2597
2632
|
readonly hrmpOutgoing: BTreeMap<u32, CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate>;
|
|
2598
2633
|
}
|
|
2599
|
-
/** @name CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate (
|
|
2634
|
+
/** @name CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate (263) */
|
|
2600
2635
|
interface CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate extends Struct {
|
|
2601
2636
|
readonly msgCount: u32;
|
|
2602
2637
|
readonly totalBytes: u32;
|
|
2603
2638
|
}
|
|
2604
|
-
/** @name PolkadotPrimitivesV8UpgradeGoAhead (
|
|
2639
|
+
/** @name PolkadotPrimitivesV8UpgradeGoAhead (267) */
|
|
2605
2640
|
interface PolkadotPrimitivesV8UpgradeGoAhead extends Enum {
|
|
2606
2641
|
readonly isAbort: boolean;
|
|
2607
2642
|
readonly isGoAhead: boolean;
|
|
2608
|
-
readonly type:
|
|
2643
|
+
readonly type: "Abort" | "GoAhead";
|
|
2609
2644
|
}
|
|
2610
|
-
/** @name CumulusPalletParachainSystemUnincludedSegmentSegmentTracker (
|
|
2645
|
+
/** @name CumulusPalletParachainSystemUnincludedSegmentSegmentTracker (268) */
|
|
2611
2646
|
interface CumulusPalletParachainSystemUnincludedSegmentSegmentTracker extends Struct {
|
|
2612
2647
|
readonly usedBandwidth: CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth;
|
|
2613
2648
|
readonly hrmpWatermark: Option<u32>;
|
|
2614
2649
|
readonly consumedGoAheadSignal: Option<PolkadotPrimitivesV8UpgradeGoAhead>;
|
|
2615
2650
|
}
|
|
2616
|
-
/** @name PolkadotPrimitivesV8PersistedValidationData (
|
|
2651
|
+
/** @name PolkadotPrimitivesV8PersistedValidationData (269) */
|
|
2617
2652
|
interface PolkadotPrimitivesV8PersistedValidationData extends Struct {
|
|
2618
2653
|
readonly parentHead: Bytes;
|
|
2619
2654
|
readonly relayParentNumber: u32;
|
|
2620
2655
|
readonly relayParentStorageRoot: H256;
|
|
2621
2656
|
readonly maxPovSize: u32;
|
|
2622
2657
|
}
|
|
2623
|
-
/** @name PolkadotPrimitivesV8UpgradeRestriction (
|
|
2658
|
+
/** @name PolkadotPrimitivesV8UpgradeRestriction (272) */
|
|
2624
2659
|
interface PolkadotPrimitivesV8UpgradeRestriction extends Enum {
|
|
2625
2660
|
readonly isPresent: boolean;
|
|
2626
|
-
readonly type:
|
|
2661
|
+
readonly type: "Present";
|
|
2627
2662
|
}
|
|
2628
|
-
/** @name SpTrieStorageProof (
|
|
2663
|
+
/** @name SpTrieStorageProof (273) */
|
|
2629
2664
|
interface SpTrieStorageProof extends Struct {
|
|
2630
2665
|
readonly trieNodes: BTreeSet<Bytes>;
|
|
2631
2666
|
}
|
|
2632
|
-
/** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (
|
|
2667
|
+
/** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (275) */
|
|
2633
2668
|
interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct {
|
|
2634
2669
|
readonly dmqMqcHead: H256;
|
|
2635
2670
|
readonly relayDispatchQueueRemainingCapacity: CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity;
|
|
2636
2671
|
readonly ingressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV8AbridgedHrmpChannel]>>;
|
|
2637
2672
|
readonly egressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV8AbridgedHrmpChannel]>>;
|
|
2638
2673
|
}
|
|
2639
|
-
/** @name CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity (
|
|
2674
|
+
/** @name CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity (276) */
|
|
2640
2675
|
interface CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity extends Struct {
|
|
2641
2676
|
readonly remainingCount: u32;
|
|
2642
2677
|
readonly remainingSize: u32;
|
|
2643
2678
|
}
|
|
2644
|
-
/** @name PolkadotPrimitivesV8AbridgedHrmpChannel (
|
|
2679
|
+
/** @name PolkadotPrimitivesV8AbridgedHrmpChannel (279) */
|
|
2645
2680
|
interface PolkadotPrimitivesV8AbridgedHrmpChannel extends Struct {
|
|
2646
2681
|
readonly maxCapacity: u32;
|
|
2647
2682
|
readonly maxTotalSize: u32;
|
|
@@ -2650,7 +2685,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
2650
2685
|
readonly totalSize: u32;
|
|
2651
2686
|
readonly mqcHead: Option<H256>;
|
|
2652
2687
|
}
|
|
2653
|
-
/** @name PolkadotPrimitivesV8AbridgedHostConfiguration (
|
|
2688
|
+
/** @name PolkadotPrimitivesV8AbridgedHostConfiguration (280) */
|
|
2654
2689
|
interface PolkadotPrimitivesV8AbridgedHostConfiguration extends Struct {
|
|
2655
2690
|
readonly maxCodeSize: u32;
|
|
2656
2691
|
readonly maxHeadDataSize: u32;
|
|
@@ -2663,17 +2698,17 @@ declare module '@polkadot/types/lookup' {
|
|
|
2663
2698
|
readonly validationUpgradeDelay: u32;
|
|
2664
2699
|
readonly asyncBackingParams: PolkadotPrimitivesV8AsyncBackingAsyncBackingParams;
|
|
2665
2700
|
}
|
|
2666
|
-
/** @name PolkadotPrimitivesV8AsyncBackingAsyncBackingParams (
|
|
2701
|
+
/** @name PolkadotPrimitivesV8AsyncBackingAsyncBackingParams (281) */
|
|
2667
2702
|
interface PolkadotPrimitivesV8AsyncBackingAsyncBackingParams extends Struct {
|
|
2668
2703
|
readonly maxCandidateDepth: u32;
|
|
2669
2704
|
readonly allowedAncestryLen: u32;
|
|
2670
2705
|
}
|
|
2671
|
-
/** @name PolkadotCorePrimitivesOutboundHrmpMessage (
|
|
2706
|
+
/** @name PolkadotCorePrimitivesOutboundHrmpMessage (287) */
|
|
2672
2707
|
interface PolkadotCorePrimitivesOutboundHrmpMessage extends Struct {
|
|
2673
2708
|
readonly recipient: u32;
|
|
2674
2709
|
readonly data: Bytes;
|
|
2675
2710
|
}
|
|
2676
|
-
/** @name CumulusPalletParachainSystemCall (
|
|
2711
|
+
/** @name CumulusPalletParachainSystemCall (289) */
|
|
2677
2712
|
interface CumulusPalletParachainSystemCall extends Enum {
|
|
2678
2713
|
readonly isSetValidationData: boolean;
|
|
2679
2714
|
readonly asSetValidationData: {
|
|
@@ -2683,26 +2718,26 @@ declare module '@polkadot/types/lookup' {
|
|
|
2683
2718
|
readonly asSudoSendUpwardMessage: {
|
|
2684
2719
|
readonly message: Bytes;
|
|
2685
2720
|
} & Struct;
|
|
2686
|
-
readonly type:
|
|
2721
|
+
readonly type: "SetValidationData" | "SudoSendUpwardMessage";
|
|
2687
2722
|
}
|
|
2688
|
-
/** @name CumulusPrimitivesParachainInherentParachainInherentData (
|
|
2723
|
+
/** @name CumulusPrimitivesParachainInherentParachainInherentData (290) */
|
|
2689
2724
|
interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct {
|
|
2690
2725
|
readonly validationData: PolkadotPrimitivesV8PersistedValidationData;
|
|
2691
2726
|
readonly relayChainState: SpTrieStorageProof;
|
|
2692
2727
|
readonly downwardMessages: Vec<PolkadotCorePrimitivesInboundDownwardMessage>;
|
|
2693
2728
|
readonly horizontalMessages: BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>;
|
|
2694
2729
|
}
|
|
2695
|
-
/** @name PolkadotCorePrimitivesInboundDownwardMessage (
|
|
2730
|
+
/** @name PolkadotCorePrimitivesInboundDownwardMessage (292) */
|
|
2696
2731
|
interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct {
|
|
2697
2732
|
readonly sentAt: u32;
|
|
2698
2733
|
readonly msg: Bytes;
|
|
2699
2734
|
}
|
|
2700
|
-
/** @name PolkadotCorePrimitivesInboundHrmpMessage (
|
|
2735
|
+
/** @name PolkadotCorePrimitivesInboundHrmpMessage (295) */
|
|
2701
2736
|
interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct {
|
|
2702
2737
|
readonly sentAt: u32;
|
|
2703
2738
|
readonly data: Bytes;
|
|
2704
2739
|
}
|
|
2705
|
-
/** @name CumulusPalletParachainSystemError (
|
|
2740
|
+
/** @name CumulusPalletParachainSystemError (298) */
|
|
2706
2741
|
interface CumulusPalletParachainSystemError extends Enum {
|
|
2707
2742
|
readonly isOverlappingUpgrades: boolean;
|
|
2708
2743
|
readonly isProhibitedByPolkadot: boolean;
|
|
@@ -2712,37 +2747,37 @@ declare module '@polkadot/types/lookup' {
|
|
|
2712
2747
|
readonly isNotScheduled: boolean;
|
|
2713
2748
|
readonly isNothingAuthorized: boolean;
|
|
2714
2749
|
readonly isUnauthorized: boolean;
|
|
2715
|
-
readonly type:
|
|
2750
|
+
readonly type: "OverlappingUpgrades" | "ProhibitedByPolkadot" | "TooBig" | "ValidationDataNotAvailable" | "HostConfigurationNotAvailable" | "NotScheduled" | "NothingAuthorized" | "Unauthorized";
|
|
2716
2751
|
}
|
|
2717
|
-
/** @name PalletTimestampCall (
|
|
2752
|
+
/** @name PalletTimestampCall (299) */
|
|
2718
2753
|
interface PalletTimestampCall extends Enum {
|
|
2719
2754
|
readonly isSet: boolean;
|
|
2720
2755
|
readonly asSet: {
|
|
2721
2756
|
readonly now: Compact<u64>;
|
|
2722
2757
|
} & Struct;
|
|
2723
|
-
readonly type:
|
|
2758
|
+
readonly type: "Set";
|
|
2724
2759
|
}
|
|
2725
|
-
/** @name StagingParachainInfoCall (
|
|
2760
|
+
/** @name StagingParachainInfoCall (300) */
|
|
2726
2761
|
type StagingParachainInfoCall = Null;
|
|
2727
|
-
/** @name PalletBalancesBalanceLock (
|
|
2762
|
+
/** @name PalletBalancesBalanceLock (302) */
|
|
2728
2763
|
interface PalletBalancesBalanceLock extends Struct {
|
|
2729
2764
|
readonly id: U8aFixed;
|
|
2730
2765
|
readonly amount: u128;
|
|
2731
2766
|
readonly reasons: PalletBalancesReasons;
|
|
2732
2767
|
}
|
|
2733
|
-
/** @name PalletBalancesReasons (
|
|
2768
|
+
/** @name PalletBalancesReasons (303) */
|
|
2734
2769
|
interface PalletBalancesReasons extends Enum {
|
|
2735
2770
|
readonly isFee: boolean;
|
|
2736
2771
|
readonly isMisc: boolean;
|
|
2737
2772
|
readonly isAll: boolean;
|
|
2738
|
-
readonly type:
|
|
2773
|
+
readonly type: "Fee" | "Misc" | "All";
|
|
2739
2774
|
}
|
|
2740
|
-
/** @name PalletBalancesReserveData (
|
|
2775
|
+
/** @name PalletBalancesReserveData (306) */
|
|
2741
2776
|
interface PalletBalancesReserveData extends Struct {
|
|
2742
2777
|
readonly id: U8aFixed;
|
|
2743
2778
|
readonly amount: u128;
|
|
2744
2779
|
}
|
|
2745
|
-
/** @name ShParachainRuntimeRuntimeHoldReason (
|
|
2780
|
+
/** @name ShParachainRuntimeRuntimeHoldReason (310) */
|
|
2746
2781
|
interface ShParachainRuntimeRuntimeHoldReason extends Enum {
|
|
2747
2782
|
readonly isProviders: boolean;
|
|
2748
2783
|
readonly asProviders: PalletStorageProvidersHoldReason;
|
|
@@ -2750,31 +2785,31 @@ declare module '@polkadot/types/lookup' {
|
|
|
2750
2785
|
readonly asFileSystem: PalletFileSystemHoldReason;
|
|
2751
2786
|
readonly isPaymentStreams: boolean;
|
|
2752
2787
|
readonly asPaymentStreams: PalletPaymentStreamsHoldReason;
|
|
2753
|
-
readonly type:
|
|
2788
|
+
readonly type: "Providers" | "FileSystem" | "PaymentStreams";
|
|
2754
2789
|
}
|
|
2755
|
-
/** @name PalletStorageProvidersHoldReason (
|
|
2790
|
+
/** @name PalletStorageProvidersHoldReason (311) */
|
|
2756
2791
|
interface PalletStorageProvidersHoldReason extends Enum {
|
|
2757
2792
|
readonly isStorageProviderDeposit: boolean;
|
|
2758
2793
|
readonly isBucketDeposit: boolean;
|
|
2759
|
-
readonly type:
|
|
2794
|
+
readonly type: "StorageProviderDeposit" | "BucketDeposit";
|
|
2760
2795
|
}
|
|
2761
|
-
/** @name PalletFileSystemHoldReason (
|
|
2796
|
+
/** @name PalletFileSystemHoldReason (312) */
|
|
2762
2797
|
interface PalletFileSystemHoldReason extends Enum {
|
|
2763
2798
|
readonly isStorageRequestCreationHold: boolean;
|
|
2764
2799
|
readonly isFileDeletionRequestHold: boolean;
|
|
2765
|
-
readonly type:
|
|
2800
|
+
readonly type: "StorageRequestCreationHold" | "FileDeletionRequestHold";
|
|
2766
2801
|
}
|
|
2767
|
-
/** @name PalletPaymentStreamsHoldReason (
|
|
2802
|
+
/** @name PalletPaymentStreamsHoldReason (313) */
|
|
2768
2803
|
interface PalletPaymentStreamsHoldReason extends Enum {
|
|
2769
2804
|
readonly isPaymentStreamDeposit: boolean;
|
|
2770
|
-
readonly type:
|
|
2805
|
+
readonly type: "PaymentStreamDeposit";
|
|
2771
2806
|
}
|
|
2772
|
-
/** @name FrameSupportTokensMiscIdAmount (
|
|
2807
|
+
/** @name FrameSupportTokensMiscIdAmount (316) */
|
|
2773
2808
|
interface FrameSupportTokensMiscIdAmount extends Struct {
|
|
2774
2809
|
readonly id: Null;
|
|
2775
2810
|
readonly amount: u128;
|
|
2776
2811
|
}
|
|
2777
|
-
/** @name PalletBalancesCall (
|
|
2812
|
+
/** @name PalletBalancesCall (318) */
|
|
2778
2813
|
interface PalletBalancesCall extends Enum {
|
|
2779
2814
|
readonly isTransferAllowDeath: boolean;
|
|
2780
2815
|
readonly asTransferAllowDeath: {
|
|
@@ -2821,15 +2856,15 @@ declare module '@polkadot/types/lookup' {
|
|
|
2821
2856
|
readonly value: Compact<u128>;
|
|
2822
2857
|
readonly keepAlive: bool;
|
|
2823
2858
|
} & Struct;
|
|
2824
|
-
readonly type:
|
|
2859
|
+
readonly type: "TransferAllowDeath" | "ForceTransfer" | "TransferKeepAlive" | "TransferAll" | "ForceUnreserve" | "UpgradeAccounts" | "ForceSetBalance" | "ForceAdjustTotalIssuance" | "Burn";
|
|
2825
2860
|
}
|
|
2826
|
-
/** @name PalletBalancesAdjustmentDirection (
|
|
2861
|
+
/** @name PalletBalancesAdjustmentDirection (321) */
|
|
2827
2862
|
interface PalletBalancesAdjustmentDirection extends Enum {
|
|
2828
2863
|
readonly isIncrease: boolean;
|
|
2829
2864
|
readonly isDecrease: boolean;
|
|
2830
|
-
readonly type:
|
|
2865
|
+
readonly type: "Increase" | "Decrease";
|
|
2831
2866
|
}
|
|
2832
|
-
/** @name PalletBalancesError (
|
|
2867
|
+
/** @name PalletBalancesError (322) */
|
|
2833
2868
|
interface PalletBalancesError extends Enum {
|
|
2834
2869
|
readonly isVestingBalance: boolean;
|
|
2835
2870
|
readonly isLiquidityRestrictions: boolean;
|
|
@@ -2843,15 +2878,15 @@ declare module '@polkadot/types/lookup' {
|
|
|
2843
2878
|
readonly isTooManyFreezes: boolean;
|
|
2844
2879
|
readonly isIssuanceDeactivated: boolean;
|
|
2845
2880
|
readonly isDeltaZero: boolean;
|
|
2846
|
-
readonly type:
|
|
2881
|
+
readonly type: "VestingBalance" | "LiquidityRestrictions" | "InsufficientBalance" | "ExistentialDeposit" | "Expendability" | "ExistingVestingSchedule" | "DeadAccount" | "TooManyReserves" | "TooManyHolds" | "TooManyFreezes" | "IssuanceDeactivated" | "DeltaZero";
|
|
2847
2882
|
}
|
|
2848
|
-
/** @name PalletTransactionPaymentReleases (
|
|
2883
|
+
/** @name PalletTransactionPaymentReleases (323) */
|
|
2849
2884
|
interface PalletTransactionPaymentReleases extends Enum {
|
|
2850
2885
|
readonly isV1Ancient: boolean;
|
|
2851
2886
|
readonly isV2: boolean;
|
|
2852
|
-
readonly type:
|
|
2887
|
+
readonly type: "V1Ancient" | "V2";
|
|
2853
2888
|
}
|
|
2854
|
-
/** @name PalletSudoCall (
|
|
2889
|
+
/** @name PalletSudoCall (324) */
|
|
2855
2890
|
interface PalletSudoCall extends Enum {
|
|
2856
2891
|
readonly isSudo: boolean;
|
|
2857
2892
|
readonly asSudo: {
|
|
@@ -2872,9 +2907,9 @@ declare module '@polkadot/types/lookup' {
|
|
|
2872
2907
|
readonly call: Call;
|
|
2873
2908
|
} & Struct;
|
|
2874
2909
|
readonly isRemoveKey: boolean;
|
|
2875
|
-
readonly type:
|
|
2910
|
+
readonly type: "Sudo" | "SudoUncheckedWeight" | "SetKey" | "SudoAs" | "RemoveKey";
|
|
2876
2911
|
}
|
|
2877
|
-
/** @name PalletCollatorSelectionCall (
|
|
2912
|
+
/** @name PalletCollatorSelectionCall (326) */
|
|
2878
2913
|
interface PalletCollatorSelectionCall extends Enum {
|
|
2879
2914
|
readonly isSetInvulnerables: boolean;
|
|
2880
2915
|
readonly asSetInvulnerables: {
|
|
@@ -2907,9 +2942,9 @@ declare module '@polkadot/types/lookup' {
|
|
|
2907
2942
|
readonly deposit: u128;
|
|
2908
2943
|
readonly target: AccountId32;
|
|
2909
2944
|
} & Struct;
|
|
2910
|
-
readonly type:
|
|
2945
|
+
readonly type: "SetInvulnerables" | "SetDesiredCandidates" | "SetCandidacyBond" | "RegisterAsCandidate" | "LeaveIntent" | "AddInvulnerable" | "RemoveInvulnerable" | "UpdateBond" | "TakeCandidateSlot";
|
|
2911
2946
|
}
|
|
2912
|
-
/** @name PalletSessionCall (
|
|
2947
|
+
/** @name PalletSessionCall (327) */
|
|
2913
2948
|
interface PalletSessionCall extends Enum {
|
|
2914
2949
|
readonly isSetKeys: boolean;
|
|
2915
2950
|
readonly asSetKeys: {
|
|
@@ -2917,16 +2952,16 @@ declare module '@polkadot/types/lookup' {
|
|
|
2917
2952
|
readonly proof: Bytes;
|
|
2918
2953
|
} & Struct;
|
|
2919
2954
|
readonly isPurgeKeys: boolean;
|
|
2920
|
-
readonly type:
|
|
2955
|
+
readonly type: "SetKeys" | "PurgeKeys";
|
|
2921
2956
|
}
|
|
2922
|
-
/** @name ShParachainRuntimeSessionKeys (
|
|
2957
|
+
/** @name ShParachainRuntimeSessionKeys (328) */
|
|
2923
2958
|
interface ShParachainRuntimeSessionKeys extends Struct {
|
|
2924
2959
|
readonly aura: SpConsensusAuraSr25519AppSr25519Public;
|
|
2925
2960
|
}
|
|
2926
|
-
/** @name SpConsensusAuraSr25519AppSr25519Public (
|
|
2961
|
+
/** @name SpConsensusAuraSr25519AppSr25519Public (329) */
|
|
2927
2962
|
interface SpConsensusAuraSr25519AppSr25519Public extends U8aFixed {
|
|
2928
2963
|
}
|
|
2929
|
-
/** @name CumulusPalletXcmpQueueCall (
|
|
2964
|
+
/** @name CumulusPalletXcmpQueueCall (330) */
|
|
2930
2965
|
interface CumulusPalletXcmpQueueCall extends Enum {
|
|
2931
2966
|
readonly isSuspendXcmExecution: boolean;
|
|
2932
2967
|
readonly isResumeXcmExecution: boolean;
|
|
@@ -2942,9 +2977,9 @@ declare module '@polkadot/types/lookup' {
|
|
|
2942
2977
|
readonly asUpdateResumeThreshold: {
|
|
2943
2978
|
readonly new_: u32;
|
|
2944
2979
|
} & Struct;
|
|
2945
|
-
readonly type:
|
|
2980
|
+
readonly type: "SuspendXcmExecution" | "ResumeXcmExecution" | "UpdateSuspendThreshold" | "UpdateDropThreshold" | "UpdateResumeThreshold";
|
|
2946
2981
|
}
|
|
2947
|
-
/** @name PalletXcmCall (
|
|
2982
|
+
/** @name PalletXcmCall (331) */
|
|
2948
2983
|
interface PalletXcmCall extends Enum {
|
|
2949
2984
|
readonly isSend: boolean;
|
|
2950
2985
|
readonly asSend: {
|
|
@@ -3030,9 +3065,9 @@ declare module '@polkadot/types/lookup' {
|
|
|
3030
3065
|
readonly customXcmOnDest: XcmVersionedXcm;
|
|
3031
3066
|
readonly weightLimit: XcmV3WeightLimit;
|
|
3032
3067
|
} & Struct;
|
|
3033
|
-
readonly type:
|
|
3068
|
+
readonly type: "Send" | "TeleportAssets" | "ReserveTransferAssets" | "Execute" | "ForceXcmVersion" | "ForceDefaultXcmVersion" | "ForceSubscribeVersionNotify" | "ForceUnsubscribeVersionNotify" | "LimitedReserveTransferAssets" | "LimitedTeleportAssets" | "ForceSuspension" | "TransferAssets" | "ClaimAssets" | "TransferAssetsUsingTypeAndThen";
|
|
3034
3069
|
}
|
|
3035
|
-
/** @name XcmVersionedXcm (
|
|
3070
|
+
/** @name XcmVersionedXcm (332) */
|
|
3036
3071
|
interface XcmVersionedXcm extends Enum {
|
|
3037
3072
|
readonly isV3: boolean;
|
|
3038
3073
|
readonly asV3: XcmV3Xcm;
|
|
@@ -3040,12 +3075,12 @@ declare module '@polkadot/types/lookup' {
|
|
|
3040
3075
|
readonly asV4: StagingXcmV4Xcm;
|
|
3041
3076
|
readonly isV5: boolean;
|
|
3042
3077
|
readonly asV5: StagingXcmV5Xcm;
|
|
3043
|
-
readonly type:
|
|
3078
|
+
readonly type: "V3" | "V4" | "V5";
|
|
3044
3079
|
}
|
|
3045
|
-
/** @name XcmV3Xcm (
|
|
3080
|
+
/** @name XcmV3Xcm (333) */
|
|
3046
3081
|
interface XcmV3Xcm extends Vec<XcmV3Instruction> {
|
|
3047
3082
|
}
|
|
3048
|
-
/** @name XcmV3Instruction (
|
|
3083
|
+
/** @name XcmV3Instruction (335) */
|
|
3049
3084
|
interface XcmV3Instruction extends Enum {
|
|
3050
3085
|
readonly isWithdrawAsset: boolean;
|
|
3051
3086
|
readonly asWithdrawAsset: XcmV3MultiassetMultiAssets;
|
|
@@ -3224,9 +3259,9 @@ declare module '@polkadot/types/lookup' {
|
|
|
3224
3259
|
readonly weightLimit: XcmV3WeightLimit;
|
|
3225
3260
|
readonly checkOrigin: Option<StagingXcmV3MultiLocation>;
|
|
3226
3261
|
} & Struct;
|
|
3227
|
-
readonly type:
|
|
3262
|
+
readonly type: "WithdrawAsset" | "ReserveAssetDeposited" | "ReceiveTeleportedAsset" | "QueryResponse" | "TransferAsset" | "TransferReserveAsset" | "Transact" | "HrmpNewChannelOpenRequest" | "HrmpChannelAccepted" | "HrmpChannelClosing" | "ClearOrigin" | "DescendOrigin" | "ReportError" | "DepositAsset" | "DepositReserveAsset" | "ExchangeAsset" | "InitiateReserveWithdraw" | "InitiateTeleport" | "ReportHolding" | "BuyExecution" | "RefundSurplus" | "SetErrorHandler" | "SetAppendix" | "ClearError" | "ClaimAsset" | "Trap" | "SubscribeVersion" | "UnsubscribeVersion" | "BurnAsset" | "ExpectAsset" | "ExpectOrigin" | "ExpectError" | "ExpectTransactStatus" | "QueryPallet" | "ExpectPallet" | "ReportTransactStatus" | "ClearTransactStatus" | "UniversalOrigin" | "ExportMessage" | "LockAsset" | "UnlockAsset" | "NoteUnlockable" | "RequestUnlock" | "SetFeesMode" | "SetTopic" | "ClearTopic" | "AliasOrigin" | "UnpaidExecution";
|
|
3228
3263
|
}
|
|
3229
|
-
/** @name XcmV3Response (
|
|
3264
|
+
/** @name XcmV3Response (336) */
|
|
3230
3265
|
interface XcmV3Response extends Enum {
|
|
3231
3266
|
readonly isNull: boolean;
|
|
3232
3267
|
readonly isAssets: boolean;
|
|
@@ -3239,9 +3274,9 @@ declare module '@polkadot/types/lookup' {
|
|
|
3239
3274
|
readonly asPalletsInfo: Vec<XcmV3PalletInfo>;
|
|
3240
3275
|
readonly isDispatchResult: boolean;
|
|
3241
3276
|
readonly asDispatchResult: XcmV3MaybeErrorCode;
|
|
3242
|
-
readonly type:
|
|
3277
|
+
readonly type: "Null" | "Assets" | "ExecutionResult" | "Version" | "PalletsInfo" | "DispatchResult";
|
|
3243
3278
|
}
|
|
3244
|
-
/** @name XcmV3TraitsError (
|
|
3279
|
+
/** @name XcmV3TraitsError (339) */
|
|
3245
3280
|
interface XcmV3TraitsError extends Enum {
|
|
3246
3281
|
readonly isOverflow: boolean;
|
|
3247
3282
|
readonly isUnimplemented: boolean;
|
|
@@ -3285,9 +3320,9 @@ declare module '@polkadot/types/lookup' {
|
|
|
3285
3320
|
readonly isBarrier: boolean;
|
|
3286
3321
|
readonly isWeightNotComputable: boolean;
|
|
3287
3322
|
readonly isExceedsStackLimit: boolean;
|
|
3288
|
-
readonly type:
|
|
3323
|
+
readonly type: "Overflow" | "Unimplemented" | "UntrustedReserveLocation" | "UntrustedTeleportLocation" | "LocationFull" | "LocationNotInvertible" | "BadOrigin" | "InvalidLocation" | "AssetNotFound" | "FailedToTransactAsset" | "NotWithdrawable" | "LocationCannotHold" | "ExceedsMaxMessageSize" | "DestinationUnsupported" | "Transport" | "Unroutable" | "UnknownClaim" | "FailedToDecode" | "MaxWeightInvalid" | "NotHoldingFees" | "TooExpensive" | "Trap" | "ExpectationFalse" | "PalletNotFound" | "NameMismatch" | "VersionIncompatible" | "HoldingWouldOverflow" | "ExportError" | "ReanchorFailed" | "NoDeal" | "FeesNotMet" | "LockError" | "NoPermission" | "Unanchored" | "NotDepositable" | "UnhandledXcmVersion" | "WeightLimitReached" | "Barrier" | "WeightNotComputable" | "ExceedsStackLimit";
|
|
3289
3324
|
}
|
|
3290
|
-
/** @name XcmV3PalletInfo (
|
|
3325
|
+
/** @name XcmV3PalletInfo (341) */
|
|
3291
3326
|
interface XcmV3PalletInfo extends Struct {
|
|
3292
3327
|
readonly index: Compact<u32>;
|
|
3293
3328
|
readonly name: Bytes;
|
|
@@ -3296,21 +3331,21 @@ declare module '@polkadot/types/lookup' {
|
|
|
3296
3331
|
readonly minor: Compact<u32>;
|
|
3297
3332
|
readonly patch: Compact<u32>;
|
|
3298
3333
|
}
|
|
3299
|
-
/** @name XcmV3QueryResponseInfo (
|
|
3334
|
+
/** @name XcmV3QueryResponseInfo (345) */
|
|
3300
3335
|
interface XcmV3QueryResponseInfo extends Struct {
|
|
3301
3336
|
readonly destination: StagingXcmV3MultiLocation;
|
|
3302
3337
|
readonly queryId: Compact<u64>;
|
|
3303
3338
|
readonly maxWeight: SpWeightsWeightV2Weight;
|
|
3304
3339
|
}
|
|
3305
|
-
/** @name XcmV3MultiassetMultiAssetFilter (
|
|
3340
|
+
/** @name XcmV3MultiassetMultiAssetFilter (346) */
|
|
3306
3341
|
interface XcmV3MultiassetMultiAssetFilter extends Enum {
|
|
3307
3342
|
readonly isDefinite: boolean;
|
|
3308
3343
|
readonly asDefinite: XcmV3MultiassetMultiAssets;
|
|
3309
3344
|
readonly isWild: boolean;
|
|
3310
3345
|
readonly asWild: XcmV3MultiassetWildMultiAsset;
|
|
3311
|
-
readonly type:
|
|
3346
|
+
readonly type: "Definite" | "Wild";
|
|
3312
3347
|
}
|
|
3313
|
-
/** @name XcmV3MultiassetWildMultiAsset (
|
|
3348
|
+
/** @name XcmV3MultiassetWildMultiAsset (347) */
|
|
3314
3349
|
interface XcmV3MultiassetWildMultiAsset extends Enum {
|
|
3315
3350
|
readonly isAll: boolean;
|
|
3316
3351
|
readonly isAllOf: boolean;
|
|
@@ -3326,18 +3361,18 @@ declare module '@polkadot/types/lookup' {
|
|
|
3326
3361
|
readonly fun: XcmV3MultiassetWildFungibility;
|
|
3327
3362
|
readonly count: Compact<u32>;
|
|
3328
3363
|
} & Struct;
|
|
3329
|
-
readonly type:
|
|
3364
|
+
readonly type: "All" | "AllOf" | "AllCounted" | "AllOfCounted";
|
|
3330
3365
|
}
|
|
3331
|
-
/** @name XcmV3MultiassetWildFungibility (
|
|
3366
|
+
/** @name XcmV3MultiassetWildFungibility (348) */
|
|
3332
3367
|
interface XcmV3MultiassetWildFungibility extends Enum {
|
|
3333
3368
|
readonly isFungible: boolean;
|
|
3334
3369
|
readonly isNonFungible: boolean;
|
|
3335
|
-
readonly type:
|
|
3370
|
+
readonly type: "Fungible" | "NonFungible";
|
|
3336
3371
|
}
|
|
3337
|
-
/** @name StagingXcmV4Xcm (
|
|
3372
|
+
/** @name StagingXcmV4Xcm (349) */
|
|
3338
3373
|
interface StagingXcmV4Xcm extends Vec<StagingXcmV4Instruction> {
|
|
3339
3374
|
}
|
|
3340
|
-
/** @name StagingXcmV4Instruction (
|
|
3375
|
+
/** @name StagingXcmV4Instruction (351) */
|
|
3341
3376
|
interface StagingXcmV4Instruction extends Enum {
|
|
3342
3377
|
readonly isWithdrawAsset: boolean;
|
|
3343
3378
|
readonly asWithdrawAsset: StagingXcmV4AssetAssets;
|
|
@@ -3516,9 +3551,9 @@ declare module '@polkadot/types/lookup' {
|
|
|
3516
3551
|
readonly weightLimit: XcmV3WeightLimit;
|
|
3517
3552
|
readonly checkOrigin: Option<StagingXcmV4Location>;
|
|
3518
3553
|
} & Struct;
|
|
3519
|
-
readonly type:
|
|
3554
|
+
readonly type: "WithdrawAsset" | "ReserveAssetDeposited" | "ReceiveTeleportedAsset" | "QueryResponse" | "TransferAsset" | "TransferReserveAsset" | "Transact" | "HrmpNewChannelOpenRequest" | "HrmpChannelAccepted" | "HrmpChannelClosing" | "ClearOrigin" | "DescendOrigin" | "ReportError" | "DepositAsset" | "DepositReserveAsset" | "ExchangeAsset" | "InitiateReserveWithdraw" | "InitiateTeleport" | "ReportHolding" | "BuyExecution" | "RefundSurplus" | "SetErrorHandler" | "SetAppendix" | "ClearError" | "ClaimAsset" | "Trap" | "SubscribeVersion" | "UnsubscribeVersion" | "BurnAsset" | "ExpectAsset" | "ExpectOrigin" | "ExpectError" | "ExpectTransactStatus" | "QueryPallet" | "ExpectPallet" | "ReportTransactStatus" | "ClearTransactStatus" | "UniversalOrigin" | "ExportMessage" | "LockAsset" | "UnlockAsset" | "NoteUnlockable" | "RequestUnlock" | "SetFeesMode" | "SetTopic" | "ClearTopic" | "AliasOrigin" | "UnpaidExecution";
|
|
3520
3555
|
}
|
|
3521
|
-
/** @name StagingXcmV4Response (
|
|
3556
|
+
/** @name StagingXcmV4Response (352) */
|
|
3522
3557
|
interface StagingXcmV4Response extends Enum {
|
|
3523
3558
|
readonly isNull: boolean;
|
|
3524
3559
|
readonly isAssets: boolean;
|
|
@@ -3531,9 +3566,9 @@ declare module '@polkadot/types/lookup' {
|
|
|
3531
3566
|
readonly asPalletsInfo: Vec<StagingXcmV4PalletInfo>;
|
|
3532
3567
|
readonly isDispatchResult: boolean;
|
|
3533
3568
|
readonly asDispatchResult: XcmV3MaybeErrorCode;
|
|
3534
|
-
readonly type:
|
|
3569
|
+
readonly type: "Null" | "Assets" | "ExecutionResult" | "Version" | "PalletsInfo" | "DispatchResult";
|
|
3535
3570
|
}
|
|
3536
|
-
/** @name StagingXcmV4PalletInfo (
|
|
3571
|
+
/** @name StagingXcmV4PalletInfo (354) */
|
|
3537
3572
|
interface StagingXcmV4PalletInfo extends Struct {
|
|
3538
3573
|
readonly index: Compact<u32>;
|
|
3539
3574
|
readonly name: Bytes;
|
|
@@ -3542,21 +3577,21 @@ declare module '@polkadot/types/lookup' {
|
|
|
3542
3577
|
readonly minor: Compact<u32>;
|
|
3543
3578
|
readonly patch: Compact<u32>;
|
|
3544
3579
|
}
|
|
3545
|
-
/** @name StagingXcmV4QueryResponseInfo (
|
|
3580
|
+
/** @name StagingXcmV4QueryResponseInfo (358) */
|
|
3546
3581
|
interface StagingXcmV4QueryResponseInfo extends Struct {
|
|
3547
3582
|
readonly destination: StagingXcmV4Location;
|
|
3548
3583
|
readonly queryId: Compact<u64>;
|
|
3549
3584
|
readonly maxWeight: SpWeightsWeightV2Weight;
|
|
3550
3585
|
}
|
|
3551
|
-
/** @name StagingXcmV4AssetAssetFilter (
|
|
3586
|
+
/** @name StagingXcmV4AssetAssetFilter (359) */
|
|
3552
3587
|
interface StagingXcmV4AssetAssetFilter extends Enum {
|
|
3553
3588
|
readonly isDefinite: boolean;
|
|
3554
3589
|
readonly asDefinite: StagingXcmV4AssetAssets;
|
|
3555
3590
|
readonly isWild: boolean;
|
|
3556
3591
|
readonly asWild: StagingXcmV4AssetWildAsset;
|
|
3557
|
-
readonly type:
|
|
3592
|
+
readonly type: "Definite" | "Wild";
|
|
3558
3593
|
}
|
|
3559
|
-
/** @name StagingXcmV4AssetWildAsset (
|
|
3594
|
+
/** @name StagingXcmV4AssetWildAsset (360) */
|
|
3560
3595
|
interface StagingXcmV4AssetWildAsset extends Enum {
|
|
3561
3596
|
readonly isAll: boolean;
|
|
3562
3597
|
readonly isAllOf: boolean;
|
|
@@ -3572,24 +3607,24 @@ declare module '@polkadot/types/lookup' {
|
|
|
3572
3607
|
readonly fun: StagingXcmV4AssetWildFungibility;
|
|
3573
3608
|
readonly count: Compact<u32>;
|
|
3574
3609
|
} & Struct;
|
|
3575
|
-
readonly type:
|
|
3610
|
+
readonly type: "All" | "AllOf" | "AllCounted" | "AllOfCounted";
|
|
3576
3611
|
}
|
|
3577
|
-
/** @name StagingXcmV4AssetWildFungibility (
|
|
3612
|
+
/** @name StagingXcmV4AssetWildFungibility (361) */
|
|
3578
3613
|
interface StagingXcmV4AssetWildFungibility extends Enum {
|
|
3579
3614
|
readonly isFungible: boolean;
|
|
3580
3615
|
readonly isNonFungible: boolean;
|
|
3581
|
-
readonly type:
|
|
3616
|
+
readonly type: "Fungible" | "NonFungible";
|
|
3582
3617
|
}
|
|
3583
|
-
/** @name StagingXcmExecutorAssetTransferTransferType (
|
|
3618
|
+
/** @name StagingXcmExecutorAssetTransferTransferType (373) */
|
|
3584
3619
|
interface StagingXcmExecutorAssetTransferTransferType extends Enum {
|
|
3585
3620
|
readonly isTeleport: boolean;
|
|
3586
3621
|
readonly isLocalReserve: boolean;
|
|
3587
3622
|
readonly isDestinationReserve: boolean;
|
|
3588
3623
|
readonly isRemoteReserve: boolean;
|
|
3589
3624
|
readonly asRemoteReserve: XcmVersionedLocation;
|
|
3590
|
-
readonly type:
|
|
3625
|
+
readonly type: "Teleport" | "LocalReserve" | "DestinationReserve" | "RemoteReserve";
|
|
3591
3626
|
}
|
|
3592
|
-
/** @name XcmVersionedAssetId (
|
|
3627
|
+
/** @name XcmVersionedAssetId (374) */
|
|
3593
3628
|
interface XcmVersionedAssetId extends Enum {
|
|
3594
3629
|
readonly isV3: boolean;
|
|
3595
3630
|
readonly asV3: XcmV3MultiassetAssetId;
|
|
@@ -3597,11 +3632,11 @@ declare module '@polkadot/types/lookup' {
|
|
|
3597
3632
|
readonly asV4: StagingXcmV4AssetAssetId;
|
|
3598
3633
|
readonly isV5: boolean;
|
|
3599
3634
|
readonly asV5: StagingXcmV5AssetAssetId;
|
|
3600
|
-
readonly type:
|
|
3635
|
+
readonly type: "V3" | "V4" | "V5";
|
|
3601
3636
|
}
|
|
3602
|
-
/** @name CumulusPalletXcmCall (
|
|
3637
|
+
/** @name CumulusPalletXcmCall (375) */
|
|
3603
3638
|
type CumulusPalletXcmCall = Null;
|
|
3604
|
-
/** @name PalletMessageQueueCall (
|
|
3639
|
+
/** @name PalletMessageQueueCall (376) */
|
|
3605
3640
|
interface PalletMessageQueueCall extends Enum {
|
|
3606
3641
|
readonly isReapPage: boolean;
|
|
3607
3642
|
readonly asReapPage: {
|
|
@@ -3615,9 +3650,9 @@ declare module '@polkadot/types/lookup' {
|
|
|
3615
3650
|
readonly index: u32;
|
|
3616
3651
|
readonly weightLimit: SpWeightsWeightV2Weight;
|
|
3617
3652
|
} & Struct;
|
|
3618
|
-
readonly type:
|
|
3653
|
+
readonly type: "ReapPage" | "ExecuteOverweight";
|
|
3619
3654
|
}
|
|
3620
|
-
/** @name PalletStorageProvidersCall (
|
|
3655
|
+
/** @name PalletStorageProvidersCall (377) */
|
|
3621
3656
|
interface PalletStorageProvidersCall extends Enum {
|
|
3622
3657
|
readonly isRequestMspSignUp: boolean;
|
|
3623
3658
|
readonly asRequestMspSignUp: {
|
|
@@ -3696,9 +3731,9 @@ declare module '@polkadot/types/lookup' {
|
|
|
3696
3731
|
readonly providerId: H256;
|
|
3697
3732
|
} & Struct;
|
|
3698
3733
|
readonly isStopAllCycles: boolean;
|
|
3699
|
-
readonly type:
|
|
3734
|
+
readonly type: "RequestMspSignUp" | "RequestBspSignUp" | "ConfirmSignUp" | "CancelSignUp" | "MspSignOff" | "BspSignOff" | "ChangeCapacity" | "AddValueProp" | "MakeValuePropUnavailable" | "AddMultiaddress" | "RemoveMultiaddress" | "ForceMspSignUp" | "ForceBspSignUp" | "Slash" | "TopUpDeposit" | "DeleteProvider" | "StopAllCycles";
|
|
3700
3735
|
}
|
|
3701
|
-
/** @name PalletFileSystemCall (
|
|
3736
|
+
/** @name PalletFileSystemCall (378) */
|
|
3702
3737
|
interface PalletFileSystemCall extends Enum {
|
|
3703
3738
|
readonly isCreateBucket: boolean;
|
|
3704
3739
|
readonly asCreateBucket: {
|
|
@@ -3813,15 +3848,19 @@ declare module '@polkadot/types/lookup' {
|
|
|
3813
3848
|
readonly bspId: Option<H256>;
|
|
3814
3849
|
readonly forestProof: SpTrieStorageProofCompactProof;
|
|
3815
3850
|
} & Struct;
|
|
3816
|
-
readonly
|
|
3851
|
+
readonly isSetUserOperationPauseFlags: boolean;
|
|
3852
|
+
readonly asSetUserOperationPauseFlags: {
|
|
3853
|
+
readonly newFlags: u32;
|
|
3854
|
+
} & Struct;
|
|
3855
|
+
readonly type: "CreateBucket" | "RequestMoveBucket" | "MspRespondMoveBucketRequest" | "UpdateBucketPrivacy" | "CreateAndAssociateCollectionWithBucket" | "DeleteBucket" | "IssueStorageRequest" | "RevokeStorageRequest" | "MspRespondStorageRequestsMultipleBuckets" | "MspStopStoringBucket" | "BspVolunteer" | "BspConfirmStoring" | "BspRequestStopStoring" | "BspConfirmStopStoring" | "StopStoringForInsolventUser" | "MspStopStoringBucketForInsolventUser" | "RequestDeleteFile" | "DeleteFiles" | "DeleteFilesForIncompleteStorageRequest" | "SetUserOperationPauseFlags";
|
|
3817
3856
|
}
|
|
3818
|
-
/** @name PalletFileSystemBucketMoveRequestResponse (
|
|
3857
|
+
/** @name PalletFileSystemBucketMoveRequestResponse (379) */
|
|
3819
3858
|
interface PalletFileSystemBucketMoveRequestResponse extends Enum {
|
|
3820
3859
|
readonly isAccepted: boolean;
|
|
3821
3860
|
readonly isRejected: boolean;
|
|
3822
|
-
readonly type:
|
|
3861
|
+
readonly type: "Accepted" | "Rejected";
|
|
3823
3862
|
}
|
|
3824
|
-
/** @name PalletFileSystemReplicationTarget (
|
|
3863
|
+
/** @name PalletFileSystemReplicationTarget (380) */
|
|
3825
3864
|
interface PalletFileSystemReplicationTarget extends Enum {
|
|
3826
3865
|
readonly isBasic: boolean;
|
|
3827
3866
|
readonly isStandard: boolean;
|
|
@@ -3830,30 +3869,30 @@ declare module '@polkadot/types/lookup' {
|
|
|
3830
3869
|
readonly isUltraHighSecurity: boolean;
|
|
3831
3870
|
readonly isCustom: boolean;
|
|
3832
3871
|
readonly asCustom: u32;
|
|
3833
|
-
readonly type:
|
|
3872
|
+
readonly type: "Basic" | "Standard" | "HighSecurity" | "SuperHighSecurity" | "UltraHighSecurity" | "Custom";
|
|
3834
3873
|
}
|
|
3835
|
-
/** @name PalletFileSystemStorageRequestMspBucketResponse (
|
|
3874
|
+
/** @name PalletFileSystemStorageRequestMspBucketResponse (382) */
|
|
3836
3875
|
interface PalletFileSystemStorageRequestMspBucketResponse extends Struct {
|
|
3837
3876
|
readonly bucketId: H256;
|
|
3838
3877
|
readonly accept: Option<PalletFileSystemStorageRequestMspAcceptedFileKeys>;
|
|
3839
3878
|
readonly reject: Vec<PalletFileSystemRejectedStorageRequest>;
|
|
3840
3879
|
}
|
|
3841
|
-
/** @name PalletFileSystemStorageRequestMspAcceptedFileKeys (
|
|
3880
|
+
/** @name PalletFileSystemStorageRequestMspAcceptedFileKeys (384) */
|
|
3842
3881
|
interface PalletFileSystemStorageRequestMspAcceptedFileKeys extends Struct {
|
|
3843
3882
|
readonly fileKeysAndProofs: Vec<PalletFileSystemFileKeyWithProof>;
|
|
3844
3883
|
readonly forestProof: SpTrieStorageProofCompactProof;
|
|
3845
3884
|
}
|
|
3846
|
-
/** @name PalletFileSystemFileKeyWithProof (
|
|
3885
|
+
/** @name PalletFileSystemFileKeyWithProof (386) */
|
|
3847
3886
|
interface PalletFileSystemFileKeyWithProof extends Struct {
|
|
3848
3887
|
readonly fileKey: H256;
|
|
3849
3888
|
readonly proof: ShpFileKeyVerifierFileKeyProof;
|
|
3850
3889
|
}
|
|
3851
|
-
/** @name PalletFileSystemRejectedStorageRequest (
|
|
3890
|
+
/** @name PalletFileSystemRejectedStorageRequest (388) */
|
|
3852
3891
|
interface PalletFileSystemRejectedStorageRequest extends Struct {
|
|
3853
3892
|
readonly fileKey: H256;
|
|
3854
3893
|
readonly reason: PalletFileSystemRejectedStorageRequestReason;
|
|
3855
3894
|
}
|
|
3856
|
-
/** @name PalletFileSystemFileDeletionRequest (
|
|
3895
|
+
/** @name PalletFileSystemFileDeletionRequest (391) */
|
|
3857
3896
|
interface PalletFileSystemFileDeletionRequest extends Struct {
|
|
3858
3897
|
readonly fileOwner: AccountId32;
|
|
3859
3898
|
readonly signedIntention: PalletFileSystemFileOperationIntention;
|
|
@@ -3863,7 +3902,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
3863
3902
|
readonly size_: u64;
|
|
3864
3903
|
readonly fingerprint: H256;
|
|
3865
3904
|
}
|
|
3866
|
-
/** @name PalletProofsDealerCall (
|
|
3905
|
+
/** @name PalletProofsDealerCall (393) */
|
|
3867
3906
|
interface PalletProofsDealerCall extends Enum {
|
|
3868
3907
|
readonly isChallenge: boolean;
|
|
3869
3908
|
readonly asChallenge: {
|
|
@@ -3887,14 +3926,14 @@ declare module '@polkadot/types/lookup' {
|
|
|
3887
3926
|
readonly key: H256;
|
|
3888
3927
|
readonly shouldRemoveKey: bool;
|
|
3889
3928
|
} & Struct;
|
|
3890
|
-
readonly type:
|
|
3929
|
+
readonly type: "Challenge" | "SubmitProof" | "ForceInitialiseChallengeCycle" | "SetPaused" | "PriorityChallenge";
|
|
3891
3930
|
}
|
|
3892
|
-
/** @name PalletRandomnessCall (
|
|
3931
|
+
/** @name PalletRandomnessCall (394) */
|
|
3893
3932
|
interface PalletRandomnessCall extends Enum {
|
|
3894
3933
|
readonly isSetBabeRandomness: boolean;
|
|
3895
|
-
readonly type:
|
|
3934
|
+
readonly type: "SetBabeRandomness";
|
|
3896
3935
|
}
|
|
3897
|
-
/** @name PalletPaymentStreamsCall (
|
|
3936
|
+
/** @name PalletPaymentStreamsCall (395) */
|
|
3898
3937
|
interface PalletPaymentStreamsCall extends Enum {
|
|
3899
3938
|
readonly isCreateFixedRatePaymentStream: boolean;
|
|
3900
3939
|
readonly asCreateFixedRatePaymentStream: {
|
|
@@ -3943,9 +3982,9 @@ declare module '@polkadot/types/lookup' {
|
|
|
3943
3982
|
readonly providers: Vec<H256>;
|
|
3944
3983
|
} & Struct;
|
|
3945
3984
|
readonly isClearInsolventFlag: boolean;
|
|
3946
|
-
readonly type:
|
|
3985
|
+
readonly type: "CreateFixedRatePaymentStream" | "UpdateFixedRatePaymentStream" | "DeleteFixedRatePaymentStream" | "CreateDynamicRatePaymentStream" | "UpdateDynamicRatePaymentStream" | "DeleteDynamicRatePaymentStream" | "ChargePaymentStreams" | "ChargeMultipleUsersPaymentStreams" | "PayOutstandingDebt" | "ClearInsolventFlag";
|
|
3947
3986
|
}
|
|
3948
|
-
/** @name PalletBucketNftsCall (
|
|
3987
|
+
/** @name PalletBucketNftsCall (396) */
|
|
3949
3988
|
interface PalletBucketNftsCall extends Enum {
|
|
3950
3989
|
readonly isShareAccess: boolean;
|
|
3951
3990
|
readonly asShareAccess: {
|
|
@@ -3960,9 +3999,9 @@ declare module '@polkadot/types/lookup' {
|
|
|
3960
3999
|
readonly itemId: u32;
|
|
3961
4000
|
readonly readAccessRegex: Option<Bytes>;
|
|
3962
4001
|
} & Struct;
|
|
3963
|
-
readonly type:
|
|
4002
|
+
readonly type: "ShareAccess" | "UpdateReadAccess";
|
|
3964
4003
|
}
|
|
3965
|
-
/** @name PalletNftsCall (
|
|
4004
|
+
/** @name PalletNftsCall (398) */
|
|
3966
4005
|
interface PalletNftsCall extends Enum {
|
|
3967
4006
|
readonly isCreate: boolean;
|
|
3968
4007
|
readonly asCreate: {
|
|
@@ -4193,24 +4232,24 @@ declare module '@polkadot/types/lookup' {
|
|
|
4193
4232
|
readonly signature: SpRuntimeMultiSignature;
|
|
4194
4233
|
readonly signer: AccountId32;
|
|
4195
4234
|
} & Struct;
|
|
4196
|
-
readonly type:
|
|
4235
|
+
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";
|
|
4197
4236
|
}
|
|
4198
|
-
/** @name PalletNftsCollectionConfig (
|
|
4237
|
+
/** @name PalletNftsCollectionConfig (399) */
|
|
4199
4238
|
interface PalletNftsCollectionConfig extends Struct {
|
|
4200
4239
|
readonly settings: u64;
|
|
4201
4240
|
readonly maxSupply: Option<u32>;
|
|
4202
4241
|
readonly mintSettings: PalletNftsMintSettings;
|
|
4203
4242
|
}
|
|
4204
|
-
/** @name PalletNftsCollectionSetting (
|
|
4243
|
+
/** @name PalletNftsCollectionSetting (401) */
|
|
4205
4244
|
interface PalletNftsCollectionSetting extends Enum {
|
|
4206
4245
|
readonly isTransferableItems: boolean;
|
|
4207
4246
|
readonly isUnlockedMetadata: boolean;
|
|
4208
4247
|
readonly isUnlockedAttributes: boolean;
|
|
4209
4248
|
readonly isUnlockedMaxSupply: boolean;
|
|
4210
4249
|
readonly isDepositRequired: boolean;
|
|
4211
|
-
readonly type:
|
|
4250
|
+
readonly type: "TransferableItems" | "UnlockedMetadata" | "UnlockedAttributes" | "UnlockedMaxSupply" | "DepositRequired";
|
|
4212
4251
|
}
|
|
4213
|
-
/** @name PalletNftsMintSettings (
|
|
4252
|
+
/** @name PalletNftsMintSettings (402) */
|
|
4214
4253
|
interface PalletNftsMintSettings extends Struct {
|
|
4215
4254
|
readonly mintType: PalletNftsMintType;
|
|
4216
4255
|
readonly price: Option<u128>;
|
|
@@ -4218,48 +4257,48 @@ declare module '@polkadot/types/lookup' {
|
|
|
4218
4257
|
readonly endBlock: Option<u32>;
|
|
4219
4258
|
readonly defaultItemSettings: u64;
|
|
4220
4259
|
}
|
|
4221
|
-
/** @name PalletNftsMintType (
|
|
4260
|
+
/** @name PalletNftsMintType (403) */
|
|
4222
4261
|
interface PalletNftsMintType extends Enum {
|
|
4223
4262
|
readonly isIssuer: boolean;
|
|
4224
4263
|
readonly isPublic: boolean;
|
|
4225
4264
|
readonly isHolderOf: boolean;
|
|
4226
4265
|
readonly asHolderOf: u32;
|
|
4227
|
-
readonly type:
|
|
4266
|
+
readonly type: "Issuer" | "Public" | "HolderOf";
|
|
4228
4267
|
}
|
|
4229
|
-
/** @name PalletNftsItemSetting (
|
|
4268
|
+
/** @name PalletNftsItemSetting (406) */
|
|
4230
4269
|
interface PalletNftsItemSetting extends Enum {
|
|
4231
4270
|
readonly isTransferable: boolean;
|
|
4232
4271
|
readonly isUnlockedMetadata: boolean;
|
|
4233
4272
|
readonly isUnlockedAttributes: boolean;
|
|
4234
|
-
readonly type:
|
|
4273
|
+
readonly type: "Transferable" | "UnlockedMetadata" | "UnlockedAttributes";
|
|
4235
4274
|
}
|
|
4236
|
-
/** @name PalletNftsDestroyWitness (
|
|
4275
|
+
/** @name PalletNftsDestroyWitness (407) */
|
|
4237
4276
|
interface PalletNftsDestroyWitness extends Struct {
|
|
4238
4277
|
readonly itemMetadatas: Compact<u32>;
|
|
4239
4278
|
readonly itemConfigs: Compact<u32>;
|
|
4240
4279
|
readonly attributes: Compact<u32>;
|
|
4241
4280
|
}
|
|
4242
|
-
/** @name PalletNftsMintWitness (
|
|
4281
|
+
/** @name PalletNftsMintWitness (409) */
|
|
4243
4282
|
interface PalletNftsMintWitness extends Struct {
|
|
4244
4283
|
readonly ownedItem: Option<u32>;
|
|
4245
4284
|
readonly mintPrice: Option<u128>;
|
|
4246
4285
|
}
|
|
4247
|
-
/** @name PalletNftsItemConfig (
|
|
4286
|
+
/** @name PalletNftsItemConfig (410) */
|
|
4248
4287
|
interface PalletNftsItemConfig extends Struct {
|
|
4249
4288
|
readonly settings: u64;
|
|
4250
4289
|
}
|
|
4251
|
-
/** @name PalletNftsCancelAttributesApprovalWitness (
|
|
4290
|
+
/** @name PalletNftsCancelAttributesApprovalWitness (412) */
|
|
4252
4291
|
interface PalletNftsCancelAttributesApprovalWitness extends Struct {
|
|
4253
4292
|
readonly accountAttributes: u32;
|
|
4254
4293
|
}
|
|
4255
|
-
/** @name PalletNftsItemTip (
|
|
4294
|
+
/** @name PalletNftsItemTip (414) */
|
|
4256
4295
|
interface PalletNftsItemTip extends Struct {
|
|
4257
4296
|
readonly collection: u32;
|
|
4258
4297
|
readonly item: u32;
|
|
4259
4298
|
readonly receiver: AccountId32;
|
|
4260
4299
|
readonly amount: u128;
|
|
4261
4300
|
}
|
|
4262
|
-
/** @name PalletNftsPreSignedMint (
|
|
4301
|
+
/** @name PalletNftsPreSignedMint (416) */
|
|
4263
4302
|
interface PalletNftsPreSignedMint extends Struct {
|
|
4264
4303
|
readonly collection: u32;
|
|
4265
4304
|
readonly item: u32;
|
|
@@ -4269,7 +4308,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
4269
4308
|
readonly deadline: u32;
|
|
4270
4309
|
readonly mintPrice: Option<u128>;
|
|
4271
4310
|
}
|
|
4272
|
-
/** @name PalletNftsPreSignedAttributes (
|
|
4311
|
+
/** @name PalletNftsPreSignedAttributes (417) */
|
|
4273
4312
|
interface PalletNftsPreSignedAttributes extends Struct {
|
|
4274
4313
|
readonly collection: u32;
|
|
4275
4314
|
readonly item: u32;
|
|
@@ -4277,95 +4316,185 @@ declare module '@polkadot/types/lookup' {
|
|
|
4277
4316
|
readonly namespace: PalletNftsAttributeNamespace;
|
|
4278
4317
|
readonly deadline: u32;
|
|
4279
4318
|
}
|
|
4280
|
-
/** @name PalletParametersCall (
|
|
4319
|
+
/** @name PalletParametersCall (418) */
|
|
4281
4320
|
interface PalletParametersCall extends Enum {
|
|
4282
4321
|
readonly isSetParameter: boolean;
|
|
4283
4322
|
readonly asSetParameter: {
|
|
4284
4323
|
readonly keyValue: ShParachainRuntimeConfigsRuntimeParamsRuntimeParameters;
|
|
4285
4324
|
} & Struct;
|
|
4286
|
-
readonly type:
|
|
4325
|
+
readonly type: "SetParameter";
|
|
4287
4326
|
}
|
|
4288
|
-
/** @name ShParachainRuntimeConfigsRuntimeParamsRuntimeParameters (
|
|
4327
|
+
/** @name ShParachainRuntimeConfigsRuntimeParamsRuntimeParameters (419) */
|
|
4289
4328
|
interface ShParachainRuntimeConfigsRuntimeParamsRuntimeParameters extends Enum {
|
|
4290
4329
|
readonly isRuntimeConfig: boolean;
|
|
4291
4330
|
readonly asRuntimeConfig: ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParameters;
|
|
4292
|
-
readonly type:
|
|
4331
|
+
readonly type: "RuntimeConfig";
|
|
4293
4332
|
}
|
|
4294
|
-
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParameters (
|
|
4333
|
+
/** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParameters (420) */
|
|
4295
4334
|
interface ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParameters extends Enum {
|
|
4296
4335
|
readonly isSlashAmountPerMaxFileSize: boolean;
|
|
4297
|
-
readonly asSlashAmountPerMaxFileSize: ITuple<[
|
|
4336
|
+
readonly asSlashAmountPerMaxFileSize: ITuple<[
|
|
4337
|
+
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSlashAmountPerMaxFileSize,
|
|
4338
|
+
Option<u128>
|
|
4339
|
+
]>;
|
|
4298
4340
|
readonly isStakeToChallengePeriod: boolean;
|
|
4299
|
-
readonly asStakeToChallengePeriod: ITuple<[
|
|
4341
|
+
readonly asStakeToChallengePeriod: ITuple<[
|
|
4342
|
+
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToChallengePeriod,
|
|
4343
|
+
Option<u128>
|
|
4344
|
+
]>;
|
|
4300
4345
|
readonly isCheckpointChallengePeriod: boolean;
|
|
4301
|
-
readonly asCheckpointChallengePeriod: ITuple<[
|
|
4346
|
+
readonly asCheckpointChallengePeriod: ITuple<[
|
|
4347
|
+
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigCheckpointChallengePeriod,
|
|
4348
|
+
Option<u32>
|
|
4349
|
+
]>;
|
|
4302
4350
|
readonly isMinChallengePeriod: boolean;
|
|
4303
|
-
readonly asMinChallengePeriod: ITuple<[
|
|
4351
|
+
readonly asMinChallengePeriod: ITuple<[
|
|
4352
|
+
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinChallengePeriod,
|
|
4353
|
+
Option<u32>
|
|
4354
|
+
]>;
|
|
4304
4355
|
readonly isSystemUtilisationLowerThresholdPercentage: boolean;
|
|
4305
|
-
readonly asSystemUtilisationLowerThresholdPercentage: ITuple<[
|
|
4356
|
+
readonly asSystemUtilisationLowerThresholdPercentage: ITuple<[
|
|
4357
|
+
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSystemUtilisationLowerThresholdPercentage,
|
|
4358
|
+
Option<Perbill>
|
|
4359
|
+
]>;
|
|
4306
4360
|
readonly isSystemUtilisationUpperThresholdPercentage: boolean;
|
|
4307
|
-
readonly asSystemUtilisationUpperThresholdPercentage: ITuple<[
|
|
4361
|
+
readonly asSystemUtilisationUpperThresholdPercentage: ITuple<[
|
|
4362
|
+
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSystemUtilisationUpperThresholdPercentage,
|
|
4363
|
+
Option<Perbill>
|
|
4364
|
+
]>;
|
|
4308
4365
|
readonly isMostlyStablePrice: boolean;
|
|
4309
|
-
readonly asMostlyStablePrice: ITuple<[
|
|
4366
|
+
readonly asMostlyStablePrice: ITuple<[
|
|
4367
|
+
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMostlyStablePrice,
|
|
4368
|
+
Option<u128>
|
|
4369
|
+
]>;
|
|
4310
4370
|
readonly isMaxPrice: boolean;
|
|
4311
|
-
readonly asMaxPrice: ITuple<[
|
|
4371
|
+
readonly asMaxPrice: ITuple<[
|
|
4372
|
+
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaxPrice,
|
|
4373
|
+
Option<u128>
|
|
4374
|
+
]>;
|
|
4312
4375
|
readonly isMinPrice: boolean;
|
|
4313
|
-
readonly asMinPrice: ITuple<[
|
|
4376
|
+
readonly asMinPrice: ITuple<[
|
|
4377
|
+
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinPrice,
|
|
4378
|
+
Option<u128>
|
|
4379
|
+
]>;
|
|
4314
4380
|
readonly isUpperExponentFactor: boolean;
|
|
4315
|
-
readonly asUpperExponentFactor: ITuple<[
|
|
4381
|
+
readonly asUpperExponentFactor: ITuple<[
|
|
4382
|
+
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpperExponentFactor,
|
|
4383
|
+
Option<u128>
|
|
4384
|
+
]>;
|
|
4316
4385
|
readonly isLowerExponentFactor: boolean;
|
|
4317
|
-
readonly asLowerExponentFactor: ITuple<[
|
|
4386
|
+
readonly asLowerExponentFactor: ITuple<[
|
|
4387
|
+
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigLowerExponentFactor,
|
|
4388
|
+
Option<u128>
|
|
4389
|
+
]>;
|
|
4318
4390
|
readonly isZeroSizeBucketFixedRate: boolean;
|
|
4319
|
-
readonly asZeroSizeBucketFixedRate: ITuple<[
|
|
4391
|
+
readonly asZeroSizeBucketFixedRate: ITuple<[
|
|
4392
|
+
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigZeroSizeBucketFixedRate,
|
|
4393
|
+
Option<u128>
|
|
4394
|
+
]>;
|
|
4320
4395
|
readonly isIdealUtilisationRate: boolean;
|
|
4321
|
-
readonly asIdealUtilisationRate: ITuple<[
|
|
4396
|
+
readonly asIdealUtilisationRate: ITuple<[
|
|
4397
|
+
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigIdealUtilisationRate,
|
|
4398
|
+
Option<Perbill>
|
|
4399
|
+
]>;
|
|
4322
4400
|
readonly isDecayRate: boolean;
|
|
4323
|
-
readonly asDecayRate: ITuple<[
|
|
4401
|
+
readonly asDecayRate: ITuple<[
|
|
4402
|
+
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigDecayRate,
|
|
4403
|
+
Option<Perbill>
|
|
4404
|
+
]>;
|
|
4324
4405
|
readonly isMinimumTreasuryCut: boolean;
|
|
4325
|
-
readonly asMinimumTreasuryCut: ITuple<[
|
|
4406
|
+
readonly asMinimumTreasuryCut: ITuple<[
|
|
4407
|
+
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinimumTreasuryCut,
|
|
4408
|
+
Option<Perbill>
|
|
4409
|
+
]>;
|
|
4326
4410
|
readonly isMaximumTreasuryCut: boolean;
|
|
4327
|
-
readonly asMaximumTreasuryCut: ITuple<[
|
|
4411
|
+
readonly asMaximumTreasuryCut: ITuple<[
|
|
4412
|
+
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaximumTreasuryCut,
|
|
4413
|
+
Option<Perbill>
|
|
4414
|
+
]>;
|
|
4328
4415
|
readonly isBspStopStoringFilePenalty: boolean;
|
|
4329
|
-
readonly asBspStopStoringFilePenalty: ITuple<[
|
|
4416
|
+
readonly asBspStopStoringFilePenalty: ITuple<[
|
|
4417
|
+
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigBspStopStoringFilePenalty,
|
|
4418
|
+
Option<u128>
|
|
4419
|
+
]>;
|
|
4330
4420
|
readonly isProviderTopUpTtl: boolean;
|
|
4331
|
-
readonly asProviderTopUpTtl: ITuple<[
|
|
4421
|
+
readonly asProviderTopUpTtl: ITuple<[
|
|
4422
|
+
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigProviderTopUpTtl,
|
|
4423
|
+
Option<u32>
|
|
4424
|
+
]>;
|
|
4332
4425
|
readonly isBasicReplicationTarget: boolean;
|
|
4333
|
-
readonly asBasicReplicationTarget: ITuple<[
|
|
4426
|
+
readonly asBasicReplicationTarget: ITuple<[
|
|
4427
|
+
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigBasicReplicationTarget,
|
|
4428
|
+
Option<u32>
|
|
4429
|
+
]>;
|
|
4334
4430
|
readonly isStandardReplicationTarget: boolean;
|
|
4335
|
-
readonly asStandardReplicationTarget: ITuple<[
|
|
4431
|
+
readonly asStandardReplicationTarget: ITuple<[
|
|
4432
|
+
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStandardReplicationTarget,
|
|
4433
|
+
Option<u32>
|
|
4434
|
+
]>;
|
|
4336
4435
|
readonly isHighSecurityReplicationTarget: boolean;
|
|
4337
|
-
readonly asHighSecurityReplicationTarget: ITuple<[
|
|
4436
|
+
readonly asHighSecurityReplicationTarget: ITuple<[
|
|
4437
|
+
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigHighSecurityReplicationTarget,
|
|
4438
|
+
Option<u32>
|
|
4439
|
+
]>;
|
|
4338
4440
|
readonly isSuperHighSecurityReplicationTarget: boolean;
|
|
4339
|
-
readonly asSuperHighSecurityReplicationTarget: ITuple<[
|
|
4441
|
+
readonly asSuperHighSecurityReplicationTarget: ITuple<[
|
|
4442
|
+
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSuperHighSecurityReplicationTarget,
|
|
4443
|
+
Option<u32>
|
|
4444
|
+
]>;
|
|
4340
4445
|
readonly isUltraHighSecurityReplicationTarget: boolean;
|
|
4341
|
-
readonly asUltraHighSecurityReplicationTarget: ITuple<[
|
|
4446
|
+
readonly asUltraHighSecurityReplicationTarget: ITuple<[
|
|
4447
|
+
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUltraHighSecurityReplicationTarget,
|
|
4448
|
+
Option<u32>
|
|
4449
|
+
]>;
|
|
4342
4450
|
readonly isMaxReplicationTarget: boolean;
|
|
4343
|
-
readonly asMaxReplicationTarget: ITuple<[
|
|
4451
|
+
readonly asMaxReplicationTarget: ITuple<[
|
|
4452
|
+
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaxReplicationTarget,
|
|
4453
|
+
Option<u32>
|
|
4454
|
+
]>;
|
|
4344
4455
|
readonly isTickRangeToMaximumThreshold: boolean;
|
|
4345
|
-
readonly asTickRangeToMaximumThreshold: ITuple<[
|
|
4456
|
+
readonly asTickRangeToMaximumThreshold: ITuple<[
|
|
4457
|
+
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigTickRangeToMaximumThreshold,
|
|
4458
|
+
Option<u32>
|
|
4459
|
+
]>;
|
|
4346
4460
|
readonly isStorageRequestTtl: boolean;
|
|
4347
|
-
readonly asStorageRequestTtl: ITuple<[
|
|
4461
|
+
readonly asStorageRequestTtl: ITuple<[
|
|
4462
|
+
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStorageRequestTtl,
|
|
4463
|
+
Option<u32>
|
|
4464
|
+
]>;
|
|
4348
4465
|
readonly isMinWaitForStopStoring: boolean;
|
|
4349
|
-
readonly asMinWaitForStopStoring: ITuple<[
|
|
4466
|
+
readonly asMinWaitForStopStoring: ITuple<[
|
|
4467
|
+
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinWaitForStopStoring,
|
|
4468
|
+
Option<u32>
|
|
4469
|
+
]>;
|
|
4350
4470
|
readonly isMinSeedPeriod: boolean;
|
|
4351
|
-
readonly asMinSeedPeriod: ITuple<[
|
|
4471
|
+
readonly asMinSeedPeriod: ITuple<[
|
|
4472
|
+
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinSeedPeriod,
|
|
4473
|
+
Option<u32>
|
|
4474
|
+
]>;
|
|
4352
4475
|
readonly isStakeToSeedPeriod: boolean;
|
|
4353
|
-
readonly asStakeToSeedPeriod: ITuple<[
|
|
4476
|
+
readonly asStakeToSeedPeriod: ITuple<[
|
|
4477
|
+
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToSeedPeriod,
|
|
4478
|
+
Option<u128>
|
|
4479
|
+
]>;
|
|
4354
4480
|
readonly isUpfrontTicksToPay: boolean;
|
|
4355
|
-
readonly asUpfrontTicksToPay: ITuple<[
|
|
4356
|
-
|
|
4481
|
+
readonly asUpfrontTicksToPay: ITuple<[
|
|
4482
|
+
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpfrontTicksToPay,
|
|
4483
|
+
Option<u32>
|
|
4484
|
+
]>;
|
|
4485
|
+
readonly type: "SlashAmountPerMaxFileSize" | "StakeToChallengePeriod" | "CheckpointChallengePeriod" | "MinChallengePeriod" | "SystemUtilisationLowerThresholdPercentage" | "SystemUtilisationUpperThresholdPercentage" | "MostlyStablePrice" | "MaxPrice" | "MinPrice" | "UpperExponentFactor" | "LowerExponentFactor" | "ZeroSizeBucketFixedRate" | "IdealUtilisationRate" | "DecayRate" | "MinimumTreasuryCut" | "MaximumTreasuryCut" | "BspStopStoringFilePenalty" | "ProviderTopUpTtl" | "BasicReplicationTarget" | "StandardReplicationTarget" | "HighSecurityReplicationTarget" | "SuperHighSecurityReplicationTarget" | "UltraHighSecurityReplicationTarget" | "MaxReplicationTarget" | "TickRangeToMaximumThreshold" | "StorageRequestTtl" | "MinWaitForStopStoring" | "MinSeedPeriod" | "StakeToSeedPeriod" | "UpfrontTicksToPay";
|
|
4357
4486
|
}
|
|
4358
|
-
/** @name PalletSudoError (
|
|
4487
|
+
/** @name PalletSudoError (422) */
|
|
4359
4488
|
interface PalletSudoError extends Enum {
|
|
4360
4489
|
readonly isRequireSudo: boolean;
|
|
4361
|
-
readonly type:
|
|
4490
|
+
readonly type: "RequireSudo";
|
|
4362
4491
|
}
|
|
4363
|
-
/** @name PalletCollatorSelectionCandidateInfo (
|
|
4492
|
+
/** @name PalletCollatorSelectionCandidateInfo (425) */
|
|
4364
4493
|
interface PalletCollatorSelectionCandidateInfo extends Struct {
|
|
4365
4494
|
readonly who: AccountId32;
|
|
4366
4495
|
readonly deposit: u128;
|
|
4367
4496
|
}
|
|
4368
|
-
/** @name PalletCollatorSelectionError (
|
|
4497
|
+
/** @name PalletCollatorSelectionError (427) */
|
|
4369
4498
|
interface PalletCollatorSelectionError extends Enum {
|
|
4370
4499
|
readonly isTooManyCandidates: boolean;
|
|
4371
4500
|
readonly isTooFewEligibleCollators: boolean;
|
|
@@ -4384,21 +4513,21 @@ declare module '@polkadot/types/lookup' {
|
|
|
4384
4513
|
readonly isTargetIsNotCandidate: boolean;
|
|
4385
4514
|
readonly isIdenticalDeposit: boolean;
|
|
4386
4515
|
readonly isInvalidUnreserve: boolean;
|
|
4387
|
-
readonly type:
|
|
4516
|
+
readonly type: "TooManyCandidates" | "TooFewEligibleCollators" | "AlreadyCandidate" | "NotCandidate" | "TooManyInvulnerables" | "AlreadyInvulnerable" | "NotInvulnerable" | "NoAssociatedValidatorId" | "ValidatorNotRegistered" | "InsertToCandidateListFailed" | "RemoveFromCandidateListFailed" | "DepositTooLow" | "UpdateCandidateListFailed" | "InsufficientBond" | "TargetIsNotCandidate" | "IdenticalDeposit" | "InvalidUnreserve";
|
|
4388
4517
|
}
|
|
4389
|
-
/** @name SpCoreCryptoKeyTypeId (
|
|
4518
|
+
/** @name SpCoreCryptoKeyTypeId (431) */
|
|
4390
4519
|
interface SpCoreCryptoKeyTypeId extends U8aFixed {
|
|
4391
4520
|
}
|
|
4392
|
-
/** @name PalletSessionError (
|
|
4521
|
+
/** @name PalletSessionError (432) */
|
|
4393
4522
|
interface PalletSessionError extends Enum {
|
|
4394
4523
|
readonly isInvalidProof: boolean;
|
|
4395
4524
|
readonly isNoAssociatedValidatorId: boolean;
|
|
4396
4525
|
readonly isDuplicatedKey: boolean;
|
|
4397
4526
|
readonly isNoKeys: boolean;
|
|
4398
4527
|
readonly isNoAccount: boolean;
|
|
4399
|
-
readonly type:
|
|
4528
|
+
readonly type: "InvalidProof" | "NoAssociatedValidatorId" | "DuplicatedKey" | "NoKeys" | "NoAccount";
|
|
4400
4529
|
}
|
|
4401
|
-
/** @name CumulusPalletXcmpQueueOutboundChannelDetails (
|
|
4530
|
+
/** @name CumulusPalletXcmpQueueOutboundChannelDetails (441) */
|
|
4402
4531
|
interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct {
|
|
4403
4532
|
readonly recipient: u32;
|
|
4404
4533
|
readonly state: CumulusPalletXcmpQueueOutboundState;
|
|
@@ -4406,28 +4535,28 @@ declare module '@polkadot/types/lookup' {
|
|
|
4406
4535
|
readonly firstIndex: u16;
|
|
4407
4536
|
readonly lastIndex: u16;
|
|
4408
4537
|
}
|
|
4409
|
-
/** @name CumulusPalletXcmpQueueOutboundState (
|
|
4538
|
+
/** @name CumulusPalletXcmpQueueOutboundState (442) */
|
|
4410
4539
|
interface CumulusPalletXcmpQueueOutboundState extends Enum {
|
|
4411
4540
|
readonly isOk: boolean;
|
|
4412
4541
|
readonly isSuspended: boolean;
|
|
4413
|
-
readonly type:
|
|
4542
|
+
readonly type: "Ok" | "Suspended";
|
|
4414
4543
|
}
|
|
4415
|
-
/** @name CumulusPalletXcmpQueueQueueConfigData (
|
|
4544
|
+
/** @name CumulusPalletXcmpQueueQueueConfigData (446) */
|
|
4416
4545
|
interface CumulusPalletXcmpQueueQueueConfigData extends Struct {
|
|
4417
4546
|
readonly suspendThreshold: u32;
|
|
4418
4547
|
readonly dropThreshold: u32;
|
|
4419
4548
|
readonly resumeThreshold: u32;
|
|
4420
4549
|
}
|
|
4421
|
-
/** @name CumulusPalletXcmpQueueError (
|
|
4550
|
+
/** @name CumulusPalletXcmpQueueError (447) */
|
|
4422
4551
|
interface CumulusPalletXcmpQueueError extends Enum {
|
|
4423
4552
|
readonly isBadQueueConfig: boolean;
|
|
4424
4553
|
readonly isAlreadySuspended: boolean;
|
|
4425
4554
|
readonly isAlreadyResumed: boolean;
|
|
4426
4555
|
readonly isTooManyActiveOutboundChannels: boolean;
|
|
4427
4556
|
readonly isTooBig: boolean;
|
|
4428
|
-
readonly type:
|
|
4557
|
+
readonly type: "BadQueueConfig" | "AlreadySuspended" | "AlreadyResumed" | "TooManyActiveOutboundChannels" | "TooBig";
|
|
4429
4558
|
}
|
|
4430
|
-
/** @name PalletXcmQueryStatus (
|
|
4559
|
+
/** @name PalletXcmQueryStatus (448) */
|
|
4431
4560
|
interface PalletXcmQueryStatus extends Enum {
|
|
4432
4561
|
readonly isPending: boolean;
|
|
4433
4562
|
readonly asPending: {
|
|
@@ -4446,9 +4575,9 @@ declare module '@polkadot/types/lookup' {
|
|
|
4446
4575
|
readonly response: XcmVersionedResponse;
|
|
4447
4576
|
readonly at: u32;
|
|
4448
4577
|
} & Struct;
|
|
4449
|
-
readonly type:
|
|
4578
|
+
readonly type: "Pending" | "VersionNotifier" | "Ready";
|
|
4450
4579
|
}
|
|
4451
|
-
/** @name XcmVersionedResponse (
|
|
4580
|
+
/** @name XcmVersionedResponse (452) */
|
|
4452
4581
|
interface XcmVersionedResponse extends Enum {
|
|
4453
4582
|
readonly isV3: boolean;
|
|
4454
4583
|
readonly asV3: XcmV3Response;
|
|
@@ -4456,25 +4585,25 @@ declare module '@polkadot/types/lookup' {
|
|
|
4456
4585
|
readonly asV4: StagingXcmV4Response;
|
|
4457
4586
|
readonly isV5: boolean;
|
|
4458
4587
|
readonly asV5: StagingXcmV5Response;
|
|
4459
|
-
readonly type:
|
|
4588
|
+
readonly type: "V3" | "V4" | "V5";
|
|
4460
4589
|
}
|
|
4461
|
-
/** @name PalletXcmVersionMigrationStage (
|
|
4590
|
+
/** @name PalletXcmVersionMigrationStage (458) */
|
|
4462
4591
|
interface PalletXcmVersionMigrationStage extends Enum {
|
|
4463
4592
|
readonly isMigrateSupportedVersion: boolean;
|
|
4464
4593
|
readonly isMigrateVersionNotifiers: boolean;
|
|
4465
4594
|
readonly isNotifyCurrentTargets: boolean;
|
|
4466
4595
|
readonly asNotifyCurrentTargets: Option<Bytes>;
|
|
4467
4596
|
readonly isMigrateAndNotifyOldTargets: boolean;
|
|
4468
|
-
readonly type:
|
|
4597
|
+
readonly type: "MigrateSupportedVersion" | "MigrateVersionNotifiers" | "NotifyCurrentTargets" | "MigrateAndNotifyOldTargets";
|
|
4469
4598
|
}
|
|
4470
|
-
/** @name PalletXcmRemoteLockedFungibleRecord (
|
|
4599
|
+
/** @name PalletXcmRemoteLockedFungibleRecord (460) */
|
|
4471
4600
|
interface PalletXcmRemoteLockedFungibleRecord extends Struct {
|
|
4472
4601
|
readonly amount: u128;
|
|
4473
4602
|
readonly owner: XcmVersionedLocation;
|
|
4474
4603
|
readonly locker: XcmVersionedLocation;
|
|
4475
4604
|
readonly consumers: Vec<ITuple<[Null, u128]>>;
|
|
4476
4605
|
}
|
|
4477
|
-
/** @name PalletXcmError (
|
|
4606
|
+
/** @name PalletXcmError (467) */
|
|
4478
4607
|
interface PalletXcmError extends Enum {
|
|
4479
4608
|
readonly isUnreachable: boolean;
|
|
4480
4609
|
readonly isSendFailure: boolean;
|
|
@@ -4500,9 +4629,9 @@ declare module '@polkadot/types/lookup' {
|
|
|
4500
4629
|
readonly isInvalidAssetUnsupportedReserve: boolean;
|
|
4501
4630
|
readonly isTooManyReserves: boolean;
|
|
4502
4631
|
readonly isLocalExecutionIncomplete: boolean;
|
|
4503
|
-
readonly type:
|
|
4632
|
+
readonly type: "Unreachable" | "SendFailure" | "Filtered" | "UnweighableMessage" | "DestinationNotInvertible" | "Empty" | "CannotReanchor" | "TooManyAssets" | "InvalidOrigin" | "BadVersion" | "BadLocation" | "NoSubscription" | "AlreadySubscribed" | "CannotCheckOutTeleport" | "LowBalance" | "TooManyLocks" | "AccountNotSovereign" | "FeesNotMet" | "LockNotFound" | "InUse" | "InvalidAssetUnknownReserve" | "InvalidAssetUnsupportedReserve" | "TooManyReserves" | "LocalExecutionIncomplete";
|
|
4504
4633
|
}
|
|
4505
|
-
/** @name PalletMessageQueueBookState (
|
|
4634
|
+
/** @name PalletMessageQueueBookState (468) */
|
|
4506
4635
|
interface PalletMessageQueueBookState extends Struct {
|
|
4507
4636
|
readonly begin: u32;
|
|
4508
4637
|
readonly end: u32;
|
|
@@ -4511,12 +4640,12 @@ declare module '@polkadot/types/lookup' {
|
|
|
4511
4640
|
readonly messageCount: u64;
|
|
4512
4641
|
readonly size_: u64;
|
|
4513
4642
|
}
|
|
4514
|
-
/** @name PalletMessageQueueNeighbours (
|
|
4643
|
+
/** @name PalletMessageQueueNeighbours (470) */
|
|
4515
4644
|
interface PalletMessageQueueNeighbours extends Struct {
|
|
4516
4645
|
readonly prev: CumulusPrimitivesCoreAggregateMessageOrigin;
|
|
4517
4646
|
readonly next: CumulusPrimitivesCoreAggregateMessageOrigin;
|
|
4518
4647
|
}
|
|
4519
|
-
/** @name PalletMessageQueuePage (
|
|
4648
|
+
/** @name PalletMessageQueuePage (472) */
|
|
4520
4649
|
interface PalletMessageQueuePage extends Struct {
|
|
4521
4650
|
readonly remaining: u32;
|
|
4522
4651
|
readonly remainingSize: u32;
|
|
@@ -4525,7 +4654,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
4525
4654
|
readonly last: u32;
|
|
4526
4655
|
readonly heap: Bytes;
|
|
4527
4656
|
}
|
|
4528
|
-
/** @name PalletMessageQueueError (
|
|
4657
|
+
/** @name PalletMessageQueueError (474) */
|
|
4529
4658
|
interface PalletMessageQueueError extends Enum {
|
|
4530
4659
|
readonly isNotReapable: boolean;
|
|
4531
4660
|
readonly isNoPage: boolean;
|
|
@@ -4536,22 +4665,22 @@ declare module '@polkadot/types/lookup' {
|
|
|
4536
4665
|
readonly isTemporarilyUnprocessable: boolean;
|
|
4537
4666
|
readonly isQueuePaused: boolean;
|
|
4538
4667
|
readonly isRecursiveDisallowed: boolean;
|
|
4539
|
-
readonly type:
|
|
4668
|
+
readonly type: "NotReapable" | "NoPage" | "NoMessage" | "AlreadyProcessed" | "Queued" | "InsufficientWeight" | "TemporarilyUnprocessable" | "QueuePaused" | "RecursiveDisallowed";
|
|
4540
4669
|
}
|
|
4541
|
-
/** @name PalletStorageProvidersSignUpRequest (
|
|
4670
|
+
/** @name PalletStorageProvidersSignUpRequest (475) */
|
|
4542
4671
|
interface PalletStorageProvidersSignUpRequest extends Struct {
|
|
4543
4672
|
readonly spSignUpRequest: PalletStorageProvidersSignUpRequestSpParams;
|
|
4544
4673
|
readonly at: u32;
|
|
4545
4674
|
}
|
|
4546
|
-
/** @name PalletStorageProvidersSignUpRequestSpParams (
|
|
4675
|
+
/** @name PalletStorageProvidersSignUpRequestSpParams (476) */
|
|
4547
4676
|
interface PalletStorageProvidersSignUpRequestSpParams extends Enum {
|
|
4548
4677
|
readonly isBackupStorageProvider: boolean;
|
|
4549
4678
|
readonly asBackupStorageProvider: PalletStorageProvidersBackupStorageProvider;
|
|
4550
4679
|
readonly isMainStorageProvider: boolean;
|
|
4551
4680
|
readonly asMainStorageProvider: PalletStorageProvidersMainStorageProviderSignUpRequest;
|
|
4552
|
-
readonly type:
|
|
4681
|
+
readonly type: "BackupStorageProvider" | "MainStorageProvider";
|
|
4553
4682
|
}
|
|
4554
|
-
/** @name PalletStorageProvidersBackupStorageProvider (
|
|
4683
|
+
/** @name PalletStorageProvidersBackupStorageProvider (477) */
|
|
4555
4684
|
interface PalletStorageProvidersBackupStorageProvider extends Struct {
|
|
4556
4685
|
readonly capacity: u64;
|
|
4557
4686
|
readonly capacityUsed: u64;
|
|
@@ -4563,12 +4692,12 @@ declare module '@polkadot/types/lookup' {
|
|
|
4563
4692
|
readonly reputationWeight: u32;
|
|
4564
4693
|
readonly signUpBlock: u32;
|
|
4565
4694
|
}
|
|
4566
|
-
/** @name PalletStorageProvidersMainStorageProviderSignUpRequest (
|
|
4695
|
+
/** @name PalletStorageProvidersMainStorageProviderSignUpRequest (478) */
|
|
4567
4696
|
interface PalletStorageProvidersMainStorageProviderSignUpRequest extends Struct {
|
|
4568
4697
|
readonly mspInfo: PalletStorageProvidersMainStorageProvider;
|
|
4569
4698
|
readonly valueProp: PalletStorageProvidersValueProposition;
|
|
4570
4699
|
}
|
|
4571
|
-
/** @name PalletStorageProvidersMainStorageProvider (
|
|
4700
|
+
/** @name PalletStorageProvidersMainStorageProvider (479) */
|
|
4572
4701
|
interface PalletStorageProvidersMainStorageProvider extends Struct {
|
|
4573
4702
|
readonly capacity: u64;
|
|
4574
4703
|
readonly capacityUsed: u64;
|
|
@@ -4580,7 +4709,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
4580
4709
|
readonly paymentAccount: AccountId32;
|
|
4581
4710
|
readonly signUpBlock: u32;
|
|
4582
4711
|
}
|
|
4583
|
-
/** @name PalletStorageProvidersBucket (
|
|
4712
|
+
/** @name PalletStorageProvidersBucket (480) */
|
|
4584
4713
|
interface PalletStorageProvidersBucket extends Struct {
|
|
4585
4714
|
readonly root: H256;
|
|
4586
4715
|
readonly userId: AccountId32;
|
|
@@ -4590,7 +4719,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
4590
4719
|
readonly size_: u64;
|
|
4591
4720
|
readonly valuePropId: H256;
|
|
4592
4721
|
}
|
|
4593
|
-
/** @name PalletStorageProvidersError (
|
|
4722
|
+
/** @name PalletStorageProvidersError (484) */
|
|
4594
4723
|
interface PalletStorageProvidersError extends Enum {
|
|
4595
4724
|
readonly isAlreadyRegistered: boolean;
|
|
4596
4725
|
readonly isSignUpNotRequested: boolean;
|
|
@@ -4644,9 +4773,9 @@ declare module '@polkadot/types/lookup' {
|
|
|
4644
4773
|
readonly isInvalidEncodedFileMetadata: boolean;
|
|
4645
4774
|
readonly isInvalidEncodedAccountId: boolean;
|
|
4646
4775
|
readonly isPaymentStreamNotFound: boolean;
|
|
4647
|
-
readonly type:
|
|
4776
|
+
readonly type: "AlreadyRegistered" | "SignUpNotRequested" | "SignUpRequestPending" | "NoMultiAddress" | "InvalidMultiAddress" | "StorageTooLow" | "NotEnoughBalance" | "CannotHoldDeposit" | "StorageStillInUse" | "SignOffPeriodNotPassed" | "RandomnessNotValidYet" | "SignUpRequestExpired" | "NewCapacityLessThanUsedStorage" | "NewCapacityEqualsCurrentCapacity" | "NewCapacityCantBeZero" | "NotEnoughTimePassed" | "NewUsedCapacityExceedsStorageCapacity" | "DepositTooLow" | "NotRegistered" | "NoUserId" | "NoBucketId" | "SpRegisteredButDataNotFound" | "BucketNotFound" | "BucketAlreadyExists" | "BucketNotEmpty" | "BucketsMovedAmountMismatch" | "AppendBucketToMspFailed" | "ProviderNotSlashable" | "TopUpNotRequired" | "BucketMustHaveMspForOperation" | "MultiAddressesMaxAmountReached" | "MultiAddressNotFound" | "MultiAddressAlreadyExists" | "LastMultiAddressCantBeRemoved" | "ValuePropositionNotFound" | "ValuePropositionAlreadyExists" | "ValuePropositionNotAvailable" | "CantDeactivateLastValueProp" | "ValuePropositionsDeletedAmountMismatch" | "FixedRatePaymentStreamNotFound" | "MspAlreadyAssignedToBucket" | "BucketSizeExceedsLimit" | "BucketHasNoValueProposition" | "MaxBlockNumberReached" | "OperationNotAllowedForInsolventProvider" | "DeleteProviderConditionsNotMet" | "CannotStopCycleWithNonDefaultRoot" | "BspOnlyOperation" | "MspOnlyOperation" | "InvalidEncodedFileMetadata" | "InvalidEncodedAccountId" | "PaymentStreamNotFound";
|
|
4648
4777
|
}
|
|
4649
|
-
/** @name PalletFileSystemStorageRequestMetadata (
|
|
4778
|
+
/** @name PalletFileSystemStorageRequestMetadata (485) */
|
|
4650
4779
|
interface PalletFileSystemStorageRequestMetadata extends Struct {
|
|
4651
4780
|
readonly requestedAt: u32;
|
|
4652
4781
|
readonly expiresAt: u32;
|
|
@@ -4662,7 +4791,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
4662
4791
|
readonly bspsVolunteered: u32;
|
|
4663
4792
|
readonly depositPaid: u128;
|
|
4664
4793
|
}
|
|
4665
|
-
/** @name PalletFileSystemMspStorageRequestStatus (
|
|
4794
|
+
/** @name PalletFileSystemMspStorageRequestStatus (486) */
|
|
4666
4795
|
interface PalletFileSystemMspStorageRequestStatus extends Enum {
|
|
4667
4796
|
readonly isNone: boolean;
|
|
4668
4797
|
readonly isPending: boolean;
|
|
@@ -4671,13 +4800,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
4671
4800
|
readonly asAcceptedNewFile: H256;
|
|
4672
4801
|
readonly isAcceptedExistingFile: boolean;
|
|
4673
4802
|
readonly asAcceptedExistingFile: H256;
|
|
4674
|
-
readonly type:
|
|
4803
|
+
readonly type: "None" | "Pending" | "AcceptedNewFile" | "AcceptedExistingFile";
|
|
4675
4804
|
}
|
|
4676
|
-
/** @name PalletFileSystemStorageRequestBspsMetadata (
|
|
4805
|
+
/** @name PalletFileSystemStorageRequestBspsMetadata (487) */
|
|
4677
4806
|
interface PalletFileSystemStorageRequestBspsMetadata extends Struct {
|
|
4678
4807
|
readonly confirmed: bool;
|
|
4679
4808
|
}
|
|
4680
|
-
/** @name PalletFileSystemPendingFileDeletionRequest (
|
|
4809
|
+
/** @name PalletFileSystemPendingFileDeletionRequest (489) */
|
|
4681
4810
|
interface PalletFileSystemPendingFileDeletionRequest extends Struct {
|
|
4682
4811
|
readonly user: AccountId32;
|
|
4683
4812
|
readonly fileKey: H256;
|
|
@@ -4686,19 +4815,19 @@ declare module '@polkadot/types/lookup' {
|
|
|
4686
4815
|
readonly depositPaidForCreation: u128;
|
|
4687
4816
|
readonly queuePriorityChallenge: bool;
|
|
4688
4817
|
}
|
|
4689
|
-
/** @name PalletFileSystemPendingStopStoringRequest (
|
|
4818
|
+
/** @name PalletFileSystemPendingStopStoringRequest (491) */
|
|
4690
4819
|
interface PalletFileSystemPendingStopStoringRequest extends Struct {
|
|
4691
4820
|
readonly tickWhenRequested: u32;
|
|
4692
4821
|
readonly fileOwner: AccountId32;
|
|
4693
4822
|
readonly fileSize: u64;
|
|
4694
4823
|
}
|
|
4695
|
-
/** @name PalletFileSystemMoveBucketRequestMetadata (
|
|
4824
|
+
/** @name PalletFileSystemMoveBucketRequestMetadata (492) */
|
|
4696
4825
|
interface PalletFileSystemMoveBucketRequestMetadata extends Struct {
|
|
4697
4826
|
readonly requester: AccountId32;
|
|
4698
4827
|
readonly newMspId: H256;
|
|
4699
4828
|
readonly newValuePropId: H256;
|
|
4700
4829
|
}
|
|
4701
|
-
/** @name PalletFileSystemIncompleteStorageRequestMetadata (
|
|
4830
|
+
/** @name PalletFileSystemIncompleteStorageRequestMetadata (493) */
|
|
4702
4831
|
interface PalletFileSystemIncompleteStorageRequestMetadata extends Struct {
|
|
4703
4832
|
readonly owner: AccountId32;
|
|
4704
4833
|
readonly bucketId: H256;
|
|
@@ -4708,7 +4837,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
4708
4837
|
readonly pendingBspRemovals: Vec<H256>;
|
|
4709
4838
|
readonly pendingBucketRemoval: bool;
|
|
4710
4839
|
}
|
|
4711
|
-
/** @name PalletFileSystemError (
|
|
4840
|
+
/** @name PalletFileSystemError (495) */
|
|
4712
4841
|
interface PalletFileSystemError extends Enum {
|
|
4713
4842
|
readonly isNotABsp: boolean;
|
|
4714
4843
|
readonly isNotAMsp: boolean;
|
|
@@ -4779,14 +4908,15 @@ declare module '@polkadot/types/lookup' {
|
|
|
4779
4908
|
readonly isFailedToComputeFileKey: boolean;
|
|
4780
4909
|
readonly isFailedToCreateFileMetadata: boolean;
|
|
4781
4910
|
readonly isFileMetadataProcessingQueueFull: boolean;
|
|
4782
|
-
readonly
|
|
4911
|
+
readonly isUserOperationPaused: boolean;
|
|
4912
|
+
readonly type: "NotABsp" | "NotAMsp" | "NotASp" | "StorageRequestAlreadyRegistered" | "StorageRequestNotFound" | "StorageRequestExists" | "StorageRequestNotAuthorized" | "StorageRequestBspsRequiredFulfilled" | "TooManyStorageRequestResponses" | "IncompleteStorageRequestNotFound" | "ReplicationTargetCannotBeZero" | "ReplicationTargetExceedsMaximum" | "BspNotVolunteered" | "BspNotConfirmed" | "BspAlreadyConfirmed" | "BspAlreadyVolunteered" | "BspNotEligibleToVolunteer" | "InsufficientAvailableCapacity" | "NoFileKeysToConfirm" | "MspNotStoringBucket" | "NotSelectedMsp" | "MspAlreadyConfirmed" | "RequestWithoutMsp" | "MspAlreadyStoringBucket" | "BucketNotFound" | "BucketNotEmpty" | "NotBucketOwner" | "BucketIsBeingMoved" | "InvalidBucketIdFileKeyPair" | "ValuePropositionNotAvailable" | "CollectionNotFound" | "MoveBucketRequestNotFound" | "InvalidFileKeyMetadata" | "FileSizeCannotBeZero" | "ProviderNotStoringFile" | "FileHasActiveStorageRequest" | "FileHasIncompleteStorageRequest" | "BatchFileDeletionMustContainSingleBucket" | "DuplicateFileKeyInBatchFileDeletion" | "NoFileKeysToDelete" | "FailedToPushFileKeyToBucketDeletionVector" | "FailedToPushUserToBspDeletionVector" | "FailedToPushFileKeyToBspDeletionVector" | "PendingStopStoringRequestNotFound" | "MinWaitForStopStoringNotReached" | "PendingStopStoringRequestAlreadyExists" | "ExpectedNonInclusionProof" | "ExpectedInclusionProof" | "FixedRatePaymentStreamNotFound" | "DynamicRatePaymentStreamNotFound" | "OperationNotAllowedWithInsolventUser" | "UserNotInsolvent" | "OperationNotAllowedForInsolventProvider" | "InvalidSignature" | "InvalidProviderID" | "InvalidSignedOperation" | "NoGlobalReputationWeightSet" | "NoBspReputationWeightSet" | "CannotHoldDeposit" | "MaxTickNumberReached" | "ThresholdArithmeticError" | "RootNotUpdated" | "ImpossibleFailedToGetValue" | "FailedToQueryEarliestFileVolunteerTick" | "FailedToGetOwnerAccount" | "FailedToGetPaymentAccount" | "FailedToComputeFileKey" | "FailedToCreateFileMetadata" | "FileMetadataProcessingQueueFull" | "UserOperationPaused";
|
|
4783
4913
|
}
|
|
4784
|
-
/** @name PalletProofsDealerProofSubmissionRecord (
|
|
4914
|
+
/** @name PalletProofsDealerProofSubmissionRecord (497) */
|
|
4785
4915
|
interface PalletProofsDealerProofSubmissionRecord extends Struct {
|
|
4786
4916
|
readonly lastTickProven: u32;
|
|
4787
4917
|
readonly nextTickToSubmitProofFor: u32;
|
|
4788
4918
|
}
|
|
4789
|
-
/** @name PalletProofsDealerError (
|
|
4919
|
+
/** @name PalletProofsDealerError (504) */
|
|
4790
4920
|
interface PalletProofsDealerError extends Enum {
|
|
4791
4921
|
readonly isNotProvider: boolean;
|
|
4792
4922
|
readonly isChallengesQueueOverflow: boolean;
|
|
@@ -4812,28 +4942,28 @@ declare module '@polkadot/types/lookup' {
|
|
|
4812
4942
|
readonly isUnexpectedNumberOfRemoveMutations: boolean;
|
|
4813
4943
|
readonly isFailedToUpdateProviderAfterKeyRemoval: boolean;
|
|
4814
4944
|
readonly isTooManyValidProofSubmitters: boolean;
|
|
4815
|
-
readonly type:
|
|
4945
|
+
readonly type: "NotProvider" | "ChallengesQueueOverflow" | "PriorityChallengesQueueOverflow" | "FeeChargeFailed" | "EmptyKeyProofs" | "ProviderRootNotFound" | "ZeroRoot" | "NoRecordOfLastSubmittedProof" | "ProviderStakeNotFound" | "ZeroStake" | "StakeCouldNotBeConverted" | "ChallengesTickNotReached" | "ChallengesTickTooOld" | "ChallengesTickTooLate" | "SeedNotFound" | "CheckpointChallengesNotFound" | "ForestProofVerificationFailed" | "IncorrectNumberOfKeyProofs" | "KeyProofNotFound" | "KeyProofVerificationFailed" | "FailedToApplyDelta" | "UnexpectedNumberOfRemoveMutations" | "FailedToUpdateProviderAfterKeyRemoval" | "TooManyValidProofSubmitters";
|
|
4816
4946
|
}
|
|
4817
|
-
/** @name PalletPaymentStreamsFixedRatePaymentStream (
|
|
4947
|
+
/** @name PalletPaymentStreamsFixedRatePaymentStream (507) */
|
|
4818
4948
|
interface PalletPaymentStreamsFixedRatePaymentStream extends Struct {
|
|
4819
4949
|
readonly rate: u128;
|
|
4820
4950
|
readonly lastChargedTick: u32;
|
|
4821
4951
|
readonly userDeposit: u128;
|
|
4822
4952
|
readonly outOfFundsTick: Option<u32>;
|
|
4823
4953
|
}
|
|
4824
|
-
/** @name PalletPaymentStreamsDynamicRatePaymentStream (
|
|
4954
|
+
/** @name PalletPaymentStreamsDynamicRatePaymentStream (508) */
|
|
4825
4955
|
interface PalletPaymentStreamsDynamicRatePaymentStream extends Struct {
|
|
4826
4956
|
readonly amountProvided: u64;
|
|
4827
4957
|
readonly priceIndexWhenLastCharged: u128;
|
|
4828
4958
|
readonly userDeposit: u128;
|
|
4829
4959
|
readonly outOfFundsTick: Option<u32>;
|
|
4830
4960
|
}
|
|
4831
|
-
/** @name PalletPaymentStreamsProviderLastChargeableInfo (
|
|
4961
|
+
/** @name PalletPaymentStreamsProviderLastChargeableInfo (509) */
|
|
4832
4962
|
interface PalletPaymentStreamsProviderLastChargeableInfo extends Struct {
|
|
4833
4963
|
readonly lastChargeableTick: u32;
|
|
4834
4964
|
readonly priceIndex: u128;
|
|
4835
4965
|
}
|
|
4836
|
-
/** @name PalletPaymentStreamsError (
|
|
4966
|
+
/** @name PalletPaymentStreamsError (510) */
|
|
4837
4967
|
interface PalletPaymentStreamsError extends Enum {
|
|
4838
4968
|
readonly isPaymentStreamAlreadyExists: boolean;
|
|
4839
4969
|
readonly isPaymentStreamNotFound: boolean;
|
|
@@ -4853,17 +4983,17 @@ declare module '@polkadot/types/lookup' {
|
|
|
4853
4983
|
readonly isCooldownPeriodNotPassed: boolean;
|
|
4854
4984
|
readonly isUserHasRemainingDebt: boolean;
|
|
4855
4985
|
readonly isProviderInsolvent: boolean;
|
|
4856
|
-
readonly type:
|
|
4986
|
+
readonly type: "PaymentStreamAlreadyExists" | "PaymentStreamNotFound" | "NotAProvider" | "ProviderInconsistencyError" | "CannotHoldDeposit" | "UpdateRateToSameRate" | "UpdateAmountToSameAmount" | "RateCantBeZero" | "AmountProvidedCantBeZero" | "LastChargedGreaterThanLastChargeable" | "InvalidLastChargeableBlockNumber" | "InvalidLastChargeablePriceIndex" | "ChargeOverflow" | "UserWithoutFunds" | "UserNotFlaggedAsWithoutFunds" | "CooldownPeriodNotPassed" | "UserHasRemainingDebt" | "ProviderInsolvent";
|
|
4857
4987
|
}
|
|
4858
|
-
/** @name PalletBucketNftsError (
|
|
4988
|
+
/** @name PalletBucketNftsError (511) */
|
|
4859
4989
|
interface PalletBucketNftsError extends Enum {
|
|
4860
4990
|
readonly isBucketIsNotPrivate: boolean;
|
|
4861
4991
|
readonly isNotBucketOwner: boolean;
|
|
4862
4992
|
readonly isNoCorrespondingCollection: boolean;
|
|
4863
4993
|
readonly isConvertBytesToBoundedVec: boolean;
|
|
4864
|
-
readonly type:
|
|
4994
|
+
readonly type: "BucketIsNotPrivate" | "NotBucketOwner" | "NoCorrespondingCollection" | "ConvertBytesToBoundedVec";
|
|
4865
4995
|
}
|
|
4866
|
-
/** @name PalletNftsCollectionDetails (
|
|
4996
|
+
/** @name PalletNftsCollectionDetails (512) */
|
|
4867
4997
|
interface PalletNftsCollectionDetails extends Struct {
|
|
4868
4998
|
readonly owner: AccountId32;
|
|
4869
4999
|
readonly ownerDeposit: u128;
|
|
@@ -4872,60 +5002,60 @@ declare module '@polkadot/types/lookup' {
|
|
|
4872
5002
|
readonly itemConfigs: u32;
|
|
4873
5003
|
readonly attributes: u32;
|
|
4874
5004
|
}
|
|
4875
|
-
/** @name PalletNftsCollectionRole (
|
|
5005
|
+
/** @name PalletNftsCollectionRole (517) */
|
|
4876
5006
|
interface PalletNftsCollectionRole extends Enum {
|
|
4877
5007
|
readonly isIssuer: boolean;
|
|
4878
5008
|
readonly isFreezer: boolean;
|
|
4879
5009
|
readonly isAdmin: boolean;
|
|
4880
|
-
readonly type:
|
|
5010
|
+
readonly type: "Issuer" | "Freezer" | "Admin";
|
|
4881
5011
|
}
|
|
4882
|
-
/** @name PalletNftsItemDetails (
|
|
5012
|
+
/** @name PalletNftsItemDetails (518) */
|
|
4883
5013
|
interface PalletNftsItemDetails extends Struct {
|
|
4884
5014
|
readonly owner: AccountId32;
|
|
4885
5015
|
readonly approvals: BTreeMap<AccountId32, Option<u32>>;
|
|
4886
5016
|
readonly deposit: PalletNftsItemDeposit;
|
|
4887
5017
|
}
|
|
4888
|
-
/** @name PalletNftsItemDeposit (
|
|
5018
|
+
/** @name PalletNftsItemDeposit (519) */
|
|
4889
5019
|
interface PalletNftsItemDeposit extends Struct {
|
|
4890
5020
|
readonly account: AccountId32;
|
|
4891
5021
|
readonly amount: u128;
|
|
4892
5022
|
}
|
|
4893
|
-
/** @name PalletNftsCollectionMetadata (
|
|
5023
|
+
/** @name PalletNftsCollectionMetadata (524) */
|
|
4894
5024
|
interface PalletNftsCollectionMetadata extends Struct {
|
|
4895
5025
|
readonly deposit: u128;
|
|
4896
5026
|
readonly data: Bytes;
|
|
4897
5027
|
}
|
|
4898
|
-
/** @name PalletNftsItemMetadata (
|
|
5028
|
+
/** @name PalletNftsItemMetadata (525) */
|
|
4899
5029
|
interface PalletNftsItemMetadata extends Struct {
|
|
4900
5030
|
readonly deposit: PalletNftsItemMetadataDeposit;
|
|
4901
5031
|
readonly data: Bytes;
|
|
4902
5032
|
}
|
|
4903
|
-
/** @name PalletNftsItemMetadataDeposit (
|
|
5033
|
+
/** @name PalletNftsItemMetadataDeposit (526) */
|
|
4904
5034
|
interface PalletNftsItemMetadataDeposit extends Struct {
|
|
4905
5035
|
readonly account: Option<AccountId32>;
|
|
4906
5036
|
readonly amount: u128;
|
|
4907
5037
|
}
|
|
4908
|
-
/** @name PalletNftsAttributeDeposit (
|
|
5038
|
+
/** @name PalletNftsAttributeDeposit (529) */
|
|
4909
5039
|
interface PalletNftsAttributeDeposit extends Struct {
|
|
4910
5040
|
readonly account: Option<AccountId32>;
|
|
4911
5041
|
readonly amount: u128;
|
|
4912
5042
|
}
|
|
4913
|
-
/** @name PalletNftsPendingSwap (
|
|
5043
|
+
/** @name PalletNftsPendingSwap (533) */
|
|
4914
5044
|
interface PalletNftsPendingSwap extends Struct {
|
|
4915
5045
|
readonly desiredCollection: u32;
|
|
4916
5046
|
readonly desiredItem: Option<u32>;
|
|
4917
5047
|
readonly price: Option<PalletNftsPriceWithDirection>;
|
|
4918
5048
|
readonly deadline: u32;
|
|
4919
5049
|
}
|
|
4920
|
-
/** @name PalletNftsPalletFeature (
|
|
5050
|
+
/** @name PalletNftsPalletFeature (535) */
|
|
4921
5051
|
interface PalletNftsPalletFeature extends Enum {
|
|
4922
5052
|
readonly isTrading: boolean;
|
|
4923
5053
|
readonly isAttributes: boolean;
|
|
4924
5054
|
readonly isApprovals: boolean;
|
|
4925
5055
|
readonly isSwaps: boolean;
|
|
4926
|
-
readonly type:
|
|
5056
|
+
readonly type: "Trading" | "Attributes" | "Approvals" | "Swaps";
|
|
4927
5057
|
}
|
|
4928
|
-
/** @name PalletNftsError (
|
|
5058
|
+
/** @name PalletNftsError (536) */
|
|
4929
5059
|
interface PalletNftsError extends Enum {
|
|
4930
5060
|
readonly isNoPermission: boolean;
|
|
4931
5061
|
readonly isUnknownCollection: boolean;
|
|
@@ -4972,36 +5102,36 @@ declare module '@polkadot/types/lookup' {
|
|
|
4972
5102
|
readonly isWrongNamespace: boolean;
|
|
4973
5103
|
readonly isCollectionNotEmpty: boolean;
|
|
4974
5104
|
readonly isWitnessRequired: boolean;
|
|
4975
|
-
readonly type:
|
|
5105
|
+
readonly type: "NoPermission" | "UnknownCollection" | "AlreadyExists" | "ApprovalExpired" | "WrongOwner" | "BadWitness" | "CollectionIdInUse" | "ItemsNonTransferable" | "NotDelegate" | "WrongDelegate" | "Unapproved" | "Unaccepted" | "ItemLocked" | "LockedItemAttributes" | "LockedCollectionAttributes" | "LockedItemMetadata" | "LockedCollectionMetadata" | "MaxSupplyReached" | "MaxSupplyLocked" | "MaxSupplyTooSmall" | "UnknownItem" | "UnknownSwap" | "MetadataNotFound" | "AttributeNotFound" | "NotForSale" | "BidTooLow" | "ReachedApprovalLimit" | "DeadlineExpired" | "WrongDuration" | "MethodDisabled" | "WrongSetting" | "InconsistentItemConfig" | "NoConfig" | "RolesNotCleared" | "MintNotStarted" | "MintEnded" | "AlreadyClaimed" | "IncorrectData" | "WrongOrigin" | "WrongSignature" | "IncorrectMetadata" | "MaxAttributesLimitReached" | "WrongNamespace" | "CollectionNotEmpty" | "WitnessRequired";
|
|
4976
5106
|
}
|
|
4977
|
-
/** @name FrameSystemExtensionsCheckNonZeroSender (
|
|
5107
|
+
/** @name FrameSystemExtensionsCheckNonZeroSender (539) */
|
|
4978
5108
|
type FrameSystemExtensionsCheckNonZeroSender = Null;
|
|
4979
|
-
/** @name FrameSystemExtensionsCheckSpecVersion (
|
|
5109
|
+
/** @name FrameSystemExtensionsCheckSpecVersion (540) */
|
|
4980
5110
|
type FrameSystemExtensionsCheckSpecVersion = Null;
|
|
4981
|
-
/** @name FrameSystemExtensionsCheckTxVersion (
|
|
5111
|
+
/** @name FrameSystemExtensionsCheckTxVersion (541) */
|
|
4982
5112
|
type FrameSystemExtensionsCheckTxVersion = Null;
|
|
4983
|
-
/** @name FrameSystemExtensionsCheckGenesis (
|
|
5113
|
+
/** @name FrameSystemExtensionsCheckGenesis (542) */
|
|
4984
5114
|
type FrameSystemExtensionsCheckGenesis = Null;
|
|
4985
|
-
/** @name FrameSystemExtensionsCheckNonce (
|
|
5115
|
+
/** @name FrameSystemExtensionsCheckNonce (545) */
|
|
4986
5116
|
interface FrameSystemExtensionsCheckNonce extends Compact<u32> {
|
|
4987
5117
|
}
|
|
4988
|
-
/** @name FrameSystemExtensionsCheckWeight (
|
|
5118
|
+
/** @name FrameSystemExtensionsCheckWeight (546) */
|
|
4989
5119
|
type FrameSystemExtensionsCheckWeight = Null;
|
|
4990
|
-
/** @name PalletTransactionPaymentChargeTransactionPayment (
|
|
5120
|
+
/** @name PalletTransactionPaymentChargeTransactionPayment (547) */
|
|
4991
5121
|
interface PalletTransactionPaymentChargeTransactionPayment extends Compact<u128> {
|
|
4992
5122
|
}
|
|
4993
|
-
/** @name CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim (
|
|
5123
|
+
/** @name CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim (548) */
|
|
4994
5124
|
type CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim = Null;
|
|
4995
|
-
/** @name FrameMetadataHashExtensionCheckMetadataHash (
|
|
5125
|
+
/** @name FrameMetadataHashExtensionCheckMetadataHash (549) */
|
|
4996
5126
|
interface FrameMetadataHashExtensionCheckMetadataHash extends Struct {
|
|
4997
5127
|
readonly mode: FrameMetadataHashExtensionMode;
|
|
4998
5128
|
}
|
|
4999
|
-
/** @name FrameMetadataHashExtensionMode (
|
|
5129
|
+
/** @name FrameMetadataHashExtensionMode (550) */
|
|
5000
5130
|
interface FrameMetadataHashExtensionMode extends Enum {
|
|
5001
5131
|
readonly isDisabled: boolean;
|
|
5002
5132
|
readonly isEnabled: boolean;
|
|
5003
|
-
readonly type:
|
|
5133
|
+
readonly type: "Disabled" | "Enabled";
|
|
5004
5134
|
}
|
|
5005
|
-
/** @name ShParachainRuntimeRuntime (
|
|
5135
|
+
/** @name ShParachainRuntimeRuntime (551) */
|
|
5006
5136
|
type ShParachainRuntimeRuntime = Null;
|
|
5007
5137
|
}
|