@argonprotocol/mainchain 1.0.9 → 1.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/interfaces/augment-api-consts.d.ts +57 -57
- package/lib/cjs/interfaces/augment-api-errors.d.ts +91 -106
- package/lib/cjs/interfaces/augment-api-events.d.ts +114 -108
- package/lib/cjs/interfaces/augment-api-query.d.ts +72 -52
- package/lib/cjs/interfaces/augment-api-tx.d.ts +74 -60
- package/lib/cjs/interfaces/lookup.d.ts +229 -207
- package/lib/cjs/interfaces/lookup.js +255 -233
- package/lib/cjs/interfaces/lookup.js.map +1 -1
- package/lib/cjs/interfaces/registry.d.ts +16 -15
- package/lib/cjs/interfaces/types-lookup.d.ts +281 -262
- package/lib/esm/interfaces/augment-api-consts.d.ts +57 -57
- package/lib/esm/interfaces/augment-api-errors.d.ts +91 -106
- package/lib/esm/interfaces/augment-api-events.d.ts +114 -108
- package/lib/esm/interfaces/augment-api-query.d.ts +72 -52
- package/lib/esm/interfaces/augment-api-tx.d.ts +74 -60
- package/lib/esm/interfaces/lookup.d.ts +229 -207
- package/lib/esm/interfaces/lookup.js +255 -233
- package/lib/esm/interfaces/lookup.js.map +1 -1
- package/lib/esm/interfaces/registry.d.ts +16 -15
- package/lib/esm/interfaces/types-lookup.d.ts +281 -262
- package/lib/tsconfig-cjs.tsbuildinfo +1 -1
- package/lib/tsconfig-types.tsbuildinfo +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/lib/types/interfaces/augment-api-consts.d.ts +57 -57
- package/lib/types/interfaces/augment-api-errors.d.ts +91 -106
- package/lib/types/interfaces/augment-api-events.d.ts +114 -108
- package/lib/types/interfaces/augment-api-query.d.ts +72 -52
- package/lib/types/interfaces/augment-api-tx.d.ts +74 -60
- package/lib/types/interfaces/lookup.d.ts +229 -207
- package/lib/types/interfaces/registry.d.ts +16 -15
- package/lib/types/interfaces/types-lookup.d.ts +281 -262
- package/package.json +1 -1
|
@@ -237,9 +237,9 @@ declare const _default: {
|
|
|
237
237
|
};
|
|
238
238
|
};
|
|
239
239
|
/**
|
|
240
|
-
* Lookup37: argon_runtime::
|
|
240
|
+
* Lookup37: argon_runtime::ProxyType
|
|
241
241
|
**/
|
|
242
|
-
|
|
242
|
+
ArgonRuntimeProxyType: {
|
|
243
243
|
_enum: string[];
|
|
244
244
|
};
|
|
245
245
|
/**
|
|
@@ -258,22 +258,22 @@ declare const _default: {
|
|
|
258
258
|
};
|
|
259
259
|
SlotBidderReplaced: {
|
|
260
260
|
accountId: string;
|
|
261
|
-
|
|
262
|
-
|
|
261
|
+
obligationId: string;
|
|
262
|
+
preservedArgonotHold: string;
|
|
263
263
|
};
|
|
264
|
-
|
|
264
|
+
ReleasedMinerSeat: {
|
|
265
265
|
accountId: string;
|
|
266
|
-
|
|
267
|
-
|
|
266
|
+
obligationId: string;
|
|
267
|
+
preservedArgonotHold: string;
|
|
268
268
|
};
|
|
269
|
-
|
|
269
|
+
ReleaseMinerSeatError: {
|
|
270
270
|
accountId: string;
|
|
271
|
-
|
|
271
|
+
obligationId: string;
|
|
272
272
|
error: string;
|
|
273
273
|
};
|
|
274
274
|
MiningConfigurationUpdated: {
|
|
275
|
-
|
|
276
|
-
|
|
275
|
+
ticksBeforeBidEndForVrfClose: string;
|
|
276
|
+
ticksBetweenSlots: string;
|
|
277
277
|
slotBiddingStartAfterTicks: string;
|
|
278
278
|
};
|
|
279
279
|
};
|
|
@@ -284,11 +284,12 @@ declare const _default: {
|
|
|
284
284
|
ArgonPrimitivesBlockSealMiningRegistration: {
|
|
285
285
|
accountId: string;
|
|
286
286
|
rewardDestination: string;
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
287
|
+
obligationId: string;
|
|
288
|
+
bondedArgons: string;
|
|
289
|
+
argonots: string;
|
|
290
290
|
rewardSharing: string;
|
|
291
291
|
authorityKeys: string;
|
|
292
|
+
slotId: string;
|
|
292
293
|
};
|
|
293
294
|
/**
|
|
294
295
|
* Lookup42: argon_runtime::SessionKeys
|
|
@@ -383,124 +384,130 @@ declare const _default: {
|
|
|
383
384
|
VaultCreated: {
|
|
384
385
|
vaultId: string;
|
|
385
386
|
bitcoinArgons: string;
|
|
386
|
-
|
|
387
|
-
|
|
387
|
+
bondedArgons: string;
|
|
388
|
+
addedSecuritizationPercent: string;
|
|
388
389
|
operatorAccountId: string;
|
|
389
390
|
};
|
|
390
391
|
VaultModified: {
|
|
391
392
|
vaultId: string;
|
|
392
393
|
bitcoinArgons: string;
|
|
393
|
-
|
|
394
|
-
|
|
394
|
+
bondedArgons: string;
|
|
395
|
+
addedSecuritizationPercent: string;
|
|
395
396
|
};
|
|
396
|
-
|
|
397
|
+
VaultBondedArgonsIncreased: {
|
|
397
398
|
vaultId: string;
|
|
398
|
-
|
|
399
|
+
bondedArgons: string;
|
|
399
400
|
};
|
|
400
|
-
|
|
401
|
+
VaultBondedArgonsChangeScheduled: {
|
|
401
402
|
vaultId: string;
|
|
402
|
-
|
|
403
|
+
changeTick: string;
|
|
403
404
|
};
|
|
404
405
|
VaultTermsChangeScheduled: {
|
|
405
406
|
vaultId: string;
|
|
406
|
-
|
|
407
|
+
changeTick: string;
|
|
407
408
|
};
|
|
408
409
|
VaultTermsChanged: {
|
|
409
410
|
vaultId: string;
|
|
410
411
|
};
|
|
411
412
|
VaultClosed: {
|
|
412
413
|
vaultId: string;
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
414
|
+
bitcoinAmountStillReserved: string;
|
|
415
|
+
miningAmountStillReserved: string;
|
|
416
|
+
securitizationStillReserved: string;
|
|
416
417
|
};
|
|
417
418
|
VaultBitcoinXpubChange: {
|
|
418
419
|
vaultId: string;
|
|
419
420
|
};
|
|
420
|
-
|
|
421
|
-
};
|
|
422
|
-
/**
|
|
423
|
-
* Lookup59: pallet_bond::pallet::Event<T>
|
|
424
|
-
**/
|
|
425
|
-
PalletBondEvent: {
|
|
426
|
-
_enum: {
|
|
427
|
-
BondCreated: {
|
|
421
|
+
ObligationCreated: {
|
|
428
422
|
vaultId: string;
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
utxoId: string;
|
|
423
|
+
obligationId: string;
|
|
424
|
+
fundType: string;
|
|
425
|
+
beneficiary: string;
|
|
433
426
|
amount: string;
|
|
434
427
|
expiration: string;
|
|
435
428
|
};
|
|
436
|
-
|
|
429
|
+
ObligationCompleted: {
|
|
437
430
|
vaultId: string;
|
|
438
|
-
|
|
431
|
+
obligationId: string;
|
|
439
432
|
};
|
|
440
|
-
|
|
433
|
+
ObligationModified: {
|
|
441
434
|
vaultId: string;
|
|
442
|
-
|
|
435
|
+
obligationId: string;
|
|
443
436
|
amount: string;
|
|
444
437
|
};
|
|
445
|
-
|
|
438
|
+
ObligationCanceled: {
|
|
446
439
|
vaultId: string;
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
440
|
+
obligationId: string;
|
|
441
|
+
beneficiary: string;
|
|
442
|
+
fundType: string;
|
|
450
443
|
returnedFee: string;
|
|
451
444
|
};
|
|
452
|
-
|
|
445
|
+
ObligationCompletionError: {
|
|
446
|
+
obligationId: string;
|
|
447
|
+
error: string;
|
|
448
|
+
};
|
|
449
|
+
};
|
|
450
|
+
};
|
|
451
|
+
/**
|
|
452
|
+
* Lookup59: argon_primitives::vault::FundType
|
|
453
|
+
**/
|
|
454
|
+
ArgonPrimitivesVaultFundType: {
|
|
455
|
+
_enum: string[];
|
|
456
|
+
};
|
|
457
|
+
/**
|
|
458
|
+
* Lookup60: argon_primitives::vault::ObligationExpiration
|
|
459
|
+
**/
|
|
460
|
+
ArgonPrimitivesVaultObligationExpiration: {
|
|
461
|
+
_enum: {
|
|
462
|
+
AtTick: string;
|
|
463
|
+
BitcoinBlock: string;
|
|
464
|
+
};
|
|
465
|
+
};
|
|
466
|
+
/**
|
|
467
|
+
* Lookup61: pallet_bitcoin_locks::pallet::Event<T>
|
|
468
|
+
**/
|
|
469
|
+
PalletBitcoinLocksEvent: {
|
|
470
|
+
_enum: {
|
|
471
|
+
BitcoinLockCreated: {
|
|
472
|
+
utxoId: string;
|
|
453
473
|
vaultId: string;
|
|
454
|
-
|
|
474
|
+
obligationId: string;
|
|
475
|
+
lockPrice: string;
|
|
476
|
+
accountId: string;
|
|
477
|
+
};
|
|
478
|
+
BitcoinLockBurned: {
|
|
455
479
|
utxoId: string;
|
|
480
|
+
vaultId: string;
|
|
481
|
+
obligationId: string;
|
|
456
482
|
amountBurned: string;
|
|
457
483
|
amountHeld: string;
|
|
458
484
|
wasUtxoSpent: string;
|
|
459
485
|
};
|
|
460
486
|
BitcoinUtxoCosignRequested: {
|
|
461
|
-
bondId: string;
|
|
462
|
-
vaultId: string;
|
|
463
487
|
utxoId: string;
|
|
488
|
+
obligationId: string;
|
|
489
|
+
vaultId: string;
|
|
464
490
|
};
|
|
465
491
|
BitcoinUtxoCosigned: {
|
|
466
|
-
bondId: string;
|
|
467
|
-
vaultId: string;
|
|
468
492
|
utxoId: string;
|
|
493
|
+
obligationId: string;
|
|
494
|
+
vaultId: string;
|
|
469
495
|
signature: string;
|
|
470
496
|
};
|
|
471
497
|
BitcoinCosignPastDue: {
|
|
472
|
-
bondId: string;
|
|
473
|
-
vaultId: string;
|
|
474
498
|
utxoId: string;
|
|
499
|
+
obligationId: string;
|
|
500
|
+
vaultId: string;
|
|
475
501
|
compensationAmount: string;
|
|
476
502
|
compensationStillOwed: string;
|
|
477
503
|
compensatedAccountId: string;
|
|
478
504
|
};
|
|
479
|
-
BondCompletionError: {
|
|
480
|
-
bondId: string;
|
|
481
|
-
error: string;
|
|
482
|
-
};
|
|
483
505
|
CosignOverdueError: {
|
|
484
506
|
utxoId: string;
|
|
485
507
|
error: string;
|
|
486
508
|
};
|
|
487
509
|
};
|
|
488
510
|
};
|
|
489
|
-
/**
|
|
490
|
-
* Lookup60: argon_primitives::bond::BondType
|
|
491
|
-
**/
|
|
492
|
-
ArgonPrimitivesBondBondType: {
|
|
493
|
-
_enum: string[];
|
|
494
|
-
};
|
|
495
|
-
/**
|
|
496
|
-
* Lookup61: argon_primitives::bond::BondExpiration<BlockNumber>
|
|
497
|
-
**/
|
|
498
|
-
ArgonPrimitivesBondBondExpiration: {
|
|
499
|
-
_enum: {
|
|
500
|
-
ArgonBlock: string;
|
|
501
|
-
BitcoinBlock: string;
|
|
502
|
-
};
|
|
503
|
-
};
|
|
504
511
|
/**
|
|
505
512
|
* Lookup64: pallet_notaries::pallet::Event<T>
|
|
506
513
|
**/
|
|
@@ -1554,7 +1561,7 @@ declare const _default: {
|
|
|
1554
1561
|
_alias: {
|
|
1555
1562
|
keys_: string;
|
|
1556
1563
|
};
|
|
1557
|
-
|
|
1564
|
+
bondedArgons: string;
|
|
1558
1565
|
rewardDestination: string;
|
|
1559
1566
|
keys_: string;
|
|
1560
1567
|
};
|
|
@@ -1615,7 +1622,7 @@ declare const _default: {
|
|
|
1615
1622
|
vaultId: string;
|
|
1616
1623
|
totalMiningAmountOffered: string;
|
|
1617
1624
|
totalBitcoinAmountOffered: string;
|
|
1618
|
-
|
|
1625
|
+
addedSecuritizationPercent: string;
|
|
1619
1626
|
};
|
|
1620
1627
|
modify_terms: {
|
|
1621
1628
|
vaultId: string;
|
|
@@ -1637,17 +1644,17 @@ declare const _default: {
|
|
|
1637
1644
|
terms: string;
|
|
1638
1645
|
bitcoinAmountAllocated: string;
|
|
1639
1646
|
bitcoinXpubkey: string;
|
|
1640
|
-
|
|
1641
|
-
|
|
1647
|
+
bondedArgonsAllocated: string;
|
|
1648
|
+
addedSecuritizationPercent: string;
|
|
1642
1649
|
};
|
|
1643
1650
|
/**
|
|
1644
|
-
* Lookup199: argon_primitives::
|
|
1651
|
+
* Lookup199: argon_primitives::vault::VaultTerms<Balance>
|
|
1645
1652
|
**/
|
|
1646
|
-
|
|
1653
|
+
ArgonPrimitivesVaultVaultTerms: {
|
|
1647
1654
|
bitcoinAnnualPercentRate: string;
|
|
1648
1655
|
bitcoinBaseFee: string;
|
|
1649
|
-
|
|
1650
|
-
|
|
1656
|
+
bondedArgonsAnnualPercentRate: string;
|
|
1657
|
+
bondedArgonsBaseFee: string;
|
|
1651
1658
|
miningRewardSharingPercentTake: string;
|
|
1652
1659
|
};
|
|
1653
1660
|
/**
|
|
@@ -1655,27 +1662,27 @@ declare const _default: {
|
|
|
1655
1662
|
**/
|
|
1656
1663
|
ArgonPrimitivesBitcoinOpaqueBitcoinXpub: string;
|
|
1657
1664
|
/**
|
|
1658
|
-
* Lookup202:
|
|
1665
|
+
* Lookup202: pallet_bitcoin_locks::pallet::Call<T>
|
|
1659
1666
|
**/
|
|
1660
|
-
|
|
1667
|
+
PalletBitcoinLocksCall: {
|
|
1661
1668
|
_enum: {
|
|
1662
|
-
|
|
1669
|
+
initialize: {
|
|
1663
1670
|
vaultId: string;
|
|
1664
1671
|
satoshis: string;
|
|
1665
1672
|
bitcoinPubkey: string;
|
|
1666
1673
|
};
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
__Unused3: string;
|
|
1670
|
-
unlock_bitcoin_bond: {
|
|
1671
|
-
bondId: string;
|
|
1674
|
+
request_release: {
|
|
1675
|
+
utxoId: string;
|
|
1672
1676
|
toScriptPubkey: string;
|
|
1673
1677
|
bitcoinNetworkFee: string;
|
|
1674
1678
|
};
|
|
1675
|
-
|
|
1676
|
-
|
|
1679
|
+
cosign_release: {
|
|
1680
|
+
utxoId: string;
|
|
1677
1681
|
signature: string;
|
|
1678
1682
|
};
|
|
1683
|
+
admin_modify_minimum_locked_sats: {
|
|
1684
|
+
satoshis: string;
|
|
1685
|
+
};
|
|
1679
1686
|
};
|
|
1680
1687
|
};
|
|
1681
1688
|
/**
|
|
@@ -2349,6 +2356,9 @@ declare const _default: {
|
|
|
2349
2356
|
update_erc6160_asset: {
|
|
2350
2357
|
asset: string;
|
|
2351
2358
|
};
|
|
2359
|
+
update_asset_precision: {
|
|
2360
|
+
update: string;
|
|
2361
|
+
};
|
|
2352
2362
|
};
|
|
2353
2363
|
};
|
|
2354
2364
|
/**
|
|
@@ -2363,6 +2373,7 @@ declare const _default: {
|
|
|
2363
2373
|
tokenGateway: string;
|
|
2364
2374
|
relayerFee: string;
|
|
2365
2375
|
callData: string;
|
|
2376
|
+
redeem: string;
|
|
2366
2377
|
};
|
|
2367
2378
|
/**
|
|
2368
2379
|
* Lookup300: pallet_token_gateway::types::AssetRegistration<AssetId>
|
|
@@ -2371,6 +2382,7 @@ declare const _default: {
|
|
|
2371
2382
|
localId: string;
|
|
2372
2383
|
reg: string;
|
|
2373
2384
|
native: string;
|
|
2385
|
+
precision: string;
|
|
2374
2386
|
};
|
|
2375
2387
|
/**
|
|
2376
2388
|
* Lookup301: token_gateway_primitives::GatewayAssetRegistration
|
|
@@ -2382,7 +2394,7 @@ declare const _default: {
|
|
|
2382
2394
|
minimumBalance: string;
|
|
2383
2395
|
};
|
|
2384
2396
|
/**
|
|
2385
|
-
*
|
|
2397
|
+
* Lookup306: token_gateway_primitives::GatewayAssetUpdate
|
|
2386
2398
|
**/
|
|
2387
2399
|
TokenGatewayPrimitivesGatewayAssetUpdate: {
|
|
2388
2400
|
assetId: string;
|
|
@@ -2391,13 +2403,20 @@ declare const _default: {
|
|
|
2391
2403
|
newAdmins: string;
|
|
2392
2404
|
};
|
|
2393
2405
|
/**
|
|
2394
|
-
*
|
|
2406
|
+
* Lookup312: pallet_token_gateway::types::PrecisionUpdate<AssetId>
|
|
2407
|
+
**/
|
|
2408
|
+
PalletTokenGatewayPrecisionUpdate: {
|
|
2409
|
+
assetId: string;
|
|
2410
|
+
precisions: string;
|
|
2411
|
+
};
|
|
2412
|
+
/**
|
|
2413
|
+
* Lookup314: pallet_multisig::pallet::Error<T>
|
|
2395
2414
|
**/
|
|
2396
2415
|
PalletMultisigError: {
|
|
2397
2416
|
_enum: string[];
|
|
2398
2417
|
};
|
|
2399
2418
|
/**
|
|
2400
|
-
*
|
|
2419
|
+
* Lookup317: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, argon_runtime::ProxyType, BlockNumber>
|
|
2401
2420
|
**/
|
|
2402
2421
|
PalletProxyProxyDefinition: {
|
|
2403
2422
|
delegate: string;
|
|
@@ -2405,7 +2424,7 @@ declare const _default: {
|
|
|
2405
2424
|
delay: string;
|
|
2406
2425
|
};
|
|
2407
2426
|
/**
|
|
2408
|
-
*
|
|
2427
|
+
* Lookup321: pallet_proxy::Announcement<sp_core::crypto::AccountId32, primitive_types::H256, BlockNumber>
|
|
2409
2428
|
**/
|
|
2410
2429
|
PalletProxyAnnouncement: {
|
|
2411
2430
|
real: string;
|
|
@@ -2413,24 +2432,24 @@ declare const _default: {
|
|
|
2413
2432
|
height: string;
|
|
2414
2433
|
};
|
|
2415
2434
|
/**
|
|
2416
|
-
*
|
|
2435
|
+
* Lookup323: pallet_proxy::pallet::Error<T>
|
|
2417
2436
|
**/
|
|
2418
2437
|
PalletProxyError: {
|
|
2419
2438
|
_enum: string[];
|
|
2420
2439
|
};
|
|
2421
2440
|
/**
|
|
2422
|
-
*
|
|
2441
|
+
* Lookup324: argon_primitives::tick::Ticker
|
|
2423
2442
|
**/
|
|
2424
2443
|
ArgonPrimitivesTickTicker: {
|
|
2425
2444
|
tickDurationMillis: string;
|
|
2426
2445
|
channelHoldExpirationTicks: string;
|
|
2427
2446
|
};
|
|
2428
2447
|
/**
|
|
2429
|
-
*
|
|
2448
|
+
* Lookup326: pallet_ticks::pallet::Error<T>
|
|
2430
2449
|
**/
|
|
2431
2450
|
PalletTicksError: string;
|
|
2432
2451
|
/**
|
|
2433
|
-
*
|
|
2452
|
+
* Lookup332: argon_primitives::block_seal::MiningBidStats
|
|
2434
2453
|
**/
|
|
2435
2454
|
ArgonPrimitivesBlockSealMiningBidStats: {
|
|
2436
2455
|
bidsCount: string;
|
|
@@ -2439,15 +2458,15 @@ declare const _default: {
|
|
|
2439
2458
|
bidAmountSum: string;
|
|
2440
2459
|
};
|
|
2441
2460
|
/**
|
|
2442
|
-
*
|
|
2461
|
+
* Lookup334: argon_primitives::block_seal::MiningSlotConfig
|
|
2443
2462
|
**/
|
|
2444
2463
|
ArgonPrimitivesBlockSealMiningSlotConfig: {
|
|
2445
|
-
|
|
2446
|
-
|
|
2464
|
+
ticksBeforeBidEndForVrfClose: string;
|
|
2465
|
+
ticksBetweenSlots: string;
|
|
2447
2466
|
slotBiddingStartAfterTicks: string;
|
|
2448
2467
|
};
|
|
2449
2468
|
/**
|
|
2450
|
-
*
|
|
2469
|
+
* Lookup336: pallet_mining_slot::pallet::Error<T>
|
|
2451
2470
|
**/
|
|
2452
2471
|
PalletMiningSlotError: {
|
|
2453
2472
|
_enum: {
|
|
@@ -2456,10 +2475,10 @@ declare const _default: {
|
|
|
2456
2475
|
InsufficientOwnershipTokens: string;
|
|
2457
2476
|
BidTooLow: string;
|
|
2458
2477
|
CannotRegisterOverlappingSessions: string;
|
|
2459
|
-
|
|
2460
|
-
|
|
2478
|
+
ObligationNotFound: string;
|
|
2479
|
+
NoMoreObligationIds: string;
|
|
2461
2480
|
VaultClosed: string;
|
|
2462
|
-
|
|
2481
|
+
MinimumObligationAmountNotMet: string;
|
|
2463
2482
|
ExpirationAtBlockOverflow: string;
|
|
2464
2483
|
InsufficientFunds: string;
|
|
2465
2484
|
InsufficientVaultFunds: string;
|
|
@@ -2468,20 +2487,18 @@ declare const _default: {
|
|
|
2468
2487
|
HoldUnexpectedlyModified: string;
|
|
2469
2488
|
UnrecoverableHold: string;
|
|
2470
2489
|
VaultNotFound: string;
|
|
2471
|
-
BondAlreadyClosed: string;
|
|
2472
|
-
FeeExceedsBondAmount: string;
|
|
2473
2490
|
AccountWouldBeBelowMinimum: string;
|
|
2474
|
-
|
|
2491
|
+
GenericObligationError: string;
|
|
2475
2492
|
};
|
|
2476
2493
|
};
|
|
2477
2494
|
/**
|
|
2478
|
-
*
|
|
2495
|
+
* Lookup337: argon_primitives::vault::ObligationError
|
|
2479
2496
|
**/
|
|
2480
|
-
|
|
2497
|
+
ArgonPrimitivesVaultObligationError: {
|
|
2481
2498
|
_enum: string[];
|
|
2482
2499
|
};
|
|
2483
2500
|
/**
|
|
2484
|
-
*
|
|
2501
|
+
* Lookup338: argon_primitives::bitcoin::UtxoValue
|
|
2485
2502
|
**/
|
|
2486
2503
|
ArgonPrimitivesBitcoinUtxoValue: {
|
|
2487
2504
|
utxoId: string;
|
|
@@ -2491,7 +2508,7 @@ declare const _default: {
|
|
|
2491
2508
|
watchForSpentUntilHeight: string;
|
|
2492
2509
|
};
|
|
2493
2510
|
/**
|
|
2494
|
-
*
|
|
2511
|
+
* Lookup339: argon_primitives::bitcoin::BitcoinCosignScriptPubkey
|
|
2495
2512
|
**/
|
|
2496
2513
|
ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey: {
|
|
2497
2514
|
_enum: {
|
|
@@ -2501,43 +2518,43 @@ declare const _default: {
|
|
|
2501
2518
|
};
|
|
2502
2519
|
};
|
|
2503
2520
|
/**
|
|
2504
|
-
*
|
|
2521
|
+
* Lookup344: argon_primitives::bitcoin::BitcoinNetwork
|
|
2505
2522
|
**/
|
|
2506
2523
|
ArgonPrimitivesBitcoinBitcoinNetwork: {
|
|
2507
2524
|
_enum: string[];
|
|
2508
2525
|
};
|
|
2509
2526
|
/**
|
|
2510
|
-
*
|
|
2527
|
+
* Lookup347: pallet_bitcoin_utxos::pallet::Error<T>
|
|
2511
2528
|
**/
|
|
2512
2529
|
PalletBitcoinUtxosError: {
|
|
2513
2530
|
_enum: string[];
|
|
2514
2531
|
};
|
|
2515
2532
|
/**
|
|
2516
|
-
*
|
|
2533
|
+
* Lookup348: argon_primitives::vault::Vault<sp_core::crypto::AccountId32, Balance>
|
|
2517
2534
|
**/
|
|
2518
|
-
|
|
2535
|
+
ArgonPrimitivesVault: {
|
|
2519
2536
|
operatorAccountId: string;
|
|
2520
2537
|
bitcoinArgons: string;
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
|
|
2538
|
+
addedSecuritizationPercent: string;
|
|
2539
|
+
addedSecuritizationArgons: string;
|
|
2540
|
+
bondedArgons: string;
|
|
2524
2541
|
miningRewardSharingPercentTake: string;
|
|
2525
2542
|
isClosed: string;
|
|
2526
2543
|
pendingTerms: string;
|
|
2527
|
-
|
|
2544
|
+
pendingBondedArgons: string;
|
|
2528
2545
|
pendingBitcoins: string;
|
|
2529
2546
|
};
|
|
2530
2547
|
/**
|
|
2531
|
-
*
|
|
2548
|
+
* Lookup349: argon_primitives::vault::VaultArgons<Balance>
|
|
2532
2549
|
**/
|
|
2533
|
-
|
|
2550
|
+
ArgonPrimitivesVaultVaultArgons: {
|
|
2534
2551
|
annualPercentRate: string;
|
|
2535
2552
|
allocated: string;
|
|
2536
|
-
|
|
2553
|
+
reserved: string;
|
|
2537
2554
|
baseFee: string;
|
|
2538
2555
|
};
|
|
2539
2556
|
/**
|
|
2540
|
-
*
|
|
2557
|
+
* Lookup355: argon_primitives::bitcoin::BitcoinXPub
|
|
2541
2558
|
**/
|
|
2542
2559
|
ArgonPrimitivesBitcoinBitcoinXPub: {
|
|
2543
2560
|
publicKey: string;
|
|
@@ -2548,36 +2565,39 @@ declare const _default: {
|
|
|
2548
2565
|
network: string;
|
|
2549
2566
|
};
|
|
2550
2567
|
/**
|
|
2551
|
-
*
|
|
2568
|
+
* Lookup357: argon_primitives::bitcoin::NetworkKind
|
|
2552
2569
|
**/
|
|
2553
2570
|
ArgonPrimitivesBitcoinNetworkKind: {
|
|
2554
2571
|
_enum: string[];
|
|
2555
2572
|
};
|
|
2556
2573
|
/**
|
|
2557
|
-
*
|
|
2558
|
-
**/
|
|
2559
|
-
PalletVaultsError: {
|
|
2560
|
-
_enum: string[];
|
|
2561
|
-
};
|
|
2562
|
-
/**
|
|
2563
|
-
* Lookup357: argon_primitives::bond::Bond<sp_core::crypto::AccountId32, Balance, BlockNumber>
|
|
2574
|
+
* Lookup360: argon_primitives::vault::Obligation<sp_core::crypto::AccountId32, Balance>
|
|
2564
2575
|
**/
|
|
2565
|
-
|
|
2566
|
-
|
|
2576
|
+
ArgonPrimitivesVaultObligation: {
|
|
2577
|
+
obligationId: string;
|
|
2578
|
+
fundType: string;
|
|
2567
2579
|
vaultId: string;
|
|
2568
|
-
|
|
2569
|
-
bondedAccountId: string;
|
|
2580
|
+
beneficiary: string;
|
|
2570
2581
|
totalFee: string;
|
|
2571
2582
|
prepaidFee: string;
|
|
2572
2583
|
amount: string;
|
|
2573
|
-
|
|
2584
|
+
startTick: string;
|
|
2574
2585
|
expiration: string;
|
|
2575
2586
|
};
|
|
2576
2587
|
/**
|
|
2577
|
-
*
|
|
2588
|
+
* Lookup363: pallet_vaults::pallet::Error<T>
|
|
2578
2589
|
**/
|
|
2579
|
-
|
|
2580
|
-
|
|
2590
|
+
PalletVaultsError: {
|
|
2591
|
+
_enum: string[];
|
|
2592
|
+
};
|
|
2593
|
+
/**
|
|
2594
|
+
* Lookup364: pallet_bitcoin_locks::pallet::LockedBitcoin<T>
|
|
2595
|
+
**/
|
|
2596
|
+
PalletBitcoinLocksLockedBitcoin: {
|
|
2597
|
+
obligationId: string;
|
|
2598
|
+
vaultId: string;
|
|
2599
|
+
lockPrice: string;
|
|
2600
|
+
ownerAccount: string;
|
|
2581
2601
|
satoshis: string;
|
|
2582
2602
|
vaultPubkey: string;
|
|
2583
2603
|
vaultClaimPubkey: string;
|
|
@@ -2590,10 +2610,11 @@ declare const _default: {
|
|
|
2590
2610
|
isVerified: string;
|
|
2591
2611
|
};
|
|
2592
2612
|
/**
|
|
2593
|
-
*
|
|
2613
|
+
* Lookup368: pallet_bitcoin_locks::pallet::LockReleaseRequest<Balance>
|
|
2594
2614
|
**/
|
|
2595
|
-
|
|
2596
|
-
|
|
2615
|
+
PalletBitcoinLocksLockReleaseRequest: {
|
|
2616
|
+
utxoId: string;
|
|
2617
|
+
obligationId: string;
|
|
2597
2618
|
vaultId: string;
|
|
2598
2619
|
bitcoinNetworkFee: string;
|
|
2599
2620
|
cosignDueBlock: string;
|
|
@@ -2601,30 +2622,29 @@ declare const _default: {
|
|
|
2601
2622
|
redemptionPrice: string;
|
|
2602
2623
|
};
|
|
2603
2624
|
/**
|
|
2604
|
-
*
|
|
2625
|
+
* Lookup372: pallet_bitcoin_locks::pallet::Error<T>
|
|
2605
2626
|
**/
|
|
2606
|
-
|
|
2627
|
+
PalletBitcoinLocksError: {
|
|
2607
2628
|
_enum: {
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
|
|
2629
|
+
ObligationNotFound: string;
|
|
2630
|
+
NoMoreObligationIds: string;
|
|
2631
|
+
MinimumObligationAmountNotMet: string;
|
|
2611
2632
|
ExpirationAtBlockOverflow: string;
|
|
2612
2633
|
InsufficientFunds: string;
|
|
2613
2634
|
InsufficientVaultFunds: string;
|
|
2614
|
-
|
|
2635
|
+
InsufficientBondedArgons: string;
|
|
2615
2636
|
AccountWouldGoBelowMinimumBalance: string;
|
|
2616
2637
|
VaultClosed: string;
|
|
2617
2638
|
InvalidVaultAmount: string;
|
|
2618
|
-
|
|
2619
|
-
|
|
2639
|
+
RedemptionNotLocked: string;
|
|
2640
|
+
BitcoinReleaseInitiationDeadlinePassed: string;
|
|
2620
2641
|
BitcoinFeeTooHigh: string;
|
|
2621
|
-
InvalidBondType: string;
|
|
2622
2642
|
BitcoinUtxoNotFound: string;
|
|
2623
|
-
|
|
2643
|
+
BitcoinUnableToBeDecodedForRelease: string;
|
|
2624
2644
|
BitcoinSignatureUnableToBeDecoded: string;
|
|
2625
2645
|
BitcoinPubkeyUnableToBeDecoded: string;
|
|
2626
2646
|
BitcoinInvalidCosignature: string;
|
|
2627
|
-
|
|
2647
|
+
InsufficientSatoshisLocked: string;
|
|
2628
2648
|
NoBitcoinPricesAvailable: string;
|
|
2629
2649
|
InvalidBitcoinScript: string;
|
|
2630
2650
|
ExpirationTooSoon: string;
|
|
@@ -2632,18 +2652,20 @@ declare const _default: {
|
|
|
2632
2652
|
HoldUnexpectedlyModified: string;
|
|
2633
2653
|
UnrecoverableHold: string;
|
|
2634
2654
|
VaultNotFound: string;
|
|
2635
|
-
|
|
2636
|
-
|
|
2655
|
+
GenericObligationError: string;
|
|
2656
|
+
LockNotFound: string;
|
|
2657
|
+
NoVaultBitcoinPubkeysAvailable: string;
|
|
2658
|
+
UnableToGenerateVaultBitcoinPubkey: string;
|
|
2637
2659
|
};
|
|
2638
2660
|
};
|
|
2639
2661
|
/**
|
|
2640
|
-
*
|
|
2662
|
+
* Lookup384: pallet_notaries::pallet::Error<T>
|
|
2641
2663
|
**/
|
|
2642
2664
|
PalletNotariesError: {
|
|
2643
2665
|
_enum: string[];
|
|
2644
2666
|
};
|
|
2645
2667
|
/**
|
|
2646
|
-
*
|
|
2668
|
+
* Lookup388: argon_primitives::notary::NotaryNotebookKeyDetails
|
|
2647
2669
|
**/
|
|
2648
2670
|
ArgonPrimitivesNotaryNotaryNotebookKeyDetails: {
|
|
2649
2671
|
notebookNumber: string;
|
|
@@ -2653,13 +2675,13 @@ declare const _default: {
|
|
|
2653
2675
|
parentSecret: string;
|
|
2654
2676
|
};
|
|
2655
2677
|
/**
|
|
2656
|
-
*
|
|
2678
|
+
* Lookup391: pallet_notebook::pallet::Error<T>
|
|
2657
2679
|
**/
|
|
2658
2680
|
PalletNotebookError: {
|
|
2659
2681
|
_enum: string[];
|
|
2660
2682
|
};
|
|
2661
2683
|
/**
|
|
2662
|
-
*
|
|
2684
|
+
* Lookup392: pallet_chain_transfer::QueuedTransferOut<sp_core::crypto::AccountId32, Balance>
|
|
2663
2685
|
**/
|
|
2664
2686
|
PalletChainTransferQueuedTransferOut: {
|
|
2665
2687
|
accountId: string;
|
|
@@ -2668,17 +2690,17 @@ declare const _default: {
|
|
|
2668
2690
|
notaryId: string;
|
|
2669
2691
|
};
|
|
2670
2692
|
/**
|
|
2671
|
-
*
|
|
2693
|
+
* Lookup398: frame_support::PalletId
|
|
2672
2694
|
**/
|
|
2673
2695
|
FrameSupportPalletId: string;
|
|
2674
2696
|
/**
|
|
2675
|
-
*
|
|
2697
|
+
* Lookup399: pallet_chain_transfer::pallet::Error<T>
|
|
2676
2698
|
**/
|
|
2677
2699
|
PalletChainTransferError: {
|
|
2678
2700
|
_enum: string[];
|
|
2679
2701
|
};
|
|
2680
2702
|
/**
|
|
2681
|
-
*
|
|
2703
|
+
* Lookup404: argon_primitives::notary::NotaryNotebookVoteDigestDetails
|
|
2682
2704
|
**/
|
|
2683
2705
|
ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails: {
|
|
2684
2706
|
notaryId: string;
|
|
@@ -2688,25 +2710,25 @@ declare const _default: {
|
|
|
2688
2710
|
blockVotingPower: string;
|
|
2689
2711
|
};
|
|
2690
2712
|
/**
|
|
2691
|
-
*
|
|
2713
|
+
* Lookup409: pallet_block_seal_spec::pallet::Error<T>
|
|
2692
2714
|
**/
|
|
2693
2715
|
PalletBlockSealSpecError: {
|
|
2694
2716
|
_enum: string[];
|
|
2695
2717
|
};
|
|
2696
2718
|
/**
|
|
2697
|
-
*
|
|
2719
|
+
* Lookup411: pallet_domains::pallet::Error<T>
|
|
2698
2720
|
**/
|
|
2699
2721
|
PalletDomainsError: {
|
|
2700
2722
|
_enum: string[];
|
|
2701
2723
|
};
|
|
2702
2724
|
/**
|
|
2703
|
-
*
|
|
2725
|
+
* Lookup412: pallet_price_index::pallet::Error<T>
|
|
2704
2726
|
**/
|
|
2705
2727
|
PalletPriceIndexError: {
|
|
2706
2728
|
_enum: string[];
|
|
2707
2729
|
};
|
|
2708
2730
|
/**
|
|
2709
|
-
*
|
|
2731
|
+
* Lookup413: pallet_grandpa::StoredState<N>
|
|
2710
2732
|
**/
|
|
2711
2733
|
PalletGrandpaStoredState: {
|
|
2712
2734
|
_enum: {
|
|
@@ -2723,7 +2745,7 @@ declare const _default: {
|
|
|
2723
2745
|
};
|
|
2724
2746
|
};
|
|
2725
2747
|
/**
|
|
2726
|
-
*
|
|
2748
|
+
* Lookup414: pallet_grandpa::StoredPendingChange<N, Limit>
|
|
2727
2749
|
**/
|
|
2728
2750
|
PalletGrandpaStoredPendingChange: {
|
|
2729
2751
|
scheduledAt: string;
|
|
@@ -2732,13 +2754,13 @@ declare const _default: {
|
|
|
2732
2754
|
forced: string;
|
|
2733
2755
|
};
|
|
2734
2756
|
/**
|
|
2735
|
-
*
|
|
2757
|
+
* Lookup417: pallet_grandpa::pallet::Error<T>
|
|
2736
2758
|
**/
|
|
2737
2759
|
PalletGrandpaError: {
|
|
2738
2760
|
_enum: string[];
|
|
2739
2761
|
};
|
|
2740
2762
|
/**
|
|
2741
|
-
*
|
|
2763
|
+
* Lookup418: argon_primitives::providers::BlockSealerInfo<sp_core::crypto::AccountId32>
|
|
2742
2764
|
**/
|
|
2743
2765
|
ArgonPrimitivesProvidersBlockSealerInfo: {
|
|
2744
2766
|
blockAuthorAccountId: string;
|
|
@@ -2746,17 +2768,17 @@ declare const _default: {
|
|
|
2746
2768
|
blockSealAuthority: string;
|
|
2747
2769
|
};
|
|
2748
2770
|
/**
|
|
2749
|
-
*
|
|
2771
|
+
* Lookup422: pallet_block_seal::pallet::Error<T>
|
|
2750
2772
|
**/
|
|
2751
2773
|
PalletBlockSealError: {
|
|
2752
2774
|
_enum: string[];
|
|
2753
2775
|
};
|
|
2754
2776
|
/**
|
|
2755
|
-
*
|
|
2777
|
+
* Lookup425: pallet_block_rewards::pallet::Error<T>
|
|
2756
2778
|
**/
|
|
2757
2779
|
PalletBlockRewardsError: string;
|
|
2758
2780
|
/**
|
|
2759
|
-
*
|
|
2781
|
+
* Lookup430: pallet_mint::MintAction<Balance>
|
|
2760
2782
|
**/
|
|
2761
2783
|
PalletMintMintAction: {
|
|
2762
2784
|
argonBurned: string;
|
|
@@ -2764,13 +2786,13 @@ declare const _default: {
|
|
|
2764
2786
|
bitcoinMinted: string;
|
|
2765
2787
|
};
|
|
2766
2788
|
/**
|
|
2767
|
-
*
|
|
2789
|
+
* Lookup431: pallet_mint::pallet::Error<T>
|
|
2768
2790
|
**/
|
|
2769
2791
|
PalletMintError: {
|
|
2770
2792
|
_enum: string[];
|
|
2771
2793
|
};
|
|
2772
2794
|
/**
|
|
2773
|
-
*
|
|
2795
|
+
* Lookup433: pallet_balances::types::BalanceLock<Balance>
|
|
2774
2796
|
**/
|
|
2775
2797
|
PalletBalancesBalanceLock: {
|
|
2776
2798
|
id: string;
|
|
@@ -2778,27 +2800,27 @@ declare const _default: {
|
|
|
2778
2800
|
reasons: string;
|
|
2779
2801
|
};
|
|
2780
2802
|
/**
|
|
2781
|
-
*
|
|
2803
|
+
* Lookup434: pallet_balances::types::Reasons
|
|
2782
2804
|
**/
|
|
2783
2805
|
PalletBalancesReasons: {
|
|
2784
2806
|
_enum: string[];
|
|
2785
2807
|
};
|
|
2786
2808
|
/**
|
|
2787
|
-
*
|
|
2809
|
+
* Lookup437: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
|
|
2788
2810
|
**/
|
|
2789
2811
|
PalletBalancesReserveData: {
|
|
2790
2812
|
id: string;
|
|
2791
2813
|
amount: string;
|
|
2792
2814
|
};
|
|
2793
2815
|
/**
|
|
2794
|
-
*
|
|
2816
|
+
* Lookup440: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeHoldReason, Balance>
|
|
2795
2817
|
**/
|
|
2796
2818
|
FrameSupportTokensMiscIdAmountRuntimeHoldReason: {
|
|
2797
2819
|
id: string;
|
|
2798
2820
|
amount: string;
|
|
2799
2821
|
};
|
|
2800
2822
|
/**
|
|
2801
|
-
*
|
|
2823
|
+
* Lookup441: argon_runtime::RuntimeHoldReason
|
|
2802
2824
|
**/
|
|
2803
2825
|
ArgonRuntimeRuntimeHoldReason: {
|
|
2804
2826
|
_enum: {
|
|
@@ -2811,7 +2833,7 @@ declare const _default: {
|
|
|
2811
2833
|
MiningSlot: string;
|
|
2812
2834
|
__Unused7: string;
|
|
2813
2835
|
Vaults: string;
|
|
2814
|
-
|
|
2836
|
+
BitcoinLocks: string;
|
|
2815
2837
|
__Unused10: string;
|
|
2816
2838
|
__Unused11: string;
|
|
2817
2839
|
__Unused12: string;
|
|
@@ -2825,38 +2847,38 @@ declare const _default: {
|
|
|
2825
2847
|
};
|
|
2826
2848
|
};
|
|
2827
2849
|
/**
|
|
2828
|
-
*
|
|
2850
|
+
* Lookup442: pallet_mining_slot::pallet::HoldReason
|
|
2829
2851
|
**/
|
|
2830
2852
|
PalletMiningSlotHoldReason: {
|
|
2831
2853
|
_enum: string[];
|
|
2832
2854
|
};
|
|
2833
2855
|
/**
|
|
2834
|
-
*
|
|
2856
|
+
* Lookup443: pallet_vaults::pallet::HoldReason
|
|
2835
2857
|
**/
|
|
2836
2858
|
PalletVaultsHoldReason: {
|
|
2837
2859
|
_enum: string[];
|
|
2838
2860
|
};
|
|
2839
2861
|
/**
|
|
2840
|
-
*
|
|
2862
|
+
* Lookup444: pallet_bitcoin_locks::pallet::HoldReason
|
|
2841
2863
|
**/
|
|
2842
|
-
|
|
2864
|
+
PalletBitcoinLocksHoldReason: {
|
|
2843
2865
|
_enum: string[];
|
|
2844
2866
|
};
|
|
2845
2867
|
/**
|
|
2846
|
-
*
|
|
2868
|
+
* Lookup445: pallet_block_rewards::pallet::HoldReason
|
|
2847
2869
|
**/
|
|
2848
2870
|
PalletBlockRewardsHoldReason: {
|
|
2849
2871
|
_enum: string[];
|
|
2850
2872
|
};
|
|
2851
2873
|
/**
|
|
2852
|
-
*
|
|
2874
|
+
* Lookup448: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeFreezeReason, Balance>
|
|
2853
2875
|
**/
|
|
2854
2876
|
FrameSupportTokensMiscIdAmountRuntimeFreezeReason: {
|
|
2855
2877
|
id: string;
|
|
2856
2878
|
amount: string;
|
|
2857
2879
|
};
|
|
2858
2880
|
/**
|
|
2859
|
-
*
|
|
2881
|
+
* Lookup449: argon_runtime::RuntimeFreezeReason
|
|
2860
2882
|
**/
|
|
2861
2883
|
ArgonRuntimeRuntimeFreezeReason: {
|
|
2862
2884
|
_enum: {
|
|
@@ -2883,99 +2905,99 @@ declare const _default: {
|
|
|
2883
2905
|
};
|
|
2884
2906
|
};
|
|
2885
2907
|
/**
|
|
2886
|
-
*
|
|
2908
|
+
* Lookup450: pallet_block_rewards::pallet::FreezeReason
|
|
2887
2909
|
**/
|
|
2888
2910
|
PalletBlockRewardsFreezeReason: {
|
|
2889
2911
|
_enum: string[];
|
|
2890
2912
|
};
|
|
2891
2913
|
/**
|
|
2892
|
-
*
|
|
2914
|
+
* Lookup452: pallet_balances::pallet::Error<T, I>
|
|
2893
2915
|
**/
|
|
2894
2916
|
PalletBalancesError: {
|
|
2895
2917
|
_enum: string[];
|
|
2896
2918
|
};
|
|
2897
2919
|
/**
|
|
2898
|
-
*
|
|
2920
|
+
* Lookup454: pallet_tx_pause::pallet::Error<T>
|
|
2899
2921
|
**/
|
|
2900
2922
|
PalletTxPauseError: {
|
|
2901
2923
|
_enum: string[];
|
|
2902
2924
|
};
|
|
2903
2925
|
/**
|
|
2904
|
-
*
|
|
2926
|
+
* Lookup455: pallet_transaction_payment::Releases
|
|
2905
2927
|
**/
|
|
2906
2928
|
PalletTransactionPaymentReleases: {
|
|
2907
2929
|
_enum: string[];
|
|
2908
2930
|
};
|
|
2909
2931
|
/**
|
|
2910
|
-
*
|
|
2932
|
+
* Lookup456: pallet_utility::pallet::Error<T>
|
|
2911
2933
|
**/
|
|
2912
2934
|
PalletUtilityError: {
|
|
2913
2935
|
_enum: string[];
|
|
2914
2936
|
};
|
|
2915
2937
|
/**
|
|
2916
|
-
*
|
|
2938
|
+
* Lookup457: pallet_sudo::pallet::Error<T>
|
|
2917
2939
|
**/
|
|
2918
2940
|
PalletSudoError: {
|
|
2919
2941
|
_enum: string[];
|
|
2920
2942
|
};
|
|
2921
2943
|
/**
|
|
2922
|
-
*
|
|
2944
|
+
* Lookup458: pallet_ismp::pallet::Error<T>
|
|
2923
2945
|
**/
|
|
2924
2946
|
PalletIsmpError: {
|
|
2925
2947
|
_enum: string[];
|
|
2926
2948
|
};
|
|
2927
2949
|
/**
|
|
2928
|
-
*
|
|
2950
|
+
* Lookup459: pallet_hyperbridge::pallet::Error<T>
|
|
2929
2951
|
**/
|
|
2930
2952
|
PalletHyperbridgeError: string;
|
|
2931
2953
|
/**
|
|
2932
|
-
*
|
|
2954
|
+
* Lookup461: pallet_token_gateway::pallet::Error<T>
|
|
2933
2955
|
**/
|
|
2934
2956
|
PalletTokenGatewayError: {
|
|
2935
2957
|
_enum: string[];
|
|
2936
2958
|
};
|
|
2937
2959
|
/**
|
|
2938
|
-
*
|
|
2960
|
+
* Lookup464: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
|
|
2939
2961
|
**/
|
|
2940
2962
|
FrameSystemExtensionsCheckNonZeroSender: string;
|
|
2941
2963
|
/**
|
|
2942
|
-
*
|
|
2964
|
+
* Lookup465: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
|
|
2943
2965
|
**/
|
|
2944
2966
|
FrameSystemExtensionsCheckSpecVersion: string;
|
|
2945
2967
|
/**
|
|
2946
|
-
*
|
|
2968
|
+
* Lookup466: frame_system::extensions::check_tx_version::CheckTxVersion<T>
|
|
2947
2969
|
**/
|
|
2948
2970
|
FrameSystemExtensionsCheckTxVersion: string;
|
|
2949
2971
|
/**
|
|
2950
|
-
*
|
|
2972
|
+
* Lookup467: frame_system::extensions::check_genesis::CheckGenesis<T>
|
|
2951
2973
|
**/
|
|
2952
2974
|
FrameSystemExtensionsCheckGenesis: string;
|
|
2953
2975
|
/**
|
|
2954
|
-
*
|
|
2976
|
+
* Lookup470: frame_system::extensions::check_nonce::CheckNonce<T>
|
|
2955
2977
|
**/
|
|
2956
2978
|
FrameSystemExtensionsCheckNonce: string;
|
|
2957
2979
|
/**
|
|
2958
|
-
*
|
|
2980
|
+
* Lookup471: frame_system::extensions::check_weight::CheckWeight<T>
|
|
2959
2981
|
**/
|
|
2960
2982
|
FrameSystemExtensionsCheckWeight: string;
|
|
2961
2983
|
/**
|
|
2962
|
-
*
|
|
2984
|
+
* Lookup472: pallet_transaction_payment::ChargeTransactionPayment<T>
|
|
2963
2985
|
**/
|
|
2964
2986
|
PalletTransactionPaymentChargeTransactionPayment: string;
|
|
2965
2987
|
/**
|
|
2966
|
-
*
|
|
2988
|
+
* Lookup473: frame_metadata_hash_extension::CheckMetadataHash<T>
|
|
2967
2989
|
**/
|
|
2968
2990
|
FrameMetadataHashExtensionCheckMetadataHash: {
|
|
2969
2991
|
mode: string;
|
|
2970
2992
|
};
|
|
2971
2993
|
/**
|
|
2972
|
-
*
|
|
2994
|
+
* Lookup474: frame_metadata_hash_extension::Mode
|
|
2973
2995
|
**/
|
|
2974
2996
|
FrameMetadataHashExtensionMode: {
|
|
2975
2997
|
_enum: string[];
|
|
2976
2998
|
};
|
|
2977
2999
|
/**
|
|
2978
|
-
*
|
|
3000
|
+
* Lookup476: argon_runtime::Runtime
|
|
2979
3001
|
**/
|
|
2980
3002
|
ArgonRuntimeRuntime: string;
|
|
2981
3003
|
};
|