@argonprotocol/mainchain 1.4.9-dev.5ffdfd6a → 1.4.9-dev.608fbe23
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/browser/index.d.ts +238 -271
- package/browser/index.js +1 -1
- package/browser/index.js.map +1 -1
- package/lib/index.cjs +1 -1
- package/lib/index.cjs.map +1 -1
- package/lib/index.d.cts +238 -271
- package/lib/index.d.ts +238 -271
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/package.json +2 -2
- package/src/interfaces/augment-api-consts.ts +26 -26
- package/src/interfaces/augment-api-errors.ts +20 -28
- package/src/interfaces/augment-api-events.ts +13 -21
- package/src/interfaces/augment-api-query.ts +2 -3
- package/src/interfaces/augment-api-runtime.ts +0 -1
- package/src/interfaces/augment-api-tx.ts +5 -13
- package/src/interfaces/augment-api.ts +0 -1
- package/src/interfaces/augment-types.ts +0 -1
- package/src/interfaces/lookup.ts +167 -174
- package/src/interfaces/registry.ts +2 -1
- package/src/interfaces/types-lookup.ts +179 -191
package/src/interfaces/lookup.ts
CHANGED
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
// Auto-generated via `yarn polkadot-types-from-defs`, do not edit
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
|
|
4
|
-
/* eslint-disable sort-keys */
|
|
5
2
|
|
|
6
3
|
export default {
|
|
7
4
|
/**
|
|
@@ -1450,16 +1447,12 @@ export default {
|
|
|
1450
1447
|
operationalAccount: 'AccountId32',
|
|
1451
1448
|
vaultAccount: 'AccountId32',
|
|
1452
1449
|
miningAccount: 'AccountId32',
|
|
1453
|
-
|
|
1454
|
-
},
|
|
1455
|
-
AccountUpgradeGranted: {
|
|
1456
|
-
account: 'AccountId32',
|
|
1457
|
-
referrer: 'AccountId32',
|
|
1450
|
+
upstreamAccount: 'Option<AccountId32>',
|
|
1458
1451
|
},
|
|
1459
|
-
|
|
1452
|
+
AccountMeetsMinimums: {
|
|
1460
1453
|
account: 'AccountId32',
|
|
1461
1454
|
},
|
|
1462
|
-
|
|
1455
|
+
AccountOperationallyCertified: {
|
|
1463
1456
|
account: 'AccountId32',
|
|
1464
1457
|
},
|
|
1465
1458
|
OperationalRewardEarned: {
|
|
@@ -1474,13 +1467,13 @@ export default {
|
|
|
1474
1467
|
remainingPending: 'u128',
|
|
1475
1468
|
},
|
|
1476
1469
|
RewardsConfigUpdated: {
|
|
1477
|
-
|
|
1478
|
-
|
|
1470
|
+
operationalCertificationReward: 'u128',
|
|
1471
|
+
operationalCertificationBonusReward: 'u128',
|
|
1479
1472
|
},
|
|
1480
1473
|
OperationalProgressForced: {
|
|
1481
1474
|
account: 'AccountId32',
|
|
1482
1475
|
updateOperationalProgress: 'bool',
|
|
1483
|
-
|
|
1476
|
+
meetsMinimums: 'bool',
|
|
1484
1477
|
uniswapArgonTransfersInAmount: 'u128',
|
|
1485
1478
|
accountBitcoinAmount: 'u128',
|
|
1486
1479
|
accountVaultBondAmount: 'u128',
|
|
@@ -1489,7 +1482,7 @@ export default {
|
|
|
1489
1482
|
miningSeatCount: 'u32',
|
|
1490
1483
|
},
|
|
1491
1484
|
EncryptedServerUpdated: {
|
|
1492
|
-
|
|
1485
|
+
upstreamAccount: 'AccountId32',
|
|
1493
1486
|
downstreamAccount: 'AccountId32',
|
|
1494
1487
|
},
|
|
1495
1488
|
},
|
|
@@ -1498,7 +1491,7 @@ export default {
|
|
|
1498
1491
|
* Lookup126: argon_primitives::providers::OperationalRewardKind
|
|
1499
1492
|
**/
|
|
1500
1493
|
ArgonPrimitivesProvidersOperationalRewardKind: {
|
|
1501
|
-
_enum: ['
|
|
1494
|
+
_enum: ['Certification', 'OperationalCertificationBonus'],
|
|
1502
1495
|
},
|
|
1503
1496
|
/**
|
|
1504
1497
|
* Lookup127: pallet_ethereum_verifier::pallet::Event<T>
|
|
@@ -2697,12 +2690,10 @@ export default {
|
|
|
2697
2690
|
register: {
|
|
2698
2691
|
registration: 'PalletOperationalAccountsRegistration',
|
|
2699
2692
|
},
|
|
2700
|
-
|
|
2701
|
-
accountId: 'AccountId32',
|
|
2702
|
-
},
|
|
2693
|
+
__Unused1: 'Null',
|
|
2703
2694
|
set_reward_config: {
|
|
2704
|
-
|
|
2705
|
-
|
|
2695
|
+
operationalCertificationReward: 'u128',
|
|
2696
|
+
operationalCertificationBonusReward: 'u128',
|
|
2706
2697
|
},
|
|
2707
2698
|
force_set_progress: {
|
|
2708
2699
|
owner: 'AccountId32',
|
|
@@ -2738,7 +2729,7 @@ export default {
|
|
|
2738
2729
|
miningAccount: 'AccountId32',
|
|
2739
2730
|
vaultAccountProof: 'PalletOperationalAccountsAccountOwnershipProof',
|
|
2740
2731
|
miningAccountProof: 'PalletOperationalAccountsAccountOwnershipProof',
|
|
2741
|
-
|
|
2732
|
+
accessProof: 'Option<PalletOperationalAccountsUpstreamAccessProof>',
|
|
2742
2733
|
},
|
|
2743
2734
|
/**
|
|
2744
2735
|
* Lookup277: pallet_operational_accounts::pallet::OpaqueEncryptionPubkey
|
|
@@ -2751,19 +2742,25 @@ export default {
|
|
|
2751
2742
|
signature: 'SpRuntimeMultiSignature',
|
|
2752
2743
|
},
|
|
2753
2744
|
/**
|
|
2754
|
-
*
|
|
2745
|
+
* Lookup280: pallet_operational_accounts::pallet::UpstreamAccessProof<sp_core::crypto::AccountId32>
|
|
2746
|
+
**/
|
|
2747
|
+
PalletOperationalAccountsUpstreamAccessProof: {
|
|
2748
|
+
upstreamAccount: 'AccountId32',
|
|
2749
|
+
signature: 'SpRuntimeMultiSignature',
|
|
2750
|
+
},
|
|
2751
|
+
/**
|
|
2752
|
+
* Lookup281: pallet_operational_accounts::pallet::OperationalProgressPatch<Balance>
|
|
2755
2753
|
**/
|
|
2756
2754
|
PalletOperationalAccountsOperationalProgressPatch: {
|
|
2757
2755
|
uniswapArgonTransfersInAmount: 'Option<u128>',
|
|
2758
2756
|
accountBitcoinAmount: 'Option<u128>',
|
|
2759
2757
|
accountVaultBondAmount: 'Option<u128>',
|
|
2760
2758
|
vaultCreated: 'Option<bool>',
|
|
2761
|
-
isUpgradedToOperations: 'Option<bool>',
|
|
2762
2759
|
vaultBitcoinAmount: 'Option<u128>',
|
|
2763
2760
|
miningSeatCount: 'Option<u32>',
|
|
2764
2761
|
},
|
|
2765
2762
|
/**
|
|
2766
|
-
*
|
|
2763
|
+
* Lookup283: pallet_ethereum_verifier::pallet::Call<T>
|
|
2767
2764
|
**/
|
|
2768
2765
|
PalletEthereumVerifierCall: {
|
|
2769
2766
|
_enum: {
|
|
@@ -2785,7 +2782,7 @@ export default {
|
|
|
2785
2782
|
},
|
|
2786
2783
|
},
|
|
2787
2784
|
/**
|
|
2788
|
-
*
|
|
2785
|
+
* Lookup284: pallet_ethereum_verifier::types::CheckpointUpdate
|
|
2789
2786
|
**/
|
|
2790
2787
|
PalletEthereumVerifierCheckpointUpdate: {
|
|
2791
2788
|
header: 'SnowbridgeBeaconPrimitivesBeaconHeader',
|
|
@@ -2795,7 +2792,7 @@ export default {
|
|
|
2795
2792
|
executionHeaderProof: 'PalletEthereumVerifierExecutionHeaderProof',
|
|
2796
2793
|
},
|
|
2797
2794
|
/**
|
|
2798
|
-
*
|
|
2795
|
+
* Lookup285: snowbridge_beacon_primitives::types::BeaconHeader
|
|
2799
2796
|
**/
|
|
2800
2797
|
SnowbridgeBeaconPrimitivesBeaconHeader: {
|
|
2801
2798
|
slot: 'u64',
|
|
@@ -2805,25 +2802,25 @@ export default {
|
|
|
2805
2802
|
bodyRoot: 'H256',
|
|
2806
2803
|
},
|
|
2807
2804
|
/**
|
|
2808
|
-
*
|
|
2805
|
+
* Lookup286: pallet_ethereum_verifier::types::SyncCommittee
|
|
2809
2806
|
**/
|
|
2810
2807
|
PalletEthereumVerifierSyncCommittee: {
|
|
2811
2808
|
pubkeys: 'Vec<SnowbridgeBeaconPrimitivesPublicKey>',
|
|
2812
2809
|
aggregatePubkey: 'SnowbridgeBeaconPrimitivesPublicKey',
|
|
2813
2810
|
},
|
|
2814
2811
|
/**
|
|
2815
|
-
*
|
|
2812
|
+
* Lookup288: snowbridge_beacon_primitives::types::PublicKey
|
|
2816
2813
|
**/
|
|
2817
2814
|
SnowbridgeBeaconPrimitivesPublicKey: '[u8;48]',
|
|
2818
2815
|
/**
|
|
2819
|
-
*
|
|
2816
|
+
* Lookup292: pallet_ethereum_verifier::types::ExecutionHeaderProof
|
|
2820
2817
|
**/
|
|
2821
2818
|
PalletEthereumVerifierExecutionHeaderProof: {
|
|
2822
2819
|
executionHeader: 'SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader',
|
|
2823
2820
|
executionBranch: 'Vec<H256>',
|
|
2824
2821
|
},
|
|
2825
2822
|
/**
|
|
2826
|
-
*
|
|
2823
|
+
* Lookup293: snowbridge_beacon_primitives::types::VersionedExecutionPayloadHeader
|
|
2827
2824
|
**/
|
|
2828
2825
|
SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader: {
|
|
2829
2826
|
_enum: {
|
|
@@ -2832,7 +2829,7 @@ export default {
|
|
|
2832
2829
|
},
|
|
2833
2830
|
},
|
|
2834
2831
|
/**
|
|
2835
|
-
*
|
|
2832
|
+
* Lookup294: snowbridge_beacon_primitives::types::ExecutionPayloadHeader
|
|
2836
2833
|
**/
|
|
2837
2834
|
SnowbridgeBeaconPrimitivesExecutionPayloadHeader: {
|
|
2838
2835
|
parentHash: 'H256',
|
|
@@ -2852,7 +2849,7 @@ export default {
|
|
|
2852
2849
|
withdrawalsRoot: 'H256',
|
|
2853
2850
|
},
|
|
2854
2851
|
/**
|
|
2855
|
-
*
|
|
2852
|
+
* Lookup295: snowbridge_beacon_primitives::types::deneb::ExecutionPayloadHeader
|
|
2856
2853
|
**/
|
|
2857
2854
|
SnowbridgeBeaconPrimitivesDenebExecutionPayloadHeader: {
|
|
2858
2855
|
parentHash: 'H256',
|
|
@@ -2874,7 +2871,7 @@ export default {
|
|
|
2874
2871
|
excessBlobGas: 'u64',
|
|
2875
2872
|
},
|
|
2876
2873
|
/**
|
|
2877
|
-
*
|
|
2874
|
+
* Lookup296: pallet_ethereum_verifier::types::ForkVersions
|
|
2878
2875
|
**/
|
|
2879
2876
|
PalletEthereumVerifierForkVersions: {
|
|
2880
2877
|
genesis: 'PalletEthereumVerifierFork',
|
|
@@ -2886,14 +2883,14 @@ export default {
|
|
|
2886
2883
|
fulu: 'PalletEthereumVerifierFork',
|
|
2887
2884
|
},
|
|
2888
2885
|
/**
|
|
2889
|
-
*
|
|
2886
|
+
* Lookup297: pallet_ethereum_verifier::types::Fork
|
|
2890
2887
|
**/
|
|
2891
2888
|
PalletEthereumVerifierFork: {
|
|
2892
2889
|
version: '[u8;4]',
|
|
2893
2890
|
epoch: 'Compact<u64>',
|
|
2894
2891
|
},
|
|
2895
2892
|
/**
|
|
2896
|
-
*
|
|
2893
|
+
* Lookup298: pallet_ethereum_verifier::types::Update
|
|
2897
2894
|
**/
|
|
2898
2895
|
PalletEthereumVerifierUpdate: {
|
|
2899
2896
|
attestedHeader: 'SnowbridgeBeaconPrimitivesBeaconHeader',
|
|
@@ -2905,25 +2902,25 @@ export default {
|
|
|
2905
2902
|
executionHeaderProof: 'PalletEthereumVerifierExecutionHeaderProof',
|
|
2906
2903
|
},
|
|
2907
2904
|
/**
|
|
2908
|
-
*
|
|
2905
|
+
* Lookup299: pallet_ethereum_verifier::types::SyncAggregate
|
|
2909
2906
|
**/
|
|
2910
2907
|
PalletEthereumVerifierSyncAggregate: {
|
|
2911
2908
|
syncCommitteeBits: 'Bytes',
|
|
2912
2909
|
syncCommitteeSignature: 'SnowbridgeBeaconPrimitivesSignature',
|
|
2913
2910
|
},
|
|
2914
2911
|
/**
|
|
2915
|
-
*
|
|
2912
|
+
* Lookup301: snowbridge_beacon_primitives::types::Signature
|
|
2916
2913
|
**/
|
|
2917
2914
|
SnowbridgeBeaconPrimitivesSignature: '[u8;96]',
|
|
2918
2915
|
/**
|
|
2919
|
-
*
|
|
2916
|
+
* Lookup304: pallet_ethereum_verifier::types::NextSyncCommitteeUpdate
|
|
2920
2917
|
**/
|
|
2921
2918
|
PalletEthereumVerifierNextSyncCommitteeUpdate: {
|
|
2922
2919
|
nextSyncCommittee: 'PalletEthereumVerifierSyncCommittee',
|
|
2923
2920
|
nextSyncCommitteeBranch: 'Vec<H256>',
|
|
2924
2921
|
},
|
|
2925
2922
|
/**
|
|
2926
|
-
*
|
|
2923
|
+
* Lookup305: pallet_crosschain_transfer::pallet::Call<T>
|
|
2927
2924
|
**/
|
|
2928
2925
|
PalletCrosschainTransferCall: {
|
|
2929
2926
|
_enum: {
|
|
@@ -2989,7 +2986,7 @@ export default {
|
|
|
2989
2986
|
},
|
|
2990
2987
|
},
|
|
2991
2988
|
/**
|
|
2992
|
-
*
|
|
2989
|
+
* Lookup306: pallet_crosschain_transfer::pallet::ChainConfig
|
|
2993
2990
|
**/
|
|
2994
2991
|
PalletCrosschainTransferChainConfig: {
|
|
2995
2992
|
_enum: {
|
|
@@ -3002,7 +2999,7 @@ export default {
|
|
|
3002
2999
|
},
|
|
3003
3000
|
},
|
|
3004
3001
|
/**
|
|
3005
|
-
*
|
|
3002
|
+
* Lookup308: pallet_crosschain_transfer::pallet::MintingAuthorityActivationRepaymentPricing<T>
|
|
3006
3003
|
**/
|
|
3007
3004
|
PalletCrosschainTransferMintingAuthorityActivationRepaymentPricing: {
|
|
3008
3005
|
activationGasCost: 'Compact<u128>',
|
|
@@ -3011,27 +3008,27 @@ export default {
|
|
|
3011
3008
|
estimatedMicrogonsPerEth: 'u128',
|
|
3012
3009
|
},
|
|
3013
3010
|
/**
|
|
3014
|
-
*
|
|
3011
|
+
* Lookup311: argon_primitives::ethereum::EthereumReceiptLogProofBatch<MaxProofBlocks, MaxReceiptLogs>
|
|
3015
3012
|
**/
|
|
3016
3013
|
ArgonPrimitivesEthereumEthereumReceiptLogProofBatch: {
|
|
3017
3014
|
executionBlockProof: 'ArgonPrimitivesEthereumEthereumExecutionBlockProof',
|
|
3018
3015
|
blocks: 'Vec<ArgonPrimitivesEthereumEthereumReceiptLogProofBlock>',
|
|
3019
3016
|
},
|
|
3020
3017
|
/**
|
|
3021
|
-
*
|
|
3018
|
+
* Lookup312: argon_primitives::ethereum::EthereumExecutionBlockProof
|
|
3022
3019
|
**/
|
|
3023
3020
|
ArgonPrimitivesEthereumEthereumExecutionBlockProof: {
|
|
3024
3021
|
anchorBlockHash: 'H256',
|
|
3025
3022
|
targetToAnchorHeaderChain: 'Vec<ArgonPrimitivesEthereumEthereumExecutionHeader>',
|
|
3026
3023
|
},
|
|
3027
3024
|
/**
|
|
3028
|
-
*
|
|
3025
|
+
* Lookup314: argon_primitives::ethereum::EthereumExecutionHeader
|
|
3029
3026
|
**/
|
|
3030
3027
|
ArgonPrimitivesEthereumEthereumExecutionHeader: {
|
|
3031
3028
|
rlp: 'Bytes',
|
|
3032
3029
|
},
|
|
3033
3030
|
/**
|
|
3034
|
-
*
|
|
3031
|
+
* Lookup318: argon_primitives::ethereum::EthereumReceiptLogProofBlock<MaxReceiptLogs>
|
|
3035
3032
|
**/
|
|
3036
3033
|
ArgonPrimitivesEthereumEthereumReceiptLogProofBlock: {
|
|
3037
3034
|
targetBlockNumber: 'Compact<u64>',
|
|
@@ -3039,28 +3036,28 @@ export default {
|
|
|
3039
3036
|
receiptLogs: 'Vec<ArgonPrimitivesEthereumEthereumReceiptLog>',
|
|
3040
3037
|
},
|
|
3041
3038
|
/**
|
|
3042
|
-
*
|
|
3039
|
+
* Lookup319: argon_primitives::ethereum::EthereumCombinedReceiptProof
|
|
3043
3040
|
**/
|
|
3044
3041
|
ArgonPrimitivesEthereumEthereumCombinedReceiptProof: {
|
|
3045
3042
|
nodes: 'Vec<Bytes>',
|
|
3046
3043
|
receipts: 'Vec<ArgonPrimitivesEthereumEthereumReceiptProofReceipt>',
|
|
3047
3044
|
},
|
|
3048
3045
|
/**
|
|
3049
|
-
*
|
|
3046
|
+
* Lookup323: argon_primitives::ethereum::EthereumReceiptProofReceipt
|
|
3050
3047
|
**/
|
|
3051
3048
|
ArgonPrimitivesEthereumEthereumReceiptProofReceipt: {
|
|
3052
3049
|
transactionIndex: 'Compact<u64>',
|
|
3053
3050
|
nodeIndexes: 'Vec<u16>',
|
|
3054
3051
|
},
|
|
3055
3052
|
/**
|
|
3056
|
-
*
|
|
3053
|
+
* Lookup328: argon_primitives::ethereum::EthereumReceiptLog
|
|
3057
3054
|
**/
|
|
3058
3055
|
ArgonPrimitivesEthereumEthereumReceiptLog: {
|
|
3059
3056
|
transactionIndex: 'Compact<u64>',
|
|
3060
3057
|
eventLog: 'ArgonPrimitivesEthereumEthereumLog',
|
|
3061
3058
|
},
|
|
3062
3059
|
/**
|
|
3063
|
-
*
|
|
3060
|
+
* Lookup329: argon_primitives::ethereum::EthereumLog
|
|
3064
3061
|
**/
|
|
3065
3062
|
ArgonPrimitivesEthereumEthereumLog: {
|
|
3066
3063
|
address: 'H160',
|
|
@@ -3068,7 +3065,7 @@ export default {
|
|
|
3068
3065
|
data: 'Bytes',
|
|
3069
3066
|
},
|
|
3070
3067
|
/**
|
|
3071
|
-
*
|
|
3068
|
+
* Lookup335: pallet_multisig::pallet::Error<T>
|
|
3072
3069
|
**/
|
|
3073
3070
|
PalletMultisigError: {
|
|
3074
3071
|
_enum: [
|
|
@@ -3089,7 +3086,7 @@ export default {
|
|
|
3089
3086
|
],
|
|
3090
3087
|
},
|
|
3091
3088
|
/**
|
|
3092
|
-
*
|
|
3089
|
+
* Lookup338: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, argon_runtime::ProxyType, BlockNumber>
|
|
3093
3090
|
**/
|
|
3094
3091
|
PalletProxyProxyDefinition: {
|
|
3095
3092
|
delegate: 'AccountId32',
|
|
@@ -3097,7 +3094,7 @@ export default {
|
|
|
3097
3094
|
delay: 'u32',
|
|
3098
3095
|
},
|
|
3099
3096
|
/**
|
|
3100
|
-
*
|
|
3097
|
+
* Lookup342: pallet_proxy::Announcement<sp_core::crypto::AccountId32, primitive_types::H256, BlockNumber>
|
|
3101
3098
|
**/
|
|
3102
3099
|
PalletProxyAnnouncement: {
|
|
3103
3100
|
real: 'AccountId32',
|
|
@@ -3105,7 +3102,7 @@ export default {
|
|
|
3105
3102
|
height: 'u32',
|
|
3106
3103
|
},
|
|
3107
3104
|
/**
|
|
3108
|
-
*
|
|
3105
|
+
* Lookup344: pallet_proxy::pallet::Error<T>
|
|
3109
3106
|
**/
|
|
3110
3107
|
PalletProxyError: {
|
|
3111
3108
|
_enum: [
|
|
@@ -3120,18 +3117,18 @@ export default {
|
|
|
3120
3117
|
],
|
|
3121
3118
|
},
|
|
3122
3119
|
/**
|
|
3123
|
-
*
|
|
3120
|
+
* Lookup345: argon_primitives::tick::Ticker
|
|
3124
3121
|
**/
|
|
3125
3122
|
ArgonPrimitivesTickTicker: {
|
|
3126
3123
|
tickDurationMillis: 'Compact<u64>',
|
|
3127
3124
|
channelHoldExpirationTicks: 'Compact<u64>',
|
|
3128
3125
|
},
|
|
3129
3126
|
/**
|
|
3130
|
-
*
|
|
3127
|
+
* Lookup347: pallet_ticks::pallet::Error<T>
|
|
3131
3128
|
**/
|
|
3132
3129
|
PalletTicksError: 'Null',
|
|
3133
3130
|
/**
|
|
3134
|
-
*
|
|
3131
|
+
* Lookup350: pallet_mining_slot::MinerNonceScoring<T>
|
|
3135
3132
|
**/
|
|
3136
3133
|
PalletMiningSlotMinerNonceScoring: {
|
|
3137
3134
|
nonce: 'U256',
|
|
@@ -3140,7 +3137,7 @@ export default {
|
|
|
3140
3137
|
frameStartBlocksWonSurplus: 'i16',
|
|
3141
3138
|
},
|
|
3142
3139
|
/**
|
|
3143
|
-
*
|
|
3140
|
+
* Lookup362: argon_primitives::block_seal::MiningBidStats
|
|
3144
3141
|
**/
|
|
3145
3142
|
ArgonPrimitivesBlockSealMiningBidStats: {
|
|
3146
3143
|
bidsCount: 'u32',
|
|
@@ -3149,7 +3146,7 @@ export default {
|
|
|
3149
3146
|
bidAmountSum: 'u128',
|
|
3150
3147
|
},
|
|
3151
3148
|
/**
|
|
3152
|
-
*
|
|
3149
|
+
* Lookup366: argon_primitives::block_seal::MiningSlotConfig
|
|
3153
3150
|
**/
|
|
3154
3151
|
ArgonPrimitivesBlockSealMiningSlotConfig: {
|
|
3155
3152
|
ticksBeforeBidEndForVrfClose: 'Compact<u64>',
|
|
@@ -3157,7 +3154,7 @@ export default {
|
|
|
3157
3154
|
slotBiddingStartAfterTicks: 'Compact<u64>',
|
|
3158
3155
|
},
|
|
3159
3156
|
/**
|
|
3160
|
-
*
|
|
3157
|
+
* Lookup376: pallet_mining_slot::pallet::Error<T>
|
|
3161
3158
|
**/
|
|
3162
3159
|
PalletMiningSlotError: {
|
|
3163
3160
|
_enum: [
|
|
@@ -3175,7 +3172,7 @@ export default {
|
|
|
3175
3172
|
],
|
|
3176
3173
|
},
|
|
3177
3174
|
/**
|
|
3178
|
-
*
|
|
3175
|
+
* Lookup377: argon_primitives::bitcoin::UtxoValue
|
|
3179
3176
|
**/
|
|
3180
3177
|
ArgonPrimitivesBitcoinUtxoValue: {
|
|
3181
3178
|
utxoId: 'u64',
|
|
@@ -3185,7 +3182,7 @@ export default {
|
|
|
3185
3182
|
watchForSpentUntilHeight: 'Compact<u64>',
|
|
3186
3183
|
},
|
|
3187
3184
|
/**
|
|
3188
|
-
*
|
|
3185
|
+
* Lookup378: argon_primitives::bitcoin::BitcoinCosignScriptPubkey
|
|
3189
3186
|
**/
|
|
3190
3187
|
ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey: {
|
|
3191
3188
|
_enum: {
|
|
@@ -3195,13 +3192,13 @@ export default {
|
|
|
3195
3192
|
},
|
|
3196
3193
|
},
|
|
3197
3194
|
/**
|
|
3198
|
-
*
|
|
3195
|
+
* Lookup387: argon_primitives::bitcoin::BitcoinNetwork
|
|
3199
3196
|
**/
|
|
3200
3197
|
ArgonPrimitivesBitcoinBitcoinNetwork: {
|
|
3201
3198
|
_enum: ['Bitcoin', 'Testnet', 'Signet', 'Regtest'],
|
|
3202
3199
|
},
|
|
3203
3200
|
/**
|
|
3204
|
-
*
|
|
3201
|
+
* Lookup388: pallet_bitcoin_utxos::pallet::Error<T>
|
|
3205
3202
|
**/
|
|
3206
3203
|
PalletBitcoinUtxosError: {
|
|
3207
3204
|
_enum: [
|
|
@@ -3223,7 +3220,7 @@ export default {
|
|
|
3223
3220
|
],
|
|
3224
3221
|
},
|
|
3225
3222
|
/**
|
|
3226
|
-
*
|
|
3223
|
+
* Lookup389: argon_primitives::vault::Vault<sp_core::crypto::AccountId32, Balance>
|
|
3227
3224
|
**/
|
|
3228
3225
|
ArgonPrimitivesVault: {
|
|
3229
3226
|
operatorAccountId: 'AccountId32',
|
|
@@ -3245,14 +3242,14 @@ export default {
|
|
|
3245
3242
|
operationalMinimumReleaseTick: 'Option<u64>',
|
|
3246
3243
|
},
|
|
3247
3244
|
/**
|
|
3248
|
-
*
|
|
3245
|
+
* Lookup396: argon_primitives::vault::VaultArgonotCommitment<Balance>
|
|
3249
3246
|
**/
|
|
3250
3247
|
ArgonPrimitivesVaultVaultArgonotCommitment: {
|
|
3251
3248
|
committedMicronots: 'Compact<u128>',
|
|
3252
3249
|
encumberedMicronots: 'Compact<u128>',
|
|
3253
3250
|
},
|
|
3254
3251
|
/**
|
|
3255
|
-
*
|
|
3252
|
+
* Lookup398: argon_primitives::bitcoin::BitcoinXPub
|
|
3256
3253
|
**/
|
|
3257
3254
|
ArgonPrimitivesBitcoinBitcoinXPub: {
|
|
3258
3255
|
publicKey: 'ArgonPrimitivesBitcoinCompressedBitcoinPubkey',
|
|
@@ -3263,13 +3260,13 @@ export default {
|
|
|
3263
3260
|
network: 'ArgonPrimitivesBitcoinNetworkKind',
|
|
3264
3261
|
},
|
|
3265
3262
|
/**
|
|
3266
|
-
*
|
|
3263
|
+
* Lookup400: argon_primitives::bitcoin::NetworkKind
|
|
3267
3264
|
**/
|
|
3268
3265
|
ArgonPrimitivesBitcoinNetworkKind: {
|
|
3269
3266
|
_enum: ['Main', 'Test'],
|
|
3270
3267
|
},
|
|
3271
3268
|
/**
|
|
3272
|
-
*
|
|
3269
|
+
* Lookup409: pallet_vaults::pallet::VaultFrameRevenue<T>
|
|
3273
3270
|
**/
|
|
3274
3271
|
PalletVaultsVaultFrameRevenue: {
|
|
3275
3272
|
frameId: 'Compact<u64>',
|
|
@@ -3290,7 +3287,7 @@ export default {
|
|
|
3290
3287
|
uncollectedRevenue: 'Compact<u128>',
|
|
3291
3288
|
},
|
|
3292
3289
|
/**
|
|
3293
|
-
*
|
|
3290
|
+
* Lookup412: pallet_vaults::pallet::RecentCapacityDrop<Balance, BlockNumber>
|
|
3294
3291
|
**/
|
|
3295
3292
|
PalletVaultsRecentCapacityDrop: {
|
|
3296
3293
|
blockNumber: 'Compact<u32>',
|
|
@@ -3299,7 +3296,7 @@ export default {
|
|
|
3299
3296
|
noFeeFailuresUsed: 'Compact<u32>',
|
|
3300
3297
|
},
|
|
3301
3298
|
/**
|
|
3302
|
-
*
|
|
3299
|
+
* Lookup414: pallet_vaults::pallet::Error<T>
|
|
3303
3300
|
**/
|
|
3304
3301
|
PalletVaultsError: {
|
|
3305
3302
|
_enum: [
|
|
@@ -3340,7 +3337,7 @@ export default {
|
|
|
3340
3337
|
],
|
|
3341
3338
|
},
|
|
3342
3339
|
/**
|
|
3343
|
-
*
|
|
3340
|
+
* Lookup415: pallet_bitcoin_locks::pallet::LockedBitcoin<T>
|
|
3344
3341
|
**/
|
|
3345
3342
|
PalletBitcoinLocksLockedBitcoin: {
|
|
3346
3343
|
vaultId: 'Compact<u32>',
|
|
@@ -3365,7 +3362,7 @@ export default {
|
|
|
3365
3362
|
createdAtArgonBlock: 'Compact<u32>',
|
|
3366
3363
|
},
|
|
3367
3364
|
/**
|
|
3368
|
-
*
|
|
3365
|
+
* Lookup419: pallet_bitcoin_locks::pallet::LockReleaseRequest<Balance>
|
|
3369
3366
|
**/
|
|
3370
3367
|
PalletBitcoinLocksLockReleaseRequest: {
|
|
3371
3368
|
utxoId: 'Compact<u64>',
|
|
@@ -3376,7 +3373,7 @@ export default {
|
|
|
3376
3373
|
redemptionAmount: 'Compact<u128>',
|
|
3377
3374
|
},
|
|
3378
3375
|
/**
|
|
3379
|
-
*
|
|
3376
|
+
* Lookup421: pallet_bitcoin_locks::pallet::OrphanedUtxo<BlockNumber>
|
|
3380
3377
|
**/
|
|
3381
3378
|
PalletBitcoinLocksOrphanedUtxo: {
|
|
3382
3379
|
utxoId: 'Compact<u64>',
|
|
@@ -3386,7 +3383,7 @@ export default {
|
|
|
3386
3383
|
cosignRequest: 'Option<PalletBitcoinLocksOrphanedUtxoCosignRequest>',
|
|
3387
3384
|
},
|
|
3388
3385
|
/**
|
|
3389
|
-
*
|
|
3386
|
+
* Lookup423: pallet_bitcoin_locks::pallet::OrphanedUtxoCosignRequest<BlockNumber>
|
|
3390
3387
|
**/
|
|
3391
3388
|
PalletBitcoinLocksOrphanedUtxoCosignRequest: {
|
|
3392
3389
|
bitcoinNetworkFee: 'u64',
|
|
@@ -3394,7 +3391,7 @@ export default {
|
|
|
3394
3391
|
createdAtArgonBlockNumber: 'u32',
|
|
3395
3392
|
},
|
|
3396
3393
|
/**
|
|
3397
|
-
*
|
|
3394
|
+
* Lookup430: pallet_bitcoin_locks::pallet::Error<T>
|
|
3398
3395
|
**/
|
|
3399
3396
|
PalletBitcoinLocksError: {
|
|
3400
3397
|
_enum: {
|
|
@@ -3436,7 +3433,7 @@ export default {
|
|
|
3436
3433
|
},
|
|
3437
3434
|
},
|
|
3438
3435
|
/**
|
|
3439
|
-
*
|
|
3436
|
+
* Lookup431: argon_primitives::vault::VaultError
|
|
3440
3437
|
**/
|
|
3441
3438
|
ArgonPrimitivesVaultVaultError: {
|
|
3442
3439
|
_enum: [
|
|
@@ -3456,7 +3453,7 @@ export default {
|
|
|
3456
3453
|
],
|
|
3457
3454
|
},
|
|
3458
3455
|
/**
|
|
3459
|
-
*
|
|
3456
|
+
* Lookup443: pallet_notaries::pallet::Error<T>
|
|
3460
3457
|
**/
|
|
3461
3458
|
PalletNotariesError: {
|
|
3462
3459
|
_enum: [
|
|
@@ -3472,7 +3469,7 @@ export default {
|
|
|
3472
3469
|
],
|
|
3473
3470
|
},
|
|
3474
3471
|
/**
|
|
3475
|
-
*
|
|
3472
|
+
* Lookup447: argon_primitives::notary::NotaryNotebookKeyDetails
|
|
3476
3473
|
**/
|
|
3477
3474
|
ArgonPrimitivesNotaryNotaryNotebookKeyDetails: {
|
|
3478
3475
|
notebookNumber: 'Compact<u32>',
|
|
@@ -3482,7 +3479,7 @@ export default {
|
|
|
3482
3479
|
parentSecret: 'Option<H256>',
|
|
3483
3480
|
},
|
|
3484
3481
|
/**
|
|
3485
|
-
*
|
|
3482
|
+
* Lookup450: pallet_notebook::pallet::Error<T>
|
|
3486
3483
|
**/
|
|
3487
3484
|
PalletNotebookError: {
|
|
3488
3485
|
_enum: [
|
|
@@ -3504,7 +3501,7 @@ export default {
|
|
|
3504
3501
|
],
|
|
3505
3502
|
},
|
|
3506
3503
|
/**
|
|
3507
|
-
*
|
|
3504
|
+
* Lookup451: pallet_localchain_transfer::QueuedTransferOut<sp_core::crypto::AccountId32, Balance>
|
|
3508
3505
|
**/
|
|
3509
3506
|
PalletLocalchainTransferQueuedTransferOut: {
|
|
3510
3507
|
accountId: 'AccountId32',
|
|
@@ -3513,11 +3510,11 @@ export default {
|
|
|
3513
3510
|
notaryId: 'u32',
|
|
3514
3511
|
},
|
|
3515
3512
|
/**
|
|
3516
|
-
*
|
|
3513
|
+
* Lookup453: frame_support::PalletId
|
|
3517
3514
|
**/
|
|
3518
3515
|
FrameSupportPalletId: '[u8;8]',
|
|
3519
3516
|
/**
|
|
3520
|
-
*
|
|
3517
|
+
* Lookup454: pallet_localchain_transfer::pallet::Error<T>
|
|
3521
3518
|
**/
|
|
3522
3519
|
PalletLocalchainTransferError: {
|
|
3523
3520
|
_enum: [
|
|
@@ -3532,7 +3529,7 @@ export default {
|
|
|
3532
3529
|
],
|
|
3533
3530
|
},
|
|
3534
3531
|
/**
|
|
3535
|
-
*
|
|
3532
|
+
* Lookup458: argon_primitives::notary::NotaryNotebookVoteDigestDetails
|
|
3536
3533
|
**/
|
|
3537
3534
|
ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails: {
|
|
3538
3535
|
notaryId: 'Compact<u32>',
|
|
@@ -3542,13 +3539,13 @@ export default {
|
|
|
3542
3539
|
blockVotingPower: 'Compact<u128>',
|
|
3543
3540
|
},
|
|
3544
3541
|
/**
|
|
3545
|
-
*
|
|
3542
|
+
* Lookup463: pallet_block_seal_spec::pallet::Error<T>
|
|
3546
3543
|
**/
|
|
3547
3544
|
PalletBlockSealSpecError: {
|
|
3548
3545
|
_enum: ['MaxNotebooksAtTickExceeded'],
|
|
3549
3546
|
},
|
|
3550
3547
|
/**
|
|
3551
|
-
*
|
|
3548
|
+
* Lookup465: pallet_domains::pallet::Error<T>
|
|
3552
3549
|
**/
|
|
3553
3550
|
PalletDomainsError: {
|
|
3554
3551
|
_enum: [
|
|
@@ -3560,7 +3557,7 @@ export default {
|
|
|
3560
3557
|
],
|
|
3561
3558
|
},
|
|
3562
3559
|
/**
|
|
3563
|
-
*
|
|
3560
|
+
* Lookup467: pallet_price_index::CpiMeasurementBucket
|
|
3564
3561
|
**/
|
|
3565
3562
|
PalletPriceIndexCpiMeasurementBucket: {
|
|
3566
3563
|
tickRange: '(u64,u64)',
|
|
@@ -3568,7 +3565,7 @@ export default {
|
|
|
3568
3565
|
measurementsCount: 'u32',
|
|
3569
3566
|
},
|
|
3570
3567
|
/**
|
|
3571
|
-
*
|
|
3568
|
+
* Lookup471: pallet_price_index::ArgonotAverageFrameAccumulator<Balance>
|
|
3572
3569
|
**/
|
|
3573
3570
|
PalletPriceIndexArgonotAverageFrameAccumulator: {
|
|
3574
3571
|
frameId: 'Compact<u64>',
|
|
@@ -3576,7 +3573,7 @@ export default {
|
|
|
3576
3573
|
sampleCount: 'Compact<u32>',
|
|
3577
3574
|
},
|
|
3578
3575
|
/**
|
|
3579
|
-
*
|
|
3576
|
+
* Lookup472: pallet_price_index::pallet::Error<T>
|
|
3580
3577
|
**/
|
|
3581
3578
|
PalletPriceIndexError: {
|
|
3582
3579
|
_enum: [
|
|
@@ -3587,7 +3584,7 @@ export default {
|
|
|
3587
3584
|
],
|
|
3588
3585
|
},
|
|
3589
3586
|
/**
|
|
3590
|
-
*
|
|
3587
|
+
* Lookup473: pallet_grandpa::StoredState<N>
|
|
3591
3588
|
**/
|
|
3592
3589
|
PalletGrandpaStoredState: {
|
|
3593
3590
|
_enum: {
|
|
@@ -3604,7 +3601,7 @@ export default {
|
|
|
3604
3601
|
},
|
|
3605
3602
|
},
|
|
3606
3603
|
/**
|
|
3607
|
-
*
|
|
3604
|
+
* Lookup474: pallet_grandpa::StoredPendingChange<N, Limit>
|
|
3608
3605
|
**/
|
|
3609
3606
|
PalletGrandpaStoredPendingChange: {
|
|
3610
3607
|
scheduledAt: 'u32',
|
|
@@ -3613,7 +3610,7 @@ export default {
|
|
|
3613
3610
|
forced: 'Option<u32>',
|
|
3614
3611
|
},
|
|
3615
3612
|
/**
|
|
3616
|
-
*
|
|
3613
|
+
* Lookup476: pallet_grandpa::pallet::Error<T>
|
|
3617
3614
|
**/
|
|
3618
3615
|
PalletGrandpaError: {
|
|
3619
3616
|
_enum: [
|
|
@@ -3627,7 +3624,7 @@ export default {
|
|
|
3627
3624
|
],
|
|
3628
3625
|
},
|
|
3629
3626
|
/**
|
|
3630
|
-
*
|
|
3627
|
+
* Lookup477: argon_primitives::providers::BlockSealerInfo<sp_core::crypto::AccountId32, argon_primitives::block_seal::app::Public>
|
|
3631
3628
|
**/
|
|
3632
3629
|
ArgonPrimitivesProvidersBlockSealerInfo: {
|
|
3633
3630
|
blockAuthorAccountId: 'AccountId32',
|
|
@@ -3635,7 +3632,7 @@ export default {
|
|
|
3635
3632
|
blockSealAuthority: 'Option<ArgonPrimitivesBlockSealAppPublic>',
|
|
3636
3633
|
},
|
|
3637
3634
|
/**
|
|
3638
|
-
*
|
|
3635
|
+
* Lookup479: pallet_block_seal::pallet::Error<T>
|
|
3639
3636
|
**/
|
|
3640
3637
|
PalletBlockSealError: {
|
|
3641
3638
|
_enum: [
|
|
@@ -3663,11 +3660,11 @@ export default {
|
|
|
3663
3660
|
],
|
|
3664
3661
|
},
|
|
3665
3662
|
/**
|
|
3666
|
-
*
|
|
3663
|
+
* Lookup483: pallet_block_rewards::pallet::Error<T>
|
|
3667
3664
|
**/
|
|
3668
3665
|
PalletBlockRewardsError: 'Null',
|
|
3669
3666
|
/**
|
|
3670
|
-
*
|
|
3667
|
+
* Lookup484: pallet_mint::pallet::PendingMintUtxo<T>
|
|
3671
3668
|
**/
|
|
3672
3669
|
PalletMintPendingMintUtxo: {
|
|
3673
3670
|
utxoId: 'Compact<u64>',
|
|
@@ -3676,7 +3673,7 @@ export default {
|
|
|
3676
3673
|
maxAmountPerFrame: 'Compact<u128>',
|
|
3677
3674
|
},
|
|
3678
3675
|
/**
|
|
3679
|
-
*
|
|
3676
|
+
* Lookup486: pallet_mint::pallet::MintQueueCursor
|
|
3680
3677
|
**/
|
|
3681
3678
|
PalletMintMintQueueCursor: {
|
|
3682
3679
|
payoutStartIndex: 'Compact<u64>',
|
|
@@ -3684,7 +3681,7 @@ export default {
|
|
|
3684
3681
|
payoutCursorFrameId: 'Option<u64>',
|
|
3685
3682
|
},
|
|
3686
3683
|
/**
|
|
3687
|
-
*
|
|
3684
|
+
* Lookup489: pallet_mint::pallet::MintAction<B>
|
|
3688
3685
|
**/
|
|
3689
3686
|
PalletMintMintAction: {
|
|
3690
3687
|
argonBurned: 'u128',
|
|
@@ -3692,13 +3689,13 @@ export default {
|
|
|
3692
3689
|
bitcoinMinted: 'u128',
|
|
3693
3690
|
},
|
|
3694
3691
|
/**
|
|
3695
|
-
*
|
|
3692
|
+
* Lookup491: pallet_mint::pallet::Error<T>
|
|
3696
3693
|
**/
|
|
3697
3694
|
PalletMintError: {
|
|
3698
3695
|
_enum: ['TooManyPendingMints'],
|
|
3699
3696
|
},
|
|
3700
3697
|
/**
|
|
3701
|
-
*
|
|
3698
|
+
* Lookup493: pallet_balances::types::BalanceLock<Balance>
|
|
3702
3699
|
**/
|
|
3703
3700
|
PalletBalancesBalanceLock: {
|
|
3704
3701
|
id: '[u8;8]',
|
|
@@ -3706,34 +3703,34 @@ export default {
|
|
|
3706
3703
|
reasons: 'PalletBalancesReasons',
|
|
3707
3704
|
},
|
|
3708
3705
|
/**
|
|
3709
|
-
*
|
|
3706
|
+
* Lookup494: pallet_balances::types::Reasons
|
|
3710
3707
|
**/
|
|
3711
3708
|
PalletBalancesReasons: {
|
|
3712
3709
|
_enum: ['Fee', 'Misc', 'All'],
|
|
3713
3710
|
},
|
|
3714
3711
|
/**
|
|
3715
|
-
*
|
|
3712
|
+
* Lookup497: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
|
|
3716
3713
|
**/
|
|
3717
3714
|
PalletBalancesReserveData: {
|
|
3718
3715
|
id: '[u8;8]',
|
|
3719
3716
|
amount: 'u128',
|
|
3720
3717
|
},
|
|
3721
3718
|
/**
|
|
3722
|
-
*
|
|
3719
|
+
* Lookup500: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeHoldReason, Balance>
|
|
3723
3720
|
**/
|
|
3724
3721
|
FrameSupportTokensMiscIdAmountRuntimeHoldReason: {
|
|
3725
3722
|
id: 'ArgonRuntimeRuntimeHoldReason',
|
|
3726
3723
|
amount: 'u128',
|
|
3727
3724
|
},
|
|
3728
3725
|
/**
|
|
3729
|
-
*
|
|
3726
|
+
* Lookup503: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeFreezeReason, Balance>
|
|
3730
3727
|
**/
|
|
3731
3728
|
FrameSupportTokensMiscIdAmountRuntimeFreezeReason: {
|
|
3732
3729
|
id: 'ArgonRuntimeRuntimeFreezeReason',
|
|
3733
3730
|
amount: 'u128',
|
|
3734
3731
|
},
|
|
3735
3732
|
/**
|
|
3736
|
-
*
|
|
3733
|
+
* Lookup504: argon_runtime::RuntimeFreezeReason
|
|
3737
3734
|
**/
|
|
3738
3735
|
ArgonRuntimeRuntimeFreezeReason: {
|
|
3739
3736
|
_enum: {
|
|
@@ -3760,13 +3757,13 @@ export default {
|
|
|
3760
3757
|
},
|
|
3761
3758
|
},
|
|
3762
3759
|
/**
|
|
3763
|
-
*
|
|
3760
|
+
* Lookup505: pallet_block_rewards::pallet::FreezeReason
|
|
3764
3761
|
**/
|
|
3765
3762
|
PalletBlockRewardsFreezeReason: {
|
|
3766
3763
|
_enum: ['MaturationPeriod'],
|
|
3767
3764
|
},
|
|
3768
3765
|
/**
|
|
3769
|
-
*
|
|
3766
|
+
* Lookup507: pallet_balances::pallet::Error<T, I>
|
|
3770
3767
|
**/
|
|
3771
3768
|
PalletBalancesError: {
|
|
3772
3769
|
_enum: [
|
|
@@ -3785,62 +3782,62 @@ export default {
|
|
|
3785
3782
|
],
|
|
3786
3783
|
},
|
|
3787
3784
|
/**
|
|
3788
|
-
*
|
|
3785
|
+
* Lookup509: pallet_tx_pause::pallet::Error<T>
|
|
3789
3786
|
**/
|
|
3790
3787
|
PalletTxPauseError: {
|
|
3791
3788
|
_enum: ['IsPaused', 'IsUnpaused', 'Unpausable', 'NotFound'],
|
|
3792
3789
|
},
|
|
3793
3790
|
/**
|
|
3794
|
-
*
|
|
3791
|
+
* Lookup510: pallet_transaction_payment::Releases
|
|
3795
3792
|
**/
|
|
3796
3793
|
PalletTransactionPaymentReleases: {
|
|
3797
3794
|
_enum: ['V1Ancient', 'V2'],
|
|
3798
3795
|
},
|
|
3799
3796
|
/**
|
|
3800
|
-
*
|
|
3797
|
+
* Lookup511: frame_support::traits::storage::NoDrop<frame_support::traits::tokens::fungible::imbalance::Imbalance<B, OnDrop, OppositeOnDrop>>
|
|
3801
3798
|
**/
|
|
3802
3799
|
FrameSupportStorageNoDrop: 'FrameSupportTokensFungibleImbalance',
|
|
3803
3800
|
/**
|
|
3804
|
-
*
|
|
3801
|
+
* Lookup512: frame_support::traits::tokens::fungible::imbalance::Imbalance<B, OnDrop, OppositeOnDrop>
|
|
3805
3802
|
**/
|
|
3806
3803
|
FrameSupportTokensFungibleImbalance: {
|
|
3807
3804
|
amount: 'u128',
|
|
3808
3805
|
},
|
|
3809
3806
|
/**
|
|
3810
|
-
*
|
|
3807
|
+
* Lookup513: pallet_utility::pallet::Error<T>
|
|
3811
3808
|
**/
|
|
3812
3809
|
PalletUtilityError: {
|
|
3813
3810
|
_enum: ['TooManyCalls'],
|
|
3814
3811
|
},
|
|
3815
3812
|
/**
|
|
3816
|
-
*
|
|
3813
|
+
* Lookup514: pallet_sudo::pallet::Error<T>
|
|
3817
3814
|
**/
|
|
3818
3815
|
PalletSudoError: {
|
|
3819
3816
|
_enum: ['RequireSudo'],
|
|
3820
3817
|
},
|
|
3821
3818
|
/**
|
|
3822
|
-
*
|
|
3819
|
+
* Lookup515: pallet_treasury::pallet::FrameVaultCapital<T>
|
|
3823
3820
|
**/
|
|
3824
3821
|
PalletTreasuryFrameVaultCapital: {
|
|
3825
3822
|
frameId: 'Compact<u64>',
|
|
3826
3823
|
vaults: 'BTreeMap<u32, PalletTreasuryVaultCapital>',
|
|
3827
3824
|
},
|
|
3828
3825
|
/**
|
|
3829
|
-
*
|
|
3826
|
+
* Lookup517: pallet_treasury::pallet::VaultCapital<T>
|
|
3830
3827
|
**/
|
|
3831
3828
|
PalletTreasuryVaultCapital: {
|
|
3832
3829
|
bondLotAllocations: 'Vec<PalletTreasuryBondLotAllocation>',
|
|
3833
3830
|
eligibleBonds: 'Compact<u32>',
|
|
3834
3831
|
},
|
|
3835
3832
|
/**
|
|
3836
|
-
*
|
|
3833
|
+
* Lookup519: pallet_treasury::pallet::BondLotAllocation
|
|
3837
3834
|
**/
|
|
3838
3835
|
PalletTreasuryBondLotAllocation: {
|
|
3839
3836
|
bondLotId: 'Compact<u64>',
|
|
3840
3837
|
prorata: 'u128',
|
|
3841
3838
|
},
|
|
3842
3839
|
/**
|
|
3843
|
-
*
|
|
3840
|
+
* Lookup524: pallet_treasury::pallet::FrameArgonotBondParticipants<T>
|
|
3844
3841
|
**/
|
|
3845
3842
|
PalletTreasuryFrameArgonotBondParticipants: {
|
|
3846
3843
|
frameId: 'Compact<u64>',
|
|
@@ -3848,14 +3845,14 @@ export default {
|
|
|
3848
3845
|
bondLots: 'Vec<PalletTreasuryBondLotSummary>',
|
|
3849
3846
|
},
|
|
3850
3847
|
/**
|
|
3851
|
-
*
|
|
3848
|
+
* Lookup526: pallet_treasury::pallet::BondLotSummary
|
|
3852
3849
|
**/
|
|
3853
3850
|
PalletTreasuryBondLotSummary: {
|
|
3854
3851
|
bondLotId: 'Compact<u64>',
|
|
3855
3852
|
bonds: 'Compact<u32>',
|
|
3856
3853
|
},
|
|
3857
3854
|
/**
|
|
3858
|
-
*
|
|
3855
|
+
* Lookup528: pallet_treasury::pallet::BondLot<T>
|
|
3859
3856
|
**/
|
|
3860
3857
|
PalletTreasuryBondLot: {
|
|
3861
3858
|
owner: 'AccountId32',
|
|
@@ -3870,7 +3867,7 @@ export default {
|
|
|
3870
3867
|
releaseReason: 'Option<PalletTreasuryBondReleaseReason>',
|
|
3871
3868
|
},
|
|
3872
3869
|
/**
|
|
3873
|
-
*
|
|
3870
|
+
* Lookup529: pallet_treasury::pallet::BondProgram
|
|
3874
3871
|
**/
|
|
3875
3872
|
PalletTreasuryBondProgram: {
|
|
3876
3873
|
_enum: {
|
|
@@ -3883,7 +3880,7 @@ export default {
|
|
|
3883
3880
|
},
|
|
3884
3881
|
},
|
|
3885
3882
|
/**
|
|
3886
|
-
*
|
|
3883
|
+
* Lookup533: pallet_treasury::pallet::Error<T>
|
|
3887
3884
|
**/
|
|
3888
3885
|
PalletTreasuryError: {
|
|
3889
3886
|
_enum: [
|
|
@@ -3908,21 +3905,19 @@ export default {
|
|
|
3908
3905
|
],
|
|
3909
3906
|
},
|
|
3910
3907
|
/**
|
|
3911
|
-
*
|
|
3908
|
+
* Lookup534: pallet_fee_control::pallet::Error<T>
|
|
3912
3909
|
**/
|
|
3913
3910
|
PalletFeeControlError: {
|
|
3914
3911
|
_enum: ['SponsoredFeeTooHigh'],
|
|
3915
3912
|
},
|
|
3916
3913
|
/**
|
|
3917
|
-
*
|
|
3914
|
+
* Lookup535: pallet_operational_accounts::pallet::OperationalAccount<T>
|
|
3918
3915
|
**/
|
|
3919
3916
|
PalletOperationalAccountsOperationalAccount: {
|
|
3920
3917
|
vaultAccount: 'AccountId32',
|
|
3921
3918
|
miningAccount: 'AccountId32',
|
|
3922
3919
|
encryptionPubkey: 'PalletOperationalAccountsOpaqueEncryptionPubkey',
|
|
3923
|
-
|
|
3924
|
-
isTreasuryCertified: 'bool',
|
|
3925
|
-
isUpgradedToOperations: 'bool',
|
|
3920
|
+
upstreamAccount: 'Option<AccountId32>',
|
|
3926
3921
|
uniswapArgonTransfersInAmount: 'u128',
|
|
3927
3922
|
accountBitcoinAmount: 'u128',
|
|
3928
3923
|
accountVaultBondAmount: 'u128',
|
|
@@ -3931,23 +3926,23 @@ export default {
|
|
|
3931
3926
|
vaultBitcoinAppliedTotal: 'u128',
|
|
3932
3927
|
miningSeatAccrual: 'Compact<u32>',
|
|
3933
3928
|
miningSeatAppliedTotal: 'Compact<u32>',
|
|
3934
|
-
|
|
3935
|
-
|
|
3936
|
-
|
|
3929
|
+
operationalCertificationsCount: 'Compact<u32>',
|
|
3930
|
+
accessCodePending: 'bool',
|
|
3931
|
+
availableAccessCodes: 'Compact<u32>',
|
|
3937
3932
|
rewardsEarnedCount: 'Compact<u32>',
|
|
3938
3933
|
rewardsEarnedAmount: 'u128',
|
|
3939
3934
|
rewardsCollectedAmount: 'u128',
|
|
3940
3935
|
isOperationallyCertified: 'bool',
|
|
3941
3936
|
},
|
|
3942
3937
|
/**
|
|
3943
|
-
*
|
|
3938
|
+
* Lookup536: pallet_operational_accounts::pallet::RewardsConfig<Balance>
|
|
3944
3939
|
**/
|
|
3945
3940
|
PalletOperationalAccountsRewardsConfig: {
|
|
3946
|
-
|
|
3947
|
-
|
|
3941
|
+
operationalCertificationReward: 'Compact<u128>',
|
|
3942
|
+
operationalCertificationBonusReward: 'Compact<u128>',
|
|
3948
3943
|
},
|
|
3949
3944
|
/**
|
|
3950
|
-
*
|
|
3945
|
+
* Lookup538: pallet_operational_accounts::pallet::Error<T>
|
|
3951
3946
|
**/
|
|
3952
3947
|
PalletOperationalAccountsError: {
|
|
3953
3948
|
_enum: [
|
|
@@ -3957,33 +3952,31 @@ export default {
|
|
|
3957
3952
|
'InvalidAccountProof',
|
|
3958
3953
|
'NotOperationalAccount',
|
|
3959
3954
|
'RegistrationInviteRequired',
|
|
3960
|
-
'
|
|
3961
|
-
'
|
|
3962
|
-
'
|
|
3963
|
-
'
|
|
3964
|
-
'AccountAlreadyUpgraded',
|
|
3965
|
-
'NoAvailableUpgrades',
|
|
3966
|
-
'CannotUpgradeSelf',
|
|
3955
|
+
'InvalidAccessProof',
|
|
3956
|
+
'UpstreamNotOperationalAccount',
|
|
3957
|
+
'MinimumsNotMet',
|
|
3958
|
+
'CannotGrantAccessToSelf',
|
|
3967
3959
|
'NoProgressUpdateProvided',
|
|
3968
3960
|
'EncryptedServerTooLong',
|
|
3969
|
-
'
|
|
3961
|
+
'NotUpstreamOfDownstream',
|
|
3970
3962
|
'NoPendingRewards',
|
|
3971
3963
|
'RewardClaimBelowMinimum',
|
|
3972
3964
|
'RewardClaimNotWholeArgon',
|
|
3973
3965
|
'RewardClaimExceedsPending',
|
|
3974
3966
|
'TreasuryInsufficientFunds',
|
|
3975
|
-
'
|
|
3967
|
+
'AlreadyOperationallyCertified',
|
|
3976
3968
|
'NotEligibleForActivation',
|
|
3969
|
+
'UpstreamHasNoAvailableAccessCodes',
|
|
3977
3970
|
],
|
|
3978
3971
|
},
|
|
3979
3972
|
/**
|
|
3980
|
-
*
|
|
3973
|
+
* Lookup539: pallet_ethereum_verifier::types::FinalizedBeaconHeaderState
|
|
3981
3974
|
**/
|
|
3982
3975
|
PalletEthereumVerifierFinalizedBeaconHeaderState: {
|
|
3983
3976
|
slot: 'Compact<u64>',
|
|
3984
3977
|
},
|
|
3985
3978
|
/**
|
|
3986
|
-
*
|
|
3979
|
+
* Lookup540: pallet_ethereum_verifier::types::ExecutionHeaderAnchor
|
|
3987
3980
|
**/
|
|
3988
3981
|
PalletEthereumVerifierExecutionHeaderAnchor: {
|
|
3989
3982
|
blockNumber: 'Compact<u64>',
|
|
@@ -3994,7 +3987,7 @@ export default {
|
|
|
3994
3987
|
receiptsRoot: 'H256',
|
|
3995
3988
|
},
|
|
3996
3989
|
/**
|
|
3997
|
-
*
|
|
3990
|
+
* Lookup541: pallet_ethereum_verifier::types::SyncCommitteePrepared
|
|
3998
3991
|
**/
|
|
3999
3992
|
PalletEthereumVerifierSyncCommitteePrepared: {
|
|
4000
3993
|
root: 'H256',
|
|
@@ -4002,13 +3995,13 @@ export default {
|
|
|
4002
3995
|
aggregatePubkey: 'SnowbridgeMilagroBlsKeysPublicKey',
|
|
4003
3996
|
},
|
|
4004
3997
|
/**
|
|
4005
|
-
*
|
|
3998
|
+
* Lookup543: snowbridge_milagro_bls::keys::PublicKey
|
|
4006
3999
|
**/
|
|
4007
4000
|
SnowbridgeMilagroBlsKeysPublicKey: {
|
|
4008
4001
|
point: 'SnowbridgeAmclBls381Ecp',
|
|
4009
4002
|
},
|
|
4010
4003
|
/**
|
|
4011
|
-
*
|
|
4004
|
+
* Lookup544: snowbridge_amcl::bls381::ecp::ECP
|
|
4012
4005
|
**/
|
|
4013
4006
|
SnowbridgeAmclBls381Ecp: {
|
|
4014
4007
|
x: 'SnowbridgeAmclBls381Fp',
|
|
@@ -4016,26 +4009,26 @@ export default {
|
|
|
4016
4009
|
z: 'SnowbridgeAmclBls381Fp',
|
|
4017
4010
|
},
|
|
4018
4011
|
/**
|
|
4019
|
-
*
|
|
4012
|
+
* Lookup545: snowbridge_amcl::bls381::fp::FP
|
|
4020
4013
|
**/
|
|
4021
4014
|
SnowbridgeAmclBls381Fp: {
|
|
4022
4015
|
x: 'SnowbridgeAmclBls381Big',
|
|
4023
4016
|
xes: 'i32',
|
|
4024
4017
|
},
|
|
4025
4018
|
/**
|
|
4026
|
-
*
|
|
4019
|
+
* Lookup546: snowbridge_amcl::bls381::big::Big
|
|
4027
4020
|
**/
|
|
4028
4021
|
SnowbridgeAmclBls381Big: {
|
|
4029
4022
|
w: '[i32;14]',
|
|
4030
4023
|
},
|
|
4031
4024
|
/**
|
|
4032
|
-
*
|
|
4025
|
+
* Lookup550: argon_primitives::ethereum::EthereumBeaconPreset
|
|
4033
4026
|
**/
|
|
4034
4027
|
ArgonPrimitivesEthereumEthereumBeaconPreset: {
|
|
4035
4028
|
_enum: ['Mainnet', 'Minimal'],
|
|
4036
4029
|
},
|
|
4037
4030
|
/**
|
|
4038
|
-
*
|
|
4031
|
+
* Lookup551: pallet_ethereum_verifier::pallet::Error<T>
|
|
4039
4032
|
**/
|
|
4040
4033
|
PalletEthereumVerifierError: {
|
|
4041
4034
|
_enum: [
|
|
@@ -4066,7 +4059,7 @@ export default {
|
|
|
4066
4059
|
],
|
|
4067
4060
|
},
|
|
4068
4061
|
/**
|
|
4069
|
-
*
|
|
4062
|
+
* Lookup552: pallet_crosschain_transfer::pallet::AccountTransferTotals<T>
|
|
4070
4063
|
**/
|
|
4071
4064
|
PalletCrosschainTransferAccountTransferTotals: {
|
|
4072
4065
|
microgonsIn: 'u128',
|
|
@@ -4079,7 +4072,7 @@ export default {
|
|
|
4079
4072
|
argonotTransfersOutCount: 'Compact<u32>',
|
|
4080
4073
|
},
|
|
4081
4074
|
/**
|
|
4082
|
-
*
|
|
4075
|
+
* Lookup554: pallet_crosschain_transfer::pallet::GlobalIssuanceCouncil<T>
|
|
4083
4076
|
**/
|
|
4084
4077
|
PalletCrosschainTransferGlobalIssuanceCouncil: {
|
|
4085
4078
|
epochMicrogonsPerArgonot: 'u128',
|
|
@@ -4087,7 +4080,7 @@ export default {
|
|
|
4087
4080
|
totalWeight: 'u128',
|
|
4088
4081
|
},
|
|
4089
4082
|
/**
|
|
4090
|
-
*
|
|
4083
|
+
* Lookup556: pallet_crosschain_transfer::pallet::GlobalIssuanceCouncilMember<T>
|
|
4091
4084
|
**/
|
|
4092
4085
|
PalletCrosschainTransferGlobalIssuanceCouncilMember: {
|
|
4093
4086
|
accountId: 'AccountId32',
|
|
@@ -4095,7 +4088,7 @@ export default {
|
|
|
4095
4088
|
weight: 'u128',
|
|
4096
4089
|
},
|
|
4097
4090
|
/**
|
|
4098
|
-
*
|
|
4091
|
+
* Lookup561: pallet_crosschain_transfer::pallet::CouncilApprovalQueueEntry<T>
|
|
4099
4092
|
**/
|
|
4100
4093
|
PalletCrosschainTransferCouncilApprovalQueueEntry: {
|
|
4101
4094
|
approvingCouncilHash: 'H256',
|
|
@@ -4108,7 +4101,7 @@ export default {
|
|
|
4108
4101
|
signatures: 'BTreeMap<H160, [u8;65]>',
|
|
4109
4102
|
},
|
|
4110
4103
|
/**
|
|
4111
|
-
*
|
|
4104
|
+
* Lookup566: pallet_crosschain_transfer::pallet::MintingAuthority<T>
|
|
4112
4105
|
**/
|
|
4113
4106
|
PalletCrosschainTransferMintingAuthority: {
|
|
4114
4107
|
accountId: 'AccountId32',
|
|
@@ -4126,13 +4119,13 @@ export default {
|
|
|
4126
4119
|
deactivationApprovalQueueNonce: 'Option<u64>',
|
|
4127
4120
|
},
|
|
4128
4121
|
/**
|
|
4129
|
-
*
|
|
4122
|
+
* Lookup567: pallet_crosschain_transfer::pallet::MintingAuthorityState
|
|
4130
4123
|
**/
|
|
4131
4124
|
PalletCrosschainTransferMintingAuthorityState: {
|
|
4132
4125
|
_enum: ['PendingActivation', 'Active', 'Deactivating'],
|
|
4133
4126
|
},
|
|
4134
4127
|
/**
|
|
4135
|
-
*
|
|
4128
|
+
* Lookup569: pallet_crosschain_transfer::transfer_out::TransferOutOfArgon<T>
|
|
4136
4129
|
**/
|
|
4137
4130
|
PalletCrosschainTransferTransferOutTransferOutOfArgon: {
|
|
4138
4131
|
argonAccountId: 'AccountId32',
|
|
@@ -4150,7 +4143,7 @@ export default {
|
|
|
4150
4143
|
state: 'PalletCrosschainTransferTransferOutTransferOutState',
|
|
4151
4144
|
},
|
|
4152
4145
|
/**
|
|
4153
|
-
*
|
|
4146
|
+
* Lookup571: pallet_crosschain_transfer::transfer_out::MintingAuthorityTransferReservation<T>
|
|
4154
4147
|
**/
|
|
4155
4148
|
PalletCrosschainTransferTransferOutMintingAuthorityTransferReservation: {
|
|
4156
4149
|
microgonCollateral: 'u128',
|
|
@@ -4159,13 +4152,13 @@ export default {
|
|
|
4159
4152
|
signature: '[u8;65]',
|
|
4160
4153
|
},
|
|
4161
4154
|
/**
|
|
4162
|
-
*
|
|
4155
|
+
* Lookup575: pallet_crosschain_transfer::transfer_out::TransferOutState
|
|
4163
4156
|
**/
|
|
4164
4157
|
PalletCrosschainTransferTransferOutTransferOutState: {
|
|
4165
4158
|
_enum: ['Started', 'Ready'],
|
|
4166
4159
|
},
|
|
4167
4160
|
/**
|
|
4168
|
-
*
|
|
4161
|
+
* Lookup577: pallet_crosschain_transfer::transfer_out::PendingCollateralizationRequest<T>
|
|
4169
4162
|
**/
|
|
4170
4163
|
PalletCrosschainTransferTransferOutPendingCollateralizationRequest: {
|
|
4171
4164
|
transferId: 'H256',
|
|
@@ -4173,14 +4166,14 @@ export default {
|
|
|
4173
4166
|
remainingMintingAuthorityTip: 'u128',
|
|
4174
4167
|
},
|
|
4175
4168
|
/**
|
|
4176
|
-
*
|
|
4169
|
+
* Lookup579: pallet_crosschain_transfer::pallet::SourceChainCirculation<T>
|
|
4177
4170
|
**/
|
|
4178
4171
|
PalletCrosschainTransferSourceChainCirculation: {
|
|
4179
4172
|
argonCirculation: 'u128',
|
|
4180
4173
|
argonotCirculation: 'u128',
|
|
4181
4174
|
},
|
|
4182
4175
|
/**
|
|
4183
|
-
*
|
|
4176
|
+
* Lookup580: pallet_crosschain_transfer::pallet::Error<T>
|
|
4184
4177
|
**/
|
|
4185
4178
|
PalletCrosschainTransferError: {
|
|
4186
4179
|
_enum: [
|
|
@@ -4241,55 +4234,55 @@ export default {
|
|
|
4241
4234
|
],
|
|
4242
4235
|
},
|
|
4243
4236
|
/**
|
|
4244
|
-
*
|
|
4237
|
+
* Lookup583: frame_system::extensions::authorize_call::AuthorizeCall<T>
|
|
4245
4238
|
**/
|
|
4246
4239
|
FrameSystemExtensionsAuthorizeCall: 'Null',
|
|
4247
4240
|
/**
|
|
4248
|
-
*
|
|
4241
|
+
* Lookup584: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
|
|
4249
4242
|
**/
|
|
4250
4243
|
FrameSystemExtensionsCheckNonZeroSender: 'Null',
|
|
4251
4244
|
/**
|
|
4252
|
-
*
|
|
4245
|
+
* Lookup585: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
|
|
4253
4246
|
**/
|
|
4254
4247
|
FrameSystemExtensionsCheckSpecVersion: 'Null',
|
|
4255
4248
|
/**
|
|
4256
|
-
*
|
|
4249
|
+
* Lookup586: frame_system::extensions::check_tx_version::CheckTxVersion<T>
|
|
4257
4250
|
**/
|
|
4258
4251
|
FrameSystemExtensionsCheckTxVersion: 'Null',
|
|
4259
4252
|
/**
|
|
4260
|
-
*
|
|
4253
|
+
* Lookup587: frame_system::extensions::check_genesis::CheckGenesis<T>
|
|
4261
4254
|
**/
|
|
4262
4255
|
FrameSystemExtensionsCheckGenesis: 'Null',
|
|
4263
4256
|
/**
|
|
4264
|
-
*
|
|
4257
|
+
* Lookup590: frame_system::extensions::check_nonce::CheckNonce<T>
|
|
4265
4258
|
**/
|
|
4266
4259
|
FrameSystemExtensionsCheckNonce: 'Compact<u32>',
|
|
4267
4260
|
/**
|
|
4268
|
-
*
|
|
4261
|
+
* Lookup591: frame_system::extensions::check_weight::CheckWeight<T>
|
|
4269
4262
|
**/
|
|
4270
4263
|
FrameSystemExtensionsCheckWeight: 'Null',
|
|
4271
4264
|
/**
|
|
4272
|
-
*
|
|
4265
|
+
* Lookup592: pallet_transaction_payment::ChargeTransactionPayment<T>
|
|
4273
4266
|
**/
|
|
4274
4267
|
PalletTransactionPaymentChargeTransactionPayment: 'Compact<u128>',
|
|
4275
4268
|
/**
|
|
4276
|
-
*
|
|
4269
|
+
* Lookup593: frame_metadata_hash_extension::CheckMetadataHash<T>
|
|
4277
4270
|
**/
|
|
4278
4271
|
FrameMetadataHashExtensionCheckMetadataHash: {
|
|
4279
4272
|
mode: 'FrameMetadataHashExtensionMode',
|
|
4280
4273
|
},
|
|
4281
4274
|
/**
|
|
4282
|
-
*
|
|
4275
|
+
* Lookup594: frame_metadata_hash_extension::Mode
|
|
4283
4276
|
**/
|
|
4284
4277
|
FrameMetadataHashExtensionMode: {
|
|
4285
4278
|
_enum: ['Disabled', 'Enabled'],
|
|
4286
4279
|
},
|
|
4287
4280
|
/**
|
|
4288
|
-
*
|
|
4281
|
+
* Lookup595: frame_system::extensions::weight_reclaim::WeightReclaim<T>
|
|
4289
4282
|
**/
|
|
4290
4283
|
FrameSystemExtensionsWeightReclaim: 'Null',
|
|
4291
4284
|
/**
|
|
4292
|
-
*
|
|
4285
|
+
* Lookup597: argon_runtime::Runtime
|
|
4293
4286
|
**/
|
|
4294
4287
|
ArgonRuntimeRuntime: 'Null',
|
|
4295
4288
|
};
|