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