@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,807 @@
1
+ import '@polkadot/api-base/types/errors';
2
+ import type { ApiTypes, AugmentedError } from '@polkadot/api-base/types';
3
+ export type __AugmentedError<ApiType extends ApiTypes> = AugmentedError<ApiType>;
4
+ declare module '@polkadot/api-base/types/errors' {
5
+ interface AugmentedErrors<ApiType extends ApiTypes> {
6
+ argonBalances: {
7
+ /**
8
+ * Beneficiary account must pre-exist.
9
+ **/
10
+ DeadAccount: AugmentedError<ApiType>;
11
+ /**
12
+ * The delta cannot be zero.
13
+ **/
14
+ DeltaZero: AugmentedError<ApiType>;
15
+ /**
16
+ * Value too low to create account due to existential deposit.
17
+ **/
18
+ ExistentialDeposit: AugmentedError<ApiType>;
19
+ /**
20
+ * A vesting schedule already exists for this account.
21
+ **/
22
+ ExistingVestingSchedule: AugmentedError<ApiType>;
23
+ /**
24
+ * Transfer/payment would kill account.
25
+ **/
26
+ Expendability: AugmentedError<ApiType>;
27
+ /**
28
+ * Balance too low to send value.
29
+ **/
30
+ InsufficientBalance: AugmentedError<ApiType>;
31
+ /**
32
+ * The issuance cannot be modified since it is already deactivated.
33
+ **/
34
+ IssuanceDeactivated: AugmentedError<ApiType>;
35
+ /**
36
+ * Account liquidity restrictions prevent withdrawal.
37
+ **/
38
+ LiquidityRestrictions: AugmentedError<ApiType>;
39
+ /**
40
+ * Number of freezes exceed `MaxFreezes`.
41
+ **/
42
+ TooManyFreezes: AugmentedError<ApiType>;
43
+ /**
44
+ * Number of holds exceed `VariantCountOf<T::RuntimeHoldReason>`.
45
+ **/
46
+ TooManyHolds: AugmentedError<ApiType>;
47
+ /**
48
+ * Number of named reserves exceed `MaxReserves`.
49
+ **/
50
+ TooManyReserves: AugmentedError<ApiType>;
51
+ /**
52
+ * Vesting balance too high to send value.
53
+ **/
54
+ VestingBalance: AugmentedError<ApiType>;
55
+ };
56
+ bitcoinUtxos: {
57
+ /**
58
+ * Bitcoin height not confirmed yet
59
+ **/
60
+ BitcoinHeightNotConfirmed: AugmentedError<ApiType>;
61
+ /**
62
+ * Insufficient bitcoin amount
63
+ **/
64
+ InsufficientBitcoinAmount: AugmentedError<ApiType>;
65
+ /**
66
+ * Locking script has errors
67
+ **/
68
+ InvalidBitcoinScript: AugmentedError<ApiType>;
69
+ /**
70
+ * Invalid bitcoin sync height attempted
71
+ **/
72
+ InvalidBitcoinSyncHeight: AugmentedError<ApiType>;
73
+ /**
74
+ * Too many UTXOs are being tracked
75
+ **/
76
+ MaxUtxosExceeded: AugmentedError<ApiType>;
77
+ /**
78
+ * No Oracle-provided bitcoin block has been provided to the network
79
+ **/
80
+ NoBitcoinConfirmedBlock: AugmentedError<ApiType>;
81
+ /**
82
+ * No prices are available to mint bitcoins
83
+ **/
84
+ NoBitcoinPricesAvailable: AugmentedError<ApiType>;
85
+ /**
86
+ * Only an Oracle Operator can perform this action
87
+ **/
88
+ NoPermissions: AugmentedError<ApiType>;
89
+ /**
90
+ * Redemptions not currently available
91
+ **/
92
+ RedemptionsUnavailable: AugmentedError<ApiType>;
93
+ /**
94
+ * ScriptPubKey is already being waited for
95
+ **/
96
+ ScriptPubkeyConflict: AugmentedError<ApiType>;
97
+ /**
98
+ * Locked Utxo Not Found
99
+ **/
100
+ UtxoNotLocked: AugmentedError<ApiType>;
101
+ };
102
+ blockRewards: {};
103
+ blockSeal: {
104
+ /**
105
+ * The vote signature was invalid
106
+ **/
107
+ BlockVoteInvalidSignature: AugmentedError<ApiType>;
108
+ /**
109
+ * Could not decode the scale bytes of the votes
110
+ **/
111
+ CouldNotDecodeVote: AugmentedError<ApiType>;
112
+ /**
113
+ * Too many block seals submitted
114
+ **/
115
+ DuplicateBlockSealProvided: AugmentedError<ApiType>;
116
+ /**
117
+ * The notebook for this vote was not eligible to vote
118
+ **/
119
+ IneligibleNotebookUsed: AugmentedError<ApiType>;
120
+ /**
121
+ * The block vote did not reach the minimum voting power at time of the grandparent block
122
+ **/
123
+ InsufficientVotingPower: AugmentedError<ApiType>;
124
+ /**
125
+ * Message was not signed by a registered miner
126
+ **/
127
+ InvalidAuthoritySignature: AugmentedError<ApiType>;
128
+ /**
129
+ * The merkle proof of vote inclusion in the notebook is invalid
130
+ **/
131
+ InvalidBlockVoteProof: AugmentedError<ApiType>;
132
+ /**
133
+ * The data domain account is mismatched with the block reward seeker
134
+ **/
135
+ InvalidDataDomainAccount: AugmentedError<ApiType>;
136
+ /**
137
+ * Vote not submitted by the right miner
138
+ **/
139
+ InvalidSubmitter: AugmentedError<ApiType>;
140
+ /**
141
+ * The block vote was not for a valid block
142
+ **/
143
+ InvalidVoteGrandparentHash: AugmentedError<ApiType>;
144
+ /**
145
+ * The strength of the given seal did not match calculations
146
+ **/
147
+ InvalidVoteSealStrength: AugmentedError<ApiType>;
148
+ /**
149
+ * Too many notebooks were submitted for the current tick. Should not be possible
150
+ **/
151
+ MaxNotebooksAtTickExceeded: AugmentedError<ApiType>;
152
+ /**
153
+ * No closest miner found for vote
154
+ **/
155
+ NoClosestMinerFoundForVote: AugmentedError<ApiType>;
156
+ /**
157
+ * The lookup to verify a vote's authenticity is not available for the given block
158
+ **/
159
+ NoEligibleVotingRoot: AugmentedError<ApiType>;
160
+ /**
161
+ * No vote minimum found at grandparent height
162
+ **/
163
+ NoGrandparentVoteMinimum: AugmentedError<ApiType>;
164
+ /**
165
+ * No registered voting key found for the parent block
166
+ **/
167
+ ParentVotingKeyNotFound: AugmentedError<ApiType>;
168
+ /**
169
+ * Could not decode the vote bytes
170
+ **/
171
+ UnableToDecodeVoteAccount: AugmentedError<ApiType>;
172
+ /**
173
+ * The block author is not a registered miner
174
+ **/
175
+ UnregisteredBlockAuthor: AugmentedError<ApiType>;
176
+ /**
177
+ * The data domain was not registered
178
+ **/
179
+ UnregisteredDataDomain: AugmentedError<ApiType>;
180
+ };
181
+ blockSealSpec: {
182
+ /**
183
+ * The maximum number of notebooks at the current tick has been exceeded
184
+ **/
185
+ MaxNotebooksAtTickExceeded: AugmentedError<ApiType>;
186
+ };
187
+ bonds: {
188
+ /**
189
+ * The proposed transaction would take the account below the minimum (existential) balance
190
+ **/
191
+ AccountWouldGoBelowMinimumBalance: AugmentedError<ApiType>;
192
+ /**
193
+ * The fee for this bitcoin unlock is too high
194
+ **/
195
+ BitcoinFeeTooHigh: AugmentedError<ApiType>;
196
+ /**
197
+ * The cosign signature is not valid for the bitcoin unlock
198
+ **/
199
+ BitcoinInvalidCosignature: AugmentedError<ApiType>;
200
+ /**
201
+ * This bitcoin pubkey couldn't be decoded for unlock
202
+ **/
203
+ BitcoinPubkeyUnableToBeDecoded: AugmentedError<ApiType>;
204
+ /**
205
+ * This bitcoin signature couldn't be decoded for unlock
206
+ **/
207
+ BitcoinSignatureUnableToBeDecoded: AugmentedError<ApiType>;
208
+ /**
209
+ * This bitcoin cosign script couldn't be decoded for unlock
210
+ **/
211
+ BitcoinUnableToBeDecodedForUnlock: AugmentedError<ApiType>;
212
+ /**
213
+ * The bitcoin has passed the deadline to unlock it
214
+ **/
215
+ BitcoinUnlockInitiationDeadlinePassed: AugmentedError<ApiType>;
216
+ BitcoinUtxoNotFound: AugmentedError<ApiType>;
217
+ BondNotFound: AugmentedError<ApiType>;
218
+ /**
219
+ * This bitcoin redemption has not been locked in
220
+ **/
221
+ BondRedemptionNotLocked: AugmentedError<ApiType>;
222
+ /**
223
+ * There are too many bond or bond funds expiring in the given expiration block
224
+ **/
225
+ ExpirationAtBlockOverflow: AugmentedError<ApiType>;
226
+ ExpirationTooSoon: AugmentedError<ApiType>;
227
+ /**
228
+ * The fee for this bond exceeds the amount of the bond, which is unsafe
229
+ **/
230
+ FeeExceedsBondAmount: AugmentedError<ApiType>;
231
+ GenericBondError: AugmentedError<ApiType>;
232
+ HoldUnexpectedlyModified: AugmentedError<ApiType>;
233
+ /**
234
+ * The vault does not have enough bitcoins to cover the mining bond
235
+ **/
236
+ InsufficientBitcoinsForMining: AugmentedError<ApiType>;
237
+ InsufficientFunds: AugmentedError<ApiType>;
238
+ InsufficientSatoshisBonded: AugmentedError<ApiType>;
239
+ InsufficientVaultFunds: AugmentedError<ApiType>;
240
+ /**
241
+ * The bitcoin script to lock this bitcoin has errors
242
+ **/
243
+ InvalidBitcoinScript: AugmentedError<ApiType>;
244
+ InvalidBondType: AugmentedError<ApiType>;
245
+ /**
246
+ * Funding would result in an overflow of the balance type
247
+ **/
248
+ InvalidVaultAmount: AugmentedError<ApiType>;
249
+ MinimumBondAmountNotMet: AugmentedError<ApiType>;
250
+ NoBitcoinPricesAvailable: AugmentedError<ApiType>;
251
+ NoMoreBondIds: AugmentedError<ApiType>;
252
+ NoPermissions: AugmentedError<ApiType>;
253
+ UnrecoverableHold: AugmentedError<ApiType>;
254
+ VaultClosed: AugmentedError<ApiType>;
255
+ VaultNotFound: AugmentedError<ApiType>;
256
+ };
257
+ chainTransfer: {
258
+ /**
259
+ * Insufficient balance to create this transfer
260
+ **/
261
+ InsufficientFunds: AugmentedError<ApiType>;
262
+ /**
263
+ * Insufficient balance to fulfill a mainchain transfer
264
+ **/
265
+ InsufficientNotarizedFunds: AugmentedError<ApiType>;
266
+ /**
267
+ * The notary id is not registered
268
+ **/
269
+ InvalidNotaryUsedForTransfer: AugmentedError<ApiType>;
270
+ /**
271
+ * The transfer was already submitted in a previous block
272
+ **/
273
+ InvalidOrDuplicatedLocalchainTransfer: AugmentedError<ApiType>;
274
+ MaxBlockTransfersExceeded: AugmentedError<ApiType>;
275
+ /**
276
+ * The notary is locked (likey due to failed audits)
277
+ **/
278
+ NotaryLocked: AugmentedError<ApiType>;
279
+ /**
280
+ * A transfer was submitted in a previous block but the expiration block has passed
281
+ **/
282
+ NotebookIncludesExpiredLocalchainTransfer: AugmentedError<ApiType>;
283
+ };
284
+ dataDomain: {
285
+ /**
286
+ * Error decoding account from notary
287
+ **/
288
+ AccountDecodingError: AugmentedError<ApiType>;
289
+ /**
290
+ * The domain is not registered.
291
+ **/
292
+ DomainNotRegistered: AugmentedError<ApiType>;
293
+ /**
294
+ * Failed to add to the expiring domain list
295
+ **/
296
+ FailedToAddExpiringDomain: AugmentedError<ApiType>;
297
+ /**
298
+ * Failed to add to the address history.
299
+ **/
300
+ FailedToAddToAddressHistory: AugmentedError<ApiType>;
301
+ /**
302
+ * The sender is not the owner of the domain.
303
+ **/
304
+ NotDomainOwner: AugmentedError<ApiType>;
305
+ };
306
+ grandpa: {
307
+ /**
308
+ * Attempt to signal GRANDPA change with one already pending.
309
+ **/
310
+ ChangePending: AugmentedError<ApiType>;
311
+ /**
312
+ * A given equivocation report is valid but already previously reported.
313
+ **/
314
+ DuplicateOffenceReport: AugmentedError<ApiType>;
315
+ /**
316
+ * An equivocation proof provided as part of an equivocation report is invalid.
317
+ **/
318
+ InvalidEquivocationProof: AugmentedError<ApiType>;
319
+ /**
320
+ * A key ownership proof provided as part of an equivocation report is invalid.
321
+ **/
322
+ InvalidKeyOwnershipProof: AugmentedError<ApiType>;
323
+ /**
324
+ * Attempt to signal GRANDPA pause when the authority set isn't live
325
+ * (either paused or already pending pause).
326
+ **/
327
+ PauseFailed: AugmentedError<ApiType>;
328
+ /**
329
+ * Attempt to signal GRANDPA resume when the authority set isn't paused
330
+ * (either live or already pending resume).
331
+ **/
332
+ ResumeFailed: AugmentedError<ApiType>;
333
+ /**
334
+ * Cannot signal forced change so soon after last.
335
+ **/
336
+ TooSoon: AugmentedError<ApiType>;
337
+ };
338
+ miningSlot: {
339
+ AccountWouldBeBelowMinimum: AugmentedError<ApiType>;
340
+ BidTooLow: AugmentedError<ApiType>;
341
+ BondAlreadyClosed: AugmentedError<ApiType>;
342
+ BondNotFound: AugmentedError<ApiType>;
343
+ /**
344
+ * A Non-Mining bond was submitted as part of a bid
345
+ **/
346
+ CannotRegisterOverlappingSessions: AugmentedError<ApiType>;
347
+ /**
348
+ * There are too many bond or bond funds expiring in the given expiration block
349
+ **/
350
+ ExpirationAtBlockOverflow: AugmentedError<ApiType>;
351
+ ExpirationTooSoon: AugmentedError<ApiType>;
352
+ /**
353
+ * The fee for this bond exceeds the amount of the bond, which is unsafe
354
+ **/
355
+ FeeExceedsBondAmount: AugmentedError<ApiType>;
356
+ GenericBondError: AugmentedError<ApiType>;
357
+ HoldUnexpectedlyModified: AugmentedError<ApiType>;
358
+ InsufficientFunds: AugmentedError<ApiType>;
359
+ InsufficientOwnershipTokens: AugmentedError<ApiType>;
360
+ InsufficientVaultFunds: AugmentedError<ApiType>;
361
+ MinimumBondAmountNotMet: AugmentedError<ApiType>;
362
+ NoMoreBondIds: AugmentedError<ApiType>;
363
+ NoPermissions: AugmentedError<ApiType>;
364
+ SlotNotTakingBids: AugmentedError<ApiType>;
365
+ TooManyBlockRegistrants: AugmentedError<ApiType>;
366
+ UnrecoverableHold: AugmentedError<ApiType>;
367
+ VaultClosed: AugmentedError<ApiType>;
368
+ VaultNotFound: AugmentedError<ApiType>;
369
+ };
370
+ mint: {
371
+ TooManyPendingMints: AugmentedError<ApiType>;
372
+ };
373
+ multisig: {
374
+ /**
375
+ * Call is already approved by this signatory.
376
+ **/
377
+ AlreadyApproved: AugmentedError<ApiType>;
378
+ /**
379
+ * The data to be stored is already stored.
380
+ **/
381
+ AlreadyStored: AugmentedError<ApiType>;
382
+ /**
383
+ * The maximum weight information provided was too low.
384
+ **/
385
+ MaxWeightTooLow: AugmentedError<ApiType>;
386
+ /**
387
+ * Threshold must be 2 or greater.
388
+ **/
389
+ MinimumThreshold: AugmentedError<ApiType>;
390
+ /**
391
+ * Call doesn't need any (more) approvals.
392
+ **/
393
+ NoApprovalsNeeded: AugmentedError<ApiType>;
394
+ /**
395
+ * Multisig operation not found when attempting to cancel.
396
+ **/
397
+ NotFound: AugmentedError<ApiType>;
398
+ /**
399
+ * No timepoint was given, yet the multisig operation is already underway.
400
+ **/
401
+ NoTimepoint: AugmentedError<ApiType>;
402
+ /**
403
+ * Only the account that originally created the multisig is able to cancel it.
404
+ **/
405
+ NotOwner: AugmentedError<ApiType>;
406
+ /**
407
+ * The sender was contained in the other signatories; it shouldn't be.
408
+ **/
409
+ SenderInSignatories: AugmentedError<ApiType>;
410
+ /**
411
+ * The signatories were provided out of order; they should be ordered.
412
+ **/
413
+ SignatoriesOutOfOrder: AugmentedError<ApiType>;
414
+ /**
415
+ * There are too few signatories in the list.
416
+ **/
417
+ TooFewSignatories: AugmentedError<ApiType>;
418
+ /**
419
+ * There are too many signatories in the list.
420
+ **/
421
+ TooManySignatories: AugmentedError<ApiType>;
422
+ /**
423
+ * A timepoint was given, yet no multisig operation is underway.
424
+ **/
425
+ UnexpectedTimepoint: AugmentedError<ApiType>;
426
+ /**
427
+ * A different timepoint was given to the multisig operation that is underway.
428
+ **/
429
+ WrongTimepoint: AugmentedError<ApiType>;
430
+ };
431
+ notaries: {
432
+ /**
433
+ * The proposed effective tick is too soon
434
+ **/
435
+ EffectiveTickTooSoon: AugmentedError<ApiType>;
436
+ /**
437
+ * The notary is invalid
438
+ **/
439
+ InvalidNotary: AugmentedError<ApiType>;
440
+ /**
441
+ * Invalid notary operator for this operation
442
+ **/
443
+ InvalidNotaryOperator: AugmentedError<ApiType>;
444
+ /**
445
+ * Maximum number of notaries exceeded
446
+ **/
447
+ MaxNotariesExceeded: AugmentedError<ApiType>;
448
+ /**
449
+ * Maximum number of proposals per block exceeded
450
+ **/
451
+ MaxProposalsPerBlockExceeded: AugmentedError<ApiType>;
452
+ /**
453
+ * An internal error has occurred. The notary ids are exhausted.
454
+ **/
455
+ NoMoreNotaryIds: AugmentedError<ApiType>;
456
+ /**
457
+ * This notary is not active, so this change cannot be made yet
458
+ **/
459
+ NotAnActiveNotary: AugmentedError<ApiType>;
460
+ /**
461
+ * The proposal to activate was not found
462
+ **/
463
+ ProposalNotFound: AugmentedError<ApiType>;
464
+ /**
465
+ * Too many internal keys
466
+ **/
467
+ TooManyKeys: AugmentedError<ApiType>;
468
+ };
469
+ notebook: {
470
+ /**
471
+ * Could not decode the scale bytes of the notebook
472
+ **/
473
+ CouldNotDecodeNotebook: AugmentedError<ApiType>;
474
+ /**
475
+ * The notebook digest was included more than once
476
+ **/
477
+ DuplicateNotebookDigest: AugmentedError<ApiType>;
478
+ /**
479
+ * This notebook has already been submitted
480
+ **/
481
+ DuplicateNotebookNumber: AugmentedError<ApiType>;
482
+ /**
483
+ * Unable to track the notebook change list
484
+ **/
485
+ InternalError: AugmentedError<ApiType>;
486
+ /**
487
+ * The notebook digest did not match the included notebooks
488
+ **/
489
+ InvalidNotebookDigest: AugmentedError<ApiType>;
490
+ /**
491
+ * The signature of the notebook is invalid
492
+ **/
493
+ InvalidNotebookSignature: AugmentedError<ApiType>;
494
+ /**
495
+ * The secret or secret hash of the parent notebook do not match
496
+ **/
497
+ InvalidSecretProvided: AugmentedError<ApiType>;
498
+ /**
499
+ * The notebook digest was not included
500
+ **/
501
+ MissingNotebookDigest: AugmentedError<ApiType>;
502
+ /**
503
+ * Notebooks received out of order
504
+ **/
505
+ MissingNotebookNumber: AugmentedError<ApiType>;
506
+ /**
507
+ * Multiple inherents provided
508
+ **/
509
+ MultipleNotebookInherentsProvided: AugmentedError<ApiType>;
510
+ /**
511
+ * A notebook was already provided at this tick
512
+ **/
513
+ NotebookTickAlreadyUsed: AugmentedError<ApiType>;
514
+ };
515
+ priceIndex: {
516
+ /**
517
+ * Change in argon price is too large
518
+ **/
519
+ MaxPriceChangePerTickExceeded: AugmentedError<ApiType>;
520
+ /**
521
+ * Missing value
522
+ **/
523
+ MissingValue: AugmentedError<ApiType>;
524
+ /**
525
+ * Not authorized as an oracle operator
526
+ **/
527
+ NotAuthorizedOperator: AugmentedError<ApiType>;
528
+ /**
529
+ * The submitted prices are too old
530
+ **/
531
+ PricesTooOld: AugmentedError<ApiType>;
532
+ };
533
+ proxy: {
534
+ /**
535
+ * Account is already a proxy.
536
+ **/
537
+ Duplicate: AugmentedError<ApiType>;
538
+ /**
539
+ * Call may not be made by proxy because it may escalate its privileges.
540
+ **/
541
+ NoPermission: AugmentedError<ApiType>;
542
+ /**
543
+ * Cannot add self as proxy.
544
+ **/
545
+ NoSelfProxy: AugmentedError<ApiType>;
546
+ /**
547
+ * Proxy registration not found.
548
+ **/
549
+ NotFound: AugmentedError<ApiType>;
550
+ /**
551
+ * Sender is not a proxy of the account to be proxied.
552
+ **/
553
+ NotProxy: AugmentedError<ApiType>;
554
+ /**
555
+ * There are too many proxies registered or too many announcements pending.
556
+ **/
557
+ TooMany: AugmentedError<ApiType>;
558
+ /**
559
+ * Announcement, if made at all, was made too recently.
560
+ **/
561
+ Unannounced: AugmentedError<ApiType>;
562
+ /**
563
+ * A call which is incompatible with the proxy type's filter was attempted.
564
+ **/
565
+ Unproxyable: AugmentedError<ApiType>;
566
+ };
567
+ session: {
568
+ /**
569
+ * Registered duplicate key.
570
+ **/
571
+ DuplicatedKey: AugmentedError<ApiType>;
572
+ /**
573
+ * Invalid ownership proof.
574
+ **/
575
+ InvalidProof: AugmentedError<ApiType>;
576
+ /**
577
+ * Key setting account is not live, so it's impossible to associate keys.
578
+ **/
579
+ NoAccount: AugmentedError<ApiType>;
580
+ /**
581
+ * No associated validator ID for account.
582
+ **/
583
+ NoAssociatedValidatorId: AugmentedError<ApiType>;
584
+ /**
585
+ * No keys are associated with this account.
586
+ **/
587
+ NoKeys: AugmentedError<ApiType>;
588
+ };
589
+ shareBalances: {
590
+ /**
591
+ * Beneficiary account must pre-exist.
592
+ **/
593
+ DeadAccount: AugmentedError<ApiType>;
594
+ /**
595
+ * The delta cannot be zero.
596
+ **/
597
+ DeltaZero: AugmentedError<ApiType>;
598
+ /**
599
+ * Value too low to create account due to existential deposit.
600
+ **/
601
+ ExistentialDeposit: AugmentedError<ApiType>;
602
+ /**
603
+ * A vesting schedule already exists for this account.
604
+ **/
605
+ ExistingVestingSchedule: AugmentedError<ApiType>;
606
+ /**
607
+ * Transfer/payment would kill account.
608
+ **/
609
+ Expendability: AugmentedError<ApiType>;
610
+ /**
611
+ * Balance too low to send value.
612
+ **/
613
+ InsufficientBalance: AugmentedError<ApiType>;
614
+ /**
615
+ * The issuance cannot be modified since it is already deactivated.
616
+ **/
617
+ IssuanceDeactivated: AugmentedError<ApiType>;
618
+ /**
619
+ * Account liquidity restrictions prevent withdrawal.
620
+ **/
621
+ LiquidityRestrictions: AugmentedError<ApiType>;
622
+ /**
623
+ * Number of freezes exceed `MaxFreezes`.
624
+ **/
625
+ TooManyFreezes: AugmentedError<ApiType>;
626
+ /**
627
+ * Number of holds exceed `VariantCountOf<T::RuntimeHoldReason>`.
628
+ **/
629
+ TooManyHolds: AugmentedError<ApiType>;
630
+ /**
631
+ * Number of named reserves exceed `MaxReserves`.
632
+ **/
633
+ TooManyReserves: AugmentedError<ApiType>;
634
+ /**
635
+ * Vesting balance too high to send value.
636
+ **/
637
+ VestingBalance: AugmentedError<ApiType>;
638
+ };
639
+ sudo: {
640
+ /**
641
+ * Sender must be the Sudo account.
642
+ **/
643
+ RequireSudo: AugmentedError<ApiType>;
644
+ };
645
+ system: {
646
+ /**
647
+ * The origin filter prevent the call to be dispatched.
648
+ **/
649
+ CallFiltered: AugmentedError<ApiType>;
650
+ /**
651
+ * Failed to extract the runtime version from the new runtime.
652
+ *
653
+ * Either calling `Core_version` or decoding `RuntimeVersion` failed.
654
+ **/
655
+ FailedToExtractRuntimeVersion: AugmentedError<ApiType>;
656
+ /**
657
+ * The name of specification does not match between the current runtime
658
+ * and the new runtime.
659
+ **/
660
+ InvalidSpecName: AugmentedError<ApiType>;
661
+ /**
662
+ * A multi-block migration is ongoing and prevents the current code from being replaced.
663
+ **/
664
+ MultiBlockMigrationsOngoing: AugmentedError<ApiType>;
665
+ /**
666
+ * Suicide called when the account has non-default composite data.
667
+ **/
668
+ NonDefaultComposite: AugmentedError<ApiType>;
669
+ /**
670
+ * There is a non-zero reference count preventing the account from being purged.
671
+ **/
672
+ NonZeroRefCount: AugmentedError<ApiType>;
673
+ /**
674
+ * No upgrade authorized.
675
+ **/
676
+ NothingAuthorized: AugmentedError<ApiType>;
677
+ /**
678
+ * The specification version is not allowed to decrease between the current runtime
679
+ * and the new runtime.
680
+ **/
681
+ SpecVersionNeedsToIncrease: AugmentedError<ApiType>;
682
+ /**
683
+ * The submitted code is not authorized.
684
+ **/
685
+ Unauthorized: AugmentedError<ApiType>;
686
+ };
687
+ ticks: {};
688
+ txPause: {
689
+ /**
690
+ * The call is paused.
691
+ **/
692
+ IsPaused: AugmentedError<ApiType>;
693
+ /**
694
+ * The call is unpaused.
695
+ **/
696
+ IsUnpaused: AugmentedError<ApiType>;
697
+ NotFound: AugmentedError<ApiType>;
698
+ /**
699
+ * The call is whitelisted and cannot be paused.
700
+ **/
701
+ Unpausable: AugmentedError<ApiType>;
702
+ };
703
+ vaults: {
704
+ /**
705
+ * The proposed transaction would take the account below the minimum (existential) balance
706
+ **/
707
+ AccountBelowMinimumBalance: AugmentedError<ApiType>;
708
+ /**
709
+ * Bitcoin conversion to compressed pubkey failed
710
+ **/
711
+ BitcoinConversionFailed: AugmentedError<ApiType>;
712
+ BitcoinUtxoNotFound: AugmentedError<ApiType>;
713
+ BondNotFound: AugmentedError<ApiType>;
714
+ /**
715
+ * There are too many bond or bond funds expiring in the given expiration block
716
+ **/
717
+ ExpirationAtBlockOverflow: AugmentedError<ApiType>;
718
+ ExpirationTooSoon: AugmentedError<ApiType>;
719
+ /**
720
+ * The fee for this bond exceeds the amount of the bond, which is unsafe
721
+ **/
722
+ FeeExceedsBondAmount: AugmentedError<ApiType>;
723
+ HoldUnexpectedlyModified: AugmentedError<ApiType>;
724
+ /**
725
+ * The vault does not have enough bitcoins to cover the mining bond
726
+ **/
727
+ InsufficientBitcoinsForMining: AugmentedError<ApiType>;
728
+ InsufficientFunds: AugmentedError<ApiType>;
729
+ InsufficientSatoshisBonded: AugmentedError<ApiType>;
730
+ InsufficientVaultFunds: AugmentedError<ApiType>;
731
+ /**
732
+ * An internal processing error occurred
733
+ **/
734
+ InternalError: AugmentedError<ApiType>;
735
+ /**
736
+ * The bitcoin script to lock this bitcoin has errors
737
+ **/
738
+ InvalidBitcoinScript: AugmentedError<ApiType>;
739
+ InvalidBondType: AugmentedError<ApiType>;
740
+ /**
741
+ * An invalid securitization percent was provided for the vault. NOTE: it cannot be
742
+ * decreased (or negative)
743
+ **/
744
+ InvalidSecuritization: AugmentedError<ApiType>;
745
+ /**
746
+ * Funding would result in an overflow of the balance type
747
+ **/
748
+ InvalidVaultAmount: AugmentedError<ApiType>;
749
+ /**
750
+ * Unable to decode xpubkey
751
+ **/
752
+ InvalidXpubkey: AugmentedError<ApiType>;
753
+ /**
754
+ * Securitization percent would exceed the maximum allowed
755
+ **/
756
+ MaxSecuritizationPercentExceeded: AugmentedError<ApiType>;
757
+ MinimumBondAmountNotMet: AugmentedError<ApiType>;
758
+ NoBitcoinPricesAvailable: AugmentedError<ApiType>;
759
+ NoMoreBondIds: AugmentedError<ApiType>;
760
+ NoMoreVaultIds: AugmentedError<ApiType>;
761
+ NoPermissions: AugmentedError<ApiType>;
762
+ /**
763
+ * No Vault public keys are available
764
+ **/
765
+ NoVaultBitcoinPubkeysAvailable: AugmentedError<ApiType>;
766
+ /**
767
+ * The vault bitcoin xpubkey has already been used
768
+ **/
769
+ ReusedVaultBitcoinXpub: AugmentedError<ApiType>;
770
+ /**
771
+ * Terms are already scheduled to be changed
772
+ **/
773
+ TermsChangeAlreadyScheduled: AugmentedError<ApiType>;
774
+ /**
775
+ * The terms modification list could not handle any more items
776
+ **/
777
+ TermsModificationOverflow: AugmentedError<ApiType>;
778
+ /**
779
+ * Unable to decode vault bitcoin pubkey
780
+ **/
781
+ UnableToDecodeVaultBitcoinPubkey: AugmentedError<ApiType>;
782
+ /**
783
+ * Unable to derive xpubkey child
784
+ **/
785
+ UnableToDeriveVaultXpubChild: AugmentedError<ApiType>;
786
+ /**
787
+ * Unable to generate a new vault bitcoin pubkey
788
+ **/
789
+ UnableToGenerateVaultBitcoinPubkey: AugmentedError<ApiType>;
790
+ UnrecoverableHold: AugmentedError<ApiType>;
791
+ /**
792
+ * The XPub is unsafe to use in a public blockchain (aka, unhardened)
793
+ **/
794
+ UnsafeXpubkey: AugmentedError<ApiType>;
795
+ VaultClosed: AugmentedError<ApiType>;
796
+ VaultNotFound: AugmentedError<ApiType>;
797
+ /**
798
+ * This reduction in bond funds offered goes below the amount that is already committed to
799
+ **/
800
+ VaultReductionBelowAllocatedFunds: AugmentedError<ApiType>;
801
+ /**
802
+ * Wrong Xpub Network
803
+ **/
804
+ WrongXpubNetwork: AugmentedError<ApiType>;
805
+ };
806
+ }
807
+ }