@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, Bytes, Compact, Enum, Null, Option, Result, Struct, Text, U256, U8aFixed, Vec, bool, u128, u32, u64, u8 } from
|
|
3
|
-
import type { ITuple } from
|
|
4
|
-
import type { AccountId20, Call, H160, H256, Perbill } from
|
|
5
|
-
import type { Event } from
|
|
6
|
-
declare module
|
|
1
|
+
import "@polkadot/types/lookup";
|
|
2
|
+
import type { BTreeMap, Bytes, Compact, Enum, Null, Option, Result, Struct, Text, U256, U8aFixed, Vec, bool, u128, u32, u64, u8 } from "@polkadot/types-codec";
|
|
3
|
+
import type { ITuple } from "@polkadot/types-codec/types";
|
|
4
|
+
import type { AccountId20, Call, H160, H256, 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 (21) */
|
|
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 (24) */
|
|
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 (26) */
|
|
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 (27) */
|
|
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 (28) */
|
|
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 (30) */
|
|
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 (31) */
|
|
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 (32) */
|
|
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 PalletBalancesEvent (33) */
|
|
182
182
|
interface PalletBalancesEvent extends Enum {
|
|
@@ -290,13 +290,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
290
290
|
readonly old: u128;
|
|
291
291
|
readonly new_: u128;
|
|
292
292
|
} & Struct;
|
|
293
|
-
readonly type:
|
|
293
|
+
readonly type: "Endowed" | "DustLost" | "Transfer" | "BalanceSet" | "Reserved" | "Unreserved" | "ReserveRepatriated" | "Deposit" | "Withdraw" | "Slashed" | "Minted" | "Burned" | "Suspended" | "Restored" | "Upgraded" | "Issued" | "Rescinded" | "Locked" | "Unlocked" | "Frozen" | "Thawed" | "TotalIssuanceForced";
|
|
294
294
|
}
|
|
295
295
|
/** @name FrameSupportTokensMiscBalanceStatus (34) */
|
|
296
296
|
interface FrameSupportTokensMiscBalanceStatus extends Enum {
|
|
297
297
|
readonly isFree: boolean;
|
|
298
298
|
readonly isReserved: boolean;
|
|
299
|
-
readonly type:
|
|
299
|
+
readonly type: "Free" | "Reserved";
|
|
300
300
|
}
|
|
301
301
|
/** @name PalletOffencesEvent (35) */
|
|
302
302
|
interface PalletOffencesEvent extends Enum {
|
|
@@ -305,7 +305,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
305
305
|
readonly kind: U8aFixed;
|
|
306
306
|
readonly timeslot: Bytes;
|
|
307
307
|
} & Struct;
|
|
308
|
-
readonly type:
|
|
308
|
+
readonly type: "Offence";
|
|
309
309
|
}
|
|
310
310
|
/** @name PalletSessionEvent (37) */
|
|
311
311
|
interface PalletSessionEvent extends Enum {
|
|
@@ -313,7 +313,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
313
313
|
readonly asNewSession: {
|
|
314
314
|
readonly sessionIndex: u32;
|
|
315
315
|
} & Struct;
|
|
316
|
-
readonly type:
|
|
316
|
+
readonly type: "NewSession";
|
|
317
317
|
}
|
|
318
318
|
/** @name PalletGrandpaEvent (38) */
|
|
319
319
|
interface PalletGrandpaEvent extends Enum {
|
|
@@ -323,7 +323,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
323
323
|
} & Struct;
|
|
324
324
|
readonly isPaused: boolean;
|
|
325
325
|
readonly isResumed: boolean;
|
|
326
|
-
readonly type:
|
|
326
|
+
readonly type: "NewAuthorities" | "Paused" | "Resumed";
|
|
327
327
|
}
|
|
328
328
|
/** @name SpConsensusGrandpaAppPublic (41) */
|
|
329
329
|
interface SpConsensusGrandpaAppPublic extends U8aFixed {
|
|
@@ -336,7 +336,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
336
336
|
readonly actualFee: u128;
|
|
337
337
|
readonly tip: u128;
|
|
338
338
|
} & Struct;
|
|
339
|
-
readonly type:
|
|
339
|
+
readonly type: "TransactionFeePaid";
|
|
340
340
|
}
|
|
341
341
|
/** @name PalletParametersEvent (43) */
|
|
342
342
|
interface PalletParametersEvent extends Enum {
|
|
@@ -346,13 +346,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
346
346
|
readonly oldValue: Option<ShSolochainEvmRuntimeConfigsRuntimeParamsRuntimeParametersValue>;
|
|
347
347
|
readonly newValue: Option<ShSolochainEvmRuntimeConfigsRuntimeParamsRuntimeParametersValue>;
|
|
348
348
|
} & Struct;
|
|
349
|
-
readonly type:
|
|
349
|
+
readonly type: "Updated";
|
|
350
350
|
}
|
|
351
351
|
/** @name ShSolochainEvmRuntimeConfigsRuntimeParamsRuntimeParametersKey (44) */
|
|
352
352
|
interface ShSolochainEvmRuntimeConfigsRuntimeParamsRuntimeParametersKey extends Enum {
|
|
353
353
|
readonly isRuntimeConfig: boolean;
|
|
354
354
|
readonly asRuntimeConfig: ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersKey;
|
|
355
|
-
readonly type:
|
|
355
|
+
readonly type: "RuntimeConfig";
|
|
356
356
|
}
|
|
357
357
|
/** @name ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersKey (45) */
|
|
358
358
|
interface ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersKey extends Enum {
|
|
@@ -386,7 +386,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
386
386
|
readonly isMinSeedPeriod: boolean;
|
|
387
387
|
readonly isStakeToSeedPeriod: boolean;
|
|
388
388
|
readonly isUpfrontTicksToPay: boolean;
|
|
389
|
-
readonly type:
|
|
389
|
+
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";
|
|
390
390
|
}
|
|
391
391
|
/** @name ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSlashAmountPerMaxFileSize (46) */
|
|
392
392
|
type ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSlashAmountPerMaxFileSize = Null;
|
|
@@ -452,7 +452,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
452
452
|
interface ShSolochainEvmRuntimeConfigsRuntimeParamsRuntimeParametersValue extends Enum {
|
|
453
453
|
readonly isRuntimeConfig: boolean;
|
|
454
454
|
readonly asRuntimeConfig: ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersValue;
|
|
455
|
-
readonly type:
|
|
455
|
+
readonly type: "RuntimeConfig";
|
|
456
456
|
}
|
|
457
457
|
/** @name ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersValue (78) */
|
|
458
458
|
interface ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersValue extends Enum {
|
|
@@ -475,9 +475,9 @@ declare module '@polkadot/types/lookup' {
|
|
|
475
475
|
readonly isMinPrice: boolean;
|
|
476
476
|
readonly asMinPrice: u128;
|
|
477
477
|
readonly isUpperExponentFactor: boolean;
|
|
478
|
-
readonly asUpperExponentFactor:
|
|
478
|
+
readonly asUpperExponentFactor: u128;
|
|
479
479
|
readonly isLowerExponentFactor: boolean;
|
|
480
|
-
readonly asLowerExponentFactor:
|
|
480
|
+
readonly asLowerExponentFactor: u128;
|
|
481
481
|
readonly isZeroSizeBucketFixedRate: boolean;
|
|
482
482
|
readonly asZeroSizeBucketFixedRate: u128;
|
|
483
483
|
readonly isIdealUtilisationRate: boolean;
|
|
@@ -516,7 +516,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
516
516
|
readonly asStakeToSeedPeriod: u128;
|
|
517
517
|
readonly isUpfrontTicksToPay: boolean;
|
|
518
518
|
readonly asUpfrontTicksToPay: u32;
|
|
519
|
-
readonly type:
|
|
519
|
+
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";
|
|
520
520
|
}
|
|
521
521
|
/** @name PalletSudoEvent (80) */
|
|
522
522
|
interface PalletSudoEvent extends Enum {
|
|
@@ -534,7 +534,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
534
534
|
readonly asSudoAsDone: {
|
|
535
535
|
readonly sudoResult: Result<Null, SpRuntimeDispatchError>;
|
|
536
536
|
} & Struct;
|
|
537
|
-
readonly type:
|
|
537
|
+
readonly type: "Sudid" | "KeyChanged" | "KeyRemoved" | "SudoAsDone";
|
|
538
538
|
}
|
|
539
539
|
/** @name PalletEthereumEvent (84) */
|
|
540
540
|
interface PalletEthereumEvent extends Enum {
|
|
@@ -546,7 +546,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
546
546
|
readonly exitReason: EvmCoreErrorExitReason;
|
|
547
547
|
readonly extraData: Bytes;
|
|
548
548
|
} & Struct;
|
|
549
|
-
readonly type:
|
|
549
|
+
readonly type: "Executed";
|
|
550
550
|
}
|
|
551
551
|
/** @name EvmCoreErrorExitReason (86) */
|
|
552
552
|
interface EvmCoreErrorExitReason extends Enum {
|
|
@@ -558,14 +558,14 @@ declare module '@polkadot/types/lookup' {
|
|
|
558
558
|
readonly asRevert: EvmCoreErrorExitRevert;
|
|
559
559
|
readonly isFatal: boolean;
|
|
560
560
|
readonly asFatal: EvmCoreErrorExitFatal;
|
|
561
|
-
readonly type:
|
|
561
|
+
readonly type: "Succeed" | "Error" | "Revert" | "Fatal";
|
|
562
562
|
}
|
|
563
563
|
/** @name EvmCoreErrorExitSucceed (87) */
|
|
564
564
|
interface EvmCoreErrorExitSucceed extends Enum {
|
|
565
565
|
readonly isStopped: boolean;
|
|
566
566
|
readonly isReturned: boolean;
|
|
567
567
|
readonly isSuicided: boolean;
|
|
568
|
-
readonly type:
|
|
568
|
+
readonly type: "Stopped" | "Returned" | "Suicided";
|
|
569
569
|
}
|
|
570
570
|
/** @name EvmCoreErrorExitError (88) */
|
|
571
571
|
interface EvmCoreErrorExitError extends Enum {
|
|
@@ -587,12 +587,12 @@ declare module '@polkadot/types/lookup' {
|
|
|
587
587
|
readonly isMaxNonce: boolean;
|
|
588
588
|
readonly isInvalidCode: boolean;
|
|
589
589
|
readonly asInvalidCode: u8;
|
|
590
|
-
readonly type:
|
|
590
|
+
readonly type: "StackUnderflow" | "StackOverflow" | "InvalidJump" | "InvalidRange" | "DesignatedInvalid" | "CallTooDeep" | "CreateCollision" | "CreateContractLimit" | "OutOfOffset" | "OutOfGas" | "OutOfFund" | "PcUnderflow" | "CreateEmpty" | "Other" | "MaxNonce" | "InvalidCode";
|
|
591
591
|
}
|
|
592
592
|
/** @name EvmCoreErrorExitRevert (92) */
|
|
593
593
|
interface EvmCoreErrorExitRevert extends Enum {
|
|
594
594
|
readonly isReverted: boolean;
|
|
595
|
-
readonly type:
|
|
595
|
+
readonly type: "Reverted";
|
|
596
596
|
}
|
|
597
597
|
/** @name EvmCoreErrorExitFatal (93) */
|
|
598
598
|
interface EvmCoreErrorExitFatal extends Enum {
|
|
@@ -602,7 +602,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
602
602
|
readonly asCallErrorAsFatal: EvmCoreErrorExitError;
|
|
603
603
|
readonly isOther: boolean;
|
|
604
604
|
readonly asOther: Text;
|
|
605
|
-
readonly type:
|
|
605
|
+
readonly type: "NotSupported" | "UnhandledInterrupt" | "CallErrorAsFatal" | "Other";
|
|
606
606
|
}
|
|
607
607
|
/** @name PalletEvmEvent (94) */
|
|
608
608
|
interface PalletEvmEvent extends Enum {
|
|
@@ -626,7 +626,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
626
626
|
readonly asExecutedFailed: {
|
|
627
627
|
readonly address: H160;
|
|
628
628
|
} & Struct;
|
|
629
|
-
readonly type:
|
|
629
|
+
readonly type: "Log" | "Created" | "CreatedFailed" | "Executed" | "ExecutedFailed";
|
|
630
630
|
}
|
|
631
631
|
/** @name EthereumLog (95) */
|
|
632
632
|
interface EthereumLog extends Struct {
|
|
@@ -765,7 +765,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
765
765
|
readonly asBspDeleted: {
|
|
766
766
|
readonly providerId: H256;
|
|
767
767
|
} & Struct;
|
|
768
|
-
readonly type:
|
|
768
|
+
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";
|
|
769
769
|
}
|
|
770
770
|
/** @name PalletStorageProvidersValuePropositionWithId (101) */
|
|
771
771
|
interface PalletStorageProvidersValuePropositionWithId extends Struct {
|
|
@@ -785,7 +785,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
785
785
|
readonly asBackupStorageProvider: H256;
|
|
786
786
|
readonly isMainStorageProvider: boolean;
|
|
787
787
|
readonly asMainStorageProvider: H256;
|
|
788
|
-
readonly type:
|
|
788
|
+
readonly type: "BackupStorageProvider" | "MainStorageProvider";
|
|
789
789
|
}
|
|
790
790
|
/** @name PalletStorageProvidersTopUpMetadata (105) */
|
|
791
791
|
interface PalletStorageProvidersTopUpMetadata extends Struct {
|
|
@@ -980,9 +980,14 @@ declare module '@polkadot/types/lookup' {
|
|
|
980
980
|
readonly amountToReturn: u128;
|
|
981
981
|
readonly error: SpRuntimeDispatchError;
|
|
982
982
|
} & Struct;
|
|
983
|
-
readonly
|
|
983
|
+
readonly isUserOperationPauseFlagsUpdated: boolean;
|
|
984
|
+
readonly asUserOperationPauseFlagsUpdated: {
|
|
985
|
+
readonly old: u32;
|
|
986
|
+
readonly new_: u32;
|
|
987
|
+
} & Struct;
|
|
988
|
+
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";
|
|
984
989
|
}
|
|
985
|
-
/** @name ShpFileMetadataFileMetadata (
|
|
990
|
+
/** @name ShpFileMetadataFileMetadata (113) */
|
|
986
991
|
interface ShpFileMetadataFileMetadata extends Struct {
|
|
987
992
|
readonly owner: Bytes;
|
|
988
993
|
readonly bucketId: Bytes;
|
|
@@ -990,32 +995,32 @@ declare module '@polkadot/types/lookup' {
|
|
|
990
995
|
readonly fileSize: Compact<u64>;
|
|
991
996
|
readonly fingerprint: ShpFileMetadataFingerprint;
|
|
992
997
|
}
|
|
993
|
-
/** @name ShpFileMetadataFingerprint (
|
|
998
|
+
/** @name ShpFileMetadataFingerprint (114) */
|
|
994
999
|
interface ShpFileMetadataFingerprint extends U8aFixed {
|
|
995
1000
|
}
|
|
996
|
-
/** @name PalletFileSystemRejectedStorageRequestReason (
|
|
1001
|
+
/** @name PalletFileSystemRejectedStorageRequestReason (115) */
|
|
997
1002
|
interface PalletFileSystemRejectedStorageRequestReason extends Enum {
|
|
998
1003
|
readonly isReachedMaximumCapacity: boolean;
|
|
999
1004
|
readonly isReceivedInvalidProof: boolean;
|
|
1000
1005
|
readonly isFileKeyAlreadyStored: boolean;
|
|
1001
1006
|
readonly isRequestExpired: boolean;
|
|
1002
1007
|
readonly isInternalError: boolean;
|
|
1003
|
-
readonly type:
|
|
1008
|
+
readonly type: "ReachedMaximumCapacity" | "ReceivedInvalidProof" | "FileKeyAlreadyStored" | "RequestExpired" | "InternalError";
|
|
1004
1009
|
}
|
|
1005
|
-
/** @name PalletFileSystemFileOperationIntention (
|
|
1010
|
+
/** @name PalletFileSystemFileOperationIntention (120) */
|
|
1006
1011
|
interface PalletFileSystemFileOperationIntention extends Struct {
|
|
1007
1012
|
readonly fileKey: H256;
|
|
1008
1013
|
readonly operation: PalletFileSystemFileOperation;
|
|
1009
1014
|
}
|
|
1010
|
-
/** @name PalletFileSystemFileOperation (
|
|
1015
|
+
/** @name PalletFileSystemFileOperation (121) */
|
|
1011
1016
|
interface PalletFileSystemFileOperation extends Enum {
|
|
1012
1017
|
readonly isDelete: boolean;
|
|
1013
|
-
readonly type:
|
|
1018
|
+
readonly type: "Delete";
|
|
1014
1019
|
}
|
|
1015
|
-
/** @name FpAccountEthereumSignature (
|
|
1020
|
+
/** @name FpAccountEthereumSignature (122) */
|
|
1016
1021
|
interface FpAccountEthereumSignature extends U8aFixed {
|
|
1017
1022
|
}
|
|
1018
|
-
/** @name PalletProofsDealerEvent (
|
|
1023
|
+
/** @name PalletProofsDealerEvent (128) */
|
|
1019
1024
|
interface PalletProofsDealerEvent extends Enum {
|
|
1020
1025
|
readonly isNewChallenge: boolean;
|
|
1021
1026
|
readonly asNewChallenge: {
|
|
@@ -1078,49 +1083,49 @@ declare module '@polkadot/types/lookup' {
|
|
|
1078
1083
|
readonly asChallengesTickerSet: {
|
|
1079
1084
|
readonly paused: bool;
|
|
1080
1085
|
} & Struct;
|
|
1081
|
-
readonly type:
|
|
1086
|
+
readonly type: "NewChallenge" | "NewPriorityChallenge" | "ProofAccepted" | "NewChallengeSeed" | "NewCheckpointChallenge" | "SlashableProvider" | "NoRecordOfLastSubmittedProof" | "NewChallengeCycleInitialised" | "MutationsAppliedForProvider" | "MutationsApplied" | "ChallengesTickerSet";
|
|
1082
1087
|
}
|
|
1083
|
-
/** @name PalletProofsDealerProof (
|
|
1088
|
+
/** @name PalletProofsDealerProof (129) */
|
|
1084
1089
|
interface PalletProofsDealerProof extends Struct {
|
|
1085
1090
|
readonly forestProof: SpTrieStorageProofCompactProof;
|
|
1086
1091
|
readonly keyProofs: BTreeMap<H256, PalletProofsDealerKeyProof>;
|
|
1087
1092
|
}
|
|
1088
|
-
/** @name SpTrieStorageProofCompactProof (
|
|
1093
|
+
/** @name SpTrieStorageProofCompactProof (130) */
|
|
1089
1094
|
interface SpTrieStorageProofCompactProof extends Struct {
|
|
1090
1095
|
readonly encodedNodes: Vec<Bytes>;
|
|
1091
1096
|
}
|
|
1092
|
-
/** @name PalletProofsDealerKeyProof (
|
|
1097
|
+
/** @name PalletProofsDealerKeyProof (133) */
|
|
1093
1098
|
interface PalletProofsDealerKeyProof extends Struct {
|
|
1094
1099
|
readonly proof: ShpFileKeyVerifierFileKeyProof;
|
|
1095
1100
|
readonly challengeCount: u32;
|
|
1096
1101
|
}
|
|
1097
|
-
/** @name ShpFileKeyVerifierFileKeyProof (
|
|
1102
|
+
/** @name ShpFileKeyVerifierFileKeyProof (134) */
|
|
1098
1103
|
interface ShpFileKeyVerifierFileKeyProof extends Struct {
|
|
1099
1104
|
readonly fileMetadata: ShpFileMetadataFileMetadata;
|
|
1100
1105
|
readonly proof: SpTrieStorageProofCompactProof;
|
|
1101
1106
|
}
|
|
1102
|
-
/** @name PalletProofsDealerCustomChallenge (
|
|
1107
|
+
/** @name PalletProofsDealerCustomChallenge (138) */
|
|
1103
1108
|
interface PalletProofsDealerCustomChallenge extends Struct {
|
|
1104
1109
|
readonly key: H256;
|
|
1105
1110
|
readonly shouldRemoveKey: bool;
|
|
1106
1111
|
}
|
|
1107
|
-
/** @name ShpTraitsTrieMutation (
|
|
1112
|
+
/** @name ShpTraitsTrieMutation (142) */
|
|
1108
1113
|
interface ShpTraitsTrieMutation extends Enum {
|
|
1109
1114
|
readonly isAdd: boolean;
|
|
1110
1115
|
readonly asAdd: ShpTraitsTrieAddMutation;
|
|
1111
1116
|
readonly isRemove: boolean;
|
|
1112
1117
|
readonly asRemove: ShpTraitsTrieRemoveMutation;
|
|
1113
|
-
readonly type:
|
|
1118
|
+
readonly type: "Add" | "Remove";
|
|
1114
1119
|
}
|
|
1115
|
-
/** @name ShpTraitsTrieAddMutation (
|
|
1120
|
+
/** @name ShpTraitsTrieAddMutation (143) */
|
|
1116
1121
|
interface ShpTraitsTrieAddMutation extends Struct {
|
|
1117
1122
|
readonly value: Bytes;
|
|
1118
1123
|
}
|
|
1119
|
-
/** @name ShpTraitsTrieRemoveMutation (
|
|
1124
|
+
/** @name ShpTraitsTrieRemoveMutation (144) */
|
|
1120
1125
|
interface ShpTraitsTrieRemoveMutation extends Struct {
|
|
1121
1126
|
readonly maybeValue: Option<Bytes>;
|
|
1122
1127
|
}
|
|
1123
|
-
/** @name PalletRandomnessEvent (
|
|
1128
|
+
/** @name PalletRandomnessEvent (146) */
|
|
1124
1129
|
interface PalletRandomnessEvent extends Enum {
|
|
1125
1130
|
readonly isNewOneEpochAgoRandomnessAvailable: boolean;
|
|
1126
1131
|
readonly asNewOneEpochAgoRandomnessAvailable: {
|
|
@@ -1128,9 +1133,9 @@ declare module '@polkadot/types/lookup' {
|
|
|
1128
1133
|
readonly fromEpoch: u64;
|
|
1129
1134
|
readonly validUntilBlock: u32;
|
|
1130
1135
|
} & Struct;
|
|
1131
|
-
readonly type:
|
|
1136
|
+
readonly type: "NewOneEpochAgoRandomnessAvailable";
|
|
1132
1137
|
}
|
|
1133
|
-
/** @name PalletPaymentStreamsEvent (
|
|
1138
|
+
/** @name PalletPaymentStreamsEvent (147) */
|
|
1134
1139
|
interface PalletPaymentStreamsEvent extends Enum {
|
|
1135
1140
|
readonly isFixedRatePaymentStreamCreated: boolean;
|
|
1136
1141
|
readonly asFixedRatePaymentStreamCreated: {
|
|
@@ -1207,9 +1212,9 @@ declare module '@polkadot/types/lookup' {
|
|
|
1207
1212
|
readonly lastProcessedTick: u32;
|
|
1208
1213
|
readonly tickToProcess: u32;
|
|
1209
1214
|
} & Struct;
|
|
1210
|
-
readonly type:
|
|
1215
|
+
readonly type: "FixedRatePaymentStreamCreated" | "FixedRatePaymentStreamUpdated" | "FixedRatePaymentStreamDeleted" | "DynamicRatePaymentStreamCreated" | "DynamicRatePaymentStreamUpdated" | "DynamicRatePaymentStreamDeleted" | "PaymentStreamCharged" | "UsersCharged" | "LastChargeableInfoUpdated" | "UserWithoutFunds" | "UserPaidAllDebts" | "UserPaidSomeDebts" | "UserSolvent" | "InconsistentTickProcessing";
|
|
1211
1216
|
}
|
|
1212
|
-
/** @name PalletBucketNftsEvent (
|
|
1217
|
+
/** @name PalletBucketNftsEvent (149) */
|
|
1213
1218
|
interface PalletBucketNftsEvent extends Enum {
|
|
1214
1219
|
readonly isAccessShared: boolean;
|
|
1215
1220
|
readonly asAccessShared: {
|
|
@@ -1228,9 +1233,9 @@ declare module '@polkadot/types/lookup' {
|
|
|
1228
1233
|
readonly bucket: H256;
|
|
1229
1234
|
readonly itemId: u32;
|
|
1230
1235
|
} & Struct;
|
|
1231
|
-
readonly type:
|
|
1236
|
+
readonly type: "AccessShared" | "ItemReadAccessUpdated" | "ItemBurned";
|
|
1232
1237
|
}
|
|
1233
|
-
/** @name PalletNftsEvent (
|
|
1238
|
+
/** @name PalletNftsEvent (150) */
|
|
1234
1239
|
interface PalletNftsEvent extends Enum {
|
|
1235
1240
|
readonly isCreated: boolean;
|
|
1236
1241
|
readonly asCreated: {
|
|
@@ -1464,54 +1469,54 @@ declare module '@polkadot/types/lookup' {
|
|
|
1464
1469
|
readonly attribute: PalletNftsPalletAttributes;
|
|
1465
1470
|
readonly value: Bytes;
|
|
1466
1471
|
} & Struct;
|
|
1467
|
-
readonly type:
|
|
1472
|
+
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";
|
|
1468
1473
|
}
|
|
1469
|
-
/** @name PalletNftsAttributeNamespace (
|
|
1474
|
+
/** @name PalletNftsAttributeNamespace (154) */
|
|
1470
1475
|
interface PalletNftsAttributeNamespace extends Enum {
|
|
1471
1476
|
readonly isPallet: boolean;
|
|
1472
1477
|
readonly isCollectionOwner: boolean;
|
|
1473
1478
|
readonly isItemOwner: boolean;
|
|
1474
1479
|
readonly isAccount: boolean;
|
|
1475
1480
|
readonly asAccount: AccountId20;
|
|
1476
|
-
readonly type:
|
|
1481
|
+
readonly type: "Pallet" | "CollectionOwner" | "ItemOwner" | "Account";
|
|
1477
1482
|
}
|
|
1478
|
-
/** @name PalletNftsPriceWithDirection (
|
|
1483
|
+
/** @name PalletNftsPriceWithDirection (156) */
|
|
1479
1484
|
interface PalletNftsPriceWithDirection extends Struct {
|
|
1480
1485
|
readonly amount: u128;
|
|
1481
1486
|
readonly direction: PalletNftsPriceDirection;
|
|
1482
1487
|
}
|
|
1483
|
-
/** @name PalletNftsPriceDirection (
|
|
1488
|
+
/** @name PalletNftsPriceDirection (157) */
|
|
1484
1489
|
interface PalletNftsPriceDirection extends Enum {
|
|
1485
1490
|
readonly isSend: boolean;
|
|
1486
1491
|
readonly isReceive: boolean;
|
|
1487
|
-
readonly type:
|
|
1492
|
+
readonly type: "Send" | "Receive";
|
|
1488
1493
|
}
|
|
1489
|
-
/** @name PalletNftsPalletAttributes (
|
|
1494
|
+
/** @name PalletNftsPalletAttributes (158) */
|
|
1490
1495
|
interface PalletNftsPalletAttributes extends Enum {
|
|
1491
1496
|
readonly isUsedToClaim: boolean;
|
|
1492
1497
|
readonly asUsedToClaim: u32;
|
|
1493
1498
|
readonly isTransferDisabled: boolean;
|
|
1494
|
-
readonly type:
|
|
1499
|
+
readonly type: "UsedToClaim" | "TransferDisabled";
|
|
1495
1500
|
}
|
|
1496
|
-
/** @name FrameSystemPhase (
|
|
1501
|
+
/** @name FrameSystemPhase (159) */
|
|
1497
1502
|
interface FrameSystemPhase extends Enum {
|
|
1498
1503
|
readonly isApplyExtrinsic: boolean;
|
|
1499
1504
|
readonly asApplyExtrinsic: u32;
|
|
1500
1505
|
readonly isFinalization: boolean;
|
|
1501
1506
|
readonly isInitialization: boolean;
|
|
1502
|
-
readonly type:
|
|
1507
|
+
readonly type: "ApplyExtrinsic" | "Finalization" | "Initialization";
|
|
1503
1508
|
}
|
|
1504
|
-
/** @name FrameSystemLastRuntimeUpgradeInfo (
|
|
1509
|
+
/** @name FrameSystemLastRuntimeUpgradeInfo (162) */
|
|
1505
1510
|
interface FrameSystemLastRuntimeUpgradeInfo extends Struct {
|
|
1506
1511
|
readonly specVersion: Compact<u32>;
|
|
1507
1512
|
readonly specName: Text;
|
|
1508
1513
|
}
|
|
1509
|
-
/** @name FrameSystemCodeUpgradeAuthorization (
|
|
1514
|
+
/** @name FrameSystemCodeUpgradeAuthorization (164) */
|
|
1510
1515
|
interface FrameSystemCodeUpgradeAuthorization extends Struct {
|
|
1511
1516
|
readonly codeHash: H256;
|
|
1512
1517
|
readonly checkVersion: bool;
|
|
1513
1518
|
}
|
|
1514
|
-
/** @name FrameSystemCall (
|
|
1519
|
+
/** @name FrameSystemCall (165) */
|
|
1515
1520
|
interface FrameSystemCall extends Enum {
|
|
1516
1521
|
readonly isRemark: boolean;
|
|
1517
1522
|
readonly asRemark: {
|
|
@@ -1558,43 +1563,43 @@ declare module '@polkadot/types/lookup' {
|
|
|
1558
1563
|
readonly asApplyAuthorizedUpgrade: {
|
|
1559
1564
|
readonly code: Bytes;
|
|
1560
1565
|
} & Struct;
|
|
1561
|
-
readonly type:
|
|
1566
|
+
readonly type: "Remark" | "SetHeapPages" | "SetCode" | "SetCodeWithoutChecks" | "SetStorage" | "KillStorage" | "KillPrefix" | "RemarkWithEvent" | "AuthorizeUpgrade" | "AuthorizeUpgradeWithoutChecks" | "ApplyAuthorizedUpgrade";
|
|
1562
1567
|
}
|
|
1563
|
-
/** @name FrameSystemLimitsBlockWeights (
|
|
1568
|
+
/** @name FrameSystemLimitsBlockWeights (168) */
|
|
1564
1569
|
interface FrameSystemLimitsBlockWeights extends Struct {
|
|
1565
1570
|
readonly baseBlock: SpWeightsWeightV2Weight;
|
|
1566
1571
|
readonly maxBlock: SpWeightsWeightV2Weight;
|
|
1567
1572
|
readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;
|
|
1568
1573
|
}
|
|
1569
|
-
/** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (
|
|
1574
|
+
/** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (169) */
|
|
1570
1575
|
interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct {
|
|
1571
1576
|
readonly normal: FrameSystemLimitsWeightsPerClass;
|
|
1572
1577
|
readonly operational: FrameSystemLimitsWeightsPerClass;
|
|
1573
1578
|
readonly mandatory: FrameSystemLimitsWeightsPerClass;
|
|
1574
1579
|
}
|
|
1575
|
-
/** @name FrameSystemLimitsWeightsPerClass (
|
|
1580
|
+
/** @name FrameSystemLimitsWeightsPerClass (170) */
|
|
1576
1581
|
interface FrameSystemLimitsWeightsPerClass extends Struct {
|
|
1577
1582
|
readonly baseExtrinsic: SpWeightsWeightV2Weight;
|
|
1578
1583
|
readonly maxExtrinsic: Option<SpWeightsWeightV2Weight>;
|
|
1579
1584
|
readonly maxTotal: Option<SpWeightsWeightV2Weight>;
|
|
1580
1585
|
readonly reserved: Option<SpWeightsWeightV2Weight>;
|
|
1581
1586
|
}
|
|
1582
|
-
/** @name FrameSystemLimitsBlockLength (
|
|
1587
|
+
/** @name FrameSystemLimitsBlockLength (172) */
|
|
1583
1588
|
interface FrameSystemLimitsBlockLength extends Struct {
|
|
1584
1589
|
readonly max: FrameSupportDispatchPerDispatchClassU32;
|
|
1585
1590
|
}
|
|
1586
|
-
/** @name FrameSupportDispatchPerDispatchClassU32 (
|
|
1591
|
+
/** @name FrameSupportDispatchPerDispatchClassU32 (173) */
|
|
1587
1592
|
interface FrameSupportDispatchPerDispatchClassU32 extends Struct {
|
|
1588
1593
|
readonly normal: u32;
|
|
1589
1594
|
readonly operational: u32;
|
|
1590
1595
|
readonly mandatory: u32;
|
|
1591
1596
|
}
|
|
1592
|
-
/** @name SpWeightsRuntimeDbWeight (
|
|
1597
|
+
/** @name SpWeightsRuntimeDbWeight (174) */
|
|
1593
1598
|
interface SpWeightsRuntimeDbWeight extends Struct {
|
|
1594
1599
|
readonly read: u64;
|
|
1595
1600
|
readonly write: u64;
|
|
1596
1601
|
}
|
|
1597
|
-
/** @name SpVersionRuntimeVersion (
|
|
1602
|
+
/** @name SpVersionRuntimeVersion (175) */
|
|
1598
1603
|
interface SpVersionRuntimeVersion extends Struct {
|
|
1599
1604
|
readonly specName: Text;
|
|
1600
1605
|
readonly implName: Text;
|
|
@@ -1605,7 +1610,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
1605
1610
|
readonly transactionVersion: u32;
|
|
1606
1611
|
readonly systemVersion: u8;
|
|
1607
1612
|
}
|
|
1608
|
-
/** @name FrameSystemError (
|
|
1613
|
+
/** @name FrameSystemError (181) */
|
|
1609
1614
|
interface FrameSystemError extends Enum {
|
|
1610
1615
|
readonly isInvalidSpecName: boolean;
|
|
1611
1616
|
readonly isSpecVersionNeedsToIncrease: boolean;
|
|
@@ -1616,28 +1621,28 @@ declare module '@polkadot/types/lookup' {
|
|
|
1616
1621
|
readonly isMultiBlockMigrationsOngoing: boolean;
|
|
1617
1622
|
readonly isNothingAuthorized: boolean;
|
|
1618
1623
|
readonly isUnauthorized: boolean;
|
|
1619
|
-
readonly type:
|
|
1624
|
+
readonly type: "InvalidSpecName" | "SpecVersionNeedsToIncrease" | "FailedToExtractRuntimeVersion" | "NonDefaultComposite" | "NonZeroRefCount" | "CallFiltered" | "MultiBlockMigrationsOngoing" | "NothingAuthorized" | "Unauthorized";
|
|
1620
1625
|
}
|
|
1621
|
-
/** @name SpConsensusBabeAppPublic (
|
|
1626
|
+
/** @name SpConsensusBabeAppPublic (184) */
|
|
1622
1627
|
interface SpConsensusBabeAppPublic extends U8aFixed {
|
|
1623
1628
|
}
|
|
1624
|
-
/** @name SpConsensusBabeDigestsNextConfigDescriptor (
|
|
1629
|
+
/** @name SpConsensusBabeDigestsNextConfigDescriptor (187) */
|
|
1625
1630
|
interface SpConsensusBabeDigestsNextConfigDescriptor extends Enum {
|
|
1626
1631
|
readonly isV1: boolean;
|
|
1627
1632
|
readonly asV1: {
|
|
1628
1633
|
readonly c: ITuple<[u64, u64]>;
|
|
1629
1634
|
readonly allowedSlots: SpConsensusBabeAllowedSlots;
|
|
1630
1635
|
} & Struct;
|
|
1631
|
-
readonly type:
|
|
1636
|
+
readonly type: "V1";
|
|
1632
1637
|
}
|
|
1633
|
-
/** @name SpConsensusBabeAllowedSlots (
|
|
1638
|
+
/** @name SpConsensusBabeAllowedSlots (189) */
|
|
1634
1639
|
interface SpConsensusBabeAllowedSlots extends Enum {
|
|
1635
1640
|
readonly isPrimarySlots: boolean;
|
|
1636
1641
|
readonly isPrimaryAndSecondaryPlainSlots: boolean;
|
|
1637
1642
|
readonly isPrimaryAndSecondaryVRFSlots: boolean;
|
|
1638
|
-
readonly type:
|
|
1643
|
+
readonly type: "PrimarySlots" | "PrimaryAndSecondaryPlainSlots" | "PrimaryAndSecondaryVRFSlots";
|
|
1639
1644
|
}
|
|
1640
|
-
/** @name SpConsensusBabeDigestsPreDigest (
|
|
1645
|
+
/** @name SpConsensusBabeDigestsPreDigest (193) */
|
|
1641
1646
|
interface SpConsensusBabeDigestsPreDigest extends Enum {
|
|
1642
1647
|
readonly isPrimary: boolean;
|
|
1643
1648
|
readonly asPrimary: SpConsensusBabeDigestsPrimaryPreDigest;
|
|
@@ -1645,36 +1650,36 @@ declare module '@polkadot/types/lookup' {
|
|
|
1645
1650
|
readonly asSecondaryPlain: SpConsensusBabeDigestsSecondaryPlainPreDigest;
|
|
1646
1651
|
readonly isSecondaryVRF: boolean;
|
|
1647
1652
|
readonly asSecondaryVRF: SpConsensusBabeDigestsSecondaryVRFPreDigest;
|
|
1648
|
-
readonly type:
|
|
1653
|
+
readonly type: "Primary" | "SecondaryPlain" | "SecondaryVRF";
|
|
1649
1654
|
}
|
|
1650
|
-
/** @name SpConsensusBabeDigestsPrimaryPreDigest (
|
|
1655
|
+
/** @name SpConsensusBabeDigestsPrimaryPreDigest (194) */
|
|
1651
1656
|
interface SpConsensusBabeDigestsPrimaryPreDigest extends Struct {
|
|
1652
1657
|
readonly authorityIndex: u32;
|
|
1653
1658
|
readonly slot: u64;
|
|
1654
1659
|
readonly vrfSignature: SpCoreSr25519VrfVrfSignature;
|
|
1655
1660
|
}
|
|
1656
|
-
/** @name SpCoreSr25519VrfVrfSignature (
|
|
1661
|
+
/** @name SpCoreSr25519VrfVrfSignature (195) */
|
|
1657
1662
|
interface SpCoreSr25519VrfVrfSignature extends Struct {
|
|
1658
1663
|
readonly preOutput: U8aFixed;
|
|
1659
1664
|
readonly proof: U8aFixed;
|
|
1660
1665
|
}
|
|
1661
|
-
/** @name SpConsensusBabeDigestsSecondaryPlainPreDigest (
|
|
1666
|
+
/** @name SpConsensusBabeDigestsSecondaryPlainPreDigest (197) */
|
|
1662
1667
|
interface SpConsensusBabeDigestsSecondaryPlainPreDigest extends Struct {
|
|
1663
1668
|
readonly authorityIndex: u32;
|
|
1664
1669
|
readonly slot: u64;
|
|
1665
1670
|
}
|
|
1666
|
-
/** @name SpConsensusBabeDigestsSecondaryVRFPreDigest (
|
|
1671
|
+
/** @name SpConsensusBabeDigestsSecondaryVRFPreDigest (198) */
|
|
1667
1672
|
interface SpConsensusBabeDigestsSecondaryVRFPreDigest extends Struct {
|
|
1668
1673
|
readonly authorityIndex: u32;
|
|
1669
1674
|
readonly slot: u64;
|
|
1670
1675
|
readonly vrfSignature: SpCoreSr25519VrfVrfSignature;
|
|
1671
1676
|
}
|
|
1672
|
-
/** @name SpConsensusBabeBabeEpochConfiguration (
|
|
1677
|
+
/** @name SpConsensusBabeBabeEpochConfiguration (200) */
|
|
1673
1678
|
interface SpConsensusBabeBabeEpochConfiguration extends Struct {
|
|
1674
1679
|
readonly c: ITuple<[u64, u64]>;
|
|
1675
1680
|
readonly allowedSlots: SpConsensusBabeAllowedSlots;
|
|
1676
1681
|
}
|
|
1677
|
-
/** @name PalletBabeCall (
|
|
1682
|
+
/** @name PalletBabeCall (204) */
|
|
1678
1683
|
interface PalletBabeCall extends Enum {
|
|
1679
1684
|
readonly isReportEquivocation: boolean;
|
|
1680
1685
|
readonly asReportEquivocation: {
|
|
@@ -1690,16 +1695,16 @@ declare module '@polkadot/types/lookup' {
|
|
|
1690
1695
|
readonly asPlanConfigChange: {
|
|
1691
1696
|
readonly config: SpConsensusBabeDigestsNextConfigDescriptor;
|
|
1692
1697
|
} & Struct;
|
|
1693
|
-
readonly type:
|
|
1698
|
+
readonly type: "ReportEquivocation" | "ReportEquivocationUnsigned" | "PlanConfigChange";
|
|
1694
1699
|
}
|
|
1695
|
-
/** @name SpConsensusSlotsEquivocationProof (
|
|
1700
|
+
/** @name SpConsensusSlotsEquivocationProof (205) */
|
|
1696
1701
|
interface SpConsensusSlotsEquivocationProof extends Struct {
|
|
1697
1702
|
readonly offender: SpConsensusBabeAppPublic;
|
|
1698
1703
|
readonly slot: u64;
|
|
1699
1704
|
readonly firstHeader: SpRuntimeHeader;
|
|
1700
1705
|
readonly secondHeader: SpRuntimeHeader;
|
|
1701
1706
|
}
|
|
1702
|
-
/** @name SpRuntimeHeader (
|
|
1707
|
+
/** @name SpRuntimeHeader (206) */
|
|
1703
1708
|
interface SpRuntimeHeader extends Struct {
|
|
1704
1709
|
readonly parentHash: H256;
|
|
1705
1710
|
readonly number: Compact<u32>;
|
|
@@ -1707,52 +1712,52 @@ declare module '@polkadot/types/lookup' {
|
|
|
1707
1712
|
readonly extrinsicsRoot: H256;
|
|
1708
1713
|
readonly digest: SpRuntimeDigest;
|
|
1709
1714
|
}
|
|
1710
|
-
/** @name SpSessionMembershipProof (
|
|
1715
|
+
/** @name SpSessionMembershipProof (207) */
|
|
1711
1716
|
interface SpSessionMembershipProof extends Struct {
|
|
1712
1717
|
readonly session: u32;
|
|
1713
1718
|
readonly trieNodes: Vec<Bytes>;
|
|
1714
1719
|
readonly validatorCount: u32;
|
|
1715
1720
|
}
|
|
1716
|
-
/** @name PalletBabeError (
|
|
1721
|
+
/** @name PalletBabeError (208) */
|
|
1717
1722
|
interface PalletBabeError extends Enum {
|
|
1718
1723
|
readonly isInvalidEquivocationProof: boolean;
|
|
1719
1724
|
readonly isInvalidKeyOwnershipProof: boolean;
|
|
1720
1725
|
readonly isDuplicateOffenceReport: boolean;
|
|
1721
1726
|
readonly isInvalidConfiguration: boolean;
|
|
1722
|
-
readonly type:
|
|
1727
|
+
readonly type: "InvalidEquivocationProof" | "InvalidKeyOwnershipProof" | "DuplicateOffenceReport" | "InvalidConfiguration";
|
|
1723
1728
|
}
|
|
1724
|
-
/** @name PalletTimestampCall (
|
|
1729
|
+
/** @name PalletTimestampCall (209) */
|
|
1725
1730
|
interface PalletTimestampCall extends Enum {
|
|
1726
1731
|
readonly isSet: boolean;
|
|
1727
1732
|
readonly asSet: {
|
|
1728
1733
|
readonly now: Compact<u64>;
|
|
1729
1734
|
} & Struct;
|
|
1730
|
-
readonly type:
|
|
1735
|
+
readonly type: "Set";
|
|
1731
1736
|
}
|
|
1732
|
-
/** @name PalletBalancesBalanceLock (
|
|
1737
|
+
/** @name PalletBalancesBalanceLock (211) */
|
|
1733
1738
|
interface PalletBalancesBalanceLock extends Struct {
|
|
1734
1739
|
readonly id: U8aFixed;
|
|
1735
1740
|
readonly amount: u128;
|
|
1736
1741
|
readonly reasons: PalletBalancesReasons;
|
|
1737
1742
|
}
|
|
1738
|
-
/** @name PalletBalancesReasons (
|
|
1743
|
+
/** @name PalletBalancesReasons (212) */
|
|
1739
1744
|
interface PalletBalancesReasons extends Enum {
|
|
1740
1745
|
readonly isFee: boolean;
|
|
1741
1746
|
readonly isMisc: boolean;
|
|
1742
1747
|
readonly isAll: boolean;
|
|
1743
|
-
readonly type:
|
|
1748
|
+
readonly type: "Fee" | "Misc" | "All";
|
|
1744
1749
|
}
|
|
1745
|
-
/** @name PalletBalancesReserveData (
|
|
1750
|
+
/** @name PalletBalancesReserveData (215) */
|
|
1746
1751
|
interface PalletBalancesReserveData extends Struct {
|
|
1747
1752
|
readonly id: U8aFixed;
|
|
1748
1753
|
readonly amount: u128;
|
|
1749
1754
|
}
|
|
1750
|
-
/** @name FrameSupportTokensMiscIdAmountRuntimeHoldReason (
|
|
1755
|
+
/** @name FrameSupportTokensMiscIdAmountRuntimeHoldReason (218) */
|
|
1751
1756
|
interface FrameSupportTokensMiscIdAmountRuntimeHoldReason extends Struct {
|
|
1752
1757
|
readonly id: ShSolochainEvmRuntimeRuntimeHoldReason;
|
|
1753
1758
|
readonly amount: u128;
|
|
1754
1759
|
}
|
|
1755
|
-
/** @name ShSolochainEvmRuntimeRuntimeHoldReason (
|
|
1760
|
+
/** @name ShSolochainEvmRuntimeRuntimeHoldReason (219) */
|
|
1756
1761
|
interface ShSolochainEvmRuntimeRuntimeHoldReason extends Enum {
|
|
1757
1762
|
readonly isProviders: boolean;
|
|
1758
1763
|
readonly asProviders: PalletStorageProvidersHoldReason;
|
|
@@ -1760,33 +1765,33 @@ declare module '@polkadot/types/lookup' {
|
|
|
1760
1765
|
readonly asFileSystem: PalletFileSystemHoldReason;
|
|
1761
1766
|
readonly isPaymentStreams: boolean;
|
|
1762
1767
|
readonly asPaymentStreams: PalletPaymentStreamsHoldReason;
|
|
1763
|
-
readonly type:
|
|
1768
|
+
readonly type: "Providers" | "FileSystem" | "PaymentStreams";
|
|
1764
1769
|
}
|
|
1765
|
-
/** @name PalletStorageProvidersHoldReason (
|
|
1770
|
+
/** @name PalletStorageProvidersHoldReason (220) */
|
|
1766
1771
|
interface PalletStorageProvidersHoldReason extends Enum {
|
|
1767
1772
|
readonly isStorageProviderDeposit: boolean;
|
|
1768
1773
|
readonly isBucketDeposit: boolean;
|
|
1769
|
-
readonly type:
|
|
1774
|
+
readonly type: "StorageProviderDeposit" | "BucketDeposit";
|
|
1770
1775
|
}
|
|
1771
|
-
/** @name PalletFileSystemHoldReason (
|
|
1776
|
+
/** @name PalletFileSystemHoldReason (221) */
|
|
1772
1777
|
interface PalletFileSystemHoldReason extends Enum {
|
|
1773
1778
|
readonly isStorageRequestCreationHold: boolean;
|
|
1774
1779
|
readonly isFileDeletionRequestHold: boolean;
|
|
1775
|
-
readonly type:
|
|
1780
|
+
readonly type: "StorageRequestCreationHold" | "FileDeletionRequestHold";
|
|
1776
1781
|
}
|
|
1777
|
-
/** @name PalletPaymentStreamsHoldReason (
|
|
1782
|
+
/** @name PalletPaymentStreamsHoldReason (222) */
|
|
1778
1783
|
interface PalletPaymentStreamsHoldReason extends Enum {
|
|
1779
1784
|
readonly isPaymentStreamDeposit: boolean;
|
|
1780
|
-
readonly type:
|
|
1785
|
+
readonly type: "PaymentStreamDeposit";
|
|
1781
1786
|
}
|
|
1782
|
-
/** @name FrameSupportTokensMiscIdAmountRuntimeFreezeReason (
|
|
1787
|
+
/** @name FrameSupportTokensMiscIdAmountRuntimeFreezeReason (225) */
|
|
1783
1788
|
interface FrameSupportTokensMiscIdAmountRuntimeFreezeReason extends Struct {
|
|
1784
1789
|
readonly id: ShSolochainEvmRuntimeRuntimeFreezeReason;
|
|
1785
1790
|
readonly amount: u128;
|
|
1786
1791
|
}
|
|
1787
|
-
/** @name ShSolochainEvmRuntimeRuntimeFreezeReason (
|
|
1792
|
+
/** @name ShSolochainEvmRuntimeRuntimeFreezeReason (226) */
|
|
1788
1793
|
type ShSolochainEvmRuntimeRuntimeFreezeReason = Null;
|
|
1789
|
-
/** @name PalletBalancesCall (
|
|
1794
|
+
/** @name PalletBalancesCall (228) */
|
|
1790
1795
|
interface PalletBalancesCall extends Enum {
|
|
1791
1796
|
readonly isTransferAllowDeath: boolean;
|
|
1792
1797
|
readonly asTransferAllowDeath: {
|
|
@@ -1833,15 +1838,15 @@ declare module '@polkadot/types/lookup' {
|
|
|
1833
1838
|
readonly value: Compact<u128>;
|
|
1834
1839
|
readonly keepAlive: bool;
|
|
1835
1840
|
} & Struct;
|
|
1836
|
-
readonly type:
|
|
1841
|
+
readonly type: "TransferAllowDeath" | "ForceTransfer" | "TransferKeepAlive" | "TransferAll" | "ForceUnreserve" | "UpgradeAccounts" | "ForceSetBalance" | "ForceAdjustTotalIssuance" | "Burn";
|
|
1837
1842
|
}
|
|
1838
|
-
/** @name PalletBalancesAdjustmentDirection (
|
|
1843
|
+
/** @name PalletBalancesAdjustmentDirection (230) */
|
|
1839
1844
|
interface PalletBalancesAdjustmentDirection extends Enum {
|
|
1840
1845
|
readonly isIncrease: boolean;
|
|
1841
1846
|
readonly isDecrease: boolean;
|
|
1842
|
-
readonly type:
|
|
1847
|
+
readonly type: "Increase" | "Decrease";
|
|
1843
1848
|
}
|
|
1844
|
-
/** @name PalletBalancesError (
|
|
1849
|
+
/** @name PalletBalancesError (231) */
|
|
1845
1850
|
interface PalletBalancesError extends Enum {
|
|
1846
1851
|
readonly isVestingBalance: boolean;
|
|
1847
1852
|
readonly isLiquidityRestrictions: boolean;
|
|
@@ -1855,22 +1860,22 @@ declare module '@polkadot/types/lookup' {
|
|
|
1855
1860
|
readonly isTooManyFreezes: boolean;
|
|
1856
1861
|
readonly isIssuanceDeactivated: boolean;
|
|
1857
1862
|
readonly isDeltaZero: boolean;
|
|
1858
|
-
readonly type:
|
|
1863
|
+
readonly type: "VestingBalance" | "LiquidityRestrictions" | "InsufficientBalance" | "ExistentialDeposit" | "Expendability" | "ExistingVestingSchedule" | "DeadAccount" | "TooManyReserves" | "TooManyHolds" | "TooManyFreezes" | "IssuanceDeactivated" | "DeltaZero";
|
|
1859
1864
|
}
|
|
1860
|
-
/** @name SpStakingOffenceOffenceDetails (
|
|
1865
|
+
/** @name SpStakingOffenceOffenceDetails (232) */
|
|
1861
1866
|
interface SpStakingOffenceOffenceDetails extends Struct {
|
|
1862
1867
|
readonly offender: ITuple<[AccountId20, Null]>;
|
|
1863
1868
|
readonly reporters: Vec<AccountId20>;
|
|
1864
1869
|
}
|
|
1865
|
-
/** @name ShSolochainEvmRuntimeSessionKeys (
|
|
1870
|
+
/** @name ShSolochainEvmRuntimeSessionKeys (238) */
|
|
1866
1871
|
interface ShSolochainEvmRuntimeSessionKeys extends Struct {
|
|
1867
1872
|
readonly babe: SpConsensusBabeAppPublic;
|
|
1868
1873
|
readonly grandpa: SpConsensusGrandpaAppPublic;
|
|
1869
1874
|
}
|
|
1870
|
-
/** @name SpCoreCryptoKeyTypeId (
|
|
1875
|
+
/** @name SpCoreCryptoKeyTypeId (240) */
|
|
1871
1876
|
interface SpCoreCryptoKeyTypeId extends U8aFixed {
|
|
1872
1877
|
}
|
|
1873
|
-
/** @name PalletSessionCall (
|
|
1878
|
+
/** @name PalletSessionCall (241) */
|
|
1874
1879
|
interface PalletSessionCall extends Enum {
|
|
1875
1880
|
readonly isSetKeys: boolean;
|
|
1876
1881
|
readonly asSetKeys: {
|
|
@@ -1878,18 +1883,18 @@ declare module '@polkadot/types/lookup' {
|
|
|
1878
1883
|
readonly proof: Bytes;
|
|
1879
1884
|
} & Struct;
|
|
1880
1885
|
readonly isPurgeKeys: boolean;
|
|
1881
|
-
readonly type:
|
|
1886
|
+
readonly type: "SetKeys" | "PurgeKeys";
|
|
1882
1887
|
}
|
|
1883
|
-
/** @name PalletSessionError (
|
|
1888
|
+
/** @name PalletSessionError (242) */
|
|
1884
1889
|
interface PalletSessionError extends Enum {
|
|
1885
1890
|
readonly isInvalidProof: boolean;
|
|
1886
1891
|
readonly isNoAssociatedValidatorId: boolean;
|
|
1887
1892
|
readonly isDuplicatedKey: boolean;
|
|
1888
1893
|
readonly isNoKeys: boolean;
|
|
1889
1894
|
readonly isNoAccount: boolean;
|
|
1890
|
-
readonly type:
|
|
1895
|
+
readonly type: "InvalidProof" | "NoAssociatedValidatorId" | "DuplicatedKey" | "NoKeys" | "NoAccount";
|
|
1891
1896
|
}
|
|
1892
|
-
/** @name PalletGrandpaStoredState (
|
|
1897
|
+
/** @name PalletGrandpaStoredState (243) */
|
|
1893
1898
|
interface PalletGrandpaStoredState extends Enum {
|
|
1894
1899
|
readonly isLive: boolean;
|
|
1895
1900
|
readonly isPendingPause: boolean;
|
|
@@ -1903,16 +1908,16 @@ declare module '@polkadot/types/lookup' {
|
|
|
1903
1908
|
readonly scheduledAt: u32;
|
|
1904
1909
|
readonly delay: u32;
|
|
1905
1910
|
} & Struct;
|
|
1906
|
-
readonly type:
|
|
1911
|
+
readonly type: "Live" | "PendingPause" | "Paused" | "PendingResume";
|
|
1907
1912
|
}
|
|
1908
|
-
/** @name PalletGrandpaStoredPendingChange (
|
|
1913
|
+
/** @name PalletGrandpaStoredPendingChange (244) */
|
|
1909
1914
|
interface PalletGrandpaStoredPendingChange extends Struct {
|
|
1910
1915
|
readonly scheduledAt: u32;
|
|
1911
1916
|
readonly delay: u32;
|
|
1912
1917
|
readonly nextAuthorities: Vec<ITuple<[SpConsensusGrandpaAppPublic, u64]>>;
|
|
1913
1918
|
readonly forced: Option<u32>;
|
|
1914
1919
|
}
|
|
1915
|
-
/** @name PalletGrandpaCall (
|
|
1920
|
+
/** @name PalletGrandpaCall (246) */
|
|
1916
1921
|
interface PalletGrandpaCall extends Enum {
|
|
1917
1922
|
readonly isReportEquivocation: boolean;
|
|
1918
1923
|
readonly asReportEquivocation: {
|
|
@@ -1929,49 +1934,49 @@ declare module '@polkadot/types/lookup' {
|
|
|
1929
1934
|
readonly delay: u32;
|
|
1930
1935
|
readonly bestFinalizedBlockNumber: u32;
|
|
1931
1936
|
} & Struct;
|
|
1932
|
-
readonly type:
|
|
1937
|
+
readonly type: "ReportEquivocation" | "ReportEquivocationUnsigned" | "NoteStalled";
|
|
1933
1938
|
}
|
|
1934
|
-
/** @name SpConsensusGrandpaEquivocationProof (
|
|
1939
|
+
/** @name SpConsensusGrandpaEquivocationProof (247) */
|
|
1935
1940
|
interface SpConsensusGrandpaEquivocationProof extends Struct {
|
|
1936
1941
|
readonly setId: u64;
|
|
1937
1942
|
readonly equivocation: SpConsensusGrandpaEquivocation;
|
|
1938
1943
|
}
|
|
1939
|
-
/** @name SpConsensusGrandpaEquivocation (
|
|
1944
|
+
/** @name SpConsensusGrandpaEquivocation (248) */
|
|
1940
1945
|
interface SpConsensusGrandpaEquivocation extends Enum {
|
|
1941
1946
|
readonly isPrevote: boolean;
|
|
1942
1947
|
readonly asPrevote: FinalityGrandpaEquivocationPrevote;
|
|
1943
1948
|
readonly isPrecommit: boolean;
|
|
1944
1949
|
readonly asPrecommit: FinalityGrandpaEquivocationPrecommit;
|
|
1945
|
-
readonly type:
|
|
1950
|
+
readonly type: "Prevote" | "Precommit";
|
|
1946
1951
|
}
|
|
1947
|
-
/** @name FinalityGrandpaEquivocationPrevote (
|
|
1952
|
+
/** @name FinalityGrandpaEquivocationPrevote (249) */
|
|
1948
1953
|
interface FinalityGrandpaEquivocationPrevote extends Struct {
|
|
1949
1954
|
readonly roundNumber: u64;
|
|
1950
1955
|
readonly identity: SpConsensusGrandpaAppPublic;
|
|
1951
1956
|
readonly first: ITuple<[FinalityGrandpaPrevote, SpConsensusGrandpaAppSignature]>;
|
|
1952
1957
|
readonly second: ITuple<[FinalityGrandpaPrevote, SpConsensusGrandpaAppSignature]>;
|
|
1953
1958
|
}
|
|
1954
|
-
/** @name FinalityGrandpaPrevote (
|
|
1959
|
+
/** @name FinalityGrandpaPrevote (250) */
|
|
1955
1960
|
interface FinalityGrandpaPrevote extends Struct {
|
|
1956
1961
|
readonly targetHash: H256;
|
|
1957
1962
|
readonly targetNumber: u32;
|
|
1958
1963
|
}
|
|
1959
|
-
/** @name SpConsensusGrandpaAppSignature (
|
|
1964
|
+
/** @name SpConsensusGrandpaAppSignature (251) */
|
|
1960
1965
|
interface SpConsensusGrandpaAppSignature extends U8aFixed {
|
|
1961
1966
|
}
|
|
1962
|
-
/** @name FinalityGrandpaEquivocationPrecommit (
|
|
1967
|
+
/** @name FinalityGrandpaEquivocationPrecommit (253) */
|
|
1963
1968
|
interface FinalityGrandpaEquivocationPrecommit extends Struct {
|
|
1964
1969
|
readonly roundNumber: u64;
|
|
1965
1970
|
readonly identity: SpConsensusGrandpaAppPublic;
|
|
1966
1971
|
readonly first: ITuple<[FinalityGrandpaPrecommit, SpConsensusGrandpaAppSignature]>;
|
|
1967
1972
|
readonly second: ITuple<[FinalityGrandpaPrecommit, SpConsensusGrandpaAppSignature]>;
|
|
1968
1973
|
}
|
|
1969
|
-
/** @name FinalityGrandpaPrecommit (
|
|
1974
|
+
/** @name FinalityGrandpaPrecommit (254) */
|
|
1970
1975
|
interface FinalityGrandpaPrecommit extends Struct {
|
|
1971
1976
|
readonly targetHash: H256;
|
|
1972
1977
|
readonly targetNumber: u32;
|
|
1973
1978
|
}
|
|
1974
|
-
/** @name PalletGrandpaError (
|
|
1979
|
+
/** @name PalletGrandpaError (256) */
|
|
1975
1980
|
interface PalletGrandpaError extends Enum {
|
|
1976
1981
|
readonly isPauseFailed: boolean;
|
|
1977
1982
|
readonly isResumeFailed: boolean;
|
|
@@ -1980,93 +1985,183 @@ declare module '@polkadot/types/lookup' {
|
|
|
1980
1985
|
readonly isInvalidKeyOwnershipProof: boolean;
|
|
1981
1986
|
readonly isInvalidEquivocationProof: boolean;
|
|
1982
1987
|
readonly isDuplicateOffenceReport: boolean;
|
|
1983
|
-
readonly type:
|
|
1988
|
+
readonly type: "PauseFailed" | "ResumeFailed" | "ChangePending" | "TooSoon" | "InvalidKeyOwnershipProof" | "InvalidEquivocationProof" | "DuplicateOffenceReport";
|
|
1984
1989
|
}
|
|
1985
|
-
/** @name PalletTransactionPaymentReleases (
|
|
1990
|
+
/** @name PalletTransactionPaymentReleases (258) */
|
|
1986
1991
|
interface PalletTransactionPaymentReleases extends Enum {
|
|
1987
1992
|
readonly isV1Ancient: boolean;
|
|
1988
1993
|
readonly isV2: boolean;
|
|
1989
|
-
readonly type:
|
|
1994
|
+
readonly type: "V1Ancient" | "V2";
|
|
1990
1995
|
}
|
|
1991
|
-
/** @name PalletParametersCall (
|
|
1996
|
+
/** @name PalletParametersCall (259) */
|
|
1992
1997
|
interface PalletParametersCall extends Enum {
|
|
1993
1998
|
readonly isSetParameter: boolean;
|
|
1994
1999
|
readonly asSetParameter: {
|
|
1995
2000
|
readonly keyValue: ShSolochainEvmRuntimeConfigsRuntimeParamsRuntimeParameters;
|
|
1996
2001
|
} & Struct;
|
|
1997
|
-
readonly type:
|
|
2002
|
+
readonly type: "SetParameter";
|
|
1998
2003
|
}
|
|
1999
|
-
/** @name ShSolochainEvmRuntimeConfigsRuntimeParamsRuntimeParameters (
|
|
2004
|
+
/** @name ShSolochainEvmRuntimeConfigsRuntimeParamsRuntimeParameters (260) */
|
|
2000
2005
|
interface ShSolochainEvmRuntimeConfigsRuntimeParamsRuntimeParameters extends Enum {
|
|
2001
2006
|
readonly isRuntimeConfig: boolean;
|
|
2002
2007
|
readonly asRuntimeConfig: ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParameters;
|
|
2003
|
-
readonly type:
|
|
2008
|
+
readonly type: "RuntimeConfig";
|
|
2004
2009
|
}
|
|
2005
|
-
/** @name ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParameters (
|
|
2010
|
+
/** @name ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParameters (261) */
|
|
2006
2011
|
interface ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParameters extends Enum {
|
|
2007
2012
|
readonly isSlashAmountPerMaxFileSize: boolean;
|
|
2008
|
-
readonly asSlashAmountPerMaxFileSize: ITuple<[
|
|
2013
|
+
readonly asSlashAmountPerMaxFileSize: ITuple<[
|
|
2014
|
+
ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSlashAmountPerMaxFileSize,
|
|
2015
|
+
Option<u128>
|
|
2016
|
+
]>;
|
|
2009
2017
|
readonly isStakeToChallengePeriod: boolean;
|
|
2010
|
-
readonly asStakeToChallengePeriod: ITuple<[
|
|
2018
|
+
readonly asStakeToChallengePeriod: ITuple<[
|
|
2019
|
+
ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToChallengePeriod,
|
|
2020
|
+
Option<u128>
|
|
2021
|
+
]>;
|
|
2011
2022
|
readonly isCheckpointChallengePeriod: boolean;
|
|
2012
|
-
readonly asCheckpointChallengePeriod: ITuple<[
|
|
2023
|
+
readonly asCheckpointChallengePeriod: ITuple<[
|
|
2024
|
+
ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigCheckpointChallengePeriod,
|
|
2025
|
+
Option<u32>
|
|
2026
|
+
]>;
|
|
2013
2027
|
readonly isMinChallengePeriod: boolean;
|
|
2014
|
-
readonly asMinChallengePeriod: ITuple<[
|
|
2028
|
+
readonly asMinChallengePeriod: ITuple<[
|
|
2029
|
+
ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinChallengePeriod,
|
|
2030
|
+
Option<u32>
|
|
2031
|
+
]>;
|
|
2015
2032
|
readonly isSystemUtilisationLowerThresholdPercentage: boolean;
|
|
2016
|
-
readonly asSystemUtilisationLowerThresholdPercentage: ITuple<[
|
|
2033
|
+
readonly asSystemUtilisationLowerThresholdPercentage: ITuple<[
|
|
2034
|
+
ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSystemUtilisationLowerThresholdPercentage,
|
|
2035
|
+
Option<Perbill>
|
|
2036
|
+
]>;
|
|
2017
2037
|
readonly isSystemUtilisationUpperThresholdPercentage: boolean;
|
|
2018
|
-
readonly asSystemUtilisationUpperThresholdPercentage: ITuple<[
|
|
2038
|
+
readonly asSystemUtilisationUpperThresholdPercentage: ITuple<[
|
|
2039
|
+
ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSystemUtilisationUpperThresholdPercentage,
|
|
2040
|
+
Option<Perbill>
|
|
2041
|
+
]>;
|
|
2019
2042
|
readonly isMostlyStablePrice: boolean;
|
|
2020
|
-
readonly asMostlyStablePrice: ITuple<[
|
|
2043
|
+
readonly asMostlyStablePrice: ITuple<[
|
|
2044
|
+
ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMostlyStablePrice,
|
|
2045
|
+
Option<u128>
|
|
2046
|
+
]>;
|
|
2021
2047
|
readonly isMaxPrice: boolean;
|
|
2022
|
-
readonly asMaxPrice: ITuple<[
|
|
2048
|
+
readonly asMaxPrice: ITuple<[
|
|
2049
|
+
ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaxPrice,
|
|
2050
|
+
Option<u128>
|
|
2051
|
+
]>;
|
|
2023
2052
|
readonly isMinPrice: boolean;
|
|
2024
|
-
readonly asMinPrice: ITuple<[
|
|
2053
|
+
readonly asMinPrice: ITuple<[
|
|
2054
|
+
ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinPrice,
|
|
2055
|
+
Option<u128>
|
|
2056
|
+
]>;
|
|
2025
2057
|
readonly isUpperExponentFactor: boolean;
|
|
2026
|
-
readonly asUpperExponentFactor: ITuple<[
|
|
2058
|
+
readonly asUpperExponentFactor: ITuple<[
|
|
2059
|
+
ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpperExponentFactor,
|
|
2060
|
+
Option<u128>
|
|
2061
|
+
]>;
|
|
2027
2062
|
readonly isLowerExponentFactor: boolean;
|
|
2028
|
-
readonly asLowerExponentFactor: ITuple<[
|
|
2063
|
+
readonly asLowerExponentFactor: ITuple<[
|
|
2064
|
+
ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigLowerExponentFactor,
|
|
2065
|
+
Option<u128>
|
|
2066
|
+
]>;
|
|
2029
2067
|
readonly isZeroSizeBucketFixedRate: boolean;
|
|
2030
|
-
readonly asZeroSizeBucketFixedRate: ITuple<[
|
|
2068
|
+
readonly asZeroSizeBucketFixedRate: ITuple<[
|
|
2069
|
+
ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigZeroSizeBucketFixedRate,
|
|
2070
|
+
Option<u128>
|
|
2071
|
+
]>;
|
|
2031
2072
|
readonly isIdealUtilisationRate: boolean;
|
|
2032
|
-
readonly asIdealUtilisationRate: ITuple<[
|
|
2073
|
+
readonly asIdealUtilisationRate: ITuple<[
|
|
2074
|
+
ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigIdealUtilisationRate,
|
|
2075
|
+
Option<Perbill>
|
|
2076
|
+
]>;
|
|
2033
2077
|
readonly isDecayRate: boolean;
|
|
2034
|
-
readonly asDecayRate: ITuple<[
|
|
2078
|
+
readonly asDecayRate: ITuple<[
|
|
2079
|
+
ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigDecayRate,
|
|
2080
|
+
Option<Perbill>
|
|
2081
|
+
]>;
|
|
2035
2082
|
readonly isMinimumTreasuryCut: boolean;
|
|
2036
|
-
readonly asMinimumTreasuryCut: ITuple<[
|
|
2083
|
+
readonly asMinimumTreasuryCut: ITuple<[
|
|
2084
|
+
ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinimumTreasuryCut,
|
|
2085
|
+
Option<Perbill>
|
|
2086
|
+
]>;
|
|
2037
2087
|
readonly isMaximumTreasuryCut: boolean;
|
|
2038
|
-
readonly asMaximumTreasuryCut: ITuple<[
|
|
2088
|
+
readonly asMaximumTreasuryCut: ITuple<[
|
|
2089
|
+
ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaximumTreasuryCut,
|
|
2090
|
+
Option<Perbill>
|
|
2091
|
+
]>;
|
|
2039
2092
|
readonly isBspStopStoringFilePenalty: boolean;
|
|
2040
|
-
readonly asBspStopStoringFilePenalty: ITuple<[
|
|
2093
|
+
readonly asBspStopStoringFilePenalty: ITuple<[
|
|
2094
|
+
ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigBspStopStoringFilePenalty,
|
|
2095
|
+
Option<u128>
|
|
2096
|
+
]>;
|
|
2041
2097
|
readonly isProviderTopUpTtl: boolean;
|
|
2042
|
-
readonly asProviderTopUpTtl: ITuple<[
|
|
2098
|
+
readonly asProviderTopUpTtl: ITuple<[
|
|
2099
|
+
ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigProviderTopUpTtl,
|
|
2100
|
+
Option<u32>
|
|
2101
|
+
]>;
|
|
2043
2102
|
readonly isBasicReplicationTarget: boolean;
|
|
2044
|
-
readonly asBasicReplicationTarget: ITuple<[
|
|
2103
|
+
readonly asBasicReplicationTarget: ITuple<[
|
|
2104
|
+
ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigBasicReplicationTarget,
|
|
2105
|
+
Option<u32>
|
|
2106
|
+
]>;
|
|
2045
2107
|
readonly isStandardReplicationTarget: boolean;
|
|
2046
|
-
readonly asStandardReplicationTarget: ITuple<[
|
|
2108
|
+
readonly asStandardReplicationTarget: ITuple<[
|
|
2109
|
+
ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStandardReplicationTarget,
|
|
2110
|
+
Option<u32>
|
|
2111
|
+
]>;
|
|
2047
2112
|
readonly isHighSecurityReplicationTarget: boolean;
|
|
2048
|
-
readonly asHighSecurityReplicationTarget: ITuple<[
|
|
2113
|
+
readonly asHighSecurityReplicationTarget: ITuple<[
|
|
2114
|
+
ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigHighSecurityReplicationTarget,
|
|
2115
|
+
Option<u32>
|
|
2116
|
+
]>;
|
|
2049
2117
|
readonly isSuperHighSecurityReplicationTarget: boolean;
|
|
2050
|
-
readonly asSuperHighSecurityReplicationTarget: ITuple<[
|
|
2118
|
+
readonly asSuperHighSecurityReplicationTarget: ITuple<[
|
|
2119
|
+
ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSuperHighSecurityReplicationTarget,
|
|
2120
|
+
Option<u32>
|
|
2121
|
+
]>;
|
|
2051
2122
|
readonly isUltraHighSecurityReplicationTarget: boolean;
|
|
2052
|
-
readonly asUltraHighSecurityReplicationTarget: ITuple<[
|
|
2123
|
+
readonly asUltraHighSecurityReplicationTarget: ITuple<[
|
|
2124
|
+
ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUltraHighSecurityReplicationTarget,
|
|
2125
|
+
Option<u32>
|
|
2126
|
+
]>;
|
|
2053
2127
|
readonly isMaxReplicationTarget: boolean;
|
|
2054
|
-
readonly asMaxReplicationTarget: ITuple<[
|
|
2128
|
+
readonly asMaxReplicationTarget: ITuple<[
|
|
2129
|
+
ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaxReplicationTarget,
|
|
2130
|
+
Option<u32>
|
|
2131
|
+
]>;
|
|
2055
2132
|
readonly isTickRangeToMaximumThreshold: boolean;
|
|
2056
|
-
readonly asTickRangeToMaximumThreshold: ITuple<[
|
|
2133
|
+
readonly asTickRangeToMaximumThreshold: ITuple<[
|
|
2134
|
+
ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigTickRangeToMaximumThreshold,
|
|
2135
|
+
Option<u32>
|
|
2136
|
+
]>;
|
|
2057
2137
|
readonly isStorageRequestTtl: boolean;
|
|
2058
|
-
readonly asStorageRequestTtl: ITuple<[
|
|
2138
|
+
readonly asStorageRequestTtl: ITuple<[
|
|
2139
|
+
ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStorageRequestTtl,
|
|
2140
|
+
Option<u32>
|
|
2141
|
+
]>;
|
|
2059
2142
|
readonly isMinWaitForStopStoring: boolean;
|
|
2060
|
-
readonly asMinWaitForStopStoring: ITuple<[
|
|
2143
|
+
readonly asMinWaitForStopStoring: ITuple<[
|
|
2144
|
+
ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinWaitForStopStoring,
|
|
2145
|
+
Option<u32>
|
|
2146
|
+
]>;
|
|
2061
2147
|
readonly isMinSeedPeriod: boolean;
|
|
2062
|
-
readonly asMinSeedPeriod: ITuple<[
|
|
2148
|
+
readonly asMinSeedPeriod: ITuple<[
|
|
2149
|
+
ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinSeedPeriod,
|
|
2150
|
+
Option<u32>
|
|
2151
|
+
]>;
|
|
2063
2152
|
readonly isStakeToSeedPeriod: boolean;
|
|
2064
|
-
readonly asStakeToSeedPeriod: ITuple<[
|
|
2153
|
+
readonly asStakeToSeedPeriod: ITuple<[
|
|
2154
|
+
ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToSeedPeriod,
|
|
2155
|
+
Option<u128>
|
|
2156
|
+
]>;
|
|
2065
2157
|
readonly isUpfrontTicksToPay: boolean;
|
|
2066
|
-
readonly asUpfrontTicksToPay: ITuple<[
|
|
2067
|
-
|
|
2158
|
+
readonly asUpfrontTicksToPay: ITuple<[
|
|
2159
|
+
ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpfrontTicksToPay,
|
|
2160
|
+
Option<u32>
|
|
2161
|
+
]>;
|
|
2162
|
+
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";
|
|
2068
2163
|
}
|
|
2069
|
-
/** @name PalletSudoCall (
|
|
2164
|
+
/** @name PalletSudoCall (264) */
|
|
2070
2165
|
interface PalletSudoCall extends Enum {
|
|
2071
2166
|
readonly isSudo: boolean;
|
|
2072
2167
|
readonly asSudo: {
|
|
@@ -2087,17 +2182,17 @@ declare module '@polkadot/types/lookup' {
|
|
|
2087
2182
|
readonly call: Call;
|
|
2088
2183
|
} & Struct;
|
|
2089
2184
|
readonly isRemoveKey: boolean;
|
|
2090
|
-
readonly type:
|
|
2185
|
+
readonly type: "Sudo" | "SudoUncheckedWeight" | "SetKey" | "SudoAs" | "RemoveKey";
|
|
2091
2186
|
}
|
|
2092
|
-
/** @name PalletEthereumCall (
|
|
2187
|
+
/** @name PalletEthereumCall (266) */
|
|
2093
2188
|
interface PalletEthereumCall extends Enum {
|
|
2094
2189
|
readonly isTransact: boolean;
|
|
2095
2190
|
readonly asTransact: {
|
|
2096
2191
|
readonly transaction: EthereumTransactionTransactionV2;
|
|
2097
2192
|
} & Struct;
|
|
2098
|
-
readonly type:
|
|
2193
|
+
readonly type: "Transact";
|
|
2099
2194
|
}
|
|
2100
|
-
/** @name EthereumTransactionTransactionV2 (
|
|
2195
|
+
/** @name EthereumTransactionTransactionV2 (267) */
|
|
2101
2196
|
interface EthereumTransactionTransactionV2 extends Enum {
|
|
2102
2197
|
readonly isLegacy: boolean;
|
|
2103
2198
|
readonly asLegacy: EthereumTransactionLegacyLegacyTransaction;
|
|
@@ -2105,9 +2200,9 @@ declare module '@polkadot/types/lookup' {
|
|
|
2105
2200
|
readonly asEip2930: EthereumTransactionEip2930Eip2930Transaction;
|
|
2106
2201
|
readonly isEip1559: boolean;
|
|
2107
2202
|
readonly asEip1559: EthereumTransactionEip1559Eip1559Transaction;
|
|
2108
|
-
readonly type:
|
|
2203
|
+
readonly type: "Legacy" | "Eip2930" | "Eip1559";
|
|
2109
2204
|
}
|
|
2110
|
-
/** @name EthereumTransactionLegacyLegacyTransaction (
|
|
2205
|
+
/** @name EthereumTransactionLegacyLegacyTransaction (268) */
|
|
2111
2206
|
interface EthereumTransactionLegacyLegacyTransaction extends Struct {
|
|
2112
2207
|
readonly nonce: U256;
|
|
2113
2208
|
readonly gasPrice: U256;
|
|
@@ -2117,20 +2212,20 @@ declare module '@polkadot/types/lookup' {
|
|
|
2117
2212
|
readonly input: Bytes;
|
|
2118
2213
|
readonly signature: EthereumTransactionLegacyTransactionSignature;
|
|
2119
2214
|
}
|
|
2120
|
-
/** @name EthereumTransactionLegacyTransactionAction (
|
|
2215
|
+
/** @name EthereumTransactionLegacyTransactionAction (271) */
|
|
2121
2216
|
interface EthereumTransactionLegacyTransactionAction extends Enum {
|
|
2122
2217
|
readonly isCall: boolean;
|
|
2123
2218
|
readonly asCall: H160;
|
|
2124
2219
|
readonly isCreate: boolean;
|
|
2125
|
-
readonly type:
|
|
2220
|
+
readonly type: "Call" | "Create";
|
|
2126
2221
|
}
|
|
2127
|
-
/** @name EthereumTransactionLegacyTransactionSignature (
|
|
2222
|
+
/** @name EthereumTransactionLegacyTransactionSignature (272) */
|
|
2128
2223
|
interface EthereumTransactionLegacyTransactionSignature extends Struct {
|
|
2129
2224
|
readonly v: u64;
|
|
2130
2225
|
readonly r: H256;
|
|
2131
2226
|
readonly s: H256;
|
|
2132
2227
|
}
|
|
2133
|
-
/** @name EthereumTransactionEip2930Eip2930Transaction (
|
|
2228
|
+
/** @name EthereumTransactionEip2930Eip2930Transaction (274) */
|
|
2134
2229
|
interface EthereumTransactionEip2930Eip2930Transaction extends Struct {
|
|
2135
2230
|
readonly chainId: u64;
|
|
2136
2231
|
readonly nonce: U256;
|
|
@@ -2144,12 +2239,12 @@ declare module '@polkadot/types/lookup' {
|
|
|
2144
2239
|
readonly r: H256;
|
|
2145
2240
|
readonly s: H256;
|
|
2146
2241
|
}
|
|
2147
|
-
/** @name EthereumTransactionEip2930AccessListItem (
|
|
2242
|
+
/** @name EthereumTransactionEip2930AccessListItem (276) */
|
|
2148
2243
|
interface EthereumTransactionEip2930AccessListItem extends Struct {
|
|
2149
2244
|
readonly address: H160;
|
|
2150
2245
|
readonly storageKeys: Vec<H256>;
|
|
2151
2246
|
}
|
|
2152
|
-
/** @name EthereumTransactionEip1559Eip1559Transaction (
|
|
2247
|
+
/** @name EthereumTransactionEip1559Eip1559Transaction (277) */
|
|
2153
2248
|
interface EthereumTransactionEip1559Eip1559Transaction extends Struct {
|
|
2154
2249
|
readonly chainId: u64;
|
|
2155
2250
|
readonly nonce: U256;
|
|
@@ -2164,7 +2259,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
2164
2259
|
readonly r: H256;
|
|
2165
2260
|
readonly s: H256;
|
|
2166
2261
|
}
|
|
2167
|
-
/** @name PalletEvmCall (
|
|
2262
|
+
/** @name PalletEvmCall (278) */
|
|
2168
2263
|
interface PalletEvmCall extends Enum {
|
|
2169
2264
|
readonly isWithdraw: boolean;
|
|
2170
2265
|
readonly asWithdraw: {
|
|
@@ -2206,9 +2301,9 @@ declare module '@polkadot/types/lookup' {
|
|
|
2206
2301
|
readonly nonce: Option<U256>;
|
|
2207
2302
|
readonly accessList: Vec<ITuple<[H160, Vec<H256>]>>;
|
|
2208
2303
|
} & Struct;
|
|
2209
|
-
readonly type:
|
|
2304
|
+
readonly type: "Withdraw" | "Call" | "Create" | "Create2";
|
|
2210
2305
|
}
|
|
2211
|
-
/** @name PalletStorageProvidersCall (
|
|
2306
|
+
/** @name PalletStorageProvidersCall (282) */
|
|
2212
2307
|
interface PalletStorageProvidersCall extends Enum {
|
|
2213
2308
|
readonly isRequestMspSignUp: boolean;
|
|
2214
2309
|
readonly asRequestMspSignUp: {
|
|
@@ -2287,9 +2382,9 @@ declare module '@polkadot/types/lookup' {
|
|
|
2287
2382
|
readonly providerId: H256;
|
|
2288
2383
|
} & Struct;
|
|
2289
2384
|
readonly isStopAllCycles: boolean;
|
|
2290
|
-
readonly type:
|
|
2385
|
+
readonly type: "RequestMspSignUp" | "RequestBspSignUp" | "ConfirmSignUp" | "CancelSignUp" | "MspSignOff" | "BspSignOff" | "ChangeCapacity" | "AddValueProp" | "MakeValuePropUnavailable" | "AddMultiaddress" | "RemoveMultiaddress" | "ForceMspSignUp" | "ForceBspSignUp" | "Slash" | "TopUpDeposit" | "DeleteProvider" | "StopAllCycles";
|
|
2291
2386
|
}
|
|
2292
|
-
/** @name PalletFileSystemCall (
|
|
2387
|
+
/** @name PalletFileSystemCall (283) */
|
|
2293
2388
|
interface PalletFileSystemCall extends Enum {
|
|
2294
2389
|
readonly isCreateBucket: boolean;
|
|
2295
2390
|
readonly asCreateBucket: {
|
|
@@ -2404,15 +2499,19 @@ declare module '@polkadot/types/lookup' {
|
|
|
2404
2499
|
readonly bspId: Option<H256>;
|
|
2405
2500
|
readonly forestProof: SpTrieStorageProofCompactProof;
|
|
2406
2501
|
} & Struct;
|
|
2407
|
-
readonly
|
|
2502
|
+
readonly isSetUserOperationPauseFlags: boolean;
|
|
2503
|
+
readonly asSetUserOperationPauseFlags: {
|
|
2504
|
+
readonly newFlags: u32;
|
|
2505
|
+
} & Struct;
|
|
2506
|
+
readonly type: "CreateBucket" | "RequestMoveBucket" | "MspRespondMoveBucketRequest" | "UpdateBucketPrivacy" | "CreateAndAssociateCollectionWithBucket" | "DeleteBucket" | "IssueStorageRequest" | "RevokeStorageRequest" | "MspRespondStorageRequestsMultipleBuckets" | "MspStopStoringBucket" | "BspVolunteer" | "BspConfirmStoring" | "BspRequestStopStoring" | "BspConfirmStopStoring" | "StopStoringForInsolventUser" | "MspStopStoringBucketForInsolventUser" | "RequestDeleteFile" | "DeleteFiles" | "DeleteFilesForIncompleteStorageRequest" | "SetUserOperationPauseFlags";
|
|
2408
2507
|
}
|
|
2409
|
-
/** @name PalletFileSystemBucketMoveRequestResponse (
|
|
2508
|
+
/** @name PalletFileSystemBucketMoveRequestResponse (284) */
|
|
2410
2509
|
interface PalletFileSystemBucketMoveRequestResponse extends Enum {
|
|
2411
2510
|
readonly isAccepted: boolean;
|
|
2412
2511
|
readonly isRejected: boolean;
|
|
2413
|
-
readonly type:
|
|
2512
|
+
readonly type: "Accepted" | "Rejected";
|
|
2414
2513
|
}
|
|
2415
|
-
/** @name PalletFileSystemReplicationTarget (
|
|
2514
|
+
/** @name PalletFileSystemReplicationTarget (285) */
|
|
2416
2515
|
interface PalletFileSystemReplicationTarget extends Enum {
|
|
2417
2516
|
readonly isBasic: boolean;
|
|
2418
2517
|
readonly isStandard: boolean;
|
|
@@ -2421,30 +2520,30 @@ declare module '@polkadot/types/lookup' {
|
|
|
2421
2520
|
readonly isUltraHighSecurity: boolean;
|
|
2422
2521
|
readonly isCustom: boolean;
|
|
2423
2522
|
readonly asCustom: u32;
|
|
2424
|
-
readonly type:
|
|
2523
|
+
readonly type: "Basic" | "Standard" | "HighSecurity" | "SuperHighSecurity" | "UltraHighSecurity" | "Custom";
|
|
2425
2524
|
}
|
|
2426
|
-
/** @name PalletFileSystemStorageRequestMspBucketResponse (
|
|
2525
|
+
/** @name PalletFileSystemStorageRequestMspBucketResponse (287) */
|
|
2427
2526
|
interface PalletFileSystemStorageRequestMspBucketResponse extends Struct {
|
|
2428
2527
|
readonly bucketId: H256;
|
|
2429
2528
|
readonly accept: Option<PalletFileSystemStorageRequestMspAcceptedFileKeys>;
|
|
2430
2529
|
readonly reject: Vec<PalletFileSystemRejectedStorageRequest>;
|
|
2431
2530
|
}
|
|
2432
|
-
/** @name PalletFileSystemStorageRequestMspAcceptedFileKeys (
|
|
2531
|
+
/** @name PalletFileSystemStorageRequestMspAcceptedFileKeys (289) */
|
|
2433
2532
|
interface PalletFileSystemStorageRequestMspAcceptedFileKeys extends Struct {
|
|
2434
2533
|
readonly fileKeysAndProofs: Vec<PalletFileSystemFileKeyWithProof>;
|
|
2435
2534
|
readonly forestProof: SpTrieStorageProofCompactProof;
|
|
2436
2535
|
}
|
|
2437
|
-
/** @name PalletFileSystemFileKeyWithProof (
|
|
2536
|
+
/** @name PalletFileSystemFileKeyWithProof (291) */
|
|
2438
2537
|
interface PalletFileSystemFileKeyWithProof extends Struct {
|
|
2439
2538
|
readonly fileKey: H256;
|
|
2440
2539
|
readonly proof: ShpFileKeyVerifierFileKeyProof;
|
|
2441
2540
|
}
|
|
2442
|
-
/** @name PalletFileSystemRejectedStorageRequest (
|
|
2541
|
+
/** @name PalletFileSystemRejectedStorageRequest (293) */
|
|
2443
2542
|
interface PalletFileSystemRejectedStorageRequest extends Struct {
|
|
2444
2543
|
readonly fileKey: H256;
|
|
2445
2544
|
readonly reason: PalletFileSystemRejectedStorageRequestReason;
|
|
2446
2545
|
}
|
|
2447
|
-
/** @name PalletFileSystemFileDeletionRequest (
|
|
2546
|
+
/** @name PalletFileSystemFileDeletionRequest (296) */
|
|
2448
2547
|
interface PalletFileSystemFileDeletionRequest extends Struct {
|
|
2449
2548
|
readonly fileOwner: AccountId20;
|
|
2450
2549
|
readonly signedIntention: PalletFileSystemFileOperationIntention;
|
|
@@ -2454,7 +2553,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
2454
2553
|
readonly size_: u64;
|
|
2455
2554
|
readonly fingerprint: H256;
|
|
2456
2555
|
}
|
|
2457
|
-
/** @name PalletProofsDealerCall (
|
|
2556
|
+
/** @name PalletProofsDealerCall (298) */
|
|
2458
2557
|
interface PalletProofsDealerCall extends Enum {
|
|
2459
2558
|
readonly isChallenge: boolean;
|
|
2460
2559
|
readonly asChallenge: {
|
|
@@ -2478,14 +2577,14 @@ declare module '@polkadot/types/lookup' {
|
|
|
2478
2577
|
readonly key: H256;
|
|
2479
2578
|
readonly shouldRemoveKey: bool;
|
|
2480
2579
|
} & Struct;
|
|
2481
|
-
readonly type:
|
|
2580
|
+
readonly type: "Challenge" | "SubmitProof" | "ForceInitialiseChallengeCycle" | "SetPaused" | "PriorityChallenge";
|
|
2482
2581
|
}
|
|
2483
|
-
/** @name PalletRandomnessCall (
|
|
2582
|
+
/** @name PalletRandomnessCall (299) */
|
|
2484
2583
|
interface PalletRandomnessCall extends Enum {
|
|
2485
2584
|
readonly isSetBabeRandomness: boolean;
|
|
2486
|
-
readonly type:
|
|
2585
|
+
readonly type: "SetBabeRandomness";
|
|
2487
2586
|
}
|
|
2488
|
-
/** @name PalletPaymentStreamsCall (
|
|
2587
|
+
/** @name PalletPaymentStreamsCall (300) */
|
|
2489
2588
|
interface PalletPaymentStreamsCall extends Enum {
|
|
2490
2589
|
readonly isCreateFixedRatePaymentStream: boolean;
|
|
2491
2590
|
readonly asCreateFixedRatePaymentStream: {
|
|
@@ -2534,9 +2633,9 @@ declare module '@polkadot/types/lookup' {
|
|
|
2534
2633
|
readonly providers: Vec<H256>;
|
|
2535
2634
|
} & Struct;
|
|
2536
2635
|
readonly isClearInsolventFlag: boolean;
|
|
2537
|
-
readonly type:
|
|
2636
|
+
readonly type: "CreateFixedRatePaymentStream" | "UpdateFixedRatePaymentStream" | "DeleteFixedRatePaymentStream" | "CreateDynamicRatePaymentStream" | "UpdateDynamicRatePaymentStream" | "DeleteDynamicRatePaymentStream" | "ChargePaymentStreams" | "ChargeMultipleUsersPaymentStreams" | "PayOutstandingDebt" | "ClearInsolventFlag";
|
|
2538
2637
|
}
|
|
2539
|
-
/** @name PalletBucketNftsCall (
|
|
2638
|
+
/** @name PalletBucketNftsCall (301) */
|
|
2540
2639
|
interface PalletBucketNftsCall extends Enum {
|
|
2541
2640
|
readonly isShareAccess: boolean;
|
|
2542
2641
|
readonly asShareAccess: {
|
|
@@ -2551,9 +2650,9 @@ declare module '@polkadot/types/lookup' {
|
|
|
2551
2650
|
readonly itemId: u32;
|
|
2552
2651
|
readonly readAccessRegex: Option<Bytes>;
|
|
2553
2652
|
} & Struct;
|
|
2554
|
-
readonly type:
|
|
2653
|
+
readonly type: "ShareAccess" | "UpdateReadAccess";
|
|
2555
2654
|
}
|
|
2556
|
-
/** @name PalletNftsCall (
|
|
2655
|
+
/** @name PalletNftsCall (303) */
|
|
2557
2656
|
interface PalletNftsCall extends Enum {
|
|
2558
2657
|
readonly isCreate: boolean;
|
|
2559
2658
|
readonly asCreate: {
|
|
@@ -2784,24 +2883,24 @@ declare module '@polkadot/types/lookup' {
|
|
|
2784
2883
|
readonly signature: FpAccountEthereumSignature;
|
|
2785
2884
|
readonly signer: AccountId20;
|
|
2786
2885
|
} & Struct;
|
|
2787
|
-
readonly type:
|
|
2886
|
+
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";
|
|
2788
2887
|
}
|
|
2789
|
-
/** @name PalletNftsCollectionConfig (
|
|
2888
|
+
/** @name PalletNftsCollectionConfig (304) */
|
|
2790
2889
|
interface PalletNftsCollectionConfig extends Struct {
|
|
2791
2890
|
readonly settings: u64;
|
|
2792
2891
|
readonly maxSupply: Option<u32>;
|
|
2793
2892
|
readonly mintSettings: PalletNftsMintSettings;
|
|
2794
2893
|
}
|
|
2795
|
-
/** @name PalletNftsCollectionSetting (
|
|
2894
|
+
/** @name PalletNftsCollectionSetting (306) */
|
|
2796
2895
|
interface PalletNftsCollectionSetting extends Enum {
|
|
2797
2896
|
readonly isTransferableItems: boolean;
|
|
2798
2897
|
readonly isUnlockedMetadata: boolean;
|
|
2799
2898
|
readonly isUnlockedAttributes: boolean;
|
|
2800
2899
|
readonly isUnlockedMaxSupply: boolean;
|
|
2801
2900
|
readonly isDepositRequired: boolean;
|
|
2802
|
-
readonly type:
|
|
2901
|
+
readonly type: "TransferableItems" | "UnlockedMetadata" | "UnlockedAttributes" | "UnlockedMaxSupply" | "DepositRequired";
|
|
2803
2902
|
}
|
|
2804
|
-
/** @name PalletNftsMintSettings (
|
|
2903
|
+
/** @name PalletNftsMintSettings (307) */
|
|
2805
2904
|
interface PalletNftsMintSettings extends Struct {
|
|
2806
2905
|
readonly mintType: PalletNftsMintType;
|
|
2807
2906
|
readonly price: Option<u128>;
|
|
@@ -2809,48 +2908,48 @@ declare module '@polkadot/types/lookup' {
|
|
|
2809
2908
|
readonly endBlock: Option<u32>;
|
|
2810
2909
|
readonly defaultItemSettings: u64;
|
|
2811
2910
|
}
|
|
2812
|
-
/** @name PalletNftsMintType (
|
|
2911
|
+
/** @name PalletNftsMintType (308) */
|
|
2813
2912
|
interface PalletNftsMintType extends Enum {
|
|
2814
2913
|
readonly isIssuer: boolean;
|
|
2815
2914
|
readonly isPublic: boolean;
|
|
2816
2915
|
readonly isHolderOf: boolean;
|
|
2817
2916
|
readonly asHolderOf: u32;
|
|
2818
|
-
readonly type:
|
|
2917
|
+
readonly type: "Issuer" | "Public" | "HolderOf";
|
|
2819
2918
|
}
|
|
2820
|
-
/** @name PalletNftsItemSetting (
|
|
2919
|
+
/** @name PalletNftsItemSetting (310) */
|
|
2821
2920
|
interface PalletNftsItemSetting extends Enum {
|
|
2822
2921
|
readonly isTransferable: boolean;
|
|
2823
2922
|
readonly isUnlockedMetadata: boolean;
|
|
2824
2923
|
readonly isUnlockedAttributes: boolean;
|
|
2825
|
-
readonly type:
|
|
2924
|
+
readonly type: "Transferable" | "UnlockedMetadata" | "UnlockedAttributes";
|
|
2826
2925
|
}
|
|
2827
|
-
/** @name PalletNftsDestroyWitness (
|
|
2926
|
+
/** @name PalletNftsDestroyWitness (311) */
|
|
2828
2927
|
interface PalletNftsDestroyWitness extends Struct {
|
|
2829
2928
|
readonly itemMetadatas: Compact<u32>;
|
|
2830
2929
|
readonly itemConfigs: Compact<u32>;
|
|
2831
2930
|
readonly attributes: Compact<u32>;
|
|
2832
2931
|
}
|
|
2833
|
-
/** @name PalletNftsMintWitness (
|
|
2932
|
+
/** @name PalletNftsMintWitness (313) */
|
|
2834
2933
|
interface PalletNftsMintWitness extends Struct {
|
|
2835
2934
|
readonly ownedItem: Option<u32>;
|
|
2836
2935
|
readonly mintPrice: Option<u128>;
|
|
2837
2936
|
}
|
|
2838
|
-
/** @name PalletNftsItemConfig (
|
|
2937
|
+
/** @name PalletNftsItemConfig (314) */
|
|
2839
2938
|
interface PalletNftsItemConfig extends Struct {
|
|
2840
2939
|
readonly settings: u64;
|
|
2841
2940
|
}
|
|
2842
|
-
/** @name PalletNftsCancelAttributesApprovalWitness (
|
|
2941
|
+
/** @name PalletNftsCancelAttributesApprovalWitness (315) */
|
|
2843
2942
|
interface PalletNftsCancelAttributesApprovalWitness extends Struct {
|
|
2844
2943
|
readonly accountAttributes: u32;
|
|
2845
2944
|
}
|
|
2846
|
-
/** @name PalletNftsItemTip (
|
|
2945
|
+
/** @name PalletNftsItemTip (317) */
|
|
2847
2946
|
interface PalletNftsItemTip extends Struct {
|
|
2848
2947
|
readonly collection: u32;
|
|
2849
2948
|
readonly item: u32;
|
|
2850
2949
|
readonly receiver: AccountId20;
|
|
2851
2950
|
readonly amount: u128;
|
|
2852
2951
|
}
|
|
2853
|
-
/** @name PalletNftsPreSignedMint (
|
|
2952
|
+
/** @name PalletNftsPreSignedMint (319) */
|
|
2854
2953
|
interface PalletNftsPreSignedMint extends Struct {
|
|
2855
2954
|
readonly collection: u32;
|
|
2856
2955
|
readonly item: u32;
|
|
@@ -2860,7 +2959,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
2860
2959
|
readonly deadline: u32;
|
|
2861
2960
|
readonly mintPrice: Option<u128>;
|
|
2862
2961
|
}
|
|
2863
|
-
/** @name PalletNftsPreSignedAttributes (
|
|
2962
|
+
/** @name PalletNftsPreSignedAttributes (320) */
|
|
2864
2963
|
interface PalletNftsPreSignedAttributes extends Struct {
|
|
2865
2964
|
readonly collection: u32;
|
|
2866
2965
|
readonly item: u32;
|
|
@@ -2868,12 +2967,12 @@ declare module '@polkadot/types/lookup' {
|
|
|
2868
2967
|
readonly namespace: PalletNftsAttributeNamespace;
|
|
2869
2968
|
readonly deadline: u32;
|
|
2870
2969
|
}
|
|
2871
|
-
/** @name PalletSudoError (
|
|
2970
|
+
/** @name PalletSudoError (321) */
|
|
2872
2971
|
interface PalletSudoError extends Enum {
|
|
2873
2972
|
readonly isRequireSudo: boolean;
|
|
2874
|
-
readonly type:
|
|
2973
|
+
readonly type: "RequireSudo";
|
|
2875
2974
|
}
|
|
2876
|
-
/** @name FpRpcTransactionStatus (
|
|
2975
|
+
/** @name FpRpcTransactionStatus (323) */
|
|
2877
2976
|
interface FpRpcTransactionStatus extends Struct {
|
|
2878
2977
|
readonly transactionHash: H256;
|
|
2879
2978
|
readonly transactionIndex: u32;
|
|
@@ -2883,10 +2982,10 @@ declare module '@polkadot/types/lookup' {
|
|
|
2883
2982
|
readonly logs: Vec<EthereumLog>;
|
|
2884
2983
|
readonly logsBloom: EthbloomBloom;
|
|
2885
2984
|
}
|
|
2886
|
-
/** @name EthbloomBloom (
|
|
2985
|
+
/** @name EthbloomBloom (326) */
|
|
2887
2986
|
interface EthbloomBloom extends U8aFixed {
|
|
2888
2987
|
}
|
|
2889
|
-
/** @name EthereumReceiptReceiptV3 (
|
|
2988
|
+
/** @name EthereumReceiptReceiptV3 (328) */
|
|
2890
2989
|
interface EthereumReceiptReceiptV3 extends Enum {
|
|
2891
2990
|
readonly isLegacy: boolean;
|
|
2892
2991
|
readonly asLegacy: EthereumReceiptEip658ReceiptData;
|
|
@@ -2894,22 +2993,22 @@ declare module '@polkadot/types/lookup' {
|
|
|
2894
2993
|
readonly asEip2930: EthereumReceiptEip658ReceiptData;
|
|
2895
2994
|
readonly isEip1559: boolean;
|
|
2896
2995
|
readonly asEip1559: EthereumReceiptEip658ReceiptData;
|
|
2897
|
-
readonly type:
|
|
2996
|
+
readonly type: "Legacy" | "Eip2930" | "Eip1559";
|
|
2898
2997
|
}
|
|
2899
|
-
/** @name EthereumReceiptEip658ReceiptData (
|
|
2998
|
+
/** @name EthereumReceiptEip658ReceiptData (329) */
|
|
2900
2999
|
interface EthereumReceiptEip658ReceiptData extends Struct {
|
|
2901
3000
|
readonly statusCode: u8;
|
|
2902
3001
|
readonly usedGas: U256;
|
|
2903
3002
|
readonly logsBloom: EthbloomBloom;
|
|
2904
3003
|
readonly logs: Vec<EthereumLog>;
|
|
2905
3004
|
}
|
|
2906
|
-
/** @name EthereumBlock (
|
|
3005
|
+
/** @name EthereumBlock (330) */
|
|
2907
3006
|
interface EthereumBlock extends Struct {
|
|
2908
3007
|
readonly header: EthereumHeader;
|
|
2909
3008
|
readonly transactions: Vec<EthereumTransactionTransactionV2>;
|
|
2910
3009
|
readonly ommers: Vec<EthereumHeader>;
|
|
2911
3010
|
}
|
|
2912
|
-
/** @name EthereumHeader (
|
|
3011
|
+
/** @name EthereumHeader (331) */
|
|
2913
3012
|
interface EthereumHeader extends Struct {
|
|
2914
3013
|
readonly parentHash: H256;
|
|
2915
3014
|
readonly ommersHash: H256;
|
|
@@ -2927,21 +3026,21 @@ declare module '@polkadot/types/lookup' {
|
|
|
2927
3026
|
readonly mixHash: H256;
|
|
2928
3027
|
readonly nonce: EthereumTypesHashH64;
|
|
2929
3028
|
}
|
|
2930
|
-
/** @name EthereumTypesHashH64 (
|
|
3029
|
+
/** @name EthereumTypesHashH64 (332) */
|
|
2931
3030
|
interface EthereumTypesHashH64 extends U8aFixed {
|
|
2932
3031
|
}
|
|
2933
|
-
/** @name PalletEthereumError (
|
|
3032
|
+
/** @name PalletEthereumError (337) */
|
|
2934
3033
|
interface PalletEthereumError extends Enum {
|
|
2935
3034
|
readonly isInvalidSignature: boolean;
|
|
2936
3035
|
readonly isPreLogExists: boolean;
|
|
2937
|
-
readonly type:
|
|
3036
|
+
readonly type: "InvalidSignature" | "PreLogExists";
|
|
2938
3037
|
}
|
|
2939
|
-
/** @name PalletEvmCodeMetadata (
|
|
3038
|
+
/** @name PalletEvmCodeMetadata (338) */
|
|
2940
3039
|
interface PalletEvmCodeMetadata extends Struct {
|
|
2941
3040
|
readonly size_: u64;
|
|
2942
3041
|
readonly hash_: H256;
|
|
2943
3042
|
}
|
|
2944
|
-
/** @name PalletEvmError (
|
|
3043
|
+
/** @name PalletEvmError (340) */
|
|
2945
3044
|
interface PalletEvmError extends Enum {
|
|
2946
3045
|
readonly isBalanceLow: boolean;
|
|
2947
3046
|
readonly isFeeOverflow: boolean;
|
|
@@ -2956,22 +3055,22 @@ declare module '@polkadot/types/lookup' {
|
|
|
2956
3055
|
readonly isReentrancy: boolean;
|
|
2957
3056
|
readonly isTransactionMustComeFromEOA: boolean;
|
|
2958
3057
|
readonly isUndefined: boolean;
|
|
2959
|
-
readonly type:
|
|
3058
|
+
readonly type: "BalanceLow" | "FeeOverflow" | "PaymentOverflow" | "WithdrawFailed" | "GasPriceTooLow" | "InvalidNonce" | "GasLimitTooLow" | "GasLimitTooHigh" | "InvalidChainId" | "InvalidSignature" | "Reentrancy" | "TransactionMustComeFromEOA" | "Undefined";
|
|
2960
3059
|
}
|
|
2961
|
-
/** @name PalletStorageProvidersSignUpRequest (
|
|
3060
|
+
/** @name PalletStorageProvidersSignUpRequest (341) */
|
|
2962
3061
|
interface PalletStorageProvidersSignUpRequest extends Struct {
|
|
2963
3062
|
readonly spSignUpRequest: PalletStorageProvidersSignUpRequestSpParams;
|
|
2964
3063
|
readonly at: u32;
|
|
2965
3064
|
}
|
|
2966
|
-
/** @name PalletStorageProvidersSignUpRequestSpParams (
|
|
3065
|
+
/** @name PalletStorageProvidersSignUpRequestSpParams (342) */
|
|
2967
3066
|
interface PalletStorageProvidersSignUpRequestSpParams extends Enum {
|
|
2968
3067
|
readonly isBackupStorageProvider: boolean;
|
|
2969
3068
|
readonly asBackupStorageProvider: PalletStorageProvidersBackupStorageProvider;
|
|
2970
3069
|
readonly isMainStorageProvider: boolean;
|
|
2971
3070
|
readonly asMainStorageProvider: PalletStorageProvidersMainStorageProviderSignUpRequest;
|
|
2972
|
-
readonly type:
|
|
3071
|
+
readonly type: "BackupStorageProvider" | "MainStorageProvider";
|
|
2973
3072
|
}
|
|
2974
|
-
/** @name PalletStorageProvidersBackupStorageProvider (
|
|
3073
|
+
/** @name PalletStorageProvidersBackupStorageProvider (343) */
|
|
2975
3074
|
interface PalletStorageProvidersBackupStorageProvider extends Struct {
|
|
2976
3075
|
readonly capacity: u64;
|
|
2977
3076
|
readonly capacityUsed: u64;
|
|
@@ -2983,12 +3082,12 @@ declare module '@polkadot/types/lookup' {
|
|
|
2983
3082
|
readonly reputationWeight: u32;
|
|
2984
3083
|
readonly signUpBlock: u32;
|
|
2985
3084
|
}
|
|
2986
|
-
/** @name PalletStorageProvidersMainStorageProviderSignUpRequest (
|
|
3085
|
+
/** @name PalletStorageProvidersMainStorageProviderSignUpRequest (344) */
|
|
2987
3086
|
interface PalletStorageProvidersMainStorageProviderSignUpRequest extends Struct {
|
|
2988
3087
|
readonly mspInfo: PalletStorageProvidersMainStorageProvider;
|
|
2989
3088
|
readonly valueProp: PalletStorageProvidersValueProposition;
|
|
2990
3089
|
}
|
|
2991
|
-
/** @name PalletStorageProvidersMainStorageProvider (
|
|
3090
|
+
/** @name PalletStorageProvidersMainStorageProvider (345) */
|
|
2992
3091
|
interface PalletStorageProvidersMainStorageProvider extends Struct {
|
|
2993
3092
|
readonly capacity: u64;
|
|
2994
3093
|
readonly capacityUsed: u64;
|
|
@@ -3000,7 +3099,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
3000
3099
|
readonly paymentAccount: AccountId20;
|
|
3001
3100
|
readonly signUpBlock: u32;
|
|
3002
3101
|
}
|
|
3003
|
-
/** @name PalletStorageProvidersBucket (
|
|
3102
|
+
/** @name PalletStorageProvidersBucket (346) */
|
|
3004
3103
|
interface PalletStorageProvidersBucket extends Struct {
|
|
3005
3104
|
readonly root: H256;
|
|
3006
3105
|
readonly userId: AccountId20;
|
|
@@ -3010,7 +3109,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
3010
3109
|
readonly size_: u64;
|
|
3011
3110
|
readonly valuePropId: H256;
|
|
3012
3111
|
}
|
|
3013
|
-
/** @name PalletStorageProvidersError (
|
|
3112
|
+
/** @name PalletStorageProvidersError (350) */
|
|
3014
3113
|
interface PalletStorageProvidersError extends Enum {
|
|
3015
3114
|
readonly isAlreadyRegistered: boolean;
|
|
3016
3115
|
readonly isSignUpNotRequested: boolean;
|
|
@@ -3064,9 +3163,9 @@ declare module '@polkadot/types/lookup' {
|
|
|
3064
3163
|
readonly isInvalidEncodedFileMetadata: boolean;
|
|
3065
3164
|
readonly isInvalidEncodedAccountId: boolean;
|
|
3066
3165
|
readonly isPaymentStreamNotFound: boolean;
|
|
3067
|
-
readonly type:
|
|
3166
|
+
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";
|
|
3068
3167
|
}
|
|
3069
|
-
/** @name PalletFileSystemStorageRequestMetadata (
|
|
3168
|
+
/** @name PalletFileSystemStorageRequestMetadata (351) */
|
|
3070
3169
|
interface PalletFileSystemStorageRequestMetadata extends Struct {
|
|
3071
3170
|
readonly requestedAt: u32;
|
|
3072
3171
|
readonly expiresAt: u32;
|
|
@@ -3082,7 +3181,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
3082
3181
|
readonly bspsVolunteered: u32;
|
|
3083
3182
|
readonly depositPaid: u128;
|
|
3084
3183
|
}
|
|
3085
|
-
/** @name PalletFileSystemMspStorageRequestStatus (
|
|
3184
|
+
/** @name PalletFileSystemMspStorageRequestStatus (352) */
|
|
3086
3185
|
interface PalletFileSystemMspStorageRequestStatus extends Enum {
|
|
3087
3186
|
readonly isNone: boolean;
|
|
3088
3187
|
readonly isPending: boolean;
|
|
@@ -3091,13 +3190,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
3091
3190
|
readonly asAcceptedNewFile: H256;
|
|
3092
3191
|
readonly isAcceptedExistingFile: boolean;
|
|
3093
3192
|
readonly asAcceptedExistingFile: H256;
|
|
3094
|
-
readonly type:
|
|
3193
|
+
readonly type: "None" | "Pending" | "AcceptedNewFile" | "AcceptedExistingFile";
|
|
3095
3194
|
}
|
|
3096
|
-
/** @name PalletFileSystemStorageRequestBspsMetadata (
|
|
3195
|
+
/** @name PalletFileSystemStorageRequestBspsMetadata (353) */
|
|
3097
3196
|
interface PalletFileSystemStorageRequestBspsMetadata extends Struct {
|
|
3098
3197
|
readonly confirmed: bool;
|
|
3099
3198
|
}
|
|
3100
|
-
/** @name PalletFileSystemPendingFileDeletionRequest (
|
|
3199
|
+
/** @name PalletFileSystemPendingFileDeletionRequest (355) */
|
|
3101
3200
|
interface PalletFileSystemPendingFileDeletionRequest extends Struct {
|
|
3102
3201
|
readonly user: AccountId20;
|
|
3103
3202
|
readonly fileKey: H256;
|
|
@@ -3106,19 +3205,19 @@ declare module '@polkadot/types/lookup' {
|
|
|
3106
3205
|
readonly depositPaidForCreation: u128;
|
|
3107
3206
|
readonly queuePriorityChallenge: bool;
|
|
3108
3207
|
}
|
|
3109
|
-
/** @name PalletFileSystemPendingStopStoringRequest (
|
|
3208
|
+
/** @name PalletFileSystemPendingStopStoringRequest (357) */
|
|
3110
3209
|
interface PalletFileSystemPendingStopStoringRequest extends Struct {
|
|
3111
3210
|
readonly tickWhenRequested: u32;
|
|
3112
3211
|
readonly fileOwner: AccountId20;
|
|
3113
3212
|
readonly fileSize: u64;
|
|
3114
3213
|
}
|
|
3115
|
-
/** @name PalletFileSystemMoveBucketRequestMetadata (
|
|
3214
|
+
/** @name PalletFileSystemMoveBucketRequestMetadata (358) */
|
|
3116
3215
|
interface PalletFileSystemMoveBucketRequestMetadata extends Struct {
|
|
3117
3216
|
readonly requester: AccountId20;
|
|
3118
3217
|
readonly newMspId: H256;
|
|
3119
3218
|
readonly newValuePropId: H256;
|
|
3120
3219
|
}
|
|
3121
|
-
/** @name PalletFileSystemIncompleteStorageRequestMetadata (
|
|
3220
|
+
/** @name PalletFileSystemIncompleteStorageRequestMetadata (359) */
|
|
3122
3221
|
interface PalletFileSystemIncompleteStorageRequestMetadata extends Struct {
|
|
3123
3222
|
readonly owner: AccountId20;
|
|
3124
3223
|
readonly bucketId: H256;
|
|
@@ -3128,7 +3227,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
3128
3227
|
readonly pendingBspRemovals: Vec<H256>;
|
|
3129
3228
|
readonly pendingBucketRemoval: bool;
|
|
3130
3229
|
}
|
|
3131
|
-
/** @name PalletFileSystemError (
|
|
3230
|
+
/** @name PalletFileSystemError (361) */
|
|
3132
3231
|
interface PalletFileSystemError extends Enum {
|
|
3133
3232
|
readonly isNotABsp: boolean;
|
|
3134
3233
|
readonly isNotAMsp: boolean;
|
|
@@ -3199,14 +3298,15 @@ declare module '@polkadot/types/lookup' {
|
|
|
3199
3298
|
readonly isFailedToComputeFileKey: boolean;
|
|
3200
3299
|
readonly isFailedToCreateFileMetadata: boolean;
|
|
3201
3300
|
readonly isFileMetadataProcessingQueueFull: boolean;
|
|
3202
|
-
readonly
|
|
3301
|
+
readonly isUserOperationPaused: boolean;
|
|
3302
|
+
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";
|
|
3203
3303
|
}
|
|
3204
|
-
/** @name PalletProofsDealerProofSubmissionRecord (
|
|
3304
|
+
/** @name PalletProofsDealerProofSubmissionRecord (363) */
|
|
3205
3305
|
interface PalletProofsDealerProofSubmissionRecord extends Struct {
|
|
3206
3306
|
readonly lastTickProven: u32;
|
|
3207
3307
|
readonly nextTickToSubmitProofFor: u32;
|
|
3208
3308
|
}
|
|
3209
|
-
/** @name PalletProofsDealerError (
|
|
3309
|
+
/** @name PalletProofsDealerError (370) */
|
|
3210
3310
|
interface PalletProofsDealerError extends Enum {
|
|
3211
3311
|
readonly isNotProvider: boolean;
|
|
3212
3312
|
readonly isChallengesQueueOverflow: boolean;
|
|
@@ -3232,28 +3332,28 @@ declare module '@polkadot/types/lookup' {
|
|
|
3232
3332
|
readonly isUnexpectedNumberOfRemoveMutations: boolean;
|
|
3233
3333
|
readonly isFailedToUpdateProviderAfterKeyRemoval: boolean;
|
|
3234
3334
|
readonly isTooManyValidProofSubmitters: boolean;
|
|
3235
|
-
readonly type:
|
|
3335
|
+
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";
|
|
3236
3336
|
}
|
|
3237
|
-
/** @name PalletPaymentStreamsFixedRatePaymentStream (
|
|
3337
|
+
/** @name PalletPaymentStreamsFixedRatePaymentStream (372) */
|
|
3238
3338
|
interface PalletPaymentStreamsFixedRatePaymentStream extends Struct {
|
|
3239
3339
|
readonly rate: u128;
|
|
3240
3340
|
readonly lastChargedTick: u32;
|
|
3241
3341
|
readonly userDeposit: u128;
|
|
3242
3342
|
readonly outOfFundsTick: Option<u32>;
|
|
3243
3343
|
}
|
|
3244
|
-
/** @name PalletPaymentStreamsDynamicRatePaymentStream (
|
|
3344
|
+
/** @name PalletPaymentStreamsDynamicRatePaymentStream (373) */
|
|
3245
3345
|
interface PalletPaymentStreamsDynamicRatePaymentStream extends Struct {
|
|
3246
3346
|
readonly amountProvided: u64;
|
|
3247
3347
|
readonly priceIndexWhenLastCharged: u128;
|
|
3248
3348
|
readonly userDeposit: u128;
|
|
3249
3349
|
readonly outOfFundsTick: Option<u32>;
|
|
3250
3350
|
}
|
|
3251
|
-
/** @name PalletPaymentStreamsProviderLastChargeableInfo (
|
|
3351
|
+
/** @name PalletPaymentStreamsProviderLastChargeableInfo (374) */
|
|
3252
3352
|
interface PalletPaymentStreamsProviderLastChargeableInfo extends Struct {
|
|
3253
3353
|
readonly lastChargeableTick: u32;
|
|
3254
3354
|
readonly priceIndex: u128;
|
|
3255
3355
|
}
|
|
3256
|
-
/** @name PalletPaymentStreamsError (
|
|
3356
|
+
/** @name PalletPaymentStreamsError (375) */
|
|
3257
3357
|
interface PalletPaymentStreamsError extends Enum {
|
|
3258
3358
|
readonly isPaymentStreamAlreadyExists: boolean;
|
|
3259
3359
|
readonly isPaymentStreamNotFound: boolean;
|
|
@@ -3273,17 +3373,17 @@ declare module '@polkadot/types/lookup' {
|
|
|
3273
3373
|
readonly isCooldownPeriodNotPassed: boolean;
|
|
3274
3374
|
readonly isUserHasRemainingDebt: boolean;
|
|
3275
3375
|
readonly isProviderInsolvent: boolean;
|
|
3276
|
-
readonly type:
|
|
3376
|
+
readonly type: "PaymentStreamAlreadyExists" | "PaymentStreamNotFound" | "NotAProvider" | "ProviderInconsistencyError" | "CannotHoldDeposit" | "UpdateRateToSameRate" | "UpdateAmountToSameAmount" | "RateCantBeZero" | "AmountProvidedCantBeZero" | "LastChargedGreaterThanLastChargeable" | "InvalidLastChargeableBlockNumber" | "InvalidLastChargeablePriceIndex" | "ChargeOverflow" | "UserWithoutFunds" | "UserNotFlaggedAsWithoutFunds" | "CooldownPeriodNotPassed" | "UserHasRemainingDebt" | "ProviderInsolvent";
|
|
3277
3377
|
}
|
|
3278
|
-
/** @name PalletBucketNftsError (
|
|
3378
|
+
/** @name PalletBucketNftsError (376) */
|
|
3279
3379
|
interface PalletBucketNftsError extends Enum {
|
|
3280
3380
|
readonly isBucketIsNotPrivate: boolean;
|
|
3281
3381
|
readonly isNotBucketOwner: boolean;
|
|
3282
3382
|
readonly isNoCorrespondingCollection: boolean;
|
|
3283
3383
|
readonly isConvertBytesToBoundedVec: boolean;
|
|
3284
|
-
readonly type:
|
|
3384
|
+
readonly type: "BucketIsNotPrivate" | "NotBucketOwner" | "NoCorrespondingCollection" | "ConvertBytesToBoundedVec";
|
|
3285
3385
|
}
|
|
3286
|
-
/** @name PalletNftsCollectionDetails (
|
|
3386
|
+
/** @name PalletNftsCollectionDetails (377) */
|
|
3287
3387
|
interface PalletNftsCollectionDetails extends Struct {
|
|
3288
3388
|
readonly owner: AccountId20;
|
|
3289
3389
|
readonly ownerDeposit: u128;
|
|
@@ -3292,60 +3392,60 @@ declare module '@polkadot/types/lookup' {
|
|
|
3292
3392
|
readonly itemConfigs: u32;
|
|
3293
3393
|
readonly attributes: u32;
|
|
3294
3394
|
}
|
|
3295
|
-
/** @name PalletNftsCollectionRole (
|
|
3395
|
+
/** @name PalletNftsCollectionRole (382) */
|
|
3296
3396
|
interface PalletNftsCollectionRole extends Enum {
|
|
3297
3397
|
readonly isIssuer: boolean;
|
|
3298
3398
|
readonly isFreezer: boolean;
|
|
3299
3399
|
readonly isAdmin: boolean;
|
|
3300
|
-
readonly type:
|
|
3400
|
+
readonly type: "Issuer" | "Freezer" | "Admin";
|
|
3301
3401
|
}
|
|
3302
|
-
/** @name PalletNftsItemDetails (
|
|
3402
|
+
/** @name PalletNftsItemDetails (383) */
|
|
3303
3403
|
interface PalletNftsItemDetails extends Struct {
|
|
3304
3404
|
readonly owner: AccountId20;
|
|
3305
3405
|
readonly approvals: BTreeMap<AccountId20, Option<u32>>;
|
|
3306
3406
|
readonly deposit: PalletNftsItemDeposit;
|
|
3307
3407
|
}
|
|
3308
|
-
/** @name PalletNftsItemDeposit (
|
|
3408
|
+
/** @name PalletNftsItemDeposit (384) */
|
|
3309
3409
|
interface PalletNftsItemDeposit extends Struct {
|
|
3310
3410
|
readonly account: AccountId20;
|
|
3311
3411
|
readonly amount: u128;
|
|
3312
3412
|
}
|
|
3313
|
-
/** @name PalletNftsCollectionMetadata (
|
|
3413
|
+
/** @name PalletNftsCollectionMetadata (389) */
|
|
3314
3414
|
interface PalletNftsCollectionMetadata extends Struct {
|
|
3315
3415
|
readonly deposit: u128;
|
|
3316
3416
|
readonly data: Bytes;
|
|
3317
3417
|
}
|
|
3318
|
-
/** @name PalletNftsItemMetadata (
|
|
3418
|
+
/** @name PalletNftsItemMetadata (390) */
|
|
3319
3419
|
interface PalletNftsItemMetadata extends Struct {
|
|
3320
3420
|
readonly deposit: PalletNftsItemMetadataDeposit;
|
|
3321
3421
|
readonly data: Bytes;
|
|
3322
3422
|
}
|
|
3323
|
-
/** @name PalletNftsItemMetadataDeposit (
|
|
3423
|
+
/** @name PalletNftsItemMetadataDeposit (391) */
|
|
3324
3424
|
interface PalletNftsItemMetadataDeposit extends Struct {
|
|
3325
3425
|
readonly account: Option<AccountId20>;
|
|
3326
3426
|
readonly amount: u128;
|
|
3327
3427
|
}
|
|
3328
|
-
/** @name PalletNftsAttributeDeposit (
|
|
3428
|
+
/** @name PalletNftsAttributeDeposit (394) */
|
|
3329
3429
|
interface PalletNftsAttributeDeposit extends Struct {
|
|
3330
3430
|
readonly account: Option<AccountId20>;
|
|
3331
3431
|
readonly amount: u128;
|
|
3332
3432
|
}
|
|
3333
|
-
/** @name PalletNftsPendingSwap (
|
|
3433
|
+
/** @name PalletNftsPendingSwap (398) */
|
|
3334
3434
|
interface PalletNftsPendingSwap extends Struct {
|
|
3335
3435
|
readonly desiredCollection: u32;
|
|
3336
3436
|
readonly desiredItem: Option<u32>;
|
|
3337
3437
|
readonly price: Option<PalletNftsPriceWithDirection>;
|
|
3338
3438
|
readonly deadline: u32;
|
|
3339
3439
|
}
|
|
3340
|
-
/** @name PalletNftsPalletFeature (
|
|
3440
|
+
/** @name PalletNftsPalletFeature (400) */
|
|
3341
3441
|
interface PalletNftsPalletFeature extends Enum {
|
|
3342
3442
|
readonly isTrading: boolean;
|
|
3343
3443
|
readonly isAttributes: boolean;
|
|
3344
3444
|
readonly isApprovals: boolean;
|
|
3345
3445
|
readonly isSwaps: boolean;
|
|
3346
|
-
readonly type:
|
|
3446
|
+
readonly type: "Trading" | "Attributes" | "Approvals" | "Swaps";
|
|
3347
3447
|
}
|
|
3348
|
-
/** @name PalletNftsError (
|
|
3448
|
+
/** @name PalletNftsError (401) */
|
|
3349
3449
|
interface PalletNftsError extends Enum {
|
|
3350
3450
|
readonly isNoPermission: boolean;
|
|
3351
3451
|
readonly isUnknownCollection: boolean;
|
|
@@ -3392,34 +3492,34 @@ declare module '@polkadot/types/lookup' {
|
|
|
3392
3492
|
readonly isWrongNamespace: boolean;
|
|
3393
3493
|
readonly isCollectionNotEmpty: boolean;
|
|
3394
3494
|
readonly isWitnessRequired: boolean;
|
|
3395
|
-
readonly type:
|
|
3495
|
+
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";
|
|
3396
3496
|
}
|
|
3397
|
-
/** @name FrameSystemExtensionsCheckNonZeroSender (
|
|
3497
|
+
/** @name FrameSystemExtensionsCheckNonZeroSender (404) */
|
|
3398
3498
|
type FrameSystemExtensionsCheckNonZeroSender = Null;
|
|
3399
|
-
/** @name FrameSystemExtensionsCheckSpecVersion (
|
|
3499
|
+
/** @name FrameSystemExtensionsCheckSpecVersion (405) */
|
|
3400
3500
|
type FrameSystemExtensionsCheckSpecVersion = Null;
|
|
3401
|
-
/** @name FrameSystemExtensionsCheckTxVersion (
|
|
3501
|
+
/** @name FrameSystemExtensionsCheckTxVersion (406) */
|
|
3402
3502
|
type FrameSystemExtensionsCheckTxVersion = Null;
|
|
3403
|
-
/** @name FrameSystemExtensionsCheckGenesis (
|
|
3503
|
+
/** @name FrameSystemExtensionsCheckGenesis (407) */
|
|
3404
3504
|
type FrameSystemExtensionsCheckGenesis = Null;
|
|
3405
|
-
/** @name FrameSystemExtensionsCheckNonce (
|
|
3505
|
+
/** @name FrameSystemExtensionsCheckNonce (410) */
|
|
3406
3506
|
interface FrameSystemExtensionsCheckNonce extends Compact<u32> {
|
|
3407
3507
|
}
|
|
3408
|
-
/** @name FrameSystemExtensionsCheckWeight (
|
|
3508
|
+
/** @name FrameSystemExtensionsCheckWeight (411) */
|
|
3409
3509
|
type FrameSystemExtensionsCheckWeight = Null;
|
|
3410
|
-
/** @name PalletTransactionPaymentChargeTransactionPayment (
|
|
3510
|
+
/** @name PalletTransactionPaymentChargeTransactionPayment (412) */
|
|
3411
3511
|
interface PalletTransactionPaymentChargeTransactionPayment extends Compact<u128> {
|
|
3412
3512
|
}
|
|
3413
|
-
/** @name FrameMetadataHashExtensionCheckMetadataHash (
|
|
3513
|
+
/** @name FrameMetadataHashExtensionCheckMetadataHash (413) */
|
|
3414
3514
|
interface FrameMetadataHashExtensionCheckMetadataHash extends Struct {
|
|
3415
3515
|
readonly mode: FrameMetadataHashExtensionMode;
|
|
3416
3516
|
}
|
|
3417
|
-
/** @name FrameMetadataHashExtensionMode (
|
|
3517
|
+
/** @name FrameMetadataHashExtensionMode (414) */
|
|
3418
3518
|
interface FrameMetadataHashExtensionMode extends Enum {
|
|
3419
3519
|
readonly isDisabled: boolean;
|
|
3420
3520
|
readonly isEnabled: boolean;
|
|
3421
|
-
readonly type:
|
|
3521
|
+
readonly type: "Disabled" | "Enabled";
|
|
3422
3522
|
}
|
|
3423
|
-
/** @name ShSolochainEvmRuntimeRuntime (
|
|
3523
|
+
/** @name ShSolochainEvmRuntimeRuntime (416) */
|
|
3424
3524
|
type ShSolochainEvmRuntimeRuntime = Null;
|
|
3425
3525
|
}
|