@argonprotocol/mainchain 0.0.2

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.
Files changed (102) hide show
  1. package/lib/cjs/index.d.ts +14 -0
  2. package/lib/cjs/index.js +37 -0
  3. package/lib/cjs/index.js.map +1 -0
  4. package/lib/cjs/interfaces/augment-api-consts.d.ts +408 -0
  5. package/lib/cjs/interfaces/augment-api-consts.js +8 -0
  6. package/lib/cjs/interfaces/augment-api-consts.js.map +1 -0
  7. package/lib/cjs/interfaces/augment-api-errors.d.ts +807 -0
  8. package/lib/cjs/interfaces/augment-api-errors.js +8 -0
  9. package/lib/cjs/interfaces/augment-api-errors.js.map +1 -0
  10. package/lib/cjs/interfaces/augment-api-events.d.ts +902 -0
  11. package/lib/cjs/interfaces/augment-api-events.js +8 -0
  12. package/lib/cjs/interfaces/augment-api-events.js.map +1 -0
  13. package/lib/cjs/interfaces/augment-api-query.d.ts +640 -0
  14. package/lib/cjs/interfaces/augment-api-query.js +8 -0
  15. package/lib/cjs/interfaces/augment-api-query.js.map +1 -0
  16. package/lib/cjs/interfaces/augment-api-rpc.d.ts +679 -0
  17. package/lib/cjs/interfaces/augment-api-rpc.js +8 -0
  18. package/lib/cjs/interfaces/augment-api-rpc.js.map +1 -0
  19. package/lib/cjs/interfaces/augment-api-runtime.d.ts +204 -0
  20. package/lib/cjs/interfaces/augment-api-runtime.js +8 -0
  21. package/lib/cjs/interfaces/augment-api-runtime.js.map +1 -0
  22. package/lib/cjs/interfaces/augment-api-tx.d.ts +1134 -0
  23. package/lib/cjs/interfaces/augment-api-tx.js +8 -0
  24. package/lib/cjs/interfaces/augment-api-tx.js.map +1 -0
  25. package/lib/cjs/interfaces/augment-api.d.ts +7 -0
  26. package/lib/cjs/interfaces/augment-api.js +12 -0
  27. package/lib/cjs/interfaces/augment-api.js.map +1 -0
  28. package/lib/cjs/interfaces/augment-types.d.ts +1249 -0
  29. package/lib/cjs/interfaces/augment-types.js +8 -0
  30. package/lib/cjs/interfaces/augment-types.js.map +1 -0
  31. package/lib/cjs/interfaces/definitions.d.ts +0 -0
  32. package/lib/cjs/interfaces/definitions.js +2 -0
  33. package/lib/cjs/interfaces/definitions.js.map +1 -0
  34. package/lib/cjs/interfaces/lookup.d.ts +2393 -0
  35. package/lib/cjs/interfaces/lookup.js +2398 -0
  36. package/lib/cjs/interfaces/lookup.js.map +1 -0
  37. package/lib/cjs/interfaces/registry.d.ts +202 -0
  38. package/lib/cjs/interfaces/registry.js +8 -0
  39. package/lib/cjs/interfaces/registry.js.map +1 -0
  40. package/lib/cjs/interfaces/types-lookup.d.ts +2350 -0
  41. package/lib/cjs/interfaces/types-lookup.js +8 -0
  42. package/lib/cjs/interfaces/types-lookup.js.map +1 -0
  43. package/lib/esm/index.d.ts +14 -0
  44. package/lib/esm/index.js +31 -0
  45. package/lib/esm/index.js.map +1 -0
  46. package/lib/esm/interfaces/augment-api-consts.d.ts +408 -0
  47. package/lib/esm/interfaces/augment-api-consts.js +6 -0
  48. package/lib/esm/interfaces/augment-api-consts.js.map +1 -0
  49. package/lib/esm/interfaces/augment-api-errors.d.ts +807 -0
  50. package/lib/esm/interfaces/augment-api-errors.js +6 -0
  51. package/lib/esm/interfaces/augment-api-errors.js.map +1 -0
  52. package/lib/esm/interfaces/augment-api-events.d.ts +902 -0
  53. package/lib/esm/interfaces/augment-api-events.js +6 -0
  54. package/lib/esm/interfaces/augment-api-events.js.map +1 -0
  55. package/lib/esm/interfaces/augment-api-query.d.ts +640 -0
  56. package/lib/esm/interfaces/augment-api-query.js +6 -0
  57. package/lib/esm/interfaces/augment-api-query.js.map +1 -0
  58. package/lib/esm/interfaces/augment-api-rpc.d.ts +679 -0
  59. package/lib/esm/interfaces/augment-api-rpc.js +6 -0
  60. package/lib/esm/interfaces/augment-api-rpc.js.map +1 -0
  61. package/lib/esm/interfaces/augment-api-runtime.d.ts +204 -0
  62. package/lib/esm/interfaces/augment-api-runtime.js +6 -0
  63. package/lib/esm/interfaces/augment-api-runtime.js.map +1 -0
  64. package/lib/esm/interfaces/augment-api-tx.d.ts +1134 -0
  65. package/lib/esm/interfaces/augment-api-tx.js +6 -0
  66. package/lib/esm/interfaces/augment-api-tx.js.map +1 -0
  67. package/lib/esm/interfaces/augment-api.d.ts +7 -0
  68. package/lib/esm/interfaces/augment-api.js +10 -0
  69. package/lib/esm/interfaces/augment-api.js.map +1 -0
  70. package/lib/esm/interfaces/augment-types.d.ts +1249 -0
  71. package/lib/esm/interfaces/augment-types.js +6 -0
  72. package/lib/esm/interfaces/augment-types.js.map +1 -0
  73. package/lib/esm/interfaces/definitions.d.ts +0 -0
  74. package/lib/esm/interfaces/definitions.js +2 -0
  75. package/lib/esm/interfaces/definitions.js.map +1 -0
  76. package/lib/esm/interfaces/lookup.d.ts +2393 -0
  77. package/lib/esm/interfaces/lookup.js +2396 -0
  78. package/lib/esm/interfaces/lookup.js.map +1 -0
  79. package/lib/esm/interfaces/registry.d.ts +202 -0
  80. package/lib/esm/interfaces/registry.js +6 -0
  81. package/lib/esm/interfaces/registry.js.map +1 -0
  82. package/lib/esm/interfaces/types-lookup.d.ts +2350 -0
  83. package/lib/esm/interfaces/types-lookup.js +6 -0
  84. package/lib/esm/interfaces/types-lookup.js.map +1 -0
  85. package/lib/tsconfig-cjs.tsbuildinfo +1 -0
  86. package/lib/tsconfig-types.tsbuildinfo +1 -0
  87. package/lib/tsconfig.tsbuildinfo +1 -0
  88. package/lib/types/index.d.ts +14 -0
  89. package/lib/types/interfaces/augment-api-consts.d.ts +408 -0
  90. package/lib/types/interfaces/augment-api-errors.d.ts +807 -0
  91. package/lib/types/interfaces/augment-api-events.d.ts +902 -0
  92. package/lib/types/interfaces/augment-api-query.d.ts +640 -0
  93. package/lib/types/interfaces/augment-api-rpc.d.ts +679 -0
  94. package/lib/types/interfaces/augment-api-runtime.d.ts +204 -0
  95. package/lib/types/interfaces/augment-api-tx.d.ts +1134 -0
  96. package/lib/types/interfaces/augment-api.d.ts +7 -0
  97. package/lib/types/interfaces/augment-types.d.ts +1249 -0
  98. package/lib/types/interfaces/definitions.d.ts +0 -0
  99. package/lib/types/interfaces/lookup.d.ts +2393 -0
  100. package/lib/types/interfaces/registry.d.ts +202 -0
  101. package/lib/types/interfaces/types-lookup.d.ts +2350 -0
  102. package/package.json +62 -0
@@ -0,0 +1,902 @@
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, u16, u32, u64 } 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 { ArgonNodeRuntimeProxyType, ArgonNotaryAuditErrorVerifyError, ArgonPrimitivesBitcoinBitcoinRejectedReason, ArgonPrimitivesBitcoinUtxoRef, ArgonPrimitivesBlockSealBlockPayout, ArgonPrimitivesBlockSealMiningRegistration, ArgonPrimitivesBondBondExpiration, ArgonPrimitivesBondBondType, ArgonPrimitivesDataDomainZoneRecord, ArgonPrimitivesNotaryNotaryMeta, ArgonPrimitivesNotaryNotaryRecord, FrameSupportDispatchDispatchInfo, FrameSupportTokensMiscBalanceStatus, PalletDataDomainDataDomainRegistration, PalletMintMintType, PalletMultisigTimepoint, SpConsensusGrandpaAppPublic, SpRuntimeDispatchError } from '@polkadot/types/lookup';
7
+ export type __AugmentedEvent<ApiType extends ApiTypes> = AugmentedEvent<ApiType>;
8
+ declare module '@polkadot/api-base/types/events' {
9
+ interface AugmentedEvents<ApiType extends ApiTypes> {
10
+ argonBalances: {
11
+ /**
12
+ * A balance was set by root.
13
+ **/
14
+ BalanceSet: AugmentedEvent<ApiType, [who: AccountId32, free: u128], {
15
+ who: AccountId32;
16
+ free: u128;
17
+ }>;
18
+ /**
19
+ * Some amount was burned from an account.
20
+ **/
21
+ Burned: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
22
+ who: AccountId32;
23
+ amount: u128;
24
+ }>;
25
+ /**
26
+ * Some amount was deposited (e.g. for transaction fees).
27
+ **/
28
+ Deposit: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
29
+ who: AccountId32;
30
+ amount: u128;
31
+ }>;
32
+ /**
33
+ * An account was removed whose balance was non-zero but below ExistentialDeposit,
34
+ * resulting in an outright loss.
35
+ **/
36
+ DustLost: AugmentedEvent<ApiType, [account: AccountId32, amount: u128], {
37
+ account: AccountId32;
38
+ amount: u128;
39
+ }>;
40
+ /**
41
+ * An account was created with some free balance.
42
+ **/
43
+ Endowed: AugmentedEvent<ApiType, [account: AccountId32, freeBalance: u128], {
44
+ account: AccountId32;
45
+ freeBalance: u128;
46
+ }>;
47
+ /**
48
+ * Some balance was frozen.
49
+ **/
50
+ Frozen: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
51
+ who: AccountId32;
52
+ amount: u128;
53
+ }>;
54
+ /**
55
+ * Total issuance was increased by `amount`, creating a credit to be balanced.
56
+ **/
57
+ Issued: AugmentedEvent<ApiType, [amount: u128], {
58
+ amount: u128;
59
+ }>;
60
+ /**
61
+ * Some balance was locked.
62
+ **/
63
+ Locked: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
64
+ who: AccountId32;
65
+ amount: u128;
66
+ }>;
67
+ /**
68
+ * Some amount was minted into an account.
69
+ **/
70
+ Minted: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
71
+ who: AccountId32;
72
+ amount: u128;
73
+ }>;
74
+ /**
75
+ * Total issuance was decreased by `amount`, creating a debt to be balanced.
76
+ **/
77
+ Rescinded: AugmentedEvent<ApiType, [amount: u128], {
78
+ amount: u128;
79
+ }>;
80
+ /**
81
+ * Some balance was reserved (moved from free to reserved).
82
+ **/
83
+ Reserved: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
84
+ who: AccountId32;
85
+ amount: u128;
86
+ }>;
87
+ /**
88
+ * Some balance was moved from the reserve of the first account to the second account.
89
+ * Final argument indicates the destination balance type.
90
+ **/
91
+ ReserveRepatriated: AugmentedEvent<ApiType, [from: AccountId32, to: AccountId32, amount: u128, destinationStatus: FrameSupportTokensMiscBalanceStatus], {
92
+ from: AccountId32;
93
+ to: AccountId32;
94
+ amount: u128;
95
+ destinationStatus: FrameSupportTokensMiscBalanceStatus;
96
+ }>;
97
+ /**
98
+ * Some amount was restored into an account.
99
+ **/
100
+ Restored: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
101
+ who: AccountId32;
102
+ amount: u128;
103
+ }>;
104
+ /**
105
+ * Some amount was removed from the account (e.g. for misbehavior).
106
+ **/
107
+ Slashed: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
108
+ who: AccountId32;
109
+ amount: u128;
110
+ }>;
111
+ /**
112
+ * Some amount was suspended from an account (it can be restored later).
113
+ **/
114
+ Suspended: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
115
+ who: AccountId32;
116
+ amount: u128;
117
+ }>;
118
+ /**
119
+ * Some balance was thawed.
120
+ **/
121
+ Thawed: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
122
+ who: AccountId32;
123
+ amount: u128;
124
+ }>;
125
+ /**
126
+ * The `TotalIssuance` was forcefully changed.
127
+ **/
128
+ TotalIssuanceForced: AugmentedEvent<ApiType, [old: u128, new_: u128], {
129
+ old: u128;
130
+ new_: u128;
131
+ }>;
132
+ /**
133
+ * Transfer succeeded.
134
+ **/
135
+ Transfer: AugmentedEvent<ApiType, [from: AccountId32, to: AccountId32, amount: u128], {
136
+ from: AccountId32;
137
+ to: AccountId32;
138
+ amount: u128;
139
+ }>;
140
+ /**
141
+ * Some balance was unlocked.
142
+ **/
143
+ Unlocked: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
144
+ who: AccountId32;
145
+ amount: u128;
146
+ }>;
147
+ /**
148
+ * Some balance was unreserved (moved from reserved to free).
149
+ **/
150
+ Unreserved: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
151
+ who: AccountId32;
152
+ amount: u128;
153
+ }>;
154
+ /**
155
+ * An account was upgraded.
156
+ **/
157
+ Upgraded: AugmentedEvent<ApiType, [who: AccountId32], {
158
+ who: AccountId32;
159
+ }>;
160
+ /**
161
+ * Some amount was withdrawn from the account (e.g. for transaction fees).
162
+ **/
163
+ Withdraw: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
164
+ who: AccountId32;
165
+ amount: u128;
166
+ }>;
167
+ };
168
+ bitcoinUtxos: {
169
+ UtxoExpiredError: AugmentedEvent<ApiType, [utxoRef: ArgonPrimitivesBitcoinUtxoRef, error: SpRuntimeDispatchError], {
170
+ utxoRef: ArgonPrimitivesBitcoinUtxoRef;
171
+ error: SpRuntimeDispatchError;
172
+ }>;
173
+ UtxoRejected: AugmentedEvent<ApiType, [utxoId: u64, rejectedReason: ArgonPrimitivesBitcoinBitcoinRejectedReason], {
174
+ utxoId: u64;
175
+ rejectedReason: ArgonPrimitivesBitcoinBitcoinRejectedReason;
176
+ }>;
177
+ UtxoRejectedError: AugmentedEvent<ApiType, [utxoId: u64, error: SpRuntimeDispatchError], {
178
+ utxoId: u64;
179
+ error: SpRuntimeDispatchError;
180
+ }>;
181
+ UtxoSpent: AugmentedEvent<ApiType, [utxoId: u64, blockHeight: u64], {
182
+ utxoId: u64;
183
+ blockHeight: u64;
184
+ }>;
185
+ UtxoSpentError: AugmentedEvent<ApiType, [utxoId: u64, error: SpRuntimeDispatchError], {
186
+ utxoId: u64;
187
+ error: SpRuntimeDispatchError;
188
+ }>;
189
+ UtxoUnwatched: AugmentedEvent<ApiType, [utxoId: u64], {
190
+ utxoId: u64;
191
+ }>;
192
+ UtxoVerified: AugmentedEvent<ApiType, [utxoId: u64], {
193
+ utxoId: u64;
194
+ }>;
195
+ UtxoVerifiedError: AugmentedEvent<ApiType, [utxoId: u64, error: SpRuntimeDispatchError], {
196
+ utxoId: u64;
197
+ error: SpRuntimeDispatchError;
198
+ }>;
199
+ };
200
+ blockRewards: {
201
+ RewardCreated: AugmentedEvent<ApiType, [maturationBlock: u32, rewards: Vec<ArgonPrimitivesBlockSealBlockPayout>], {
202
+ maturationBlock: u32;
203
+ rewards: Vec<ArgonPrimitivesBlockSealBlockPayout>;
204
+ }>;
205
+ RewardCreateError: AugmentedEvent<ApiType, [accountId: AccountId32, argons: Option<u128>, shares: Option<u128>, error: SpRuntimeDispatchError], {
206
+ accountId: AccountId32;
207
+ argons: Option<u128>;
208
+ shares: Option<u128>;
209
+ error: SpRuntimeDispatchError;
210
+ }>;
211
+ RewardUnlocked: AugmentedEvent<ApiType, [rewards: Vec<ArgonPrimitivesBlockSealBlockPayout>], {
212
+ rewards: Vec<ArgonPrimitivesBlockSealBlockPayout>;
213
+ }>;
214
+ RewardUnlockError: AugmentedEvent<ApiType, [accountId: AccountId32, argons: Option<u128>, shares: Option<u128>, error: SpRuntimeDispatchError], {
215
+ accountId: AccountId32;
216
+ argons: Option<u128>;
217
+ shares: Option<u128>;
218
+ error: SpRuntimeDispatchError;
219
+ }>;
220
+ };
221
+ blockSealSpec: {
222
+ ComputeDifficultyAdjusted: AugmentedEvent<ApiType, [expectedBlockTime: u64, actualBlockTime: u64, startDifficulty: u128, newDifficulty: u128], {
223
+ expectedBlockTime: u64;
224
+ actualBlockTime: u64;
225
+ startDifficulty: u128;
226
+ newDifficulty: u128;
227
+ }>;
228
+ VoteMinimumAdjusted: AugmentedEvent<ApiType, [expectedBlockVotes: u128, actualBlockVotes: u128, startVoteMinimum: u128, newVoteMinimum: u128], {
229
+ expectedBlockVotes: u128;
230
+ actualBlockVotes: u128;
231
+ startVoteMinimum: u128;
232
+ newVoteMinimum: u128;
233
+ }>;
234
+ };
235
+ bonds: {
236
+ BitcoinBondBurned: AugmentedEvent<ApiType, [vaultId: u32, bondId: u64, utxoId: u64, amountBurned: u128, amountHeld: u128, wasUtxoSpent: bool], {
237
+ vaultId: u32;
238
+ bondId: u64;
239
+ utxoId: u64;
240
+ amountBurned: u128;
241
+ amountHeld: u128;
242
+ wasUtxoSpent: bool;
243
+ }>;
244
+ BitcoinCosignPastDue: AugmentedEvent<ApiType, [bondId: u64, vaultId: u32, utxoId: u64, compensationAmount: u128, compensationStillOwed: u128, compensatedAccountId: AccountId32], {
245
+ bondId: u64;
246
+ vaultId: u32;
247
+ utxoId: u64;
248
+ compensationAmount: u128;
249
+ compensationStillOwed: u128;
250
+ compensatedAccountId: AccountId32;
251
+ }>;
252
+ BitcoinUtxoCosigned: AugmentedEvent<ApiType, [bondId: u64, vaultId: u32, utxoId: u64, signature: Bytes], {
253
+ bondId: u64;
254
+ vaultId: u32;
255
+ utxoId: u64;
256
+ signature: Bytes;
257
+ }>;
258
+ BitcoinUtxoCosignRequested: AugmentedEvent<ApiType, [bondId: u64, vaultId: u32, utxoId: u64], {
259
+ bondId: u64;
260
+ vaultId: u32;
261
+ utxoId: u64;
262
+ }>;
263
+ BondCanceled: AugmentedEvent<ApiType, [vaultId: u32, bondId: u64, bondedAccountId: AccountId32, bondType: ArgonPrimitivesBondBondType, returnedFee: u128], {
264
+ vaultId: u32;
265
+ bondId: u64;
266
+ bondedAccountId: AccountId32;
267
+ bondType: ArgonPrimitivesBondBondType;
268
+ returnedFee: u128;
269
+ }>;
270
+ BondCompleted: AugmentedEvent<ApiType, [vaultId: u32, bondId: u64], {
271
+ vaultId: u32;
272
+ bondId: u64;
273
+ }>;
274
+ /**
275
+ * An error occurred while completing a bond
276
+ **/
277
+ BondCompletionError: AugmentedEvent<ApiType, [bondId: u64, error: SpRuntimeDispatchError], {
278
+ bondId: u64;
279
+ error: SpRuntimeDispatchError;
280
+ }>;
281
+ BondCreated: AugmentedEvent<ApiType, [vaultId: u32, bondId: u64, bondType: ArgonPrimitivesBondBondType, bondedAccountId: AccountId32, utxoId: Option<u64>, amount: u128, expiration: ArgonPrimitivesBondBondExpiration], {
282
+ vaultId: u32;
283
+ bondId: u64;
284
+ bondType: ArgonPrimitivesBondBondType;
285
+ bondedAccountId: AccountId32;
286
+ utxoId: Option<u64>;
287
+ amount: u128;
288
+ expiration: ArgonPrimitivesBondBondExpiration;
289
+ }>;
290
+ /**
291
+ * An error occurred while refunding an overdue cosigned bitcoin bond
292
+ **/
293
+ CosignOverdueError: AugmentedEvent<ApiType, [utxoId: u64, error: SpRuntimeDispatchError], {
294
+ utxoId: u64;
295
+ error: SpRuntimeDispatchError;
296
+ }>;
297
+ };
298
+ chainTransfer: {
299
+ /**
300
+ * A localchain transfer could not be cleaned up properly. Possible invalid transfer
301
+ * needing investigation.
302
+ **/
303
+ PossibleInvalidTransferAllowed: AugmentedEvent<ApiType, [transferId: u32, notaryId: u32, notebookNumber: u32], {
304
+ transferId: u32;
305
+ notaryId: u32;
306
+ notebookNumber: u32;
307
+ }>;
308
+ /**
309
+ * Taxation failed
310
+ **/
311
+ TaxationError: AugmentedEvent<ApiType, [notaryId: u32, notebookNumber: u32, tax: u128, error: SpRuntimeDispatchError], {
312
+ notaryId: u32;
313
+ notebookNumber: u32;
314
+ tax: u128;
315
+ error: SpRuntimeDispatchError;
316
+ }>;
317
+ TransferIn: AugmentedEvent<ApiType, [accountId: AccountId32, amount: u128, notaryId: u32], {
318
+ accountId: AccountId32;
319
+ amount: u128;
320
+ notaryId: u32;
321
+ }>;
322
+ /**
323
+ * A transfer into the mainchain failed
324
+ **/
325
+ TransferInError: AugmentedEvent<ApiType, [accountId: AccountId32, amount: u128, notaryId: u32, notebookNumber: u32, error: SpRuntimeDispatchError], {
326
+ accountId: AccountId32;
327
+ amount: u128;
328
+ notaryId: u32;
329
+ notebookNumber: u32;
330
+ error: SpRuntimeDispatchError;
331
+ }>;
332
+ TransferToLocalchain: AugmentedEvent<ApiType, [accountId: AccountId32, amount: u128, transferId: u32, notaryId: u32, expirationTick: u32], {
333
+ accountId: AccountId32;
334
+ amount: u128;
335
+ transferId: u32;
336
+ notaryId: u32;
337
+ expirationTick: u32;
338
+ }>;
339
+ TransferToLocalchainExpired: AugmentedEvent<ApiType, [accountId: AccountId32, transferId: u32, notaryId: u32], {
340
+ accountId: AccountId32;
341
+ transferId: u32;
342
+ notaryId: u32;
343
+ }>;
344
+ /**
345
+ * An expired transfer to localchain failed to be refunded
346
+ **/
347
+ TransferToLocalchainRefundError: AugmentedEvent<ApiType, [accountId: AccountId32, transferId: u32, notaryId: u32, notebookNumber: u32, error: SpRuntimeDispatchError], {
348
+ accountId: AccountId32;
349
+ transferId: u32;
350
+ notaryId: u32;
351
+ notebookNumber: u32;
352
+ error: SpRuntimeDispatchError;
353
+ }>;
354
+ };
355
+ dataDomain: {
356
+ /**
357
+ * A data domain was expired
358
+ **/
359
+ DataDomainExpired: AugmentedEvent<ApiType, [domainHash: H256], {
360
+ domainHash: H256;
361
+ }>;
362
+ /**
363
+ * A data domain was registered
364
+ **/
365
+ DataDomainRegistered: AugmentedEvent<ApiType, [domainHash: H256, registration: PalletDataDomainDataDomainRegistration], {
366
+ domainHash: H256;
367
+ registration: PalletDataDomainDataDomainRegistration;
368
+ }>;
369
+ /**
370
+ * A data domain registration was canceled due to a conflicting registration in the same
371
+ * tick
372
+ **/
373
+ DataDomainRegistrationCanceled: AugmentedEvent<ApiType, [domainHash: H256, registration: PalletDataDomainDataDomainRegistration], {
374
+ domainHash: H256;
375
+ registration: PalletDataDomainDataDomainRegistration;
376
+ }>;
377
+ /**
378
+ * A data domain registration failed due to an error
379
+ **/
380
+ DataDomainRegistrationError: AugmentedEvent<ApiType, [domainHash: H256, accountId: AccountId32, error: SpRuntimeDispatchError], {
381
+ domainHash: H256;
382
+ accountId: AccountId32;
383
+ error: SpRuntimeDispatchError;
384
+ }>;
385
+ /**
386
+ * A data domain was registered
387
+ **/
388
+ DataDomainRenewed: AugmentedEvent<ApiType, [domainHash: H256], {
389
+ domainHash: H256;
390
+ }>;
391
+ /**
392
+ * A data domain zone record was updated
393
+ **/
394
+ ZoneRecordUpdated: AugmentedEvent<ApiType, [domainHash: H256, zoneRecord: ArgonPrimitivesDataDomainZoneRecord], {
395
+ domainHash: H256;
396
+ zoneRecord: ArgonPrimitivesDataDomainZoneRecord;
397
+ }>;
398
+ };
399
+ grandpa: {
400
+ /**
401
+ * New authority set has been applied.
402
+ **/
403
+ NewAuthorities: AugmentedEvent<ApiType, [authoritySet: Vec<ITuple<[SpConsensusGrandpaAppPublic, u64]>>], {
404
+ authoritySet: Vec<ITuple<[SpConsensusGrandpaAppPublic, u64]>>;
405
+ }>;
406
+ /**
407
+ * Current authority set has been paused.
408
+ **/
409
+ Paused: AugmentedEvent<ApiType, []>;
410
+ /**
411
+ * Current authority set has been resumed.
412
+ **/
413
+ Resumed: AugmentedEvent<ApiType, []>;
414
+ };
415
+ miningSlot: {
416
+ NewMiners: AugmentedEvent<ApiType, [startIndex: u32, newMiners: Vec<ArgonPrimitivesBlockSealMiningRegistration>], {
417
+ startIndex: u32;
418
+ newMiners: Vec<ArgonPrimitivesBlockSealMiningRegistration>;
419
+ }>;
420
+ SlotBidderAdded: AugmentedEvent<ApiType, [accountId: AccountId32, bidAmount: u128, index: u32], {
421
+ accountId: AccountId32;
422
+ bidAmount: u128;
423
+ index: u32;
424
+ }>;
425
+ SlotBidderReplaced: AugmentedEvent<ApiType, [accountId: AccountId32, bondId: Option<u64>, keptOwnershipBond: bool], {
426
+ accountId: AccountId32;
427
+ bondId: Option<u64>;
428
+ keptOwnershipBond: bool;
429
+ }>;
430
+ UnbondedMiner: AugmentedEvent<ApiType, [accountId: AccountId32, bondId: Option<u64>, keptOwnershipBond: bool], {
431
+ accountId: AccountId32;
432
+ bondId: Option<u64>;
433
+ keptOwnershipBond: bool;
434
+ }>;
435
+ UnbondMinerError: AugmentedEvent<ApiType, [accountId: AccountId32, bondId: Option<u64>, error: SpRuntimeDispatchError], {
436
+ accountId: AccountId32;
437
+ bondId: Option<u64>;
438
+ error: SpRuntimeDispatchError;
439
+ }>;
440
+ };
441
+ mint: {
442
+ ArgonsMinted: AugmentedEvent<ApiType, [mintType: PalletMintMintType, accountId: AccountId32, utxoId: Option<u64>, amount: u128], {
443
+ mintType: PalletMintMintType;
444
+ accountId: AccountId32;
445
+ utxoId: Option<u64>;
446
+ amount: u128;
447
+ }>;
448
+ MintError: AugmentedEvent<ApiType, [mintType: PalletMintMintType, accountId: AccountId32, utxoId: Option<u64>, amount: u128, error: SpRuntimeDispatchError], {
449
+ mintType: PalletMintMintType;
450
+ accountId: AccountId32;
451
+ utxoId: Option<u64>;
452
+ amount: u128;
453
+ error: SpRuntimeDispatchError;
454
+ }>;
455
+ };
456
+ multisig: {
457
+ /**
458
+ * A multisig operation has been approved by someone.
459
+ **/
460
+ MultisigApproval: AugmentedEvent<ApiType, [approving: AccountId32, timepoint: PalletMultisigTimepoint, multisig: AccountId32, callHash: U8aFixed], {
461
+ approving: AccountId32;
462
+ timepoint: PalletMultisigTimepoint;
463
+ multisig: AccountId32;
464
+ callHash: U8aFixed;
465
+ }>;
466
+ /**
467
+ * A multisig operation has been cancelled.
468
+ **/
469
+ MultisigCancelled: AugmentedEvent<ApiType, [cancelling: AccountId32, timepoint: PalletMultisigTimepoint, multisig: AccountId32, callHash: U8aFixed], {
470
+ cancelling: AccountId32;
471
+ timepoint: PalletMultisigTimepoint;
472
+ multisig: AccountId32;
473
+ callHash: U8aFixed;
474
+ }>;
475
+ /**
476
+ * A multisig operation has been executed.
477
+ **/
478
+ MultisigExecuted: AugmentedEvent<ApiType, [approving: AccountId32, timepoint: PalletMultisigTimepoint, multisig: AccountId32, callHash: U8aFixed, result: Result<Null, SpRuntimeDispatchError>], {
479
+ approving: AccountId32;
480
+ timepoint: PalletMultisigTimepoint;
481
+ multisig: AccountId32;
482
+ callHash: U8aFixed;
483
+ result: Result<Null, SpRuntimeDispatchError>;
484
+ }>;
485
+ /**
486
+ * A new multisig operation has begun.
487
+ **/
488
+ NewMultisig: AugmentedEvent<ApiType, [approving: AccountId32, multisig: AccountId32, callHash: U8aFixed], {
489
+ approving: AccountId32;
490
+ multisig: AccountId32;
491
+ callHash: U8aFixed;
492
+ }>;
493
+ };
494
+ notaries: {
495
+ /**
496
+ * A notary proposal has been accepted
497
+ **/
498
+ NotaryActivated: AugmentedEvent<ApiType, [notary: ArgonPrimitivesNotaryNotaryRecord], {
499
+ notary: ArgonPrimitivesNotaryNotaryRecord;
500
+ }>;
501
+ /**
502
+ * Notary metadata updated
503
+ **/
504
+ NotaryMetaUpdated: AugmentedEvent<ApiType, [notaryId: u32, meta: ArgonPrimitivesNotaryNotaryMeta], {
505
+ notaryId: u32;
506
+ meta: ArgonPrimitivesNotaryNotaryMeta;
507
+ }>;
508
+ /**
509
+ * Error updating queued notary info
510
+ **/
511
+ NotaryMetaUpdateError: AugmentedEvent<ApiType, [notaryId: u32, error: SpRuntimeDispatchError, meta: ArgonPrimitivesNotaryNotaryMeta], {
512
+ notaryId: u32;
513
+ error: SpRuntimeDispatchError;
514
+ meta: ArgonPrimitivesNotaryNotaryMeta;
515
+ }>;
516
+ /**
517
+ * Notary metadata queued for update
518
+ **/
519
+ NotaryMetaUpdateQueued: AugmentedEvent<ApiType, [notaryId: u32, meta: ArgonPrimitivesNotaryNotaryMeta, effectiveTick: u32], {
520
+ notaryId: u32;
521
+ meta: ArgonPrimitivesNotaryNotaryMeta;
522
+ effectiveTick: u32;
523
+ }>;
524
+ /**
525
+ * A user has proposed operating as a notary
526
+ **/
527
+ NotaryProposed: AugmentedEvent<ApiType, [operatorAccount: AccountId32, meta: ArgonPrimitivesNotaryNotaryMeta, expires: u32], {
528
+ operatorAccount: AccountId32;
529
+ meta: ArgonPrimitivesNotaryNotaryMeta;
530
+ expires: u32;
531
+ }>;
532
+ };
533
+ notebook: {
534
+ NotebookAuditFailure: AugmentedEvent<ApiType, [notaryId: u32, notebookNumber: u32, firstFailureReason: ArgonNotaryAuditErrorVerifyError], {
535
+ notaryId: u32;
536
+ notebookNumber: u32;
537
+ firstFailureReason: ArgonNotaryAuditErrorVerifyError;
538
+ }>;
539
+ NotebookSubmitted: AugmentedEvent<ApiType, [notaryId: u32, notebookNumber: u32], {
540
+ notaryId: u32;
541
+ notebookNumber: u32;
542
+ }>;
543
+ };
544
+ offences: {
545
+ /**
546
+ * There is an offence reported of the given `kind` happened at the `session_index` and
547
+ * (kind-specific) time slot. This event is not deposited for duplicate slashes.
548
+ * \[kind, timeslot\].
549
+ **/
550
+ Offence: AugmentedEvent<ApiType, [kind: U8aFixed, timeslot: Bytes], {
551
+ kind: U8aFixed;
552
+ timeslot: Bytes;
553
+ }>;
554
+ };
555
+ priceIndex: {
556
+ /**
557
+ * Event emitted when a new price index is submitted
558
+ **/
559
+ NewIndex: AugmentedEvent<ApiType, []>;
560
+ OperatorChanged: AugmentedEvent<ApiType, [operatorId: AccountId32], {
561
+ operatorId: AccountId32;
562
+ }>;
563
+ };
564
+ proxy: {
565
+ /**
566
+ * An announcement was placed to make a call in the future.
567
+ **/
568
+ Announced: AugmentedEvent<ApiType, [real: AccountId32, proxy: AccountId32, callHash: H256], {
569
+ real: AccountId32;
570
+ proxy: AccountId32;
571
+ callHash: H256;
572
+ }>;
573
+ /**
574
+ * A proxy was added.
575
+ **/
576
+ ProxyAdded: AugmentedEvent<ApiType, [delegator: AccountId32, delegatee: AccountId32, proxyType: ArgonNodeRuntimeProxyType, delay: u32], {
577
+ delegator: AccountId32;
578
+ delegatee: AccountId32;
579
+ proxyType: ArgonNodeRuntimeProxyType;
580
+ delay: u32;
581
+ }>;
582
+ /**
583
+ * A proxy was executed correctly, with the given.
584
+ **/
585
+ ProxyExecuted: AugmentedEvent<ApiType, [result: Result<Null, SpRuntimeDispatchError>], {
586
+ result: Result<Null, SpRuntimeDispatchError>;
587
+ }>;
588
+ /**
589
+ * A proxy was removed.
590
+ **/
591
+ ProxyRemoved: AugmentedEvent<ApiType, [delegator: AccountId32, delegatee: AccountId32, proxyType: ArgonNodeRuntimeProxyType, delay: u32], {
592
+ delegator: AccountId32;
593
+ delegatee: AccountId32;
594
+ proxyType: ArgonNodeRuntimeProxyType;
595
+ delay: u32;
596
+ }>;
597
+ /**
598
+ * A pure account has been created by new proxy with given
599
+ * disambiguation index and proxy type.
600
+ **/
601
+ PureCreated: AugmentedEvent<ApiType, [pure: AccountId32, who: AccountId32, proxyType: ArgonNodeRuntimeProxyType, disambiguationIndex: u16], {
602
+ pure: AccountId32;
603
+ who: AccountId32;
604
+ proxyType: ArgonNodeRuntimeProxyType;
605
+ disambiguationIndex: u16;
606
+ }>;
607
+ };
608
+ session: {
609
+ /**
610
+ * New session has happened. Note that the argument is the session index, not the
611
+ * block number as the type might suggest.
612
+ **/
613
+ NewSession: AugmentedEvent<ApiType, [sessionIndex: u32], {
614
+ sessionIndex: u32;
615
+ }>;
616
+ };
617
+ shareBalances: {
618
+ /**
619
+ * A balance was set by root.
620
+ **/
621
+ BalanceSet: AugmentedEvent<ApiType, [who: AccountId32, free: u128], {
622
+ who: AccountId32;
623
+ free: u128;
624
+ }>;
625
+ /**
626
+ * Some amount was burned from an account.
627
+ **/
628
+ Burned: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
629
+ who: AccountId32;
630
+ amount: u128;
631
+ }>;
632
+ /**
633
+ * Some amount was deposited (e.g. for transaction fees).
634
+ **/
635
+ Deposit: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
636
+ who: AccountId32;
637
+ amount: u128;
638
+ }>;
639
+ /**
640
+ * An account was removed whose balance was non-zero but below ExistentialDeposit,
641
+ * resulting in an outright loss.
642
+ **/
643
+ DustLost: AugmentedEvent<ApiType, [account: AccountId32, amount: u128], {
644
+ account: AccountId32;
645
+ amount: u128;
646
+ }>;
647
+ /**
648
+ * An account was created with some free balance.
649
+ **/
650
+ Endowed: AugmentedEvent<ApiType, [account: AccountId32, freeBalance: u128], {
651
+ account: AccountId32;
652
+ freeBalance: u128;
653
+ }>;
654
+ /**
655
+ * Some balance was frozen.
656
+ **/
657
+ Frozen: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
658
+ who: AccountId32;
659
+ amount: u128;
660
+ }>;
661
+ /**
662
+ * Total issuance was increased by `amount`, creating a credit to be balanced.
663
+ **/
664
+ Issued: AugmentedEvent<ApiType, [amount: u128], {
665
+ amount: u128;
666
+ }>;
667
+ /**
668
+ * Some balance was locked.
669
+ **/
670
+ Locked: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
671
+ who: AccountId32;
672
+ amount: u128;
673
+ }>;
674
+ /**
675
+ * Some amount was minted into an account.
676
+ **/
677
+ Minted: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
678
+ who: AccountId32;
679
+ amount: u128;
680
+ }>;
681
+ /**
682
+ * Total issuance was decreased by `amount`, creating a debt to be balanced.
683
+ **/
684
+ Rescinded: AugmentedEvent<ApiType, [amount: u128], {
685
+ amount: u128;
686
+ }>;
687
+ /**
688
+ * Some balance was reserved (moved from free to reserved).
689
+ **/
690
+ Reserved: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
691
+ who: AccountId32;
692
+ amount: u128;
693
+ }>;
694
+ /**
695
+ * Some balance was moved from the reserve of the first account to the second account.
696
+ * Final argument indicates the destination balance type.
697
+ **/
698
+ ReserveRepatriated: AugmentedEvent<ApiType, [from: AccountId32, to: AccountId32, amount: u128, destinationStatus: FrameSupportTokensMiscBalanceStatus], {
699
+ from: AccountId32;
700
+ to: AccountId32;
701
+ amount: u128;
702
+ destinationStatus: FrameSupportTokensMiscBalanceStatus;
703
+ }>;
704
+ /**
705
+ * Some amount was restored into an account.
706
+ **/
707
+ Restored: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
708
+ who: AccountId32;
709
+ amount: u128;
710
+ }>;
711
+ /**
712
+ * Some amount was removed from the account (e.g. for misbehavior).
713
+ **/
714
+ Slashed: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
715
+ who: AccountId32;
716
+ amount: u128;
717
+ }>;
718
+ /**
719
+ * Some amount was suspended from an account (it can be restored later).
720
+ **/
721
+ Suspended: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
722
+ who: AccountId32;
723
+ amount: u128;
724
+ }>;
725
+ /**
726
+ * Some balance was thawed.
727
+ **/
728
+ Thawed: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
729
+ who: AccountId32;
730
+ amount: u128;
731
+ }>;
732
+ /**
733
+ * The `TotalIssuance` was forcefully changed.
734
+ **/
735
+ TotalIssuanceForced: AugmentedEvent<ApiType, [old: u128, new_: u128], {
736
+ old: u128;
737
+ new_: u128;
738
+ }>;
739
+ /**
740
+ * Transfer succeeded.
741
+ **/
742
+ Transfer: AugmentedEvent<ApiType, [from: AccountId32, to: AccountId32, amount: u128], {
743
+ from: AccountId32;
744
+ to: AccountId32;
745
+ amount: u128;
746
+ }>;
747
+ /**
748
+ * Some balance was unlocked.
749
+ **/
750
+ Unlocked: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
751
+ who: AccountId32;
752
+ amount: u128;
753
+ }>;
754
+ /**
755
+ * Some balance was unreserved (moved from reserved to free).
756
+ **/
757
+ Unreserved: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
758
+ who: AccountId32;
759
+ amount: u128;
760
+ }>;
761
+ /**
762
+ * An account was upgraded.
763
+ **/
764
+ Upgraded: AugmentedEvent<ApiType, [who: AccountId32], {
765
+ who: AccountId32;
766
+ }>;
767
+ /**
768
+ * Some amount was withdrawn from the account (e.g. for transaction fees).
769
+ **/
770
+ Withdraw: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
771
+ who: AccountId32;
772
+ amount: u128;
773
+ }>;
774
+ };
775
+ sudo: {
776
+ /**
777
+ * The sudo key has been updated.
778
+ **/
779
+ KeyChanged: AugmentedEvent<ApiType, [old: Option<AccountId32>, new_: AccountId32], {
780
+ old: Option<AccountId32>;
781
+ new_: AccountId32;
782
+ }>;
783
+ /**
784
+ * The key was permanently removed.
785
+ **/
786
+ KeyRemoved: AugmentedEvent<ApiType, []>;
787
+ /**
788
+ * A sudo call just took place.
789
+ **/
790
+ Sudid: AugmentedEvent<ApiType, [sudoResult: Result<Null, SpRuntimeDispatchError>], {
791
+ sudoResult: Result<Null, SpRuntimeDispatchError>;
792
+ }>;
793
+ /**
794
+ * A [sudo_as](Pallet::sudo_as) call just took place.
795
+ **/
796
+ SudoAsDone: AugmentedEvent<ApiType, [sudoResult: Result<Null, SpRuntimeDispatchError>], {
797
+ sudoResult: Result<Null, SpRuntimeDispatchError>;
798
+ }>;
799
+ };
800
+ system: {
801
+ /**
802
+ * `:code` was updated.
803
+ **/
804
+ CodeUpdated: AugmentedEvent<ApiType, []>;
805
+ /**
806
+ * An extrinsic failed.
807
+ **/
808
+ ExtrinsicFailed: AugmentedEvent<ApiType, [dispatchError: SpRuntimeDispatchError, dispatchInfo: FrameSupportDispatchDispatchInfo], {
809
+ dispatchError: SpRuntimeDispatchError;
810
+ dispatchInfo: FrameSupportDispatchDispatchInfo;
811
+ }>;
812
+ /**
813
+ * An extrinsic completed successfully.
814
+ **/
815
+ ExtrinsicSuccess: AugmentedEvent<ApiType, [dispatchInfo: FrameSupportDispatchDispatchInfo], {
816
+ dispatchInfo: FrameSupportDispatchDispatchInfo;
817
+ }>;
818
+ /**
819
+ * An account was reaped.
820
+ **/
821
+ KilledAccount: AugmentedEvent<ApiType, [account: AccountId32], {
822
+ account: AccountId32;
823
+ }>;
824
+ /**
825
+ * A new account was created.
826
+ **/
827
+ NewAccount: AugmentedEvent<ApiType, [account: AccountId32], {
828
+ account: AccountId32;
829
+ }>;
830
+ /**
831
+ * On on-chain remark happened.
832
+ **/
833
+ Remarked: AugmentedEvent<ApiType, [sender: AccountId32, hash_: H256], {
834
+ sender: AccountId32;
835
+ hash_: H256;
836
+ }>;
837
+ /**
838
+ * An upgrade was authorized.
839
+ **/
840
+ UpgradeAuthorized: AugmentedEvent<ApiType, [codeHash: H256, checkVersion: bool], {
841
+ codeHash: H256;
842
+ checkVersion: bool;
843
+ }>;
844
+ };
845
+ transactionPayment: {
846
+ /**
847
+ * A transaction fee `actual_fee`, of which `tip` was added to the minimum inclusion fee,
848
+ * has been paid by `who`.
849
+ **/
850
+ TransactionFeePaid: AugmentedEvent<ApiType, [who: AccountId32, actualFee: u128, tip: u128], {
851
+ who: AccountId32;
852
+ actualFee: u128;
853
+ tip: u128;
854
+ }>;
855
+ };
856
+ txPause: {
857
+ /**
858
+ * This pallet, or a specific call is now paused.
859
+ **/
860
+ CallPaused: AugmentedEvent<ApiType, [fullName: ITuple<[Bytes, Bytes]>], {
861
+ fullName: ITuple<[Bytes, Bytes]>;
862
+ }>;
863
+ /**
864
+ * This pallet, or a specific call is now unpaused.
865
+ **/
866
+ CallUnpaused: AugmentedEvent<ApiType, [fullName: ITuple<[Bytes, Bytes]>], {
867
+ fullName: ITuple<[Bytes, Bytes]>;
868
+ }>;
869
+ };
870
+ vaults: {
871
+ VaultBitcoinXpubChange: AugmentedEvent<ApiType, [vaultId: u32], {
872
+ vaultId: u32;
873
+ }>;
874
+ VaultClosed: AugmentedEvent<ApiType, [vaultId: u32, bitcoinAmountStillBonded: u128, miningAmountStillBonded: u128, securitizationStillBonded: u128], {
875
+ vaultId: u32;
876
+ bitcoinAmountStillBonded: u128;
877
+ miningAmountStillBonded: u128;
878
+ securitizationStillBonded: u128;
879
+ }>;
880
+ VaultCreated: AugmentedEvent<ApiType, [vaultId: u32, bitcoinArgons: u128, miningArgons: u128, securitizationPercent: u128, operatorAccountId: AccountId32], {
881
+ vaultId: u32;
882
+ bitcoinArgons: u128;
883
+ miningArgons: u128;
884
+ securitizationPercent: u128;
885
+ operatorAccountId: AccountId32;
886
+ }>;
887
+ VaultModified: AugmentedEvent<ApiType, [vaultId: u32, bitcoinArgons: u128, miningArgons: u128, securitizationPercent: u128], {
888
+ vaultId: u32;
889
+ bitcoinArgons: u128;
890
+ miningArgons: u128;
891
+ securitizationPercent: u128;
892
+ }>;
893
+ VaultTermsChanged: AugmentedEvent<ApiType, [vaultId: u32], {
894
+ vaultId: u32;
895
+ }>;
896
+ VaultTermsChangeScheduled: AugmentedEvent<ApiType, [vaultId: u32, changeBlock: u32], {
897
+ vaultId: u32;
898
+ changeBlock: u32;
899
+ }>;
900
+ };
901
+ }
902
+ }