@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
|
@@ -1,40 +1,31 @@
|
|
|
1
|
-
import
|
|
2
|
-
import type { ApiTypes, AugmentedEvent } from
|
|
3
|
-
import type { Bytes, Null, Option, Result, U8aFixed, Vec, bool, u128, u32, u64, u8 } from
|
|
4
|
-
import type { ITuple } from
|
|
5
|
-
import type { AccountId32, H256 } from
|
|
6
|
-
import type { CumulusPrimitivesCoreAggregateMessageOrigin, FrameSupportMessagesProcessMessageError, FrameSupportTokensMiscBalanceStatus, FrameSystemDispatchEventInfo,
|
|
1
|
+
import '@polkadot/api-base/types/events';
|
|
2
|
+
import type { ApiTypes, AugmentedEvent } from '@polkadot/api-base/types';
|
|
3
|
+
import type { Bytes, Null, Option, Result, U8aFixed, Vec, bool, u128, u32, u64, u8 } from '@polkadot/types-codec';
|
|
4
|
+
import type { ITuple } from '@polkadot/types-codec/types';
|
|
5
|
+
import type { AccountId32, H256 } from '@polkadot/types/interfaces/runtime';
|
|
6
|
+
import type { CumulusPrimitivesCoreAggregateMessageOrigin, FrameSupportMessagesProcessMessageError, FrameSupportTokensMiscBalanceStatus, FrameSystemDispatchEventInfo, PalletFileSystemFileOperationIntention, PalletFileSystemRejectedStorageRequestReason, PalletNftsAttributeNamespace, PalletNftsPalletAttributes, PalletNftsPriceWithDirection, PalletProofsDealerCustomChallenge, PalletProofsDealerProof, PalletStorageProvidersStorageProviderId, PalletStorageProvidersTopUpMetadata, PalletStorageProvidersValueProposition, PalletStorageProvidersValuePropositionWithId, ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersKey, ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersValue, ShpFileMetadataFileMetadata, ShpTraitsTrieMutation, SpRuntimeDispatchError, SpRuntimeMultiSignature, SpWeightsWeightV2Weight, StagingXcmV5AssetAssets, StagingXcmV5Location, StagingXcmV5Response, StagingXcmV5TraitsOutcome, StagingXcmV5Xcm, XcmV5TraitsError, XcmVersionedAssets, XcmVersionedLocation } from '@polkadot/types/lookup';
|
|
7
7
|
export type __AugmentedEvent<ApiType extends ApiTypes> = AugmentedEvent<ApiType>;
|
|
8
|
-
declare module
|
|
8
|
+
declare module '@polkadot/api-base/types/events' {
|
|
9
9
|
interface AugmentedEvents<ApiType extends ApiTypes> {
|
|
10
10
|
balances: {
|
|
11
11
|
/**
|
|
12
12
|
* A balance was set by root.
|
|
13
13
|
**/
|
|
14
|
-
BalanceSet: AugmentedEvent<ApiType, [
|
|
15
|
-
who: AccountId32,
|
|
16
|
-
free: u128
|
|
17
|
-
], {
|
|
14
|
+
BalanceSet: AugmentedEvent<ApiType, [who: AccountId32, free: u128], {
|
|
18
15
|
who: AccountId32;
|
|
19
16
|
free: u128;
|
|
20
17
|
}>;
|
|
21
18
|
/**
|
|
22
19
|
* Some amount was burned from an account.
|
|
23
20
|
**/
|
|
24
|
-
Burned: AugmentedEvent<ApiType, [
|
|
25
|
-
who: AccountId32,
|
|
26
|
-
amount: u128
|
|
27
|
-
], {
|
|
21
|
+
Burned: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
|
|
28
22
|
who: AccountId32;
|
|
29
23
|
amount: u128;
|
|
30
24
|
}>;
|
|
31
25
|
/**
|
|
32
26
|
* Some amount was deposited (e.g. for transaction fees).
|
|
33
27
|
**/
|
|
34
|
-
Deposit: AugmentedEvent<ApiType, [
|
|
35
|
-
who: AccountId32,
|
|
36
|
-
amount: u128
|
|
37
|
-
], {
|
|
28
|
+
Deposit: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
|
|
38
29
|
who: AccountId32;
|
|
39
30
|
amount: u128;
|
|
40
31
|
}>;
|
|
@@ -42,30 +33,21 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
42
33
|
* An account was removed whose balance was non-zero but below ExistentialDeposit,
|
|
43
34
|
* resulting in an outright loss.
|
|
44
35
|
**/
|
|
45
|
-
DustLost: AugmentedEvent<ApiType, [
|
|
46
|
-
account: AccountId32,
|
|
47
|
-
amount: u128
|
|
48
|
-
], {
|
|
36
|
+
DustLost: AugmentedEvent<ApiType, [account: AccountId32, amount: u128], {
|
|
49
37
|
account: AccountId32;
|
|
50
38
|
amount: u128;
|
|
51
39
|
}>;
|
|
52
40
|
/**
|
|
53
41
|
* An account was created with some free balance.
|
|
54
42
|
**/
|
|
55
|
-
Endowed: AugmentedEvent<ApiType, [
|
|
56
|
-
account: AccountId32,
|
|
57
|
-
freeBalance: u128
|
|
58
|
-
], {
|
|
43
|
+
Endowed: AugmentedEvent<ApiType, [account: AccountId32, freeBalance: u128], {
|
|
59
44
|
account: AccountId32;
|
|
60
45
|
freeBalance: u128;
|
|
61
46
|
}>;
|
|
62
47
|
/**
|
|
63
48
|
* Some balance was frozen.
|
|
64
49
|
**/
|
|
65
|
-
Frozen: AugmentedEvent<ApiType, [
|
|
66
|
-
who: AccountId32,
|
|
67
|
-
amount: u128
|
|
68
|
-
], {
|
|
50
|
+
Frozen: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
|
|
69
51
|
who: AccountId32;
|
|
70
52
|
amount: u128;
|
|
71
53
|
}>;
|
|
@@ -78,20 +60,14 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
78
60
|
/**
|
|
79
61
|
* Some balance was locked.
|
|
80
62
|
**/
|
|
81
|
-
Locked: AugmentedEvent<ApiType, [
|
|
82
|
-
who: AccountId32,
|
|
83
|
-
amount: u128
|
|
84
|
-
], {
|
|
63
|
+
Locked: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
|
|
85
64
|
who: AccountId32;
|
|
86
65
|
amount: u128;
|
|
87
66
|
}>;
|
|
88
67
|
/**
|
|
89
68
|
* Some amount was minted into an account.
|
|
90
69
|
**/
|
|
91
|
-
Minted: AugmentedEvent<ApiType, [
|
|
92
|
-
who: AccountId32,
|
|
93
|
-
amount: u128
|
|
94
|
-
], {
|
|
70
|
+
Minted: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
|
|
95
71
|
who: AccountId32;
|
|
96
72
|
amount: u128;
|
|
97
73
|
}>;
|
|
@@ -104,10 +80,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
104
80
|
/**
|
|
105
81
|
* Some balance was reserved (moved from free to reserved).
|
|
106
82
|
**/
|
|
107
|
-
Reserved: AugmentedEvent<ApiType, [
|
|
108
|
-
who: AccountId32,
|
|
109
|
-
amount: u128
|
|
110
|
-
], {
|
|
83
|
+
Reserved: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
|
|
111
84
|
who: AccountId32;
|
|
112
85
|
amount: u128;
|
|
113
86
|
}>;
|
|
@@ -115,12 +88,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
115
88
|
* Some balance was moved from the reserve of the first account to the second account.
|
|
116
89
|
* Final argument indicates the destination balance type.
|
|
117
90
|
**/
|
|
118
|
-
ReserveRepatriated: AugmentedEvent<ApiType, [
|
|
119
|
-
from: AccountId32,
|
|
120
|
-
to: AccountId32,
|
|
121
|
-
amount: u128,
|
|
122
|
-
destinationStatus: FrameSupportTokensMiscBalanceStatus
|
|
123
|
-
], {
|
|
91
|
+
ReserveRepatriated: AugmentedEvent<ApiType, [from: AccountId32, to: AccountId32, amount: u128, destinationStatus: FrameSupportTokensMiscBalanceStatus], {
|
|
124
92
|
from: AccountId32;
|
|
125
93
|
to: AccountId32;
|
|
126
94
|
amount: u128;
|
|
@@ -129,61 +97,42 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
129
97
|
/**
|
|
130
98
|
* Some amount was restored into an account.
|
|
131
99
|
**/
|
|
132
|
-
Restored: AugmentedEvent<ApiType, [
|
|
133
|
-
who: AccountId32,
|
|
134
|
-
amount: u128
|
|
135
|
-
], {
|
|
100
|
+
Restored: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
|
|
136
101
|
who: AccountId32;
|
|
137
102
|
amount: u128;
|
|
138
103
|
}>;
|
|
139
104
|
/**
|
|
140
105
|
* Some amount was removed from the account (e.g. for misbehavior).
|
|
141
106
|
**/
|
|
142
|
-
Slashed: AugmentedEvent<ApiType, [
|
|
143
|
-
who: AccountId32,
|
|
144
|
-
amount: u128
|
|
145
|
-
], {
|
|
107
|
+
Slashed: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
|
|
146
108
|
who: AccountId32;
|
|
147
109
|
amount: u128;
|
|
148
110
|
}>;
|
|
149
111
|
/**
|
|
150
112
|
* Some amount was suspended from an account (it can be restored later).
|
|
151
113
|
**/
|
|
152
|
-
Suspended: AugmentedEvent<ApiType, [
|
|
153
|
-
who: AccountId32,
|
|
154
|
-
amount: u128
|
|
155
|
-
], {
|
|
114
|
+
Suspended: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
|
|
156
115
|
who: AccountId32;
|
|
157
116
|
amount: u128;
|
|
158
117
|
}>;
|
|
159
118
|
/**
|
|
160
119
|
* Some balance was thawed.
|
|
161
120
|
**/
|
|
162
|
-
Thawed: AugmentedEvent<ApiType, [
|
|
163
|
-
who: AccountId32,
|
|
164
|
-
amount: u128
|
|
165
|
-
], {
|
|
121
|
+
Thawed: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
|
|
166
122
|
who: AccountId32;
|
|
167
123
|
amount: u128;
|
|
168
124
|
}>;
|
|
169
125
|
/**
|
|
170
126
|
* The `TotalIssuance` was forcefully changed.
|
|
171
127
|
**/
|
|
172
|
-
TotalIssuanceForced: AugmentedEvent<ApiType, [
|
|
173
|
-
old: u128,
|
|
174
|
-
new_: u128
|
|
175
|
-
], {
|
|
128
|
+
TotalIssuanceForced: AugmentedEvent<ApiType, [old: u128, new_: u128], {
|
|
176
129
|
old: u128;
|
|
177
130
|
new_: u128;
|
|
178
131
|
}>;
|
|
179
132
|
/**
|
|
180
133
|
* Transfer succeeded.
|
|
181
134
|
**/
|
|
182
|
-
Transfer: AugmentedEvent<ApiType, [
|
|
183
|
-
from: AccountId32,
|
|
184
|
-
to: AccountId32,
|
|
185
|
-
amount: u128
|
|
186
|
-
], {
|
|
135
|
+
Transfer: AugmentedEvent<ApiType, [from: AccountId32, to: AccountId32, amount: u128], {
|
|
187
136
|
from: AccountId32;
|
|
188
137
|
to: AccountId32;
|
|
189
138
|
amount: u128;
|
|
@@ -191,20 +140,14 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
191
140
|
/**
|
|
192
141
|
* Some balance was unlocked.
|
|
193
142
|
**/
|
|
194
|
-
Unlocked: AugmentedEvent<ApiType, [
|
|
195
|
-
who: AccountId32,
|
|
196
|
-
amount: u128
|
|
197
|
-
], {
|
|
143
|
+
Unlocked: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
|
|
198
144
|
who: AccountId32;
|
|
199
145
|
amount: u128;
|
|
200
146
|
}>;
|
|
201
147
|
/**
|
|
202
148
|
* Some balance was unreserved (moved from reserved to free).
|
|
203
149
|
**/
|
|
204
|
-
Unreserved: AugmentedEvent<ApiType, [
|
|
205
|
-
who: AccountId32,
|
|
206
|
-
amount: u128
|
|
207
|
-
], {
|
|
150
|
+
Unreserved: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
|
|
208
151
|
who: AccountId32;
|
|
209
152
|
amount: u128;
|
|
210
153
|
}>;
|
|
@@ -217,10 +160,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
217
160
|
/**
|
|
218
161
|
* Some amount was withdrawn from the account (e.g. for transaction fees).
|
|
219
162
|
**/
|
|
220
|
-
Withdraw: AugmentedEvent<ApiType, [
|
|
221
|
-
who: AccountId32,
|
|
222
|
-
amount: u128
|
|
223
|
-
], {
|
|
163
|
+
Withdraw: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
|
|
224
164
|
who: AccountId32;
|
|
225
165
|
amount: u128;
|
|
226
166
|
}>;
|
|
@@ -233,21 +173,14 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
233
173
|
/**
|
|
234
174
|
* Notifies that access to a bucket has been shared with another account.
|
|
235
175
|
**/
|
|
236
|
-
AccessShared: AugmentedEvent<ApiType, [
|
|
237
|
-
issuer: AccountId32,
|
|
238
|
-
recipient: AccountId32
|
|
239
|
-
], {
|
|
176
|
+
AccessShared: AugmentedEvent<ApiType, [issuer: AccountId32, recipient: AccountId32], {
|
|
240
177
|
issuer: AccountId32;
|
|
241
178
|
recipient: AccountId32;
|
|
242
179
|
}>;
|
|
243
180
|
/**
|
|
244
181
|
* Notifies that an item has been burned.
|
|
245
182
|
**/
|
|
246
|
-
ItemBurned: AugmentedEvent<ApiType, [
|
|
247
|
-
account: AccountId32,
|
|
248
|
-
bucket: H256,
|
|
249
|
-
itemId: u32
|
|
250
|
-
], {
|
|
183
|
+
ItemBurned: AugmentedEvent<ApiType, [account: AccountId32, bucket: H256, itemId: u32], {
|
|
251
184
|
account: AccountId32;
|
|
252
185
|
bucket: H256;
|
|
253
186
|
itemId: u32;
|
|
@@ -255,11 +188,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
255
188
|
/**
|
|
256
189
|
* Notifies that the read access for an item has been updated.
|
|
257
190
|
**/
|
|
258
|
-
ItemReadAccessUpdated: AugmentedEvent<ApiType, [
|
|
259
|
-
admin: AccountId32,
|
|
260
|
-
bucket: H256,
|
|
261
|
-
itemId: u32
|
|
262
|
-
], {
|
|
191
|
+
ItemReadAccessUpdated: AugmentedEvent<ApiType, [admin: AccountId32, bucket: H256, itemId: u32], {
|
|
263
192
|
admin: AccountId32;
|
|
264
193
|
bucket: H256;
|
|
265
194
|
itemId: u32;
|
|
@@ -273,39 +202,27 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
273
202
|
/**
|
|
274
203
|
* A new candidate joined.
|
|
275
204
|
**/
|
|
276
|
-
CandidateAdded: AugmentedEvent<ApiType, [
|
|
277
|
-
accountId: AccountId32,
|
|
278
|
-
deposit: u128
|
|
279
|
-
], {
|
|
205
|
+
CandidateAdded: AugmentedEvent<ApiType, [accountId: AccountId32, deposit: u128], {
|
|
280
206
|
accountId: AccountId32;
|
|
281
207
|
deposit: u128;
|
|
282
208
|
}>;
|
|
283
209
|
/**
|
|
284
210
|
* Bond of a candidate updated.
|
|
285
211
|
**/
|
|
286
|
-
CandidateBondUpdated: AugmentedEvent<ApiType, [
|
|
287
|
-
accountId: AccountId32,
|
|
288
|
-
deposit: u128
|
|
289
|
-
], {
|
|
212
|
+
CandidateBondUpdated: AugmentedEvent<ApiType, [accountId: AccountId32, deposit: u128], {
|
|
290
213
|
accountId: AccountId32;
|
|
291
214
|
deposit: u128;
|
|
292
215
|
}>;
|
|
293
216
|
/**
|
|
294
217
|
* A candidate was removed.
|
|
295
218
|
**/
|
|
296
|
-
CandidateRemoved: AugmentedEvent<ApiType, [
|
|
297
|
-
accountId: AccountId32
|
|
298
|
-
], {
|
|
219
|
+
CandidateRemoved: AugmentedEvent<ApiType, [accountId: AccountId32], {
|
|
299
220
|
accountId: AccountId32;
|
|
300
221
|
}>;
|
|
301
222
|
/**
|
|
302
223
|
* An account was replaced in the candidate list by another one.
|
|
303
224
|
**/
|
|
304
|
-
CandidateReplaced: AugmentedEvent<ApiType, [
|
|
305
|
-
old: AccountId32,
|
|
306
|
-
new_: AccountId32,
|
|
307
|
-
deposit: u128
|
|
308
|
-
], {
|
|
225
|
+
CandidateReplaced: AugmentedEvent<ApiType, [old: AccountId32, new_: AccountId32, deposit: u128], {
|
|
309
226
|
old: AccountId32;
|
|
310
227
|
new_: AccountId32;
|
|
311
228
|
deposit: u128;
|
|
@@ -314,25 +231,19 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
314
231
|
* An account was unable to be added to the Invulnerables because they did not have keys
|
|
315
232
|
* registered. Other Invulnerables may have been set.
|
|
316
233
|
**/
|
|
317
|
-
InvalidInvulnerableSkipped: AugmentedEvent<ApiType, [
|
|
318
|
-
accountId: AccountId32
|
|
319
|
-
], {
|
|
234
|
+
InvalidInvulnerableSkipped: AugmentedEvent<ApiType, [accountId: AccountId32], {
|
|
320
235
|
accountId: AccountId32;
|
|
321
236
|
}>;
|
|
322
237
|
/**
|
|
323
238
|
* A new Invulnerable was added.
|
|
324
239
|
**/
|
|
325
|
-
InvulnerableAdded: AugmentedEvent<ApiType, [
|
|
326
|
-
accountId: AccountId32
|
|
327
|
-
], {
|
|
240
|
+
InvulnerableAdded: AugmentedEvent<ApiType, [accountId: AccountId32], {
|
|
328
241
|
accountId: AccountId32;
|
|
329
242
|
}>;
|
|
330
243
|
/**
|
|
331
244
|
* An Invulnerable was removed.
|
|
332
245
|
**/
|
|
333
|
-
InvulnerableRemoved: AugmentedEvent<ApiType, [
|
|
334
|
-
accountId: AccountId32
|
|
335
|
-
], {
|
|
246
|
+
InvulnerableRemoved: AugmentedEvent<ApiType, [accountId: AccountId32], {
|
|
336
247
|
accountId: AccountId32;
|
|
337
248
|
}>;
|
|
338
249
|
/**
|
|
@@ -344,17 +255,13 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
344
255
|
/**
|
|
345
256
|
* The number of desired candidates was set.
|
|
346
257
|
**/
|
|
347
|
-
NewDesiredCandidates: AugmentedEvent<ApiType, [
|
|
348
|
-
desiredCandidates: u32
|
|
349
|
-
], {
|
|
258
|
+
NewDesiredCandidates: AugmentedEvent<ApiType, [desiredCandidates: u32], {
|
|
350
259
|
desiredCandidates: u32;
|
|
351
260
|
}>;
|
|
352
261
|
/**
|
|
353
262
|
* New Invulnerables were set.
|
|
354
263
|
**/
|
|
355
|
-
NewInvulnerables: AugmentedEvent<ApiType, [
|
|
356
|
-
invulnerables: Vec<AccountId32>
|
|
357
|
-
], {
|
|
264
|
+
NewInvulnerables: AugmentedEvent<ApiType, [invulnerables: Vec<AccountId32>], {
|
|
358
265
|
invulnerables: Vec<AccountId32>;
|
|
359
266
|
}>;
|
|
360
267
|
/**
|
|
@@ -387,15 +294,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
387
294
|
/**
|
|
388
295
|
* Notifies that a BSP has been accepted to store a given file.
|
|
389
296
|
**/
|
|
390
|
-
AcceptedBspVolunteer: AugmentedEvent<ApiType, [
|
|
391
|
-
bspId: H256,
|
|
392
|
-
bucketId: H256,
|
|
393
|
-
location: Bytes,
|
|
394
|
-
fingerprint: H256,
|
|
395
|
-
multiaddresses: Vec<Bytes>,
|
|
396
|
-
owner: AccountId32,
|
|
397
|
-
size_: u64
|
|
398
|
-
], {
|
|
297
|
+
AcceptedBspVolunteer: AugmentedEvent<ApiType, [bspId: H256, bucketId: H256, location: Bytes, fingerprint: H256, multiaddresses: Vec<Bytes>, owner: AccountId32, size_: u64], {
|
|
399
298
|
bspId: H256;
|
|
400
299
|
bucketId: H256;
|
|
401
300
|
location: Bytes;
|
|
@@ -408,23 +307,14 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
408
307
|
* Notifies that a BSP's challenge cycle has been initialised, adding the first file
|
|
409
308
|
* key(s) to the BSP's Merkle Patricia Forest.
|
|
410
309
|
**/
|
|
411
|
-
BspChallengeCycleInitialised: AugmentedEvent<ApiType, [
|
|
412
|
-
who: AccountId32,
|
|
413
|
-
bspId: H256
|
|
414
|
-
], {
|
|
310
|
+
BspChallengeCycleInitialised: AugmentedEvent<ApiType, [who: AccountId32, bspId: H256], {
|
|
415
311
|
who: AccountId32;
|
|
416
312
|
bspId: H256;
|
|
417
313
|
}>;
|
|
418
314
|
/**
|
|
419
315
|
* Notifies that a BSP confirmed storing a file(s).
|
|
420
316
|
**/
|
|
421
|
-
BspConfirmedStoring: AugmentedEvent<ApiType, [
|
|
422
|
-
who: AccountId32,
|
|
423
|
-
bspId: H256,
|
|
424
|
-
confirmedFileKeys: Vec<ITuple<[H256, ShpFileMetadataFileMetadata]>>,
|
|
425
|
-
skippedFileKeys: Vec<H256>,
|
|
426
|
-
newRoot: H256
|
|
427
|
-
], {
|
|
317
|
+
BspConfirmedStoring: AugmentedEvent<ApiType, [who: AccountId32, bspId: H256, confirmedFileKeys: Vec<ITuple<[H256, ShpFileMetadataFileMetadata]>>, skippedFileKeys: Vec<H256>, newRoot: H256], {
|
|
428
318
|
who: AccountId32;
|
|
429
319
|
bspId: H256;
|
|
430
320
|
confirmedFileKeys: Vec<ITuple<[H256, ShpFileMetadataFileMetadata]>>;
|
|
@@ -434,11 +324,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
434
324
|
/**
|
|
435
325
|
* Notifies that a BSP has stopped storing a file.
|
|
436
326
|
**/
|
|
437
|
-
BspConfirmStoppedStoring: AugmentedEvent<ApiType, [
|
|
438
|
-
bspId: H256,
|
|
439
|
-
fileKey: H256,
|
|
440
|
-
newRoot: H256
|
|
441
|
-
], {
|
|
327
|
+
BspConfirmStoppedStoring: AugmentedEvent<ApiType, [bspId: H256, fileKey: H256, newRoot: H256], {
|
|
442
328
|
bspId: H256;
|
|
443
329
|
fileKey: H256;
|
|
444
330
|
newRoot: H256;
|
|
@@ -446,25 +332,14 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
446
332
|
/**
|
|
447
333
|
* Notifies that file deletions have been completed successfully for a BSP.
|
|
448
334
|
**/
|
|
449
|
-
BspFileDeletionsCompleted: AugmentedEvent<ApiType, [
|
|
450
|
-
users: Vec<AccountId32>,
|
|
451
|
-
fileKeys: Vec<H256>,
|
|
452
|
-
bspId: H256,
|
|
453
|
-
oldRoot: H256,
|
|
454
|
-
newRoot: H256
|
|
455
|
-
], {
|
|
335
|
+
BspFileDeletionsCompleted: AugmentedEvent<ApiType, [users: Vec<AccountId32>, fileKeys: Vec<H256>, bspId: H256, oldRoot: H256, newRoot: H256], {
|
|
456
336
|
users: Vec<AccountId32>;
|
|
457
337
|
fileKeys: Vec<H256>;
|
|
458
338
|
bspId: H256;
|
|
459
339
|
oldRoot: H256;
|
|
460
340
|
newRoot: H256;
|
|
461
341
|
}>;
|
|
462
|
-
BspRequestedToStopStoring: AugmentedEvent<ApiType, [
|
|
463
|
-
bspId: H256,
|
|
464
|
-
fileKey: H256,
|
|
465
|
-
owner: AccountId32,
|
|
466
|
-
location: Bytes
|
|
467
|
-
], {
|
|
342
|
+
BspRequestedToStopStoring: AugmentedEvent<ApiType, [bspId: H256, fileKey: H256, owner: AccountId32, location: Bytes], {
|
|
468
343
|
bspId: H256;
|
|
469
344
|
fileKey: H256;
|
|
470
345
|
owner: AccountId32;
|
|
@@ -473,11 +348,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
473
348
|
/**
|
|
474
349
|
* Notifies that an empty bucket has been deleted.
|
|
475
350
|
**/
|
|
476
|
-
BucketDeleted: AugmentedEvent<ApiType, [
|
|
477
|
-
who: AccountId32,
|
|
478
|
-
bucketId: H256,
|
|
479
|
-
maybeCollectionId: Option<u32>
|
|
480
|
-
], {
|
|
351
|
+
BucketDeleted: AugmentedEvent<ApiType, [who: AccountId32, bucketId: H256, maybeCollectionId: Option<u32>], {
|
|
481
352
|
who: AccountId32;
|
|
482
353
|
bucketId: H256;
|
|
483
354
|
maybeCollectionId: Option<u32>;
|
|
@@ -485,14 +356,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
485
356
|
/**
|
|
486
357
|
* Notifies that file deletions have been completed successfully for a Bucket.
|
|
487
358
|
**/
|
|
488
|
-
BucketFileDeletionsCompleted: AugmentedEvent<ApiType, [
|
|
489
|
-
user: AccountId32,
|
|
490
|
-
fileKeys: Vec<H256>,
|
|
491
|
-
bucketId: H256,
|
|
492
|
-
mspId: Option<H256>,
|
|
493
|
-
oldRoot: H256,
|
|
494
|
-
newRoot: H256
|
|
495
|
-
], {
|
|
359
|
+
BucketFileDeletionsCompleted: AugmentedEvent<ApiType, [user: AccountId32, fileKeys: Vec<H256>, bucketId: H256, mspId: Option<H256>, oldRoot: H256, newRoot: H256], {
|
|
496
360
|
user: AccountId32;
|
|
497
361
|
fileKeys: Vec<H256>;
|
|
498
362
|
bucketId: H256;
|
|
@@ -503,114 +367,27 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
503
367
|
/**
|
|
504
368
|
* Notifies that a bucket's privacy has been updated.
|
|
505
369
|
**/
|
|
506
|
-
BucketPrivacyUpdated: AugmentedEvent<ApiType, [
|
|
507
|
-
who: AccountId32,
|
|
508
|
-
bucketId: H256,
|
|
509
|
-
collectionId: Option<u32>,
|
|
510
|
-
private: bool
|
|
511
|
-
], {
|
|
370
|
+
BucketPrivacyUpdated: AugmentedEvent<ApiType, [who: AccountId32, bucketId: H256, collectionId: Option<u32>, private: bool], {
|
|
512
371
|
who: AccountId32;
|
|
513
372
|
bucketId: H256;
|
|
514
373
|
collectionId: Option<u32>;
|
|
515
374
|
private: bool;
|
|
516
375
|
}>;
|
|
517
|
-
/**
|
|
518
|
-
* Failed to decrease MSP's used capacity for expired file deletion request
|
|
519
|
-
**/
|
|
520
|
-
FailedToDecreaseMspUsedCapacity: AugmentedEvent<ApiType, [
|
|
521
|
-
user: AccountId32,
|
|
522
|
-
mspId: H256,
|
|
523
|
-
fileKey: H256,
|
|
524
|
-
fileSize: u64,
|
|
525
|
-
error: SpRuntimeDispatchError
|
|
526
|
-
], {
|
|
527
|
-
user: AccountId32;
|
|
528
|
-
mspId: H256;
|
|
529
|
-
fileKey: H256;
|
|
530
|
-
fileSize: u64;
|
|
531
|
-
error: SpRuntimeDispatchError;
|
|
532
|
-
}>;
|
|
533
|
-
/**
|
|
534
|
-
* Failed to get the MSP owner of the bucket for an expired file deletion request
|
|
535
|
-
* This is different from the bucket not having a MSP, which is allowed and won't error
|
|
536
|
-
**/
|
|
537
|
-
FailedToGetMspOfBucket: AugmentedEvent<ApiType, [
|
|
538
|
-
bucketId: H256,
|
|
539
|
-
error: SpRuntimeDispatchError
|
|
540
|
-
], {
|
|
541
|
-
bucketId: H256;
|
|
542
|
-
error: SpRuntimeDispatchError;
|
|
543
|
-
}>;
|
|
544
|
-
/**
|
|
545
|
-
* Notifies that a priority challenge with a trie remove mutation failed to be queued in the `on_idle` hook.
|
|
546
|
-
* This can happen if the priority challenge queue is full, and the failed challenge should be manually
|
|
547
|
-
* queued at a later time.
|
|
548
|
-
**/
|
|
549
|
-
FailedToQueuePriorityChallenge: AugmentedEvent<ApiType, [
|
|
550
|
-
fileKey: H256,
|
|
551
|
-
error: SpRuntimeDispatchError
|
|
552
|
-
], {
|
|
553
|
-
fileKey: H256;
|
|
554
|
-
error: SpRuntimeDispatchError;
|
|
555
|
-
}>;
|
|
556
376
|
/**
|
|
557
377
|
* Event to notify if, in the `on_idle` hook when cleaning up an expired storage request,
|
|
558
378
|
* the return of that storage request's deposit to the user failed.
|
|
559
379
|
**/
|
|
560
|
-
FailedToReleaseStorageRequestCreationDeposit: AugmentedEvent<ApiType, [
|
|
561
|
-
fileKey: H256,
|
|
562
|
-
owner: AccountId32,
|
|
563
|
-
amountToReturn: u128,
|
|
564
|
-
error: SpRuntimeDispatchError
|
|
565
|
-
], {
|
|
380
|
+
FailedToReleaseStorageRequestCreationDeposit: AugmentedEvent<ApiType, [fileKey: H256, owner: AccountId32, amountToReturn: u128, error: SpRuntimeDispatchError], {
|
|
566
381
|
fileKey: H256;
|
|
567
382
|
owner: AccountId32;
|
|
568
383
|
amountToReturn: u128;
|
|
569
384
|
error: SpRuntimeDispatchError;
|
|
570
385
|
}>;
|
|
571
|
-
/**
|
|
572
|
-
* Event to notify if, in the `on_idle` hook when cleaning up an expired storage request,
|
|
573
|
-
* the transfer of a part of that storage request's deposit to one of the volunteered BSPs failed.
|
|
574
|
-
**/
|
|
575
|
-
FailedToTransferDepositFundsToBsp: AugmentedEvent<ApiType, [
|
|
576
|
-
fileKey: H256,
|
|
577
|
-
owner: AccountId32,
|
|
578
|
-
bspId: H256,
|
|
579
|
-
amountToTransfer: u128,
|
|
580
|
-
error: SpRuntimeDispatchError
|
|
581
|
-
], {
|
|
582
|
-
fileKey: H256;
|
|
583
|
-
owner: AccountId32;
|
|
584
|
-
bspId: H256;
|
|
585
|
-
amountToTransfer: u128;
|
|
586
|
-
error: SpRuntimeDispatchError;
|
|
587
|
-
}>;
|
|
588
|
-
/**
|
|
589
|
-
* Notifies that a file will be deleted.
|
|
590
|
-
**/
|
|
591
|
-
FileDeletionRequest: AugmentedEvent<ApiType, [
|
|
592
|
-
user: AccountId32,
|
|
593
|
-
fileKey: H256,
|
|
594
|
-
fileSize: u64,
|
|
595
|
-
bucketId: H256,
|
|
596
|
-
mspId: H256,
|
|
597
|
-
proofOfInclusion: bool
|
|
598
|
-
], {
|
|
599
|
-
user: AccountId32;
|
|
600
|
-
fileKey: H256;
|
|
601
|
-
fileSize: u64;
|
|
602
|
-
bucketId: H256;
|
|
603
|
-
mspId: H256;
|
|
604
|
-
proofOfInclusion: bool;
|
|
605
|
-
}>;
|
|
606
386
|
/**
|
|
607
387
|
* Notifies that a file deletion has been requested.
|
|
608
388
|
* Contains a signed intention that allows any actor to execute the actual deletion.
|
|
609
389
|
**/
|
|
610
|
-
FileDeletionRequested: AugmentedEvent<ApiType, [
|
|
611
|
-
signedDeleteIntention: PalletFileSystemFileOperationIntention,
|
|
612
|
-
signature: SpRuntimeMultiSignature
|
|
613
|
-
], {
|
|
390
|
+
FileDeletionRequested: AugmentedEvent<ApiType, [signedDeleteIntention: PalletFileSystemFileOperationIntention, signature: SpRuntimeMultiSignature], {
|
|
614
391
|
signedDeleteIntention: PalletFileSystemFileOperationIntention;
|
|
615
392
|
signature: SpRuntimeMultiSignature;
|
|
616
393
|
}>;
|
|
@@ -623,15 +400,22 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
623
400
|
IncompleteStorageRequest: AugmentedEvent<ApiType, [fileKey: H256], {
|
|
624
401
|
fileKey: H256;
|
|
625
402
|
}>;
|
|
403
|
+
/**
|
|
404
|
+
* Notifies that an incomplete storage request has been fully cleaned up.
|
|
405
|
+
*
|
|
406
|
+
* This event is emitted in two scenarios:
|
|
407
|
+
* 1. When an incomplete storage request is created but there are no providers to clean
|
|
408
|
+
* (e.g., MSP confirmed with inclusion proof and no BSPs confirmed).
|
|
409
|
+
* 2. When the file has been removed from all providers and the incomplete storage
|
|
410
|
+
* request entry is removed from storage.
|
|
411
|
+
**/
|
|
412
|
+
IncompleteStorageRequestCleanedUp: AugmentedEvent<ApiType, [fileKey: H256], {
|
|
413
|
+
fileKey: H256;
|
|
414
|
+
}>;
|
|
626
415
|
/**
|
|
627
416
|
* Notifies that a bucket has been moved to a new MSP under a new value proposition.
|
|
628
417
|
**/
|
|
629
|
-
MoveBucketAccepted: AugmentedEvent<ApiType, [
|
|
630
|
-
bucketId: H256,
|
|
631
|
-
oldMspId: Option<H256>,
|
|
632
|
-
newMspId: H256,
|
|
633
|
-
valuePropId: H256
|
|
634
|
-
], {
|
|
418
|
+
MoveBucketAccepted: AugmentedEvent<ApiType, [bucketId: H256, oldMspId: Option<H256>, newMspId: H256, valuePropId: H256], {
|
|
635
419
|
bucketId: H256;
|
|
636
420
|
oldMspId: Option<H256>;
|
|
637
421
|
newMspId: H256;
|
|
@@ -640,11 +424,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
640
424
|
/**
|
|
641
425
|
* Notifies that a bucket move request has been rejected by the MSP.
|
|
642
426
|
**/
|
|
643
|
-
MoveBucketRejected: AugmentedEvent<ApiType, [
|
|
644
|
-
bucketId: H256,
|
|
645
|
-
oldMspId: Option<H256>,
|
|
646
|
-
newMspId: H256
|
|
647
|
-
], {
|
|
427
|
+
MoveBucketRejected: AugmentedEvent<ApiType, [bucketId: H256, oldMspId: Option<H256>, newMspId: H256], {
|
|
648
428
|
bucketId: H256;
|
|
649
429
|
oldMspId: Option<H256>;
|
|
650
430
|
newMspId: H256;
|
|
@@ -652,12 +432,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
652
432
|
/**
|
|
653
433
|
* Notifies that a bucket is being moved to a new MSP.
|
|
654
434
|
**/
|
|
655
|
-
MoveBucketRequested: AugmentedEvent<ApiType, [
|
|
656
|
-
who: AccountId32,
|
|
657
|
-
bucketId: H256,
|
|
658
|
-
newMspId: H256,
|
|
659
|
-
newValuePropId: H256
|
|
660
|
-
], {
|
|
435
|
+
MoveBucketRequested: AugmentedEvent<ApiType, [who: AccountId32, bucketId: H256, newMspId: H256, newValuePropId: H256], {
|
|
661
436
|
who: AccountId32;
|
|
662
437
|
bucketId: H256;
|
|
663
438
|
newMspId: H256;
|
|
@@ -680,21 +455,14 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
680
455
|
* This event is not emitted when the storage request is immediately fulfilled upon
|
|
681
456
|
* MSP acceptance. In such cases, a [`StorageRequestFulfilled`] event is emitted instead.
|
|
682
457
|
**/
|
|
683
|
-
MspAcceptedStorageRequest: AugmentedEvent<ApiType, [
|
|
684
|
-
fileKey: H256,
|
|
685
|
-
fileMetadata: ShpFileMetadataFileMetadata
|
|
686
|
-
], {
|
|
458
|
+
MspAcceptedStorageRequest: AugmentedEvent<ApiType, [fileKey: H256, fileMetadata: ShpFileMetadataFileMetadata], {
|
|
687
459
|
fileKey: H256;
|
|
688
460
|
fileMetadata: ShpFileMetadataFileMetadata;
|
|
689
461
|
}>;
|
|
690
462
|
/**
|
|
691
463
|
* Notifies that a MSP has stopped storing a bucket.
|
|
692
464
|
**/
|
|
693
|
-
MspStoppedStoringBucket: AugmentedEvent<ApiType, [
|
|
694
|
-
mspId: H256,
|
|
695
|
-
owner: AccountId32,
|
|
696
|
-
bucketId: H256
|
|
697
|
-
], {
|
|
465
|
+
MspStoppedStoringBucket: AugmentedEvent<ApiType, [mspId: H256, owner: AccountId32, bucketId: H256], {
|
|
698
466
|
mspId: H256;
|
|
699
467
|
owner: AccountId32;
|
|
700
468
|
bucketId: H256;
|
|
@@ -702,11 +470,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
702
470
|
/**
|
|
703
471
|
* Notifies that a MSP has stopped storing a bucket because its owner has become insolvent.
|
|
704
472
|
**/
|
|
705
|
-
MspStopStoringBucketInsolventUser: AugmentedEvent<ApiType, [
|
|
706
|
-
mspId: H256,
|
|
707
|
-
owner: AccountId32,
|
|
708
|
-
bucketId: H256
|
|
709
|
-
], {
|
|
473
|
+
MspStopStoringBucketInsolventUser: AugmentedEvent<ApiType, [mspId: H256, owner: AccountId32, bucketId: H256], {
|
|
710
474
|
mspId: H256;
|
|
711
475
|
owner: AccountId32;
|
|
712
476
|
bucketId: H256;
|
|
@@ -714,16 +478,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
714
478
|
/**
|
|
715
479
|
* Notifies that a new bucket has been created.
|
|
716
480
|
**/
|
|
717
|
-
NewBucket: AugmentedEvent<ApiType, [
|
|
718
|
-
who: AccountId32,
|
|
719
|
-
mspId: H256,
|
|
720
|
-
bucketId: H256,
|
|
721
|
-
name: Bytes,
|
|
722
|
-
root: H256,
|
|
723
|
-
collectionId: Option<u32>,
|
|
724
|
-
private: bool,
|
|
725
|
-
valuePropId: H256
|
|
726
|
-
], {
|
|
481
|
+
NewBucket: AugmentedEvent<ApiType, [who: AccountId32, mspId: H256, bucketId: H256, name: Bytes, root: H256, collectionId: Option<u32>, private: bool, valuePropId: H256], {
|
|
727
482
|
who: AccountId32;
|
|
728
483
|
mspId: H256;
|
|
729
484
|
bucketId: H256;
|
|
@@ -736,11 +491,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
736
491
|
/**
|
|
737
492
|
* Notifies that a new collection has been created and associated with a bucket.
|
|
738
493
|
**/
|
|
739
|
-
NewCollectionAndAssociation: AugmentedEvent<ApiType, [
|
|
740
|
-
who: AccountId32,
|
|
741
|
-
bucketId: H256,
|
|
742
|
-
collectionId: u32
|
|
743
|
-
], {
|
|
494
|
+
NewCollectionAndAssociation: AugmentedEvent<ApiType, [who: AccountId32, bucketId: H256, collectionId: u32], {
|
|
744
495
|
who: AccountId32;
|
|
745
496
|
bucketId: H256;
|
|
746
497
|
collectionId: u32;
|
|
@@ -748,16 +499,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
748
499
|
/**
|
|
749
500
|
* Notifies that a new file has been requested to be stored.
|
|
750
501
|
**/
|
|
751
|
-
NewStorageRequest: AugmentedEvent<ApiType, [
|
|
752
|
-
who: AccountId32,
|
|
753
|
-
fileKey: H256,
|
|
754
|
-
bucketId: H256,
|
|
755
|
-
location: Bytes,
|
|
756
|
-
fingerprint: H256,
|
|
757
|
-
size_: u64,
|
|
758
|
-
peerIds: Vec<Bytes>,
|
|
759
|
-
expiresAt: u32
|
|
760
|
-
], {
|
|
502
|
+
NewStorageRequest: AugmentedEvent<ApiType, [who: AccountId32, fileKey: H256, bucketId: H256, location: Bytes, fingerprint: H256, size_: u64, peerIds: Vec<Bytes>, expiresAt: u32], {
|
|
761
503
|
who: AccountId32;
|
|
762
504
|
fileKey: H256;
|
|
763
505
|
bucketId: H256;
|
|
@@ -767,44 +509,10 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
767
509
|
peerIds: Vec<Bytes>;
|
|
768
510
|
expiresAt: u32;
|
|
769
511
|
}>;
|
|
770
|
-
/**
|
|
771
|
-
* Notifies that a file key has been queued for a priority challenge for file deletion.
|
|
772
|
-
**/
|
|
773
|
-
PriorityChallengeForFileDeletionQueued: AugmentedEvent<ApiType, [
|
|
774
|
-
issuer: PalletFileSystemEitherAccountIdOrMspId,
|
|
775
|
-
fileKey: H256
|
|
776
|
-
], {
|
|
777
|
-
issuer: PalletFileSystemEitherAccountIdOrMspId;
|
|
778
|
-
fileKey: H256;
|
|
779
|
-
}>;
|
|
780
|
-
/**
|
|
781
|
-
* Notifies that a proof has been submitted for a pending file deletion request.
|
|
782
|
-
**/
|
|
783
|
-
ProofSubmittedForPendingFileDeletionRequest: AugmentedEvent<ApiType, [
|
|
784
|
-
user: AccountId32,
|
|
785
|
-
fileKey: H256,
|
|
786
|
-
fileSize: u64,
|
|
787
|
-
bucketId: H256,
|
|
788
|
-
mspId: H256,
|
|
789
|
-
proofOfInclusion: bool
|
|
790
|
-
], {
|
|
791
|
-
user: AccountId32;
|
|
792
|
-
fileKey: H256;
|
|
793
|
-
fileSize: u64;
|
|
794
|
-
bucketId: H256;
|
|
795
|
-
mspId: H256;
|
|
796
|
-
proofOfInclusion: bool;
|
|
797
|
-
}>;
|
|
798
512
|
/**
|
|
799
513
|
* Notifies that a SP has stopped storing a file because its owner has become insolvent.
|
|
800
514
|
**/
|
|
801
|
-
SpStopStoringInsolventUser: AugmentedEvent<ApiType, [
|
|
802
|
-
spId: H256,
|
|
803
|
-
fileKey: H256,
|
|
804
|
-
owner: AccountId32,
|
|
805
|
-
location: Bytes,
|
|
806
|
-
newRoot: H256
|
|
807
|
-
], {
|
|
515
|
+
SpStopStoringInsolventUser: AugmentedEvent<ApiType, [spId: H256, fileKey: H256, owner: AccountId32, location: Bytes, newRoot: H256], {
|
|
808
516
|
spId: H256;
|
|
809
517
|
fileKey: H256;
|
|
810
518
|
owner: AccountId32;
|
|
@@ -834,12 +542,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
834
542
|
* Note: the storage request will be marked as "incomplete", and it is expected that fisherman
|
|
835
543
|
* nodes will pick it up and delete the file from the confirmed BSPs as well as the Bucket.
|
|
836
544
|
**/
|
|
837
|
-
StorageRequestRejected: AugmentedEvent<ApiType, [
|
|
838
|
-
fileKey: H256,
|
|
839
|
-
mspId: H256,
|
|
840
|
-
bucketId: H256,
|
|
841
|
-
reason: PalletFileSystemRejectedStorageRequestReason
|
|
842
|
-
], {
|
|
545
|
+
StorageRequestRejected: AugmentedEvent<ApiType, [fileKey: H256, mspId: H256, bucketId: H256, reason: PalletFileSystemRejectedStorageRequestReason], {
|
|
843
546
|
fileKey: H256;
|
|
844
547
|
mspId: H256;
|
|
845
548
|
bucketId: H256;
|
|
@@ -856,9 +559,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
856
559
|
/**
|
|
857
560
|
* Event to notify of incoherencies in used capacity.
|
|
858
561
|
**/
|
|
859
|
-
UsedCapacityShouldBeZero: AugmentedEvent<ApiType, [
|
|
860
|
-
actualUsedCapacity: u64
|
|
861
|
-
], {
|
|
562
|
+
UsedCapacityShouldBeZero: AugmentedEvent<ApiType, [actualUsedCapacity: u64], {
|
|
862
563
|
actualUsedCapacity: u64;
|
|
863
564
|
}>;
|
|
864
565
|
/**
|
|
@@ -870,12 +571,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
870
571
|
/**
|
|
871
572
|
* Message placed in overweight queue.
|
|
872
573
|
**/
|
|
873
|
-
OverweightEnqueued: AugmentedEvent<ApiType, [
|
|
874
|
-
id: U8aFixed,
|
|
875
|
-
origin: CumulusPrimitivesCoreAggregateMessageOrigin,
|
|
876
|
-
pageIndex: u32,
|
|
877
|
-
messageIndex: u32
|
|
878
|
-
], {
|
|
574
|
+
OverweightEnqueued: AugmentedEvent<ApiType, [id: U8aFixed, origin: CumulusPrimitivesCoreAggregateMessageOrigin, pageIndex: u32, messageIndex: u32], {
|
|
879
575
|
id: U8aFixed;
|
|
880
576
|
origin: CumulusPrimitivesCoreAggregateMessageOrigin;
|
|
881
577
|
pageIndex: u32;
|
|
@@ -884,22 +580,14 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
884
580
|
/**
|
|
885
581
|
* This page was reaped.
|
|
886
582
|
**/
|
|
887
|
-
PageReaped: AugmentedEvent<ApiType, [
|
|
888
|
-
origin: CumulusPrimitivesCoreAggregateMessageOrigin,
|
|
889
|
-
index: u32
|
|
890
|
-
], {
|
|
583
|
+
PageReaped: AugmentedEvent<ApiType, [origin: CumulusPrimitivesCoreAggregateMessageOrigin, index: u32], {
|
|
891
584
|
origin: CumulusPrimitivesCoreAggregateMessageOrigin;
|
|
892
585
|
index: u32;
|
|
893
586
|
}>;
|
|
894
587
|
/**
|
|
895
588
|
* Message is processed.
|
|
896
589
|
**/
|
|
897
|
-
Processed: AugmentedEvent<ApiType, [
|
|
898
|
-
id: H256,
|
|
899
|
-
origin: CumulusPrimitivesCoreAggregateMessageOrigin,
|
|
900
|
-
weightUsed: SpWeightsWeightV2Weight,
|
|
901
|
-
success: bool
|
|
902
|
-
], {
|
|
590
|
+
Processed: AugmentedEvent<ApiType, [id: H256, origin: CumulusPrimitivesCoreAggregateMessageOrigin, weightUsed: SpWeightsWeightV2Weight, success: bool], {
|
|
903
591
|
id: H256;
|
|
904
592
|
origin: CumulusPrimitivesCoreAggregateMessageOrigin;
|
|
905
593
|
weightUsed: SpWeightsWeightV2Weight;
|
|
@@ -908,11 +596,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
908
596
|
/**
|
|
909
597
|
* Message discarded due to an error in the `MessageProcessor` (usually a format error).
|
|
910
598
|
**/
|
|
911
|
-
ProcessingFailed: AugmentedEvent<ApiType, [
|
|
912
|
-
id: H256,
|
|
913
|
-
origin: CumulusPrimitivesCoreAggregateMessageOrigin,
|
|
914
|
-
error: FrameSupportMessagesProcessMessageError
|
|
915
|
-
], {
|
|
599
|
+
ProcessingFailed: AugmentedEvent<ApiType, [id: H256, origin: CumulusPrimitivesCoreAggregateMessageOrigin, error: FrameSupportMessagesProcessMessageError], {
|
|
916
600
|
id: H256;
|
|
917
601
|
origin: CumulusPrimitivesCoreAggregateMessageOrigin;
|
|
918
602
|
error: FrameSupportMessagesProcessMessageError;
|
|
@@ -926,11 +610,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
926
610
|
/**
|
|
927
611
|
* All approvals of an item got cancelled.
|
|
928
612
|
**/
|
|
929
|
-
AllApprovalsCancelled: AugmentedEvent<ApiType, [
|
|
930
|
-
collection: u32,
|
|
931
|
-
item: u32,
|
|
932
|
-
owner: AccountId32
|
|
933
|
-
], {
|
|
613
|
+
AllApprovalsCancelled: AugmentedEvent<ApiType, [collection: u32, item: u32, owner: AccountId32], {
|
|
934
614
|
collection: u32;
|
|
935
615
|
item: u32;
|
|
936
616
|
owner: AccountId32;
|
|
@@ -939,12 +619,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
939
619
|
* An approval for a `delegate` account to transfer the `item` of an item
|
|
940
620
|
* `collection` was cancelled by its `owner`.
|
|
941
621
|
**/
|
|
942
|
-
ApprovalCancelled: AugmentedEvent<ApiType, [
|
|
943
|
-
collection: u32,
|
|
944
|
-
item: u32,
|
|
945
|
-
owner: AccountId32,
|
|
946
|
-
delegate: AccountId32
|
|
947
|
-
], {
|
|
622
|
+
ApprovalCancelled: AugmentedEvent<ApiType, [collection: u32, item: u32, owner: AccountId32, delegate: AccountId32], {
|
|
948
623
|
collection: u32;
|
|
949
624
|
item: u32;
|
|
950
625
|
owner: AccountId32;
|
|
@@ -953,12 +628,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
953
628
|
/**
|
|
954
629
|
* Attribute metadata has been cleared for a `collection` or `item`.
|
|
955
630
|
**/
|
|
956
|
-
AttributeCleared: AugmentedEvent<ApiType, [
|
|
957
|
-
collection: u32,
|
|
958
|
-
maybeItem: Option<u32>,
|
|
959
|
-
key: Bytes,
|
|
960
|
-
namespace: PalletNftsAttributeNamespace
|
|
961
|
-
], {
|
|
631
|
+
AttributeCleared: AugmentedEvent<ApiType, [collection: u32, maybeItem: Option<u32>, key: Bytes, namespace: PalletNftsAttributeNamespace], {
|
|
962
632
|
collection: u32;
|
|
963
633
|
maybeItem: Option<u32>;
|
|
964
634
|
key: Bytes;
|
|
@@ -967,13 +637,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
967
637
|
/**
|
|
968
638
|
* New attribute metadata has been set for a `collection` or `item`.
|
|
969
639
|
**/
|
|
970
|
-
AttributeSet: AugmentedEvent<ApiType, [
|
|
971
|
-
collection: u32,
|
|
972
|
-
maybeItem: Option<u32>,
|
|
973
|
-
key: Bytes,
|
|
974
|
-
value: Bytes,
|
|
975
|
-
namespace: PalletNftsAttributeNamespace
|
|
976
|
-
], {
|
|
640
|
+
AttributeSet: AugmentedEvent<ApiType, [collection: u32, maybeItem: Option<u32>, key: Bytes, value: Bytes, namespace: PalletNftsAttributeNamespace], {
|
|
977
641
|
collection: u32;
|
|
978
642
|
maybeItem: Option<u32>;
|
|
979
643
|
key: Bytes;
|
|
@@ -983,11 +647,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
983
647
|
/**
|
|
984
648
|
* An `item` was destroyed.
|
|
985
649
|
**/
|
|
986
|
-
Burned: AugmentedEvent<ApiType, [
|
|
987
|
-
collection: u32,
|
|
988
|
-
item: u32,
|
|
989
|
-
owner: AccountId32
|
|
990
|
-
], {
|
|
650
|
+
Burned: AugmentedEvent<ApiType, [collection: u32, item: u32, owner: AccountId32], {
|
|
991
651
|
collection: u32;
|
|
992
652
|
item: u32;
|
|
993
653
|
owner: AccountId32;
|
|
@@ -1007,10 +667,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1007
667
|
/**
|
|
1008
668
|
* Max supply has been set for a collection.
|
|
1009
669
|
**/
|
|
1010
|
-
CollectionMaxSupplySet: AugmentedEvent<ApiType, [
|
|
1011
|
-
collection: u32,
|
|
1012
|
-
maxSupply: u32
|
|
1013
|
-
], {
|
|
670
|
+
CollectionMaxSupplySet: AugmentedEvent<ApiType, [collection: u32, maxSupply: u32], {
|
|
1014
671
|
collection: u32;
|
|
1015
672
|
maxSupply: u32;
|
|
1016
673
|
}>;
|
|
@@ -1023,29 +680,20 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1023
680
|
/**
|
|
1024
681
|
* New metadata has been set for a `collection`.
|
|
1025
682
|
**/
|
|
1026
|
-
CollectionMetadataSet: AugmentedEvent<ApiType, [
|
|
1027
|
-
collection: u32,
|
|
1028
|
-
data: Bytes
|
|
1029
|
-
], {
|
|
683
|
+
CollectionMetadataSet: AugmentedEvent<ApiType, [collection: u32, data: Bytes], {
|
|
1030
684
|
collection: u32;
|
|
1031
685
|
data: Bytes;
|
|
1032
686
|
}>;
|
|
1033
687
|
/**
|
|
1034
688
|
* Mint settings for a collection had changed.
|
|
1035
689
|
**/
|
|
1036
|
-
CollectionMintSettingsUpdated: AugmentedEvent<ApiType, [
|
|
1037
|
-
collection: u32
|
|
1038
|
-
], {
|
|
690
|
+
CollectionMintSettingsUpdated: AugmentedEvent<ApiType, [collection: u32], {
|
|
1039
691
|
collection: u32;
|
|
1040
692
|
}>;
|
|
1041
693
|
/**
|
|
1042
694
|
* A `collection` was created.
|
|
1043
695
|
**/
|
|
1044
|
-
Created: AugmentedEvent<ApiType, [
|
|
1045
|
-
collection: u32,
|
|
1046
|
-
creator: AccountId32,
|
|
1047
|
-
owner: AccountId32
|
|
1048
|
-
], {
|
|
696
|
+
Created: AugmentedEvent<ApiType, [collection: u32, creator: AccountId32, owner: AccountId32], {
|
|
1049
697
|
collection: u32;
|
|
1050
698
|
creator: AccountId32;
|
|
1051
699
|
owner: AccountId32;
|
|
@@ -1059,21 +707,14 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1059
707
|
/**
|
|
1060
708
|
* A `collection` was force-created.
|
|
1061
709
|
**/
|
|
1062
|
-
ForceCreated: AugmentedEvent<ApiType, [
|
|
1063
|
-
collection: u32,
|
|
1064
|
-
owner: AccountId32
|
|
1065
|
-
], {
|
|
710
|
+
ForceCreated: AugmentedEvent<ApiType, [collection: u32, owner: AccountId32], {
|
|
1066
711
|
collection: u32;
|
|
1067
712
|
owner: AccountId32;
|
|
1068
713
|
}>;
|
|
1069
714
|
/**
|
|
1070
715
|
* An `item` was issued.
|
|
1071
716
|
**/
|
|
1072
|
-
Issued: AugmentedEvent<ApiType, [
|
|
1073
|
-
collection: u32,
|
|
1074
|
-
item: u32,
|
|
1075
|
-
owner: AccountId32
|
|
1076
|
-
], {
|
|
717
|
+
Issued: AugmentedEvent<ApiType, [collection: u32, item: u32, owner: AccountId32], {
|
|
1077
718
|
collection: u32;
|
|
1078
719
|
item: u32;
|
|
1079
720
|
owner: AccountId32;
|
|
@@ -1081,11 +722,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1081
722
|
/**
|
|
1082
723
|
* A new approval to modify item attributes was added.
|
|
1083
724
|
**/
|
|
1084
|
-
ItemAttributesApprovalAdded: AugmentedEvent<ApiType, [
|
|
1085
|
-
collection: u32,
|
|
1086
|
-
item: u32,
|
|
1087
|
-
delegate: AccountId32
|
|
1088
|
-
], {
|
|
725
|
+
ItemAttributesApprovalAdded: AugmentedEvent<ApiType, [collection: u32, item: u32, delegate: AccountId32], {
|
|
1089
726
|
collection: u32;
|
|
1090
727
|
item: u32;
|
|
1091
728
|
delegate: AccountId32;
|
|
@@ -1093,11 +730,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1093
730
|
/**
|
|
1094
731
|
* A new approval to modify item attributes was removed.
|
|
1095
732
|
**/
|
|
1096
|
-
ItemAttributesApprovalRemoved: AugmentedEvent<ApiType, [
|
|
1097
|
-
collection: u32,
|
|
1098
|
-
item: u32,
|
|
1099
|
-
delegate: AccountId32
|
|
1100
|
-
], {
|
|
733
|
+
ItemAttributesApprovalRemoved: AugmentedEvent<ApiType, [collection: u32, item: u32, delegate: AccountId32], {
|
|
1101
734
|
collection: u32;
|
|
1102
735
|
item: u32;
|
|
1103
736
|
delegate: AccountId32;
|
|
@@ -1105,13 +738,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1105
738
|
/**
|
|
1106
739
|
* An item was bought.
|
|
1107
740
|
**/
|
|
1108
|
-
ItemBought: AugmentedEvent<ApiType, [
|
|
1109
|
-
collection: u32,
|
|
1110
|
-
item: u32,
|
|
1111
|
-
price: u128,
|
|
1112
|
-
seller: AccountId32,
|
|
1113
|
-
buyer: AccountId32
|
|
1114
|
-
], {
|
|
741
|
+
ItemBought: AugmentedEvent<ApiType, [collection: u32, item: u32, price: u128, seller: AccountId32, buyer: AccountId32], {
|
|
1115
742
|
collection: u32;
|
|
1116
743
|
item: u32;
|
|
1117
744
|
price: u128;
|
|
@@ -1121,21 +748,14 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1121
748
|
/**
|
|
1122
749
|
* Metadata has been cleared for an item.
|
|
1123
750
|
**/
|
|
1124
|
-
ItemMetadataCleared: AugmentedEvent<ApiType, [
|
|
1125
|
-
collection: u32,
|
|
1126
|
-
item: u32
|
|
1127
|
-
], {
|
|
751
|
+
ItemMetadataCleared: AugmentedEvent<ApiType, [collection: u32, item: u32], {
|
|
1128
752
|
collection: u32;
|
|
1129
753
|
item: u32;
|
|
1130
754
|
}>;
|
|
1131
755
|
/**
|
|
1132
756
|
* New metadata has been set for an item.
|
|
1133
757
|
**/
|
|
1134
|
-
ItemMetadataSet: AugmentedEvent<ApiType, [
|
|
1135
|
-
collection: u32,
|
|
1136
|
-
item: u32,
|
|
1137
|
-
data: Bytes
|
|
1138
|
-
], {
|
|
758
|
+
ItemMetadataSet: AugmentedEvent<ApiType, [collection: u32, item: u32, data: Bytes], {
|
|
1139
759
|
collection: u32;
|
|
1140
760
|
item: u32;
|
|
1141
761
|
data: Bytes;
|
|
@@ -1143,22 +763,14 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1143
763
|
/**
|
|
1144
764
|
* The price for the item was removed.
|
|
1145
765
|
**/
|
|
1146
|
-
ItemPriceRemoved: AugmentedEvent<ApiType, [
|
|
1147
|
-
collection: u32,
|
|
1148
|
-
item: u32
|
|
1149
|
-
], {
|
|
766
|
+
ItemPriceRemoved: AugmentedEvent<ApiType, [collection: u32, item: u32], {
|
|
1150
767
|
collection: u32;
|
|
1151
768
|
item: u32;
|
|
1152
769
|
}>;
|
|
1153
770
|
/**
|
|
1154
771
|
* The price was set for the item.
|
|
1155
772
|
**/
|
|
1156
|
-
ItemPriceSet: AugmentedEvent<ApiType, [
|
|
1157
|
-
collection: u32,
|
|
1158
|
-
item: u32,
|
|
1159
|
-
price: u128,
|
|
1160
|
-
whitelistedBuyer: Option<AccountId32>
|
|
1161
|
-
], {
|
|
773
|
+
ItemPriceSet: AugmentedEvent<ApiType, [collection: u32, item: u32, price: u128, whitelistedBuyer: Option<AccountId32>], {
|
|
1162
774
|
collection: u32;
|
|
1163
775
|
item: u32;
|
|
1164
776
|
price: u128;
|
|
@@ -1167,12 +779,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1167
779
|
/**
|
|
1168
780
|
* `item` metadata or attributes were locked.
|
|
1169
781
|
**/
|
|
1170
|
-
ItemPropertiesLocked: AugmentedEvent<ApiType, [
|
|
1171
|
-
collection: u32,
|
|
1172
|
-
item: u32,
|
|
1173
|
-
lockMetadata: bool,
|
|
1174
|
-
lockAttributes: bool
|
|
1175
|
-
], {
|
|
782
|
+
ItemPropertiesLocked: AugmentedEvent<ApiType, [collection: u32, item: u32, lockMetadata: bool, lockAttributes: bool], {
|
|
1176
783
|
collection: u32;
|
|
1177
784
|
item: u32;
|
|
1178
785
|
lockMetadata: bool;
|
|
@@ -1181,48 +788,34 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1181
788
|
/**
|
|
1182
789
|
* An `item` became non-transferable.
|
|
1183
790
|
**/
|
|
1184
|
-
ItemTransferLocked: AugmentedEvent<ApiType, [
|
|
1185
|
-
collection: u32,
|
|
1186
|
-
item: u32
|
|
1187
|
-
], {
|
|
791
|
+
ItemTransferLocked: AugmentedEvent<ApiType, [collection: u32, item: u32], {
|
|
1188
792
|
collection: u32;
|
|
1189
793
|
item: u32;
|
|
1190
794
|
}>;
|
|
1191
795
|
/**
|
|
1192
796
|
* An `item` became transferable.
|
|
1193
797
|
**/
|
|
1194
|
-
ItemTransferUnlocked: AugmentedEvent<ApiType, [
|
|
1195
|
-
collection: u32,
|
|
1196
|
-
item: u32
|
|
1197
|
-
], {
|
|
798
|
+
ItemTransferUnlocked: AugmentedEvent<ApiType, [collection: u32, item: u32], {
|
|
1198
799
|
collection: u32;
|
|
1199
800
|
item: u32;
|
|
1200
801
|
}>;
|
|
1201
802
|
/**
|
|
1202
803
|
* Event gets emitted when the `NextCollectionId` gets incremented.
|
|
1203
804
|
**/
|
|
1204
|
-
NextCollectionIdIncremented: AugmentedEvent<ApiType, [
|
|
1205
|
-
nextId: Option<u32>
|
|
1206
|
-
], {
|
|
805
|
+
NextCollectionIdIncremented: AugmentedEvent<ApiType, [nextId: Option<u32>], {
|
|
1207
806
|
nextId: Option<u32>;
|
|
1208
807
|
}>;
|
|
1209
808
|
/**
|
|
1210
809
|
* The owner changed.
|
|
1211
810
|
**/
|
|
1212
|
-
OwnerChanged: AugmentedEvent<ApiType, [
|
|
1213
|
-
collection: u32,
|
|
1214
|
-
newOwner: AccountId32
|
|
1215
|
-
], {
|
|
811
|
+
OwnerChanged: AugmentedEvent<ApiType, [collection: u32, newOwner: AccountId32], {
|
|
1216
812
|
collection: u32;
|
|
1217
813
|
newOwner: AccountId32;
|
|
1218
814
|
}>;
|
|
1219
815
|
/**
|
|
1220
816
|
* Ownership acceptance has changed for an account.
|
|
1221
817
|
**/
|
|
1222
|
-
OwnershipAcceptanceChanged: AugmentedEvent<ApiType, [
|
|
1223
|
-
who: AccountId32,
|
|
1224
|
-
maybeCollection: Option<u32>
|
|
1225
|
-
], {
|
|
818
|
+
OwnershipAcceptanceChanged: AugmentedEvent<ApiType, [who: AccountId32, maybeCollection: Option<u32>], {
|
|
1226
819
|
who: AccountId32;
|
|
1227
820
|
maybeCollection: Option<u32>;
|
|
1228
821
|
}>;
|
|
@@ -1230,12 +823,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1230
823
|
* A new attribute in the `Pallet` namespace was set for the `collection` or an `item`
|
|
1231
824
|
* within that `collection`.
|
|
1232
825
|
**/
|
|
1233
|
-
PalletAttributeSet: AugmentedEvent<ApiType, [
|
|
1234
|
-
collection: u32,
|
|
1235
|
-
item: Option<u32>,
|
|
1236
|
-
attribute: PalletNftsPalletAttributes,
|
|
1237
|
-
value: Bytes
|
|
1238
|
-
], {
|
|
826
|
+
PalletAttributeSet: AugmentedEvent<ApiType, [collection: u32, item: Option<u32>, attribute: PalletNftsPalletAttributes, value: Bytes], {
|
|
1239
827
|
collection: u32;
|
|
1240
828
|
item: Option<u32>;
|
|
1241
829
|
attribute: PalletNftsPalletAttributes;
|
|
@@ -1244,11 +832,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1244
832
|
/**
|
|
1245
833
|
* New attributes have been set for an `item` of the `collection`.
|
|
1246
834
|
**/
|
|
1247
|
-
PreSignedAttributesSet: AugmentedEvent<ApiType, [
|
|
1248
|
-
collection: u32,
|
|
1249
|
-
item: u32,
|
|
1250
|
-
namespace: PalletNftsAttributeNamespace
|
|
1251
|
-
], {
|
|
835
|
+
PreSignedAttributesSet: AugmentedEvent<ApiType, [collection: u32, item: u32, namespace: PalletNftsAttributeNamespace], {
|
|
1252
836
|
collection: u32;
|
|
1253
837
|
item: u32;
|
|
1254
838
|
namespace: PalletNftsAttributeNamespace;
|
|
@@ -1256,24 +840,14 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1256
840
|
/**
|
|
1257
841
|
* The deposit for a set of `item`s within a `collection` has been updated.
|
|
1258
842
|
**/
|
|
1259
|
-
Redeposited: AugmentedEvent<ApiType, [
|
|
1260
|
-
collection: u32,
|
|
1261
|
-
successfulItems: Vec<u32>
|
|
1262
|
-
], {
|
|
843
|
+
Redeposited: AugmentedEvent<ApiType, [collection: u32, successfulItems: Vec<u32>], {
|
|
1263
844
|
collection: u32;
|
|
1264
845
|
successfulItems: Vec<u32>;
|
|
1265
846
|
}>;
|
|
1266
847
|
/**
|
|
1267
848
|
* The swap was cancelled.
|
|
1268
849
|
**/
|
|
1269
|
-
SwapCancelled: AugmentedEvent<ApiType, [
|
|
1270
|
-
offeredCollection: u32,
|
|
1271
|
-
offeredItem: u32,
|
|
1272
|
-
desiredCollection: u32,
|
|
1273
|
-
desiredItem: Option<u32>,
|
|
1274
|
-
price: Option<PalletNftsPriceWithDirection>,
|
|
1275
|
-
deadline: u32
|
|
1276
|
-
], {
|
|
850
|
+
SwapCancelled: AugmentedEvent<ApiType, [offeredCollection: u32, offeredItem: u32, desiredCollection: u32, desiredItem: Option<u32>, price: Option<PalletNftsPriceWithDirection>, deadline: u32], {
|
|
1277
851
|
offeredCollection: u32;
|
|
1278
852
|
offeredItem: u32;
|
|
1279
853
|
desiredCollection: u32;
|
|
@@ -1284,16 +858,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1284
858
|
/**
|
|
1285
859
|
* The swap has been claimed.
|
|
1286
860
|
**/
|
|
1287
|
-
SwapClaimed: AugmentedEvent<ApiType, [
|
|
1288
|
-
sentCollection: u32,
|
|
1289
|
-
sentItem: u32,
|
|
1290
|
-
sentItemOwner: AccountId32,
|
|
1291
|
-
receivedCollection: u32,
|
|
1292
|
-
receivedItem: u32,
|
|
1293
|
-
receivedItemOwner: AccountId32,
|
|
1294
|
-
price: Option<PalletNftsPriceWithDirection>,
|
|
1295
|
-
deadline: u32
|
|
1296
|
-
], {
|
|
861
|
+
SwapClaimed: AugmentedEvent<ApiType, [sentCollection: u32, sentItem: u32, sentItemOwner: AccountId32, receivedCollection: u32, receivedItem: u32, receivedItemOwner: AccountId32, price: Option<PalletNftsPriceWithDirection>, deadline: u32], {
|
|
1297
862
|
sentCollection: u32;
|
|
1298
863
|
sentItem: u32;
|
|
1299
864
|
sentItemOwner: AccountId32;
|
|
@@ -1306,14 +871,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1306
871
|
/**
|
|
1307
872
|
* An `item` swap intent was created.
|
|
1308
873
|
**/
|
|
1309
|
-
SwapCreated: AugmentedEvent<ApiType, [
|
|
1310
|
-
offeredCollection: u32,
|
|
1311
|
-
offeredItem: u32,
|
|
1312
|
-
desiredCollection: u32,
|
|
1313
|
-
desiredItem: Option<u32>,
|
|
1314
|
-
price: Option<PalletNftsPriceWithDirection>,
|
|
1315
|
-
deadline: u32
|
|
1316
|
-
], {
|
|
874
|
+
SwapCreated: AugmentedEvent<ApiType, [offeredCollection: u32, offeredItem: u32, desiredCollection: u32, desiredItem: Option<u32>, price: Option<PalletNftsPriceWithDirection>, deadline: u32], {
|
|
1317
875
|
offeredCollection: u32;
|
|
1318
876
|
offeredItem: u32;
|
|
1319
877
|
desiredCollection: u32;
|
|
@@ -1324,12 +882,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1324
882
|
/**
|
|
1325
883
|
* The management team changed.
|
|
1326
884
|
**/
|
|
1327
|
-
TeamChanged: AugmentedEvent<ApiType, [
|
|
1328
|
-
collection: u32,
|
|
1329
|
-
issuer: Option<AccountId32>,
|
|
1330
|
-
admin: Option<AccountId32>,
|
|
1331
|
-
freezer: Option<AccountId32>
|
|
1332
|
-
], {
|
|
885
|
+
TeamChanged: AugmentedEvent<ApiType, [collection: u32, issuer: Option<AccountId32>, admin: Option<AccountId32>, freezer: Option<AccountId32>], {
|
|
1333
886
|
collection: u32;
|
|
1334
887
|
issuer: Option<AccountId32>;
|
|
1335
888
|
admin: Option<AccountId32>;
|
|
@@ -1338,13 +891,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1338
891
|
/**
|
|
1339
892
|
* A tip was sent.
|
|
1340
893
|
**/
|
|
1341
|
-
TipSent: AugmentedEvent<ApiType, [
|
|
1342
|
-
collection: u32,
|
|
1343
|
-
item: u32,
|
|
1344
|
-
sender: AccountId32,
|
|
1345
|
-
receiver: AccountId32,
|
|
1346
|
-
amount: u128
|
|
1347
|
-
], {
|
|
894
|
+
TipSent: AugmentedEvent<ApiType, [collection: u32, item: u32, sender: AccountId32, receiver: AccountId32, amount: u128], {
|
|
1348
895
|
collection: u32;
|
|
1349
896
|
item: u32;
|
|
1350
897
|
sender: AccountId32;
|
|
@@ -1355,13 +902,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1355
902
|
* An `item` of a `collection` has been approved by the `owner` for transfer by
|
|
1356
903
|
* a `delegate`.
|
|
1357
904
|
**/
|
|
1358
|
-
TransferApproved: AugmentedEvent<ApiType, [
|
|
1359
|
-
collection: u32,
|
|
1360
|
-
item: u32,
|
|
1361
|
-
owner: AccountId32,
|
|
1362
|
-
delegate: AccountId32,
|
|
1363
|
-
deadline: Option<u32>
|
|
1364
|
-
], {
|
|
905
|
+
TransferApproved: AugmentedEvent<ApiType, [collection: u32, item: u32, owner: AccountId32, delegate: AccountId32, deadline: Option<u32>], {
|
|
1365
906
|
collection: u32;
|
|
1366
907
|
item: u32;
|
|
1367
908
|
owner: AccountId32;
|
|
@@ -1371,12 +912,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1371
912
|
/**
|
|
1372
913
|
* An `item` was transferred.
|
|
1373
914
|
**/
|
|
1374
|
-
Transferred: AugmentedEvent<ApiType, [
|
|
1375
|
-
collection: u32,
|
|
1376
|
-
item: u32,
|
|
1377
|
-
from: AccountId32,
|
|
1378
|
-
to: AccountId32
|
|
1379
|
-
], {
|
|
915
|
+
Transferred: AugmentedEvent<ApiType, [collection: u32, item: u32, from: AccountId32, to: AccountId32], {
|
|
1380
916
|
collection: u32;
|
|
1381
917
|
item: u32;
|
|
1382
918
|
from: AccountId32;
|
|
@@ -1391,10 +927,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1391
927
|
/**
|
|
1392
928
|
* Downward messages were processed using the given weight.
|
|
1393
929
|
**/
|
|
1394
|
-
DownwardMessagesProcessed: AugmentedEvent<ApiType, [
|
|
1395
|
-
weightUsed: SpWeightsWeightV2Weight,
|
|
1396
|
-
dmqHead: H256
|
|
1397
|
-
], {
|
|
930
|
+
DownwardMessagesProcessed: AugmentedEvent<ApiType, [weightUsed: SpWeightsWeightV2Weight, dmqHead: H256], {
|
|
1398
931
|
weightUsed: SpWeightsWeightV2Weight;
|
|
1399
932
|
dmqHead: H256;
|
|
1400
933
|
}>;
|
|
@@ -1407,17 +940,13 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1407
940
|
/**
|
|
1408
941
|
* An upward message was sent to the relay chain.
|
|
1409
942
|
**/
|
|
1410
|
-
UpwardMessageSent: AugmentedEvent<ApiType, [
|
|
1411
|
-
messageHash: Option<U8aFixed>
|
|
1412
|
-
], {
|
|
943
|
+
UpwardMessageSent: AugmentedEvent<ApiType, [messageHash: Option<U8aFixed>], {
|
|
1413
944
|
messageHash: Option<U8aFixed>;
|
|
1414
945
|
}>;
|
|
1415
946
|
/**
|
|
1416
947
|
* The validation function was applied as of the contained relay chain block number.
|
|
1417
948
|
**/
|
|
1418
|
-
ValidationFunctionApplied: AugmentedEvent<ApiType, [
|
|
1419
|
-
relayChainBlockNum: u32
|
|
1420
|
-
], {
|
|
949
|
+
ValidationFunctionApplied: AugmentedEvent<ApiType, [relayChainBlockNum: u32], {
|
|
1421
950
|
relayChainBlockNum: u32;
|
|
1422
951
|
}>;
|
|
1423
952
|
/**
|
|
@@ -1439,11 +968,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1439
968
|
*
|
|
1440
969
|
* Is also emitted when the value was not changed.
|
|
1441
970
|
**/
|
|
1442
|
-
Updated: AugmentedEvent<ApiType, [
|
|
1443
|
-
key: ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersKey,
|
|
1444
|
-
oldValue: Option<ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersValue>,
|
|
1445
|
-
newValue: Option<ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersValue>
|
|
1446
|
-
], {
|
|
971
|
+
Updated: AugmentedEvent<ApiType, [key: ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersKey, oldValue: Option<ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersValue>, newValue: Option<ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersValue>], {
|
|
1447
972
|
key: ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersKey;
|
|
1448
973
|
oldValue: Option<ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersValue>;
|
|
1449
974
|
newValue: Option<ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersValue>;
|
|
@@ -1458,11 +983,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1458
983
|
* Event emitted when a dynamic-rate payment stream is created. Provides information about the User and Provider of the stream
|
|
1459
984
|
* and the initial amount provided.
|
|
1460
985
|
**/
|
|
1461
|
-
DynamicRatePaymentStreamCreated: AugmentedEvent<ApiType, [
|
|
1462
|
-
userAccount: AccountId32,
|
|
1463
|
-
providerId: H256,
|
|
1464
|
-
amountProvided: u64
|
|
1465
|
-
], {
|
|
986
|
+
DynamicRatePaymentStreamCreated: AugmentedEvent<ApiType, [userAccount: AccountId32, providerId: H256, amountProvided: u64], {
|
|
1466
987
|
userAccount: AccountId32;
|
|
1467
988
|
providerId: H256;
|
|
1468
989
|
amountProvided: u64;
|
|
@@ -1470,10 +991,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1470
991
|
/**
|
|
1471
992
|
* Event emitted when a dynamic-rate payment stream is removed. Provides information about the User and Provider of the stream.
|
|
1472
993
|
**/
|
|
1473
|
-
DynamicRatePaymentStreamDeleted: AugmentedEvent<ApiType, [
|
|
1474
|
-
userAccount: AccountId32,
|
|
1475
|
-
providerId: H256
|
|
1476
|
-
], {
|
|
994
|
+
DynamicRatePaymentStreamDeleted: AugmentedEvent<ApiType, [userAccount: AccountId32, providerId: H256], {
|
|
1477
995
|
userAccount: AccountId32;
|
|
1478
996
|
providerId: H256;
|
|
1479
997
|
}>;
|
|
@@ -1481,11 +999,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1481
999
|
* Event emitted when a dynamic-rate payment stream is updated. Provides information about the User and Provider of the stream
|
|
1482
1000
|
* and the new amount provided.
|
|
1483
1001
|
**/
|
|
1484
|
-
DynamicRatePaymentStreamUpdated: AugmentedEvent<ApiType, [
|
|
1485
|
-
userAccount: AccountId32,
|
|
1486
|
-
providerId: H256,
|
|
1487
|
-
newAmountProvided: u64
|
|
1488
|
-
], {
|
|
1002
|
+
DynamicRatePaymentStreamUpdated: AugmentedEvent<ApiType, [userAccount: AccountId32, providerId: H256, newAmountProvided: u64], {
|
|
1489
1003
|
userAccount: AccountId32;
|
|
1490
1004
|
providerId: H256;
|
|
1491
1005
|
newAmountProvided: u64;
|
|
@@ -1494,11 +1008,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1494
1008
|
* Event emitted when a fixed-rate payment stream is created. Provides information about the Provider and User of the stream
|
|
1495
1009
|
* and its initial rate.
|
|
1496
1010
|
**/
|
|
1497
|
-
FixedRatePaymentStreamCreated: AugmentedEvent<ApiType, [
|
|
1498
|
-
userAccount: AccountId32,
|
|
1499
|
-
providerId: H256,
|
|
1500
|
-
rate: u128
|
|
1501
|
-
], {
|
|
1011
|
+
FixedRatePaymentStreamCreated: AugmentedEvent<ApiType, [userAccount: AccountId32, providerId: H256, rate: u128], {
|
|
1502
1012
|
userAccount: AccountId32;
|
|
1503
1013
|
providerId: H256;
|
|
1504
1014
|
rate: u128;
|
|
@@ -1506,10 +1016,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1506
1016
|
/**
|
|
1507
1017
|
* Event emitted when a fixed-rate payment stream is removed. Provides information about the User and Provider of the stream.
|
|
1508
1018
|
**/
|
|
1509
|
-
FixedRatePaymentStreamDeleted: AugmentedEvent<ApiType, [
|
|
1510
|
-
userAccount: AccountId32,
|
|
1511
|
-
providerId: H256
|
|
1512
|
-
], {
|
|
1019
|
+
FixedRatePaymentStreamDeleted: AugmentedEvent<ApiType, [userAccount: AccountId32, providerId: H256], {
|
|
1513
1020
|
userAccount: AccountId32;
|
|
1514
1021
|
providerId: H256;
|
|
1515
1022
|
}>;
|
|
@@ -1517,11 +1024,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1517
1024
|
* Event emitted when a fixed-rate payment stream is updated. Provides information about the User and Provider of the stream
|
|
1518
1025
|
* and the new rate of the stream.
|
|
1519
1026
|
**/
|
|
1520
|
-
FixedRatePaymentStreamUpdated: AugmentedEvent<ApiType, [
|
|
1521
|
-
userAccount: AccountId32,
|
|
1522
|
-
providerId: H256,
|
|
1523
|
-
newRate: u128
|
|
1524
|
-
], {
|
|
1027
|
+
FixedRatePaymentStreamUpdated: AugmentedEvent<ApiType, [userAccount: AccountId32, providerId: H256, newRate: u128], {
|
|
1525
1028
|
userAccount: AccountId32;
|
|
1526
1029
|
providerId: H256;
|
|
1527
1030
|
newRate: u128;
|
|
@@ -1529,10 +1032,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1529
1032
|
/**
|
|
1530
1033
|
* Event emitted when the `on_poll` hook detects that the tick of the proof submitters that needs to process is not the one immediately after the last processed tick.
|
|
1531
1034
|
**/
|
|
1532
|
-
InconsistentTickProcessing: AugmentedEvent<ApiType, [
|
|
1533
|
-
lastProcessedTick: u32,
|
|
1534
|
-
tickToProcess: u32
|
|
1535
|
-
], {
|
|
1035
|
+
InconsistentTickProcessing: AugmentedEvent<ApiType, [lastProcessedTick: u32, tickToProcess: u32], {
|
|
1536
1036
|
lastProcessedTick: u32;
|
|
1537
1037
|
tickToProcess: u32;
|
|
1538
1038
|
}>;
|
|
@@ -1540,11 +1040,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1540
1040
|
* Event emitted when a Provider's last chargeable tick and price index are updated. Provides information about the Provider of the stream,
|
|
1541
1041
|
* the tick number of the last chargeable tick and the price index at that tick.
|
|
1542
1042
|
**/
|
|
1543
|
-
LastChargeableInfoUpdated: AugmentedEvent<ApiType, [
|
|
1544
|
-
providerId: H256,
|
|
1545
|
-
lastChargeableTick: u32,
|
|
1546
|
-
lastChargeablePriceIndex: u128
|
|
1547
|
-
], {
|
|
1043
|
+
LastChargeableInfoUpdated: AugmentedEvent<ApiType, [providerId: H256, lastChargeableTick: u32, lastChargeablePriceIndex: u128], {
|
|
1548
1044
|
providerId: H256;
|
|
1549
1045
|
lastChargeableTick: u32;
|
|
1550
1046
|
lastChargeablePriceIndex: u128;
|
|
@@ -1553,13 +1049,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1553
1049
|
* Event emitted when a payment is charged. Provides information about the user that was charged,
|
|
1554
1050
|
* the Provider that received the funds, the tick up to which it was charged and the amount that was charged.
|
|
1555
1051
|
**/
|
|
1556
|
-
PaymentStreamCharged: AugmentedEvent<ApiType, [
|
|
1557
|
-
userAccount: AccountId32,
|
|
1558
|
-
providerId: H256,
|
|
1559
|
-
amount: u128,
|
|
1560
|
-
lastTickCharged: u32,
|
|
1561
|
-
chargedAtTick: u32
|
|
1562
|
-
], {
|
|
1052
|
+
PaymentStreamCharged: AugmentedEvent<ApiType, [userAccount: AccountId32, providerId: H256, amount: u128, lastTickCharged: u32, chargedAtTick: u32], {
|
|
1563
1053
|
userAccount: AccountId32;
|
|
1564
1054
|
providerId: H256;
|
|
1565
1055
|
amount: u128;
|
|
@@ -1582,11 +1072,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1582
1072
|
* Event emitted when multiple payment streams have been charged from a Provider. Provides information about
|
|
1583
1073
|
* the charged users, the Provider that received the funds and the tick when the charge happened.
|
|
1584
1074
|
**/
|
|
1585
|
-
UsersCharged: AugmentedEvent<ApiType, [
|
|
1586
|
-
userAccounts: Vec<AccountId32>,
|
|
1587
|
-
providerId: H256,
|
|
1588
|
-
chargedAtTick: u32
|
|
1589
|
-
], {
|
|
1075
|
+
UsersCharged: AugmentedEvent<ApiType, [userAccounts: Vec<AccountId32>, providerId: H256, chargedAtTick: u32], {
|
|
1590
1076
|
userAccounts: Vec<AccountId32>;
|
|
1591
1077
|
providerId: H256;
|
|
1592
1078
|
chargedAtTick: u32;
|
|
@@ -1615,11 +1101,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1615
1101
|
/**
|
|
1616
1102
|
* Some assets have been claimed from an asset trap
|
|
1617
1103
|
**/
|
|
1618
|
-
AssetsClaimed: AugmentedEvent<ApiType, [
|
|
1619
|
-
hash_: H256,
|
|
1620
|
-
origin: StagingXcmV5Location,
|
|
1621
|
-
assets: XcmVersionedAssets
|
|
1622
|
-
], {
|
|
1104
|
+
AssetsClaimed: AugmentedEvent<ApiType, [hash_: H256, origin: StagingXcmV5Location, assets: XcmVersionedAssets], {
|
|
1623
1105
|
hash_: H256;
|
|
1624
1106
|
origin: StagingXcmV5Location;
|
|
1625
1107
|
assets: XcmVersionedAssets;
|
|
@@ -1627,11 +1109,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1627
1109
|
/**
|
|
1628
1110
|
* Some assets have been placed in an asset trap.
|
|
1629
1111
|
**/
|
|
1630
|
-
AssetsTrapped: AugmentedEvent<ApiType, [
|
|
1631
|
-
hash_: H256,
|
|
1632
|
-
origin: StagingXcmV5Location,
|
|
1633
|
-
assets: XcmVersionedAssets
|
|
1634
|
-
], {
|
|
1112
|
+
AssetsTrapped: AugmentedEvent<ApiType, [hash_: H256, origin: StagingXcmV5Location, assets: XcmVersionedAssets], {
|
|
1635
1113
|
hash_: H256;
|
|
1636
1114
|
origin: StagingXcmV5Location;
|
|
1637
1115
|
assets: XcmVersionedAssets;
|
|
@@ -1639,18 +1117,13 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1639
1117
|
/**
|
|
1640
1118
|
* Execution of an XCM message was attempted.
|
|
1641
1119
|
**/
|
|
1642
|
-
Attempted: AugmentedEvent<ApiType, [
|
|
1643
|
-
outcome: StagingXcmV5TraitsOutcome
|
|
1644
|
-
], {
|
|
1120
|
+
Attempted: AugmentedEvent<ApiType, [outcome: StagingXcmV5TraitsOutcome], {
|
|
1645
1121
|
outcome: StagingXcmV5TraitsOutcome;
|
|
1646
1122
|
}>;
|
|
1647
1123
|
/**
|
|
1648
1124
|
* Fees were paid from a location for an operation (often for using `SendXcm`).
|
|
1649
1125
|
**/
|
|
1650
|
-
FeesPaid: AugmentedEvent<ApiType, [
|
|
1651
|
-
paying: StagingXcmV5Location,
|
|
1652
|
-
fees: StagingXcmV5AssetAssets
|
|
1653
|
-
], {
|
|
1126
|
+
FeesPaid: AugmentedEvent<ApiType, [paying: StagingXcmV5Location, fees: StagingXcmV5AssetAssets], {
|
|
1654
1127
|
paying: StagingXcmV5Location;
|
|
1655
1128
|
fees: StagingXcmV5AssetAssets;
|
|
1656
1129
|
}>;
|
|
@@ -1659,12 +1132,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1659
1132
|
* not match the expected. The query remains registered for a later, valid, response to
|
|
1660
1133
|
* be received and acted upon.
|
|
1661
1134
|
**/
|
|
1662
|
-
InvalidQuerier: AugmentedEvent<ApiType, [
|
|
1663
|
-
origin: StagingXcmV5Location,
|
|
1664
|
-
queryId: u64,
|
|
1665
|
-
expectedQuerier: StagingXcmV5Location,
|
|
1666
|
-
maybeActualQuerier: Option<StagingXcmV5Location>
|
|
1667
|
-
], {
|
|
1135
|
+
InvalidQuerier: AugmentedEvent<ApiType, [origin: StagingXcmV5Location, queryId: u64, expectedQuerier: StagingXcmV5Location, maybeActualQuerier: Option<StagingXcmV5Location>], {
|
|
1668
1136
|
origin: StagingXcmV5Location;
|
|
1669
1137
|
queryId: u64;
|
|
1670
1138
|
expectedQuerier: StagingXcmV5Location;
|
|
@@ -1679,10 +1147,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1679
1147
|
* valid response will be dropped. Manual governance intervention is probably going to be
|
|
1680
1148
|
* needed.
|
|
1681
1149
|
**/
|
|
1682
|
-
InvalidQuerierVersion: AugmentedEvent<ApiType, [
|
|
1683
|
-
origin: StagingXcmV5Location,
|
|
1684
|
-
queryId: u64
|
|
1685
|
-
], {
|
|
1150
|
+
InvalidQuerierVersion: AugmentedEvent<ApiType, [origin: StagingXcmV5Location, queryId: u64], {
|
|
1686
1151
|
origin: StagingXcmV5Location;
|
|
1687
1152
|
queryId: u64;
|
|
1688
1153
|
}>;
|
|
@@ -1691,11 +1156,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1691
1156
|
* not match that expected. The query remains registered for a later, valid, response to
|
|
1692
1157
|
* be received and acted upon.
|
|
1693
1158
|
**/
|
|
1694
|
-
InvalidResponder: AugmentedEvent<ApiType, [
|
|
1695
|
-
origin: StagingXcmV5Location,
|
|
1696
|
-
queryId: u64,
|
|
1697
|
-
expectedLocation: Option<StagingXcmV5Location>
|
|
1698
|
-
], {
|
|
1159
|
+
InvalidResponder: AugmentedEvent<ApiType, [origin: StagingXcmV5Location, queryId: u64, expectedLocation: Option<StagingXcmV5Location>], {
|
|
1699
1160
|
origin: StagingXcmV5Location;
|
|
1700
1161
|
queryId: u64;
|
|
1701
1162
|
expectedLocation: Option<StagingXcmV5Location>;
|
|
@@ -1709,10 +1170,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1709
1170
|
* valid response will be dropped. Manual governance intervention is probably going to be
|
|
1710
1171
|
* needed.
|
|
1711
1172
|
**/
|
|
1712
|
-
InvalidResponderVersion: AugmentedEvent<ApiType, [
|
|
1713
|
-
origin: StagingXcmV5Location,
|
|
1714
|
-
queryId: u64
|
|
1715
|
-
], {
|
|
1173
|
+
InvalidResponderVersion: AugmentedEvent<ApiType, [origin: StagingXcmV5Location, queryId: u64], {
|
|
1716
1174
|
origin: StagingXcmV5Location;
|
|
1717
1175
|
queryId: u64;
|
|
1718
1176
|
}>;
|
|
@@ -1720,11 +1178,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1720
1178
|
* Query response has been received and query is removed. The registered notification has
|
|
1721
1179
|
* been dispatched and executed successfully.
|
|
1722
1180
|
**/
|
|
1723
|
-
Notified: AugmentedEvent<ApiType, [
|
|
1724
|
-
queryId: u64,
|
|
1725
|
-
palletIndex: u8,
|
|
1726
|
-
callIndex: u8
|
|
1727
|
-
], {
|
|
1181
|
+
Notified: AugmentedEvent<ApiType, [queryId: u64, palletIndex: u8, callIndex: u8], {
|
|
1728
1182
|
queryId: u64;
|
|
1729
1183
|
palletIndex: u8;
|
|
1730
1184
|
callIndex: u8;
|
|
@@ -1734,11 +1188,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1734
1188
|
* decoded into a `Call`; this might be due to dispatch function having a signature which
|
|
1735
1189
|
* is not `(origin, QueryId, Response)`.
|
|
1736
1190
|
**/
|
|
1737
|
-
NotifyDecodeFailed: AugmentedEvent<ApiType, [
|
|
1738
|
-
queryId: u64,
|
|
1739
|
-
palletIndex: u8,
|
|
1740
|
-
callIndex: u8
|
|
1741
|
-
], {
|
|
1191
|
+
NotifyDecodeFailed: AugmentedEvent<ApiType, [queryId: u64, palletIndex: u8, callIndex: u8], {
|
|
1742
1192
|
queryId: u64;
|
|
1743
1193
|
palletIndex: u8;
|
|
1744
1194
|
callIndex: u8;
|
|
@@ -1747,11 +1197,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1747
1197
|
* Query response has been received and query is removed. There was a general error with
|
|
1748
1198
|
* dispatching the notification call.
|
|
1749
1199
|
**/
|
|
1750
|
-
NotifyDispatchError: AugmentedEvent<ApiType, [
|
|
1751
|
-
queryId: u64,
|
|
1752
|
-
palletIndex: u8,
|
|
1753
|
-
callIndex: u8
|
|
1754
|
-
], {
|
|
1200
|
+
NotifyDispatchError: AugmentedEvent<ApiType, [queryId: u64, palletIndex: u8, callIndex: u8], {
|
|
1755
1201
|
queryId: u64;
|
|
1756
1202
|
palletIndex: u8;
|
|
1757
1203
|
callIndex: u8;
|
|
@@ -1761,13 +1207,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1761
1207
|
* could not be dispatched because the dispatch weight is greater than the maximum weight
|
|
1762
1208
|
* originally budgeted by this runtime for the query result.
|
|
1763
1209
|
**/
|
|
1764
|
-
NotifyOverweight: AugmentedEvent<ApiType, [
|
|
1765
|
-
queryId: u64,
|
|
1766
|
-
palletIndex: u8,
|
|
1767
|
-
callIndex: u8,
|
|
1768
|
-
actualWeight: SpWeightsWeightV2Weight,
|
|
1769
|
-
maxBudgetedWeight: SpWeightsWeightV2Weight
|
|
1770
|
-
], {
|
|
1210
|
+
NotifyOverweight: AugmentedEvent<ApiType, [queryId: u64, palletIndex: u8, callIndex: u8, actualWeight: SpWeightsWeightV2Weight, maxBudgetedWeight: SpWeightsWeightV2Weight], {
|
|
1771
1211
|
queryId: u64;
|
|
1772
1212
|
palletIndex: u8;
|
|
1773
1213
|
callIndex: u8;
|
|
@@ -1778,10 +1218,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1778
1218
|
* A given location which had a version change subscription was dropped owing to an error
|
|
1779
1219
|
* migrating the location to our new XCM format.
|
|
1780
1220
|
**/
|
|
1781
|
-
NotifyTargetMigrationFail: AugmentedEvent<ApiType, [
|
|
1782
|
-
location: XcmVersionedLocation,
|
|
1783
|
-
queryId: u64
|
|
1784
|
-
], {
|
|
1221
|
+
NotifyTargetMigrationFail: AugmentedEvent<ApiType, [location: XcmVersionedLocation, queryId: u64], {
|
|
1785
1222
|
location: XcmVersionedLocation;
|
|
1786
1223
|
queryId: u64;
|
|
1787
1224
|
}>;
|
|
@@ -1789,11 +1226,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1789
1226
|
* A given location which had a version change subscription was dropped owing to an error
|
|
1790
1227
|
* sending the notification to it.
|
|
1791
1228
|
**/
|
|
1792
|
-
NotifyTargetSendFail: AugmentedEvent<ApiType, [
|
|
1793
|
-
location: StagingXcmV5Location,
|
|
1794
|
-
queryId: u64,
|
|
1795
|
-
error: XcmV5TraitsError
|
|
1796
|
-
], {
|
|
1229
|
+
NotifyTargetSendFail: AugmentedEvent<ApiType, [location: StagingXcmV5Location, queryId: u64, error: XcmV5TraitsError], {
|
|
1797
1230
|
location: StagingXcmV5Location;
|
|
1798
1231
|
queryId: u64;
|
|
1799
1232
|
error: XcmV5TraitsError;
|
|
@@ -1802,10 +1235,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1802
1235
|
* Query response has been received and is ready for taking with `take_response`. There is
|
|
1803
1236
|
* no registered notification call.
|
|
1804
1237
|
**/
|
|
1805
|
-
ResponseReady: AugmentedEvent<ApiType, [
|
|
1806
|
-
queryId: u64,
|
|
1807
|
-
response: StagingXcmV5Response
|
|
1808
|
-
], {
|
|
1238
|
+
ResponseReady: AugmentedEvent<ApiType, [queryId: u64, response: StagingXcmV5Response], {
|
|
1809
1239
|
queryId: u64;
|
|
1810
1240
|
response: StagingXcmV5Response;
|
|
1811
1241
|
}>;
|
|
@@ -1818,12 +1248,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1818
1248
|
/**
|
|
1819
1249
|
* A XCM message was sent.
|
|
1820
1250
|
**/
|
|
1821
|
-
Sent: AugmentedEvent<ApiType, [
|
|
1822
|
-
origin: StagingXcmV5Location,
|
|
1823
|
-
destination: StagingXcmV5Location,
|
|
1824
|
-
message: StagingXcmV5Xcm,
|
|
1825
|
-
messageId: U8aFixed
|
|
1826
|
-
], {
|
|
1251
|
+
Sent: AugmentedEvent<ApiType, [origin: StagingXcmV5Location, destination: StagingXcmV5Location, message: StagingXcmV5Xcm, messageId: U8aFixed], {
|
|
1827
1252
|
origin: StagingXcmV5Location;
|
|
1828
1253
|
destination: StagingXcmV5Location;
|
|
1829
1254
|
message: StagingXcmV5Xcm;
|
|
@@ -1833,10 +1258,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1833
1258
|
* The supported version of a location has been changed. This might be through an
|
|
1834
1259
|
* automatic notification or a manual intervention.
|
|
1835
1260
|
**/
|
|
1836
|
-
SupportedVersionChanged: AugmentedEvent<ApiType, [
|
|
1837
|
-
location: StagingXcmV5Location,
|
|
1838
|
-
version: u32
|
|
1839
|
-
], {
|
|
1261
|
+
SupportedVersionChanged: AugmentedEvent<ApiType, [location: StagingXcmV5Location, version: u32], {
|
|
1840
1262
|
location: StagingXcmV5Location;
|
|
1841
1263
|
version: u32;
|
|
1842
1264
|
}>;
|
|
@@ -1845,10 +1267,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1845
1267
|
* matching query was never registered, it may be because it is a duplicate response, or
|
|
1846
1268
|
* because the query timed out.
|
|
1847
1269
|
**/
|
|
1848
|
-
UnexpectedResponse: AugmentedEvent<ApiType, [
|
|
1849
|
-
origin: StagingXcmV5Location,
|
|
1850
|
-
queryId: u64
|
|
1851
|
-
], {
|
|
1270
|
+
UnexpectedResponse: AugmentedEvent<ApiType, [origin: StagingXcmV5Location, queryId: u64], {
|
|
1852
1271
|
origin: StagingXcmV5Location;
|
|
1853
1272
|
queryId: u64;
|
|
1854
1273
|
}>;
|
|
@@ -1857,12 +1276,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1857
1276
|
*
|
|
1858
1277
|
* The cost of sending it (borne by the chain) is included.
|
|
1859
1278
|
**/
|
|
1860
|
-
VersionChangeNotified: AugmentedEvent<ApiType, [
|
|
1861
|
-
destination: StagingXcmV5Location,
|
|
1862
|
-
result: u32,
|
|
1863
|
-
cost: StagingXcmV5AssetAssets,
|
|
1864
|
-
messageId: U8aFixed
|
|
1865
|
-
], {
|
|
1279
|
+
VersionChangeNotified: AugmentedEvent<ApiType, [destination: StagingXcmV5Location, result: u32, cost: StagingXcmV5AssetAssets, messageId: U8aFixed], {
|
|
1866
1280
|
destination: StagingXcmV5Location;
|
|
1867
1281
|
result: u32;
|
|
1868
1282
|
cost: StagingXcmV5AssetAssets;
|
|
@@ -1877,11 +1291,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1877
1291
|
/**
|
|
1878
1292
|
* We have requested that a remote chain send us XCM version change notifications.
|
|
1879
1293
|
**/
|
|
1880
|
-
VersionNotifyRequested: AugmentedEvent<ApiType, [
|
|
1881
|
-
destination: StagingXcmV5Location,
|
|
1882
|
-
cost: StagingXcmV5AssetAssets,
|
|
1883
|
-
messageId: U8aFixed
|
|
1884
|
-
], {
|
|
1294
|
+
VersionNotifyRequested: AugmentedEvent<ApiType, [destination: StagingXcmV5Location, cost: StagingXcmV5AssetAssets, messageId: U8aFixed], {
|
|
1885
1295
|
destination: StagingXcmV5Location;
|
|
1886
1296
|
cost: StagingXcmV5AssetAssets;
|
|
1887
1297
|
messageId: U8aFixed;
|
|
@@ -1890,11 +1300,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1890
1300
|
* A remote has requested XCM version change notification from us and we have honored it.
|
|
1891
1301
|
* A version information message is sent to them and its cost is included.
|
|
1892
1302
|
**/
|
|
1893
|
-
VersionNotifyStarted: AugmentedEvent<ApiType, [
|
|
1894
|
-
destination: StagingXcmV5Location,
|
|
1895
|
-
cost: StagingXcmV5AssetAssets,
|
|
1896
|
-
messageId: U8aFixed
|
|
1897
|
-
], {
|
|
1303
|
+
VersionNotifyStarted: AugmentedEvent<ApiType, [destination: StagingXcmV5Location, cost: StagingXcmV5AssetAssets, messageId: U8aFixed], {
|
|
1898
1304
|
destination: StagingXcmV5Location;
|
|
1899
1305
|
cost: StagingXcmV5AssetAssets;
|
|
1900
1306
|
messageId: U8aFixed;
|
|
@@ -1903,11 +1309,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1903
1309
|
* We have requested that a remote chain stops sending us XCM version change
|
|
1904
1310
|
* notifications.
|
|
1905
1311
|
**/
|
|
1906
|
-
VersionNotifyUnrequested: AugmentedEvent<ApiType, [
|
|
1907
|
-
destination: StagingXcmV5Location,
|
|
1908
|
-
cost: StagingXcmV5AssetAssets,
|
|
1909
|
-
messageId: U8aFixed
|
|
1910
|
-
], {
|
|
1312
|
+
VersionNotifyUnrequested: AugmentedEvent<ApiType, [destination: StagingXcmV5Location, cost: StagingXcmV5AssetAssets, messageId: U8aFixed], {
|
|
1911
1313
|
destination: StagingXcmV5Location;
|
|
1912
1314
|
cost: StagingXcmV5AssetAssets;
|
|
1913
1315
|
messageId: U8aFixed;
|
|
@@ -1933,12 +1335,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1933
1335
|
* Additional information for context on where the mutations were applied can be provided
|
|
1934
1336
|
* by using the `event_info` field.
|
|
1935
1337
|
**/
|
|
1936
|
-
MutationsApplied: AugmentedEvent<ApiType, [
|
|
1937
|
-
mutations: Vec<ITuple<[H256, ShpTraitsTrieMutation]>>,
|
|
1938
|
-
oldRoot: H256,
|
|
1939
|
-
newRoot: H256,
|
|
1940
|
-
eventInfo: Option<Bytes>
|
|
1941
|
-
], {
|
|
1338
|
+
MutationsApplied: AugmentedEvent<ApiType, [mutations: Vec<ITuple<[H256, ShpTraitsTrieMutation]>>, oldRoot: H256, newRoot: H256, eventInfo: Option<Bytes>], {
|
|
1942
1339
|
mutations: Vec<ITuple<[H256, ShpTraitsTrieMutation]>>;
|
|
1943
1340
|
oldRoot: H256;
|
|
1944
1341
|
newRoot: H256;
|
|
@@ -1947,12 +1344,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1947
1344
|
/**
|
|
1948
1345
|
* A set of mutations has been applied to the Forest of a given Provider.
|
|
1949
1346
|
**/
|
|
1950
|
-
MutationsAppliedForProvider: AugmentedEvent<ApiType, [
|
|
1951
|
-
providerId: H256,
|
|
1952
|
-
mutations: Vec<ITuple<[H256, ShpTraitsTrieMutation]>>,
|
|
1953
|
-
oldRoot: H256,
|
|
1954
|
-
newRoot: H256
|
|
1955
|
-
], {
|
|
1347
|
+
MutationsAppliedForProvider: AugmentedEvent<ApiType, [providerId: H256, mutations: Vec<ITuple<[H256, ShpTraitsTrieMutation]>>, oldRoot: H256, newRoot: H256], {
|
|
1956
1348
|
providerId: H256;
|
|
1957
1349
|
mutations: Vec<ITuple<[H256, ShpTraitsTrieMutation]>>;
|
|
1958
1350
|
oldRoot: H256;
|
|
@@ -1961,22 +1353,14 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1961
1353
|
/**
|
|
1962
1354
|
* A manual challenge was submitted.
|
|
1963
1355
|
**/
|
|
1964
|
-
NewChallenge: AugmentedEvent<ApiType, [
|
|
1965
|
-
who: Option<AccountId32>,
|
|
1966
|
-
keyChallenged: H256
|
|
1967
|
-
], {
|
|
1356
|
+
NewChallenge: AugmentedEvent<ApiType, [who: Option<AccountId32>, keyChallenged: H256], {
|
|
1968
1357
|
who: Option<AccountId32>;
|
|
1969
1358
|
keyChallenged: H256;
|
|
1970
1359
|
}>;
|
|
1971
1360
|
/**
|
|
1972
1361
|
* A provider's challenge cycle was initialised.
|
|
1973
1362
|
**/
|
|
1974
|
-
NewChallengeCycleInitialised: AugmentedEvent<ApiType, [
|
|
1975
|
-
currentTick: u32,
|
|
1976
|
-
nextChallengeDeadline: u32,
|
|
1977
|
-
provider: H256,
|
|
1978
|
-
maybeProviderAccount: Option<AccountId32>
|
|
1979
|
-
], {
|
|
1363
|
+
NewChallengeCycleInitialised: AugmentedEvent<ApiType, [currentTick: u32, nextChallengeDeadline: u32, provider: H256, maybeProviderAccount: Option<AccountId32>], {
|
|
1980
1364
|
currentTick: u32;
|
|
1981
1365
|
nextChallengeDeadline: u32;
|
|
1982
1366
|
provider: H256;
|
|
@@ -1985,31 +1369,21 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
1985
1369
|
/**
|
|
1986
1370
|
* A new challenge seed was generated.
|
|
1987
1371
|
**/
|
|
1988
|
-
NewChallengeSeed: AugmentedEvent<ApiType, [
|
|
1989
|
-
challengesTicker: u32,
|
|
1990
|
-
seed: H256
|
|
1991
|
-
], {
|
|
1372
|
+
NewChallengeSeed: AugmentedEvent<ApiType, [challengesTicker: u32, seed: H256], {
|
|
1992
1373
|
challengesTicker: u32;
|
|
1993
1374
|
seed: H256;
|
|
1994
1375
|
}>;
|
|
1995
1376
|
/**
|
|
1996
1377
|
* A new checkpoint challenge was generated.
|
|
1997
1378
|
**/
|
|
1998
|
-
NewCheckpointChallenge: AugmentedEvent<ApiType, [
|
|
1999
|
-
challengesTicker: u32,
|
|
2000
|
-
challenges: Vec<PalletProofsDealerCustomChallenge>
|
|
2001
|
-
], {
|
|
1379
|
+
NewCheckpointChallenge: AugmentedEvent<ApiType, [challengesTicker: u32, challenges: Vec<PalletProofsDealerCustomChallenge>], {
|
|
2002
1380
|
challengesTicker: u32;
|
|
2003
1381
|
challenges: Vec<PalletProofsDealerCustomChallenge>;
|
|
2004
1382
|
}>;
|
|
2005
1383
|
/**
|
|
2006
1384
|
* A priority challenge was submitted.
|
|
2007
1385
|
**/
|
|
2008
|
-
NewPriorityChallenge: AugmentedEvent<ApiType, [
|
|
2009
|
-
who: Option<AccountId32>,
|
|
2010
|
-
keyChallenged: H256,
|
|
2011
|
-
shouldRemoveKey: bool
|
|
2012
|
-
], {
|
|
1386
|
+
NewPriorityChallenge: AugmentedEvent<ApiType, [who: Option<AccountId32>, keyChallenged: H256, shouldRemoveKey: bool], {
|
|
2013
1387
|
who: Option<AccountId32>;
|
|
2014
1388
|
keyChallenged: H256;
|
|
2015
1389
|
shouldRemoveKey: bool;
|
|
@@ -2023,11 +1397,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
2023
1397
|
/**
|
|
2024
1398
|
* A proof was accepted.
|
|
2025
1399
|
**/
|
|
2026
|
-
ProofAccepted: AugmentedEvent<ApiType, [
|
|
2027
|
-
providerId: H256,
|
|
2028
|
-
proof: PalletProofsDealerProof,
|
|
2029
|
-
lastTickProven: u32
|
|
2030
|
-
], {
|
|
1400
|
+
ProofAccepted: AugmentedEvent<ApiType, [providerId: H256, proof: PalletProofsDealerProof, lastTickProven: u32], {
|
|
2031
1401
|
providerId: H256;
|
|
2032
1402
|
proof: PalletProofsDealerProof;
|
|
2033
1403
|
lastTickProven: u32;
|
|
@@ -2035,10 +1405,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
2035
1405
|
/**
|
|
2036
1406
|
* A provider was marked as slashable and their challenge deadline was forcefully pushed.
|
|
2037
1407
|
**/
|
|
2038
|
-
SlashableProvider: AugmentedEvent<ApiType, [
|
|
2039
|
-
provider: H256,
|
|
2040
|
-
nextChallengeDeadline: u32
|
|
2041
|
-
], {
|
|
1408
|
+
SlashableProvider: AugmentedEvent<ApiType, [provider: H256, nextChallengeDeadline: u32], {
|
|
2042
1409
|
provider: H256;
|
|
2043
1410
|
nextChallengeDeadline: u32;
|
|
2044
1411
|
}>;
|
|
@@ -2052,10 +1419,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
2052
1419
|
* Event emitted when a provider has been slashed and they have reached a capacity deficit (i.e. the provider's capacity fell below their used capacity)
|
|
2053
1420
|
* signalling the end of the grace period since an automatic top up could not be performed due to insufficient free balance.
|
|
2054
1421
|
**/
|
|
2055
|
-
AwaitingTopUp: AugmentedEvent<ApiType, [
|
|
2056
|
-
providerId: H256,
|
|
2057
|
-
topUpMetadata: PalletStorageProvidersTopUpMetadata
|
|
2058
|
-
], {
|
|
1422
|
+
AwaitingTopUp: AugmentedEvent<ApiType, [providerId: H256, topUpMetadata: PalletStorageProvidersTopUpMetadata], {
|
|
2059
1423
|
providerId: H256;
|
|
2060
1424
|
topUpMetadata: PalletStorageProvidersTopUpMetadata;
|
|
2061
1425
|
}>;
|
|
@@ -2069,11 +1433,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
2069
1433
|
* Event emitted when a Backup Storage Provider has requested to sign up successfully. Provides information about
|
|
2070
1434
|
* that BSP's account id, its multiaddresses, and the total data it can store according to its stake.
|
|
2071
1435
|
**/
|
|
2072
|
-
BspRequestSignUpSuccess: AugmentedEvent<ApiType, [
|
|
2073
|
-
who: AccountId32,
|
|
2074
|
-
multiaddresses: Vec<Bytes>,
|
|
2075
|
-
capacity: u64
|
|
2076
|
-
], {
|
|
1436
|
+
BspRequestSignUpSuccess: AugmentedEvent<ApiType, [who: AccountId32, multiaddresses: Vec<Bytes>, capacity: u64], {
|
|
2077
1437
|
who: AccountId32;
|
|
2078
1438
|
multiaddresses: Vec<Bytes>;
|
|
2079
1439
|
capacity: u64;
|
|
@@ -2082,10 +1442,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
2082
1442
|
* Event emitted when a Backup Storage Provider has signed off successfully. Provides information about
|
|
2083
1443
|
* that BSP's account id.
|
|
2084
1444
|
**/
|
|
2085
|
-
BspSignOffSuccess: AugmentedEvent<ApiType, [
|
|
2086
|
-
who: AccountId32,
|
|
2087
|
-
bspId: H256
|
|
2088
|
-
], {
|
|
1445
|
+
BspSignOffSuccess: AugmentedEvent<ApiType, [who: AccountId32, bspId: H256], {
|
|
2089
1446
|
who: AccountId32;
|
|
2090
1447
|
bspId: H256;
|
|
2091
1448
|
}>;
|
|
@@ -2094,13 +1451,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
2094
1451
|
* that BSP's account id, the initial root of the Merkle Patricia Trie that it stores, the total data it can store
|
|
2095
1452
|
* according to its stake, and its multiaddress.
|
|
2096
1453
|
**/
|
|
2097
|
-
BspSignUpSuccess: AugmentedEvent<ApiType, [
|
|
2098
|
-
who: AccountId32,
|
|
2099
|
-
bspId: H256,
|
|
2100
|
-
root: H256,
|
|
2101
|
-
multiaddresses: Vec<Bytes>,
|
|
2102
|
-
capacity: u64
|
|
2103
|
-
], {
|
|
1454
|
+
BspSignUpSuccess: AugmentedEvent<ApiType, [who: AccountId32, bspId: H256, root: H256, multiaddresses: Vec<Bytes>, capacity: u64], {
|
|
2104
1455
|
who: AccountId32;
|
|
2105
1456
|
bspId: H256;
|
|
2106
1457
|
root: H256;
|
|
@@ -2110,11 +1461,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
2110
1461
|
/**
|
|
2111
1462
|
* Event emitted when a bucket's root has been changed.
|
|
2112
1463
|
**/
|
|
2113
|
-
BucketRootChanged: AugmentedEvent<ApiType, [
|
|
2114
|
-
bucketId: H256,
|
|
2115
|
-
oldRoot: H256,
|
|
2116
|
-
newRoot: H256
|
|
2117
|
-
], {
|
|
1464
|
+
BucketRootChanged: AugmentedEvent<ApiType, [bucketId: H256, oldRoot: H256, newRoot: H256], {
|
|
2118
1465
|
bucketId: H256;
|
|
2119
1466
|
oldRoot: H256;
|
|
2120
1467
|
newRoot: H256;
|
|
@@ -2123,10 +1470,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
2123
1470
|
* Event emitted when the provider that has been marked as insolvent was a MSP. It notifies the users of that MSP
|
|
2124
1471
|
* the buckets that it was holding, so they can take appropriate measures.
|
|
2125
1472
|
**/
|
|
2126
|
-
BucketsOfInsolventMsp: AugmentedEvent<ApiType, [
|
|
2127
|
-
mspId: H256,
|
|
2128
|
-
buckets: Vec<H256>
|
|
2129
|
-
], {
|
|
1473
|
+
BucketsOfInsolventMsp: AugmentedEvent<ApiType, [mspId: H256, buckets: Vec<H256>], {
|
|
2130
1474
|
mspId: H256;
|
|
2131
1475
|
buckets: Vec<H256>;
|
|
2132
1476
|
}>;
|
|
@@ -2134,13 +1478,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
2134
1478
|
* Event emitted when a SP has changed its capacity successfully. Provides information about
|
|
2135
1479
|
* that SP's account id, its old total data that could store, and the new total data.
|
|
2136
1480
|
**/
|
|
2137
|
-
CapacityChanged: AugmentedEvent<ApiType, [
|
|
2138
|
-
who: AccountId32,
|
|
2139
|
-
providerId: PalletStorageProvidersStorageProviderId,
|
|
2140
|
-
oldCapacity: u64,
|
|
2141
|
-
newCapacity: u64,
|
|
2142
|
-
nextBlockWhenChangeAllowed: u32
|
|
2143
|
-
], {
|
|
1481
|
+
CapacityChanged: AugmentedEvent<ApiType, [who: AccountId32, providerId: PalletStorageProvidersStorageProviderId, oldCapacity: u64, newCapacity: u64, nextBlockWhenChangeAllowed: u32], {
|
|
2144
1482
|
who: AccountId32;
|
|
2145
1483
|
providerId: PalletStorageProvidersStorageProviderId;
|
|
2146
1484
|
oldCapacity: u64;
|
|
@@ -2150,9 +1488,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
2150
1488
|
/**
|
|
2151
1489
|
* Event emitted when the account ID of a provider that has just been marked as insolvent can't be found in storage.
|
|
2152
1490
|
**/
|
|
2153
|
-
FailedToGetOwnerAccountOfInsolventProvider: AugmentedEvent<ApiType, [
|
|
2154
|
-
providerId: H256
|
|
2155
|
-
], {
|
|
1491
|
+
FailedToGetOwnerAccountOfInsolventProvider: AugmentedEvent<ApiType, [providerId: H256], {
|
|
2156
1492
|
providerId: H256;
|
|
2157
1493
|
}>;
|
|
2158
1494
|
/**
|
|
@@ -2163,21 +1499,14 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
2163
1499
|
* The result of this is that the provider's top up expiration will be reinserted at the correct expiration tick based on the
|
|
2164
1500
|
* `TopUpMetadata` found in `AwaitingTopUpFromProviders` storage.
|
|
2165
1501
|
**/
|
|
2166
|
-
FailedToInsertProviderTopUpExpiration: AugmentedEvent<ApiType, [
|
|
2167
|
-
providerId: H256,
|
|
2168
|
-
expirationTick: u32
|
|
2169
|
-
], {
|
|
1502
|
+
FailedToInsertProviderTopUpExpiration: AugmentedEvent<ApiType, [providerId: H256, expirationTick: u32], {
|
|
2170
1503
|
providerId: H256;
|
|
2171
1504
|
expirationTick: u32;
|
|
2172
1505
|
}>;
|
|
2173
1506
|
/**
|
|
2174
1507
|
* Event emitted when there's an error slashing the now insolvent provider.
|
|
2175
1508
|
**/
|
|
2176
|
-
FailedToSlashInsolventProvider: AugmentedEvent<ApiType, [
|
|
2177
|
-
providerId: H256,
|
|
2178
|
-
amountToSlash: u128,
|
|
2179
|
-
error: SpRuntimeDispatchError
|
|
2180
|
-
], {
|
|
1509
|
+
FailedToSlashInsolventProvider: AugmentedEvent<ApiType, [providerId: H256, amountToSlash: u128, error: SpRuntimeDispatchError], {
|
|
2181
1510
|
providerId: H256;
|
|
2182
1511
|
amountToSlash: u128;
|
|
2183
1512
|
error: SpRuntimeDispatchError;
|
|
@@ -2185,10 +1514,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
2185
1514
|
/**
|
|
2186
1515
|
* Event emitted when there's an error stopping all cycles for an insolvent Backup Storage Provider.
|
|
2187
1516
|
**/
|
|
2188
|
-
FailedToStopAllCyclesForInsolventBsp: AugmentedEvent<ApiType, [
|
|
2189
|
-
providerId: H256,
|
|
2190
|
-
error: SpRuntimeDispatchError
|
|
2191
|
-
], {
|
|
1517
|
+
FailedToStopAllCyclesForInsolventBsp: AugmentedEvent<ApiType, [providerId: H256, error: SpRuntimeDispatchError], {
|
|
2192
1518
|
providerId: H256;
|
|
2193
1519
|
error: SpRuntimeDispatchError;
|
|
2194
1520
|
}>;
|
|
@@ -2202,11 +1528,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
2202
1528
|
* Event emitted when a Main Storage Provider has requested to sign up successfully. Provides information about
|
|
2203
1529
|
* that MSP's account id, its multiaddresses, the total data it can store according to its stake, and its value proposition.
|
|
2204
1530
|
**/
|
|
2205
|
-
MspRequestSignUpSuccess: AugmentedEvent<ApiType, [
|
|
2206
|
-
who: AccountId32,
|
|
2207
|
-
multiaddresses: Vec<Bytes>,
|
|
2208
|
-
capacity: u64
|
|
2209
|
-
], {
|
|
1531
|
+
MspRequestSignUpSuccess: AugmentedEvent<ApiType, [who: AccountId32, multiaddresses: Vec<Bytes>, capacity: u64], {
|
|
2210
1532
|
who: AccountId32;
|
|
2211
1533
|
multiaddresses: Vec<Bytes>;
|
|
2212
1534
|
capacity: u64;
|
|
@@ -2215,10 +1537,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
2215
1537
|
* Event emitted when a Main Storage Provider has signed off successfully. Provides information about
|
|
2216
1538
|
* that MSP's account id.
|
|
2217
1539
|
**/
|
|
2218
|
-
MspSignOffSuccess: AugmentedEvent<ApiType, [
|
|
2219
|
-
who: AccountId32,
|
|
2220
|
-
mspId: H256
|
|
2221
|
-
], {
|
|
1540
|
+
MspSignOffSuccess: AugmentedEvent<ApiType, [who: AccountId32, mspId: H256], {
|
|
2222
1541
|
who: AccountId32;
|
|
2223
1542
|
mspId: H256;
|
|
2224
1543
|
}>;
|
|
@@ -2226,13 +1545,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
2226
1545
|
* Event emitted when a Main Storage Provider has confirmed its sign up successfully. Provides information about
|
|
2227
1546
|
* that MSP's account id, the total data it can store according to its stake, its multiaddress, and its value proposition.
|
|
2228
1547
|
**/
|
|
2229
|
-
MspSignUpSuccess: AugmentedEvent<ApiType, [
|
|
2230
|
-
who: AccountId32,
|
|
2231
|
-
mspId: H256,
|
|
2232
|
-
multiaddresses: Vec<Bytes>,
|
|
2233
|
-
capacity: u64,
|
|
2234
|
-
valueProp: PalletStorageProvidersValuePropositionWithId
|
|
2235
|
-
], {
|
|
1548
|
+
MspSignUpSuccess: AugmentedEvent<ApiType, [who: AccountId32, mspId: H256, multiaddresses: Vec<Bytes>, capacity: u64, valueProp: PalletStorageProvidersValuePropositionWithId], {
|
|
2236
1549
|
who: AccountId32;
|
|
2237
1550
|
mspId: H256;
|
|
2238
1551
|
multiaddresses: Vec<Bytes>;
|
|
@@ -2242,20 +1555,14 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
2242
1555
|
/**
|
|
2243
1556
|
* Event emitted when a Provider has added a new MultiAddress to its account.
|
|
2244
1557
|
**/
|
|
2245
|
-
MultiAddressAdded: AugmentedEvent<ApiType, [
|
|
2246
|
-
providerId: H256,
|
|
2247
|
-
newMultiaddress: Bytes
|
|
2248
|
-
], {
|
|
1558
|
+
MultiAddressAdded: AugmentedEvent<ApiType, [providerId: H256, newMultiaddress: Bytes], {
|
|
2249
1559
|
providerId: H256;
|
|
2250
1560
|
newMultiaddress: Bytes;
|
|
2251
1561
|
}>;
|
|
2252
1562
|
/**
|
|
2253
1563
|
* Event emitted when a Provider has removed a MultiAddress from its account.
|
|
2254
1564
|
**/
|
|
2255
|
-
MultiAddressRemoved: AugmentedEvent<ApiType, [
|
|
2256
|
-
providerId: H256,
|
|
2257
|
-
removedMultiaddress: Bytes
|
|
2258
|
-
], {
|
|
1565
|
+
MultiAddressRemoved: AugmentedEvent<ApiType, [providerId: H256, removedMultiaddress: Bytes], {
|
|
2259
1566
|
providerId: H256;
|
|
2260
1567
|
removedMultiaddress: Bytes;
|
|
2261
1568
|
}>;
|
|
@@ -2278,31 +1585,21 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
2278
1585
|
/**
|
|
2279
1586
|
* Event emitted when a SP has been slashed.
|
|
2280
1587
|
**/
|
|
2281
|
-
Slashed: AugmentedEvent<ApiType, [
|
|
2282
|
-
providerId: H256,
|
|
2283
|
-
amount: u128
|
|
2284
|
-
], {
|
|
1588
|
+
Slashed: AugmentedEvent<ApiType, [providerId: H256, amount: u128], {
|
|
2285
1589
|
providerId: H256;
|
|
2286
1590
|
amount: u128;
|
|
2287
1591
|
}>;
|
|
2288
1592
|
/**
|
|
2289
1593
|
* Event emitted when an SP has topped up its deposit based on slash amount.
|
|
2290
1594
|
**/
|
|
2291
|
-
TopUpFulfilled: AugmentedEvent<ApiType, [
|
|
2292
|
-
providerId: H256,
|
|
2293
|
-
amount: u128
|
|
2294
|
-
], {
|
|
1595
|
+
TopUpFulfilled: AugmentedEvent<ApiType, [providerId: H256, amount: u128], {
|
|
2295
1596
|
providerId: H256;
|
|
2296
1597
|
amount: u128;
|
|
2297
1598
|
}>;
|
|
2298
1599
|
/**
|
|
2299
1600
|
* Event emitted when an MSP adds a new value proposition.
|
|
2300
1601
|
**/
|
|
2301
|
-
ValuePropAdded: AugmentedEvent<ApiType, [
|
|
2302
|
-
mspId: H256,
|
|
2303
|
-
valuePropId: H256,
|
|
2304
|
-
valueProp: PalletStorageProvidersValueProposition
|
|
2305
|
-
], {
|
|
1602
|
+
ValuePropAdded: AugmentedEvent<ApiType, [mspId: H256, valuePropId: H256, valueProp: PalletStorageProvidersValueProposition], {
|
|
2306
1603
|
mspId: H256;
|
|
2307
1604
|
valuePropId: H256;
|
|
2308
1605
|
valueProp: PalletStorageProvidersValueProposition;
|
|
@@ -2310,10 +1607,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
2310
1607
|
/**
|
|
2311
1608
|
* Event emitted when an MSP's value proposition is made unavailable.
|
|
2312
1609
|
**/
|
|
2313
|
-
ValuePropUnavailable: AugmentedEvent<ApiType, [
|
|
2314
|
-
mspId: H256,
|
|
2315
|
-
valuePropId: H256
|
|
2316
|
-
], {
|
|
1610
|
+
ValuePropUnavailable: AugmentedEvent<ApiType, [mspId: H256, valuePropId: H256], {
|
|
2317
1611
|
mspId: H256;
|
|
2318
1612
|
valuePropId: H256;
|
|
2319
1613
|
}>;
|
|
@@ -2326,11 +1620,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
2326
1620
|
/**
|
|
2327
1621
|
* Event emitted when a new random seed is available from the relay chain
|
|
2328
1622
|
**/
|
|
2329
|
-
NewOneEpochAgoRandomnessAvailable: AugmentedEvent<ApiType, [
|
|
2330
|
-
randomnessSeed: H256,
|
|
2331
|
-
fromEpoch: u64,
|
|
2332
|
-
validUntilBlock: u32
|
|
2333
|
-
], {
|
|
1623
|
+
NewOneEpochAgoRandomnessAvailable: AugmentedEvent<ApiType, [randomnessSeed: H256, fromEpoch: u64, validUntilBlock: u32], {
|
|
2334
1624
|
randomnessSeed: H256;
|
|
2335
1625
|
fromEpoch: u64;
|
|
2336
1626
|
validUntilBlock: u32;
|
|
@@ -2357,10 +1647,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
2357
1647
|
/**
|
|
2358
1648
|
* The sudo key has been updated.
|
|
2359
1649
|
**/
|
|
2360
|
-
KeyChanged: AugmentedEvent<ApiType, [
|
|
2361
|
-
old: Option<AccountId32>,
|
|
2362
|
-
new_: AccountId32
|
|
2363
|
-
], {
|
|
1650
|
+
KeyChanged: AugmentedEvent<ApiType, [old: Option<AccountId32>, new_: AccountId32], {
|
|
2364
1651
|
old: Option<AccountId32>;
|
|
2365
1652
|
new_: AccountId32;
|
|
2366
1653
|
}>;
|
|
@@ -2371,17 +1658,13 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
2371
1658
|
/**
|
|
2372
1659
|
* A sudo call just took place.
|
|
2373
1660
|
**/
|
|
2374
|
-
Sudid: AugmentedEvent<ApiType, [
|
|
2375
|
-
sudoResult: Result<Null, SpRuntimeDispatchError>
|
|
2376
|
-
], {
|
|
1661
|
+
Sudid: AugmentedEvent<ApiType, [sudoResult: Result<Null, SpRuntimeDispatchError>], {
|
|
2377
1662
|
sudoResult: Result<Null, SpRuntimeDispatchError>;
|
|
2378
1663
|
}>;
|
|
2379
1664
|
/**
|
|
2380
1665
|
* A [sudo_as](Pallet::sudo_as) call just took place.
|
|
2381
1666
|
**/
|
|
2382
|
-
SudoAsDone: AugmentedEvent<ApiType, [
|
|
2383
|
-
sudoResult: Result<Null, SpRuntimeDispatchError>
|
|
2384
|
-
], {
|
|
1667
|
+
SudoAsDone: AugmentedEvent<ApiType, [sudoResult: Result<Null, SpRuntimeDispatchError>], {
|
|
2385
1668
|
sudoResult: Result<Null, SpRuntimeDispatchError>;
|
|
2386
1669
|
}>;
|
|
2387
1670
|
/**
|
|
@@ -2397,19 +1680,14 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
2397
1680
|
/**
|
|
2398
1681
|
* An extrinsic failed.
|
|
2399
1682
|
**/
|
|
2400
|
-
ExtrinsicFailed: AugmentedEvent<ApiType, [
|
|
2401
|
-
dispatchError: SpRuntimeDispatchError,
|
|
2402
|
-
dispatchInfo: FrameSystemDispatchEventInfo
|
|
2403
|
-
], {
|
|
1683
|
+
ExtrinsicFailed: AugmentedEvent<ApiType, [dispatchError: SpRuntimeDispatchError, dispatchInfo: FrameSystemDispatchEventInfo], {
|
|
2404
1684
|
dispatchError: SpRuntimeDispatchError;
|
|
2405
1685
|
dispatchInfo: FrameSystemDispatchEventInfo;
|
|
2406
1686
|
}>;
|
|
2407
1687
|
/**
|
|
2408
1688
|
* An extrinsic completed successfully.
|
|
2409
1689
|
**/
|
|
2410
|
-
ExtrinsicSuccess: AugmentedEvent<ApiType, [
|
|
2411
|
-
dispatchInfo: FrameSystemDispatchEventInfo
|
|
2412
|
-
], {
|
|
1690
|
+
ExtrinsicSuccess: AugmentedEvent<ApiType, [dispatchInfo: FrameSystemDispatchEventInfo], {
|
|
2413
1691
|
dispatchInfo: FrameSystemDispatchEventInfo;
|
|
2414
1692
|
}>;
|
|
2415
1693
|
/**
|
|
@@ -2427,20 +1705,14 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
2427
1705
|
/**
|
|
2428
1706
|
* On on-chain remark happened.
|
|
2429
1707
|
**/
|
|
2430
|
-
Remarked: AugmentedEvent<ApiType, [
|
|
2431
|
-
sender: AccountId32,
|
|
2432
|
-
hash_: H256
|
|
2433
|
-
], {
|
|
1708
|
+
Remarked: AugmentedEvent<ApiType, [sender: AccountId32, hash_: H256], {
|
|
2434
1709
|
sender: AccountId32;
|
|
2435
1710
|
hash_: H256;
|
|
2436
1711
|
}>;
|
|
2437
1712
|
/**
|
|
2438
1713
|
* An upgrade was authorized.
|
|
2439
1714
|
**/
|
|
2440
|
-
UpgradeAuthorized: AugmentedEvent<ApiType, [
|
|
2441
|
-
codeHash: H256,
|
|
2442
|
-
checkVersion: bool
|
|
2443
|
-
], {
|
|
1715
|
+
UpgradeAuthorized: AugmentedEvent<ApiType, [codeHash: H256, checkVersion: bool], {
|
|
2444
1716
|
codeHash: H256;
|
|
2445
1717
|
checkVersion: bool;
|
|
2446
1718
|
}>;
|
|
@@ -2454,11 +1726,7 @@ declare module "@polkadot/api-base/types/events" {
|
|
|
2454
1726
|
* A transaction fee `actual_fee`, of which `tip` was added to the minimum inclusion fee,
|
|
2455
1727
|
* has been paid by `who`.
|
|
2456
1728
|
**/
|
|
2457
|
-
TransactionFeePaid: AugmentedEvent<ApiType, [
|
|
2458
|
-
who: AccountId32,
|
|
2459
|
-
actualFee: u128,
|
|
2460
|
-
tip: u128
|
|
2461
|
-
], {
|
|
1729
|
+
TransactionFeePaid: AugmentedEvent<ApiType, [who: AccountId32, actualFee: u128, tip: u128], {
|
|
2462
1730
|
who: AccountId32;
|
|
2463
1731
|
actualFee: u128;
|
|
2464
1732
|
tip: u128;
|