@argonprotocol/mainchain 0.0.25 → 0.0.26
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 +7 -1
- package/lib/cjs/interfaces/augment-api-query.d.ts +4 -4
- package/lib/cjs/interfaces/augment-api-tx.d.ts +4 -0
- package/lib/cjs/interfaces/lookup.d.ts +65 -63
- package/lib/cjs/interfaces/lookup.js +67 -65
- package/lib/cjs/interfaces/lookup.js.map +1 -1
- package/lib/cjs/interfaces/types-lookup.d.ts +65 -63
- package/lib/esm/interfaces/augment-api-consts.d.ts +7 -1
- package/lib/esm/interfaces/augment-api-query.d.ts +4 -4
- package/lib/esm/interfaces/augment-api-tx.d.ts +4 -0
- package/lib/esm/interfaces/lookup.d.ts +65 -63
- package/lib/esm/interfaces/lookup.js +67 -65
- package/lib/esm/interfaces/lookup.js.map +1 -1
- package/lib/esm/interfaces/types-lookup.d.ts +65 -63
- 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 +7 -1
- package/lib/types/interfaces/augment-api-query.d.ts +4 -4
- package/lib/types/interfaces/augment-api-tx.d.ts +4 -0
- package/lib/types/interfaces/lookup.d.ts +65 -63
- package/lib/types/interfaces/types-lookup.d.ts +65 -63
- package/package.json +1 -1
|
@@ -2337,14 +2337,16 @@ export default {
|
|
|
2337
2337
|
amount: 'u128',
|
|
2338
2338
|
timeout: 'u64',
|
|
2339
2339
|
tokenGateway: 'Bytes',
|
|
2340
|
-
relayerFee: 'u128'
|
|
2340
|
+
relayerFee: 'u128',
|
|
2341
|
+
callData: 'Option<Bytes>'
|
|
2341
2342
|
},
|
|
2342
2343
|
/**
|
|
2343
2344
|
* Lookup300: pallet_token_gateway::types::AssetRegistration<AssetId>
|
|
2344
2345
|
**/
|
|
2345
2346
|
PalletTokenGatewayAssetRegistration: {
|
|
2346
2347
|
localId: 'u32',
|
|
2347
|
-
reg: 'TokenGatewayPrimitivesGatewayAssetRegistration'
|
|
2348
|
+
reg: 'TokenGatewayPrimitivesGatewayAssetRegistration',
|
|
2349
|
+
native: 'bool'
|
|
2348
2350
|
},
|
|
2349
2351
|
/**
|
|
2350
2352
|
* Lookup301: token_gateway_primitives::GatewayAssetRegistration
|
|
@@ -2421,7 +2423,7 @@ export default {
|
|
|
2421
2423
|
slotBiddingStartAfterTicks: 'Compact<u64>'
|
|
2422
2424
|
},
|
|
2423
2425
|
/**
|
|
2424
|
-
*
|
|
2426
|
+
* Lookup332: pallet_mining_slot::pallet::Error<T>
|
|
2425
2427
|
**/
|
|
2426
2428
|
PalletMiningSlotError: {
|
|
2427
2429
|
_enum: {
|
|
@@ -2449,13 +2451,13 @@ export default {
|
|
|
2449
2451
|
}
|
|
2450
2452
|
},
|
|
2451
2453
|
/**
|
|
2452
|
-
*
|
|
2454
|
+
* Lookup333: argon_primitives::bond::BondError
|
|
2453
2455
|
**/
|
|
2454
2456
|
ArgonPrimitivesBondBondError: {
|
|
2455
2457
|
_enum: ['BondNotFound', 'NoMoreBondIds', 'MinimumBondAmountNotMet', 'VaultClosed', 'ExpirationAtBlockOverflow', 'AccountWouldBeBelowMinimum', 'InsufficientFunds', 'InsufficientVaultFunds', 'InsufficientBitcoinsForMining', 'ExpirationTooSoon', 'NoPermissions', 'HoldUnexpectedlyModified', 'UnrecoverableHold', 'VaultNotFound', 'NoVaultBitcoinPubkeysAvailable', 'UnableToGenerateVaultBitcoinPubkey', 'UnableToDecodeVaultBitcoinPubkey', 'FeeExceedsBondAmount', 'InvalidBitcoinScript', 'InternalError']
|
|
2456
2458
|
},
|
|
2457
2459
|
/**
|
|
2458
|
-
*
|
|
2460
|
+
* Lookup334: argon_primitives::bitcoin::UtxoValue
|
|
2459
2461
|
**/
|
|
2460
2462
|
ArgonPrimitivesBitcoinUtxoValue: {
|
|
2461
2463
|
utxoId: 'u64',
|
|
@@ -2465,7 +2467,7 @@ export default {
|
|
|
2465
2467
|
watchForSpentUntilHeight: 'Compact<u64>'
|
|
2466
2468
|
},
|
|
2467
2469
|
/**
|
|
2468
|
-
*
|
|
2470
|
+
* Lookup335: argon_primitives::bitcoin::BitcoinCosignScriptPubkey
|
|
2469
2471
|
**/
|
|
2470
2472
|
ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey: {
|
|
2471
2473
|
_enum: {
|
|
@@ -2475,19 +2477,19 @@ export default {
|
|
|
2475
2477
|
}
|
|
2476
2478
|
},
|
|
2477
2479
|
/**
|
|
2478
|
-
*
|
|
2480
|
+
* Lookup340: argon_primitives::bitcoin::BitcoinNetwork
|
|
2479
2481
|
**/
|
|
2480
2482
|
ArgonPrimitivesBitcoinBitcoinNetwork: {
|
|
2481
2483
|
_enum: ['Bitcoin', 'Testnet', 'Signet', 'Regtest']
|
|
2482
2484
|
},
|
|
2483
2485
|
/**
|
|
2484
|
-
*
|
|
2486
|
+
* Lookup343: pallet_bitcoin_utxos::pallet::Error<T>
|
|
2485
2487
|
**/
|
|
2486
2488
|
PalletBitcoinUtxosError: {
|
|
2487
2489
|
_enum: ['NoPermissions', 'NoBitcoinConfirmedBlock', 'InsufficientBitcoinAmount', 'NoBitcoinPricesAvailable', 'ScriptPubkeyConflict', 'UtxoNotLocked', 'RedemptionsUnavailable', 'InvalidBitcoinSyncHeight', 'BitcoinHeightNotConfirmed', 'MaxUtxosExceeded', 'InvalidBitcoinScript']
|
|
2488
2490
|
},
|
|
2489
2491
|
/**
|
|
2490
|
-
*
|
|
2492
|
+
* Lookup344: argon_primitives::bond::Vault<sp_core::crypto::AccountId32, Balance, BlockNumber>
|
|
2491
2493
|
**/
|
|
2492
2494
|
ArgonPrimitivesBondVault: {
|
|
2493
2495
|
operatorAccountId: 'AccountId32',
|
|
@@ -2500,7 +2502,7 @@ export default {
|
|
|
2500
2502
|
pendingTerms: 'Option<(u32,ArgonPrimitivesBondVaultTerms)>'
|
|
2501
2503
|
},
|
|
2502
2504
|
/**
|
|
2503
|
-
*
|
|
2505
|
+
* Lookup345: argon_primitives::bond::VaultArgons<Balance>
|
|
2504
2506
|
**/
|
|
2505
2507
|
ArgonPrimitivesBondVaultArgons: {
|
|
2506
2508
|
annualPercentRate: 'Compact<u128>',
|
|
@@ -2509,7 +2511,7 @@ export default {
|
|
|
2509
2511
|
baseFee: 'Compact<u128>'
|
|
2510
2512
|
},
|
|
2511
2513
|
/**
|
|
2512
|
-
*
|
|
2514
|
+
* Lookup349: argon_primitives::bitcoin::BitcoinXPub
|
|
2513
2515
|
**/
|
|
2514
2516
|
ArgonPrimitivesBitcoinBitcoinXPub: {
|
|
2515
2517
|
publicKey: 'ArgonPrimitivesBitcoinCompressedBitcoinPubkey',
|
|
@@ -2520,19 +2522,19 @@ export default {
|
|
|
2520
2522
|
network: 'ArgonPrimitivesBitcoinNetworkKind'
|
|
2521
2523
|
},
|
|
2522
2524
|
/**
|
|
2523
|
-
*
|
|
2525
|
+
* Lookup351: argon_primitives::bitcoin::NetworkKind
|
|
2524
2526
|
**/
|
|
2525
2527
|
ArgonPrimitivesBitcoinNetworkKind: {
|
|
2526
2528
|
_enum: ['Main', 'Test']
|
|
2527
2529
|
},
|
|
2528
2530
|
/**
|
|
2529
|
-
*
|
|
2531
|
+
* Lookup354: pallet_vaults::pallet::Error<T>
|
|
2530
2532
|
**/
|
|
2531
2533
|
PalletVaultsError: {
|
|
2532
2534
|
_enum: ['BondNotFound', 'NoMoreVaultIds', 'NoMoreBondIds', 'MinimumBondAmountNotMet', 'ExpirationAtBlockOverflow', 'InsufficientFunds', 'InsufficientVaultFunds', 'InsufficientBitcoinsForMining', 'AccountBelowMinimumBalance', 'VaultClosed', 'InvalidVaultAmount', 'VaultReductionBelowAllocatedFunds', 'InvalidSecuritization', 'ReusedVaultBitcoinXpub', 'MaxSecuritizationPercentExceeded', 'InvalidBondType', 'BitcoinUtxoNotFound', 'InsufficientSatoshisBonded', 'NoBitcoinPricesAvailable', 'InvalidBitcoinScript', 'InvalidXpubkey', 'WrongXpubNetwork', 'UnsafeXpubkey', 'UnableToDeriveVaultXpubChild', 'BitcoinConversionFailed', 'ExpirationTooSoon', 'NoPermissions', 'HoldUnexpectedlyModified', 'UnrecoverableHold', 'VaultNotFound', 'FeeExceedsBondAmount', 'NoVaultBitcoinPubkeysAvailable', 'TermsModificationOverflow', 'TermsChangeAlreadyScheduled', 'InternalError', 'UnableToGenerateVaultBitcoinPubkey', 'UnableToDecodeVaultBitcoinPubkey']
|
|
2533
2535
|
},
|
|
2534
2536
|
/**
|
|
2535
|
-
*
|
|
2537
|
+
* Lookup355: argon_primitives::bond::Bond<sp_core::crypto::AccountId32, Balance, BlockNumber>
|
|
2536
2538
|
**/
|
|
2537
2539
|
ArgonPrimitivesBond: {
|
|
2538
2540
|
bondType: 'ArgonPrimitivesBondBondType',
|
|
@@ -2546,7 +2548,7 @@ export default {
|
|
|
2546
2548
|
expiration: 'ArgonPrimitivesBondBondExpiration'
|
|
2547
2549
|
},
|
|
2548
2550
|
/**
|
|
2549
|
-
*
|
|
2551
|
+
* Lookup358: pallet_bond::pallet::UtxoState
|
|
2550
2552
|
**/
|
|
2551
2553
|
PalletBondUtxoState: {
|
|
2552
2554
|
bondId: 'Compact<u64>',
|
|
@@ -2562,7 +2564,7 @@ export default {
|
|
|
2562
2564
|
isVerified: 'bool'
|
|
2563
2565
|
},
|
|
2564
2566
|
/**
|
|
2565
|
-
*
|
|
2567
|
+
* Lookup362: pallet_bond::pallet::UtxoCosignRequest<Balance>
|
|
2566
2568
|
**/
|
|
2567
2569
|
PalletBondUtxoCosignRequest: {
|
|
2568
2570
|
bondId: 'Compact<u64>',
|
|
@@ -2573,7 +2575,7 @@ export default {
|
|
|
2573
2575
|
redemptionPrice: 'Compact<u128>'
|
|
2574
2576
|
},
|
|
2575
2577
|
/**
|
|
2576
|
-
*
|
|
2578
|
+
* Lookup366: pallet_bond::pallet::Error<T>
|
|
2577
2579
|
**/
|
|
2578
2580
|
PalletBondError: {
|
|
2579
2581
|
_enum: {
|
|
@@ -2609,13 +2611,13 @@ export default {
|
|
|
2609
2611
|
}
|
|
2610
2612
|
},
|
|
2611
2613
|
/**
|
|
2612
|
-
*
|
|
2614
|
+
* Lookup378: pallet_notaries::pallet::Error<T>
|
|
2613
2615
|
**/
|
|
2614
2616
|
PalletNotariesError: {
|
|
2615
2617
|
_enum: ['ProposalNotFound', 'MaxNotariesExceeded', 'MaxProposalsPerBlockExceeded', 'NotAnActiveNotary', 'InvalidNotaryOperator', 'NoMoreNotaryIds', 'EffectiveTickTooSoon', 'TooManyKeys', 'InvalidNotary']
|
|
2616
2618
|
},
|
|
2617
2619
|
/**
|
|
2618
|
-
*
|
|
2620
|
+
* Lookup382: argon_primitives::notary::NotaryNotebookKeyDetails
|
|
2619
2621
|
**/
|
|
2620
2622
|
ArgonPrimitivesNotaryNotaryNotebookKeyDetails: {
|
|
2621
2623
|
notebookNumber: 'Compact<u32>',
|
|
@@ -2625,13 +2627,13 @@ export default {
|
|
|
2625
2627
|
parentSecret: 'Option<H256>'
|
|
2626
2628
|
},
|
|
2627
2629
|
/**
|
|
2628
|
-
*
|
|
2630
|
+
* Lookup385: pallet_notebook::pallet::Error<T>
|
|
2629
2631
|
**/
|
|
2630
2632
|
PalletNotebookError: {
|
|
2631
2633
|
_enum: ['DuplicateNotebookNumber', 'MissingNotebookNumber', 'NotebookTickAlreadyUsed', 'InvalidNotebookSignature', 'InvalidSecretProvided', 'CouldNotDecodeNotebook', 'DuplicateNotebookDigest', 'MissingNotebookDigest', 'InvalidNotebookDigest', 'MultipleNotebookInherentsProvided', 'InternalError', 'NotebookSubmittedForLockedNotary', 'InvalidReprocessNotebook', 'InvalidNotaryOperator']
|
|
2632
2634
|
},
|
|
2633
2635
|
/**
|
|
2634
|
-
*
|
|
2636
|
+
* Lookup386: pallet_chain_transfer::QueuedTransferOut<sp_core::crypto::AccountId32, Balance>
|
|
2635
2637
|
**/
|
|
2636
2638
|
PalletChainTransferQueuedTransferOut: {
|
|
2637
2639
|
accountId: 'AccountId32',
|
|
@@ -2640,17 +2642,17 @@ export default {
|
|
|
2640
2642
|
notaryId: 'u32'
|
|
2641
2643
|
},
|
|
2642
2644
|
/**
|
|
2643
|
-
*
|
|
2645
|
+
* Lookup392: frame_support::PalletId
|
|
2644
2646
|
**/
|
|
2645
2647
|
FrameSupportPalletId: '[u8;8]',
|
|
2646
2648
|
/**
|
|
2647
|
-
*
|
|
2649
|
+
* Lookup393: pallet_chain_transfer::pallet::Error<T>
|
|
2648
2650
|
**/
|
|
2649
2651
|
PalletChainTransferError: {
|
|
2650
2652
|
_enum: ['MaxBlockTransfersExceeded', 'InsufficientFunds', 'InsufficientNotarizedFunds', 'InvalidOrDuplicatedLocalchainTransfer', 'NotebookIncludesExpiredLocalchainTransfer', 'InvalidNotaryUsedForTransfer']
|
|
2651
2653
|
},
|
|
2652
2654
|
/**
|
|
2653
|
-
*
|
|
2655
|
+
* Lookup398: argon_primitives::notary::NotaryNotebookVoteDigestDetails
|
|
2654
2656
|
**/
|
|
2655
2657
|
ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails: {
|
|
2656
2658
|
notaryId: 'Compact<u32>',
|
|
@@ -2660,25 +2662,25 @@ export default {
|
|
|
2660
2662
|
blockVotingPower: 'Compact<u128>'
|
|
2661
2663
|
},
|
|
2662
2664
|
/**
|
|
2663
|
-
*
|
|
2665
|
+
* Lookup403: pallet_block_seal_spec::pallet::Error<T>
|
|
2664
2666
|
**/
|
|
2665
2667
|
PalletBlockSealSpecError: {
|
|
2666
2668
|
_enum: ['MaxNotebooksAtTickExceeded']
|
|
2667
2669
|
},
|
|
2668
2670
|
/**
|
|
2669
|
-
*
|
|
2671
|
+
* Lookup405: pallet_domains::pallet::Error<T>
|
|
2670
2672
|
**/
|
|
2671
2673
|
PalletDomainsError: {
|
|
2672
2674
|
_enum: ['DomainNotRegistered', 'NotDomainOwner', 'FailedToAddToAddressHistory', 'FailedToAddExpiringDomain', 'AccountDecodingError']
|
|
2673
2675
|
},
|
|
2674
2676
|
/**
|
|
2675
|
-
*
|
|
2677
|
+
* Lookup406: pallet_price_index::pallet::Error<T>
|
|
2676
2678
|
**/
|
|
2677
2679
|
PalletPriceIndexError: {
|
|
2678
2680
|
_enum: ['NotAuthorizedOperator', 'MissingValue', 'PricesTooOld', 'MaxPriceChangePerTickExceeded']
|
|
2679
2681
|
},
|
|
2680
2682
|
/**
|
|
2681
|
-
*
|
|
2683
|
+
* Lookup407: pallet_grandpa::StoredState<N>
|
|
2682
2684
|
**/
|
|
2683
2685
|
PalletGrandpaStoredState: {
|
|
2684
2686
|
_enum: {
|
|
@@ -2695,7 +2697,7 @@ export default {
|
|
|
2695
2697
|
}
|
|
2696
2698
|
},
|
|
2697
2699
|
/**
|
|
2698
|
-
*
|
|
2700
|
+
* Lookup408: pallet_grandpa::StoredPendingChange<N, Limit>
|
|
2699
2701
|
**/
|
|
2700
2702
|
PalletGrandpaStoredPendingChange: {
|
|
2701
2703
|
scheduledAt: 'u32',
|
|
@@ -2704,13 +2706,13 @@ export default {
|
|
|
2704
2706
|
forced: 'Option<u32>'
|
|
2705
2707
|
},
|
|
2706
2708
|
/**
|
|
2707
|
-
*
|
|
2709
|
+
* Lookup411: pallet_grandpa::pallet::Error<T>
|
|
2708
2710
|
**/
|
|
2709
2711
|
PalletGrandpaError: {
|
|
2710
2712
|
_enum: ['PauseFailed', 'ResumeFailed', 'ChangePending', 'TooSoon', 'InvalidKeyOwnershipProof', 'InvalidEquivocationProof', 'DuplicateOffenceReport']
|
|
2711
2713
|
},
|
|
2712
2714
|
/**
|
|
2713
|
-
*
|
|
2715
|
+
* Lookup412: argon_primitives::providers::BlockSealerInfo<sp_core::crypto::AccountId32>
|
|
2714
2716
|
**/
|
|
2715
2717
|
ArgonPrimitivesProvidersBlockSealerInfo: {
|
|
2716
2718
|
blockAuthorAccountId: 'AccountId32',
|
|
@@ -2718,17 +2720,17 @@ export default {
|
|
|
2718
2720
|
blockSealAuthority: 'Option<ArgonPrimitivesBlockSealAppPublic>'
|
|
2719
2721
|
},
|
|
2720
2722
|
/**
|
|
2721
|
-
*
|
|
2723
|
+
* Lookup416: pallet_block_seal::pallet::Error<T>
|
|
2722
2724
|
**/
|
|
2723
2725
|
PalletBlockSealError: {
|
|
2724
2726
|
_enum: ['InvalidVoteSealStrength', 'InvalidSubmitter', 'UnableToDecodeVoteAccount', 'UnregisteredBlockAuthor', 'InvalidBlockVoteProof', 'NoGrandparentVoteMinimum', 'DuplicateBlockSealProvided', 'InsufficientVotingPower', 'ParentVotingKeyNotFound', 'InvalidVoteGrandparentHash', 'IneligibleNotebookUsed', 'NoEligibleVotingRoot', 'CouldNotDecodeVote', 'MaxNotebooksAtTickExceeded', 'NoClosestMinerFoundForVote', 'BlockVoteInvalidSignature', 'InvalidForkPowerParent', 'BlockSealDecodeError']
|
|
2725
2727
|
},
|
|
2726
2728
|
/**
|
|
2727
|
-
*
|
|
2729
|
+
* Lookup419: pallet_block_rewards::pallet::Error<T>
|
|
2728
2730
|
**/
|
|
2729
2731
|
PalletBlockRewardsError: 'Null',
|
|
2730
2732
|
/**
|
|
2731
|
-
*
|
|
2733
|
+
* Lookup424: pallet_mint::MintAction<Balance>
|
|
2732
2734
|
**/
|
|
2733
2735
|
PalletMintMintAction: {
|
|
2734
2736
|
argonBurned: 'u128',
|
|
@@ -2736,13 +2738,13 @@ export default {
|
|
|
2736
2738
|
bitcoinMinted: 'u128'
|
|
2737
2739
|
},
|
|
2738
2740
|
/**
|
|
2739
|
-
*
|
|
2741
|
+
* Lookup425: pallet_mint::pallet::Error<T>
|
|
2740
2742
|
**/
|
|
2741
2743
|
PalletMintError: {
|
|
2742
2744
|
_enum: ['TooManyPendingMints']
|
|
2743
2745
|
},
|
|
2744
2746
|
/**
|
|
2745
|
-
*
|
|
2747
|
+
* Lookup427: pallet_balances::types::BalanceLock<Balance>
|
|
2746
2748
|
**/
|
|
2747
2749
|
PalletBalancesBalanceLock: {
|
|
2748
2750
|
id: '[u8;8]',
|
|
@@ -2750,27 +2752,27 @@ export default {
|
|
|
2750
2752
|
reasons: 'PalletBalancesReasons'
|
|
2751
2753
|
},
|
|
2752
2754
|
/**
|
|
2753
|
-
*
|
|
2755
|
+
* Lookup428: pallet_balances::types::Reasons
|
|
2754
2756
|
**/
|
|
2755
2757
|
PalletBalancesReasons: {
|
|
2756
2758
|
_enum: ['Fee', 'Misc', 'All']
|
|
2757
2759
|
},
|
|
2758
2760
|
/**
|
|
2759
|
-
*
|
|
2761
|
+
* Lookup431: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
|
|
2760
2762
|
**/
|
|
2761
2763
|
PalletBalancesReserveData: {
|
|
2762
2764
|
id: '[u8;8]',
|
|
2763
2765
|
amount: 'u128'
|
|
2764
2766
|
},
|
|
2765
2767
|
/**
|
|
2766
|
-
*
|
|
2768
|
+
* Lookup434: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeHoldReason, Balance>
|
|
2767
2769
|
**/
|
|
2768
2770
|
FrameSupportTokensMiscIdAmountRuntimeHoldReason: {
|
|
2769
2771
|
id: 'ArgonRuntimeRuntimeHoldReason',
|
|
2770
2772
|
amount: 'u128'
|
|
2771
2773
|
},
|
|
2772
2774
|
/**
|
|
2773
|
-
*
|
|
2775
|
+
* Lookup435: argon_runtime::RuntimeHoldReason
|
|
2774
2776
|
**/
|
|
2775
2777
|
ArgonRuntimeRuntimeHoldReason: {
|
|
2776
2778
|
_enum: {
|
|
@@ -2797,38 +2799,38 @@ export default {
|
|
|
2797
2799
|
}
|
|
2798
2800
|
},
|
|
2799
2801
|
/**
|
|
2800
|
-
*
|
|
2802
|
+
* Lookup436: pallet_mining_slot::pallet::HoldReason
|
|
2801
2803
|
**/
|
|
2802
2804
|
PalletMiningSlotHoldReason: {
|
|
2803
2805
|
_enum: ['RegisterAsMiner']
|
|
2804
2806
|
},
|
|
2805
2807
|
/**
|
|
2806
|
-
*
|
|
2808
|
+
* Lookup437: pallet_vaults::pallet::HoldReason
|
|
2807
2809
|
**/
|
|
2808
2810
|
PalletVaultsHoldReason: {
|
|
2809
2811
|
_enum: ['EnterVault', 'BondFee']
|
|
2810
2812
|
},
|
|
2811
2813
|
/**
|
|
2812
|
-
*
|
|
2814
|
+
* Lookup438: pallet_bond::pallet::HoldReason
|
|
2813
2815
|
**/
|
|
2814
2816
|
PalletBondHoldReason: {
|
|
2815
2817
|
_enum: ['UnlockingBitcoin']
|
|
2816
2818
|
},
|
|
2817
2819
|
/**
|
|
2818
|
-
*
|
|
2820
|
+
* Lookup439: pallet_block_rewards::pallet::HoldReason
|
|
2819
2821
|
**/
|
|
2820
2822
|
PalletBlockRewardsHoldReason: {
|
|
2821
2823
|
_enum: ['MaturationPeriod']
|
|
2822
2824
|
},
|
|
2823
2825
|
/**
|
|
2824
|
-
*
|
|
2826
|
+
* Lookup442: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeFreezeReason, Balance>
|
|
2825
2827
|
**/
|
|
2826
2828
|
FrameSupportTokensMiscIdAmountRuntimeFreezeReason: {
|
|
2827
2829
|
id: 'ArgonRuntimeRuntimeFreezeReason',
|
|
2828
2830
|
amount: 'u128'
|
|
2829
2831
|
},
|
|
2830
2832
|
/**
|
|
2831
|
-
*
|
|
2833
|
+
* Lookup443: argon_runtime::RuntimeFreezeReason
|
|
2832
2834
|
**/
|
|
2833
2835
|
ArgonRuntimeRuntimeFreezeReason: {
|
|
2834
2836
|
_enum: {
|
|
@@ -2855,99 +2857,99 @@ export default {
|
|
|
2855
2857
|
}
|
|
2856
2858
|
},
|
|
2857
2859
|
/**
|
|
2858
|
-
*
|
|
2860
|
+
* Lookup444: pallet_block_rewards::pallet::FreezeReason
|
|
2859
2861
|
**/
|
|
2860
2862
|
PalletBlockRewardsFreezeReason: {
|
|
2861
2863
|
_enum: ['MaturationPeriod']
|
|
2862
2864
|
},
|
|
2863
2865
|
/**
|
|
2864
|
-
*
|
|
2866
|
+
* Lookup446: pallet_balances::pallet::Error<T, I>
|
|
2865
2867
|
**/
|
|
2866
2868
|
PalletBalancesError: {
|
|
2867
2869
|
_enum: ['VestingBalance', 'LiquidityRestrictions', 'InsufficientBalance', 'ExistentialDeposit', 'Expendability', 'ExistingVestingSchedule', 'DeadAccount', 'TooManyReserves', 'TooManyHolds', 'TooManyFreezes', 'IssuanceDeactivated', 'DeltaZero']
|
|
2868
2870
|
},
|
|
2869
2871
|
/**
|
|
2870
|
-
*
|
|
2872
|
+
* Lookup448: pallet_tx_pause::pallet::Error<T>
|
|
2871
2873
|
**/
|
|
2872
2874
|
PalletTxPauseError: {
|
|
2873
2875
|
_enum: ['IsPaused', 'IsUnpaused', 'Unpausable', 'NotFound']
|
|
2874
2876
|
},
|
|
2875
2877
|
/**
|
|
2876
|
-
*
|
|
2878
|
+
* Lookup449: pallet_transaction_payment::Releases
|
|
2877
2879
|
**/
|
|
2878
2880
|
PalletTransactionPaymentReleases: {
|
|
2879
2881
|
_enum: ['V1Ancient', 'V2']
|
|
2880
2882
|
},
|
|
2881
2883
|
/**
|
|
2882
|
-
*
|
|
2884
|
+
* Lookup450: pallet_utility::pallet::Error<T>
|
|
2883
2885
|
**/
|
|
2884
2886
|
PalletUtilityError: {
|
|
2885
2887
|
_enum: ['TooManyCalls']
|
|
2886
2888
|
},
|
|
2887
2889
|
/**
|
|
2888
|
-
*
|
|
2890
|
+
* Lookup451: pallet_sudo::pallet::Error<T>
|
|
2889
2891
|
**/
|
|
2890
2892
|
PalletSudoError: {
|
|
2891
2893
|
_enum: ['RequireSudo']
|
|
2892
2894
|
},
|
|
2893
2895
|
/**
|
|
2894
|
-
*
|
|
2896
|
+
* Lookup452: pallet_ismp::pallet::Error<T>
|
|
2895
2897
|
**/
|
|
2896
2898
|
PalletIsmpError: {
|
|
2897
2899
|
_enum: ['InvalidMessage', 'MessageNotFound', 'ConsensusClientCreationFailed', 'UnbondingPeriodUpdateFailed', 'ChallengePeriodUpdateFailed']
|
|
2898
2900
|
},
|
|
2899
2901
|
/**
|
|
2900
|
-
*
|
|
2902
|
+
* Lookup453: pallet_hyperbridge::pallet::Error<T>
|
|
2901
2903
|
**/
|
|
2902
2904
|
PalletHyperbridgeError: 'Null',
|
|
2903
2905
|
/**
|
|
2904
|
-
*
|
|
2906
|
+
* Lookup454: pallet_token_gateway::pallet::Error<T>
|
|
2905
2907
|
**/
|
|
2906
2908
|
PalletTokenGatewayError: {
|
|
2907
2909
|
_enum: ['UnregisteredAsset', 'AssetTeleportError', 'CoprocessorNotConfigured', 'DispatchError', 'AssetCreationError', 'AssetDecimalsNotFound', 'NotInitialized', 'UnknownAsset', 'NotAssetOwner']
|
|
2908
2910
|
},
|
|
2909
2911
|
/**
|
|
2910
|
-
*
|
|
2912
|
+
* Lookup457: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
|
|
2911
2913
|
**/
|
|
2912
2914
|
FrameSystemExtensionsCheckNonZeroSender: 'Null',
|
|
2913
2915
|
/**
|
|
2914
|
-
*
|
|
2916
|
+
* Lookup458: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
|
|
2915
2917
|
**/
|
|
2916
2918
|
FrameSystemExtensionsCheckSpecVersion: 'Null',
|
|
2917
2919
|
/**
|
|
2918
|
-
*
|
|
2920
|
+
* Lookup459: frame_system::extensions::check_tx_version::CheckTxVersion<T>
|
|
2919
2921
|
**/
|
|
2920
2922
|
FrameSystemExtensionsCheckTxVersion: 'Null',
|
|
2921
2923
|
/**
|
|
2922
|
-
*
|
|
2924
|
+
* Lookup460: frame_system::extensions::check_genesis::CheckGenesis<T>
|
|
2923
2925
|
**/
|
|
2924
2926
|
FrameSystemExtensionsCheckGenesis: 'Null',
|
|
2925
2927
|
/**
|
|
2926
|
-
*
|
|
2928
|
+
* Lookup463: frame_system::extensions::check_nonce::CheckNonce<T>
|
|
2927
2929
|
**/
|
|
2928
2930
|
FrameSystemExtensionsCheckNonce: 'Compact<u32>',
|
|
2929
2931
|
/**
|
|
2930
|
-
*
|
|
2932
|
+
* Lookup464: frame_system::extensions::check_weight::CheckWeight<T>
|
|
2931
2933
|
**/
|
|
2932
2934
|
FrameSystemExtensionsCheckWeight: 'Null',
|
|
2933
2935
|
/**
|
|
2934
|
-
*
|
|
2936
|
+
* Lookup465: pallet_transaction_payment::ChargeTransactionPayment<T>
|
|
2935
2937
|
**/
|
|
2936
2938
|
PalletTransactionPaymentChargeTransactionPayment: 'Compact<u128>',
|
|
2937
2939
|
/**
|
|
2938
|
-
*
|
|
2940
|
+
* Lookup466: frame_metadata_hash_extension::CheckMetadataHash<T>
|
|
2939
2941
|
**/
|
|
2940
2942
|
FrameMetadataHashExtensionCheckMetadataHash: {
|
|
2941
2943
|
mode: 'FrameMetadataHashExtensionMode'
|
|
2942
2944
|
},
|
|
2943
2945
|
/**
|
|
2944
|
-
*
|
|
2946
|
+
* Lookup467: frame_metadata_hash_extension::Mode
|
|
2945
2947
|
**/
|
|
2946
2948
|
FrameMetadataHashExtensionMode: {
|
|
2947
2949
|
_enum: ['Disabled', 'Enabled']
|
|
2948
2950
|
},
|
|
2949
2951
|
/**
|
|
2950
|
-
*
|
|
2952
|
+
* Lookup469: argon_runtime::Runtime
|
|
2951
2953
|
**/
|
|
2952
2954
|
ArgonRuntimeRuntime: 'Null'
|
|
2953
2955
|
};
|