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