@storagehub/api-augment 0.2.11 → 0.2.14
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 +2406 -2871
- 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/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 +1686 -2109
- 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 +3 -111
- package/dist/types/parachain/interfaces/augment-api-events.d.ts +185 -917
- package/dist/types/parachain/interfaces/augment-api-query.d.ts +112 -319
- package/dist/types/parachain/interfaces/augment-api-rpc.d.ts +32 -32
- package/dist/types/parachain/interfaces/augment-api-runtime.d.ts +25 -25
- package/dist/types/parachain/interfaces/augment-api-tx.d.ts +212 -637
- package/dist/types/parachain/interfaces/augment-api.d.ts +7 -7
- package/dist/types/parachain/interfaces/augment-types.d.ts +76 -75
- package/dist/types/parachain/interfaces/index.d.ts +1 -1
- package/dist/types/parachain/interfaces/lookup.d.ts +289 -326
- package/dist/types/parachain/interfaces/registry.d.ts +4 -4
- package/dist/types/parachain/interfaces/storagehubclient/index.d.ts +1 -1
- package/dist/types/parachain/interfaces/storagehubclient/types.d.ts +46 -36
- package/dist/types/parachain/interfaces/types-lookup.d.ts +525 -714
- 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 +3 -111
- package/dist/types/solochain-evm/interfaces/augment-api-events.d.ts +150 -763
- package/dist/types/solochain-evm/interfaces/augment-api-query.d.ts +100 -291
- package/dist/types/solochain-evm/interfaces/augment-api-rpc.d.ts +32 -32
- package/dist/types/solochain-evm/interfaces/augment-api-runtime.d.ts +25 -25
- package/dist/types/solochain-evm/interfaces/augment-api-tx.d.ts +195 -582
- package/dist/types/solochain-evm/interfaces/augment-api.d.ts +7 -7
- package/dist/types/solochain-evm/interfaces/augment-types.d.ts +76 -75
- package/dist/types/solochain-evm/interfaces/index.d.ts +1 -1
- package/dist/types/solochain-evm/interfaces/lookup.d.ts +239 -276
- package/dist/types/solochain-evm/interfaces/registry.d.ts +4 -4
- package/dist/types/solochain-evm/interfaces/storagehubclient/index.d.ts +1 -1
- package/dist/types/solochain-evm/interfaces/storagehubclient/types.d.ts +47 -37
- package/dist/types/solochain-evm/interfaces/types-lookup.d.ts +425 -584
- 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 +0 -108
- package/src/parachain/interfaces/augment-api-events.ts +14 -113
- package/src/parachain/interfaces/augment-api-tx.ts +63 -10
- package/src/parachain/interfaces/augment-types.ts +2 -0
- package/src/parachain/interfaces/lookup.ts +326 -390
- package/src/parachain/interfaces/registry.ts +2 -2
- package/src/parachain/interfaces/storagehubclient/types.ts +14 -4
- package/src/parachain/interfaces/types-lookup.ts +388 -490
- package/src/solochain-evm/interfaces/augment-api-errors.ts +0 -108
- package/src/solochain-evm/interfaces/augment-api-events.ts +14 -113
- package/src/solochain-evm/interfaces/augment-api-tx.ts +63 -10
- package/src/solochain-evm/interfaces/augment-types.ts +2 -0
- package/src/solochain-evm/interfaces/lookup.ts +276 -340
- package/src/solochain-evm/interfaces/registry.ts +2 -2
- package/src/solochain-evm/interfaces/storagehubclient/types.ts +14 -4
- package/src/solochain-evm/interfaces/types-lookup.ts +338 -440
- package/storagehub-api-augment-0.2.14.tgz +0 -0
|
@@ -873,12 +873,6 @@ export default {
|
|
|
873
873
|
bucketId: "H256",
|
|
874
874
|
maybeCollectionId: "Option<u32>"
|
|
875
875
|
},
|
|
876
|
-
MoveBucketRequested: {
|
|
877
|
-
who: "AccountId20",
|
|
878
|
-
bucketId: "H256",
|
|
879
|
-
newMspId: "H256",
|
|
880
|
-
newValuePropId: "H256"
|
|
881
|
-
},
|
|
882
876
|
BucketPrivacyUpdated: {
|
|
883
877
|
who: "AccountId20",
|
|
884
878
|
bucketId: "H256",
|
|
@@ -890,6 +884,26 @@ export default {
|
|
|
890
884
|
bucketId: "H256",
|
|
891
885
|
collectionId: "u32"
|
|
892
886
|
},
|
|
887
|
+
MoveBucketRequested: {
|
|
888
|
+
who: "AccountId20",
|
|
889
|
+
bucketId: "H256",
|
|
890
|
+
newMspId: "H256",
|
|
891
|
+
newValuePropId: "H256"
|
|
892
|
+
},
|
|
893
|
+
MoveBucketRequestExpired: {
|
|
894
|
+
bucketId: "H256"
|
|
895
|
+
},
|
|
896
|
+
MoveBucketAccepted: {
|
|
897
|
+
bucketId: "H256",
|
|
898
|
+
oldMspId: "Option<H256>",
|
|
899
|
+
newMspId: "H256",
|
|
900
|
+
valuePropId: "H256"
|
|
901
|
+
},
|
|
902
|
+
MoveBucketRejected: {
|
|
903
|
+
bucketId: "H256",
|
|
904
|
+
oldMspId: "Option<H256>",
|
|
905
|
+
newMspId: "H256"
|
|
906
|
+
},
|
|
893
907
|
NewStorageRequest: {
|
|
894
908
|
_alias: {
|
|
895
909
|
size_: "size"
|
|
@@ -907,6 +921,27 @@ export default {
|
|
|
907
921
|
fileKey: "H256",
|
|
908
922
|
fileMetadata: "ShpFileMetadataFileMetadata"
|
|
909
923
|
},
|
|
924
|
+
StorageRequestFulfilled: {
|
|
925
|
+
fileKey: "H256"
|
|
926
|
+
},
|
|
927
|
+
StorageRequestExpired: {
|
|
928
|
+
fileKey: "H256"
|
|
929
|
+
},
|
|
930
|
+
StorageRequestRevoked: {
|
|
931
|
+
fileKey: "H256"
|
|
932
|
+
},
|
|
933
|
+
StorageRequestRejected: {
|
|
934
|
+
fileKey: "H256",
|
|
935
|
+
mspId: "H256",
|
|
936
|
+
bucketId: "H256",
|
|
937
|
+
reason: "PalletFileSystemRejectedStorageRequestReason"
|
|
938
|
+
},
|
|
939
|
+
IncompleteStorageRequest: {
|
|
940
|
+
fileKey: "H256"
|
|
941
|
+
},
|
|
942
|
+
IncompleteStorageRequestCleanedUp: {
|
|
943
|
+
fileKey: "H256"
|
|
944
|
+
},
|
|
910
945
|
AcceptedBspVolunteer: {
|
|
911
946
|
_alias: {
|
|
912
947
|
size_: "size"
|
|
@@ -926,20 +961,9 @@ export default {
|
|
|
926
961
|
skippedFileKeys: "Vec<H256>",
|
|
927
962
|
newRoot: "H256"
|
|
928
963
|
},
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
StorageRequestExpired: {
|
|
933
|
-
fileKey: "H256"
|
|
934
|
-
},
|
|
935
|
-
StorageRequestRevoked: {
|
|
936
|
-
fileKey: "H256"
|
|
937
|
-
},
|
|
938
|
-
StorageRequestRejected: {
|
|
939
|
-
fileKey: "H256",
|
|
940
|
-
mspId: "H256",
|
|
941
|
-
bucketId: "H256",
|
|
942
|
-
reason: "PalletFileSystemRejectedStorageRequestReason"
|
|
964
|
+
BspChallengeCycleInitialised: {
|
|
965
|
+
who: "AccountId20",
|
|
966
|
+
bspId: "H256"
|
|
943
967
|
},
|
|
944
968
|
BspRequestedToStopStoring: {
|
|
945
969
|
bspId: "H256",
|
|
@@ -952,9 +976,10 @@ export default {
|
|
|
952
976
|
fileKey: "H256",
|
|
953
977
|
newRoot: "H256"
|
|
954
978
|
},
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
979
|
+
MspStoppedStoringBucket: {
|
|
980
|
+
mspId: "H256",
|
|
981
|
+
owner: "AccountId20",
|
|
982
|
+
bucketId: "H256"
|
|
958
983
|
},
|
|
959
984
|
SpStopStoringInsolventUser: {
|
|
960
985
|
spId: "H256",
|
|
@@ -968,76 +993,6 @@ export default {
|
|
|
968
993
|
owner: "AccountId20",
|
|
969
994
|
bucketId: "H256"
|
|
970
995
|
},
|
|
971
|
-
FailedToQueuePriorityChallenge: {
|
|
972
|
-
fileKey: "H256",
|
|
973
|
-
error: "SpRuntimeDispatchError"
|
|
974
|
-
},
|
|
975
|
-
FileDeletionRequest: {
|
|
976
|
-
user: "AccountId20",
|
|
977
|
-
fileKey: "H256",
|
|
978
|
-
fileSize: "u64",
|
|
979
|
-
bucketId: "H256",
|
|
980
|
-
mspId: "H256",
|
|
981
|
-
proofOfInclusion: "bool"
|
|
982
|
-
},
|
|
983
|
-
ProofSubmittedForPendingFileDeletionRequest: {
|
|
984
|
-
user: "AccountId20",
|
|
985
|
-
fileKey: "H256",
|
|
986
|
-
fileSize: "u64",
|
|
987
|
-
bucketId: "H256",
|
|
988
|
-
mspId: "H256",
|
|
989
|
-
proofOfInclusion: "bool"
|
|
990
|
-
},
|
|
991
|
-
BspChallengeCycleInitialised: {
|
|
992
|
-
who: "AccountId20",
|
|
993
|
-
bspId: "H256"
|
|
994
|
-
},
|
|
995
|
-
MoveBucketRequestExpired: {
|
|
996
|
-
bucketId: "H256"
|
|
997
|
-
},
|
|
998
|
-
MoveBucketAccepted: {
|
|
999
|
-
bucketId: "H256",
|
|
1000
|
-
oldMspId: "Option<H256>",
|
|
1001
|
-
newMspId: "H256",
|
|
1002
|
-
valuePropId: "H256"
|
|
1003
|
-
},
|
|
1004
|
-
MoveBucketRejected: {
|
|
1005
|
-
bucketId: "H256",
|
|
1006
|
-
oldMspId: "Option<H256>",
|
|
1007
|
-
newMspId: "H256"
|
|
1008
|
-
},
|
|
1009
|
-
MspStoppedStoringBucket: {
|
|
1010
|
-
mspId: "H256",
|
|
1011
|
-
owner: "AccountId20",
|
|
1012
|
-
bucketId: "H256"
|
|
1013
|
-
},
|
|
1014
|
-
FailedToGetMspOfBucket: {
|
|
1015
|
-
bucketId: "H256",
|
|
1016
|
-
error: "SpRuntimeDispatchError"
|
|
1017
|
-
},
|
|
1018
|
-
FailedToDecreaseMspUsedCapacity: {
|
|
1019
|
-
user: "AccountId20",
|
|
1020
|
-
mspId: "H256",
|
|
1021
|
-
fileKey: "H256",
|
|
1022
|
-
fileSize: "u64",
|
|
1023
|
-
error: "SpRuntimeDispatchError"
|
|
1024
|
-
},
|
|
1025
|
-
UsedCapacityShouldBeZero: {
|
|
1026
|
-
actualUsedCapacity: "u64"
|
|
1027
|
-
},
|
|
1028
|
-
FailedToReleaseStorageRequestCreationDeposit: {
|
|
1029
|
-
fileKey: "H256",
|
|
1030
|
-
owner: "AccountId20",
|
|
1031
|
-
amountToReturn: "u128",
|
|
1032
|
-
error: "SpRuntimeDispatchError"
|
|
1033
|
-
},
|
|
1034
|
-
FailedToTransferDepositFundsToBsp: {
|
|
1035
|
-
fileKey: "H256",
|
|
1036
|
-
owner: "AccountId20",
|
|
1037
|
-
bspId: "H256",
|
|
1038
|
-
amountToTransfer: "u128",
|
|
1039
|
-
error: "SpRuntimeDispatchError"
|
|
1040
|
-
},
|
|
1041
996
|
FileDeletionRequested: {
|
|
1042
997
|
signedDeleteIntention: "PalletFileSystemFileOperationIntention",
|
|
1043
998
|
signature: "FpAccountEthereumSignature"
|
|
@@ -1057,13 +1012,19 @@ export default {
|
|
|
1057
1012
|
oldRoot: "H256",
|
|
1058
1013
|
newRoot: "H256"
|
|
1059
1014
|
},
|
|
1060
|
-
|
|
1061
|
-
|
|
1015
|
+
UsedCapacityShouldBeZero: {
|
|
1016
|
+
actualUsedCapacity: "u64"
|
|
1017
|
+
},
|
|
1018
|
+
FailedToReleaseStorageRequestCreationDeposit: {
|
|
1019
|
+
fileKey: "H256",
|
|
1020
|
+
owner: "AccountId20",
|
|
1021
|
+
amountToReturn: "u128",
|
|
1022
|
+
error: "SpRuntimeDispatchError"
|
|
1062
1023
|
}
|
|
1063
1024
|
}
|
|
1064
1025
|
},
|
|
1065
1026
|
/**
|
|
1066
|
-
*
|
|
1027
|
+
* Lookup110: shp_file_metadata::FileMetadata
|
|
1067
1028
|
**/
|
|
1068
1029
|
ShpFileMetadataFileMetadata: {
|
|
1069
1030
|
owner: "Bytes",
|
|
@@ -1073,11 +1034,11 @@ export default {
|
|
|
1073
1034
|
fingerprint: "ShpFileMetadataFingerprint"
|
|
1074
1035
|
},
|
|
1075
1036
|
/**
|
|
1076
|
-
*
|
|
1037
|
+
* Lookup111: shp_file_metadata::Fingerprint
|
|
1077
1038
|
**/
|
|
1078
1039
|
ShpFileMetadataFingerprint: "[u8;32]",
|
|
1079
1040
|
/**
|
|
1080
|
-
*
|
|
1041
|
+
* Lookup112: pallet_file_system::types::RejectedStorageRequestReason
|
|
1081
1042
|
**/
|
|
1082
1043
|
PalletFileSystemRejectedStorageRequestReason: {
|
|
1083
1044
|
_enum: [
|
|
@@ -1089,33 +1050,24 @@ export default {
|
|
|
1089
1050
|
]
|
|
1090
1051
|
},
|
|
1091
1052
|
/**
|
|
1092
|
-
*
|
|
1093
|
-
**/
|
|
1094
|
-
PalletFileSystemEitherAccountIdOrMspId: {
|
|
1095
|
-
_enum: {
|
|
1096
|
-
AccountId: "AccountId20",
|
|
1097
|
-
MspId: "H256"
|
|
1098
|
-
}
|
|
1099
|
-
},
|
|
1100
|
-
/**
|
|
1101
|
-
* Lookup118: pallet_file_system::types::FileOperationIntention<T>
|
|
1053
|
+
* Lookup117: pallet_file_system::types::FileOperationIntention<T>
|
|
1102
1054
|
**/
|
|
1103
1055
|
PalletFileSystemFileOperationIntention: {
|
|
1104
1056
|
fileKey: "H256",
|
|
1105
1057
|
operation: "PalletFileSystemFileOperation"
|
|
1106
1058
|
},
|
|
1107
1059
|
/**
|
|
1108
|
-
*
|
|
1060
|
+
* Lookup118: pallet_file_system::types::FileOperation
|
|
1109
1061
|
**/
|
|
1110
1062
|
PalletFileSystemFileOperation: {
|
|
1111
1063
|
_enum: ["Delete"]
|
|
1112
1064
|
},
|
|
1113
1065
|
/**
|
|
1114
|
-
*
|
|
1066
|
+
* Lookup119: fp_account::EthereumSignature
|
|
1115
1067
|
**/
|
|
1116
1068
|
FpAccountEthereumSignature: "[u8;65]",
|
|
1117
1069
|
/**
|
|
1118
|
-
*
|
|
1070
|
+
* Lookup124: pallet_proofs_dealer::pallet::Event<T>
|
|
1119
1071
|
**/
|
|
1120
1072
|
PalletProofsDealerEvent: {
|
|
1121
1073
|
_enum: {
|
|
@@ -1172,41 +1124,41 @@ export default {
|
|
|
1172
1124
|
}
|
|
1173
1125
|
},
|
|
1174
1126
|
/**
|
|
1175
|
-
*
|
|
1127
|
+
* Lookup125: pallet_proofs_dealer::types::Proof<T>
|
|
1176
1128
|
**/
|
|
1177
1129
|
PalletProofsDealerProof: {
|
|
1178
1130
|
forestProof: "SpTrieStorageProofCompactProof",
|
|
1179
1131
|
keyProofs: "BTreeMap<H256, PalletProofsDealerKeyProof>"
|
|
1180
1132
|
},
|
|
1181
1133
|
/**
|
|
1182
|
-
*
|
|
1134
|
+
* Lookup126: sp_trie::storage_proof::CompactProof
|
|
1183
1135
|
**/
|
|
1184
1136
|
SpTrieStorageProofCompactProof: {
|
|
1185
1137
|
encodedNodes: "Vec<Bytes>"
|
|
1186
1138
|
},
|
|
1187
1139
|
/**
|
|
1188
|
-
*
|
|
1140
|
+
* Lookup129: pallet_proofs_dealer::types::KeyProof<T>
|
|
1189
1141
|
**/
|
|
1190
1142
|
PalletProofsDealerKeyProof: {
|
|
1191
1143
|
proof: "ShpFileKeyVerifierFileKeyProof",
|
|
1192
1144
|
challengeCount: "u32"
|
|
1193
1145
|
},
|
|
1194
1146
|
/**
|
|
1195
|
-
*
|
|
1147
|
+
* Lookup130: shp_file_key_verifier::types::FileKeyProof
|
|
1196
1148
|
**/
|
|
1197
1149
|
ShpFileKeyVerifierFileKeyProof: {
|
|
1198
1150
|
fileMetadata: "ShpFileMetadataFileMetadata",
|
|
1199
1151
|
proof: "SpTrieStorageProofCompactProof"
|
|
1200
1152
|
},
|
|
1201
1153
|
/**
|
|
1202
|
-
*
|
|
1154
|
+
* Lookup134: pallet_proofs_dealer::types::CustomChallenge<T>
|
|
1203
1155
|
**/
|
|
1204
1156
|
PalletProofsDealerCustomChallenge: {
|
|
1205
1157
|
key: "H256",
|
|
1206
1158
|
shouldRemoveKey: "bool"
|
|
1207
1159
|
},
|
|
1208
1160
|
/**
|
|
1209
|
-
*
|
|
1161
|
+
* Lookup138: shp_traits::TrieMutation
|
|
1210
1162
|
**/
|
|
1211
1163
|
ShpTraitsTrieMutation: {
|
|
1212
1164
|
_enum: {
|
|
@@ -1215,19 +1167,19 @@ export default {
|
|
|
1215
1167
|
}
|
|
1216
1168
|
},
|
|
1217
1169
|
/**
|
|
1218
|
-
*
|
|
1170
|
+
* Lookup139: shp_traits::TrieAddMutation
|
|
1219
1171
|
**/
|
|
1220
1172
|
ShpTraitsTrieAddMutation: {
|
|
1221
1173
|
value: "Bytes"
|
|
1222
1174
|
},
|
|
1223
1175
|
/**
|
|
1224
|
-
*
|
|
1176
|
+
* Lookup140: shp_traits::TrieRemoveMutation
|
|
1225
1177
|
**/
|
|
1226
1178
|
ShpTraitsTrieRemoveMutation: {
|
|
1227
1179
|
maybeValue: "Option<Bytes>"
|
|
1228
1180
|
},
|
|
1229
1181
|
/**
|
|
1230
|
-
*
|
|
1182
|
+
* Lookup142: pallet_randomness::pallet::Event<T>
|
|
1231
1183
|
**/
|
|
1232
1184
|
PalletRandomnessEvent: {
|
|
1233
1185
|
_enum: {
|
|
@@ -1239,7 +1191,7 @@ export default {
|
|
|
1239
1191
|
}
|
|
1240
1192
|
},
|
|
1241
1193
|
/**
|
|
1242
|
-
*
|
|
1194
|
+
* Lookup143: pallet_payment_streams::pallet::Event<T>
|
|
1243
1195
|
**/
|
|
1244
1196
|
PalletPaymentStreamsEvent: {
|
|
1245
1197
|
_enum: {
|
|
@@ -1307,7 +1259,7 @@ export default {
|
|
|
1307
1259
|
}
|
|
1308
1260
|
},
|
|
1309
1261
|
/**
|
|
1310
|
-
*
|
|
1262
|
+
* Lookup145: pallet_bucket_nfts::pallet::Event<T>
|
|
1311
1263
|
**/
|
|
1312
1264
|
PalletBucketNftsEvent: {
|
|
1313
1265
|
_enum: {
|
|
@@ -1328,7 +1280,7 @@ export default {
|
|
|
1328
1280
|
}
|
|
1329
1281
|
},
|
|
1330
1282
|
/**
|
|
1331
|
-
*
|
|
1283
|
+
* Lookup146: pallet_nfts::pallet::Event<T, I>
|
|
1332
1284
|
**/
|
|
1333
1285
|
PalletNftsEvent: {
|
|
1334
1286
|
_enum: {
|
|
@@ -1529,7 +1481,7 @@ export default {
|
|
|
1529
1481
|
}
|
|
1530
1482
|
},
|
|
1531
1483
|
/**
|
|
1532
|
-
*
|
|
1484
|
+
* Lookup150: pallet_nfts::types::AttributeNamespace<fp_account::AccountId20>
|
|
1533
1485
|
**/
|
|
1534
1486
|
PalletNftsAttributeNamespace: {
|
|
1535
1487
|
_enum: {
|
|
@@ -1540,20 +1492,20 @@ export default {
|
|
|
1540
1492
|
}
|
|
1541
1493
|
},
|
|
1542
1494
|
/**
|
|
1543
|
-
*
|
|
1495
|
+
* Lookup152: pallet_nfts::types::PriceWithDirection<Amount>
|
|
1544
1496
|
**/
|
|
1545
1497
|
PalletNftsPriceWithDirection: {
|
|
1546
1498
|
amount: "u128",
|
|
1547
1499
|
direction: "PalletNftsPriceDirection"
|
|
1548
1500
|
},
|
|
1549
1501
|
/**
|
|
1550
|
-
*
|
|
1502
|
+
* Lookup153: pallet_nfts::types::PriceDirection
|
|
1551
1503
|
**/
|
|
1552
1504
|
PalletNftsPriceDirection: {
|
|
1553
1505
|
_enum: ["Send", "Receive"]
|
|
1554
1506
|
},
|
|
1555
1507
|
/**
|
|
1556
|
-
*
|
|
1508
|
+
* Lookup154: pallet_nfts::types::PalletAttributes<CollectionId>
|
|
1557
1509
|
**/
|
|
1558
1510
|
PalletNftsPalletAttributes: {
|
|
1559
1511
|
_enum: {
|
|
@@ -1562,7 +1514,7 @@ export default {
|
|
|
1562
1514
|
}
|
|
1563
1515
|
},
|
|
1564
1516
|
/**
|
|
1565
|
-
*
|
|
1517
|
+
* Lookup155: frame_system::Phase
|
|
1566
1518
|
**/
|
|
1567
1519
|
FrameSystemPhase: {
|
|
1568
1520
|
_enum: {
|
|
@@ -1572,21 +1524,21 @@ export default {
|
|
|
1572
1524
|
}
|
|
1573
1525
|
},
|
|
1574
1526
|
/**
|
|
1575
|
-
*
|
|
1527
|
+
* Lookup158: frame_system::LastRuntimeUpgradeInfo
|
|
1576
1528
|
**/
|
|
1577
1529
|
FrameSystemLastRuntimeUpgradeInfo: {
|
|
1578
1530
|
specVersion: "Compact<u32>",
|
|
1579
1531
|
specName: "Text"
|
|
1580
1532
|
},
|
|
1581
1533
|
/**
|
|
1582
|
-
*
|
|
1534
|
+
* Lookup160: frame_system::CodeUpgradeAuthorization<T>
|
|
1583
1535
|
**/
|
|
1584
1536
|
FrameSystemCodeUpgradeAuthorization: {
|
|
1585
1537
|
codeHash: "H256",
|
|
1586
1538
|
checkVersion: "bool"
|
|
1587
1539
|
},
|
|
1588
1540
|
/**
|
|
1589
|
-
*
|
|
1541
|
+
* Lookup161: frame_system::pallet::Call<T>
|
|
1590
1542
|
**/
|
|
1591
1543
|
FrameSystemCall: {
|
|
1592
1544
|
_enum: {
|
|
@@ -1631,7 +1583,7 @@ export default {
|
|
|
1631
1583
|
}
|
|
1632
1584
|
},
|
|
1633
1585
|
/**
|
|
1634
|
-
*
|
|
1586
|
+
* Lookup164: frame_system::limits::BlockWeights
|
|
1635
1587
|
**/
|
|
1636
1588
|
FrameSystemLimitsBlockWeights: {
|
|
1637
1589
|
baseBlock: "SpWeightsWeightV2Weight",
|
|
@@ -1639,7 +1591,7 @@ export default {
|
|
|
1639
1591
|
perClass: "FrameSupportDispatchPerDispatchClassWeightsPerClass"
|
|
1640
1592
|
},
|
|
1641
1593
|
/**
|
|
1642
|
-
*
|
|
1594
|
+
* Lookup165: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
|
|
1643
1595
|
**/
|
|
1644
1596
|
FrameSupportDispatchPerDispatchClassWeightsPerClass: {
|
|
1645
1597
|
normal: "FrameSystemLimitsWeightsPerClass",
|
|
@@ -1647,7 +1599,7 @@ export default {
|
|
|
1647
1599
|
mandatory: "FrameSystemLimitsWeightsPerClass"
|
|
1648
1600
|
},
|
|
1649
1601
|
/**
|
|
1650
|
-
*
|
|
1602
|
+
* Lookup166: frame_system::limits::WeightsPerClass
|
|
1651
1603
|
**/
|
|
1652
1604
|
FrameSystemLimitsWeightsPerClass: {
|
|
1653
1605
|
baseExtrinsic: "SpWeightsWeightV2Weight",
|
|
@@ -1656,13 +1608,13 @@ export default {
|
|
|
1656
1608
|
reserved: "Option<SpWeightsWeightV2Weight>"
|
|
1657
1609
|
},
|
|
1658
1610
|
/**
|
|
1659
|
-
*
|
|
1611
|
+
* Lookup168: frame_system::limits::BlockLength
|
|
1660
1612
|
**/
|
|
1661
1613
|
FrameSystemLimitsBlockLength: {
|
|
1662
1614
|
max: "FrameSupportDispatchPerDispatchClassU32"
|
|
1663
1615
|
},
|
|
1664
1616
|
/**
|
|
1665
|
-
*
|
|
1617
|
+
* Lookup169: frame_support::dispatch::PerDispatchClass<T>
|
|
1666
1618
|
**/
|
|
1667
1619
|
FrameSupportDispatchPerDispatchClassU32: {
|
|
1668
1620
|
normal: "u32",
|
|
@@ -1670,14 +1622,14 @@ export default {
|
|
|
1670
1622
|
mandatory: "u32"
|
|
1671
1623
|
},
|
|
1672
1624
|
/**
|
|
1673
|
-
*
|
|
1625
|
+
* Lookup170: sp_weights::RuntimeDbWeight
|
|
1674
1626
|
**/
|
|
1675
1627
|
SpWeightsRuntimeDbWeight: {
|
|
1676
1628
|
read: "u64",
|
|
1677
1629
|
write: "u64"
|
|
1678
1630
|
},
|
|
1679
1631
|
/**
|
|
1680
|
-
*
|
|
1632
|
+
* Lookup171: sp_version::RuntimeVersion
|
|
1681
1633
|
**/
|
|
1682
1634
|
SpVersionRuntimeVersion: {
|
|
1683
1635
|
specName: "Text",
|
|
@@ -1690,7 +1642,7 @@ export default {
|
|
|
1690
1642
|
systemVersion: "u8"
|
|
1691
1643
|
},
|
|
1692
1644
|
/**
|
|
1693
|
-
*
|
|
1645
|
+
* Lookup177: frame_system::pallet::Error<T>
|
|
1694
1646
|
**/
|
|
1695
1647
|
FrameSystemError: {
|
|
1696
1648
|
_enum: [
|
|
@@ -1706,11 +1658,11 @@ export default {
|
|
|
1706
1658
|
]
|
|
1707
1659
|
},
|
|
1708
1660
|
/**
|
|
1709
|
-
*
|
|
1661
|
+
* Lookup180: sp_consensus_babe::app::Public
|
|
1710
1662
|
**/
|
|
1711
1663
|
SpConsensusBabeAppPublic: "[u8;32]",
|
|
1712
1664
|
/**
|
|
1713
|
-
*
|
|
1665
|
+
* Lookup183: sp_consensus_babe::digests::NextConfigDescriptor
|
|
1714
1666
|
**/
|
|
1715
1667
|
SpConsensusBabeDigestsNextConfigDescriptor: {
|
|
1716
1668
|
_enum: {
|
|
@@ -1722,13 +1674,13 @@ export default {
|
|
|
1722
1674
|
}
|
|
1723
1675
|
},
|
|
1724
1676
|
/**
|
|
1725
|
-
*
|
|
1677
|
+
* Lookup185: sp_consensus_babe::AllowedSlots
|
|
1726
1678
|
**/
|
|
1727
1679
|
SpConsensusBabeAllowedSlots: {
|
|
1728
1680
|
_enum: ["PrimarySlots", "PrimaryAndSecondaryPlainSlots", "PrimaryAndSecondaryVRFSlots"]
|
|
1729
1681
|
},
|
|
1730
1682
|
/**
|
|
1731
|
-
*
|
|
1683
|
+
* Lookup189: sp_consensus_babe::digests::PreDigest
|
|
1732
1684
|
**/
|
|
1733
1685
|
SpConsensusBabeDigestsPreDigest: {
|
|
1734
1686
|
_enum: {
|
|
@@ -1739,7 +1691,7 @@ export default {
|
|
|
1739
1691
|
}
|
|
1740
1692
|
},
|
|
1741
1693
|
/**
|
|
1742
|
-
*
|
|
1694
|
+
* Lookup190: sp_consensus_babe::digests::PrimaryPreDigest
|
|
1743
1695
|
**/
|
|
1744
1696
|
SpConsensusBabeDigestsPrimaryPreDigest: {
|
|
1745
1697
|
authorityIndex: "u32",
|
|
@@ -1747,21 +1699,21 @@ export default {
|
|
|
1747
1699
|
vrfSignature: "SpCoreSr25519VrfVrfSignature"
|
|
1748
1700
|
},
|
|
1749
1701
|
/**
|
|
1750
|
-
*
|
|
1702
|
+
* Lookup191: sp_core::sr25519::vrf::VrfSignature
|
|
1751
1703
|
**/
|
|
1752
1704
|
SpCoreSr25519VrfVrfSignature: {
|
|
1753
1705
|
preOutput: "[u8;32]",
|
|
1754
1706
|
proof: "[u8;64]"
|
|
1755
1707
|
},
|
|
1756
1708
|
/**
|
|
1757
|
-
*
|
|
1709
|
+
* Lookup193: sp_consensus_babe::digests::SecondaryPlainPreDigest
|
|
1758
1710
|
**/
|
|
1759
1711
|
SpConsensusBabeDigestsSecondaryPlainPreDigest: {
|
|
1760
1712
|
authorityIndex: "u32",
|
|
1761
1713
|
slot: "u64"
|
|
1762
1714
|
},
|
|
1763
1715
|
/**
|
|
1764
|
-
*
|
|
1716
|
+
* Lookup194: sp_consensus_babe::digests::SecondaryVRFPreDigest
|
|
1765
1717
|
**/
|
|
1766
1718
|
SpConsensusBabeDigestsSecondaryVRFPreDigest: {
|
|
1767
1719
|
authorityIndex: "u32",
|
|
@@ -1769,14 +1721,14 @@ export default {
|
|
|
1769
1721
|
vrfSignature: "SpCoreSr25519VrfVrfSignature"
|
|
1770
1722
|
},
|
|
1771
1723
|
/**
|
|
1772
|
-
*
|
|
1724
|
+
* Lookup196: sp_consensus_babe::BabeEpochConfiguration
|
|
1773
1725
|
**/
|
|
1774
1726
|
SpConsensusBabeBabeEpochConfiguration: {
|
|
1775
1727
|
c: "(u64,u64)",
|
|
1776
1728
|
allowedSlots: "SpConsensusBabeAllowedSlots"
|
|
1777
1729
|
},
|
|
1778
1730
|
/**
|
|
1779
|
-
*
|
|
1731
|
+
* Lookup200: pallet_babe::pallet::Call<T>
|
|
1780
1732
|
**/
|
|
1781
1733
|
PalletBabeCall: {
|
|
1782
1734
|
_enum: {
|
|
@@ -1794,7 +1746,7 @@ export default {
|
|
|
1794
1746
|
}
|
|
1795
1747
|
},
|
|
1796
1748
|
/**
|
|
1797
|
-
*
|
|
1749
|
+
* Lookup201: sp_consensus_slots::EquivocationProof<sp_runtime::generic::header::Header<Number, Hash>, sp_consensus_babe::app::Public>
|
|
1798
1750
|
**/
|
|
1799
1751
|
SpConsensusSlotsEquivocationProof: {
|
|
1800
1752
|
offender: "SpConsensusBabeAppPublic",
|
|
@@ -1803,7 +1755,7 @@ export default {
|
|
|
1803
1755
|
secondHeader: "SpRuntimeHeader"
|
|
1804
1756
|
},
|
|
1805
1757
|
/**
|
|
1806
|
-
*
|
|
1758
|
+
* Lookup202: sp_runtime::generic::header::Header<Number, Hash>
|
|
1807
1759
|
**/
|
|
1808
1760
|
SpRuntimeHeader: {
|
|
1809
1761
|
parentHash: "H256",
|
|
@@ -1813,7 +1765,7 @@ export default {
|
|
|
1813
1765
|
digest: "SpRuntimeDigest"
|
|
1814
1766
|
},
|
|
1815
1767
|
/**
|
|
1816
|
-
*
|
|
1768
|
+
* Lookup203: sp_session::MembershipProof
|
|
1817
1769
|
**/
|
|
1818
1770
|
SpSessionMembershipProof: {
|
|
1819
1771
|
session: "u32",
|
|
@@ -1821,7 +1773,7 @@ export default {
|
|
|
1821
1773
|
validatorCount: "u32"
|
|
1822
1774
|
},
|
|
1823
1775
|
/**
|
|
1824
|
-
*
|
|
1776
|
+
* Lookup204: pallet_babe::pallet::Error<T>
|
|
1825
1777
|
**/
|
|
1826
1778
|
PalletBabeError: {
|
|
1827
1779
|
_enum: [
|
|
@@ -1832,7 +1784,7 @@ export default {
|
|
|
1832
1784
|
]
|
|
1833
1785
|
},
|
|
1834
1786
|
/**
|
|
1835
|
-
*
|
|
1787
|
+
* Lookup205: pallet_timestamp::pallet::Call<T>
|
|
1836
1788
|
**/
|
|
1837
1789
|
PalletTimestampCall: {
|
|
1838
1790
|
_enum: {
|
|
@@ -1842,7 +1794,7 @@ export default {
|
|
|
1842
1794
|
}
|
|
1843
1795
|
},
|
|
1844
1796
|
/**
|
|
1845
|
-
*
|
|
1797
|
+
* Lookup207: pallet_balances::types::BalanceLock<Balance>
|
|
1846
1798
|
**/
|
|
1847
1799
|
PalletBalancesBalanceLock: {
|
|
1848
1800
|
id: "[u8;8]",
|
|
@@ -1850,27 +1802,27 @@ export default {
|
|
|
1850
1802
|
reasons: "PalletBalancesReasons"
|
|
1851
1803
|
},
|
|
1852
1804
|
/**
|
|
1853
|
-
*
|
|
1805
|
+
* Lookup208: pallet_balances::types::Reasons
|
|
1854
1806
|
**/
|
|
1855
1807
|
PalletBalancesReasons: {
|
|
1856
1808
|
_enum: ["Fee", "Misc", "All"]
|
|
1857
1809
|
},
|
|
1858
1810
|
/**
|
|
1859
|
-
*
|
|
1811
|
+
* Lookup211: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
|
|
1860
1812
|
**/
|
|
1861
1813
|
PalletBalancesReserveData: {
|
|
1862
1814
|
id: "[u8;8]",
|
|
1863
1815
|
amount: "u128"
|
|
1864
1816
|
},
|
|
1865
1817
|
/**
|
|
1866
|
-
*
|
|
1818
|
+
* Lookup214: frame_support::traits::tokens::misc::IdAmount<sh_solochain_evm_runtime::RuntimeHoldReason, Balance>
|
|
1867
1819
|
**/
|
|
1868
1820
|
FrameSupportTokensMiscIdAmountRuntimeHoldReason: {
|
|
1869
1821
|
id: "ShSolochainEvmRuntimeRuntimeHoldReason",
|
|
1870
1822
|
amount: "u128"
|
|
1871
1823
|
},
|
|
1872
1824
|
/**
|
|
1873
|
-
*
|
|
1825
|
+
* Lookup215: sh_solochain_evm_runtime::RuntimeHoldReason
|
|
1874
1826
|
**/
|
|
1875
1827
|
ShSolochainEvmRuntimeRuntimeHoldReason: {
|
|
1876
1828
|
_enum: {
|
|
@@ -1962,36 +1914,36 @@ export default {
|
|
|
1962
1914
|
}
|
|
1963
1915
|
},
|
|
1964
1916
|
/**
|
|
1965
|
-
*
|
|
1917
|
+
* Lookup216: pallet_storage_providers::pallet::HoldReason
|
|
1966
1918
|
**/
|
|
1967
1919
|
PalletStorageProvidersHoldReason: {
|
|
1968
1920
|
_enum: ["StorageProviderDeposit", "BucketDeposit"]
|
|
1969
1921
|
},
|
|
1970
1922
|
/**
|
|
1971
|
-
*
|
|
1923
|
+
* Lookup217: pallet_file_system::pallet::HoldReason
|
|
1972
1924
|
**/
|
|
1973
1925
|
PalletFileSystemHoldReason: {
|
|
1974
1926
|
_enum: ["StorageRequestCreationHold", "FileDeletionRequestHold"]
|
|
1975
1927
|
},
|
|
1976
1928
|
/**
|
|
1977
|
-
*
|
|
1929
|
+
* Lookup218: pallet_payment_streams::pallet::HoldReason
|
|
1978
1930
|
**/
|
|
1979
1931
|
PalletPaymentStreamsHoldReason: {
|
|
1980
1932
|
_enum: ["PaymentStreamDeposit"]
|
|
1981
1933
|
},
|
|
1982
1934
|
/**
|
|
1983
|
-
*
|
|
1935
|
+
* Lookup221: frame_support::traits::tokens::misc::IdAmount<sh_solochain_evm_runtime::RuntimeFreezeReason, Balance>
|
|
1984
1936
|
**/
|
|
1985
1937
|
FrameSupportTokensMiscIdAmountRuntimeFreezeReason: {
|
|
1986
1938
|
id: "ShSolochainEvmRuntimeRuntimeFreezeReason",
|
|
1987
1939
|
amount: "u128"
|
|
1988
1940
|
},
|
|
1989
1941
|
/**
|
|
1990
|
-
*
|
|
1942
|
+
* Lookup222: sh_solochain_evm_runtime::RuntimeFreezeReason
|
|
1991
1943
|
**/
|
|
1992
1944
|
ShSolochainEvmRuntimeRuntimeFreezeReason: "Null",
|
|
1993
1945
|
/**
|
|
1994
|
-
*
|
|
1946
|
+
* Lookup224: pallet_balances::pallet::Call<T, I>
|
|
1995
1947
|
**/
|
|
1996
1948
|
PalletBalancesCall: {
|
|
1997
1949
|
_enum: {
|
|
@@ -2036,13 +1988,13 @@ export default {
|
|
|
2036
1988
|
}
|
|
2037
1989
|
},
|
|
2038
1990
|
/**
|
|
2039
|
-
*
|
|
1991
|
+
* Lookup226: pallet_balances::types::AdjustmentDirection
|
|
2040
1992
|
**/
|
|
2041
1993
|
PalletBalancesAdjustmentDirection: {
|
|
2042
1994
|
_enum: ["Increase", "Decrease"]
|
|
2043
1995
|
},
|
|
2044
1996
|
/**
|
|
2045
|
-
*
|
|
1997
|
+
* Lookup227: pallet_balances::pallet::Error<T, I>
|
|
2046
1998
|
**/
|
|
2047
1999
|
PalletBalancesError: {
|
|
2048
2000
|
_enum: [
|
|
@@ -2061,25 +2013,25 @@ export default {
|
|
|
2061
2013
|
]
|
|
2062
2014
|
},
|
|
2063
2015
|
/**
|
|
2064
|
-
*
|
|
2016
|
+
* Lookup228: sp_staking::offence::OffenceDetails<fp_account::AccountId20, Offender>
|
|
2065
2017
|
**/
|
|
2066
2018
|
SpStakingOffenceOffenceDetails: {
|
|
2067
2019
|
offender: "(AccountId20,Null)",
|
|
2068
2020
|
reporters: "Vec<AccountId20>"
|
|
2069
2021
|
},
|
|
2070
2022
|
/**
|
|
2071
|
-
*
|
|
2023
|
+
* Lookup234: sh_solochain_evm_runtime::SessionKeys
|
|
2072
2024
|
**/
|
|
2073
2025
|
ShSolochainEvmRuntimeSessionKeys: {
|
|
2074
2026
|
babe: "SpConsensusBabeAppPublic",
|
|
2075
2027
|
grandpa: "SpConsensusGrandpaAppPublic"
|
|
2076
2028
|
},
|
|
2077
2029
|
/**
|
|
2078
|
-
*
|
|
2030
|
+
* Lookup236: sp_core::crypto::KeyTypeId
|
|
2079
2031
|
**/
|
|
2080
2032
|
SpCoreCryptoKeyTypeId: "[u8;4]",
|
|
2081
2033
|
/**
|
|
2082
|
-
*
|
|
2034
|
+
* Lookup237: pallet_session::pallet::Call<T>
|
|
2083
2035
|
**/
|
|
2084
2036
|
PalletSessionCall: {
|
|
2085
2037
|
_enum: {
|
|
@@ -2094,13 +2046,13 @@ export default {
|
|
|
2094
2046
|
}
|
|
2095
2047
|
},
|
|
2096
2048
|
/**
|
|
2097
|
-
*
|
|
2049
|
+
* Lookup238: pallet_session::pallet::Error<T>
|
|
2098
2050
|
**/
|
|
2099
2051
|
PalletSessionError: {
|
|
2100
2052
|
_enum: ["InvalidProof", "NoAssociatedValidatorId", "DuplicatedKey", "NoKeys", "NoAccount"]
|
|
2101
2053
|
},
|
|
2102
2054
|
/**
|
|
2103
|
-
*
|
|
2055
|
+
* Lookup239: pallet_grandpa::StoredState<N>
|
|
2104
2056
|
**/
|
|
2105
2057
|
PalletGrandpaStoredState: {
|
|
2106
2058
|
_enum: {
|
|
@@ -2117,7 +2069,7 @@ export default {
|
|
|
2117
2069
|
}
|
|
2118
2070
|
},
|
|
2119
2071
|
/**
|
|
2120
|
-
*
|
|
2072
|
+
* Lookup240: pallet_grandpa::StoredPendingChange<N, Limit>
|
|
2121
2073
|
**/
|
|
2122
2074
|
PalletGrandpaStoredPendingChange: {
|
|
2123
2075
|
scheduledAt: "u32",
|
|
@@ -2126,7 +2078,7 @@ export default {
|
|
|
2126
2078
|
forced: "Option<u32>"
|
|
2127
2079
|
},
|
|
2128
2080
|
/**
|
|
2129
|
-
*
|
|
2081
|
+
* Lookup242: pallet_grandpa::pallet::Call<T>
|
|
2130
2082
|
**/
|
|
2131
2083
|
PalletGrandpaCall: {
|
|
2132
2084
|
_enum: {
|
|
@@ -2145,14 +2097,14 @@ export default {
|
|
|
2145
2097
|
}
|
|
2146
2098
|
},
|
|
2147
2099
|
/**
|
|
2148
|
-
*
|
|
2100
|
+
* Lookup243: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
|
|
2149
2101
|
**/
|
|
2150
2102
|
SpConsensusGrandpaEquivocationProof: {
|
|
2151
2103
|
setId: "u64",
|
|
2152
2104
|
equivocation: "SpConsensusGrandpaEquivocation"
|
|
2153
2105
|
},
|
|
2154
2106
|
/**
|
|
2155
|
-
*
|
|
2107
|
+
* Lookup244: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
|
|
2156
2108
|
**/
|
|
2157
2109
|
SpConsensusGrandpaEquivocation: {
|
|
2158
2110
|
_enum: {
|
|
@@ -2161,7 +2113,7 @@ export default {
|
|
|
2161
2113
|
}
|
|
2162
2114
|
},
|
|
2163
2115
|
/**
|
|
2164
|
-
*
|
|
2116
|
+
* Lookup245: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
|
|
2165
2117
|
**/
|
|
2166
2118
|
FinalityGrandpaEquivocationPrevote: {
|
|
2167
2119
|
roundNumber: "u64",
|
|
@@ -2170,18 +2122,18 @@ export default {
|
|
|
2170
2122
|
second: "(FinalityGrandpaPrevote,SpConsensusGrandpaAppSignature)"
|
|
2171
2123
|
},
|
|
2172
2124
|
/**
|
|
2173
|
-
*
|
|
2125
|
+
* Lookup246: finality_grandpa::Prevote<primitive_types::H256, N>
|
|
2174
2126
|
**/
|
|
2175
2127
|
FinalityGrandpaPrevote: {
|
|
2176
2128
|
targetHash: "H256",
|
|
2177
2129
|
targetNumber: "u32"
|
|
2178
2130
|
},
|
|
2179
2131
|
/**
|
|
2180
|
-
*
|
|
2132
|
+
* Lookup247: sp_consensus_grandpa::app::Signature
|
|
2181
2133
|
**/
|
|
2182
2134
|
SpConsensusGrandpaAppSignature: "[u8;64]",
|
|
2183
2135
|
/**
|
|
2184
|
-
*
|
|
2136
|
+
* Lookup249: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
|
|
2185
2137
|
**/
|
|
2186
2138
|
FinalityGrandpaEquivocationPrecommit: {
|
|
2187
2139
|
roundNumber: "u64",
|
|
@@ -2190,14 +2142,14 @@ export default {
|
|
|
2190
2142
|
second: "(FinalityGrandpaPrecommit,SpConsensusGrandpaAppSignature)"
|
|
2191
2143
|
},
|
|
2192
2144
|
/**
|
|
2193
|
-
*
|
|
2145
|
+
* Lookup250: finality_grandpa::Precommit<primitive_types::H256, N>
|
|
2194
2146
|
**/
|
|
2195
2147
|
FinalityGrandpaPrecommit: {
|
|
2196
2148
|
targetHash: "H256",
|
|
2197
2149
|
targetNumber: "u32"
|
|
2198
2150
|
},
|
|
2199
2151
|
/**
|
|
2200
|
-
*
|
|
2152
|
+
* Lookup252: pallet_grandpa::pallet::Error<T>
|
|
2201
2153
|
**/
|
|
2202
2154
|
PalletGrandpaError: {
|
|
2203
2155
|
_enum: [
|
|
@@ -2211,13 +2163,13 @@ export default {
|
|
|
2211
2163
|
]
|
|
2212
2164
|
},
|
|
2213
2165
|
/**
|
|
2214
|
-
*
|
|
2166
|
+
* Lookup254: pallet_transaction_payment::Releases
|
|
2215
2167
|
**/
|
|
2216
2168
|
PalletTransactionPaymentReleases: {
|
|
2217
2169
|
_enum: ["V1Ancient", "V2"]
|
|
2218
2170
|
},
|
|
2219
2171
|
/**
|
|
2220
|
-
*
|
|
2172
|
+
* Lookup255: pallet_parameters::pallet::Call<T>
|
|
2221
2173
|
**/
|
|
2222
2174
|
PalletParametersCall: {
|
|
2223
2175
|
_enum: {
|
|
@@ -2227,7 +2179,7 @@ export default {
|
|
|
2227
2179
|
}
|
|
2228
2180
|
},
|
|
2229
2181
|
/**
|
|
2230
|
-
*
|
|
2182
|
+
* Lookup256: sh_solochain_evm_runtime::configs::runtime_params::RuntimeParameters
|
|
2231
2183
|
**/
|
|
2232
2184
|
ShSolochainEvmRuntimeConfigsRuntimeParamsRuntimeParameters: {
|
|
2233
2185
|
_enum: {
|
|
@@ -2235,7 +2187,7 @@ export default {
|
|
|
2235
2187
|
}
|
|
2236
2188
|
},
|
|
2237
2189
|
/**
|
|
2238
|
-
*
|
|
2190
|
+
* Lookup257: sh_solochain_evm_runtime::configs::runtime_params::dynamic_params::runtime_config::Parameters
|
|
2239
2191
|
**/
|
|
2240
2192
|
ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParameters: {
|
|
2241
2193
|
_enum: {
|
|
@@ -2302,7 +2254,7 @@ export default {
|
|
|
2302
2254
|
}
|
|
2303
2255
|
},
|
|
2304
2256
|
/**
|
|
2305
|
-
*
|
|
2257
|
+
* Lookup260: pallet_sudo::pallet::Call<T>
|
|
2306
2258
|
**/
|
|
2307
2259
|
PalletSudoCall: {
|
|
2308
2260
|
_enum: {
|
|
@@ -2327,7 +2279,7 @@ export default {
|
|
|
2327
2279
|
}
|
|
2328
2280
|
},
|
|
2329
2281
|
/**
|
|
2330
|
-
*
|
|
2282
|
+
* Lookup262: pallet_ethereum::pallet::Call<T>
|
|
2331
2283
|
**/
|
|
2332
2284
|
PalletEthereumCall: {
|
|
2333
2285
|
_enum: {
|
|
@@ -2337,7 +2289,7 @@ export default {
|
|
|
2337
2289
|
}
|
|
2338
2290
|
},
|
|
2339
2291
|
/**
|
|
2340
|
-
*
|
|
2292
|
+
* Lookup263: ethereum::transaction::TransactionV2
|
|
2341
2293
|
**/
|
|
2342
2294
|
EthereumTransactionTransactionV2: {
|
|
2343
2295
|
_enum: {
|
|
@@ -2347,7 +2299,7 @@ export default {
|
|
|
2347
2299
|
}
|
|
2348
2300
|
},
|
|
2349
2301
|
/**
|
|
2350
|
-
*
|
|
2302
|
+
* Lookup264: ethereum::transaction::legacy::LegacyTransaction
|
|
2351
2303
|
**/
|
|
2352
2304
|
EthereumTransactionLegacyLegacyTransaction: {
|
|
2353
2305
|
nonce: "U256",
|
|
@@ -2359,7 +2311,7 @@ export default {
|
|
|
2359
2311
|
signature: "EthereumTransactionLegacyTransactionSignature"
|
|
2360
2312
|
},
|
|
2361
2313
|
/**
|
|
2362
|
-
*
|
|
2314
|
+
* Lookup267: ethereum::transaction::legacy::TransactionAction
|
|
2363
2315
|
**/
|
|
2364
2316
|
EthereumTransactionLegacyTransactionAction: {
|
|
2365
2317
|
_enum: {
|
|
@@ -2368,7 +2320,7 @@ export default {
|
|
|
2368
2320
|
}
|
|
2369
2321
|
},
|
|
2370
2322
|
/**
|
|
2371
|
-
*
|
|
2323
|
+
* Lookup268: ethereum::transaction::legacy::TransactionSignature
|
|
2372
2324
|
**/
|
|
2373
2325
|
EthereumTransactionLegacyTransactionSignature: {
|
|
2374
2326
|
v: "u64",
|
|
@@ -2376,7 +2328,7 @@ export default {
|
|
|
2376
2328
|
s: "H256"
|
|
2377
2329
|
},
|
|
2378
2330
|
/**
|
|
2379
|
-
*
|
|
2331
|
+
* Lookup270: ethereum::transaction::eip2930::EIP2930Transaction
|
|
2380
2332
|
**/
|
|
2381
2333
|
EthereumTransactionEip2930Eip2930Transaction: {
|
|
2382
2334
|
chainId: "u64",
|
|
@@ -2392,14 +2344,14 @@ export default {
|
|
|
2392
2344
|
s: "H256"
|
|
2393
2345
|
},
|
|
2394
2346
|
/**
|
|
2395
|
-
*
|
|
2347
|
+
* Lookup272: ethereum::transaction::eip2930::AccessListItem
|
|
2396
2348
|
**/
|
|
2397
2349
|
EthereumTransactionEip2930AccessListItem: {
|
|
2398
2350
|
address: "H160",
|
|
2399
2351
|
storageKeys: "Vec<H256>"
|
|
2400
2352
|
},
|
|
2401
2353
|
/**
|
|
2402
|
-
*
|
|
2354
|
+
* Lookup273: ethereum::transaction::eip1559::EIP1559Transaction
|
|
2403
2355
|
**/
|
|
2404
2356
|
EthereumTransactionEip1559Eip1559Transaction: {
|
|
2405
2357
|
chainId: "u64",
|
|
@@ -2416,7 +2368,7 @@ export default {
|
|
|
2416
2368
|
s: "H256"
|
|
2417
2369
|
},
|
|
2418
2370
|
/**
|
|
2419
|
-
*
|
|
2371
|
+
* Lookup274: pallet_evm::pallet::Call<T>
|
|
2420
2372
|
**/
|
|
2421
2373
|
PalletEvmCall: {
|
|
2422
2374
|
_enum: {
|
|
@@ -2459,7 +2411,7 @@ export default {
|
|
|
2459
2411
|
}
|
|
2460
2412
|
},
|
|
2461
2413
|
/**
|
|
2462
|
-
*
|
|
2414
|
+
* Lookup278: pallet_storage_providers::pallet::Call<T>
|
|
2463
2415
|
**/
|
|
2464
2416
|
PalletStorageProvidersCall: {
|
|
2465
2417
|
_enum: {
|
|
@@ -2530,7 +2482,7 @@ export default {
|
|
|
2530
2482
|
}
|
|
2531
2483
|
},
|
|
2532
2484
|
/**
|
|
2533
|
-
*
|
|
2485
|
+
* Lookup279: pallet_file_system::pallet::Call<T>
|
|
2534
2486
|
**/
|
|
2535
2487
|
PalletFileSystemCall: {
|
|
2536
2488
|
_enum: {
|
|
@@ -2643,13 +2595,13 @@ export default {
|
|
|
2643
2595
|
}
|
|
2644
2596
|
},
|
|
2645
2597
|
/**
|
|
2646
|
-
*
|
|
2598
|
+
* Lookup280: pallet_file_system::types::BucketMoveRequestResponse
|
|
2647
2599
|
**/
|
|
2648
2600
|
PalletFileSystemBucketMoveRequestResponse: {
|
|
2649
2601
|
_enum: ["Accepted", "Rejected"]
|
|
2650
2602
|
},
|
|
2651
2603
|
/**
|
|
2652
|
-
*
|
|
2604
|
+
* Lookup281: pallet_file_system::types::ReplicationTarget<T>
|
|
2653
2605
|
**/
|
|
2654
2606
|
PalletFileSystemReplicationTarget: {
|
|
2655
2607
|
_enum: {
|
|
@@ -2662,7 +2614,7 @@ export default {
|
|
|
2662
2614
|
}
|
|
2663
2615
|
},
|
|
2664
2616
|
/**
|
|
2665
|
-
*
|
|
2617
|
+
* Lookup283: pallet_file_system::types::StorageRequestMspBucketResponse<T>
|
|
2666
2618
|
**/
|
|
2667
2619
|
PalletFileSystemStorageRequestMspBucketResponse: {
|
|
2668
2620
|
bucketId: "H256",
|
|
@@ -2670,28 +2622,28 @@ export default {
|
|
|
2670
2622
|
reject: "Vec<PalletFileSystemRejectedStorageRequest>"
|
|
2671
2623
|
},
|
|
2672
2624
|
/**
|
|
2673
|
-
*
|
|
2625
|
+
* Lookup285: pallet_file_system::types::StorageRequestMspAcceptedFileKeys<T>
|
|
2674
2626
|
**/
|
|
2675
2627
|
PalletFileSystemStorageRequestMspAcceptedFileKeys: {
|
|
2676
2628
|
fileKeysAndProofs: "Vec<PalletFileSystemFileKeyWithProof>",
|
|
2677
2629
|
forestProof: "SpTrieStorageProofCompactProof"
|
|
2678
2630
|
},
|
|
2679
2631
|
/**
|
|
2680
|
-
*
|
|
2632
|
+
* Lookup287: pallet_file_system::types::FileKeyWithProof<T>
|
|
2681
2633
|
**/
|
|
2682
2634
|
PalletFileSystemFileKeyWithProof: {
|
|
2683
2635
|
fileKey: "H256",
|
|
2684
2636
|
proof: "ShpFileKeyVerifierFileKeyProof"
|
|
2685
2637
|
},
|
|
2686
2638
|
/**
|
|
2687
|
-
*
|
|
2639
|
+
* Lookup289: pallet_file_system::types::RejectedStorageRequest<T>
|
|
2688
2640
|
**/
|
|
2689
2641
|
PalletFileSystemRejectedStorageRequest: {
|
|
2690
2642
|
fileKey: "H256",
|
|
2691
2643
|
reason: "PalletFileSystemRejectedStorageRequestReason"
|
|
2692
2644
|
},
|
|
2693
2645
|
/**
|
|
2694
|
-
*
|
|
2646
|
+
* Lookup292: pallet_file_system::types::FileDeletionRequest<T>
|
|
2695
2647
|
**/
|
|
2696
2648
|
PalletFileSystemFileDeletionRequest: {
|
|
2697
2649
|
_alias: {
|
|
@@ -2706,7 +2658,7 @@ export default {
|
|
|
2706
2658
|
fingerprint: "H256"
|
|
2707
2659
|
},
|
|
2708
2660
|
/**
|
|
2709
|
-
*
|
|
2661
|
+
* Lookup294: pallet_proofs_dealer::pallet::Call<T>
|
|
2710
2662
|
**/
|
|
2711
2663
|
PalletProofsDealerCall: {
|
|
2712
2664
|
_enum: {
|
|
@@ -2730,13 +2682,13 @@ export default {
|
|
|
2730
2682
|
}
|
|
2731
2683
|
},
|
|
2732
2684
|
/**
|
|
2733
|
-
*
|
|
2685
|
+
* Lookup295: pallet_randomness::pallet::Call<T>
|
|
2734
2686
|
**/
|
|
2735
2687
|
PalletRandomnessCall: {
|
|
2736
2688
|
_enum: ["set_babe_randomness"]
|
|
2737
2689
|
},
|
|
2738
2690
|
/**
|
|
2739
|
-
*
|
|
2691
|
+
* Lookup296: pallet_payment_streams::pallet::Call<T>
|
|
2740
2692
|
**/
|
|
2741
2693
|
PalletPaymentStreamsCall: {
|
|
2742
2694
|
_enum: {
|
|
@@ -2781,7 +2733,7 @@ export default {
|
|
|
2781
2733
|
}
|
|
2782
2734
|
},
|
|
2783
2735
|
/**
|
|
2784
|
-
*
|
|
2736
|
+
* Lookup297: pallet_bucket_nfts::pallet::Call<T>
|
|
2785
2737
|
**/
|
|
2786
2738
|
PalletBucketNftsCall: {
|
|
2787
2739
|
_enum: {
|
|
@@ -2799,7 +2751,7 @@ export default {
|
|
|
2799
2751
|
}
|
|
2800
2752
|
},
|
|
2801
2753
|
/**
|
|
2802
|
-
*
|
|
2754
|
+
* Lookup299: pallet_nfts::pallet::Call<T, I>
|
|
2803
2755
|
**/
|
|
2804
2756
|
PalletNftsCall: {
|
|
2805
2757
|
_enum: {
|
|
@@ -2996,7 +2948,7 @@ export default {
|
|
|
2996
2948
|
}
|
|
2997
2949
|
},
|
|
2998
2950
|
/**
|
|
2999
|
-
*
|
|
2951
|
+
* Lookup300: pallet_nfts::types::CollectionConfig<Price, BlockNumber, CollectionId>
|
|
3000
2952
|
**/
|
|
3001
2953
|
PalletNftsCollectionConfig: {
|
|
3002
2954
|
settings: "u64",
|
|
@@ -3004,7 +2956,7 @@ export default {
|
|
|
3004
2956
|
mintSettings: "PalletNftsMintSettings"
|
|
3005
2957
|
},
|
|
3006
2958
|
/**
|
|
3007
|
-
*
|
|
2959
|
+
* Lookup302: pallet_nfts::types::CollectionSetting
|
|
3008
2960
|
**/
|
|
3009
2961
|
PalletNftsCollectionSetting: {
|
|
3010
2962
|
_enum: [
|
|
@@ -3028,7 +2980,7 @@ export default {
|
|
|
3028
2980
|
]
|
|
3029
2981
|
},
|
|
3030
2982
|
/**
|
|
3031
|
-
*
|
|
2983
|
+
* Lookup303: pallet_nfts::types::MintSettings<Price, BlockNumber, CollectionId>
|
|
3032
2984
|
**/
|
|
3033
2985
|
PalletNftsMintSettings: {
|
|
3034
2986
|
mintType: "PalletNftsMintType",
|
|
@@ -3038,7 +2990,7 @@ export default {
|
|
|
3038
2990
|
defaultItemSettings: "u64"
|
|
3039
2991
|
},
|
|
3040
2992
|
/**
|
|
3041
|
-
*
|
|
2993
|
+
* Lookup304: pallet_nfts::types::MintType<CollectionId>
|
|
3042
2994
|
**/
|
|
3043
2995
|
PalletNftsMintType: {
|
|
3044
2996
|
_enum: {
|
|
@@ -3048,13 +3000,13 @@ export default {
|
|
|
3048
3000
|
}
|
|
3049
3001
|
},
|
|
3050
3002
|
/**
|
|
3051
|
-
*
|
|
3003
|
+
* Lookup306: pallet_nfts::types::ItemSetting
|
|
3052
3004
|
**/
|
|
3053
3005
|
PalletNftsItemSetting: {
|
|
3054
3006
|
_enum: ["__Unused0", "Transferable", "UnlockedMetadata", "__Unused3", "UnlockedAttributes"]
|
|
3055
3007
|
},
|
|
3056
3008
|
/**
|
|
3057
|
-
*
|
|
3009
|
+
* Lookup307: pallet_nfts::types::DestroyWitness
|
|
3058
3010
|
**/
|
|
3059
3011
|
PalletNftsDestroyWitness: {
|
|
3060
3012
|
itemMetadatas: "Compact<u32>",
|
|
@@ -3062,26 +3014,26 @@ export default {
|
|
|
3062
3014
|
attributes: "Compact<u32>"
|
|
3063
3015
|
},
|
|
3064
3016
|
/**
|
|
3065
|
-
*
|
|
3017
|
+
* Lookup309: pallet_nfts::types::MintWitness<ItemId, Balance>
|
|
3066
3018
|
**/
|
|
3067
3019
|
PalletNftsMintWitness: {
|
|
3068
3020
|
ownedItem: "Option<u32>",
|
|
3069
3021
|
mintPrice: "Option<u128>"
|
|
3070
3022
|
},
|
|
3071
3023
|
/**
|
|
3072
|
-
*
|
|
3024
|
+
* Lookup310: pallet_nfts::types::ItemConfig
|
|
3073
3025
|
**/
|
|
3074
3026
|
PalletNftsItemConfig: {
|
|
3075
3027
|
settings: "u64"
|
|
3076
3028
|
},
|
|
3077
3029
|
/**
|
|
3078
|
-
*
|
|
3030
|
+
* Lookup311: pallet_nfts::types::CancelAttributesApprovalWitness
|
|
3079
3031
|
**/
|
|
3080
3032
|
PalletNftsCancelAttributesApprovalWitness: {
|
|
3081
3033
|
accountAttributes: "u32"
|
|
3082
3034
|
},
|
|
3083
3035
|
/**
|
|
3084
|
-
*
|
|
3036
|
+
* Lookup313: pallet_nfts::types::ItemTip<CollectionId, ItemId, fp_account::AccountId20, Amount>
|
|
3085
3037
|
**/
|
|
3086
3038
|
PalletNftsItemTip: {
|
|
3087
3039
|
collection: "u32",
|
|
@@ -3090,7 +3042,7 @@ export default {
|
|
|
3090
3042
|
amount: "u128"
|
|
3091
3043
|
},
|
|
3092
3044
|
/**
|
|
3093
|
-
*
|
|
3045
|
+
* Lookup315: pallet_nfts::types::PreSignedMint<CollectionId, ItemId, fp_account::AccountId20, Deadline, Balance>
|
|
3094
3046
|
**/
|
|
3095
3047
|
PalletNftsPreSignedMint: {
|
|
3096
3048
|
collection: "u32",
|
|
@@ -3102,7 +3054,7 @@ export default {
|
|
|
3102
3054
|
mintPrice: "Option<u128>"
|
|
3103
3055
|
},
|
|
3104
3056
|
/**
|
|
3105
|
-
*
|
|
3057
|
+
* Lookup316: pallet_nfts::types::PreSignedAttributes<CollectionId, ItemId, fp_account::AccountId20, Deadline>
|
|
3106
3058
|
**/
|
|
3107
3059
|
PalletNftsPreSignedAttributes: {
|
|
3108
3060
|
collection: "u32",
|
|
@@ -3112,13 +3064,13 @@ export default {
|
|
|
3112
3064
|
deadline: "u32"
|
|
3113
3065
|
},
|
|
3114
3066
|
/**
|
|
3115
|
-
*
|
|
3067
|
+
* Lookup317: pallet_sudo::pallet::Error<T>
|
|
3116
3068
|
**/
|
|
3117
3069
|
PalletSudoError: {
|
|
3118
3070
|
_enum: ["RequireSudo"]
|
|
3119
3071
|
},
|
|
3120
3072
|
/**
|
|
3121
|
-
*
|
|
3073
|
+
* Lookup319: fp_rpc::TransactionStatus
|
|
3122
3074
|
**/
|
|
3123
3075
|
FpRpcTransactionStatus: {
|
|
3124
3076
|
transactionHash: "H256",
|
|
@@ -3130,11 +3082,11 @@ export default {
|
|
|
3130
3082
|
logsBloom: "EthbloomBloom"
|
|
3131
3083
|
},
|
|
3132
3084
|
/**
|
|
3133
|
-
*
|
|
3085
|
+
* Lookup322: ethbloom::Bloom
|
|
3134
3086
|
**/
|
|
3135
3087
|
EthbloomBloom: "[u8;256]",
|
|
3136
3088
|
/**
|
|
3137
|
-
*
|
|
3089
|
+
* Lookup324: ethereum::receipt::ReceiptV3
|
|
3138
3090
|
**/
|
|
3139
3091
|
EthereumReceiptReceiptV3: {
|
|
3140
3092
|
_enum: {
|
|
@@ -3144,7 +3096,7 @@ export default {
|
|
|
3144
3096
|
}
|
|
3145
3097
|
},
|
|
3146
3098
|
/**
|
|
3147
|
-
*
|
|
3099
|
+
* Lookup325: ethereum::receipt::EIP658ReceiptData
|
|
3148
3100
|
**/
|
|
3149
3101
|
EthereumReceiptEip658ReceiptData: {
|
|
3150
3102
|
statusCode: "u8",
|
|
@@ -3153,7 +3105,7 @@ export default {
|
|
|
3153
3105
|
logs: "Vec<EthereumLog>"
|
|
3154
3106
|
},
|
|
3155
3107
|
/**
|
|
3156
|
-
*
|
|
3108
|
+
* Lookup326: ethereum::block::Block<ethereum::transaction::TransactionV2>
|
|
3157
3109
|
**/
|
|
3158
3110
|
EthereumBlock: {
|
|
3159
3111
|
header: "EthereumHeader",
|
|
@@ -3161,7 +3113,7 @@ export default {
|
|
|
3161
3113
|
ommers: "Vec<EthereumHeader>"
|
|
3162
3114
|
},
|
|
3163
3115
|
/**
|
|
3164
|
-
*
|
|
3116
|
+
* Lookup327: ethereum::header::Header
|
|
3165
3117
|
**/
|
|
3166
3118
|
EthereumHeader: {
|
|
3167
3119
|
parentHash: "H256",
|
|
@@ -3181,17 +3133,17 @@ export default {
|
|
|
3181
3133
|
nonce: "EthereumTypesHashH64"
|
|
3182
3134
|
},
|
|
3183
3135
|
/**
|
|
3184
|
-
*
|
|
3136
|
+
* Lookup328: ethereum_types::hash::H64
|
|
3185
3137
|
**/
|
|
3186
3138
|
EthereumTypesHashH64: "[u8;8]",
|
|
3187
3139
|
/**
|
|
3188
|
-
*
|
|
3140
|
+
* Lookup333: pallet_ethereum::pallet::Error<T>
|
|
3189
3141
|
**/
|
|
3190
3142
|
PalletEthereumError: {
|
|
3191
3143
|
_enum: ["InvalidSignature", "PreLogExists"]
|
|
3192
3144
|
},
|
|
3193
3145
|
/**
|
|
3194
|
-
*
|
|
3146
|
+
* Lookup334: pallet_evm::CodeMetadata
|
|
3195
3147
|
**/
|
|
3196
3148
|
PalletEvmCodeMetadata: {
|
|
3197
3149
|
_alias: {
|
|
@@ -3202,7 +3154,7 @@ export default {
|
|
|
3202
3154
|
hash_: "H256"
|
|
3203
3155
|
},
|
|
3204
3156
|
/**
|
|
3205
|
-
*
|
|
3157
|
+
* Lookup336: pallet_evm::pallet::Error<T>
|
|
3206
3158
|
**/
|
|
3207
3159
|
PalletEvmError: {
|
|
3208
3160
|
_enum: [
|
|
@@ -3222,14 +3174,14 @@ export default {
|
|
|
3222
3174
|
]
|
|
3223
3175
|
},
|
|
3224
3176
|
/**
|
|
3225
|
-
*
|
|
3177
|
+
* Lookup337: pallet_storage_providers::types::SignUpRequest<T>
|
|
3226
3178
|
**/
|
|
3227
3179
|
PalletStorageProvidersSignUpRequest: {
|
|
3228
3180
|
spSignUpRequest: "PalletStorageProvidersSignUpRequestSpParams",
|
|
3229
3181
|
at: "u32"
|
|
3230
3182
|
},
|
|
3231
3183
|
/**
|
|
3232
|
-
*
|
|
3184
|
+
* Lookup338: pallet_storage_providers::types::SignUpRequestSpParams<T>
|
|
3233
3185
|
**/
|
|
3234
3186
|
PalletStorageProvidersSignUpRequestSpParams: {
|
|
3235
3187
|
_enum: {
|
|
@@ -3238,7 +3190,7 @@ export default {
|
|
|
3238
3190
|
}
|
|
3239
3191
|
},
|
|
3240
3192
|
/**
|
|
3241
|
-
*
|
|
3193
|
+
* Lookup339: pallet_storage_providers::types::BackupStorageProvider<T>
|
|
3242
3194
|
**/
|
|
3243
3195
|
PalletStorageProvidersBackupStorageProvider: {
|
|
3244
3196
|
capacity: "u64",
|
|
@@ -3252,14 +3204,14 @@ export default {
|
|
|
3252
3204
|
signUpBlock: "u32"
|
|
3253
3205
|
},
|
|
3254
3206
|
/**
|
|
3255
|
-
*
|
|
3207
|
+
* Lookup340: pallet_storage_providers::types::MainStorageProviderSignUpRequest<T>
|
|
3256
3208
|
**/
|
|
3257
3209
|
PalletStorageProvidersMainStorageProviderSignUpRequest: {
|
|
3258
3210
|
mspInfo: "PalletStorageProvidersMainStorageProvider",
|
|
3259
3211
|
valueProp: "PalletStorageProvidersValueProposition"
|
|
3260
3212
|
},
|
|
3261
3213
|
/**
|
|
3262
|
-
*
|
|
3214
|
+
* Lookup341: pallet_storage_providers::types::MainStorageProvider<T>
|
|
3263
3215
|
**/
|
|
3264
3216
|
PalletStorageProvidersMainStorageProvider: {
|
|
3265
3217
|
capacity: "u64",
|
|
@@ -3273,7 +3225,7 @@ export default {
|
|
|
3273
3225
|
signUpBlock: "u32"
|
|
3274
3226
|
},
|
|
3275
3227
|
/**
|
|
3276
|
-
*
|
|
3228
|
+
* Lookup342: pallet_storage_providers::types::Bucket<T>
|
|
3277
3229
|
**/
|
|
3278
3230
|
PalletStorageProvidersBucket: {
|
|
3279
3231
|
_alias: {
|
|
@@ -3288,7 +3240,7 @@ export default {
|
|
|
3288
3240
|
valuePropId: "H256"
|
|
3289
3241
|
},
|
|
3290
3242
|
/**
|
|
3291
|
-
*
|
|
3243
|
+
* Lookup346: pallet_storage_providers::pallet::Error<T>
|
|
3292
3244
|
**/
|
|
3293
3245
|
PalletStorageProvidersError: {
|
|
3294
3246
|
_enum: [
|
|
@@ -3347,7 +3299,7 @@ export default {
|
|
|
3347
3299
|
]
|
|
3348
3300
|
},
|
|
3349
3301
|
/**
|
|
3350
|
-
*
|
|
3302
|
+
* Lookup347: pallet_file_system::types::StorageRequestMetadata<T>
|
|
3351
3303
|
**/
|
|
3352
3304
|
PalletFileSystemStorageRequestMetadata: {
|
|
3353
3305
|
_alias: {
|
|
@@ -3360,7 +3312,7 @@ export default {
|
|
|
3360
3312
|
location: "Bytes",
|
|
3361
3313
|
fingerprint: "H256",
|
|
3362
3314
|
size_: "u64",
|
|
3363
|
-
|
|
3315
|
+
mspStatus: "PalletFileSystemMspStorageRequestStatus",
|
|
3364
3316
|
userPeerIds: "Vec<Bytes>",
|
|
3365
3317
|
bspsRequired: "u32",
|
|
3366
3318
|
bspsConfirmed: "u32",
|
|
@@ -3368,13 +3320,24 @@ export default {
|
|
|
3368
3320
|
depositPaid: "u128"
|
|
3369
3321
|
},
|
|
3370
3322
|
/**
|
|
3371
|
-
*
|
|
3323
|
+
* Lookup348: pallet_file_system::types::MspStorageRequestStatus<T>
|
|
3324
|
+
**/
|
|
3325
|
+
PalletFileSystemMspStorageRequestStatus: {
|
|
3326
|
+
_enum: {
|
|
3327
|
+
None: "Null",
|
|
3328
|
+
Pending: "H256",
|
|
3329
|
+
AcceptedNewFile: "H256",
|
|
3330
|
+
AcceptedExistingFile: "H256"
|
|
3331
|
+
}
|
|
3332
|
+
},
|
|
3333
|
+
/**
|
|
3334
|
+
* Lookup349: pallet_file_system::types::StorageRequestBspsMetadata<T>
|
|
3372
3335
|
**/
|
|
3373
3336
|
PalletFileSystemStorageRequestBspsMetadata: {
|
|
3374
3337
|
confirmed: "bool"
|
|
3375
3338
|
},
|
|
3376
3339
|
/**
|
|
3377
|
-
*
|
|
3340
|
+
* Lookup351: pallet_file_system::types::PendingFileDeletionRequest<T>
|
|
3378
3341
|
**/
|
|
3379
3342
|
PalletFileSystemPendingFileDeletionRequest: {
|
|
3380
3343
|
user: "AccountId20",
|
|
@@ -3385,7 +3348,7 @@ export default {
|
|
|
3385
3348
|
queuePriorityChallenge: "bool"
|
|
3386
3349
|
},
|
|
3387
3350
|
/**
|
|
3388
|
-
*
|
|
3351
|
+
* Lookup353: pallet_file_system::types::PendingStopStoringRequest<T>
|
|
3389
3352
|
**/
|
|
3390
3353
|
PalletFileSystemPendingStopStoringRequest: {
|
|
3391
3354
|
tickWhenRequested: "u32",
|
|
@@ -3393,7 +3356,7 @@ export default {
|
|
|
3393
3356
|
fileSize: "u64"
|
|
3394
3357
|
},
|
|
3395
3358
|
/**
|
|
3396
|
-
*
|
|
3359
|
+
* Lookup354: pallet_file_system::types::MoveBucketRequestMetadata<T>
|
|
3397
3360
|
**/
|
|
3398
3361
|
PalletFileSystemMoveBucketRequestMetadata: {
|
|
3399
3362
|
requester: "AccountId20",
|
|
@@ -3401,7 +3364,7 @@ export default {
|
|
|
3401
3364
|
newValuePropId: "H256"
|
|
3402
3365
|
},
|
|
3403
3366
|
/**
|
|
3404
|
-
*
|
|
3367
|
+
* Lookup355: pallet_file_system::types::IncompleteStorageRequestMetadata<T>
|
|
3405
3368
|
**/
|
|
3406
3369
|
PalletFileSystemIncompleteStorageRequestMetadata: {
|
|
3407
3370
|
owner: "AccountId20",
|
|
@@ -3413,117 +3376,90 @@ export default {
|
|
|
3413
3376
|
pendingBucketRemoval: "bool"
|
|
3414
3377
|
},
|
|
3415
3378
|
/**
|
|
3416
|
-
*
|
|
3379
|
+
* Lookup357: pallet_file_system::pallet::Error<T>
|
|
3417
3380
|
**/
|
|
3418
3381
|
PalletFileSystemError: {
|
|
3419
3382
|
_enum: [
|
|
3383
|
+
"NotABsp",
|
|
3384
|
+
"NotAMsp",
|
|
3385
|
+
"NotASp",
|
|
3420
3386
|
"StorageRequestAlreadyRegistered",
|
|
3421
3387
|
"StorageRequestNotFound",
|
|
3422
|
-
"StorageRequestNotRevoked",
|
|
3423
3388
|
"StorageRequestExists",
|
|
3389
|
+
"StorageRequestNotAuthorized",
|
|
3390
|
+
"StorageRequestBspsRequiredFulfilled",
|
|
3391
|
+
"TooManyStorageRequestResponses",
|
|
3392
|
+
"IncompleteStorageRequestNotFound",
|
|
3424
3393
|
"ReplicationTargetCannotBeZero",
|
|
3425
3394
|
"ReplicationTargetExceedsMaximum",
|
|
3426
|
-
"MaxReplicationTargetSmallerThanDefault",
|
|
3427
|
-
"NotABsp",
|
|
3428
|
-
"NotAMsp",
|
|
3429
|
-
"NotASp",
|
|
3430
3395
|
"BspNotVolunteered",
|
|
3431
3396
|
"BspNotConfirmed",
|
|
3432
3397
|
"BspAlreadyConfirmed",
|
|
3433
|
-
"StorageRequestBspsRequiredFulfilled",
|
|
3434
3398
|
"BspAlreadyVolunteered",
|
|
3435
|
-
"InsufficientAvailableCapacity",
|
|
3436
|
-
"UnexpectedNumberOfRemovedVolunteeredBsps",
|
|
3437
3399
|
"BspNotEligibleToVolunteer",
|
|
3438
|
-
"
|
|
3439
|
-
"
|
|
3440
|
-
"
|
|
3441
|
-
"
|
|
3442
|
-
"
|
|
3443
|
-
"
|
|
3444
|
-
"
|
|
3445
|
-
"ThresholdArithmeticError",
|
|
3446
|
-
"FailedTypeConversion",
|
|
3447
|
-
"DividedByZero",
|
|
3448
|
-
"ImpossibleFailedToGetValue",
|
|
3449
|
-
"BucketIsNotPrivate",
|
|
3400
|
+
"InsufficientAvailableCapacity",
|
|
3401
|
+
"NoFileKeysToConfirm",
|
|
3402
|
+
"MspNotStoringBucket",
|
|
3403
|
+
"NotSelectedMsp",
|
|
3404
|
+
"MspAlreadyConfirmed",
|
|
3405
|
+
"RequestWithoutMsp",
|
|
3406
|
+
"MspAlreadyStoringBucket",
|
|
3450
3407
|
"BucketNotFound",
|
|
3451
3408
|
"BucketNotEmpty",
|
|
3452
3409
|
"NotBucketOwner",
|
|
3410
|
+
"BucketIsBeingMoved",
|
|
3411
|
+
"InvalidBucketIdFileKeyPair",
|
|
3453
3412
|
"ValuePropositionNotAvailable",
|
|
3454
3413
|
"CollectionNotFound",
|
|
3455
|
-
"
|
|
3456
|
-
"ExpectedNonInclusionProof",
|
|
3457
|
-
"ExpectedInclusionProof",
|
|
3414
|
+
"MoveBucketRequestNotFound",
|
|
3458
3415
|
"InvalidFileKeyMetadata",
|
|
3459
|
-
"
|
|
3460
|
-
"
|
|
3461
|
-
"
|
|
3416
|
+
"FileSizeCannotBeZero",
|
|
3417
|
+
"ProviderNotStoringFile",
|
|
3418
|
+
"FileHasActiveStorageRequest",
|
|
3419
|
+
"FileHasIncompleteStorageRequest",
|
|
3462
3420
|
"BatchFileDeletionMustContainSingleBucket",
|
|
3463
3421
|
"DuplicateFileKeyInBatchFileDeletion",
|
|
3464
3422
|
"NoFileKeysToDelete",
|
|
3465
3423
|
"FailedToPushFileKeyToBucketDeletionVector",
|
|
3466
3424
|
"FailedToPushUserToBspDeletionVector",
|
|
3467
3425
|
"FailedToPushFileKeyToBspDeletionVector",
|
|
3468
|
-
"MaxUserPendingDeletionRequestsReached",
|
|
3469
|
-
"MspNotStoringBucket",
|
|
3470
|
-
"FileKeyNotPendingDeletion",
|
|
3471
|
-
"FileSizeCannotBeZero",
|
|
3472
|
-
"NoGlobalReputationWeightSet",
|
|
3473
|
-
"NoBspReputationWeightSet",
|
|
3474
|
-
"MaximumThresholdCannotBeZero",
|
|
3475
|
-
"TickRangeToMaximumThresholdCannotBeZero",
|
|
3476
3426
|
"PendingStopStoringRequestNotFound",
|
|
3477
3427
|
"MinWaitForStopStoringNotReached",
|
|
3478
3428
|
"PendingStopStoringRequestAlreadyExists",
|
|
3479
|
-
"
|
|
3480
|
-
"
|
|
3481
|
-
"NotSelectedMsp",
|
|
3482
|
-
"MspAlreadyConfirmed",
|
|
3483
|
-
"RequestWithoutMsp",
|
|
3484
|
-
"MspAlreadyStoringBucket",
|
|
3485
|
-
"MoveBucketRequestNotFound",
|
|
3486
|
-
"BucketIsBeingMoved",
|
|
3487
|
-
"BspAlreadyDataServer",
|
|
3488
|
-
"BspDataServersExceeded",
|
|
3489
|
-
"FileMetadataProcessingQueueFull",
|
|
3490
|
-
"TooManyBatchResponses",
|
|
3491
|
-
"TooManyStorageRequestResponses",
|
|
3492
|
-
"InvalidBucketIdFileKeyPair",
|
|
3493
|
-
"InconsistentStateKeyAlreadyExists",
|
|
3429
|
+
"ExpectedNonInclusionProof",
|
|
3430
|
+
"ExpectedInclusionProof",
|
|
3494
3431
|
"FixedRatePaymentStreamNotFound",
|
|
3495
3432
|
"DynamicRatePaymentStreamNotFound",
|
|
3433
|
+
"OperationNotAllowedWithInsolventUser",
|
|
3434
|
+
"UserNotInsolvent",
|
|
3435
|
+
"OperationNotAllowedForInsolventProvider",
|
|
3436
|
+
"InvalidSignature",
|
|
3437
|
+
"InvalidProviderID",
|
|
3438
|
+
"InvalidSignedOperation",
|
|
3439
|
+
"NoGlobalReputationWeightSet",
|
|
3440
|
+
"NoBspReputationWeightSet",
|
|
3496
3441
|
"CannotHoldDeposit",
|
|
3442
|
+
"MaxTickNumberReached",
|
|
3443
|
+
"ThresholdArithmeticError",
|
|
3444
|
+
"RootNotUpdated",
|
|
3445
|
+
"ImpossibleFailedToGetValue",
|
|
3497
3446
|
"FailedToQueryEarliestFileVolunteerTick",
|
|
3498
3447
|
"FailedToGetOwnerAccount",
|
|
3499
3448
|
"FailedToGetPaymentAccount",
|
|
3500
|
-
"NoFileKeysToConfirm",
|
|
3501
|
-
"RootNotUpdated",
|
|
3502
|
-
"NoPrivacyChange",
|
|
3503
|
-
"OperationNotAllowedForInsolventProvider",
|
|
3504
|
-
"OperationNotAllowedWhileBucketIsNotStoredByMsp",
|
|
3505
3449
|
"FailedToComputeFileKey",
|
|
3506
3450
|
"FailedToCreateFileMetadata",
|
|
3507
|
-
"
|
|
3508
|
-
"ForestProofVerificationFailed",
|
|
3509
|
-
"ProviderNotStoringFile",
|
|
3510
|
-
"InvalidProviderID",
|
|
3511
|
-
"InvalidSignedOperation",
|
|
3512
|
-
"FileKeyMismatch",
|
|
3513
|
-
"IncompleteStorageRequestNotFound",
|
|
3514
|
-
"FileHasActiveStorageRequest",
|
|
3515
|
-
"FileHasIncompleteStorageRequest"
|
|
3451
|
+
"FileMetadataProcessingQueueFull"
|
|
3516
3452
|
]
|
|
3517
3453
|
},
|
|
3518
3454
|
/**
|
|
3519
|
-
*
|
|
3455
|
+
* Lookup359: pallet_proofs_dealer::types::ProofSubmissionRecord<T>
|
|
3520
3456
|
**/
|
|
3521
3457
|
PalletProofsDealerProofSubmissionRecord: {
|
|
3522
3458
|
lastTickProven: "u32",
|
|
3523
3459
|
nextTickToSubmitProofFor: "u32"
|
|
3524
3460
|
},
|
|
3525
3461
|
/**
|
|
3526
|
-
*
|
|
3462
|
+
* Lookup366: pallet_proofs_dealer::pallet::Error<T>
|
|
3527
3463
|
**/
|
|
3528
3464
|
PalletProofsDealerError: {
|
|
3529
3465
|
_enum: [
|
|
@@ -3554,7 +3490,7 @@ export default {
|
|
|
3554
3490
|
]
|
|
3555
3491
|
},
|
|
3556
3492
|
/**
|
|
3557
|
-
*
|
|
3493
|
+
* Lookup368: pallet_payment_streams::types::FixedRatePaymentStream<T>
|
|
3558
3494
|
**/
|
|
3559
3495
|
PalletPaymentStreamsFixedRatePaymentStream: {
|
|
3560
3496
|
rate: "u128",
|
|
@@ -3563,7 +3499,7 @@ export default {
|
|
|
3563
3499
|
outOfFundsTick: "Option<u32>"
|
|
3564
3500
|
},
|
|
3565
3501
|
/**
|
|
3566
|
-
*
|
|
3502
|
+
* Lookup369: pallet_payment_streams::types::DynamicRatePaymentStream<T>
|
|
3567
3503
|
**/
|
|
3568
3504
|
PalletPaymentStreamsDynamicRatePaymentStream: {
|
|
3569
3505
|
amountProvided: "u64",
|
|
@@ -3572,14 +3508,14 @@ export default {
|
|
|
3572
3508
|
outOfFundsTick: "Option<u32>"
|
|
3573
3509
|
},
|
|
3574
3510
|
/**
|
|
3575
|
-
*
|
|
3511
|
+
* Lookup370: pallet_payment_streams::types::ProviderLastChargeableInfo<T>
|
|
3576
3512
|
**/
|
|
3577
3513
|
PalletPaymentStreamsProviderLastChargeableInfo: {
|
|
3578
3514
|
lastChargeableTick: "u32",
|
|
3579
3515
|
priceIndex: "u128"
|
|
3580
3516
|
},
|
|
3581
3517
|
/**
|
|
3582
|
-
*
|
|
3518
|
+
* Lookup371: pallet_payment_streams::pallet::Error<T>
|
|
3583
3519
|
**/
|
|
3584
3520
|
PalletPaymentStreamsError: {
|
|
3585
3521
|
_enum: [
|
|
@@ -3604,7 +3540,7 @@ export default {
|
|
|
3604
3540
|
]
|
|
3605
3541
|
},
|
|
3606
3542
|
/**
|
|
3607
|
-
*
|
|
3543
|
+
* Lookup372: pallet_bucket_nfts::pallet::Error<T>
|
|
3608
3544
|
**/
|
|
3609
3545
|
PalletBucketNftsError: {
|
|
3610
3546
|
_enum: [
|
|
@@ -3615,7 +3551,7 @@ export default {
|
|
|
3615
3551
|
]
|
|
3616
3552
|
},
|
|
3617
3553
|
/**
|
|
3618
|
-
*
|
|
3554
|
+
* Lookup373: pallet_nfts::types::CollectionDetails<fp_account::AccountId20, DepositBalance>
|
|
3619
3555
|
**/
|
|
3620
3556
|
PalletNftsCollectionDetails: {
|
|
3621
3557
|
owner: "AccountId20",
|
|
@@ -3626,13 +3562,13 @@ export default {
|
|
|
3626
3562
|
attributes: "u32"
|
|
3627
3563
|
},
|
|
3628
3564
|
/**
|
|
3629
|
-
*
|
|
3565
|
+
* Lookup378: pallet_nfts::types::CollectionRole
|
|
3630
3566
|
**/
|
|
3631
3567
|
PalletNftsCollectionRole: {
|
|
3632
3568
|
_enum: ["__Unused0", "Issuer", "Freezer", "__Unused3", "Admin"]
|
|
3633
3569
|
},
|
|
3634
3570
|
/**
|
|
3635
|
-
*
|
|
3571
|
+
* Lookup379: pallet_nfts::types::ItemDetails<fp_account::AccountId20, pallet_nfts::types::ItemDeposit<DepositBalance, fp_account::AccountId20>, bounded_collections::bounded_btree_map::BoundedBTreeMap<fp_account::AccountId20, Option<T>, S>>
|
|
3636
3572
|
**/
|
|
3637
3573
|
PalletNftsItemDetails: {
|
|
3638
3574
|
owner: "AccountId20",
|
|
@@ -3640,42 +3576,42 @@ export default {
|
|
|
3640
3576
|
deposit: "PalletNftsItemDeposit"
|
|
3641
3577
|
},
|
|
3642
3578
|
/**
|
|
3643
|
-
*
|
|
3579
|
+
* Lookup380: pallet_nfts::types::ItemDeposit<DepositBalance, fp_account::AccountId20>
|
|
3644
3580
|
**/
|
|
3645
3581
|
PalletNftsItemDeposit: {
|
|
3646
3582
|
account: "AccountId20",
|
|
3647
3583
|
amount: "u128"
|
|
3648
3584
|
},
|
|
3649
3585
|
/**
|
|
3650
|
-
*
|
|
3586
|
+
* Lookup385: pallet_nfts::types::CollectionMetadata<Deposit, StringLimit>
|
|
3651
3587
|
**/
|
|
3652
3588
|
PalletNftsCollectionMetadata: {
|
|
3653
3589
|
deposit: "u128",
|
|
3654
3590
|
data: "Bytes"
|
|
3655
3591
|
},
|
|
3656
3592
|
/**
|
|
3657
|
-
*
|
|
3593
|
+
* Lookup386: pallet_nfts::types::ItemMetadata<pallet_nfts::types::ItemMetadataDeposit<DepositBalance, fp_account::AccountId20>, StringLimit>
|
|
3658
3594
|
**/
|
|
3659
3595
|
PalletNftsItemMetadata: {
|
|
3660
3596
|
deposit: "PalletNftsItemMetadataDeposit",
|
|
3661
3597
|
data: "Bytes"
|
|
3662
3598
|
},
|
|
3663
3599
|
/**
|
|
3664
|
-
*
|
|
3600
|
+
* Lookup387: pallet_nfts::types::ItemMetadataDeposit<DepositBalance, fp_account::AccountId20>
|
|
3665
3601
|
**/
|
|
3666
3602
|
PalletNftsItemMetadataDeposit: {
|
|
3667
3603
|
account: "Option<AccountId20>",
|
|
3668
3604
|
amount: "u128"
|
|
3669
3605
|
},
|
|
3670
3606
|
/**
|
|
3671
|
-
*
|
|
3607
|
+
* Lookup390: pallet_nfts::types::AttributeDeposit<DepositBalance, fp_account::AccountId20>
|
|
3672
3608
|
**/
|
|
3673
3609
|
PalletNftsAttributeDeposit: {
|
|
3674
3610
|
account: "Option<AccountId20>",
|
|
3675
3611
|
amount: "u128"
|
|
3676
3612
|
},
|
|
3677
3613
|
/**
|
|
3678
|
-
*
|
|
3614
|
+
* Lookup394: pallet_nfts::types::PendingSwap<CollectionId, ItemId, pallet_nfts::types::PriceWithDirection<Amount>, Deadline>
|
|
3679
3615
|
**/
|
|
3680
3616
|
PalletNftsPendingSwap: {
|
|
3681
3617
|
desiredCollection: "u32",
|
|
@@ -3684,7 +3620,7 @@ export default {
|
|
|
3684
3620
|
deadline: "u32"
|
|
3685
3621
|
},
|
|
3686
3622
|
/**
|
|
3687
|
-
*
|
|
3623
|
+
* Lookup396: pallet_nfts::types::PalletFeature
|
|
3688
3624
|
**/
|
|
3689
3625
|
PalletNftsPalletFeature: {
|
|
3690
3626
|
_enum: [
|
|
@@ -3700,7 +3636,7 @@ export default {
|
|
|
3700
3636
|
]
|
|
3701
3637
|
},
|
|
3702
3638
|
/**
|
|
3703
|
-
*
|
|
3639
|
+
* Lookup397: pallet_nfts::pallet::Error<T, I>
|
|
3704
3640
|
**/
|
|
3705
3641
|
PalletNftsError: {
|
|
3706
3642
|
_enum: [
|
|
@@ -3752,47 +3688,47 @@ export default {
|
|
|
3752
3688
|
]
|
|
3753
3689
|
},
|
|
3754
3690
|
/**
|
|
3755
|
-
*
|
|
3691
|
+
* Lookup400: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
|
|
3756
3692
|
**/
|
|
3757
3693
|
FrameSystemExtensionsCheckNonZeroSender: "Null",
|
|
3758
3694
|
/**
|
|
3759
|
-
*
|
|
3695
|
+
* Lookup401: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
|
|
3760
3696
|
**/
|
|
3761
3697
|
FrameSystemExtensionsCheckSpecVersion: "Null",
|
|
3762
3698
|
/**
|
|
3763
|
-
*
|
|
3699
|
+
* Lookup402: frame_system::extensions::check_tx_version::CheckTxVersion<T>
|
|
3764
3700
|
**/
|
|
3765
3701
|
FrameSystemExtensionsCheckTxVersion: "Null",
|
|
3766
3702
|
/**
|
|
3767
|
-
*
|
|
3703
|
+
* Lookup403: frame_system::extensions::check_genesis::CheckGenesis<T>
|
|
3768
3704
|
**/
|
|
3769
3705
|
FrameSystemExtensionsCheckGenesis: "Null",
|
|
3770
3706
|
/**
|
|
3771
|
-
*
|
|
3707
|
+
* Lookup406: frame_system::extensions::check_nonce::CheckNonce<T>
|
|
3772
3708
|
**/
|
|
3773
3709
|
FrameSystemExtensionsCheckNonce: "Compact<u32>",
|
|
3774
3710
|
/**
|
|
3775
|
-
*
|
|
3711
|
+
* Lookup407: frame_system::extensions::check_weight::CheckWeight<T>
|
|
3776
3712
|
**/
|
|
3777
3713
|
FrameSystemExtensionsCheckWeight: "Null",
|
|
3778
3714
|
/**
|
|
3779
|
-
*
|
|
3715
|
+
* Lookup408: pallet_transaction_payment::ChargeTransactionPayment<T>
|
|
3780
3716
|
**/
|
|
3781
3717
|
PalletTransactionPaymentChargeTransactionPayment: "Compact<u128>",
|
|
3782
3718
|
/**
|
|
3783
|
-
*
|
|
3719
|
+
* Lookup409: frame_metadata_hash_extension::CheckMetadataHash<T>
|
|
3784
3720
|
**/
|
|
3785
3721
|
FrameMetadataHashExtensionCheckMetadataHash: {
|
|
3786
3722
|
mode: "FrameMetadataHashExtensionMode"
|
|
3787
3723
|
},
|
|
3788
3724
|
/**
|
|
3789
|
-
*
|
|
3725
|
+
* Lookup410: frame_metadata_hash_extension::Mode
|
|
3790
3726
|
**/
|
|
3791
3727
|
FrameMetadataHashExtensionMode: {
|
|
3792
3728
|
_enum: ["Disabled", "Enabled"]
|
|
3793
3729
|
},
|
|
3794
3730
|
/**
|
|
3795
|
-
*
|
|
3731
|
+
* Lookup412: sh_solochain_evm_runtime::Runtime
|
|
3796
3732
|
**/
|
|
3797
3733
|
ShSolochainEvmRuntimeRuntime: "Null"
|
|
3798
3734
|
};
|