@storagehub/api-augment 0.2.5 → 0.2.7
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/lookup.js +245 -239
- package/dist/parachain/interfaces/lookup.js.map +1 -1
- package/dist/solochain-evm/interfaces/lookup.js +195 -189
- package/dist/solochain-evm/interfaces/lookup.js.map +1 -1
- package/dist/types/parachain/interfaces/augment-api-consts.d.ts +4 -0
- package/dist/types/parachain/interfaces/augment-api-errors.d.ts +24 -0
- package/dist/types/parachain/interfaces/augment-api-events.d.ts +10 -24
- package/dist/types/parachain/interfaces/augment-api-tx.d.ts +27 -29
- package/dist/types/parachain/interfaces/lookup.d.ts +239 -239
- package/dist/types/parachain/interfaces/registry.d.ts +2 -1
- package/dist/types/parachain/interfaces/types-lookup.d.ts +247 -244
- package/dist/types/solochain-evm/interfaces/augment-api-consts.d.ts +4 -0
- package/dist/types/solochain-evm/interfaces/augment-api-errors.d.ts +24 -0
- package/dist/types/solochain-evm/interfaces/augment-api-events.d.ts +10 -24
- package/dist/types/solochain-evm/interfaces/augment-api-tx.d.ts +27 -23
- package/dist/types/solochain-evm/interfaces/lookup.d.ts +189 -189
- package/dist/types/solochain-evm/interfaces/registry.d.ts +2 -1
- package/dist/types/solochain-evm/interfaces/types-lookup.d.ts +197 -194
- 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-consts.ts +4 -0
- package/src/parachain/interfaces/augment-api-errors.ts +24 -0
- package/src/parachain/interfaces/augment-api-events.ts +8 -32
- package/src/parachain/interfaces/augment-api-tx.ts +36 -41
- package/src/parachain/interfaces/lookup.ts +245 -239
- package/src/parachain/interfaces/registry.ts +2 -0
- package/src/parachain/interfaces/types-lookup.ts +255 -246
- package/src/solochain-evm/interfaces/augment-api-consts.ts +4 -0
- package/src/solochain-evm/interfaces/augment-api-errors.ts +24 -0
- package/src/solochain-evm/interfaces/augment-api-events.ts +8 -32
- package/src/solochain-evm/interfaces/augment-api-tx.ts +36 -35
- package/src/solochain-evm/interfaces/lookup.ts +195 -189
- package/src/solochain-evm/interfaces/registry.ts +2 -0
- package/src/solochain-evm/interfaces/types-lookup.ts +205 -196
|
@@ -1002,35 +1002,28 @@ declare module "@polkadot/types/lookup" {
|
|
|
1002
1002
|
readonly signedDeleteIntention: PalletFileSystemFileOperationIntention;
|
|
1003
1003
|
readonly signature: FpAccountEthereumSignature;
|
|
1004
1004
|
} & Struct;
|
|
1005
|
-
readonly
|
|
1006
|
-
readonly
|
|
1005
|
+
readonly isBucketFileDeletionsCompleted: boolean;
|
|
1006
|
+
readonly asBucketFileDeletionsCompleted: {
|
|
1007
1007
|
readonly user: AccountId20;
|
|
1008
|
-
readonly
|
|
1009
|
-
readonly fileSize: u64;
|
|
1008
|
+
readonly fileKeys: Vec<H256>;
|
|
1010
1009
|
readonly bucketId: H256;
|
|
1011
1010
|
readonly mspId: Option<H256>;
|
|
1012
1011
|
readonly oldRoot: H256;
|
|
1013
1012
|
readonly newRoot: H256;
|
|
1014
1013
|
} & Struct;
|
|
1015
|
-
readonly
|
|
1016
|
-
readonly
|
|
1017
|
-
readonly
|
|
1018
|
-
readonly
|
|
1019
|
-
readonly fileSize: u64;
|
|
1014
|
+
readonly isBspFileDeletionsCompleted: boolean;
|
|
1015
|
+
readonly asBspFileDeletionsCompleted: {
|
|
1016
|
+
readonly users: Vec<AccountId20>;
|
|
1017
|
+
readonly fileKeys: Vec<H256>;
|
|
1020
1018
|
readonly bspId: H256;
|
|
1021
1019
|
readonly oldRoot: H256;
|
|
1022
1020
|
readonly newRoot: H256;
|
|
1023
1021
|
} & Struct;
|
|
1024
|
-
readonly isFileDeletedFromIncompleteStorageRequest: boolean;
|
|
1025
|
-
readonly asFileDeletedFromIncompleteStorageRequest: {
|
|
1026
|
-
readonly fileKey: H256;
|
|
1027
|
-
readonly bspId: Option<H256>;
|
|
1028
|
-
} & Struct;
|
|
1029
1022
|
readonly isIncompleteStorageRequest: boolean;
|
|
1030
1023
|
readonly asIncompleteStorageRequest: {
|
|
1031
1024
|
readonly fileKey: H256;
|
|
1032
1025
|
} & Struct;
|
|
1033
|
-
readonly type: "NewBucket" | "BucketDeleted" | "MoveBucketRequested" | "BucketPrivacyUpdated" | "NewCollectionAndAssociation" | "NewStorageRequest" | "MspAcceptedStorageRequest" | "AcceptedBspVolunteer" | "BspConfirmedStoring" | "StorageRequestFulfilled" | "StorageRequestExpired" | "StorageRequestRevoked" | "StorageRequestRejected" | "BspRequestedToStopStoring" | "BspConfirmStoppedStoring" | "PriorityChallengeForFileDeletionQueued" | "SpStopStoringInsolventUser" | "MspStopStoringBucketInsolventUser" | "FailedToQueuePriorityChallenge" | "FileDeletionRequest" | "ProofSubmittedForPendingFileDeletionRequest" | "BspChallengeCycleInitialised" | "MoveBucketRequestExpired" | "MoveBucketAccepted" | "MoveBucketRejected" | "MspStoppedStoringBucket" | "FailedToGetMspOfBucket" | "FailedToDecreaseMspUsedCapacity" | "UsedCapacityShouldBeZero" | "FailedToReleaseStorageRequestCreationDeposit" | "FailedToTransferDepositFundsToBsp" | "FileDeletionRequested" | "
|
|
1026
|
+
readonly type: "NewBucket" | "BucketDeleted" | "MoveBucketRequested" | "BucketPrivacyUpdated" | "NewCollectionAndAssociation" | "NewStorageRequest" | "MspAcceptedStorageRequest" | "AcceptedBspVolunteer" | "BspConfirmedStoring" | "StorageRequestFulfilled" | "StorageRequestExpired" | "StorageRequestRevoked" | "StorageRequestRejected" | "BspRequestedToStopStoring" | "BspConfirmStoppedStoring" | "PriorityChallengeForFileDeletionQueued" | "SpStopStoringInsolventUser" | "MspStopStoringBucketInsolventUser" | "FailedToQueuePriorityChallenge" | "FileDeletionRequest" | "ProofSubmittedForPendingFileDeletionRequest" | "BspChallengeCycleInitialised" | "MoveBucketRequestExpired" | "MoveBucketAccepted" | "MoveBucketRejected" | "MspStoppedStoringBucket" | "FailedToGetMspOfBucket" | "FailedToDecreaseMspUsedCapacity" | "UsedCapacityShouldBeZero" | "FailedToReleaseStorageRequestCreationDeposit" | "FailedToTransferDepositFundsToBsp" | "FileDeletionRequested" | "BucketFileDeletionsCompleted" | "BspFileDeletionsCompleted" | "IncompleteStorageRequest";
|
|
1034
1027
|
}
|
|
1035
1028
|
/** @name ShpFileMetadataFileMetadata (109) */
|
|
1036
1029
|
interface ShpFileMetadataFileMetadata extends Struct {
|
|
@@ -1073,7 +1066,7 @@ declare module "@polkadot/types/lookup" {
|
|
|
1073
1066
|
/** @name FpAccountEthereumSignature (120) */
|
|
1074
1067
|
interface FpAccountEthereumSignature extends U8aFixed {
|
|
1075
1068
|
}
|
|
1076
|
-
/** @name PalletProofsDealerEvent (
|
|
1069
|
+
/** @name PalletProofsDealerEvent (125) */
|
|
1077
1070
|
interface PalletProofsDealerEvent extends Enum {
|
|
1078
1071
|
readonly isNewChallenge: boolean;
|
|
1079
1072
|
readonly asNewChallenge: {
|
|
@@ -1138,31 +1131,31 @@ declare module "@polkadot/types/lookup" {
|
|
|
1138
1131
|
} & Struct;
|
|
1139
1132
|
readonly type: "NewChallenge" | "NewPriorityChallenge" | "ProofAccepted" | "NewChallengeSeed" | "NewCheckpointChallenge" | "SlashableProvider" | "NoRecordOfLastSubmittedProof" | "NewChallengeCycleInitialised" | "MutationsAppliedForProvider" | "MutationsApplied" | "ChallengesTickerSet";
|
|
1140
1133
|
}
|
|
1141
|
-
/** @name PalletProofsDealerProof (
|
|
1134
|
+
/** @name PalletProofsDealerProof (126) */
|
|
1142
1135
|
interface PalletProofsDealerProof extends Struct {
|
|
1143
1136
|
readonly forestProof: SpTrieStorageProofCompactProof;
|
|
1144
1137
|
readonly keyProofs: BTreeMap<H256, PalletProofsDealerKeyProof>;
|
|
1145
1138
|
}
|
|
1146
|
-
/** @name SpTrieStorageProofCompactProof (
|
|
1139
|
+
/** @name SpTrieStorageProofCompactProof (127) */
|
|
1147
1140
|
interface SpTrieStorageProofCompactProof extends Struct {
|
|
1148
1141
|
readonly encodedNodes: Vec<Bytes>;
|
|
1149
1142
|
}
|
|
1150
|
-
/** @name PalletProofsDealerKeyProof (
|
|
1143
|
+
/** @name PalletProofsDealerKeyProof (130) */
|
|
1151
1144
|
interface PalletProofsDealerKeyProof extends Struct {
|
|
1152
1145
|
readonly proof: ShpFileKeyVerifierFileKeyProof;
|
|
1153
1146
|
readonly challengeCount: u32;
|
|
1154
1147
|
}
|
|
1155
|
-
/** @name ShpFileKeyVerifierFileKeyProof (
|
|
1148
|
+
/** @name ShpFileKeyVerifierFileKeyProof (131) */
|
|
1156
1149
|
interface ShpFileKeyVerifierFileKeyProof extends Struct {
|
|
1157
1150
|
readonly fileMetadata: ShpFileMetadataFileMetadata;
|
|
1158
1151
|
readonly proof: SpTrieStorageProofCompactProof;
|
|
1159
1152
|
}
|
|
1160
|
-
/** @name PalletProofsDealerCustomChallenge (
|
|
1153
|
+
/** @name PalletProofsDealerCustomChallenge (135) */
|
|
1161
1154
|
interface PalletProofsDealerCustomChallenge extends Struct {
|
|
1162
1155
|
readonly key: H256;
|
|
1163
1156
|
readonly shouldRemoveKey: bool;
|
|
1164
1157
|
}
|
|
1165
|
-
/** @name ShpTraitsTrieMutation (
|
|
1158
|
+
/** @name ShpTraitsTrieMutation (139) */
|
|
1166
1159
|
interface ShpTraitsTrieMutation extends Enum {
|
|
1167
1160
|
readonly isAdd: boolean;
|
|
1168
1161
|
readonly asAdd: ShpTraitsTrieAddMutation;
|
|
@@ -1170,15 +1163,15 @@ declare module "@polkadot/types/lookup" {
|
|
|
1170
1163
|
readonly asRemove: ShpTraitsTrieRemoveMutation;
|
|
1171
1164
|
readonly type: "Add" | "Remove";
|
|
1172
1165
|
}
|
|
1173
|
-
/** @name ShpTraitsTrieAddMutation (
|
|
1166
|
+
/** @name ShpTraitsTrieAddMutation (140) */
|
|
1174
1167
|
interface ShpTraitsTrieAddMutation extends Struct {
|
|
1175
1168
|
readonly value: Bytes;
|
|
1176
1169
|
}
|
|
1177
|
-
/** @name ShpTraitsTrieRemoveMutation (
|
|
1170
|
+
/** @name ShpTraitsTrieRemoveMutation (141) */
|
|
1178
1171
|
interface ShpTraitsTrieRemoveMutation extends Struct {
|
|
1179
1172
|
readonly maybeValue: Option<Bytes>;
|
|
1180
1173
|
}
|
|
1181
|
-
/** @name PalletRandomnessEvent (
|
|
1174
|
+
/** @name PalletRandomnessEvent (143) */
|
|
1182
1175
|
interface PalletRandomnessEvent extends Enum {
|
|
1183
1176
|
readonly isNewOneEpochAgoRandomnessAvailable: boolean;
|
|
1184
1177
|
readonly asNewOneEpochAgoRandomnessAvailable: {
|
|
@@ -1188,7 +1181,7 @@ declare module "@polkadot/types/lookup" {
|
|
|
1188
1181
|
} & Struct;
|
|
1189
1182
|
readonly type: "NewOneEpochAgoRandomnessAvailable";
|
|
1190
1183
|
}
|
|
1191
|
-
/** @name PalletPaymentStreamsEvent (
|
|
1184
|
+
/** @name PalletPaymentStreamsEvent (144) */
|
|
1192
1185
|
interface PalletPaymentStreamsEvent extends Enum {
|
|
1193
1186
|
readonly isFixedRatePaymentStreamCreated: boolean;
|
|
1194
1187
|
readonly asFixedRatePaymentStreamCreated: {
|
|
@@ -1267,7 +1260,7 @@ declare module "@polkadot/types/lookup" {
|
|
|
1267
1260
|
} & Struct;
|
|
1268
1261
|
readonly type: "FixedRatePaymentStreamCreated" | "FixedRatePaymentStreamUpdated" | "FixedRatePaymentStreamDeleted" | "DynamicRatePaymentStreamCreated" | "DynamicRatePaymentStreamUpdated" | "DynamicRatePaymentStreamDeleted" | "PaymentStreamCharged" | "UsersCharged" | "LastChargeableInfoUpdated" | "UserWithoutFunds" | "UserPaidAllDebts" | "UserPaidSomeDebts" | "UserSolvent" | "InconsistentTickProcessing";
|
|
1269
1262
|
}
|
|
1270
|
-
/** @name PalletBucketNftsEvent (
|
|
1263
|
+
/** @name PalletBucketNftsEvent (146) */
|
|
1271
1264
|
interface PalletBucketNftsEvent extends Enum {
|
|
1272
1265
|
readonly isAccessShared: boolean;
|
|
1273
1266
|
readonly asAccessShared: {
|
|
@@ -1288,7 +1281,7 @@ declare module "@polkadot/types/lookup" {
|
|
|
1288
1281
|
} & Struct;
|
|
1289
1282
|
readonly type: "AccessShared" | "ItemReadAccessUpdated" | "ItemBurned";
|
|
1290
1283
|
}
|
|
1291
|
-
/** @name PalletNftsEvent (
|
|
1284
|
+
/** @name PalletNftsEvent (147) */
|
|
1292
1285
|
interface PalletNftsEvent extends Enum {
|
|
1293
1286
|
readonly isCreated: boolean;
|
|
1294
1287
|
readonly asCreated: {
|
|
@@ -1524,7 +1517,7 @@ declare module "@polkadot/types/lookup" {
|
|
|
1524
1517
|
} & Struct;
|
|
1525
1518
|
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";
|
|
1526
1519
|
}
|
|
1527
|
-
/** @name PalletNftsAttributeNamespace (
|
|
1520
|
+
/** @name PalletNftsAttributeNamespace (151) */
|
|
1528
1521
|
interface PalletNftsAttributeNamespace extends Enum {
|
|
1529
1522
|
readonly isPallet: boolean;
|
|
1530
1523
|
readonly isCollectionOwner: boolean;
|
|
@@ -1533,25 +1526,25 @@ declare module "@polkadot/types/lookup" {
|
|
|
1533
1526
|
readonly asAccount: AccountId20;
|
|
1534
1527
|
readonly type: "Pallet" | "CollectionOwner" | "ItemOwner" | "Account";
|
|
1535
1528
|
}
|
|
1536
|
-
/** @name PalletNftsPriceWithDirection (
|
|
1529
|
+
/** @name PalletNftsPriceWithDirection (153) */
|
|
1537
1530
|
interface PalletNftsPriceWithDirection extends Struct {
|
|
1538
1531
|
readonly amount: u128;
|
|
1539
1532
|
readonly direction: PalletNftsPriceDirection;
|
|
1540
1533
|
}
|
|
1541
|
-
/** @name PalletNftsPriceDirection (
|
|
1534
|
+
/** @name PalletNftsPriceDirection (154) */
|
|
1542
1535
|
interface PalletNftsPriceDirection extends Enum {
|
|
1543
1536
|
readonly isSend: boolean;
|
|
1544
1537
|
readonly isReceive: boolean;
|
|
1545
1538
|
readonly type: "Send" | "Receive";
|
|
1546
1539
|
}
|
|
1547
|
-
/** @name PalletNftsPalletAttributes (
|
|
1540
|
+
/** @name PalletNftsPalletAttributes (155) */
|
|
1548
1541
|
interface PalletNftsPalletAttributes extends Enum {
|
|
1549
1542
|
readonly isUsedToClaim: boolean;
|
|
1550
1543
|
readonly asUsedToClaim: u32;
|
|
1551
1544
|
readonly isTransferDisabled: boolean;
|
|
1552
1545
|
readonly type: "UsedToClaim" | "TransferDisabled";
|
|
1553
1546
|
}
|
|
1554
|
-
/** @name FrameSystemPhase (
|
|
1547
|
+
/** @name FrameSystemPhase (156) */
|
|
1555
1548
|
interface FrameSystemPhase extends Enum {
|
|
1556
1549
|
readonly isApplyExtrinsic: boolean;
|
|
1557
1550
|
readonly asApplyExtrinsic: u32;
|
|
@@ -1559,17 +1552,17 @@ declare module "@polkadot/types/lookup" {
|
|
|
1559
1552
|
readonly isInitialization: boolean;
|
|
1560
1553
|
readonly type: "ApplyExtrinsic" | "Finalization" | "Initialization";
|
|
1561
1554
|
}
|
|
1562
|
-
/** @name FrameSystemLastRuntimeUpgradeInfo (
|
|
1555
|
+
/** @name FrameSystemLastRuntimeUpgradeInfo (159) */
|
|
1563
1556
|
interface FrameSystemLastRuntimeUpgradeInfo extends Struct {
|
|
1564
1557
|
readonly specVersion: Compact<u32>;
|
|
1565
1558
|
readonly specName: Text;
|
|
1566
1559
|
}
|
|
1567
|
-
/** @name FrameSystemCodeUpgradeAuthorization (
|
|
1560
|
+
/** @name FrameSystemCodeUpgradeAuthorization (161) */
|
|
1568
1561
|
interface FrameSystemCodeUpgradeAuthorization extends Struct {
|
|
1569
1562
|
readonly codeHash: H256;
|
|
1570
1563
|
readonly checkVersion: bool;
|
|
1571
1564
|
}
|
|
1572
|
-
/** @name FrameSystemCall (
|
|
1565
|
+
/** @name FrameSystemCall (162) */
|
|
1573
1566
|
interface FrameSystemCall extends Enum {
|
|
1574
1567
|
readonly isRemark: boolean;
|
|
1575
1568
|
readonly asRemark: {
|
|
@@ -1618,41 +1611,41 @@ declare module "@polkadot/types/lookup" {
|
|
|
1618
1611
|
} & Struct;
|
|
1619
1612
|
readonly type: "Remark" | "SetHeapPages" | "SetCode" | "SetCodeWithoutChecks" | "SetStorage" | "KillStorage" | "KillPrefix" | "RemarkWithEvent" | "AuthorizeUpgrade" | "AuthorizeUpgradeWithoutChecks" | "ApplyAuthorizedUpgrade";
|
|
1620
1613
|
}
|
|
1621
|
-
/** @name FrameSystemLimitsBlockWeights (
|
|
1614
|
+
/** @name FrameSystemLimitsBlockWeights (165) */
|
|
1622
1615
|
interface FrameSystemLimitsBlockWeights extends Struct {
|
|
1623
1616
|
readonly baseBlock: SpWeightsWeightV2Weight;
|
|
1624
1617
|
readonly maxBlock: SpWeightsWeightV2Weight;
|
|
1625
1618
|
readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;
|
|
1626
1619
|
}
|
|
1627
|
-
/** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (
|
|
1620
|
+
/** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (166) */
|
|
1628
1621
|
interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct {
|
|
1629
1622
|
readonly normal: FrameSystemLimitsWeightsPerClass;
|
|
1630
1623
|
readonly operational: FrameSystemLimitsWeightsPerClass;
|
|
1631
1624
|
readonly mandatory: FrameSystemLimitsWeightsPerClass;
|
|
1632
1625
|
}
|
|
1633
|
-
/** @name FrameSystemLimitsWeightsPerClass (
|
|
1626
|
+
/** @name FrameSystemLimitsWeightsPerClass (167) */
|
|
1634
1627
|
interface FrameSystemLimitsWeightsPerClass extends Struct {
|
|
1635
1628
|
readonly baseExtrinsic: SpWeightsWeightV2Weight;
|
|
1636
1629
|
readonly maxExtrinsic: Option<SpWeightsWeightV2Weight>;
|
|
1637
1630
|
readonly maxTotal: Option<SpWeightsWeightV2Weight>;
|
|
1638
1631
|
readonly reserved: Option<SpWeightsWeightV2Weight>;
|
|
1639
1632
|
}
|
|
1640
|
-
/** @name FrameSystemLimitsBlockLength (
|
|
1633
|
+
/** @name FrameSystemLimitsBlockLength (169) */
|
|
1641
1634
|
interface FrameSystemLimitsBlockLength extends Struct {
|
|
1642
1635
|
readonly max: FrameSupportDispatchPerDispatchClassU32;
|
|
1643
1636
|
}
|
|
1644
|
-
/** @name FrameSupportDispatchPerDispatchClassU32 (
|
|
1637
|
+
/** @name FrameSupportDispatchPerDispatchClassU32 (170) */
|
|
1645
1638
|
interface FrameSupportDispatchPerDispatchClassU32 extends Struct {
|
|
1646
1639
|
readonly normal: u32;
|
|
1647
1640
|
readonly operational: u32;
|
|
1648
1641
|
readonly mandatory: u32;
|
|
1649
1642
|
}
|
|
1650
|
-
/** @name SpWeightsRuntimeDbWeight (
|
|
1643
|
+
/** @name SpWeightsRuntimeDbWeight (171) */
|
|
1651
1644
|
interface SpWeightsRuntimeDbWeight extends Struct {
|
|
1652
1645
|
readonly read: u64;
|
|
1653
1646
|
readonly write: u64;
|
|
1654
1647
|
}
|
|
1655
|
-
/** @name SpVersionRuntimeVersion (
|
|
1648
|
+
/** @name SpVersionRuntimeVersion (172) */
|
|
1656
1649
|
interface SpVersionRuntimeVersion extends Struct {
|
|
1657
1650
|
readonly specName: Text;
|
|
1658
1651
|
readonly implName: Text;
|
|
@@ -1663,7 +1656,7 @@ declare module "@polkadot/types/lookup" {
|
|
|
1663
1656
|
readonly transactionVersion: u32;
|
|
1664
1657
|
readonly systemVersion: u8;
|
|
1665
1658
|
}
|
|
1666
|
-
/** @name FrameSystemError (
|
|
1659
|
+
/** @name FrameSystemError (178) */
|
|
1667
1660
|
interface FrameSystemError extends Enum {
|
|
1668
1661
|
readonly isInvalidSpecName: boolean;
|
|
1669
1662
|
readonly isSpecVersionNeedsToIncrease: boolean;
|
|
@@ -1676,10 +1669,10 @@ declare module "@polkadot/types/lookup" {
|
|
|
1676
1669
|
readonly isUnauthorized: boolean;
|
|
1677
1670
|
readonly type: "InvalidSpecName" | "SpecVersionNeedsToIncrease" | "FailedToExtractRuntimeVersion" | "NonDefaultComposite" | "NonZeroRefCount" | "CallFiltered" | "MultiBlockMigrationsOngoing" | "NothingAuthorized" | "Unauthorized";
|
|
1678
1671
|
}
|
|
1679
|
-
/** @name SpConsensusBabeAppPublic (
|
|
1672
|
+
/** @name SpConsensusBabeAppPublic (181) */
|
|
1680
1673
|
interface SpConsensusBabeAppPublic extends U8aFixed {
|
|
1681
1674
|
}
|
|
1682
|
-
/** @name SpConsensusBabeDigestsNextConfigDescriptor (
|
|
1675
|
+
/** @name SpConsensusBabeDigestsNextConfigDescriptor (184) */
|
|
1683
1676
|
interface SpConsensusBabeDigestsNextConfigDescriptor extends Enum {
|
|
1684
1677
|
readonly isV1: boolean;
|
|
1685
1678
|
readonly asV1: {
|
|
@@ -1688,14 +1681,14 @@ declare module "@polkadot/types/lookup" {
|
|
|
1688
1681
|
} & Struct;
|
|
1689
1682
|
readonly type: "V1";
|
|
1690
1683
|
}
|
|
1691
|
-
/** @name SpConsensusBabeAllowedSlots (
|
|
1684
|
+
/** @name SpConsensusBabeAllowedSlots (186) */
|
|
1692
1685
|
interface SpConsensusBabeAllowedSlots extends Enum {
|
|
1693
1686
|
readonly isPrimarySlots: boolean;
|
|
1694
1687
|
readonly isPrimaryAndSecondaryPlainSlots: boolean;
|
|
1695
1688
|
readonly isPrimaryAndSecondaryVRFSlots: boolean;
|
|
1696
1689
|
readonly type: "PrimarySlots" | "PrimaryAndSecondaryPlainSlots" | "PrimaryAndSecondaryVRFSlots";
|
|
1697
1690
|
}
|
|
1698
|
-
/** @name SpConsensusBabeDigestsPreDigest (
|
|
1691
|
+
/** @name SpConsensusBabeDigestsPreDigest (190) */
|
|
1699
1692
|
interface SpConsensusBabeDigestsPreDigest extends Enum {
|
|
1700
1693
|
readonly isPrimary: boolean;
|
|
1701
1694
|
readonly asPrimary: SpConsensusBabeDigestsPrimaryPreDigest;
|
|
@@ -1705,34 +1698,34 @@ declare module "@polkadot/types/lookup" {
|
|
|
1705
1698
|
readonly asSecondaryVRF: SpConsensusBabeDigestsSecondaryVRFPreDigest;
|
|
1706
1699
|
readonly type: "Primary" | "SecondaryPlain" | "SecondaryVRF";
|
|
1707
1700
|
}
|
|
1708
|
-
/** @name SpConsensusBabeDigestsPrimaryPreDigest (
|
|
1701
|
+
/** @name SpConsensusBabeDigestsPrimaryPreDigest (191) */
|
|
1709
1702
|
interface SpConsensusBabeDigestsPrimaryPreDigest extends Struct {
|
|
1710
1703
|
readonly authorityIndex: u32;
|
|
1711
1704
|
readonly slot: u64;
|
|
1712
1705
|
readonly vrfSignature: SpCoreSr25519VrfVrfSignature;
|
|
1713
1706
|
}
|
|
1714
|
-
/** @name SpCoreSr25519VrfVrfSignature (
|
|
1707
|
+
/** @name SpCoreSr25519VrfVrfSignature (192) */
|
|
1715
1708
|
interface SpCoreSr25519VrfVrfSignature extends Struct {
|
|
1716
1709
|
readonly preOutput: U8aFixed;
|
|
1717
1710
|
readonly proof: U8aFixed;
|
|
1718
1711
|
}
|
|
1719
|
-
/** @name SpConsensusBabeDigestsSecondaryPlainPreDigest (
|
|
1712
|
+
/** @name SpConsensusBabeDigestsSecondaryPlainPreDigest (194) */
|
|
1720
1713
|
interface SpConsensusBabeDigestsSecondaryPlainPreDigest extends Struct {
|
|
1721
1714
|
readonly authorityIndex: u32;
|
|
1722
1715
|
readonly slot: u64;
|
|
1723
1716
|
}
|
|
1724
|
-
/** @name SpConsensusBabeDigestsSecondaryVRFPreDigest (
|
|
1717
|
+
/** @name SpConsensusBabeDigestsSecondaryVRFPreDigest (195) */
|
|
1725
1718
|
interface SpConsensusBabeDigestsSecondaryVRFPreDigest extends Struct {
|
|
1726
1719
|
readonly authorityIndex: u32;
|
|
1727
1720
|
readonly slot: u64;
|
|
1728
1721
|
readonly vrfSignature: SpCoreSr25519VrfVrfSignature;
|
|
1729
1722
|
}
|
|
1730
|
-
/** @name SpConsensusBabeBabeEpochConfiguration (
|
|
1723
|
+
/** @name SpConsensusBabeBabeEpochConfiguration (197) */
|
|
1731
1724
|
interface SpConsensusBabeBabeEpochConfiguration extends Struct {
|
|
1732
1725
|
readonly c: ITuple<[u64, u64]>;
|
|
1733
1726
|
readonly allowedSlots: SpConsensusBabeAllowedSlots;
|
|
1734
1727
|
}
|
|
1735
|
-
/** @name PalletBabeCall (
|
|
1728
|
+
/** @name PalletBabeCall (201) */
|
|
1736
1729
|
interface PalletBabeCall extends Enum {
|
|
1737
1730
|
readonly isReportEquivocation: boolean;
|
|
1738
1731
|
readonly asReportEquivocation: {
|
|
@@ -1750,14 +1743,14 @@ declare module "@polkadot/types/lookup" {
|
|
|
1750
1743
|
} & Struct;
|
|
1751
1744
|
readonly type: "ReportEquivocation" | "ReportEquivocationUnsigned" | "PlanConfigChange";
|
|
1752
1745
|
}
|
|
1753
|
-
/** @name SpConsensusSlotsEquivocationProof (
|
|
1746
|
+
/** @name SpConsensusSlotsEquivocationProof (202) */
|
|
1754
1747
|
interface SpConsensusSlotsEquivocationProof extends Struct {
|
|
1755
1748
|
readonly offender: SpConsensusBabeAppPublic;
|
|
1756
1749
|
readonly slot: u64;
|
|
1757
1750
|
readonly firstHeader: SpRuntimeHeader;
|
|
1758
1751
|
readonly secondHeader: SpRuntimeHeader;
|
|
1759
1752
|
}
|
|
1760
|
-
/** @name SpRuntimeHeader (
|
|
1753
|
+
/** @name SpRuntimeHeader (203) */
|
|
1761
1754
|
interface SpRuntimeHeader extends Struct {
|
|
1762
1755
|
readonly parentHash: H256;
|
|
1763
1756
|
readonly number: Compact<u32>;
|
|
@@ -1765,13 +1758,13 @@ declare module "@polkadot/types/lookup" {
|
|
|
1765
1758
|
readonly extrinsicsRoot: H256;
|
|
1766
1759
|
readonly digest: SpRuntimeDigest;
|
|
1767
1760
|
}
|
|
1768
|
-
/** @name SpSessionMembershipProof (
|
|
1761
|
+
/** @name SpSessionMembershipProof (204) */
|
|
1769
1762
|
interface SpSessionMembershipProof extends Struct {
|
|
1770
1763
|
readonly session: u32;
|
|
1771
1764
|
readonly trieNodes: Vec<Bytes>;
|
|
1772
1765
|
readonly validatorCount: u32;
|
|
1773
1766
|
}
|
|
1774
|
-
/** @name PalletBabeError (
|
|
1767
|
+
/** @name PalletBabeError (205) */
|
|
1775
1768
|
interface PalletBabeError extends Enum {
|
|
1776
1769
|
readonly isInvalidEquivocationProof: boolean;
|
|
1777
1770
|
readonly isInvalidKeyOwnershipProof: boolean;
|
|
@@ -1779,7 +1772,7 @@ declare module "@polkadot/types/lookup" {
|
|
|
1779
1772
|
readonly isInvalidConfiguration: boolean;
|
|
1780
1773
|
readonly type: "InvalidEquivocationProof" | "InvalidKeyOwnershipProof" | "DuplicateOffenceReport" | "InvalidConfiguration";
|
|
1781
1774
|
}
|
|
1782
|
-
/** @name PalletTimestampCall (
|
|
1775
|
+
/** @name PalletTimestampCall (206) */
|
|
1783
1776
|
interface PalletTimestampCall extends Enum {
|
|
1784
1777
|
readonly isSet: boolean;
|
|
1785
1778
|
readonly asSet: {
|
|
@@ -1787,30 +1780,30 @@ declare module "@polkadot/types/lookup" {
|
|
|
1787
1780
|
} & Struct;
|
|
1788
1781
|
readonly type: "Set";
|
|
1789
1782
|
}
|
|
1790
|
-
/** @name PalletBalancesBalanceLock (
|
|
1783
|
+
/** @name PalletBalancesBalanceLock (208) */
|
|
1791
1784
|
interface PalletBalancesBalanceLock extends Struct {
|
|
1792
1785
|
readonly id: U8aFixed;
|
|
1793
1786
|
readonly amount: u128;
|
|
1794
1787
|
readonly reasons: PalletBalancesReasons;
|
|
1795
1788
|
}
|
|
1796
|
-
/** @name PalletBalancesReasons (
|
|
1789
|
+
/** @name PalletBalancesReasons (209) */
|
|
1797
1790
|
interface PalletBalancesReasons extends Enum {
|
|
1798
1791
|
readonly isFee: boolean;
|
|
1799
1792
|
readonly isMisc: boolean;
|
|
1800
1793
|
readonly isAll: boolean;
|
|
1801
1794
|
readonly type: "Fee" | "Misc" | "All";
|
|
1802
1795
|
}
|
|
1803
|
-
/** @name PalletBalancesReserveData (
|
|
1796
|
+
/** @name PalletBalancesReserveData (212) */
|
|
1804
1797
|
interface PalletBalancesReserveData extends Struct {
|
|
1805
1798
|
readonly id: U8aFixed;
|
|
1806
1799
|
readonly amount: u128;
|
|
1807
1800
|
}
|
|
1808
|
-
/** @name FrameSupportTokensMiscIdAmountRuntimeHoldReason (
|
|
1801
|
+
/** @name FrameSupportTokensMiscIdAmountRuntimeHoldReason (215) */
|
|
1809
1802
|
interface FrameSupportTokensMiscIdAmountRuntimeHoldReason extends Struct {
|
|
1810
1803
|
readonly id: ShSolochainEvmRuntimeRuntimeHoldReason;
|
|
1811
1804
|
readonly amount: u128;
|
|
1812
1805
|
}
|
|
1813
|
-
/** @name ShSolochainEvmRuntimeRuntimeHoldReason (
|
|
1806
|
+
/** @name ShSolochainEvmRuntimeRuntimeHoldReason (216) */
|
|
1814
1807
|
interface ShSolochainEvmRuntimeRuntimeHoldReason extends Enum {
|
|
1815
1808
|
readonly isProviders: boolean;
|
|
1816
1809
|
readonly asProviders: PalletStorageProvidersHoldReason;
|
|
@@ -1820,31 +1813,31 @@ declare module "@polkadot/types/lookup" {
|
|
|
1820
1813
|
readonly asPaymentStreams: PalletPaymentStreamsHoldReason;
|
|
1821
1814
|
readonly type: "Providers" | "FileSystem" | "PaymentStreams";
|
|
1822
1815
|
}
|
|
1823
|
-
/** @name PalletStorageProvidersHoldReason (
|
|
1816
|
+
/** @name PalletStorageProvidersHoldReason (217) */
|
|
1824
1817
|
interface PalletStorageProvidersHoldReason extends Enum {
|
|
1825
1818
|
readonly isStorageProviderDeposit: boolean;
|
|
1826
1819
|
readonly isBucketDeposit: boolean;
|
|
1827
1820
|
readonly type: "StorageProviderDeposit" | "BucketDeposit";
|
|
1828
1821
|
}
|
|
1829
|
-
/** @name PalletFileSystemHoldReason (
|
|
1822
|
+
/** @name PalletFileSystemHoldReason (218) */
|
|
1830
1823
|
interface PalletFileSystemHoldReason extends Enum {
|
|
1831
1824
|
readonly isStorageRequestCreationHold: boolean;
|
|
1832
1825
|
readonly isFileDeletionRequestHold: boolean;
|
|
1833
1826
|
readonly type: "StorageRequestCreationHold" | "FileDeletionRequestHold";
|
|
1834
1827
|
}
|
|
1835
|
-
/** @name PalletPaymentStreamsHoldReason (
|
|
1828
|
+
/** @name PalletPaymentStreamsHoldReason (219) */
|
|
1836
1829
|
interface PalletPaymentStreamsHoldReason extends Enum {
|
|
1837
1830
|
readonly isPaymentStreamDeposit: boolean;
|
|
1838
1831
|
readonly type: "PaymentStreamDeposit";
|
|
1839
1832
|
}
|
|
1840
|
-
/** @name FrameSupportTokensMiscIdAmountRuntimeFreezeReason (
|
|
1833
|
+
/** @name FrameSupportTokensMiscIdAmountRuntimeFreezeReason (222) */
|
|
1841
1834
|
interface FrameSupportTokensMiscIdAmountRuntimeFreezeReason extends Struct {
|
|
1842
1835
|
readonly id: ShSolochainEvmRuntimeRuntimeFreezeReason;
|
|
1843
1836
|
readonly amount: u128;
|
|
1844
1837
|
}
|
|
1845
|
-
/** @name ShSolochainEvmRuntimeRuntimeFreezeReason (
|
|
1838
|
+
/** @name ShSolochainEvmRuntimeRuntimeFreezeReason (223) */
|
|
1846
1839
|
type ShSolochainEvmRuntimeRuntimeFreezeReason = Null;
|
|
1847
|
-
/** @name PalletBalancesCall (
|
|
1840
|
+
/** @name PalletBalancesCall (225) */
|
|
1848
1841
|
interface PalletBalancesCall extends Enum {
|
|
1849
1842
|
readonly isTransferAllowDeath: boolean;
|
|
1850
1843
|
readonly asTransferAllowDeath: {
|
|
@@ -1893,13 +1886,13 @@ declare module "@polkadot/types/lookup" {
|
|
|
1893
1886
|
} & Struct;
|
|
1894
1887
|
readonly type: "TransferAllowDeath" | "ForceTransfer" | "TransferKeepAlive" | "TransferAll" | "ForceUnreserve" | "UpgradeAccounts" | "ForceSetBalance" | "ForceAdjustTotalIssuance" | "Burn";
|
|
1895
1888
|
}
|
|
1896
|
-
/** @name PalletBalancesAdjustmentDirection (
|
|
1889
|
+
/** @name PalletBalancesAdjustmentDirection (227) */
|
|
1897
1890
|
interface PalletBalancesAdjustmentDirection extends Enum {
|
|
1898
1891
|
readonly isIncrease: boolean;
|
|
1899
1892
|
readonly isDecrease: boolean;
|
|
1900
1893
|
readonly type: "Increase" | "Decrease";
|
|
1901
1894
|
}
|
|
1902
|
-
/** @name PalletBalancesError (
|
|
1895
|
+
/** @name PalletBalancesError (228) */
|
|
1903
1896
|
interface PalletBalancesError extends Enum {
|
|
1904
1897
|
readonly isVestingBalance: boolean;
|
|
1905
1898
|
readonly isLiquidityRestrictions: boolean;
|
|
@@ -1915,20 +1908,20 @@ declare module "@polkadot/types/lookup" {
|
|
|
1915
1908
|
readonly isDeltaZero: boolean;
|
|
1916
1909
|
readonly type: "VestingBalance" | "LiquidityRestrictions" | "InsufficientBalance" | "ExistentialDeposit" | "Expendability" | "ExistingVestingSchedule" | "DeadAccount" | "TooManyReserves" | "TooManyHolds" | "TooManyFreezes" | "IssuanceDeactivated" | "DeltaZero";
|
|
1917
1910
|
}
|
|
1918
|
-
/** @name SpStakingOffenceOffenceDetails (
|
|
1911
|
+
/** @name SpStakingOffenceOffenceDetails (229) */
|
|
1919
1912
|
interface SpStakingOffenceOffenceDetails extends Struct {
|
|
1920
1913
|
readonly offender: ITuple<[AccountId20, Null]>;
|
|
1921
1914
|
readonly reporters: Vec<AccountId20>;
|
|
1922
1915
|
}
|
|
1923
|
-
/** @name ShSolochainEvmRuntimeSessionKeys (
|
|
1916
|
+
/** @name ShSolochainEvmRuntimeSessionKeys (235) */
|
|
1924
1917
|
interface ShSolochainEvmRuntimeSessionKeys extends Struct {
|
|
1925
1918
|
readonly babe: SpConsensusBabeAppPublic;
|
|
1926
1919
|
readonly grandpa: SpConsensusGrandpaAppPublic;
|
|
1927
1920
|
}
|
|
1928
|
-
/** @name SpCoreCryptoKeyTypeId (
|
|
1921
|
+
/** @name SpCoreCryptoKeyTypeId (237) */
|
|
1929
1922
|
interface SpCoreCryptoKeyTypeId extends U8aFixed {
|
|
1930
1923
|
}
|
|
1931
|
-
/** @name PalletSessionCall (
|
|
1924
|
+
/** @name PalletSessionCall (238) */
|
|
1932
1925
|
interface PalletSessionCall extends Enum {
|
|
1933
1926
|
readonly isSetKeys: boolean;
|
|
1934
1927
|
readonly asSetKeys: {
|
|
@@ -1938,7 +1931,7 @@ declare module "@polkadot/types/lookup" {
|
|
|
1938
1931
|
readonly isPurgeKeys: boolean;
|
|
1939
1932
|
readonly type: "SetKeys" | "PurgeKeys";
|
|
1940
1933
|
}
|
|
1941
|
-
/** @name PalletSessionError (
|
|
1934
|
+
/** @name PalletSessionError (239) */
|
|
1942
1935
|
interface PalletSessionError extends Enum {
|
|
1943
1936
|
readonly isInvalidProof: boolean;
|
|
1944
1937
|
readonly isNoAssociatedValidatorId: boolean;
|
|
@@ -1947,7 +1940,7 @@ declare module "@polkadot/types/lookup" {
|
|
|
1947
1940
|
readonly isNoAccount: boolean;
|
|
1948
1941
|
readonly type: "InvalidProof" | "NoAssociatedValidatorId" | "DuplicatedKey" | "NoKeys" | "NoAccount";
|
|
1949
1942
|
}
|
|
1950
|
-
/** @name PalletGrandpaStoredState (
|
|
1943
|
+
/** @name PalletGrandpaStoredState (240) */
|
|
1951
1944
|
interface PalletGrandpaStoredState extends Enum {
|
|
1952
1945
|
readonly isLive: boolean;
|
|
1953
1946
|
readonly isPendingPause: boolean;
|
|
@@ -1963,14 +1956,14 @@ declare module "@polkadot/types/lookup" {
|
|
|
1963
1956
|
} & Struct;
|
|
1964
1957
|
readonly type: "Live" | "PendingPause" | "Paused" | "PendingResume";
|
|
1965
1958
|
}
|
|
1966
|
-
/** @name PalletGrandpaStoredPendingChange (
|
|
1959
|
+
/** @name PalletGrandpaStoredPendingChange (241) */
|
|
1967
1960
|
interface PalletGrandpaStoredPendingChange extends Struct {
|
|
1968
1961
|
readonly scheduledAt: u32;
|
|
1969
1962
|
readonly delay: u32;
|
|
1970
1963
|
readonly nextAuthorities: Vec<ITuple<[SpConsensusGrandpaAppPublic, u64]>>;
|
|
1971
1964
|
readonly forced: Option<u32>;
|
|
1972
1965
|
}
|
|
1973
|
-
/** @name PalletGrandpaCall (
|
|
1966
|
+
/** @name PalletGrandpaCall (243) */
|
|
1974
1967
|
interface PalletGrandpaCall extends Enum {
|
|
1975
1968
|
readonly isReportEquivocation: boolean;
|
|
1976
1969
|
readonly asReportEquivocation: {
|
|
@@ -1989,12 +1982,12 @@ declare module "@polkadot/types/lookup" {
|
|
|
1989
1982
|
} & Struct;
|
|
1990
1983
|
readonly type: "ReportEquivocation" | "ReportEquivocationUnsigned" | "NoteStalled";
|
|
1991
1984
|
}
|
|
1992
|
-
/** @name SpConsensusGrandpaEquivocationProof (
|
|
1985
|
+
/** @name SpConsensusGrandpaEquivocationProof (244) */
|
|
1993
1986
|
interface SpConsensusGrandpaEquivocationProof extends Struct {
|
|
1994
1987
|
readonly setId: u64;
|
|
1995
1988
|
readonly equivocation: SpConsensusGrandpaEquivocation;
|
|
1996
1989
|
}
|
|
1997
|
-
/** @name SpConsensusGrandpaEquivocation (
|
|
1990
|
+
/** @name SpConsensusGrandpaEquivocation (245) */
|
|
1998
1991
|
interface SpConsensusGrandpaEquivocation extends Enum {
|
|
1999
1992
|
readonly isPrevote: boolean;
|
|
2000
1993
|
readonly asPrevote: FinalityGrandpaEquivocationPrevote;
|
|
@@ -2002,34 +1995,34 @@ declare module "@polkadot/types/lookup" {
|
|
|
2002
1995
|
readonly asPrecommit: FinalityGrandpaEquivocationPrecommit;
|
|
2003
1996
|
readonly type: "Prevote" | "Precommit";
|
|
2004
1997
|
}
|
|
2005
|
-
/** @name FinalityGrandpaEquivocationPrevote (
|
|
1998
|
+
/** @name FinalityGrandpaEquivocationPrevote (246) */
|
|
2006
1999
|
interface FinalityGrandpaEquivocationPrevote extends Struct {
|
|
2007
2000
|
readonly roundNumber: u64;
|
|
2008
2001
|
readonly identity: SpConsensusGrandpaAppPublic;
|
|
2009
2002
|
readonly first: ITuple<[FinalityGrandpaPrevote, SpConsensusGrandpaAppSignature]>;
|
|
2010
2003
|
readonly second: ITuple<[FinalityGrandpaPrevote, SpConsensusGrandpaAppSignature]>;
|
|
2011
2004
|
}
|
|
2012
|
-
/** @name FinalityGrandpaPrevote (
|
|
2005
|
+
/** @name FinalityGrandpaPrevote (247) */
|
|
2013
2006
|
interface FinalityGrandpaPrevote extends Struct {
|
|
2014
2007
|
readonly targetHash: H256;
|
|
2015
2008
|
readonly targetNumber: u32;
|
|
2016
2009
|
}
|
|
2017
|
-
/** @name SpConsensusGrandpaAppSignature (
|
|
2010
|
+
/** @name SpConsensusGrandpaAppSignature (248) */
|
|
2018
2011
|
interface SpConsensusGrandpaAppSignature extends U8aFixed {
|
|
2019
2012
|
}
|
|
2020
|
-
/** @name FinalityGrandpaEquivocationPrecommit (
|
|
2013
|
+
/** @name FinalityGrandpaEquivocationPrecommit (250) */
|
|
2021
2014
|
interface FinalityGrandpaEquivocationPrecommit extends Struct {
|
|
2022
2015
|
readonly roundNumber: u64;
|
|
2023
2016
|
readonly identity: SpConsensusGrandpaAppPublic;
|
|
2024
2017
|
readonly first: ITuple<[FinalityGrandpaPrecommit, SpConsensusGrandpaAppSignature]>;
|
|
2025
2018
|
readonly second: ITuple<[FinalityGrandpaPrecommit, SpConsensusGrandpaAppSignature]>;
|
|
2026
2019
|
}
|
|
2027
|
-
/** @name FinalityGrandpaPrecommit (
|
|
2020
|
+
/** @name FinalityGrandpaPrecommit (251) */
|
|
2028
2021
|
interface FinalityGrandpaPrecommit extends Struct {
|
|
2029
2022
|
readonly targetHash: H256;
|
|
2030
2023
|
readonly targetNumber: u32;
|
|
2031
2024
|
}
|
|
2032
|
-
/** @name PalletGrandpaError (
|
|
2025
|
+
/** @name PalletGrandpaError (253) */
|
|
2033
2026
|
interface PalletGrandpaError extends Enum {
|
|
2034
2027
|
readonly isPauseFailed: boolean;
|
|
2035
2028
|
readonly isResumeFailed: boolean;
|
|
@@ -2040,13 +2033,13 @@ declare module "@polkadot/types/lookup" {
|
|
|
2040
2033
|
readonly isDuplicateOffenceReport: boolean;
|
|
2041
2034
|
readonly type: "PauseFailed" | "ResumeFailed" | "ChangePending" | "TooSoon" | "InvalidKeyOwnershipProof" | "InvalidEquivocationProof" | "DuplicateOffenceReport";
|
|
2042
2035
|
}
|
|
2043
|
-
/** @name PalletTransactionPaymentReleases (
|
|
2036
|
+
/** @name PalletTransactionPaymentReleases (255) */
|
|
2044
2037
|
interface PalletTransactionPaymentReleases extends Enum {
|
|
2045
2038
|
readonly isV1Ancient: boolean;
|
|
2046
2039
|
readonly isV2: boolean;
|
|
2047
2040
|
readonly type: "V1Ancient" | "V2";
|
|
2048
2041
|
}
|
|
2049
|
-
/** @name PalletParametersCall (
|
|
2042
|
+
/** @name PalletParametersCall (256) */
|
|
2050
2043
|
interface PalletParametersCall extends Enum {
|
|
2051
2044
|
readonly isSetParameter: boolean;
|
|
2052
2045
|
readonly asSetParameter: {
|
|
@@ -2054,13 +2047,13 @@ declare module "@polkadot/types/lookup" {
|
|
|
2054
2047
|
} & Struct;
|
|
2055
2048
|
readonly type: "SetParameter";
|
|
2056
2049
|
}
|
|
2057
|
-
/** @name ShSolochainEvmRuntimeConfigsRuntimeParamsRuntimeParameters (
|
|
2050
|
+
/** @name ShSolochainEvmRuntimeConfigsRuntimeParamsRuntimeParameters (257) */
|
|
2058
2051
|
interface ShSolochainEvmRuntimeConfigsRuntimeParamsRuntimeParameters extends Enum {
|
|
2059
2052
|
readonly isRuntimeConfig: boolean;
|
|
2060
2053
|
readonly asRuntimeConfig: ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParameters;
|
|
2061
2054
|
readonly type: "RuntimeConfig";
|
|
2062
2055
|
}
|
|
2063
|
-
/** @name ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParameters (
|
|
2056
|
+
/** @name ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParameters (258) */
|
|
2064
2057
|
interface ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParameters extends Enum {
|
|
2065
2058
|
readonly isSlashAmountPerMaxFileSize: boolean;
|
|
2066
2059
|
readonly asSlashAmountPerMaxFileSize: ITuple<[
|
|
@@ -2214,7 +2207,7 @@ declare module "@polkadot/types/lookup" {
|
|
|
2214
2207
|
]>;
|
|
2215
2208
|
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";
|
|
2216
2209
|
}
|
|
2217
|
-
/** @name PalletSudoCall (
|
|
2210
|
+
/** @name PalletSudoCall (261) */
|
|
2218
2211
|
interface PalletSudoCall extends Enum {
|
|
2219
2212
|
readonly isSudo: boolean;
|
|
2220
2213
|
readonly asSudo: {
|
|
@@ -2237,7 +2230,7 @@ declare module "@polkadot/types/lookup" {
|
|
|
2237
2230
|
readonly isRemoveKey: boolean;
|
|
2238
2231
|
readonly type: "Sudo" | "SudoUncheckedWeight" | "SetKey" | "SudoAs" | "RemoveKey";
|
|
2239
2232
|
}
|
|
2240
|
-
/** @name PalletEthereumCall (
|
|
2233
|
+
/** @name PalletEthereumCall (263) */
|
|
2241
2234
|
interface PalletEthereumCall extends Enum {
|
|
2242
2235
|
readonly isTransact: boolean;
|
|
2243
2236
|
readonly asTransact: {
|
|
@@ -2245,7 +2238,7 @@ declare module "@polkadot/types/lookup" {
|
|
|
2245
2238
|
} & Struct;
|
|
2246
2239
|
readonly type: "Transact";
|
|
2247
2240
|
}
|
|
2248
|
-
/** @name EthereumTransactionTransactionV2 (
|
|
2241
|
+
/** @name EthereumTransactionTransactionV2 (264) */
|
|
2249
2242
|
interface EthereumTransactionTransactionV2 extends Enum {
|
|
2250
2243
|
readonly isLegacy: boolean;
|
|
2251
2244
|
readonly asLegacy: EthereumTransactionLegacyLegacyTransaction;
|
|
@@ -2255,7 +2248,7 @@ declare module "@polkadot/types/lookup" {
|
|
|
2255
2248
|
readonly asEip1559: EthereumTransactionEip1559Eip1559Transaction;
|
|
2256
2249
|
readonly type: "Legacy" | "Eip2930" | "Eip1559";
|
|
2257
2250
|
}
|
|
2258
|
-
/** @name EthereumTransactionLegacyLegacyTransaction (
|
|
2251
|
+
/** @name EthereumTransactionLegacyLegacyTransaction (265) */
|
|
2259
2252
|
interface EthereumTransactionLegacyLegacyTransaction extends Struct {
|
|
2260
2253
|
readonly nonce: U256;
|
|
2261
2254
|
readonly gasPrice: U256;
|
|
@@ -2265,20 +2258,20 @@ declare module "@polkadot/types/lookup" {
|
|
|
2265
2258
|
readonly input: Bytes;
|
|
2266
2259
|
readonly signature: EthereumTransactionLegacyTransactionSignature;
|
|
2267
2260
|
}
|
|
2268
|
-
/** @name EthereumTransactionLegacyTransactionAction (
|
|
2261
|
+
/** @name EthereumTransactionLegacyTransactionAction (268) */
|
|
2269
2262
|
interface EthereumTransactionLegacyTransactionAction extends Enum {
|
|
2270
2263
|
readonly isCall: boolean;
|
|
2271
2264
|
readonly asCall: H160;
|
|
2272
2265
|
readonly isCreate: boolean;
|
|
2273
2266
|
readonly type: "Call" | "Create";
|
|
2274
2267
|
}
|
|
2275
|
-
/** @name EthereumTransactionLegacyTransactionSignature (
|
|
2268
|
+
/** @name EthereumTransactionLegacyTransactionSignature (269) */
|
|
2276
2269
|
interface EthereumTransactionLegacyTransactionSignature extends Struct {
|
|
2277
2270
|
readonly v: u64;
|
|
2278
2271
|
readonly r: H256;
|
|
2279
2272
|
readonly s: H256;
|
|
2280
2273
|
}
|
|
2281
|
-
/** @name EthereumTransactionEip2930Eip2930Transaction (
|
|
2274
|
+
/** @name EthereumTransactionEip2930Eip2930Transaction (271) */
|
|
2282
2275
|
interface EthereumTransactionEip2930Eip2930Transaction extends Struct {
|
|
2283
2276
|
readonly chainId: u64;
|
|
2284
2277
|
readonly nonce: U256;
|
|
@@ -2292,12 +2285,12 @@ declare module "@polkadot/types/lookup" {
|
|
|
2292
2285
|
readonly r: H256;
|
|
2293
2286
|
readonly s: H256;
|
|
2294
2287
|
}
|
|
2295
|
-
/** @name EthereumTransactionEip2930AccessListItem (
|
|
2288
|
+
/** @name EthereumTransactionEip2930AccessListItem (273) */
|
|
2296
2289
|
interface EthereumTransactionEip2930AccessListItem extends Struct {
|
|
2297
2290
|
readonly address: H160;
|
|
2298
2291
|
readonly storageKeys: Vec<H256>;
|
|
2299
2292
|
}
|
|
2300
|
-
/** @name EthereumTransactionEip1559Eip1559Transaction (
|
|
2293
|
+
/** @name EthereumTransactionEip1559Eip1559Transaction (274) */
|
|
2301
2294
|
interface EthereumTransactionEip1559Eip1559Transaction extends Struct {
|
|
2302
2295
|
readonly chainId: u64;
|
|
2303
2296
|
readonly nonce: U256;
|
|
@@ -2312,7 +2305,7 @@ declare module "@polkadot/types/lookup" {
|
|
|
2312
2305
|
readonly r: H256;
|
|
2313
2306
|
readonly s: H256;
|
|
2314
2307
|
}
|
|
2315
|
-
/** @name PalletEvmCall (
|
|
2308
|
+
/** @name PalletEvmCall (275) */
|
|
2316
2309
|
interface PalletEvmCall extends Enum {
|
|
2317
2310
|
readonly isWithdraw: boolean;
|
|
2318
2311
|
readonly asWithdraw: {
|
|
@@ -2356,7 +2349,7 @@ declare module "@polkadot/types/lookup" {
|
|
|
2356
2349
|
} & Struct;
|
|
2357
2350
|
readonly type: "Withdraw" | "Call" | "Create" | "Create2";
|
|
2358
2351
|
}
|
|
2359
|
-
/** @name PalletStorageProvidersCall (
|
|
2352
|
+
/** @name PalletStorageProvidersCall (279) */
|
|
2360
2353
|
interface PalletStorageProvidersCall extends Enum {
|
|
2361
2354
|
readonly isRequestMspSignUp: boolean;
|
|
2362
2355
|
readonly asRequestMspSignUp: {
|
|
@@ -2437,7 +2430,7 @@ declare module "@polkadot/types/lookup" {
|
|
|
2437
2430
|
readonly isStopAllCycles: boolean;
|
|
2438
2431
|
readonly type: "RequestMspSignUp" | "RequestBspSignUp" | "ConfirmSignUp" | "CancelSignUp" | "MspSignOff" | "BspSignOff" | "ChangeCapacity" | "AddValueProp" | "MakeValuePropUnavailable" | "AddMultiaddress" | "RemoveMultiaddress" | "ForceMspSignUp" | "ForceBspSignUp" | "Slash" | "TopUpDeposit" | "DeleteProvider" | "StopAllCycles";
|
|
2439
2432
|
}
|
|
2440
|
-
/** @name PalletFileSystemCall (
|
|
2433
|
+
/** @name PalletFileSystemCall (280) */
|
|
2441
2434
|
interface PalletFileSystemCall extends Enum {
|
|
2442
2435
|
readonly isCreateBucket: boolean;
|
|
2443
2436
|
readonly asCreateBucket: {
|
|
@@ -2540,33 +2533,27 @@ declare module "@polkadot/types/lookup" {
|
|
|
2540
2533
|
readonly size_: u64;
|
|
2541
2534
|
readonly fingerprint: H256;
|
|
2542
2535
|
} & Struct;
|
|
2543
|
-
readonly
|
|
2544
|
-
readonly
|
|
2545
|
-
readonly
|
|
2546
|
-
readonly signedIntention: PalletFileSystemFileOperationIntention;
|
|
2547
|
-
readonly signature: FpAccountEthereumSignature;
|
|
2548
|
-
readonly bucketId: H256;
|
|
2549
|
-
readonly location: Bytes;
|
|
2550
|
-
readonly size_: u64;
|
|
2551
|
-
readonly fingerprint: H256;
|
|
2536
|
+
readonly isDeleteFiles: boolean;
|
|
2537
|
+
readonly asDeleteFiles: {
|
|
2538
|
+
readonly fileDeletions: Vec<PalletFileSystemFileDeletionRequest>;
|
|
2552
2539
|
readonly bspId: Option<H256>;
|
|
2553
2540
|
readonly forestProof: SpTrieStorageProofCompactProof;
|
|
2554
2541
|
} & Struct;
|
|
2555
|
-
readonly
|
|
2556
|
-
readonly
|
|
2557
|
-
readonly
|
|
2542
|
+
readonly isDeleteFilesForIncompleteStorageRequest: boolean;
|
|
2543
|
+
readonly asDeleteFilesForIncompleteStorageRequest: {
|
|
2544
|
+
readonly fileKeys: Vec<H256>;
|
|
2558
2545
|
readonly bspId: Option<H256>;
|
|
2559
2546
|
readonly forestProof: SpTrieStorageProofCompactProof;
|
|
2560
2547
|
} & Struct;
|
|
2561
|
-
readonly type: "CreateBucket" | "RequestMoveBucket" | "MspRespondMoveBucketRequest" | "UpdateBucketPrivacy" | "CreateAndAssociateCollectionWithBucket" | "DeleteBucket" | "IssueStorageRequest" | "RevokeStorageRequest" | "MspRespondStorageRequestsMultipleBuckets" | "MspStopStoringBucket" | "BspVolunteer" | "BspConfirmStoring" | "BspRequestStopStoring" | "BspConfirmStopStoring" | "StopStoringForInsolventUser" | "MspStopStoringBucketForInsolventUser" | "RequestDeleteFile" | "
|
|
2548
|
+
readonly type: "CreateBucket" | "RequestMoveBucket" | "MspRespondMoveBucketRequest" | "UpdateBucketPrivacy" | "CreateAndAssociateCollectionWithBucket" | "DeleteBucket" | "IssueStorageRequest" | "RevokeStorageRequest" | "MspRespondStorageRequestsMultipleBuckets" | "MspStopStoringBucket" | "BspVolunteer" | "BspConfirmStoring" | "BspRequestStopStoring" | "BspConfirmStopStoring" | "StopStoringForInsolventUser" | "MspStopStoringBucketForInsolventUser" | "RequestDeleteFile" | "DeleteFiles" | "DeleteFilesForIncompleteStorageRequest";
|
|
2562
2549
|
}
|
|
2563
|
-
/** @name PalletFileSystemBucketMoveRequestResponse (
|
|
2550
|
+
/** @name PalletFileSystemBucketMoveRequestResponse (281) */
|
|
2564
2551
|
interface PalletFileSystemBucketMoveRequestResponse extends Enum {
|
|
2565
2552
|
readonly isAccepted: boolean;
|
|
2566
2553
|
readonly isRejected: boolean;
|
|
2567
2554
|
readonly type: "Accepted" | "Rejected";
|
|
2568
2555
|
}
|
|
2569
|
-
/** @name PalletFileSystemReplicationTarget (
|
|
2556
|
+
/** @name PalletFileSystemReplicationTarget (282) */
|
|
2570
2557
|
interface PalletFileSystemReplicationTarget extends Enum {
|
|
2571
2558
|
readonly isBasic: boolean;
|
|
2572
2559
|
readonly isStandard: boolean;
|
|
@@ -2577,28 +2564,38 @@ declare module "@polkadot/types/lookup" {
|
|
|
2577
2564
|
readonly asCustom: u32;
|
|
2578
2565
|
readonly type: "Basic" | "Standard" | "HighSecurity" | "SuperHighSecurity" | "UltraHighSecurity" | "Custom";
|
|
2579
2566
|
}
|
|
2580
|
-
/** @name PalletFileSystemStorageRequestMspBucketResponse (
|
|
2567
|
+
/** @name PalletFileSystemStorageRequestMspBucketResponse (284) */
|
|
2581
2568
|
interface PalletFileSystemStorageRequestMspBucketResponse extends Struct {
|
|
2582
2569
|
readonly bucketId: H256;
|
|
2583
2570
|
readonly accept: Option<PalletFileSystemStorageRequestMspAcceptedFileKeys>;
|
|
2584
2571
|
readonly reject: Vec<PalletFileSystemRejectedStorageRequest>;
|
|
2585
2572
|
}
|
|
2586
|
-
/** @name PalletFileSystemStorageRequestMspAcceptedFileKeys (
|
|
2573
|
+
/** @name PalletFileSystemStorageRequestMspAcceptedFileKeys (286) */
|
|
2587
2574
|
interface PalletFileSystemStorageRequestMspAcceptedFileKeys extends Struct {
|
|
2588
2575
|
readonly fileKeysAndProofs: Vec<PalletFileSystemFileKeyWithProof>;
|
|
2589
2576
|
readonly forestProof: SpTrieStorageProofCompactProof;
|
|
2590
2577
|
}
|
|
2591
|
-
/** @name PalletFileSystemFileKeyWithProof (
|
|
2578
|
+
/** @name PalletFileSystemFileKeyWithProof (288) */
|
|
2592
2579
|
interface PalletFileSystemFileKeyWithProof extends Struct {
|
|
2593
2580
|
readonly fileKey: H256;
|
|
2594
2581
|
readonly proof: ShpFileKeyVerifierFileKeyProof;
|
|
2595
2582
|
}
|
|
2596
|
-
/** @name PalletFileSystemRejectedStorageRequest (
|
|
2583
|
+
/** @name PalletFileSystemRejectedStorageRequest (290) */
|
|
2597
2584
|
interface PalletFileSystemRejectedStorageRequest extends Struct {
|
|
2598
2585
|
readonly fileKey: H256;
|
|
2599
2586
|
readonly reason: PalletFileSystemRejectedStorageRequestReason;
|
|
2600
2587
|
}
|
|
2601
|
-
/** @name
|
|
2588
|
+
/** @name PalletFileSystemFileDeletionRequest (293) */
|
|
2589
|
+
interface PalletFileSystemFileDeletionRequest extends Struct {
|
|
2590
|
+
readonly fileOwner: AccountId20;
|
|
2591
|
+
readonly signedIntention: PalletFileSystemFileOperationIntention;
|
|
2592
|
+
readonly signature: FpAccountEthereumSignature;
|
|
2593
|
+
readonly bucketId: H256;
|
|
2594
|
+
readonly location: Bytes;
|
|
2595
|
+
readonly size_: u64;
|
|
2596
|
+
readonly fingerprint: H256;
|
|
2597
|
+
}
|
|
2598
|
+
/** @name PalletProofsDealerCall (295) */
|
|
2602
2599
|
interface PalletProofsDealerCall extends Enum {
|
|
2603
2600
|
readonly isChallenge: boolean;
|
|
2604
2601
|
readonly asChallenge: {
|
|
@@ -2624,12 +2621,12 @@ declare module "@polkadot/types/lookup" {
|
|
|
2624
2621
|
} & Struct;
|
|
2625
2622
|
readonly type: "Challenge" | "SubmitProof" | "ForceInitialiseChallengeCycle" | "SetPaused" | "PriorityChallenge";
|
|
2626
2623
|
}
|
|
2627
|
-
/** @name PalletRandomnessCall (
|
|
2624
|
+
/** @name PalletRandomnessCall (296) */
|
|
2628
2625
|
interface PalletRandomnessCall extends Enum {
|
|
2629
2626
|
readonly isSetBabeRandomness: boolean;
|
|
2630
2627
|
readonly type: "SetBabeRandomness";
|
|
2631
2628
|
}
|
|
2632
|
-
/** @name PalletPaymentStreamsCall (
|
|
2629
|
+
/** @name PalletPaymentStreamsCall (297) */
|
|
2633
2630
|
interface PalletPaymentStreamsCall extends Enum {
|
|
2634
2631
|
readonly isCreateFixedRatePaymentStream: boolean;
|
|
2635
2632
|
readonly asCreateFixedRatePaymentStream: {
|
|
@@ -2680,7 +2677,7 @@ declare module "@polkadot/types/lookup" {
|
|
|
2680
2677
|
readonly isClearInsolventFlag: boolean;
|
|
2681
2678
|
readonly type: "CreateFixedRatePaymentStream" | "UpdateFixedRatePaymentStream" | "DeleteFixedRatePaymentStream" | "CreateDynamicRatePaymentStream" | "UpdateDynamicRatePaymentStream" | "DeleteDynamicRatePaymentStream" | "ChargePaymentStreams" | "ChargeMultipleUsersPaymentStreams" | "PayOutstandingDebt" | "ClearInsolventFlag";
|
|
2682
2679
|
}
|
|
2683
|
-
/** @name PalletBucketNftsCall (
|
|
2680
|
+
/** @name PalletBucketNftsCall (298) */
|
|
2684
2681
|
interface PalletBucketNftsCall extends Enum {
|
|
2685
2682
|
readonly isShareAccess: boolean;
|
|
2686
2683
|
readonly asShareAccess: {
|
|
@@ -2697,7 +2694,7 @@ declare module "@polkadot/types/lookup" {
|
|
|
2697
2694
|
} & Struct;
|
|
2698
2695
|
readonly type: "ShareAccess" | "UpdateReadAccess";
|
|
2699
2696
|
}
|
|
2700
|
-
/** @name PalletNftsCall (
|
|
2697
|
+
/** @name PalletNftsCall (300) */
|
|
2701
2698
|
interface PalletNftsCall extends Enum {
|
|
2702
2699
|
readonly isCreate: boolean;
|
|
2703
2700
|
readonly asCreate: {
|
|
@@ -2930,13 +2927,13 @@ declare module "@polkadot/types/lookup" {
|
|
|
2930
2927
|
} & Struct;
|
|
2931
2928
|
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";
|
|
2932
2929
|
}
|
|
2933
|
-
/** @name PalletNftsCollectionConfig (
|
|
2930
|
+
/** @name PalletNftsCollectionConfig (301) */
|
|
2934
2931
|
interface PalletNftsCollectionConfig extends Struct {
|
|
2935
2932
|
readonly settings: u64;
|
|
2936
2933
|
readonly maxSupply: Option<u32>;
|
|
2937
2934
|
readonly mintSettings: PalletNftsMintSettings;
|
|
2938
2935
|
}
|
|
2939
|
-
/** @name PalletNftsCollectionSetting (
|
|
2936
|
+
/** @name PalletNftsCollectionSetting (303) */
|
|
2940
2937
|
interface PalletNftsCollectionSetting extends Enum {
|
|
2941
2938
|
readonly isTransferableItems: boolean;
|
|
2942
2939
|
readonly isUnlockedMetadata: boolean;
|
|
@@ -2945,7 +2942,7 @@ declare module "@polkadot/types/lookup" {
|
|
|
2945
2942
|
readonly isDepositRequired: boolean;
|
|
2946
2943
|
readonly type: "TransferableItems" | "UnlockedMetadata" | "UnlockedAttributes" | "UnlockedMaxSupply" | "DepositRequired";
|
|
2947
2944
|
}
|
|
2948
|
-
/** @name PalletNftsMintSettings (
|
|
2945
|
+
/** @name PalletNftsMintSettings (304) */
|
|
2949
2946
|
interface PalletNftsMintSettings extends Struct {
|
|
2950
2947
|
readonly mintType: PalletNftsMintType;
|
|
2951
2948
|
readonly price: Option<u128>;
|
|
@@ -2953,7 +2950,7 @@ declare module "@polkadot/types/lookup" {
|
|
|
2953
2950
|
readonly endBlock: Option<u32>;
|
|
2954
2951
|
readonly defaultItemSettings: u64;
|
|
2955
2952
|
}
|
|
2956
|
-
/** @name PalletNftsMintType (
|
|
2953
|
+
/** @name PalletNftsMintType (305) */
|
|
2957
2954
|
interface PalletNftsMintType extends Enum {
|
|
2958
2955
|
readonly isIssuer: boolean;
|
|
2959
2956
|
readonly isPublic: boolean;
|
|
@@ -2961,40 +2958,40 @@ declare module "@polkadot/types/lookup" {
|
|
|
2961
2958
|
readonly asHolderOf: u32;
|
|
2962
2959
|
readonly type: "Issuer" | "Public" | "HolderOf";
|
|
2963
2960
|
}
|
|
2964
|
-
/** @name PalletNftsItemSetting (
|
|
2961
|
+
/** @name PalletNftsItemSetting (307) */
|
|
2965
2962
|
interface PalletNftsItemSetting extends Enum {
|
|
2966
2963
|
readonly isTransferable: boolean;
|
|
2967
2964
|
readonly isUnlockedMetadata: boolean;
|
|
2968
2965
|
readonly isUnlockedAttributes: boolean;
|
|
2969
2966
|
readonly type: "Transferable" | "UnlockedMetadata" | "UnlockedAttributes";
|
|
2970
2967
|
}
|
|
2971
|
-
/** @name PalletNftsDestroyWitness (
|
|
2968
|
+
/** @name PalletNftsDestroyWitness (308) */
|
|
2972
2969
|
interface PalletNftsDestroyWitness extends Struct {
|
|
2973
2970
|
readonly itemMetadatas: Compact<u32>;
|
|
2974
2971
|
readonly itemConfigs: Compact<u32>;
|
|
2975
2972
|
readonly attributes: Compact<u32>;
|
|
2976
2973
|
}
|
|
2977
|
-
/** @name PalletNftsMintWitness (
|
|
2974
|
+
/** @name PalletNftsMintWitness (310) */
|
|
2978
2975
|
interface PalletNftsMintWitness extends Struct {
|
|
2979
2976
|
readonly ownedItem: Option<u32>;
|
|
2980
2977
|
readonly mintPrice: Option<u128>;
|
|
2981
2978
|
}
|
|
2982
|
-
/** @name PalletNftsItemConfig (
|
|
2979
|
+
/** @name PalletNftsItemConfig (311) */
|
|
2983
2980
|
interface PalletNftsItemConfig extends Struct {
|
|
2984
2981
|
readonly settings: u64;
|
|
2985
2982
|
}
|
|
2986
|
-
/** @name PalletNftsCancelAttributesApprovalWitness (
|
|
2983
|
+
/** @name PalletNftsCancelAttributesApprovalWitness (312) */
|
|
2987
2984
|
interface PalletNftsCancelAttributesApprovalWitness extends Struct {
|
|
2988
2985
|
readonly accountAttributes: u32;
|
|
2989
2986
|
}
|
|
2990
|
-
/** @name PalletNftsItemTip (
|
|
2987
|
+
/** @name PalletNftsItemTip (314) */
|
|
2991
2988
|
interface PalletNftsItemTip extends Struct {
|
|
2992
2989
|
readonly collection: u32;
|
|
2993
2990
|
readonly item: u32;
|
|
2994
2991
|
readonly receiver: AccountId20;
|
|
2995
2992
|
readonly amount: u128;
|
|
2996
2993
|
}
|
|
2997
|
-
/** @name PalletNftsPreSignedMint (
|
|
2994
|
+
/** @name PalletNftsPreSignedMint (316) */
|
|
2998
2995
|
interface PalletNftsPreSignedMint extends Struct {
|
|
2999
2996
|
readonly collection: u32;
|
|
3000
2997
|
readonly item: u32;
|
|
@@ -3004,7 +3001,7 @@ declare module "@polkadot/types/lookup" {
|
|
|
3004
3001
|
readonly deadline: u32;
|
|
3005
3002
|
readonly mintPrice: Option<u128>;
|
|
3006
3003
|
}
|
|
3007
|
-
/** @name PalletNftsPreSignedAttributes (
|
|
3004
|
+
/** @name PalletNftsPreSignedAttributes (317) */
|
|
3008
3005
|
interface PalletNftsPreSignedAttributes extends Struct {
|
|
3009
3006
|
readonly collection: u32;
|
|
3010
3007
|
readonly item: u32;
|
|
@@ -3012,12 +3009,12 @@ declare module "@polkadot/types/lookup" {
|
|
|
3012
3009
|
readonly namespace: PalletNftsAttributeNamespace;
|
|
3013
3010
|
readonly deadline: u32;
|
|
3014
3011
|
}
|
|
3015
|
-
/** @name PalletSudoError (
|
|
3012
|
+
/** @name PalletSudoError (318) */
|
|
3016
3013
|
interface PalletSudoError extends Enum {
|
|
3017
3014
|
readonly isRequireSudo: boolean;
|
|
3018
3015
|
readonly type: "RequireSudo";
|
|
3019
3016
|
}
|
|
3020
|
-
/** @name FpRpcTransactionStatus (
|
|
3017
|
+
/** @name FpRpcTransactionStatus (320) */
|
|
3021
3018
|
interface FpRpcTransactionStatus extends Struct {
|
|
3022
3019
|
readonly transactionHash: H256;
|
|
3023
3020
|
readonly transactionIndex: u32;
|
|
@@ -3027,10 +3024,10 @@ declare module "@polkadot/types/lookup" {
|
|
|
3027
3024
|
readonly logs: Vec<EthereumLog>;
|
|
3028
3025
|
readonly logsBloom: EthbloomBloom;
|
|
3029
3026
|
}
|
|
3030
|
-
/** @name EthbloomBloom (
|
|
3027
|
+
/** @name EthbloomBloom (323) */
|
|
3031
3028
|
interface EthbloomBloom extends U8aFixed {
|
|
3032
3029
|
}
|
|
3033
|
-
/** @name EthereumReceiptReceiptV3 (
|
|
3030
|
+
/** @name EthereumReceiptReceiptV3 (325) */
|
|
3034
3031
|
interface EthereumReceiptReceiptV3 extends Enum {
|
|
3035
3032
|
readonly isLegacy: boolean;
|
|
3036
3033
|
readonly asLegacy: EthereumReceiptEip658ReceiptData;
|
|
@@ -3040,20 +3037,20 @@ declare module "@polkadot/types/lookup" {
|
|
|
3040
3037
|
readonly asEip1559: EthereumReceiptEip658ReceiptData;
|
|
3041
3038
|
readonly type: "Legacy" | "Eip2930" | "Eip1559";
|
|
3042
3039
|
}
|
|
3043
|
-
/** @name EthereumReceiptEip658ReceiptData (
|
|
3040
|
+
/** @name EthereumReceiptEip658ReceiptData (326) */
|
|
3044
3041
|
interface EthereumReceiptEip658ReceiptData extends Struct {
|
|
3045
3042
|
readonly statusCode: u8;
|
|
3046
3043
|
readonly usedGas: U256;
|
|
3047
3044
|
readonly logsBloom: EthbloomBloom;
|
|
3048
3045
|
readonly logs: Vec<EthereumLog>;
|
|
3049
3046
|
}
|
|
3050
|
-
/** @name EthereumBlock (
|
|
3047
|
+
/** @name EthereumBlock (327) */
|
|
3051
3048
|
interface EthereumBlock extends Struct {
|
|
3052
3049
|
readonly header: EthereumHeader;
|
|
3053
3050
|
readonly transactions: Vec<EthereumTransactionTransactionV2>;
|
|
3054
3051
|
readonly ommers: Vec<EthereumHeader>;
|
|
3055
3052
|
}
|
|
3056
|
-
/** @name EthereumHeader (
|
|
3053
|
+
/** @name EthereumHeader (328) */
|
|
3057
3054
|
interface EthereumHeader extends Struct {
|
|
3058
3055
|
readonly parentHash: H256;
|
|
3059
3056
|
readonly ommersHash: H256;
|
|
@@ -3071,21 +3068,21 @@ declare module "@polkadot/types/lookup" {
|
|
|
3071
3068
|
readonly mixHash: H256;
|
|
3072
3069
|
readonly nonce: EthereumTypesHashH64;
|
|
3073
3070
|
}
|
|
3074
|
-
/** @name EthereumTypesHashH64 (
|
|
3071
|
+
/** @name EthereumTypesHashH64 (329) */
|
|
3075
3072
|
interface EthereumTypesHashH64 extends U8aFixed {
|
|
3076
3073
|
}
|
|
3077
|
-
/** @name PalletEthereumError (
|
|
3074
|
+
/** @name PalletEthereumError (334) */
|
|
3078
3075
|
interface PalletEthereumError extends Enum {
|
|
3079
3076
|
readonly isInvalidSignature: boolean;
|
|
3080
3077
|
readonly isPreLogExists: boolean;
|
|
3081
3078
|
readonly type: "InvalidSignature" | "PreLogExists";
|
|
3082
3079
|
}
|
|
3083
|
-
/** @name PalletEvmCodeMetadata (
|
|
3080
|
+
/** @name PalletEvmCodeMetadata (335) */
|
|
3084
3081
|
interface PalletEvmCodeMetadata extends Struct {
|
|
3085
3082
|
readonly size_: u64;
|
|
3086
3083
|
readonly hash_: H256;
|
|
3087
3084
|
}
|
|
3088
|
-
/** @name PalletEvmError (
|
|
3085
|
+
/** @name PalletEvmError (337) */
|
|
3089
3086
|
interface PalletEvmError extends Enum {
|
|
3090
3087
|
readonly isBalanceLow: boolean;
|
|
3091
3088
|
readonly isFeeOverflow: boolean;
|
|
@@ -3102,12 +3099,12 @@ declare module "@polkadot/types/lookup" {
|
|
|
3102
3099
|
readonly isUndefined: boolean;
|
|
3103
3100
|
readonly type: "BalanceLow" | "FeeOverflow" | "PaymentOverflow" | "WithdrawFailed" | "GasPriceTooLow" | "InvalidNonce" | "GasLimitTooLow" | "GasLimitTooHigh" | "InvalidChainId" | "InvalidSignature" | "Reentrancy" | "TransactionMustComeFromEOA" | "Undefined";
|
|
3104
3101
|
}
|
|
3105
|
-
/** @name PalletStorageProvidersSignUpRequest (
|
|
3102
|
+
/** @name PalletStorageProvidersSignUpRequest (338) */
|
|
3106
3103
|
interface PalletStorageProvidersSignUpRequest extends Struct {
|
|
3107
3104
|
readonly spSignUpRequest: PalletStorageProvidersSignUpRequestSpParams;
|
|
3108
3105
|
readonly at: u32;
|
|
3109
3106
|
}
|
|
3110
|
-
/** @name PalletStorageProvidersSignUpRequestSpParams (
|
|
3107
|
+
/** @name PalletStorageProvidersSignUpRequestSpParams (339) */
|
|
3111
3108
|
interface PalletStorageProvidersSignUpRequestSpParams extends Enum {
|
|
3112
3109
|
readonly isBackupStorageProvider: boolean;
|
|
3113
3110
|
readonly asBackupStorageProvider: PalletStorageProvidersBackupStorageProvider;
|
|
@@ -3115,7 +3112,7 @@ declare module "@polkadot/types/lookup" {
|
|
|
3115
3112
|
readonly asMainStorageProvider: PalletStorageProvidersMainStorageProviderSignUpRequest;
|
|
3116
3113
|
readonly type: "BackupStorageProvider" | "MainStorageProvider";
|
|
3117
3114
|
}
|
|
3118
|
-
/** @name PalletStorageProvidersBackupStorageProvider (
|
|
3115
|
+
/** @name PalletStorageProvidersBackupStorageProvider (340) */
|
|
3119
3116
|
interface PalletStorageProvidersBackupStorageProvider extends Struct {
|
|
3120
3117
|
readonly capacity: u64;
|
|
3121
3118
|
readonly capacityUsed: u64;
|
|
@@ -3127,12 +3124,12 @@ declare module "@polkadot/types/lookup" {
|
|
|
3127
3124
|
readonly reputationWeight: u32;
|
|
3128
3125
|
readonly signUpBlock: u32;
|
|
3129
3126
|
}
|
|
3130
|
-
/** @name PalletStorageProvidersMainStorageProviderSignUpRequest (
|
|
3127
|
+
/** @name PalletStorageProvidersMainStorageProviderSignUpRequest (341) */
|
|
3131
3128
|
interface PalletStorageProvidersMainStorageProviderSignUpRequest extends Struct {
|
|
3132
3129
|
readonly mspInfo: PalletStorageProvidersMainStorageProvider;
|
|
3133
3130
|
readonly valueProp: PalletStorageProvidersValueProposition;
|
|
3134
3131
|
}
|
|
3135
|
-
/** @name PalletStorageProvidersMainStorageProvider (
|
|
3132
|
+
/** @name PalletStorageProvidersMainStorageProvider (342) */
|
|
3136
3133
|
interface PalletStorageProvidersMainStorageProvider extends Struct {
|
|
3137
3134
|
readonly capacity: u64;
|
|
3138
3135
|
readonly capacityUsed: u64;
|
|
@@ -3144,7 +3141,7 @@ declare module "@polkadot/types/lookup" {
|
|
|
3144
3141
|
readonly paymentAccount: AccountId20;
|
|
3145
3142
|
readonly signUpBlock: u32;
|
|
3146
3143
|
}
|
|
3147
|
-
/** @name PalletStorageProvidersBucket (
|
|
3144
|
+
/** @name PalletStorageProvidersBucket (343) */
|
|
3148
3145
|
interface PalletStorageProvidersBucket extends Struct {
|
|
3149
3146
|
readonly root: H256;
|
|
3150
3147
|
readonly userId: AccountId20;
|
|
@@ -3154,7 +3151,7 @@ declare module "@polkadot/types/lookup" {
|
|
|
3154
3151
|
readonly size_: u64;
|
|
3155
3152
|
readonly valuePropId: H256;
|
|
3156
3153
|
}
|
|
3157
|
-
/** @name PalletStorageProvidersError (
|
|
3154
|
+
/** @name PalletStorageProvidersError (347) */
|
|
3158
3155
|
interface PalletStorageProvidersError extends Enum {
|
|
3159
3156
|
readonly isAlreadyRegistered: boolean;
|
|
3160
3157
|
readonly isSignUpNotRequested: boolean;
|
|
@@ -3210,7 +3207,7 @@ declare module "@polkadot/types/lookup" {
|
|
|
3210
3207
|
readonly isPaymentStreamNotFound: boolean;
|
|
3211
3208
|
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";
|
|
3212
3209
|
}
|
|
3213
|
-
/** @name PalletFileSystemStorageRequestMetadata (
|
|
3210
|
+
/** @name PalletFileSystemStorageRequestMetadata (348) */
|
|
3214
3211
|
interface PalletFileSystemStorageRequestMetadata extends Struct {
|
|
3215
3212
|
readonly requestedAt: u32;
|
|
3216
3213
|
readonly expiresAt: u32;
|
|
@@ -3226,11 +3223,11 @@ declare module "@polkadot/types/lookup" {
|
|
|
3226
3223
|
readonly bspsVolunteered: u32;
|
|
3227
3224
|
readonly depositPaid: u128;
|
|
3228
3225
|
}
|
|
3229
|
-
/** @name PalletFileSystemStorageRequestBspsMetadata (
|
|
3226
|
+
/** @name PalletFileSystemStorageRequestBspsMetadata (351) */
|
|
3230
3227
|
interface PalletFileSystemStorageRequestBspsMetadata extends Struct {
|
|
3231
3228
|
readonly confirmed: bool;
|
|
3232
3229
|
}
|
|
3233
|
-
/** @name PalletFileSystemPendingFileDeletionRequest (
|
|
3230
|
+
/** @name PalletFileSystemPendingFileDeletionRequest (353) */
|
|
3234
3231
|
interface PalletFileSystemPendingFileDeletionRequest extends Struct {
|
|
3235
3232
|
readonly user: AccountId20;
|
|
3236
3233
|
readonly fileKey: H256;
|
|
@@ -3239,19 +3236,19 @@ declare module "@polkadot/types/lookup" {
|
|
|
3239
3236
|
readonly depositPaidForCreation: u128;
|
|
3240
3237
|
readonly queuePriorityChallenge: bool;
|
|
3241
3238
|
}
|
|
3242
|
-
/** @name PalletFileSystemPendingStopStoringRequest (
|
|
3239
|
+
/** @name PalletFileSystemPendingStopStoringRequest (355) */
|
|
3243
3240
|
interface PalletFileSystemPendingStopStoringRequest extends Struct {
|
|
3244
3241
|
readonly tickWhenRequested: u32;
|
|
3245
3242
|
readonly fileOwner: AccountId20;
|
|
3246
3243
|
readonly fileSize: u64;
|
|
3247
3244
|
}
|
|
3248
|
-
/** @name PalletFileSystemMoveBucketRequestMetadata (
|
|
3245
|
+
/** @name PalletFileSystemMoveBucketRequestMetadata (356) */
|
|
3249
3246
|
interface PalletFileSystemMoveBucketRequestMetadata extends Struct {
|
|
3250
3247
|
readonly requester: AccountId20;
|
|
3251
3248
|
readonly newMspId: H256;
|
|
3252
3249
|
readonly newValuePropId: H256;
|
|
3253
3250
|
}
|
|
3254
|
-
/** @name PalletFileSystemIncompleteStorageRequestMetadata (
|
|
3251
|
+
/** @name PalletFileSystemIncompleteStorageRequestMetadata (357) */
|
|
3255
3252
|
interface PalletFileSystemIncompleteStorageRequestMetadata extends Struct {
|
|
3256
3253
|
readonly owner: AccountId20;
|
|
3257
3254
|
readonly bucketId: H256;
|
|
@@ -3261,7 +3258,7 @@ declare module "@polkadot/types/lookup" {
|
|
|
3261
3258
|
readonly pendingBspRemovals: Vec<H256>;
|
|
3262
3259
|
readonly pendingBucketRemoval: bool;
|
|
3263
3260
|
}
|
|
3264
|
-
/** @name PalletFileSystemError (
|
|
3261
|
+
/** @name PalletFileSystemError (359) */
|
|
3265
3262
|
interface PalletFileSystemError extends Enum {
|
|
3266
3263
|
readonly isStorageRequestAlreadyRegistered: boolean;
|
|
3267
3264
|
readonly isStorageRequestNotFound: boolean;
|
|
@@ -3305,6 +3302,12 @@ declare module "@polkadot/types/lookup" {
|
|
|
3305
3302
|
readonly isThresholdBelowAsymptote: boolean;
|
|
3306
3303
|
readonly isNotFileOwner: boolean;
|
|
3307
3304
|
readonly isFileKeyAlreadyPendingDeletion: boolean;
|
|
3305
|
+
readonly isBatchFileDeletionMustContainSingleBucket: boolean;
|
|
3306
|
+
readonly isDuplicateFileKeyInBatchFileDeletion: boolean;
|
|
3307
|
+
readonly isNoFileKeysToDelete: boolean;
|
|
3308
|
+
readonly isFailedToPushFileKeyToBucketDeletionVector: boolean;
|
|
3309
|
+
readonly isFailedToPushUserToBspDeletionVector: boolean;
|
|
3310
|
+
readonly isFailedToPushFileKeyToBspDeletionVector: boolean;
|
|
3308
3311
|
readonly isMaxUserPendingDeletionRequestsReached: boolean;
|
|
3309
3312
|
readonly isMspNotStoringBucket: boolean;
|
|
3310
3313
|
readonly isFileKeyNotPendingDeletion: boolean;
|
|
@@ -3351,14 +3354,14 @@ declare module "@polkadot/types/lookup" {
|
|
|
3351
3354
|
readonly isInvalidSignedOperation: boolean;
|
|
3352
3355
|
readonly isFileKeyMismatch: boolean;
|
|
3353
3356
|
readonly isIncompleteStorageRequestNotFound: boolean;
|
|
3354
|
-
readonly type: "StorageRequestAlreadyRegistered" | "StorageRequestNotFound" | "StorageRequestNotRevoked" | "StorageRequestExists" | "ReplicationTargetCannotBeZero" | "ReplicationTargetExceedsMaximum" | "MaxReplicationTargetSmallerThanDefault" | "NotABsp" | "NotAMsp" | "NotASp" | "BspNotVolunteered" | "BspNotConfirmed" | "BspAlreadyConfirmed" | "StorageRequestBspsRequiredFulfilled" | "BspAlreadyVolunteered" | "InsufficientAvailableCapacity" | "UnexpectedNumberOfRemovedVolunteeredBsps" | "BspNotEligibleToVolunteer" | "StorageRequestExpiredNoSlotAvailable" | "StorageRequestNotAuthorized" | "MaxTickNumberReached" | "FailedToEncodeBsp" | "FailedToEncodeFingerprint" | "FailedToDecodeThreshold" | "AboveThreshold" | "ThresholdArithmeticError" | "FailedTypeConversion" | "DividedByZero" | "ImpossibleFailedToGetValue" | "BucketIsNotPrivate" | "BucketNotFound" | "BucketNotEmpty" | "NotBucketOwner" | "ValuePropositionNotAvailable" | "CollectionNotFound" | "ProviderRootNotFound" | "ExpectedNonInclusionProof" | "ExpectedInclusionProof" | "InvalidFileKeyMetadata" | "ThresholdBelowAsymptote" | "NotFileOwner" | "FileKeyAlreadyPendingDeletion" | "MaxUserPendingDeletionRequestsReached" | "MspNotStoringBucket" | "FileKeyNotPendingDeletion" | "FileSizeCannotBeZero" | "NoGlobalReputationWeightSet" | "NoBspReputationWeightSet" | "MaximumThresholdCannotBeZero" | "TickRangeToMaximumThresholdCannotBeZero" | "PendingStopStoringRequestNotFound" | "MinWaitForStopStoringNotReached" | "PendingStopStoringRequestAlreadyExists" | "OperationNotAllowedWithInsolventUser" | "UserNotInsolvent" | "NotSelectedMsp" | "MspAlreadyConfirmed" | "RequestWithoutMsp" | "MspAlreadyStoringBucket" | "MoveBucketRequestNotFound" | "BucketIsBeingMoved" | "BspAlreadyDataServer" | "BspDataServersExceeded" | "FileMetadataProcessingQueueFull" | "TooManyBatchResponses" | "TooManyStorageRequestResponses" | "InvalidBucketIdFileKeyPair" | "InconsistentStateKeyAlreadyExists" | "FixedRatePaymentStreamNotFound" | "DynamicRatePaymentStreamNotFound" | "CannotHoldDeposit" | "FailedToQueryEarliestFileVolunteerTick" | "FailedToGetOwnerAccount" | "FailedToGetPaymentAccount" | "NoFileKeysToConfirm" | "RootNotUpdated" | "NoPrivacyChange" | "OperationNotAllowedForInsolventProvider" | "OperationNotAllowedWhileBucketIsNotStoredByMsp" | "FailedToComputeFileKey" | "FailedToCreateFileMetadata" | "InvalidSignature" | "ForestProofVerificationFailed" | "ProviderNotStoringFile" | "InvalidProviderID" | "InvalidSignedOperation" | "FileKeyMismatch" | "IncompleteStorageRequestNotFound";
|
|
3357
|
+
readonly type: "StorageRequestAlreadyRegistered" | "StorageRequestNotFound" | "StorageRequestNotRevoked" | "StorageRequestExists" | "ReplicationTargetCannotBeZero" | "ReplicationTargetExceedsMaximum" | "MaxReplicationTargetSmallerThanDefault" | "NotABsp" | "NotAMsp" | "NotASp" | "BspNotVolunteered" | "BspNotConfirmed" | "BspAlreadyConfirmed" | "StorageRequestBspsRequiredFulfilled" | "BspAlreadyVolunteered" | "InsufficientAvailableCapacity" | "UnexpectedNumberOfRemovedVolunteeredBsps" | "BspNotEligibleToVolunteer" | "StorageRequestExpiredNoSlotAvailable" | "StorageRequestNotAuthorized" | "MaxTickNumberReached" | "FailedToEncodeBsp" | "FailedToEncodeFingerprint" | "FailedToDecodeThreshold" | "AboveThreshold" | "ThresholdArithmeticError" | "FailedTypeConversion" | "DividedByZero" | "ImpossibleFailedToGetValue" | "BucketIsNotPrivate" | "BucketNotFound" | "BucketNotEmpty" | "NotBucketOwner" | "ValuePropositionNotAvailable" | "CollectionNotFound" | "ProviderRootNotFound" | "ExpectedNonInclusionProof" | "ExpectedInclusionProof" | "InvalidFileKeyMetadata" | "ThresholdBelowAsymptote" | "NotFileOwner" | "FileKeyAlreadyPendingDeletion" | "BatchFileDeletionMustContainSingleBucket" | "DuplicateFileKeyInBatchFileDeletion" | "NoFileKeysToDelete" | "FailedToPushFileKeyToBucketDeletionVector" | "FailedToPushUserToBspDeletionVector" | "FailedToPushFileKeyToBspDeletionVector" | "MaxUserPendingDeletionRequestsReached" | "MspNotStoringBucket" | "FileKeyNotPendingDeletion" | "FileSizeCannotBeZero" | "NoGlobalReputationWeightSet" | "NoBspReputationWeightSet" | "MaximumThresholdCannotBeZero" | "TickRangeToMaximumThresholdCannotBeZero" | "PendingStopStoringRequestNotFound" | "MinWaitForStopStoringNotReached" | "PendingStopStoringRequestAlreadyExists" | "OperationNotAllowedWithInsolventUser" | "UserNotInsolvent" | "NotSelectedMsp" | "MspAlreadyConfirmed" | "RequestWithoutMsp" | "MspAlreadyStoringBucket" | "MoveBucketRequestNotFound" | "BucketIsBeingMoved" | "BspAlreadyDataServer" | "BspDataServersExceeded" | "FileMetadataProcessingQueueFull" | "TooManyBatchResponses" | "TooManyStorageRequestResponses" | "InvalidBucketIdFileKeyPair" | "InconsistentStateKeyAlreadyExists" | "FixedRatePaymentStreamNotFound" | "DynamicRatePaymentStreamNotFound" | "CannotHoldDeposit" | "FailedToQueryEarliestFileVolunteerTick" | "FailedToGetOwnerAccount" | "FailedToGetPaymentAccount" | "NoFileKeysToConfirm" | "RootNotUpdated" | "NoPrivacyChange" | "OperationNotAllowedForInsolventProvider" | "OperationNotAllowedWhileBucketIsNotStoredByMsp" | "FailedToComputeFileKey" | "FailedToCreateFileMetadata" | "InvalidSignature" | "ForestProofVerificationFailed" | "ProviderNotStoringFile" | "InvalidProviderID" | "InvalidSignedOperation" | "FileKeyMismatch" | "IncompleteStorageRequestNotFound";
|
|
3355
3358
|
}
|
|
3356
|
-
/** @name PalletProofsDealerProofSubmissionRecord (
|
|
3359
|
+
/** @name PalletProofsDealerProofSubmissionRecord (361) */
|
|
3357
3360
|
interface PalletProofsDealerProofSubmissionRecord extends Struct {
|
|
3358
3361
|
readonly lastTickProven: u32;
|
|
3359
3362
|
readonly nextTickToSubmitProofFor: u32;
|
|
3360
3363
|
}
|
|
3361
|
-
/** @name PalletProofsDealerError (
|
|
3364
|
+
/** @name PalletProofsDealerError (368) */
|
|
3362
3365
|
interface PalletProofsDealerError extends Enum {
|
|
3363
3366
|
readonly isNotProvider: boolean;
|
|
3364
3367
|
readonly isChallengesQueueOverflow: boolean;
|
|
@@ -3386,26 +3389,26 @@ declare module "@polkadot/types/lookup" {
|
|
|
3386
3389
|
readonly isTooManyValidProofSubmitters: boolean;
|
|
3387
3390
|
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";
|
|
3388
3391
|
}
|
|
3389
|
-
/** @name PalletPaymentStreamsFixedRatePaymentStream (
|
|
3392
|
+
/** @name PalletPaymentStreamsFixedRatePaymentStream (370) */
|
|
3390
3393
|
interface PalletPaymentStreamsFixedRatePaymentStream extends Struct {
|
|
3391
3394
|
readonly rate: u128;
|
|
3392
3395
|
readonly lastChargedTick: u32;
|
|
3393
3396
|
readonly userDeposit: u128;
|
|
3394
3397
|
readonly outOfFundsTick: Option<u32>;
|
|
3395
3398
|
}
|
|
3396
|
-
/** @name PalletPaymentStreamsDynamicRatePaymentStream (
|
|
3399
|
+
/** @name PalletPaymentStreamsDynamicRatePaymentStream (371) */
|
|
3397
3400
|
interface PalletPaymentStreamsDynamicRatePaymentStream extends Struct {
|
|
3398
3401
|
readonly amountProvided: u64;
|
|
3399
3402
|
readonly priceIndexWhenLastCharged: u128;
|
|
3400
3403
|
readonly userDeposit: u128;
|
|
3401
3404
|
readonly outOfFundsTick: Option<u32>;
|
|
3402
3405
|
}
|
|
3403
|
-
/** @name PalletPaymentStreamsProviderLastChargeableInfo (
|
|
3406
|
+
/** @name PalletPaymentStreamsProviderLastChargeableInfo (372) */
|
|
3404
3407
|
interface PalletPaymentStreamsProviderLastChargeableInfo extends Struct {
|
|
3405
3408
|
readonly lastChargeableTick: u32;
|
|
3406
3409
|
readonly priceIndex: u128;
|
|
3407
3410
|
}
|
|
3408
|
-
/** @name PalletPaymentStreamsError (
|
|
3411
|
+
/** @name PalletPaymentStreamsError (373) */
|
|
3409
3412
|
interface PalletPaymentStreamsError extends Enum {
|
|
3410
3413
|
readonly isPaymentStreamAlreadyExists: boolean;
|
|
3411
3414
|
readonly isPaymentStreamNotFound: boolean;
|
|
@@ -3427,7 +3430,7 @@ declare module "@polkadot/types/lookup" {
|
|
|
3427
3430
|
readonly isProviderInsolvent: boolean;
|
|
3428
3431
|
readonly type: "PaymentStreamAlreadyExists" | "PaymentStreamNotFound" | "NotAProvider" | "ProviderInconsistencyError" | "CannotHoldDeposit" | "UpdateRateToSameRate" | "UpdateAmountToSameAmount" | "RateCantBeZero" | "AmountProvidedCantBeZero" | "LastChargedGreaterThanLastChargeable" | "InvalidLastChargeableBlockNumber" | "InvalidLastChargeablePriceIndex" | "ChargeOverflow" | "UserWithoutFunds" | "UserNotFlaggedAsWithoutFunds" | "CooldownPeriodNotPassed" | "UserHasRemainingDebt" | "ProviderInsolvent";
|
|
3429
3432
|
}
|
|
3430
|
-
/** @name PalletBucketNftsError (
|
|
3433
|
+
/** @name PalletBucketNftsError (374) */
|
|
3431
3434
|
interface PalletBucketNftsError extends Enum {
|
|
3432
3435
|
readonly isBucketIsNotPrivate: boolean;
|
|
3433
3436
|
readonly isNotBucketOwner: boolean;
|
|
@@ -3435,7 +3438,7 @@ declare module "@polkadot/types/lookup" {
|
|
|
3435
3438
|
readonly isConvertBytesToBoundedVec: boolean;
|
|
3436
3439
|
readonly type: "BucketIsNotPrivate" | "NotBucketOwner" | "NoCorrespondingCollection" | "ConvertBytesToBoundedVec";
|
|
3437
3440
|
}
|
|
3438
|
-
/** @name PalletNftsCollectionDetails (
|
|
3441
|
+
/** @name PalletNftsCollectionDetails (375) */
|
|
3439
3442
|
interface PalletNftsCollectionDetails extends Struct {
|
|
3440
3443
|
readonly owner: AccountId20;
|
|
3441
3444
|
readonly ownerDeposit: u128;
|
|
@@ -3444,52 +3447,52 @@ declare module "@polkadot/types/lookup" {
|
|
|
3444
3447
|
readonly itemConfigs: u32;
|
|
3445
3448
|
readonly attributes: u32;
|
|
3446
3449
|
}
|
|
3447
|
-
/** @name PalletNftsCollectionRole (
|
|
3450
|
+
/** @name PalletNftsCollectionRole (380) */
|
|
3448
3451
|
interface PalletNftsCollectionRole extends Enum {
|
|
3449
3452
|
readonly isIssuer: boolean;
|
|
3450
3453
|
readonly isFreezer: boolean;
|
|
3451
3454
|
readonly isAdmin: boolean;
|
|
3452
3455
|
readonly type: "Issuer" | "Freezer" | "Admin";
|
|
3453
3456
|
}
|
|
3454
|
-
/** @name PalletNftsItemDetails (
|
|
3457
|
+
/** @name PalletNftsItemDetails (381) */
|
|
3455
3458
|
interface PalletNftsItemDetails extends Struct {
|
|
3456
3459
|
readonly owner: AccountId20;
|
|
3457
3460
|
readonly approvals: BTreeMap<AccountId20, Option<u32>>;
|
|
3458
3461
|
readonly deposit: PalletNftsItemDeposit;
|
|
3459
3462
|
}
|
|
3460
|
-
/** @name PalletNftsItemDeposit (
|
|
3463
|
+
/** @name PalletNftsItemDeposit (382) */
|
|
3461
3464
|
interface PalletNftsItemDeposit extends Struct {
|
|
3462
3465
|
readonly account: AccountId20;
|
|
3463
3466
|
readonly amount: u128;
|
|
3464
3467
|
}
|
|
3465
|
-
/** @name PalletNftsCollectionMetadata (
|
|
3468
|
+
/** @name PalletNftsCollectionMetadata (387) */
|
|
3466
3469
|
interface PalletNftsCollectionMetadata extends Struct {
|
|
3467
3470
|
readonly deposit: u128;
|
|
3468
3471
|
readonly data: Bytes;
|
|
3469
3472
|
}
|
|
3470
|
-
/** @name PalletNftsItemMetadata (
|
|
3473
|
+
/** @name PalletNftsItemMetadata (388) */
|
|
3471
3474
|
interface PalletNftsItemMetadata extends Struct {
|
|
3472
3475
|
readonly deposit: PalletNftsItemMetadataDeposit;
|
|
3473
3476
|
readonly data: Bytes;
|
|
3474
3477
|
}
|
|
3475
|
-
/** @name PalletNftsItemMetadataDeposit (
|
|
3478
|
+
/** @name PalletNftsItemMetadataDeposit (389) */
|
|
3476
3479
|
interface PalletNftsItemMetadataDeposit extends Struct {
|
|
3477
3480
|
readonly account: Option<AccountId20>;
|
|
3478
3481
|
readonly amount: u128;
|
|
3479
3482
|
}
|
|
3480
|
-
/** @name PalletNftsAttributeDeposit (
|
|
3483
|
+
/** @name PalletNftsAttributeDeposit (392) */
|
|
3481
3484
|
interface PalletNftsAttributeDeposit extends Struct {
|
|
3482
3485
|
readonly account: Option<AccountId20>;
|
|
3483
3486
|
readonly amount: u128;
|
|
3484
3487
|
}
|
|
3485
|
-
/** @name PalletNftsPendingSwap (
|
|
3488
|
+
/** @name PalletNftsPendingSwap (396) */
|
|
3486
3489
|
interface PalletNftsPendingSwap extends Struct {
|
|
3487
3490
|
readonly desiredCollection: u32;
|
|
3488
3491
|
readonly desiredItem: Option<u32>;
|
|
3489
3492
|
readonly price: Option<PalletNftsPriceWithDirection>;
|
|
3490
3493
|
readonly deadline: u32;
|
|
3491
3494
|
}
|
|
3492
|
-
/** @name PalletNftsPalletFeature (
|
|
3495
|
+
/** @name PalletNftsPalletFeature (398) */
|
|
3493
3496
|
interface PalletNftsPalletFeature extends Enum {
|
|
3494
3497
|
readonly isTrading: boolean;
|
|
3495
3498
|
readonly isAttributes: boolean;
|
|
@@ -3497,7 +3500,7 @@ declare module "@polkadot/types/lookup" {
|
|
|
3497
3500
|
readonly isSwaps: boolean;
|
|
3498
3501
|
readonly type: "Trading" | "Attributes" | "Approvals" | "Swaps";
|
|
3499
3502
|
}
|
|
3500
|
-
/** @name PalletNftsError (
|
|
3503
|
+
/** @name PalletNftsError (399) */
|
|
3501
3504
|
interface PalletNftsError extends Enum {
|
|
3502
3505
|
readonly isNoPermission: boolean;
|
|
3503
3506
|
readonly isUnknownCollection: boolean;
|
|
@@ -3546,32 +3549,32 @@ declare module "@polkadot/types/lookup" {
|
|
|
3546
3549
|
readonly isWitnessRequired: boolean;
|
|
3547
3550
|
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";
|
|
3548
3551
|
}
|
|
3549
|
-
/** @name FrameSystemExtensionsCheckNonZeroSender (
|
|
3552
|
+
/** @name FrameSystemExtensionsCheckNonZeroSender (402) */
|
|
3550
3553
|
type FrameSystemExtensionsCheckNonZeroSender = Null;
|
|
3551
|
-
/** @name FrameSystemExtensionsCheckSpecVersion (
|
|
3554
|
+
/** @name FrameSystemExtensionsCheckSpecVersion (403) */
|
|
3552
3555
|
type FrameSystemExtensionsCheckSpecVersion = Null;
|
|
3553
|
-
/** @name FrameSystemExtensionsCheckTxVersion (
|
|
3556
|
+
/** @name FrameSystemExtensionsCheckTxVersion (404) */
|
|
3554
3557
|
type FrameSystemExtensionsCheckTxVersion = Null;
|
|
3555
|
-
/** @name FrameSystemExtensionsCheckGenesis (
|
|
3558
|
+
/** @name FrameSystemExtensionsCheckGenesis (405) */
|
|
3556
3559
|
type FrameSystemExtensionsCheckGenesis = Null;
|
|
3557
|
-
/** @name FrameSystemExtensionsCheckNonce (
|
|
3560
|
+
/** @name FrameSystemExtensionsCheckNonce (408) */
|
|
3558
3561
|
interface FrameSystemExtensionsCheckNonce extends Compact<u32> {
|
|
3559
3562
|
}
|
|
3560
|
-
/** @name FrameSystemExtensionsCheckWeight (
|
|
3563
|
+
/** @name FrameSystemExtensionsCheckWeight (409) */
|
|
3561
3564
|
type FrameSystemExtensionsCheckWeight = Null;
|
|
3562
|
-
/** @name PalletTransactionPaymentChargeTransactionPayment (
|
|
3565
|
+
/** @name PalletTransactionPaymentChargeTransactionPayment (410) */
|
|
3563
3566
|
interface PalletTransactionPaymentChargeTransactionPayment extends Compact<u128> {
|
|
3564
3567
|
}
|
|
3565
|
-
/** @name FrameMetadataHashExtensionCheckMetadataHash (
|
|
3568
|
+
/** @name FrameMetadataHashExtensionCheckMetadataHash (411) */
|
|
3566
3569
|
interface FrameMetadataHashExtensionCheckMetadataHash extends Struct {
|
|
3567
3570
|
readonly mode: FrameMetadataHashExtensionMode;
|
|
3568
3571
|
}
|
|
3569
|
-
/** @name FrameMetadataHashExtensionMode (
|
|
3572
|
+
/** @name FrameMetadataHashExtensionMode (412) */
|
|
3570
3573
|
interface FrameMetadataHashExtensionMode extends Enum {
|
|
3571
3574
|
readonly isDisabled: boolean;
|
|
3572
3575
|
readonly isEnabled: boolean;
|
|
3573
3576
|
readonly type: "Disabled" | "Enabled";
|
|
3574
3577
|
}
|
|
3575
|
-
/** @name ShSolochainEvmRuntimeRuntime (
|
|
3578
|
+
/** @name ShSolochainEvmRuntimeRuntime (414) */
|
|
3576
3579
|
type ShSolochainEvmRuntimeRuntime = Null;
|
|
3577
3580
|
}
|