@argonprotocol/mainchain 1.4.3-dev.1f0d7a33 → 1.4.3-dev.25eec055

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.
@@ -0,0 +1,1184 @@
1
+ // Auto-generated via `yarn polkadot-types-from-chain`, do not edit
2
+ /* eslint-disable */
3
+
4
+ // import type lookup before we augment - in some environments
5
+ // this is required to allow for ambient/previous definitions
6
+ import type {} from '@polkadot/api-base/types/errors';
7
+
8
+ import type { ApiTypes, AugmentedError } from '@polkadot/api-base/types';
9
+
10
+ export type __AugmentedError<ApiType extends ApiTypes> = AugmentedError<ApiType>;
11
+
12
+ declare module '@polkadot/api-base/types/errors' {
13
+ interface AugmentedErrors<ApiType extends ApiTypes> {
14
+ balances: {
15
+ /**
16
+ * Beneficiary account must pre-exist.
17
+ **/
18
+ DeadAccount: AugmentedError<ApiType>;
19
+ /**
20
+ * The delta cannot be zero.
21
+ **/
22
+ DeltaZero: AugmentedError<ApiType>;
23
+ /**
24
+ * Value too low to create account due to existential deposit.
25
+ **/
26
+ ExistentialDeposit: AugmentedError<ApiType>;
27
+ /**
28
+ * A vesting schedule already exists for this account.
29
+ **/
30
+ ExistingVestingSchedule: AugmentedError<ApiType>;
31
+ /**
32
+ * Transfer/payment would kill account.
33
+ **/
34
+ Expendability: AugmentedError<ApiType>;
35
+ /**
36
+ * Balance too low to send value.
37
+ **/
38
+ InsufficientBalance: AugmentedError<ApiType>;
39
+ /**
40
+ * The issuance cannot be modified since it is already deactivated.
41
+ **/
42
+ IssuanceDeactivated: AugmentedError<ApiType>;
43
+ /**
44
+ * Account liquidity restrictions prevent withdrawal.
45
+ **/
46
+ LiquidityRestrictions: AugmentedError<ApiType>;
47
+ /**
48
+ * Number of freezes exceed `MaxFreezes`.
49
+ **/
50
+ TooManyFreezes: AugmentedError<ApiType>;
51
+ /**
52
+ * Number of holds exceed `VariantCountOf<T::RuntimeHoldReason>`.
53
+ **/
54
+ TooManyHolds: AugmentedError<ApiType>;
55
+ /**
56
+ * Number of named reserves exceed `MaxReserves`.
57
+ **/
58
+ TooManyReserves: AugmentedError<ApiType>;
59
+ /**
60
+ * Vesting balance too high to send value.
61
+ **/
62
+ VestingBalance: AugmentedError<ApiType>;
63
+ };
64
+ bitcoinLocks: {
65
+ /**
66
+ * The proposed transaction would take the account below the minimum (existential) balance
67
+ **/
68
+ AccountWouldGoBelowMinimumBalance: AugmentedError<ApiType>;
69
+ /**
70
+ * The fee for this bitcoin release is too high
71
+ **/
72
+ BitcoinFeeTooHigh: AugmentedError<ApiType>;
73
+ /**
74
+ * The cosign signature is not valid for the bitcoin release
75
+ **/
76
+ BitcoinInvalidCosignature: AugmentedError<ApiType>;
77
+ /**
78
+ * This bitcoin pubkey couldn't be decoded for release
79
+ **/
80
+ BitcoinPubkeyUnableToBeDecoded: AugmentedError<ApiType>;
81
+ /**
82
+ * The bitcoin has passed the deadline to release it
83
+ **/
84
+ BitcoinReleaseInitiationDeadlinePassed: AugmentedError<ApiType>;
85
+ /**
86
+ * This bitcoin signature couldn't be decoded for release
87
+ **/
88
+ BitcoinSignatureUnableToBeDecoded: AugmentedError<ApiType>;
89
+ /**
90
+ * This bitcoin cosign script couldn't be decoded for release
91
+ **/
92
+ BitcoinUnableToBeDecodedForRelease: AugmentedError<ApiType>;
93
+ /**
94
+ * The Bitcoin Unspect Transaction Output (UTXO) was not found
95
+ **/
96
+ BitcoinUtxoNotFound: AugmentedError<ApiType>;
97
+ /**
98
+ * An overflow occurred recording a lock expiration
99
+ **/
100
+ ExpirationAtBlockOverflow: AugmentedError<ApiType>;
101
+ /**
102
+ * Cannot request an orphaned release for the funding UTXO
103
+ **/
104
+ FundingUtxoCannotBeReleased: AugmentedError<ApiType>;
105
+ /**
106
+ * An error occurred in the vault module
107
+ **/
108
+ GenericVaultError: AugmentedError<ApiType>;
109
+ /**
110
+ * The expected amount of funds to return from hold was not available
111
+ **/
112
+ HoldUnexpectedlyModified: AugmentedError<ApiType>;
113
+ /**
114
+ * An ineligible microgon rate per btc was requested
115
+ **/
116
+ IneligibleMicrogonRateRequested: AugmentedError<ApiType>;
117
+ InsufficientFunds: AugmentedError<ApiType>;
118
+ /**
119
+ * The minimum number of satoshis was not met
120
+ **/
121
+ InsufficientSatoshisLocked: AugmentedError<ApiType>;
122
+ InsufficientVaultFunds: AugmentedError<ApiType>;
123
+ /**
124
+ * The bitcoin script to lock this bitcoin has errors
125
+ **/
126
+ InvalidBitcoinScript: AugmentedError<ApiType>;
127
+ /**
128
+ * Funding would result in an overflow of the balance type
129
+ **/
130
+ InvalidVaultAmount: AugmentedError<ApiType>;
131
+ /**
132
+ * A lock in process of release cannot be ratcheted
133
+ **/
134
+ LockInProcessOfRelease: AugmentedError<ApiType>;
135
+ /**
136
+ * The Bitcoin Lock record was not found
137
+ **/
138
+ LockNotFound: AugmentedError<ApiType>;
139
+ /**
140
+ * The lock funding has not been confirmed on bitcoin
141
+ **/
142
+ LockPendingFunding: AugmentedError<ApiType>;
143
+ /**
144
+ * Too many orphaned utxo release requests for a lock
145
+ **/
146
+ MaxOrphanedUtxoReleaseRequestsExceeded: AugmentedError<ApiType>;
147
+ /**
148
+ * The price provider has no bitcoin prices available. This is a temporary error
149
+ **/
150
+ NoBitcoinPricesAvailable: AugmentedError<ApiType>;
151
+ /**
152
+ * The user does not have permissions to perform this action
153
+ **/
154
+ NoPermissions: AugmentedError<ApiType>;
155
+ /**
156
+ * Nothing to ratchet
157
+ **/
158
+ NoRatchetingAvailable: AugmentedError<ApiType>;
159
+ /**
160
+ * No Vault public keys are available
161
+ **/
162
+ NoVaultBitcoinPubkeysAvailable: AugmentedError<ApiType>;
163
+ /**
164
+ * Cannot fund with an orphaned utxo after lock funding is confirmed
165
+ **/
166
+ OrphanedUtxoFundingConflict: AugmentedError<ApiType>;
167
+ /**
168
+ * Cannot lock an orphaned utxo with a pending release request
169
+ **/
170
+ OrphanedUtxoReleaseRequested: AugmentedError<ApiType>;
171
+ /**
172
+ * An overflow or underflow occurred while calculating the redemption price
173
+ **/
174
+ OverflowError: AugmentedError<ApiType>;
175
+ /**
176
+ * This bitcoin redemption has not been locked in
177
+ **/
178
+ RedemptionNotLocked: AugmentedError<ApiType>;
179
+ /**
180
+ * Unable to generate a new vault public key
181
+ **/
182
+ UnableToGenerateVaultBitcoinPubkey: AugmentedError<ApiType>;
183
+ /**
184
+ * The hold on funds could not be recovered
185
+ **/
186
+ UnrecoverableHold: AugmentedError<ApiType>;
187
+ /**
188
+ * This vault is closed
189
+ **/
190
+ VaultClosed: AugmentedError<ApiType>;
191
+ /**
192
+ * The vault was not found
193
+ **/
194
+ VaultNotFound: AugmentedError<ApiType>;
195
+ /**
196
+ * This vault is not yet active
197
+ **/
198
+ VaultNotYetActive: AugmentedError<ApiType>;
199
+ };
200
+ bitcoinUtxos: {
201
+ /**
202
+ * Bitcoin height not confirmed yet
203
+ **/
204
+ BitcoinHeightNotConfirmed: AugmentedError<ApiType>;
205
+ /**
206
+ * Duplicated UtxoId. Already in use
207
+ **/
208
+ DuplicateUtxoId: AugmentedError<ApiType>;
209
+ /**
210
+ * Insufficient bitcoin amount
211
+ **/
212
+ InsufficientBitcoinAmount: AugmentedError<ApiType>;
213
+ /**
214
+ * Locking script has errors
215
+ **/
216
+ InvalidBitcoinScript: AugmentedError<ApiType>;
217
+ /**
218
+ * Invalid bitcoin sync height attempted
219
+ **/
220
+ InvalidBitcoinSyncHeight: AugmentedError<ApiType>;
221
+ /**
222
+ * This Lock already has an attached funding UTXO
223
+ **/
224
+ LockAlreadyFunded: AugmentedError<ApiType>;
225
+ /**
226
+ * Too many candidate UTXOs are being stored for this lock
227
+ **/
228
+ MaxCandidateUtxosExceeded: AugmentedError<ApiType>;
229
+ /**
230
+ * Too many UTXOs are being watched
231
+ **/
232
+ MaxUtxosExceeded: AugmentedError<ApiType>;
233
+ /**
234
+ * No Oracle-provided bitcoin block has been provided to the network
235
+ **/
236
+ NoBitcoinConfirmedBlock: AugmentedError<ApiType>;
237
+ /**
238
+ * No prices are available to mint bitcoins
239
+ **/
240
+ NoBitcoinPricesAvailable: AugmentedError<ApiType>;
241
+ /**
242
+ * Only an Oracle Operator can perform this action
243
+ **/
244
+ NoPermissions: AugmentedError<ApiType>;
245
+ /**
246
+ * Redemptions not currently available
247
+ **/
248
+ RedemptionsUnavailable: AugmentedError<ApiType>;
249
+ /**
250
+ * ScriptPubKey is already being waited for
251
+ **/
252
+ ScriptPubkeyConflict: AugmentedError<ApiType>;
253
+ /**
254
+ * The UTXO reference does not map to a candidate entry
255
+ **/
256
+ UtxoNotCandidate: AugmentedError<ApiType>;
257
+ /**
258
+ * Locked Utxo Not Found
259
+ **/
260
+ UtxoNotLocked: AugmentedError<ApiType>;
261
+ };
262
+ blockRewards: {};
263
+ blockSeal: {
264
+ /**
265
+ * A block seal authority could not be properly decoded
266
+ **/
267
+ BlockSealDecodeError: AugmentedError<ApiType>;
268
+ /**
269
+ * The vote signature was invalid
270
+ **/
271
+ BlockVoteInvalidSignature: AugmentedError<ApiType>;
272
+ /**
273
+ * Could not decode the scale bytes of the votes
274
+ **/
275
+ CouldNotDecodeVote: AugmentedError<ApiType>;
276
+ /**
277
+ * Too many block seals submitted
278
+ **/
279
+ DuplicateBlockSealProvided: AugmentedError<ApiType>;
280
+ /**
281
+ * Duplicate vote block
282
+ **/
283
+ DuplicateVoteBlockAtTick: AugmentedError<ApiType>;
284
+ /**
285
+ * The notebook for this vote was not eligible to vote
286
+ **/
287
+ IneligibleNotebookUsed: AugmentedError<ApiType>;
288
+ /**
289
+ * The block vote did not reach the minimum voting power at time of the grandparent block
290
+ **/
291
+ InsufficientVotingPower: AugmentedError<ApiType>;
292
+ /**
293
+ * The merkle proof of vote inclusion in the notebook is invalid
294
+ **/
295
+ InvalidBlockVoteProof: AugmentedError<ApiType>;
296
+ /**
297
+ * Compute blocks cant be added in the same tick as a vote
298
+ **/
299
+ InvalidComputeBlockTick: AugmentedError<ApiType>;
300
+ /**
301
+ * Invalid fork power parent
302
+ **/
303
+ InvalidForkPowerParent: AugmentedError<ApiType>;
304
+ /**
305
+ * The nonce score distance supplied is invalid
306
+ **/
307
+ InvalidMinerNonceScore: AugmentedError<ApiType>;
308
+ /**
309
+ * Vote not submitted by the right miner
310
+ **/
311
+ InvalidSubmitter: AugmentedError<ApiType>;
312
+ /**
313
+ * The block vote was not for a valid block
314
+ **/
315
+ InvalidVoteGrandparentHash: AugmentedError<ApiType>;
316
+ /**
317
+ * The strength of the given seal did not match calculations
318
+ **/
319
+ InvalidVoteSealStrength: AugmentedError<ApiType>;
320
+ /**
321
+ * Too many notebooks were submitted for the current tick. Should not be possible
322
+ **/
323
+ MaxNotebooksAtTickExceeded: AugmentedError<ApiType>;
324
+ /**
325
+ * No closest miner found for vote
326
+ **/
327
+ NoClosestMinerFoundForVote: AugmentedError<ApiType>;
328
+ /**
329
+ * The lookup to verify a vote's authenticity is not available for the given block
330
+ **/
331
+ NoEligibleVotingRoot: AugmentedError<ApiType>;
332
+ /**
333
+ * No vote minimum found at grandparent height
334
+ **/
335
+ NoGrandparentVoteMinimum: AugmentedError<ApiType>;
336
+ /**
337
+ * No registered voting key found for the parent block
338
+ **/
339
+ ParentVotingKeyNotFound: AugmentedError<ApiType>;
340
+ /**
341
+ * Could not decode the vote bytes
342
+ **/
343
+ UnableToDecodeVoteAccount: AugmentedError<ApiType>;
344
+ /**
345
+ * The block author is not a registered miner
346
+ **/
347
+ UnregisteredBlockAuthor: AugmentedError<ApiType>;
348
+ };
349
+ blockSealSpec: {
350
+ /**
351
+ * The maximum number of notebooks at the current tick has been exceeded
352
+ **/
353
+ MaxNotebooksAtTickExceeded: AugmentedError<ApiType>;
354
+ };
355
+ crosschainTransfer: {
356
+ /**
357
+ * The burn account lacks enough balance for the payout.
358
+ **/
359
+ InsufficientLiquidity: AugmentedError<ApiType>;
360
+ /**
361
+ * The configured source-chain shape is incomplete or malformed.
362
+ **/
363
+ InvalidChainConfig: AugmentedError<ApiType>;
364
+ /**
365
+ * The Ethereum verifier rejected the supplied proof.
366
+ **/
367
+ InvalidProof: AugmentedError<ApiType>;
368
+ /**
369
+ * The destination account bytes could not be decoded into a local account id.
370
+ **/
371
+ InvalidRecipient: AugmentedError<ApiType>;
372
+ /**
373
+ * The Ethereum event topics or payload do not match `TransferToArgonStarted`.
374
+ **/
375
+ InvalidTransferToArgonActivity: AugmentedError<ApiType>;
376
+ /**
377
+ * At least one gateway activity log must be supplied with the receipt proof.
378
+ **/
379
+ NoGatewayActivitiesProvided: AugmentedError<ApiType>;
380
+ /**
381
+ * At least one proved gateway-activity block must be supplied.
382
+ **/
383
+ NoGatewayProofBlocksProvided: AugmentedError<ApiType>;
384
+ /**
385
+ * The proven gateway activity nonce is not the next contiguous nonce.
386
+ **/
387
+ UnexpectedGatewayActivityNonce: AugmentedError<ApiType>;
388
+ /**
389
+ * The caller's expected already-proven gateway activity nonce is stale or incorrect.
390
+ **/
391
+ UnexpectedPreviousGatewayActivityNonce: AugmentedError<ApiType>;
392
+ /**
393
+ * The gateway does not match the configured gateway address.
394
+ **/
395
+ UnsupportedGateway: AugmentedError<ApiType>;
396
+ /**
397
+ * The source chain is not configured for inbound claims.
398
+ **/
399
+ UnsupportedSource: AugmentedError<ApiType>;
400
+ /**
401
+ * The token is not supported under the configured gateway.
402
+ **/
403
+ UnsupportedToken: AugmentedError<ApiType>;
404
+ };
405
+ digests: {
406
+ /**
407
+ * Failed to decode digests
408
+ **/
409
+ CouldNotDecodeDigest: AugmentedError<ApiType>;
410
+ /**
411
+ * Duplicate AuthorDigest found
412
+ **/
413
+ DuplicateAuthorDigest: AugmentedError<ApiType>;
414
+ /**
415
+ * Duplicate BlockVoteDigest found
416
+ **/
417
+ DuplicateBlockVoteDigest: AugmentedError<ApiType>;
418
+ /**
419
+ * Duplicate ForkPowerDigest found
420
+ **/
421
+ DuplicateForkPowerDigest: AugmentedError<ApiType>;
422
+ /**
423
+ * Duplicate FrameInfo found
424
+ **/
425
+ DuplicateFrameInfoDigest: AugmentedError<ApiType>;
426
+ /**
427
+ * Duplicate NotebookDigest found
428
+ **/
429
+ DuplicateNotebookDigest: AugmentedError<ApiType>;
430
+ /**
431
+ * Duplicate ParentVotingKeyDigest found
432
+ **/
433
+ DuplicateParentVotingKeyDigest: AugmentedError<ApiType>;
434
+ /**
435
+ * Duplicate TickDigest found
436
+ **/
437
+ DuplicateTickDigest: AugmentedError<ApiType>;
438
+ /**
439
+ * Missing AuthorDigest
440
+ **/
441
+ MissingAuthorDigest: AugmentedError<ApiType>;
442
+ /**
443
+ * Missing BlockVoteDigest
444
+ **/
445
+ MissingBlockVoteDigest: AugmentedError<ApiType>;
446
+ /**
447
+ * Missing NotebookDigest
448
+ **/
449
+ MissingNotebookDigest: AugmentedError<ApiType>;
450
+ /**
451
+ * Missing ParentVotingKeyDigest
452
+ **/
453
+ MissingParentVotingKeyDigest: AugmentedError<ApiType>;
454
+ /**
455
+ * Missing TickDigest
456
+ **/
457
+ MissingTickDigest: AugmentedError<ApiType>;
458
+ };
459
+ domains: {
460
+ /**
461
+ * Error decoding account from notary
462
+ **/
463
+ AccountDecodingError: AugmentedError<ApiType>;
464
+ /**
465
+ * The domain is not registered.
466
+ **/
467
+ DomainNotRegistered: AugmentedError<ApiType>;
468
+ /**
469
+ * Failed to add to the expiring domain list
470
+ **/
471
+ FailedToAddExpiringDomain: AugmentedError<ApiType>;
472
+ /**
473
+ * Failed to add to the address history.
474
+ **/
475
+ FailedToAddToAddressHistory: AugmentedError<ApiType>;
476
+ /**
477
+ * The sender is not the owner of the domain.
478
+ **/
479
+ NotDomainOwner: AugmentedError<ApiType>;
480
+ };
481
+ ethereumVerifier: {
482
+ BlockBodyHashTreeRootFailed: AugmentedError<ApiType>;
483
+ BLSPreparePublicKeysFailed: AugmentedError<ApiType>;
484
+ BLSVerificationFailed: AugmentedError<ApiType>;
485
+ ExpectedFinalizedHeaderNotStored: AugmentedError<ApiType>;
486
+ ForkDataHashTreeRootFailed: AugmentedError<ApiType>;
487
+ Halted: AugmentedError<ApiType>;
488
+ HeaderHashTreeRootFailed: AugmentedError<ApiType>;
489
+ InvalidExecutionHeaderProof: AugmentedError<ApiType>;
490
+ /**
491
+ * The gap between finalized headers is larger than the retained historical window.
492
+ **/
493
+ InvalidFinalizedHeaderGap: AugmentedError<ApiType>;
494
+ InvalidHeaderMerkleProof: AugmentedError<ApiType>;
495
+ InvalidSyncCommitteeMerkleProof: AugmentedError<ApiType>;
496
+ /**
497
+ * The given update is not in the expected period, or the given next sync committee does
498
+ * not match the next sync committee in storage.
499
+ **/
500
+ InvalidSyncCommitteeUpdate: AugmentedError<ApiType>;
501
+ InvalidUpdateSlot: AugmentedError<ApiType>;
502
+ /**
503
+ * Attested header is older than latest finalized header.
504
+ **/
505
+ IrrelevantUpdate: AugmentedError<ApiType>;
506
+ NotBootstrapped: AugmentedError<ApiType>;
507
+ SigningRootHashTreeRootFailed: AugmentedError<ApiType>;
508
+ SkippedSyncCommitteePeriod: AugmentedError<ApiType>;
509
+ SyncCommitteeHashTreeRootFailed: AugmentedError<ApiType>;
510
+ SyncCommitteeParticipantsNotSupermajority: AugmentedError<ApiType>;
511
+ SyncCommitteeUpdateRequired: AugmentedError<ApiType>;
512
+ UnexpectedBeaconPreset: AugmentedError<ApiType>;
513
+ };
514
+ feeControl: {
515
+ /**
516
+ * The requested tip + fee is higher than the maximum allowed by the sponsor
517
+ **/
518
+ SponsoredFeeTooHigh: AugmentedError<ApiType>;
519
+ };
520
+ grandpa: {
521
+ /**
522
+ * Attempt to signal GRANDPA change with one already pending.
523
+ **/
524
+ ChangePending: AugmentedError<ApiType>;
525
+ /**
526
+ * A given equivocation report is valid but already previously reported.
527
+ **/
528
+ DuplicateOffenceReport: AugmentedError<ApiType>;
529
+ /**
530
+ * An equivocation proof provided as part of an equivocation report is invalid.
531
+ **/
532
+ InvalidEquivocationProof: AugmentedError<ApiType>;
533
+ /**
534
+ * A key ownership proof provided as part of an equivocation report is invalid.
535
+ **/
536
+ InvalidKeyOwnershipProof: AugmentedError<ApiType>;
537
+ /**
538
+ * Attempt to signal GRANDPA pause when the authority set isn't live
539
+ * (either paused or already pending pause).
540
+ **/
541
+ PauseFailed: AugmentedError<ApiType>;
542
+ /**
543
+ * Attempt to signal GRANDPA resume when the authority set isn't paused
544
+ * (either live or already pending resume).
545
+ **/
546
+ ResumeFailed: AugmentedError<ApiType>;
547
+ /**
548
+ * Cannot signal forced change so soon after last.
549
+ **/
550
+ TooSoon: AugmentedError<ApiType>;
551
+ };
552
+ localchainTransfer: {
553
+ /**
554
+ * Insufficient balance to create this transfer
555
+ **/
556
+ InsufficientFunds: AugmentedError<ApiType>;
557
+ /**
558
+ * Insufficient balance to fulfill a mainchain transfer
559
+ **/
560
+ InsufficientNotarizedFunds: AugmentedError<ApiType>;
561
+ /**
562
+ * The notary id is not registered
563
+ **/
564
+ InvalidNotaryUsedForTransfer: AugmentedError<ApiType>;
565
+ /**
566
+ * The transfer was already submitted in a previous block
567
+ **/
568
+ InvalidOrDuplicatedLocalchainTransfer: AugmentedError<ApiType>;
569
+ MaxBlockTransfersExceeded: AugmentedError<ApiType>;
570
+ /**
571
+ * No transfer IDs are currently available
572
+ **/
573
+ NoAvailableTransferId: AugmentedError<ApiType>;
574
+ /**
575
+ * The notary is currently locked and cannot process transfers
576
+ **/
577
+ NotaryLockedForTransfer: AugmentedError<ApiType>;
578
+ /**
579
+ * A transfer was submitted in a previous block but the expiration block has passed
580
+ **/
581
+ NotebookIncludesExpiredLocalchainTransfer: AugmentedError<ApiType>;
582
+ };
583
+ miningSlot: {
584
+ /**
585
+ * The mining bid cannot be reduced
586
+ **/
587
+ BidCannotBeReduced: AugmentedError<ApiType>;
588
+ /**
589
+ * The given bid isn't high enough to be in the cohort
590
+ **/
591
+ BidTooLow: AugmentedError<ApiType>;
592
+ /**
593
+ * Cannot re-register an account with a different funding account
594
+ **/
595
+ CannotChangeFundingAccount: AugmentedError<ApiType>;
596
+ /**
597
+ * An account can only have one active registration
598
+ **/
599
+ CannotRegisterOverlappingSessions: AugmentedError<ApiType>;
600
+ /**
601
+ * The funding account does not have enough funds to cover the bid
602
+ **/
603
+ InsufficientFunds: AugmentedError<ApiType>;
604
+ /**
605
+ * This funding account does not hold the minimum argonots needed
606
+ **/
607
+ InsufficientOwnershipTokens: AugmentedError<ApiType>;
608
+ /**
609
+ * Bids must be in allowed increments
610
+ **/
611
+ InvalidBidAmount: AugmentedError<ApiType>;
612
+ /**
613
+ * Bidding for the next cohort has closed
614
+ **/
615
+ SlotNotTakingBids: AugmentedError<ApiType>;
616
+ /**
617
+ * The cohort registration overflowed
618
+ **/
619
+ TooManyBlockRegistrants: AugmentedError<ApiType>;
620
+ /**
621
+ * The argonots on hold cannot be released
622
+ **/
623
+ UnrecoverableHold: AugmentedError<ApiType>;
624
+ };
625
+ mint: {
626
+ TooManyPendingMints: AugmentedError<ApiType>;
627
+ };
628
+ multisig: {
629
+ /**
630
+ * Call is already approved by this signatory.
631
+ **/
632
+ AlreadyApproved: AugmentedError<ApiType>;
633
+ /**
634
+ * The data to be stored is already stored.
635
+ **/
636
+ AlreadyStored: AugmentedError<ApiType>;
637
+ /**
638
+ * The maximum weight information provided was too low.
639
+ **/
640
+ MaxWeightTooLow: AugmentedError<ApiType>;
641
+ /**
642
+ * Threshold must be 2 or greater.
643
+ **/
644
+ MinimumThreshold: AugmentedError<ApiType>;
645
+ /**
646
+ * Call doesn't need any (more) approvals.
647
+ **/
648
+ NoApprovalsNeeded: AugmentedError<ApiType>;
649
+ /**
650
+ * Multisig operation not found in storage.
651
+ **/
652
+ NotFound: AugmentedError<ApiType>;
653
+ /**
654
+ * No timepoint was given, yet the multisig operation is already underway.
655
+ **/
656
+ NoTimepoint: AugmentedError<ApiType>;
657
+ /**
658
+ * Only the account that originally created the multisig is able to cancel it or update
659
+ * its deposits.
660
+ **/
661
+ NotOwner: AugmentedError<ApiType>;
662
+ /**
663
+ * The sender was contained in the other signatories; it shouldn't be.
664
+ **/
665
+ SenderInSignatories: AugmentedError<ApiType>;
666
+ /**
667
+ * The signatories were provided out of order; they should be ordered.
668
+ **/
669
+ SignatoriesOutOfOrder: AugmentedError<ApiType>;
670
+ /**
671
+ * There are too few signatories in the list.
672
+ **/
673
+ TooFewSignatories: AugmentedError<ApiType>;
674
+ /**
675
+ * There are too many signatories in the list.
676
+ **/
677
+ TooManySignatories: AugmentedError<ApiType>;
678
+ /**
679
+ * A timepoint was given, yet no multisig operation is underway.
680
+ **/
681
+ UnexpectedTimepoint: AugmentedError<ApiType>;
682
+ /**
683
+ * A different timepoint was given to the multisig operation that is underway.
684
+ **/
685
+ WrongTimepoint: AugmentedError<ApiType>;
686
+ };
687
+ notaries: {
688
+ /**
689
+ * The proposed effective tick is too soon
690
+ **/
691
+ EffectiveTickTooSoon: AugmentedError<ApiType>;
692
+ /**
693
+ * The notary is invalid
694
+ **/
695
+ InvalidNotary: AugmentedError<ApiType>;
696
+ /**
697
+ * Invalid notary operator for this operation
698
+ **/
699
+ InvalidNotaryOperator: AugmentedError<ApiType>;
700
+ /**
701
+ * Maximum number of notaries exceeded
702
+ **/
703
+ MaxNotariesExceeded: AugmentedError<ApiType>;
704
+ /**
705
+ * Maximum number of proposals per block exceeded
706
+ **/
707
+ MaxProposalsPerBlockExceeded: AugmentedError<ApiType>;
708
+ /**
709
+ * An internal error has occurred. The notary ids are exhausted.
710
+ **/
711
+ NoMoreNotaryIds: AugmentedError<ApiType>;
712
+ /**
713
+ * This notary is not active, so this change cannot be made yet
714
+ **/
715
+ NotAnActiveNotary: AugmentedError<ApiType>;
716
+ /**
717
+ * The proposal to activate was not found
718
+ **/
719
+ ProposalNotFound: AugmentedError<ApiType>;
720
+ /**
721
+ * Too many internal keys
722
+ **/
723
+ TooManyKeys: AugmentedError<ApiType>;
724
+ };
725
+ notebook: {
726
+ /**
727
+ * Could not decode the scale bytes of the notebook
728
+ **/
729
+ CouldNotDecodeNotebook: AugmentedError<ApiType>;
730
+ /**
731
+ * The notebook digest was included more than once
732
+ **/
733
+ DuplicateNotebookDigest: AugmentedError<ApiType>;
734
+ /**
735
+ * This notebook has already been submitted
736
+ **/
737
+ DuplicateNotebookNumber: AugmentedError<ApiType>;
738
+ /**
739
+ * Unable to track the notebook change list
740
+ **/
741
+ InternalError: AugmentedError<ApiType>;
742
+ /**
743
+ * Invalid notary operator
744
+ **/
745
+ InvalidNotaryOperator: AugmentedError<ApiType>;
746
+ /**
747
+ * The notebook digest did not match the included notebooks
748
+ **/
749
+ InvalidNotebookDigest: AugmentedError<ApiType>;
750
+ /**
751
+ * The signature of the notebook is invalid
752
+ **/
753
+ InvalidNotebookSignature: AugmentedError<ApiType>;
754
+ /**
755
+ * Invalid notebook submission tick
756
+ **/
757
+ InvalidNotebookSubmissionTick: AugmentedError<ApiType>;
758
+ /**
759
+ * Invalid reprocess notebook
760
+ **/
761
+ InvalidReprocessNotebook: AugmentedError<ApiType>;
762
+ /**
763
+ * The secret or secret hash of the parent notebook do not match
764
+ **/
765
+ InvalidSecretProvided: AugmentedError<ApiType>;
766
+ /**
767
+ * The notebook digest was not included
768
+ **/
769
+ MissingNotebookDigest: AugmentedError<ApiType>;
770
+ /**
771
+ * Notebooks received out of order
772
+ **/
773
+ MissingNotebookNumber: AugmentedError<ApiType>;
774
+ /**
775
+ * Multiple inherents provided
776
+ **/
777
+ MultipleNotebookInherentsProvided: AugmentedError<ApiType>;
778
+ /**
779
+ * A notebook was submitted for a notary that failed audit, which is not allowed
780
+ **/
781
+ NotebookSubmittedForLockedNotary: AugmentedError<ApiType>;
782
+ /**
783
+ * A notebook was already provided at this tick
784
+ **/
785
+ NotebookTickAlreadyUsed: AugmentedError<ApiType>;
786
+ };
787
+ operationalAccounts: {
788
+ /**
789
+ * One of the provided accounts is already linked to an operational account.
790
+ **/
791
+ AccountAlreadyLinked: AugmentedError<ApiType>;
792
+ /**
793
+ * The account is already operational.
794
+ **/
795
+ AlreadyOperational: AugmentedError<ApiType>;
796
+ /**
797
+ * The caller already registered an operational account.
798
+ **/
799
+ AlreadyRegistered: AugmentedError<ApiType>;
800
+ /**
801
+ * The encrypted server payload exceeds the configured max length.
802
+ **/
803
+ EncryptedServerTooLong: AugmentedError<ApiType>;
804
+ /**
805
+ * One of the linked account ownership proofs is invalid.
806
+ **/
807
+ InvalidAccountProof: AugmentedError<ApiType>;
808
+ /**
809
+ * The referral proof or sponsor proof is invalid.
810
+ **/
811
+ InvalidReferralProof: AugmentedError<ApiType>;
812
+ /**
813
+ * The caller is not one of the accounts included in the registration.
814
+ **/
815
+ InvalidRegistrationSubmitter: AugmentedError<ApiType>;
816
+ /**
817
+ * The operational account has no pending rewards to claim.
818
+ **/
819
+ NoPendingRewards: AugmentedError<ApiType>;
820
+ /**
821
+ * The requested progress patch does not contain any updates.
822
+ **/
823
+ NoProgressUpdateProvided: AugmentedError<ApiType>;
824
+ /**
825
+ * The account has not satisfied operational requirements yet.
826
+ **/
827
+ NotEligibleForActivation: AugmentedError<ApiType>;
828
+ /**
829
+ * The caller has not registered an operational account.
830
+ **/
831
+ NotOperationalAccount: AugmentedError<ApiType>;
832
+ /**
833
+ * The caller is not the sponsor of the requested sponsee.
834
+ **/
835
+ NotSponsorOfSponsee: AugmentedError<ApiType>;
836
+ /**
837
+ * The referral proof has expired.
838
+ **/
839
+ ReferralProofExpired: AugmentedError<ApiType>;
840
+ /**
841
+ * Reward claims must be at least one Argon.
842
+ **/
843
+ RewardClaimBelowMinimum: AugmentedError<ApiType>;
844
+ /**
845
+ * The requested reward claim exceeds pending rewards.
846
+ **/
847
+ RewardClaimExceedsPending: AugmentedError<ApiType>;
848
+ /**
849
+ * Reward claims must be whole Argon increments.
850
+ **/
851
+ RewardClaimNotWholeArgon: AugmentedError<ApiType>;
852
+ /**
853
+ * The treasury does not currently have enough available reserves for the claim.
854
+ **/
855
+ TreasuryInsufficientFunds: AugmentedError<ApiType>;
856
+ };
857
+ ownership: {
858
+ /**
859
+ * Beneficiary account must pre-exist.
860
+ **/
861
+ DeadAccount: AugmentedError<ApiType>;
862
+ /**
863
+ * The delta cannot be zero.
864
+ **/
865
+ DeltaZero: AugmentedError<ApiType>;
866
+ /**
867
+ * Value too low to create account due to existential deposit.
868
+ **/
869
+ ExistentialDeposit: AugmentedError<ApiType>;
870
+ /**
871
+ * A vesting schedule already exists for this account.
872
+ **/
873
+ ExistingVestingSchedule: AugmentedError<ApiType>;
874
+ /**
875
+ * Transfer/payment would kill account.
876
+ **/
877
+ Expendability: AugmentedError<ApiType>;
878
+ /**
879
+ * Balance too low to send value.
880
+ **/
881
+ InsufficientBalance: AugmentedError<ApiType>;
882
+ /**
883
+ * The issuance cannot be modified since it is already deactivated.
884
+ **/
885
+ IssuanceDeactivated: AugmentedError<ApiType>;
886
+ /**
887
+ * Account liquidity restrictions prevent withdrawal.
888
+ **/
889
+ LiquidityRestrictions: AugmentedError<ApiType>;
890
+ /**
891
+ * Number of freezes exceed `MaxFreezes`.
892
+ **/
893
+ TooManyFreezes: AugmentedError<ApiType>;
894
+ /**
895
+ * Number of holds exceed `VariantCountOf<T::RuntimeHoldReason>`.
896
+ **/
897
+ TooManyHolds: AugmentedError<ApiType>;
898
+ /**
899
+ * Number of named reserves exceed `MaxReserves`.
900
+ **/
901
+ TooManyReserves: AugmentedError<ApiType>;
902
+ /**
903
+ * Vesting balance too high to send value.
904
+ **/
905
+ VestingBalance: AugmentedError<ApiType>;
906
+ };
907
+ priceIndex: {
908
+ /**
909
+ * Change in argon price is too large
910
+ **/
911
+ MaxPriceChangePerTickExceeded: AugmentedError<ApiType>;
912
+ /**
913
+ * Missing value
914
+ **/
915
+ MissingValue: AugmentedError<ApiType>;
916
+ /**
917
+ * Not authorized as an oracle operator
918
+ **/
919
+ NotAuthorizedOperator: AugmentedError<ApiType>;
920
+ /**
921
+ * The submitted prices are too old
922
+ **/
923
+ PricesTooOld: AugmentedError<ApiType>;
924
+ };
925
+ proxy: {
926
+ /**
927
+ * Account is already a proxy.
928
+ **/
929
+ Duplicate: AugmentedError<ApiType>;
930
+ /**
931
+ * Call may not be made by proxy because it may escalate its privileges.
932
+ **/
933
+ NoPermission: AugmentedError<ApiType>;
934
+ /**
935
+ * Cannot add self as proxy.
936
+ **/
937
+ NoSelfProxy: AugmentedError<ApiType>;
938
+ /**
939
+ * Proxy registration not found.
940
+ **/
941
+ NotFound: AugmentedError<ApiType>;
942
+ /**
943
+ * Sender is not a proxy of the account to be proxied.
944
+ **/
945
+ NotProxy: AugmentedError<ApiType>;
946
+ /**
947
+ * There are too many proxies registered or too many announcements pending.
948
+ **/
949
+ TooMany: AugmentedError<ApiType>;
950
+ /**
951
+ * Announcement, if made at all, was made too recently.
952
+ **/
953
+ Unannounced: AugmentedError<ApiType>;
954
+ /**
955
+ * A call which is incompatible with the proxy type's filter was attempted.
956
+ **/
957
+ Unproxyable: AugmentedError<ApiType>;
958
+ };
959
+ sudo: {
960
+ /**
961
+ * Sender must be the Sudo account.
962
+ **/
963
+ RequireSudo: AugmentedError<ApiType>;
964
+ };
965
+ system: {
966
+ /**
967
+ * The origin filter prevent the call to be dispatched.
968
+ **/
969
+ CallFiltered: AugmentedError<ApiType>;
970
+ /**
971
+ * Failed to extract the runtime version from the new runtime.
972
+ *
973
+ * Either calling `Core_version` or decoding `RuntimeVersion` failed.
974
+ **/
975
+ FailedToExtractRuntimeVersion: AugmentedError<ApiType>;
976
+ /**
977
+ * The name of specification does not match between the current runtime
978
+ * and the new runtime.
979
+ **/
980
+ InvalidSpecName: AugmentedError<ApiType>;
981
+ /**
982
+ * A multi-block migration is ongoing and prevents the current code from being replaced.
983
+ **/
984
+ MultiBlockMigrationsOngoing: AugmentedError<ApiType>;
985
+ /**
986
+ * Suicide called when the account has non-default composite data.
987
+ **/
988
+ NonDefaultComposite: AugmentedError<ApiType>;
989
+ /**
990
+ * There is a non-zero reference count preventing the account from being purged.
991
+ **/
992
+ NonZeroRefCount: AugmentedError<ApiType>;
993
+ /**
994
+ * No upgrade authorized.
995
+ **/
996
+ NothingAuthorized: AugmentedError<ApiType>;
997
+ /**
998
+ * The specification version is not allowed to decrease between the current runtime
999
+ * and the new runtime.
1000
+ **/
1001
+ SpecVersionNeedsToIncrease: AugmentedError<ApiType>;
1002
+ /**
1003
+ * The submitted code is not authorized.
1004
+ **/
1005
+ Unauthorized: AugmentedError<ApiType>;
1006
+ };
1007
+ ticks: {};
1008
+ treasury: {
1009
+ /**
1010
+ * The bond lot is already scheduled for release.
1011
+ **/
1012
+ BondLotAlreadyReleasing: AugmentedError<ApiType>;
1013
+ /**
1014
+ * The bond lot could not be found.
1015
+ **/
1016
+ BondLotNotFound: AugmentedError<ApiType>;
1017
+ /**
1018
+ * The vault doesn't have enough bitcoin security to support this bond purchase
1019
+ **/
1020
+ BondPurchaseAboveSecurity: AugmentedError<ApiType>;
1021
+ /**
1022
+ * The purchase is below the minimum amount.
1023
+ **/
1024
+ BondPurchaseBelowMinimum: AugmentedError<ApiType>;
1025
+ /**
1026
+ * The purchase would not enter the vault's accepted list.
1027
+ **/
1028
+ BondPurchaseRejected: AugmentedError<ApiType>;
1029
+ /**
1030
+ * An internal error occurred.
1031
+ **/
1032
+ InternalError: AugmentedError<ApiType>;
1033
+ /**
1034
+ * The vault already has the maximum number of accepted bond lots.
1035
+ **/
1036
+ MaxAcceptedBondLotsExceeded: AugmentedError<ApiType>;
1037
+ /**
1038
+ * Too many bond lot releases are scheduled for the same frame.
1039
+ **/
1040
+ MaxPendingBondReleasesExceeded: AugmentedError<ApiType>;
1041
+ /**
1042
+ * The caller does not own the bond lot.
1043
+ **/
1044
+ NotBondLotOwner: AugmentedError<ApiType>;
1045
+ /**
1046
+ * The vault is not accepting bond purchases.
1047
+ **/
1048
+ VaultNotAcceptingBondPurchases: AugmentedError<ApiType>;
1049
+ };
1050
+ txPause: {
1051
+ /**
1052
+ * The call is paused.
1053
+ **/
1054
+ IsPaused: AugmentedError<ApiType>;
1055
+ /**
1056
+ * The call is unpaused.
1057
+ **/
1058
+ IsUnpaused: AugmentedError<ApiType>;
1059
+ NotFound: AugmentedError<ApiType>;
1060
+ /**
1061
+ * The call is whitelisted and cannot be paused.
1062
+ **/
1063
+ Unpausable: AugmentedError<ApiType>;
1064
+ };
1065
+ utility: {
1066
+ /**
1067
+ * Too many calls batched.
1068
+ **/
1069
+ TooManyCalls: AugmentedError<ApiType>;
1070
+ };
1071
+ vaults: {
1072
+ /**
1073
+ * An account may only be associated with a single vault
1074
+ **/
1075
+ AccountAlreadyHasVault: AugmentedError<ApiType>;
1076
+ /**
1077
+ * The proposed transaction would take the account below the minimum (existential) balance
1078
+ **/
1079
+ AccountBelowMinimumBalance: AugmentedError<ApiType>;
1080
+ /**
1081
+ * Bitcoin conversion to compressed pubkey failed
1082
+ **/
1083
+ BitcoinConversionFailed: AugmentedError<ApiType>;
1084
+ /**
1085
+ * A funding change is already scheduled
1086
+ **/
1087
+ FundingChangeAlreadyScheduled: AugmentedError<ApiType>;
1088
+ HoldUnexpectedlyModified: AugmentedError<ApiType>;
1089
+ /**
1090
+ * The user doesn't have enough funds to complete this request
1091
+ **/
1092
+ InsufficientFunds: AugmentedError<ApiType>;
1093
+ /**
1094
+ * There aren't enough funds in the vault to cover the requested bitcoin lock
1095
+ **/
1096
+ InsufficientVaultFunds: AugmentedError<ApiType>;
1097
+ /**
1098
+ * An internal processing error occurred
1099
+ **/
1100
+ InternalError: AugmentedError<ApiType>;
1101
+ /**
1102
+ * The bitcoin script to lock this bitcoin has errors
1103
+ **/
1104
+ InvalidBitcoinScript: AugmentedError<ApiType>;
1105
+ /**
1106
+ * An invalid securitization percent was provided for the vault. NOTE: it cannot be
1107
+ * decreased (or negative)
1108
+ **/
1109
+ InvalidSecuritization: AugmentedError<ApiType>;
1110
+ /**
1111
+ * Funding would result in an overflow of the balance type
1112
+ **/
1113
+ InvalidVaultAmount: AugmentedError<ApiType>;
1114
+ /**
1115
+ * Vault names must start with an uppercase ASCII letter and otherwise be ASCII
1116
+ * alphanumeric.
1117
+ **/
1118
+ InvalidVaultName: AugmentedError<ApiType>;
1119
+ /**
1120
+ * Unable to decode xpubkey
1121
+ **/
1122
+ InvalidXpubkey: AugmentedError<ApiType>;
1123
+ /**
1124
+ * Internally, the vault ids are maxed out
1125
+ **/
1126
+ NoMoreVaultIds: AugmentedError<ApiType>;
1127
+ NoPermissions: AugmentedError<ApiType>;
1128
+ /**
1129
+ * No Vault public keys are available
1130
+ **/
1131
+ NoVaultBitcoinPubkeysAvailable: AugmentedError<ApiType>;
1132
+ /**
1133
+ * A vault must clear out all pending cosigns before it can collect
1134
+ **/
1135
+ PendingCosignsBeforeCollect: AugmentedError<ApiType>;
1136
+ /**
1137
+ * A vault must clear out all pending orphan cosigns before it can collect
1138
+ **/
1139
+ PendingOrphanedUtxoCosignsBeforeCollect: AugmentedError<ApiType>;
1140
+ /**
1141
+ * The vault bitcoin xpubkey has already been used
1142
+ **/
1143
+ ReusedVaultBitcoinXpub: AugmentedError<ApiType>;
1144
+ /**
1145
+ * Terms are already scheduled to be changed
1146
+ **/
1147
+ TermsChangeAlreadyScheduled: AugmentedError<ApiType>;
1148
+ /**
1149
+ * The terms modification list could not handle any more items
1150
+ **/
1151
+ TermsModificationOverflow: AugmentedError<ApiType>;
1152
+ /**
1153
+ * Unable to derive xpubkey child
1154
+ **/
1155
+ UnableToDeriveVaultXpubChild: AugmentedError<ApiType>;
1156
+ /**
1157
+ * Unable to generate a new vault bitcoin pubkey
1158
+ **/
1159
+ UnableToGenerateVaultBitcoinPubkey: AugmentedError<ApiType>;
1160
+ UnrecoverableHold: AugmentedError<ApiType>;
1161
+ /**
1162
+ * The XPub is unsafe to use in a public blockchain (aka, unhardened)
1163
+ **/
1164
+ UnsafeXpubkey: AugmentedError<ApiType>;
1165
+ /**
1166
+ * This vault is closed
1167
+ **/
1168
+ VaultClosed: AugmentedError<ApiType>;
1169
+ VaultNotFound: AugmentedError<ApiType>;
1170
+ /**
1171
+ * The vault is not yet active
1172
+ **/
1173
+ VaultNotYetActive: AugmentedError<ApiType>;
1174
+ /**
1175
+ * This reduction in vault securitization goes below the amount already committed
1176
+ **/
1177
+ VaultReductionBelowSecuritization: AugmentedError<ApiType>;
1178
+ /**
1179
+ * Wrong Xpub Network
1180
+ **/
1181
+ WrongXpubNetwork: AugmentedError<ApiType>;
1182
+ };
1183
+ } // AugmentedErrors
1184
+ } // declare module