@argonprotocol/mainchain 1.4.10-dev.a229760e → 1.4.10-dev.b2dce395
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 +3792 -188
- package/browser/index.js +18 -10
- package/browser/index.js.map +1 -1
- package/lib/index.cjs +41 -33
- package/lib/index.cjs.map +1 -1
- package/lib/index.d.cts +3792 -188
- package/lib/index.d.ts +3792 -188
- package/lib/index.js +18 -10
- package/lib/index.js.map +1 -1
- package/package.json +7 -4
- package/src/interfaces/augment-api-consts.ts +8 -0
- package/src/interfaces/augment-api-errors.ts +9 -5
- package/src/interfaces/augment-api-query.ts +30 -0
- package/src/interfaces/augment-api-tx.ts +16 -6
- package/src/interfaces/lookup.ts +179 -163
- package/src/interfaces/registry.ts +4 -0
- package/src/interfaces/types-lookup.ts +182 -167
package/src/interfaces/lookup.ts
CHANGED
|
@@ -2189,9 +2189,7 @@ export default {
|
|
|
2189
2189
|
set_delegate_account: {
|
|
2190
2190
|
delegateAccountId: 'Option<AccountId32>',
|
|
2191
2191
|
},
|
|
2192
|
-
|
|
2193
|
-
name: 'Option<Bytes>',
|
|
2194
|
-
},
|
|
2192
|
+
__Unused7: 'Null',
|
|
2195
2193
|
set_committed_argonots: {
|
|
2196
2194
|
amount: 'Compact<u128>',
|
|
2197
2195
|
},
|
|
@@ -2206,7 +2204,6 @@ export default {
|
|
|
2206
2204
|
**/
|
|
2207
2205
|
PalletVaultsVaultConfig: {
|
|
2208
2206
|
terms: 'ArgonPrimitivesVaultVaultTerms',
|
|
2209
|
-
name: 'Option<Bytes>',
|
|
2210
2207
|
delegateAccountId: 'Option<AccountId32>',
|
|
2211
2208
|
securitization: 'Compact<u128>',
|
|
2212
2209
|
bitcoinXpubkey: 'ArgonPrimitivesBitcoinOpaqueBitcoinXpub',
|
|
@@ -2222,11 +2219,11 @@ export default {
|
|
|
2222
2219
|
treasuryBonusProfitSharing: 'Compact<Permill>',
|
|
2223
2220
|
},
|
|
2224
2221
|
/**
|
|
2225
|
-
*
|
|
2222
|
+
* Lookup214: argon_primitives::bitcoin::OpaqueBitcoinXpub
|
|
2226
2223
|
**/
|
|
2227
2224
|
ArgonPrimitivesBitcoinOpaqueBitcoinXpub: '[u8;78]',
|
|
2228
2225
|
/**
|
|
2229
|
-
*
|
|
2226
|
+
* Lookup216: pallet_bitcoin_locks::pallet::Call<T>
|
|
2230
2227
|
**/
|
|
2231
2228
|
PalletBitcoinLocksCall: {
|
|
2232
2229
|
_enum: {
|
|
@@ -2282,11 +2279,11 @@ export default {
|
|
|
2282
2279
|
},
|
|
2283
2280
|
},
|
|
2284
2281
|
/**
|
|
2285
|
-
*
|
|
2282
|
+
* Lookup217: argon_primitives::bitcoin::CompressedBitcoinPubkey
|
|
2286
2283
|
**/
|
|
2287
2284
|
ArgonPrimitivesBitcoinCompressedBitcoinPubkey: '[u8;33]',
|
|
2288
2285
|
/**
|
|
2289
|
-
*
|
|
2286
|
+
* Lookup220: pallet_bitcoin_locks::pallet::LockOptions<T>
|
|
2290
2287
|
**/
|
|
2291
2288
|
PalletBitcoinLocksLockOptions: {
|
|
2292
2289
|
_enum: {
|
|
@@ -2296,7 +2293,7 @@ export default {
|
|
|
2296
2293
|
},
|
|
2297
2294
|
},
|
|
2298
2295
|
/**
|
|
2299
|
-
*
|
|
2296
|
+
* Lookup223: pallet_notaries::pallet::Call<T>
|
|
2300
2297
|
**/
|
|
2301
2298
|
PalletNotariesCall: {
|
|
2302
2299
|
_enum: {
|
|
@@ -2314,7 +2311,7 @@ export default {
|
|
|
2314
2311
|
},
|
|
2315
2312
|
},
|
|
2316
2313
|
/**
|
|
2317
|
-
*
|
|
2314
|
+
* Lookup224: pallet_notebook::pallet::Call<T>
|
|
2318
2315
|
**/
|
|
2319
2316
|
PalletNotebookCall: {
|
|
2320
2317
|
_enum: {
|
|
@@ -2327,14 +2324,14 @@ export default {
|
|
|
2327
2324
|
},
|
|
2328
2325
|
},
|
|
2329
2326
|
/**
|
|
2330
|
-
*
|
|
2327
|
+
* Lookup226: argon_primitives::notebook::SignedNotebookHeader
|
|
2331
2328
|
**/
|
|
2332
2329
|
ArgonPrimitivesNotebookSignedNotebookHeader: {
|
|
2333
2330
|
header: 'ArgonPrimitivesNotebookNotebookHeader',
|
|
2334
2331
|
signature: '[u8;64]',
|
|
2335
2332
|
},
|
|
2336
2333
|
/**
|
|
2337
|
-
*
|
|
2334
|
+
* Lookup227: argon_primitives::notebook::NotebookHeader
|
|
2338
2335
|
**/
|
|
2339
2336
|
ArgonPrimitivesNotebookNotebookHeader: {
|
|
2340
2337
|
version: 'Compact<u16>',
|
|
@@ -2354,7 +2351,7 @@ export default {
|
|
|
2354
2351
|
domains: 'Vec<(H256,AccountId32)>',
|
|
2355
2352
|
},
|
|
2356
2353
|
/**
|
|
2357
|
-
*
|
|
2354
|
+
* Lookup230: argon_primitives::notebook::ChainTransfer
|
|
2358
2355
|
**/
|
|
2359
2356
|
ArgonPrimitivesNotebookChainTransfer: {
|
|
2360
2357
|
_enum: {
|
|
@@ -2368,14 +2365,14 @@ export default {
|
|
|
2368
2365
|
},
|
|
2369
2366
|
},
|
|
2370
2367
|
/**
|
|
2371
|
-
*
|
|
2368
|
+
* Lookup233: argon_primitives::balance_change::AccountOrigin
|
|
2372
2369
|
**/
|
|
2373
2370
|
ArgonPrimitivesBalanceChangeAccountOrigin: {
|
|
2374
2371
|
notebookNumber: 'Compact<u32>',
|
|
2375
2372
|
accountUid: 'Compact<u32>',
|
|
2376
2373
|
},
|
|
2377
2374
|
/**
|
|
2378
|
-
*
|
|
2375
|
+
* Lookup240: pallet_localchain_transfer::pallet::Call<T>
|
|
2379
2376
|
**/
|
|
2380
2377
|
PalletLocalchainTransferCall: {
|
|
2381
2378
|
_enum: {
|
|
@@ -2386,7 +2383,7 @@ export default {
|
|
|
2386
2383
|
},
|
|
2387
2384
|
},
|
|
2388
2385
|
/**
|
|
2389
|
-
*
|
|
2386
|
+
* Lookup241: pallet_block_seal_spec::pallet::Call<T>
|
|
2390
2387
|
**/
|
|
2391
2388
|
PalletBlockSealSpecCall: {
|
|
2392
2389
|
_enum: {
|
|
@@ -2397,7 +2394,7 @@ export default {
|
|
|
2397
2394
|
},
|
|
2398
2395
|
},
|
|
2399
2396
|
/**
|
|
2400
|
-
*
|
|
2397
|
+
* Lookup242: pallet_domains::pallet::Call<T>
|
|
2401
2398
|
**/
|
|
2402
2399
|
PalletDomainsCall: {
|
|
2403
2400
|
_enum: {
|
|
@@ -2408,12 +2405,13 @@ export default {
|
|
|
2408
2405
|
},
|
|
2409
2406
|
},
|
|
2410
2407
|
/**
|
|
2411
|
-
*
|
|
2408
|
+
* Lookup243: pallet_price_index::pallet::Call<T>
|
|
2412
2409
|
**/
|
|
2413
2410
|
PalletPriceIndexCall: {
|
|
2414
2411
|
_enum: {
|
|
2415
2412
|
submit: {
|
|
2416
2413
|
index: 'PalletPriceIndexPriceIndex',
|
|
2414
|
+
ethereum: 'Option<PalletPriceIndexEthereumPriceIndex>',
|
|
2417
2415
|
},
|
|
2418
2416
|
set_operator: {
|
|
2419
2417
|
accountId: 'AccountId32',
|
|
@@ -2421,7 +2419,7 @@ export default {
|
|
|
2421
2419
|
},
|
|
2422
2420
|
},
|
|
2423
2421
|
/**
|
|
2424
|
-
*
|
|
2422
|
+
* Lookup244: pallet_price_index::PriceIndex
|
|
2425
2423
|
**/
|
|
2426
2424
|
PalletPriceIndexPriceIndex: {
|
|
2427
2425
|
btcUsdPrice: 'Compact<u128>',
|
|
@@ -2431,6 +2429,14 @@ export default {
|
|
|
2431
2429
|
argonTimeWeightedAverageLiquidity: 'u128',
|
|
2432
2430
|
tick: 'Compact<u64>',
|
|
2433
2431
|
},
|
|
2432
|
+
/**
|
|
2433
|
+
* Lookup246: pallet_price_index::EthereumPriceIndex
|
|
2434
|
+
**/
|
|
2435
|
+
PalletPriceIndexEthereumPriceIndex: {
|
|
2436
|
+
ethereumUsdPrice: 'u128',
|
|
2437
|
+
ethereumGasPriceWei: 'Compact<u128>',
|
|
2438
|
+
tick: 'Compact<u64>',
|
|
2439
|
+
},
|
|
2434
2440
|
/**
|
|
2435
2441
|
* Lookup247: pallet_grandpa::pallet::Call<T>
|
|
2436
2442
|
**/
|
|
@@ -2753,7 +2759,9 @@ export default {
|
|
|
2753
2759
|
register: {
|
|
2754
2760
|
registration: 'PalletOperationalAccountsRegistration',
|
|
2755
2761
|
},
|
|
2756
|
-
|
|
2762
|
+
set_name: {
|
|
2763
|
+
name: 'Option<Bytes>',
|
|
2764
|
+
},
|
|
2757
2765
|
set_reward_config: {
|
|
2758
2766
|
operationalCertificationReward: 'u128',
|
|
2759
2767
|
operationalCertificationBonusReward: 'u128',
|
|
@@ -2809,7 +2817,7 @@ export default {
|
|
|
2809
2817
|
signature: 'SpRuntimeMultiSignature',
|
|
2810
2818
|
},
|
|
2811
2819
|
/**
|
|
2812
|
-
*
|
|
2820
|
+
* Lookup286: pallet_operational_accounts::pallet::OperationalProgressPatch<Balance>
|
|
2813
2821
|
**/
|
|
2814
2822
|
PalletOperationalAccountsOperationalProgressPatch: {
|
|
2815
2823
|
uniswapArgonTransfersInAmount: 'Option<u128>',
|
|
@@ -2820,7 +2828,7 @@ export default {
|
|
|
2820
2828
|
miningSeatCount: 'Option<u32>',
|
|
2821
2829
|
},
|
|
2822
2830
|
/**
|
|
2823
|
-
*
|
|
2831
|
+
* Lookup288: pallet_ethereum_verifier::pallet::Call<T>
|
|
2824
2832
|
**/
|
|
2825
2833
|
PalletEthereumVerifierCall: {
|
|
2826
2834
|
_enum: {
|
|
@@ -2842,7 +2850,7 @@ export default {
|
|
|
2842
2850
|
},
|
|
2843
2851
|
},
|
|
2844
2852
|
/**
|
|
2845
|
-
*
|
|
2853
|
+
* Lookup289: pallet_ethereum_verifier::types::CheckpointUpdate
|
|
2846
2854
|
**/
|
|
2847
2855
|
PalletEthereumVerifierCheckpointUpdate: {
|
|
2848
2856
|
header: 'SnowbridgeBeaconPrimitivesBeaconHeader',
|
|
@@ -2852,7 +2860,7 @@ export default {
|
|
|
2852
2860
|
executionHeaderProof: 'PalletEthereumVerifierExecutionHeaderProof',
|
|
2853
2861
|
},
|
|
2854
2862
|
/**
|
|
2855
|
-
*
|
|
2863
|
+
* Lookup290: snowbridge_beacon_primitives::types::BeaconHeader
|
|
2856
2864
|
**/
|
|
2857
2865
|
SnowbridgeBeaconPrimitivesBeaconHeader: {
|
|
2858
2866
|
slot: 'u64',
|
|
@@ -2862,25 +2870,25 @@ export default {
|
|
|
2862
2870
|
bodyRoot: 'H256',
|
|
2863
2871
|
},
|
|
2864
2872
|
/**
|
|
2865
|
-
*
|
|
2873
|
+
* Lookup291: pallet_ethereum_verifier::types::SyncCommittee
|
|
2866
2874
|
**/
|
|
2867
2875
|
PalletEthereumVerifierSyncCommittee: {
|
|
2868
2876
|
pubkeys: 'Vec<SnowbridgeBeaconPrimitivesPublicKey>',
|
|
2869
2877
|
aggregatePubkey: 'SnowbridgeBeaconPrimitivesPublicKey',
|
|
2870
2878
|
},
|
|
2871
2879
|
/**
|
|
2872
|
-
*
|
|
2880
|
+
* Lookup293: snowbridge_beacon_primitives::types::PublicKey
|
|
2873
2881
|
**/
|
|
2874
2882
|
SnowbridgeBeaconPrimitivesPublicKey: '[u8;48]',
|
|
2875
2883
|
/**
|
|
2876
|
-
*
|
|
2884
|
+
* Lookup297: pallet_ethereum_verifier::types::ExecutionHeaderProof
|
|
2877
2885
|
**/
|
|
2878
2886
|
PalletEthereumVerifierExecutionHeaderProof: {
|
|
2879
2887
|
executionHeader: 'SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader',
|
|
2880
2888
|
executionBranch: 'Vec<H256>',
|
|
2881
2889
|
},
|
|
2882
2890
|
/**
|
|
2883
|
-
*
|
|
2891
|
+
* Lookup298: snowbridge_beacon_primitives::types::VersionedExecutionPayloadHeader
|
|
2884
2892
|
**/
|
|
2885
2893
|
SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader: {
|
|
2886
2894
|
_enum: {
|
|
@@ -2889,7 +2897,7 @@ export default {
|
|
|
2889
2897
|
},
|
|
2890
2898
|
},
|
|
2891
2899
|
/**
|
|
2892
|
-
*
|
|
2900
|
+
* Lookup299: snowbridge_beacon_primitives::types::ExecutionPayloadHeader
|
|
2893
2901
|
**/
|
|
2894
2902
|
SnowbridgeBeaconPrimitivesExecutionPayloadHeader: {
|
|
2895
2903
|
parentHash: 'H256',
|
|
@@ -2909,7 +2917,7 @@ export default {
|
|
|
2909
2917
|
withdrawalsRoot: 'H256',
|
|
2910
2918
|
},
|
|
2911
2919
|
/**
|
|
2912
|
-
*
|
|
2920
|
+
* Lookup300: snowbridge_beacon_primitives::types::deneb::ExecutionPayloadHeader
|
|
2913
2921
|
**/
|
|
2914
2922
|
SnowbridgeBeaconPrimitivesDenebExecutionPayloadHeader: {
|
|
2915
2923
|
parentHash: 'H256',
|
|
@@ -2931,7 +2939,7 @@ export default {
|
|
|
2931
2939
|
excessBlobGas: 'u64',
|
|
2932
2940
|
},
|
|
2933
2941
|
/**
|
|
2934
|
-
*
|
|
2942
|
+
* Lookup301: pallet_ethereum_verifier::types::ForkVersions
|
|
2935
2943
|
**/
|
|
2936
2944
|
PalletEthereumVerifierForkVersions: {
|
|
2937
2945
|
genesis: 'PalletEthereumVerifierFork',
|
|
@@ -2943,14 +2951,14 @@ export default {
|
|
|
2943
2951
|
fulu: 'PalletEthereumVerifierFork',
|
|
2944
2952
|
},
|
|
2945
2953
|
/**
|
|
2946
|
-
*
|
|
2954
|
+
* Lookup302: pallet_ethereum_verifier::types::Fork
|
|
2947
2955
|
**/
|
|
2948
2956
|
PalletEthereumVerifierFork: {
|
|
2949
2957
|
version: '[u8;4]',
|
|
2950
2958
|
epoch: 'Compact<u64>',
|
|
2951
2959
|
},
|
|
2952
2960
|
/**
|
|
2953
|
-
*
|
|
2961
|
+
* Lookup303: pallet_ethereum_verifier::types::Update
|
|
2954
2962
|
**/
|
|
2955
2963
|
PalletEthereumVerifierUpdate: {
|
|
2956
2964
|
attestedHeader: 'SnowbridgeBeaconPrimitivesBeaconHeader',
|
|
@@ -2962,25 +2970,25 @@ export default {
|
|
|
2962
2970
|
executionHeaderProof: 'PalletEthereumVerifierExecutionHeaderProof',
|
|
2963
2971
|
},
|
|
2964
2972
|
/**
|
|
2965
|
-
*
|
|
2973
|
+
* Lookup304: pallet_ethereum_verifier::types::SyncAggregate
|
|
2966
2974
|
**/
|
|
2967
2975
|
PalletEthereumVerifierSyncAggregate: {
|
|
2968
2976
|
syncCommitteeBits: 'Bytes',
|
|
2969
2977
|
syncCommitteeSignature: 'SnowbridgeBeaconPrimitivesSignature',
|
|
2970
2978
|
},
|
|
2971
2979
|
/**
|
|
2972
|
-
*
|
|
2980
|
+
* Lookup306: snowbridge_beacon_primitives::types::Signature
|
|
2973
2981
|
**/
|
|
2974
2982
|
SnowbridgeBeaconPrimitivesSignature: '[u8;96]',
|
|
2975
2983
|
/**
|
|
2976
|
-
*
|
|
2984
|
+
* Lookup309: pallet_ethereum_verifier::types::NextSyncCommitteeUpdate
|
|
2977
2985
|
**/
|
|
2978
2986
|
PalletEthereumVerifierNextSyncCommitteeUpdate: {
|
|
2979
2987
|
nextSyncCommittee: 'PalletEthereumVerifierSyncCommittee',
|
|
2980
2988
|
nextSyncCommitteeBranch: 'Vec<H256>',
|
|
2981
2989
|
},
|
|
2982
2990
|
/**
|
|
2983
|
-
*
|
|
2991
|
+
* Lookup310: pallet_crosschain_transfer::pallet::Call<T>
|
|
2984
2992
|
**/
|
|
2985
2993
|
PalletCrosschainTransferCall: {
|
|
2986
2994
|
_enum: {
|
|
@@ -3046,7 +3054,7 @@ export default {
|
|
|
3046
3054
|
},
|
|
3047
3055
|
},
|
|
3048
3056
|
/**
|
|
3049
|
-
*
|
|
3057
|
+
* Lookup311: pallet_crosschain_transfer::pallet::ChainConfig
|
|
3050
3058
|
**/
|
|
3051
3059
|
PalletCrosschainTransferChainConfig: {
|
|
3052
3060
|
_enum: {
|
|
@@ -3059,7 +3067,7 @@ export default {
|
|
|
3059
3067
|
},
|
|
3060
3068
|
},
|
|
3061
3069
|
/**
|
|
3062
|
-
*
|
|
3070
|
+
* Lookup313: pallet_crosschain_transfer::pallet::MintingAuthorityActivationRepaymentPricing<T>
|
|
3063
3071
|
**/
|
|
3064
3072
|
PalletCrosschainTransferMintingAuthorityActivationRepaymentPricing: {
|
|
3065
3073
|
activationGasCost: 'Compact<u128>',
|
|
@@ -3068,27 +3076,27 @@ export default {
|
|
|
3068
3076
|
estimatedMicrogonsPerEth: 'u128',
|
|
3069
3077
|
},
|
|
3070
3078
|
/**
|
|
3071
|
-
*
|
|
3079
|
+
* Lookup316: argon_primitives::ethereum::EthereumReceiptLogProofBatch<MaxProofBlocks, MaxReceiptLogs>
|
|
3072
3080
|
**/
|
|
3073
3081
|
ArgonPrimitivesEthereumEthereumReceiptLogProofBatch: {
|
|
3074
3082
|
executionBlockProof: 'ArgonPrimitivesEthereumEthereumExecutionBlockProof',
|
|
3075
3083
|
blocks: 'Vec<ArgonPrimitivesEthereumEthereumReceiptLogProofBlock>',
|
|
3076
3084
|
},
|
|
3077
3085
|
/**
|
|
3078
|
-
*
|
|
3086
|
+
* Lookup317: argon_primitives::ethereum::EthereumExecutionBlockProof
|
|
3079
3087
|
**/
|
|
3080
3088
|
ArgonPrimitivesEthereumEthereumExecutionBlockProof: {
|
|
3081
3089
|
anchorBlockHash: 'H256',
|
|
3082
3090
|
targetToAnchorHeaderChain: 'Vec<ArgonPrimitivesEthereumEthereumExecutionHeader>',
|
|
3083
3091
|
},
|
|
3084
3092
|
/**
|
|
3085
|
-
*
|
|
3093
|
+
* Lookup319: argon_primitives::ethereum::EthereumExecutionHeader
|
|
3086
3094
|
**/
|
|
3087
3095
|
ArgonPrimitivesEthereumEthereumExecutionHeader: {
|
|
3088
3096
|
rlp: 'Bytes',
|
|
3089
3097
|
},
|
|
3090
3098
|
/**
|
|
3091
|
-
*
|
|
3099
|
+
* Lookup323: argon_primitives::ethereum::EthereumReceiptLogProofBlock<MaxReceiptLogs>
|
|
3092
3100
|
**/
|
|
3093
3101
|
ArgonPrimitivesEthereumEthereumReceiptLogProofBlock: {
|
|
3094
3102
|
targetBlockNumber: 'Compact<u64>',
|
|
@@ -3096,28 +3104,28 @@ export default {
|
|
|
3096
3104
|
receiptLogs: 'Vec<ArgonPrimitivesEthereumEthereumReceiptLog>',
|
|
3097
3105
|
},
|
|
3098
3106
|
/**
|
|
3099
|
-
*
|
|
3107
|
+
* Lookup324: argon_primitives::ethereum::EthereumCombinedReceiptProof
|
|
3100
3108
|
**/
|
|
3101
3109
|
ArgonPrimitivesEthereumEthereumCombinedReceiptProof: {
|
|
3102
3110
|
nodes: 'Vec<Bytes>',
|
|
3103
3111
|
receipts: 'Vec<ArgonPrimitivesEthereumEthereumReceiptProofReceipt>',
|
|
3104
3112
|
},
|
|
3105
3113
|
/**
|
|
3106
|
-
*
|
|
3114
|
+
* Lookup328: argon_primitives::ethereum::EthereumReceiptProofReceipt
|
|
3107
3115
|
**/
|
|
3108
3116
|
ArgonPrimitivesEthereumEthereumReceiptProofReceipt: {
|
|
3109
3117
|
transactionIndex: 'Compact<u64>',
|
|
3110
3118
|
nodeIndexes: 'Vec<u16>',
|
|
3111
3119
|
},
|
|
3112
3120
|
/**
|
|
3113
|
-
*
|
|
3121
|
+
* Lookup333: argon_primitives::ethereum::EthereumReceiptLog
|
|
3114
3122
|
**/
|
|
3115
3123
|
ArgonPrimitivesEthereumEthereumReceiptLog: {
|
|
3116
3124
|
transactionIndex: 'Compact<u64>',
|
|
3117
3125
|
eventLog: 'ArgonPrimitivesEthereumEthereumLog',
|
|
3118
3126
|
},
|
|
3119
3127
|
/**
|
|
3120
|
-
*
|
|
3128
|
+
* Lookup334: argon_primitives::ethereum::EthereumLog
|
|
3121
3129
|
**/
|
|
3122
3130
|
ArgonPrimitivesEthereumEthereumLog: {
|
|
3123
3131
|
address: 'H160',
|
|
@@ -3125,7 +3133,7 @@ export default {
|
|
|
3125
3133
|
data: 'Bytes',
|
|
3126
3134
|
},
|
|
3127
3135
|
/**
|
|
3128
|
-
*
|
|
3136
|
+
* Lookup339: pallet_bootstrap::pallet::Call<T>
|
|
3129
3137
|
**/
|
|
3130
3138
|
PalletBootstrapCall: {
|
|
3131
3139
|
_enum: {
|
|
@@ -3141,13 +3149,13 @@ export default {
|
|
|
3141
3149
|
},
|
|
3142
3150
|
},
|
|
3143
3151
|
/**
|
|
3144
|
-
*
|
|
3152
|
+
* Lookup340: pallet_bootstrap::pallet::RecoveryProof
|
|
3145
3153
|
**/
|
|
3146
3154
|
PalletBootstrapRecoveryProof: {
|
|
3147
3155
|
signature: '[u8;64]',
|
|
3148
3156
|
},
|
|
3149
3157
|
/**
|
|
3150
|
-
*
|
|
3158
|
+
* Lookup342: pallet_multisig::pallet::Error<T>
|
|
3151
3159
|
**/
|
|
3152
3160
|
PalletMultisigError: {
|
|
3153
3161
|
_enum: [
|
|
@@ -3168,7 +3176,7 @@ export default {
|
|
|
3168
3176
|
],
|
|
3169
3177
|
},
|
|
3170
3178
|
/**
|
|
3171
|
-
*
|
|
3179
|
+
* Lookup345: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, argon_runtime::ProxyType, BlockNumber>
|
|
3172
3180
|
**/
|
|
3173
3181
|
PalletProxyProxyDefinition: {
|
|
3174
3182
|
delegate: 'AccountId32',
|
|
@@ -3176,7 +3184,7 @@ export default {
|
|
|
3176
3184
|
delay: 'u32',
|
|
3177
3185
|
},
|
|
3178
3186
|
/**
|
|
3179
|
-
*
|
|
3187
|
+
* Lookup349: pallet_proxy::Announcement<sp_core::crypto::AccountId32, primitive_types::H256, BlockNumber>
|
|
3180
3188
|
**/
|
|
3181
3189
|
PalletProxyAnnouncement: {
|
|
3182
3190
|
real: 'AccountId32',
|
|
@@ -3184,7 +3192,7 @@ export default {
|
|
|
3184
3192
|
height: 'u32',
|
|
3185
3193
|
},
|
|
3186
3194
|
/**
|
|
3187
|
-
*
|
|
3195
|
+
* Lookup351: pallet_proxy::pallet::Error<T>
|
|
3188
3196
|
**/
|
|
3189
3197
|
PalletProxyError: {
|
|
3190
3198
|
_enum: [
|
|
@@ -3199,18 +3207,18 @@ export default {
|
|
|
3199
3207
|
],
|
|
3200
3208
|
},
|
|
3201
3209
|
/**
|
|
3202
|
-
*
|
|
3210
|
+
* Lookup352: argon_primitives::tick::Ticker
|
|
3203
3211
|
**/
|
|
3204
3212
|
ArgonPrimitivesTickTicker: {
|
|
3205
3213
|
tickDurationMillis: 'Compact<u64>',
|
|
3206
3214
|
channelHoldExpirationTicks: 'Compact<u64>',
|
|
3207
3215
|
},
|
|
3208
3216
|
/**
|
|
3209
|
-
*
|
|
3217
|
+
* Lookup354: pallet_ticks::pallet::Error<T>
|
|
3210
3218
|
**/
|
|
3211
3219
|
PalletTicksError: 'Null',
|
|
3212
3220
|
/**
|
|
3213
|
-
*
|
|
3221
|
+
* Lookup357: pallet_mining_slot::MinerNonceScoring<T>
|
|
3214
3222
|
**/
|
|
3215
3223
|
PalletMiningSlotMinerNonceScoring: {
|
|
3216
3224
|
nonce: 'U256',
|
|
@@ -3219,7 +3227,7 @@ export default {
|
|
|
3219
3227
|
frameStartBlocksWonSurplus: 'i16',
|
|
3220
3228
|
},
|
|
3221
3229
|
/**
|
|
3222
|
-
*
|
|
3230
|
+
* Lookup369: argon_primitives::block_seal::MiningBidStats
|
|
3223
3231
|
**/
|
|
3224
3232
|
ArgonPrimitivesBlockSealMiningBidStats: {
|
|
3225
3233
|
bidsCount: 'u32',
|
|
@@ -3228,7 +3236,7 @@ export default {
|
|
|
3228
3236
|
bidAmountSum: 'u128',
|
|
3229
3237
|
},
|
|
3230
3238
|
/**
|
|
3231
|
-
*
|
|
3239
|
+
* Lookup373: argon_primitives::block_seal::MiningSlotConfig
|
|
3232
3240
|
**/
|
|
3233
3241
|
ArgonPrimitivesBlockSealMiningSlotConfig: {
|
|
3234
3242
|
ticksBeforeBidEndForVrfClose: 'Compact<u64>',
|
|
@@ -3236,7 +3244,7 @@ export default {
|
|
|
3236
3244
|
slotBiddingStartAfterTicks: 'Compact<u64>',
|
|
3237
3245
|
},
|
|
3238
3246
|
/**
|
|
3239
|
-
*
|
|
3247
|
+
* Lookup383: pallet_mining_slot::pallet::Error<T>
|
|
3240
3248
|
**/
|
|
3241
3249
|
PalletMiningSlotError: {
|
|
3242
3250
|
_enum: [
|
|
@@ -3254,7 +3262,7 @@ export default {
|
|
|
3254
3262
|
],
|
|
3255
3263
|
},
|
|
3256
3264
|
/**
|
|
3257
|
-
*
|
|
3265
|
+
* Lookup384: argon_primitives::bitcoin::UtxoValue
|
|
3258
3266
|
**/
|
|
3259
3267
|
ArgonPrimitivesBitcoinUtxoValue: {
|
|
3260
3268
|
utxoId: 'u64',
|
|
@@ -3264,7 +3272,7 @@ export default {
|
|
|
3264
3272
|
watchForSpentUntilHeight: 'Compact<u64>',
|
|
3265
3273
|
},
|
|
3266
3274
|
/**
|
|
3267
|
-
*
|
|
3275
|
+
* Lookup385: argon_primitives::bitcoin::BitcoinCosignScriptPubkey
|
|
3268
3276
|
**/
|
|
3269
3277
|
ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey: {
|
|
3270
3278
|
_enum: {
|
|
@@ -3274,13 +3282,13 @@ export default {
|
|
|
3274
3282
|
},
|
|
3275
3283
|
},
|
|
3276
3284
|
/**
|
|
3277
|
-
*
|
|
3285
|
+
* Lookup394: argon_primitives::bitcoin::BitcoinNetwork
|
|
3278
3286
|
**/
|
|
3279
3287
|
ArgonPrimitivesBitcoinBitcoinNetwork: {
|
|
3280
3288
|
_enum: ['Bitcoin', 'Testnet', 'Signet', 'Regtest'],
|
|
3281
3289
|
},
|
|
3282
3290
|
/**
|
|
3283
|
-
*
|
|
3291
|
+
* Lookup395: pallet_bitcoin_utxos::pallet::Error<T>
|
|
3284
3292
|
**/
|
|
3285
3293
|
PalletBitcoinUtxosError: {
|
|
3286
3294
|
_enum: [
|
|
@@ -3302,13 +3310,11 @@ export default {
|
|
|
3302
3310
|
],
|
|
3303
3311
|
},
|
|
3304
3312
|
/**
|
|
3305
|
-
*
|
|
3313
|
+
* Lookup396: argon_primitives::vault::Vault<sp_core::crypto::AccountId32, Balance>
|
|
3306
3314
|
**/
|
|
3307
3315
|
ArgonPrimitivesVault: {
|
|
3308
3316
|
operatorAccountId: 'AccountId32',
|
|
3309
3317
|
delegateAccountId: 'Option<AccountId32>',
|
|
3310
|
-
name: 'Option<Bytes>',
|
|
3311
|
-
lastNameChangeTick: 'Option<u64>',
|
|
3312
3318
|
securitization: 'Compact<u128>',
|
|
3313
3319
|
securitizationTarget: 'Compact<u128>',
|
|
3314
3320
|
securitizationLocked: 'Compact<u128>',
|
|
@@ -3327,14 +3333,14 @@ export default {
|
|
|
3327
3333
|
operationalMinimumReleaseTick: 'Option<u64>',
|
|
3328
3334
|
},
|
|
3329
3335
|
/**
|
|
3330
|
-
*
|
|
3336
|
+
* Lookup403: argon_primitives::vault::VaultArgonotCommitment<Balance>
|
|
3331
3337
|
**/
|
|
3332
3338
|
ArgonPrimitivesVaultVaultArgonotCommitment: {
|
|
3333
3339
|
committedMicronots: 'Compact<u128>',
|
|
3334
3340
|
encumberedMicronots: 'Compact<u128>',
|
|
3335
3341
|
},
|
|
3336
3342
|
/**
|
|
3337
|
-
*
|
|
3343
|
+
* Lookup405: argon_primitives::bitcoin::BitcoinXPub
|
|
3338
3344
|
**/
|
|
3339
3345
|
ArgonPrimitivesBitcoinBitcoinXPub: {
|
|
3340
3346
|
publicKey: 'ArgonPrimitivesBitcoinCompressedBitcoinPubkey',
|
|
@@ -3345,13 +3351,13 @@ export default {
|
|
|
3345
3351
|
network: 'ArgonPrimitivesBitcoinNetworkKind',
|
|
3346
3352
|
},
|
|
3347
3353
|
/**
|
|
3348
|
-
*
|
|
3354
|
+
* Lookup407: argon_primitives::bitcoin::NetworkKind
|
|
3349
3355
|
**/
|
|
3350
3356
|
ArgonPrimitivesBitcoinNetworkKind: {
|
|
3351
3357
|
_enum: ['Main', 'Test'],
|
|
3352
3358
|
},
|
|
3353
3359
|
/**
|
|
3354
|
-
*
|
|
3360
|
+
* Lookup416: pallet_vaults::pallet::VaultFrameRevenue<T>
|
|
3355
3361
|
**/
|
|
3356
3362
|
PalletVaultsVaultFrameRevenue: {
|
|
3357
3363
|
frameId: 'Compact<u64>',
|
|
@@ -3372,7 +3378,7 @@ export default {
|
|
|
3372
3378
|
uncollectedRevenue: 'Compact<u128>',
|
|
3373
3379
|
},
|
|
3374
3380
|
/**
|
|
3375
|
-
*
|
|
3381
|
+
* Lookup419: pallet_vaults::pallet::RecentCapacityDrop<Balance, BlockNumber>
|
|
3376
3382
|
**/
|
|
3377
3383
|
PalletVaultsRecentCapacityDrop: {
|
|
3378
3384
|
blockNumber: 'Compact<u32>',
|
|
@@ -3381,7 +3387,7 @@ export default {
|
|
|
3381
3387
|
noFeeFailuresUsed: 'Compact<u32>',
|
|
3382
3388
|
},
|
|
3383
3389
|
/**
|
|
3384
|
-
*
|
|
3390
|
+
* Lookup421: pallet_vaults::pallet::Error<T>
|
|
3385
3391
|
**/
|
|
3386
3392
|
PalletVaultsError: {
|
|
3387
3393
|
_enum: [
|
|
@@ -3412,7 +3418,6 @@ export default {
|
|
|
3412
3418
|
'UnableToGenerateVaultBitcoinPubkey',
|
|
3413
3419
|
'FundingChangeAlreadyScheduled',
|
|
3414
3420
|
'InvalidBondSharingTerms',
|
|
3415
|
-
'InvalidVaultName',
|
|
3416
3421
|
'PendingCosignsBeforeCollect',
|
|
3417
3422
|
'PendingOrphanedUtxoCosignsBeforeCollect',
|
|
3418
3423
|
'OverdueCollectBlockersBeforeCollect',
|
|
@@ -3422,7 +3427,7 @@ export default {
|
|
|
3422
3427
|
],
|
|
3423
3428
|
},
|
|
3424
3429
|
/**
|
|
3425
|
-
*
|
|
3430
|
+
* Lookup422: pallet_bitcoin_locks::pallet::LockedBitcoin<T>
|
|
3426
3431
|
**/
|
|
3427
3432
|
PalletBitcoinLocksLockedBitcoin: {
|
|
3428
3433
|
vaultId: 'Compact<u32>',
|
|
@@ -3448,7 +3453,7 @@ export default {
|
|
|
3448
3453
|
createdAtArgonBlock: 'Compact<u32>',
|
|
3449
3454
|
},
|
|
3450
3455
|
/**
|
|
3451
|
-
*
|
|
3456
|
+
* Lookup426: pallet_bitcoin_locks::pallet::LockReleaseRequest<Balance>
|
|
3452
3457
|
**/
|
|
3453
3458
|
PalletBitcoinLocksLockReleaseRequest: {
|
|
3454
3459
|
utxoId: 'Compact<u64>',
|
|
@@ -3459,7 +3464,7 @@ export default {
|
|
|
3459
3464
|
redemptionAmount: 'Compact<u128>',
|
|
3460
3465
|
},
|
|
3461
3466
|
/**
|
|
3462
|
-
*
|
|
3467
|
+
* Lookup428: pallet_bitcoin_locks::pallet::OrphanedUtxo<BlockNumber>
|
|
3463
3468
|
**/
|
|
3464
3469
|
PalletBitcoinLocksOrphanedUtxo: {
|
|
3465
3470
|
utxoId: 'Compact<u64>',
|
|
@@ -3469,7 +3474,7 @@ export default {
|
|
|
3469
3474
|
cosignRequest: 'Option<PalletBitcoinLocksOrphanedUtxoCosignRequest>',
|
|
3470
3475
|
},
|
|
3471
3476
|
/**
|
|
3472
|
-
*
|
|
3477
|
+
* Lookup430: pallet_bitcoin_locks::pallet::OrphanedUtxoCosignRequest<BlockNumber>
|
|
3473
3478
|
**/
|
|
3474
3479
|
PalletBitcoinLocksOrphanedUtxoCosignRequest: {
|
|
3475
3480
|
bitcoinNetworkFee: 'u64',
|
|
@@ -3477,7 +3482,7 @@ export default {
|
|
|
3477
3482
|
createdAtArgonBlockNumber: 'u32',
|
|
3478
3483
|
},
|
|
3479
3484
|
/**
|
|
3480
|
-
*
|
|
3485
|
+
* Lookup437: pallet_bitcoin_locks::pallet::Error<T>
|
|
3481
3486
|
**/
|
|
3482
3487
|
PalletBitcoinLocksError: {
|
|
3483
3488
|
_enum: {
|
|
@@ -3519,7 +3524,7 @@ export default {
|
|
|
3519
3524
|
},
|
|
3520
3525
|
},
|
|
3521
3526
|
/**
|
|
3522
|
-
*
|
|
3527
|
+
* Lookup438: argon_primitives::vault::VaultError
|
|
3523
3528
|
**/
|
|
3524
3529
|
ArgonPrimitivesVaultVaultError: {
|
|
3525
3530
|
_enum: [
|
|
@@ -3539,7 +3544,7 @@ export default {
|
|
|
3539
3544
|
],
|
|
3540
3545
|
},
|
|
3541
3546
|
/**
|
|
3542
|
-
*
|
|
3547
|
+
* Lookup450: pallet_notaries::pallet::Error<T>
|
|
3543
3548
|
**/
|
|
3544
3549
|
PalletNotariesError: {
|
|
3545
3550
|
_enum: [
|
|
@@ -3555,7 +3560,7 @@ export default {
|
|
|
3555
3560
|
],
|
|
3556
3561
|
},
|
|
3557
3562
|
/**
|
|
3558
|
-
*
|
|
3563
|
+
* Lookup454: argon_primitives::notary::NotaryNotebookKeyDetails
|
|
3559
3564
|
**/
|
|
3560
3565
|
ArgonPrimitivesNotaryNotaryNotebookKeyDetails: {
|
|
3561
3566
|
notebookNumber: 'Compact<u32>',
|
|
@@ -3565,7 +3570,7 @@ export default {
|
|
|
3565
3570
|
parentSecret: 'Option<H256>',
|
|
3566
3571
|
},
|
|
3567
3572
|
/**
|
|
3568
|
-
*
|
|
3573
|
+
* Lookup457: pallet_notebook::pallet::Error<T>
|
|
3569
3574
|
**/
|
|
3570
3575
|
PalletNotebookError: {
|
|
3571
3576
|
_enum: [
|
|
@@ -3587,7 +3592,7 @@ export default {
|
|
|
3587
3592
|
],
|
|
3588
3593
|
},
|
|
3589
3594
|
/**
|
|
3590
|
-
*
|
|
3595
|
+
* Lookup458: pallet_localchain_transfer::QueuedTransferOut<sp_core::crypto::AccountId32, Balance>
|
|
3591
3596
|
**/
|
|
3592
3597
|
PalletLocalchainTransferQueuedTransferOut: {
|
|
3593
3598
|
accountId: 'AccountId32',
|
|
@@ -3596,11 +3601,11 @@ export default {
|
|
|
3596
3601
|
notaryId: 'u32',
|
|
3597
3602
|
},
|
|
3598
3603
|
/**
|
|
3599
|
-
*
|
|
3604
|
+
* Lookup460: frame_support::PalletId
|
|
3600
3605
|
**/
|
|
3601
3606
|
FrameSupportPalletId: '[u8;8]',
|
|
3602
3607
|
/**
|
|
3603
|
-
*
|
|
3608
|
+
* Lookup461: pallet_localchain_transfer::pallet::Error<T>
|
|
3604
3609
|
**/
|
|
3605
3610
|
PalletLocalchainTransferError: {
|
|
3606
3611
|
_enum: [
|
|
@@ -3615,7 +3620,7 @@ export default {
|
|
|
3615
3620
|
],
|
|
3616
3621
|
},
|
|
3617
3622
|
/**
|
|
3618
|
-
*
|
|
3623
|
+
* Lookup465: argon_primitives::notary::NotaryNotebookVoteDigestDetails
|
|
3619
3624
|
**/
|
|
3620
3625
|
ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails: {
|
|
3621
3626
|
notaryId: 'Compact<u32>',
|
|
@@ -3625,13 +3630,13 @@ export default {
|
|
|
3625
3630
|
blockVotingPower: 'Compact<u128>',
|
|
3626
3631
|
},
|
|
3627
3632
|
/**
|
|
3628
|
-
*
|
|
3633
|
+
* Lookup470: pallet_block_seal_spec::pallet::Error<T>
|
|
3629
3634
|
**/
|
|
3630
3635
|
PalletBlockSealSpecError: {
|
|
3631
3636
|
_enum: ['MaxNotebooksAtTickExceeded'],
|
|
3632
3637
|
},
|
|
3633
3638
|
/**
|
|
3634
|
-
*
|
|
3639
|
+
* Lookup472: pallet_domains::pallet::Error<T>
|
|
3635
3640
|
**/
|
|
3636
3641
|
PalletDomainsError: {
|
|
3637
3642
|
_enum: [
|
|
@@ -3643,7 +3648,15 @@ export default {
|
|
|
3643
3648
|
],
|
|
3644
3649
|
},
|
|
3645
3650
|
/**
|
|
3646
|
-
*
|
|
3651
|
+
* Lookup474: pallet_price_index::EthereumPriceFrameAccumulator
|
|
3652
|
+
**/
|
|
3653
|
+
PalletPriceIndexEthereumPriceFrameAccumulator: {
|
|
3654
|
+
totalUsdPrice: 'u128',
|
|
3655
|
+
totalWeiPerGas: 'Compact<u128>',
|
|
3656
|
+
sampleCount: 'Compact<u32>',
|
|
3657
|
+
},
|
|
3658
|
+
/**
|
|
3659
|
+
* Lookup479: pallet_price_index::CpiMeasurementBucket
|
|
3647
3660
|
**/
|
|
3648
3661
|
PalletPriceIndexCpiMeasurementBucket: {
|
|
3649
3662
|
tickRange: '(u64,u64)',
|
|
@@ -3651,7 +3664,7 @@ export default {
|
|
|
3651
3664
|
measurementsCount: 'u32',
|
|
3652
3665
|
},
|
|
3653
3666
|
/**
|
|
3654
|
-
*
|
|
3667
|
+
* Lookup483: pallet_price_index::ArgonotAverageFrameAccumulator<Balance>
|
|
3655
3668
|
**/
|
|
3656
3669
|
PalletPriceIndexArgonotAverageFrameAccumulator: {
|
|
3657
3670
|
frameId: 'Compact<u64>',
|
|
@@ -3659,7 +3672,7 @@ export default {
|
|
|
3659
3672
|
sampleCount: 'Compact<u32>',
|
|
3660
3673
|
},
|
|
3661
3674
|
/**
|
|
3662
|
-
*
|
|
3675
|
+
* Lookup484: pallet_price_index::pallet::Error<T>
|
|
3663
3676
|
**/
|
|
3664
3677
|
PalletPriceIndexError: {
|
|
3665
3678
|
_enum: [
|
|
@@ -3667,10 +3680,11 @@ export default {
|
|
|
3667
3680
|
'MissingValue',
|
|
3668
3681
|
'PricesTooOld',
|
|
3669
3682
|
'MaxPriceChangePerTickExceeded',
|
|
3683
|
+
'InvalidEthereumPrices',
|
|
3670
3684
|
],
|
|
3671
3685
|
},
|
|
3672
3686
|
/**
|
|
3673
|
-
*
|
|
3687
|
+
* Lookup485: pallet_grandpa::StoredState<N>
|
|
3674
3688
|
**/
|
|
3675
3689
|
PalletGrandpaStoredState: {
|
|
3676
3690
|
_enum: {
|
|
@@ -3687,7 +3701,7 @@ export default {
|
|
|
3687
3701
|
},
|
|
3688
3702
|
},
|
|
3689
3703
|
/**
|
|
3690
|
-
*
|
|
3704
|
+
* Lookup486: pallet_grandpa::StoredPendingChange<N, Limit>
|
|
3691
3705
|
**/
|
|
3692
3706
|
PalletGrandpaStoredPendingChange: {
|
|
3693
3707
|
scheduledAt: 'u32',
|
|
@@ -3696,7 +3710,7 @@ export default {
|
|
|
3696
3710
|
forced: 'Option<u32>',
|
|
3697
3711
|
},
|
|
3698
3712
|
/**
|
|
3699
|
-
*
|
|
3713
|
+
* Lookup488: pallet_grandpa::pallet::Error<T>
|
|
3700
3714
|
**/
|
|
3701
3715
|
PalletGrandpaError: {
|
|
3702
3716
|
_enum: [
|
|
@@ -3710,7 +3724,7 @@ export default {
|
|
|
3710
3724
|
],
|
|
3711
3725
|
},
|
|
3712
3726
|
/**
|
|
3713
|
-
*
|
|
3727
|
+
* Lookup489: argon_primitives::providers::BlockSealerInfo<sp_core::crypto::AccountId32, argon_primitives::block_seal::app::Public>
|
|
3714
3728
|
**/
|
|
3715
3729
|
ArgonPrimitivesProvidersBlockSealerInfo: {
|
|
3716
3730
|
blockAuthorAccountId: 'AccountId32',
|
|
@@ -3718,7 +3732,7 @@ export default {
|
|
|
3718
3732
|
blockSealAuthority: 'Option<ArgonPrimitivesBlockSealAppPublic>',
|
|
3719
3733
|
},
|
|
3720
3734
|
/**
|
|
3721
|
-
*
|
|
3735
|
+
* Lookup491: pallet_block_seal::pallet::Error<T>
|
|
3722
3736
|
**/
|
|
3723
3737
|
PalletBlockSealError: {
|
|
3724
3738
|
_enum: [
|
|
@@ -3746,11 +3760,11 @@ export default {
|
|
|
3746
3760
|
],
|
|
3747
3761
|
},
|
|
3748
3762
|
/**
|
|
3749
|
-
*
|
|
3763
|
+
* Lookup495: pallet_block_rewards::pallet::Error<T>
|
|
3750
3764
|
**/
|
|
3751
3765
|
PalletBlockRewardsError: 'Null',
|
|
3752
3766
|
/**
|
|
3753
|
-
*
|
|
3767
|
+
* Lookup496: pallet_mint::pallet::PendingMintUtxo<T>
|
|
3754
3768
|
**/
|
|
3755
3769
|
PalletMintPendingMintUtxo: {
|
|
3756
3770
|
utxoId: 'Compact<u64>',
|
|
@@ -3759,7 +3773,7 @@ export default {
|
|
|
3759
3773
|
maxAmountPerFrame: 'Compact<u128>',
|
|
3760
3774
|
},
|
|
3761
3775
|
/**
|
|
3762
|
-
*
|
|
3776
|
+
* Lookup498: pallet_mint::pallet::MintQueueCursor
|
|
3763
3777
|
**/
|
|
3764
3778
|
PalletMintMintQueueCursor: {
|
|
3765
3779
|
payoutStartIndex: 'Compact<u64>',
|
|
@@ -3767,7 +3781,7 @@ export default {
|
|
|
3767
3781
|
payoutCursorFrameId: 'Option<u64>',
|
|
3768
3782
|
},
|
|
3769
3783
|
/**
|
|
3770
|
-
*
|
|
3784
|
+
* Lookup501: pallet_mint::pallet::MintAction<B>
|
|
3771
3785
|
**/
|
|
3772
3786
|
PalletMintMintAction: {
|
|
3773
3787
|
argonBurned: 'u128',
|
|
@@ -3775,13 +3789,13 @@ export default {
|
|
|
3775
3789
|
bitcoinMinted: 'u128',
|
|
3776
3790
|
},
|
|
3777
3791
|
/**
|
|
3778
|
-
*
|
|
3792
|
+
* Lookup503: pallet_mint::pallet::Error<T>
|
|
3779
3793
|
**/
|
|
3780
3794
|
PalletMintError: {
|
|
3781
3795
|
_enum: ['TooManyPendingMints'],
|
|
3782
3796
|
},
|
|
3783
3797
|
/**
|
|
3784
|
-
*
|
|
3798
|
+
* Lookup505: pallet_balances::types::BalanceLock<Balance>
|
|
3785
3799
|
**/
|
|
3786
3800
|
PalletBalancesBalanceLock: {
|
|
3787
3801
|
id: '[u8;8]',
|
|
@@ -3789,34 +3803,34 @@ export default {
|
|
|
3789
3803
|
reasons: 'PalletBalancesReasons',
|
|
3790
3804
|
},
|
|
3791
3805
|
/**
|
|
3792
|
-
*
|
|
3806
|
+
* Lookup506: pallet_balances::types::Reasons
|
|
3793
3807
|
**/
|
|
3794
3808
|
PalletBalancesReasons: {
|
|
3795
3809
|
_enum: ['Fee', 'Misc', 'All'],
|
|
3796
3810
|
},
|
|
3797
3811
|
/**
|
|
3798
|
-
*
|
|
3812
|
+
* Lookup509: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
|
|
3799
3813
|
**/
|
|
3800
3814
|
PalletBalancesReserveData: {
|
|
3801
3815
|
id: '[u8;8]',
|
|
3802
3816
|
amount: 'u128',
|
|
3803
3817
|
},
|
|
3804
3818
|
/**
|
|
3805
|
-
*
|
|
3819
|
+
* Lookup512: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeHoldReason, Balance>
|
|
3806
3820
|
**/
|
|
3807
3821
|
FrameSupportTokensMiscIdAmountRuntimeHoldReason: {
|
|
3808
3822
|
id: 'ArgonRuntimeRuntimeHoldReason',
|
|
3809
3823
|
amount: 'u128',
|
|
3810
3824
|
},
|
|
3811
3825
|
/**
|
|
3812
|
-
*
|
|
3826
|
+
* Lookup515: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeFreezeReason, Balance>
|
|
3813
3827
|
**/
|
|
3814
3828
|
FrameSupportTokensMiscIdAmountRuntimeFreezeReason: {
|
|
3815
3829
|
id: 'ArgonRuntimeRuntimeFreezeReason',
|
|
3816
3830
|
amount: 'u128',
|
|
3817
3831
|
},
|
|
3818
3832
|
/**
|
|
3819
|
-
*
|
|
3833
|
+
* Lookup516: argon_runtime::RuntimeFreezeReason
|
|
3820
3834
|
**/
|
|
3821
3835
|
ArgonRuntimeRuntimeFreezeReason: {
|
|
3822
3836
|
_enum: {
|
|
@@ -3843,13 +3857,13 @@ export default {
|
|
|
3843
3857
|
},
|
|
3844
3858
|
},
|
|
3845
3859
|
/**
|
|
3846
|
-
*
|
|
3860
|
+
* Lookup517: pallet_block_rewards::pallet::FreezeReason
|
|
3847
3861
|
**/
|
|
3848
3862
|
PalletBlockRewardsFreezeReason: {
|
|
3849
3863
|
_enum: ['MaturationPeriod'],
|
|
3850
3864
|
},
|
|
3851
3865
|
/**
|
|
3852
|
-
*
|
|
3866
|
+
* Lookup519: pallet_balances::pallet::Error<T, I>
|
|
3853
3867
|
**/
|
|
3854
3868
|
PalletBalancesError: {
|
|
3855
3869
|
_enum: [
|
|
@@ -3868,48 +3882,48 @@ export default {
|
|
|
3868
3882
|
],
|
|
3869
3883
|
},
|
|
3870
3884
|
/**
|
|
3871
|
-
*
|
|
3885
|
+
* Lookup521: pallet_tx_pause::pallet::Error<T>
|
|
3872
3886
|
**/
|
|
3873
3887
|
PalletTxPauseError: {
|
|
3874
3888
|
_enum: ['IsPaused', 'IsUnpaused', 'Unpausable', 'NotFound'],
|
|
3875
3889
|
},
|
|
3876
3890
|
/**
|
|
3877
|
-
*
|
|
3891
|
+
* Lookup522: pallet_transaction_payment::Releases
|
|
3878
3892
|
**/
|
|
3879
3893
|
PalletTransactionPaymentReleases: {
|
|
3880
3894
|
_enum: ['V1Ancient', 'V2'],
|
|
3881
3895
|
},
|
|
3882
3896
|
/**
|
|
3883
|
-
*
|
|
3897
|
+
* Lookup523: frame_support::traits::storage::NoDrop<frame_support::traits::tokens::fungible::imbalance::Imbalance<B, OnDrop, OppositeOnDrop>>
|
|
3884
3898
|
**/
|
|
3885
3899
|
FrameSupportStorageNoDrop: 'FrameSupportTokensFungibleImbalance',
|
|
3886
3900
|
/**
|
|
3887
|
-
*
|
|
3901
|
+
* Lookup524: frame_support::traits::tokens::fungible::imbalance::Imbalance<B, OnDrop, OppositeOnDrop>
|
|
3888
3902
|
**/
|
|
3889
3903
|
FrameSupportTokensFungibleImbalance: {
|
|
3890
3904
|
amount: 'u128',
|
|
3891
3905
|
},
|
|
3892
3906
|
/**
|
|
3893
|
-
*
|
|
3907
|
+
* Lookup525: pallet_utility::pallet::Error<T>
|
|
3894
3908
|
**/
|
|
3895
3909
|
PalletUtilityError: {
|
|
3896
3910
|
_enum: ['TooManyCalls'],
|
|
3897
3911
|
},
|
|
3898
3912
|
/**
|
|
3899
|
-
*
|
|
3913
|
+
* Lookup526: pallet_sudo::pallet::Error<T>
|
|
3900
3914
|
**/
|
|
3901
3915
|
PalletSudoError: {
|
|
3902
3916
|
_enum: ['RequireSudo'],
|
|
3903
3917
|
},
|
|
3904
3918
|
/**
|
|
3905
|
-
*
|
|
3919
|
+
* Lookup527: pallet_treasury::pallet::FrameVaultCapital<T>
|
|
3906
3920
|
**/
|
|
3907
3921
|
PalletTreasuryFrameVaultCapital: {
|
|
3908
3922
|
frameId: 'Compact<u64>',
|
|
3909
3923
|
vaults: 'BTreeMap<u32, PalletTreasuryVaultCapital>',
|
|
3910
3924
|
},
|
|
3911
3925
|
/**
|
|
3912
|
-
*
|
|
3926
|
+
* Lookup529: pallet_treasury::pallet::VaultCapital<T>
|
|
3913
3927
|
**/
|
|
3914
3928
|
PalletTreasuryVaultCapital: {
|
|
3915
3929
|
bondLotAllocations: 'Vec<PalletTreasuryBondLotAllocation>',
|
|
@@ -3918,14 +3932,14 @@ export default {
|
|
|
3918
3932
|
eligibleBonds: 'Compact<u32>',
|
|
3919
3933
|
},
|
|
3920
3934
|
/**
|
|
3921
|
-
*
|
|
3935
|
+
* Lookup531: pallet_treasury::pallet::BondLotAllocation
|
|
3922
3936
|
**/
|
|
3923
3937
|
PalletTreasuryBondLotAllocation: {
|
|
3924
3938
|
bondLotId: 'Compact<u64>',
|
|
3925
3939
|
prorata: 'u128',
|
|
3926
3940
|
},
|
|
3927
3941
|
/**
|
|
3928
|
-
*
|
|
3942
|
+
* Lookup536: pallet_treasury::pallet::FrameArgonotBondParticipants<T>
|
|
3929
3943
|
**/
|
|
3930
3944
|
PalletTreasuryFrameArgonotBondParticipants: {
|
|
3931
3945
|
frameId: 'Compact<u64>',
|
|
@@ -3933,14 +3947,14 @@ export default {
|
|
|
3933
3947
|
bondLots: 'Vec<PalletTreasuryBondLotSummary>',
|
|
3934
3948
|
},
|
|
3935
3949
|
/**
|
|
3936
|
-
*
|
|
3950
|
+
* Lookup538: pallet_treasury::pallet::BondLotSummary
|
|
3937
3951
|
**/
|
|
3938
3952
|
PalletTreasuryBondLotSummary: {
|
|
3939
3953
|
bondLotId: 'Compact<u64>',
|
|
3940
3954
|
bonds: 'Compact<u32>',
|
|
3941
3955
|
},
|
|
3942
3956
|
/**
|
|
3943
|
-
*
|
|
3957
|
+
* Lookup540: pallet_treasury::pallet::BondLot<T>
|
|
3944
3958
|
**/
|
|
3945
3959
|
PalletTreasuryBondLot: {
|
|
3946
3960
|
owner: 'AccountId32',
|
|
@@ -3956,7 +3970,7 @@ export default {
|
|
|
3956
3970
|
releaseReason: 'Option<PalletTreasuryBondReleaseReason>',
|
|
3957
3971
|
},
|
|
3958
3972
|
/**
|
|
3959
|
-
*
|
|
3973
|
+
* Lookup541: pallet_treasury::pallet::BondProgram
|
|
3960
3974
|
**/
|
|
3961
3975
|
PalletTreasuryBondProgram: {
|
|
3962
3976
|
_enum: {
|
|
@@ -3969,7 +3983,7 @@ export default {
|
|
|
3969
3983
|
},
|
|
3970
3984
|
},
|
|
3971
3985
|
/**
|
|
3972
|
-
*
|
|
3986
|
+
* Lookup544: pallet_treasury::pallet::VaultBondState<T>
|
|
3973
3987
|
**/
|
|
3974
3988
|
PalletTreasuryVaultBondState: {
|
|
3975
3989
|
bondLots: 'Vec<PalletTreasuryBondLotSummary>',
|
|
@@ -3977,7 +3991,7 @@ export default {
|
|
|
3977
3991
|
backfillBondsReserved: 'Compact<u32>',
|
|
3978
3992
|
},
|
|
3979
3993
|
/**
|
|
3980
|
-
*
|
|
3994
|
+
* Lookup546: pallet_treasury::pallet::Error<T>
|
|
3981
3995
|
**/
|
|
3982
3996
|
PalletTreasuryError: {
|
|
3983
3997
|
_enum: [
|
|
@@ -4004,19 +4018,21 @@ export default {
|
|
|
4004
4018
|
],
|
|
4005
4019
|
},
|
|
4006
4020
|
/**
|
|
4007
|
-
*
|
|
4021
|
+
* Lookup547: pallet_fee_control::pallet::Error<T>
|
|
4008
4022
|
**/
|
|
4009
4023
|
PalletFeeControlError: {
|
|
4010
4024
|
_enum: ['SponsoredFeeTooHigh'],
|
|
4011
4025
|
},
|
|
4012
4026
|
/**
|
|
4013
|
-
*
|
|
4027
|
+
* Lookup548: pallet_operational_accounts::pallet::OperationalAccount<T>
|
|
4014
4028
|
**/
|
|
4015
4029
|
PalletOperationalAccountsOperationalAccount: {
|
|
4016
4030
|
vaultAccount: 'AccountId32',
|
|
4017
4031
|
miningAccount: 'AccountId32',
|
|
4018
4032
|
encryptionPubkey: 'PalletOperationalAccountsOpaqueEncryptionPubkey',
|
|
4019
4033
|
upstreamAccount: 'Option<AccountId32>',
|
|
4034
|
+
name: 'Option<Bytes>',
|
|
4035
|
+
lastNameChangeTick: 'Option<u64>',
|
|
4020
4036
|
uniswapArgonTransfersInAmount: 'u128',
|
|
4021
4037
|
accountBitcoinAmount: 'u128',
|
|
4022
4038
|
accountVaultBondAmount: 'u128',
|
|
@@ -4026,7 +4042,6 @@ export default {
|
|
|
4026
4042
|
miningSeatAccrual: 'Compact<u32>',
|
|
4027
4043
|
miningSeatAppliedTotal: 'Compact<u32>',
|
|
4028
4044
|
operationalCertificationsCount: 'Compact<u32>',
|
|
4029
|
-
accessCodePending: 'bool',
|
|
4030
4045
|
availableAccessCodes: 'Compact<u32>',
|
|
4031
4046
|
rewardsEarnedCount: 'Compact<u32>',
|
|
4032
4047
|
rewardsEarnedAmount: 'u128',
|
|
@@ -4034,14 +4049,14 @@ export default {
|
|
|
4034
4049
|
isOperationallyCertified: 'bool',
|
|
4035
4050
|
},
|
|
4036
4051
|
/**
|
|
4037
|
-
*
|
|
4052
|
+
* Lookup549: pallet_operational_accounts::pallet::RewardsConfig<Balance>
|
|
4038
4053
|
**/
|
|
4039
4054
|
PalletOperationalAccountsRewardsConfig: {
|
|
4040
4055
|
operationalCertificationReward: 'Compact<u128>',
|
|
4041
4056
|
operationalCertificationBonusReward: 'Compact<u128>',
|
|
4042
4057
|
},
|
|
4043
4058
|
/**
|
|
4044
|
-
*
|
|
4059
|
+
* Lookup550: pallet_operational_accounts::pallet::Error<T>
|
|
4045
4060
|
**/
|
|
4046
4061
|
PalletOperationalAccountsError: {
|
|
4047
4062
|
_enum: [
|
|
@@ -4064,16 +4079,17 @@ export default {
|
|
|
4064
4079
|
'AlreadyOperationallyCertified',
|
|
4065
4080
|
'NotEligibleForActivation',
|
|
4066
4081
|
'UpstreamHasNoAvailableAccessCodes',
|
|
4082
|
+
'InvalidName',
|
|
4067
4083
|
],
|
|
4068
4084
|
},
|
|
4069
4085
|
/**
|
|
4070
|
-
*
|
|
4086
|
+
* Lookup551: pallet_ethereum_verifier::types::FinalizedBeaconHeaderState
|
|
4071
4087
|
**/
|
|
4072
4088
|
PalletEthereumVerifierFinalizedBeaconHeaderState: {
|
|
4073
4089
|
slot: 'Compact<u64>',
|
|
4074
4090
|
},
|
|
4075
4091
|
/**
|
|
4076
|
-
*
|
|
4092
|
+
* Lookup552: pallet_ethereum_verifier::types::ExecutionHeaderAnchor
|
|
4077
4093
|
**/
|
|
4078
4094
|
PalletEthereumVerifierExecutionHeaderAnchor: {
|
|
4079
4095
|
blockNumber: 'Compact<u64>',
|
|
@@ -4084,7 +4100,7 @@ export default {
|
|
|
4084
4100
|
receiptsRoot: 'H256',
|
|
4085
4101
|
},
|
|
4086
4102
|
/**
|
|
4087
|
-
*
|
|
4103
|
+
* Lookup553: pallet_ethereum_verifier::types::SyncCommitteePrepared
|
|
4088
4104
|
**/
|
|
4089
4105
|
PalletEthereumVerifierSyncCommitteePrepared: {
|
|
4090
4106
|
root: 'H256',
|
|
@@ -4092,13 +4108,13 @@ export default {
|
|
|
4092
4108
|
aggregatePubkey: 'SnowbridgeMilagroBlsKeysPublicKey',
|
|
4093
4109
|
},
|
|
4094
4110
|
/**
|
|
4095
|
-
*
|
|
4111
|
+
* Lookup555: snowbridge_milagro_bls::keys::PublicKey
|
|
4096
4112
|
**/
|
|
4097
4113
|
SnowbridgeMilagroBlsKeysPublicKey: {
|
|
4098
4114
|
point: 'SnowbridgeAmclBls381Ecp',
|
|
4099
4115
|
},
|
|
4100
4116
|
/**
|
|
4101
|
-
*
|
|
4117
|
+
* Lookup556: snowbridge_amcl::bls381::ecp::ECP
|
|
4102
4118
|
**/
|
|
4103
4119
|
SnowbridgeAmclBls381Ecp: {
|
|
4104
4120
|
x: 'SnowbridgeAmclBls381Fp',
|
|
@@ -4106,26 +4122,26 @@ export default {
|
|
|
4106
4122
|
z: 'SnowbridgeAmclBls381Fp',
|
|
4107
4123
|
},
|
|
4108
4124
|
/**
|
|
4109
|
-
*
|
|
4125
|
+
* Lookup557: snowbridge_amcl::bls381::fp::FP
|
|
4110
4126
|
**/
|
|
4111
4127
|
SnowbridgeAmclBls381Fp: {
|
|
4112
4128
|
x: 'SnowbridgeAmclBls381Big',
|
|
4113
4129
|
xes: 'i32',
|
|
4114
4130
|
},
|
|
4115
4131
|
/**
|
|
4116
|
-
*
|
|
4132
|
+
* Lookup558: snowbridge_amcl::bls381::big::Big
|
|
4117
4133
|
**/
|
|
4118
4134
|
SnowbridgeAmclBls381Big: {
|
|
4119
4135
|
w: '[i32;14]',
|
|
4120
4136
|
},
|
|
4121
4137
|
/**
|
|
4122
|
-
*
|
|
4138
|
+
* Lookup562: argon_primitives::ethereum::EthereumBeaconPreset
|
|
4123
4139
|
**/
|
|
4124
4140
|
ArgonPrimitivesEthereumEthereumBeaconPreset: {
|
|
4125
4141
|
_enum: ['Mainnet', 'Minimal'],
|
|
4126
4142
|
},
|
|
4127
4143
|
/**
|
|
4128
|
-
*
|
|
4144
|
+
* Lookup563: pallet_ethereum_verifier::pallet::Error<T>
|
|
4129
4145
|
**/
|
|
4130
4146
|
PalletEthereumVerifierError: {
|
|
4131
4147
|
_enum: [
|
|
@@ -4156,7 +4172,7 @@ export default {
|
|
|
4156
4172
|
],
|
|
4157
4173
|
},
|
|
4158
4174
|
/**
|
|
4159
|
-
*
|
|
4175
|
+
* Lookup564: pallet_crosschain_transfer::pallet::AccountTransferTotals<T>
|
|
4160
4176
|
**/
|
|
4161
4177
|
PalletCrosschainTransferAccountTransferTotals: {
|
|
4162
4178
|
microgonsIn: 'u128',
|
|
@@ -4169,7 +4185,7 @@ export default {
|
|
|
4169
4185
|
argonotTransfersOutCount: 'Compact<u32>',
|
|
4170
4186
|
},
|
|
4171
4187
|
/**
|
|
4172
|
-
*
|
|
4188
|
+
* Lookup566: pallet_crosschain_transfer::pallet::GlobalIssuanceCouncil<T>
|
|
4173
4189
|
**/
|
|
4174
4190
|
PalletCrosschainTransferGlobalIssuanceCouncil: {
|
|
4175
4191
|
epochMicrogonsPerArgonot: 'u128',
|
|
@@ -4177,7 +4193,7 @@ export default {
|
|
|
4177
4193
|
totalWeight: 'u128',
|
|
4178
4194
|
},
|
|
4179
4195
|
/**
|
|
4180
|
-
*
|
|
4196
|
+
* Lookup568: pallet_crosschain_transfer::pallet::GlobalIssuanceCouncilMember<T>
|
|
4181
4197
|
**/
|
|
4182
4198
|
PalletCrosschainTransferGlobalIssuanceCouncilMember: {
|
|
4183
4199
|
accountId: 'AccountId32',
|
|
@@ -4185,7 +4201,7 @@ export default {
|
|
|
4185
4201
|
weight: 'u128',
|
|
4186
4202
|
},
|
|
4187
4203
|
/**
|
|
4188
|
-
*
|
|
4204
|
+
* Lookup573: pallet_crosschain_transfer::pallet::CouncilApprovalQueueEntry<T>
|
|
4189
4205
|
**/
|
|
4190
4206
|
PalletCrosschainTransferCouncilApprovalQueueEntry: {
|
|
4191
4207
|
approvingCouncilHash: 'H256',
|
|
@@ -4198,7 +4214,7 @@ export default {
|
|
|
4198
4214
|
signatures: 'BTreeMap<H160, [u8;65]>',
|
|
4199
4215
|
},
|
|
4200
4216
|
/**
|
|
4201
|
-
*
|
|
4217
|
+
* Lookup578: pallet_crosschain_transfer::pallet::MintingAuthority<T>
|
|
4202
4218
|
**/
|
|
4203
4219
|
PalletCrosschainTransferMintingAuthority: {
|
|
4204
4220
|
accountId: 'AccountId32',
|
|
@@ -4216,13 +4232,13 @@ export default {
|
|
|
4216
4232
|
deactivationApprovalQueueNonce: 'Option<u64>',
|
|
4217
4233
|
},
|
|
4218
4234
|
/**
|
|
4219
|
-
*
|
|
4235
|
+
* Lookup579: pallet_crosschain_transfer::pallet::MintingAuthorityState
|
|
4220
4236
|
**/
|
|
4221
4237
|
PalletCrosschainTransferMintingAuthorityState: {
|
|
4222
4238
|
_enum: ['PendingActivation', 'Active', 'Deactivating'],
|
|
4223
4239
|
},
|
|
4224
4240
|
/**
|
|
4225
|
-
*
|
|
4241
|
+
* Lookup581: pallet_crosschain_transfer::transfer_out::TransferOutOfArgon<T>
|
|
4226
4242
|
**/
|
|
4227
4243
|
PalletCrosschainTransferTransferOutTransferOutOfArgon: {
|
|
4228
4244
|
argonAccountId: 'AccountId32',
|
|
@@ -4240,7 +4256,7 @@ export default {
|
|
|
4240
4256
|
state: 'PalletCrosschainTransferTransferOutTransferOutState',
|
|
4241
4257
|
},
|
|
4242
4258
|
/**
|
|
4243
|
-
*
|
|
4259
|
+
* Lookup583: pallet_crosschain_transfer::transfer_out::MintingAuthorityTransferReservation<T>
|
|
4244
4260
|
**/
|
|
4245
4261
|
PalletCrosschainTransferTransferOutMintingAuthorityTransferReservation: {
|
|
4246
4262
|
microgonCollateral: 'u128',
|
|
@@ -4249,13 +4265,13 @@ export default {
|
|
|
4249
4265
|
signature: '[u8;65]',
|
|
4250
4266
|
},
|
|
4251
4267
|
/**
|
|
4252
|
-
*
|
|
4268
|
+
* Lookup587: pallet_crosschain_transfer::transfer_out::TransferOutState
|
|
4253
4269
|
**/
|
|
4254
4270
|
PalletCrosschainTransferTransferOutTransferOutState: {
|
|
4255
4271
|
_enum: ['Started', 'Ready'],
|
|
4256
4272
|
},
|
|
4257
4273
|
/**
|
|
4258
|
-
*
|
|
4274
|
+
* Lookup589: pallet_crosschain_transfer::transfer_out::PendingCollateralizationRequest<T>
|
|
4259
4275
|
**/
|
|
4260
4276
|
PalletCrosschainTransferTransferOutPendingCollateralizationRequest: {
|
|
4261
4277
|
transferId: 'H256',
|
|
@@ -4263,14 +4279,14 @@ export default {
|
|
|
4263
4279
|
remainingMintingAuthorityTip: 'u128',
|
|
4264
4280
|
},
|
|
4265
4281
|
/**
|
|
4266
|
-
*
|
|
4282
|
+
* Lookup591: pallet_crosschain_transfer::pallet::SourceChainCirculation<T>
|
|
4267
4283
|
**/
|
|
4268
4284
|
PalletCrosschainTransferSourceChainCirculation: {
|
|
4269
4285
|
argonCirculation: 'u128',
|
|
4270
4286
|
argonotCirculation: 'u128',
|
|
4271
4287
|
},
|
|
4272
4288
|
/**
|
|
4273
|
-
*
|
|
4289
|
+
* Lookup592: pallet_crosschain_transfer::pallet::Error<T>
|
|
4274
4290
|
**/
|
|
4275
4291
|
PalletCrosschainTransferError: {
|
|
4276
4292
|
_enum: [
|
|
@@ -4332,61 +4348,61 @@ export default {
|
|
|
4332
4348
|
],
|
|
4333
4349
|
},
|
|
4334
4350
|
/**
|
|
4335
|
-
*
|
|
4351
|
+
* Lookup594: pallet_bootstrap::pallet::Error<T>
|
|
4336
4352
|
**/
|
|
4337
4353
|
PalletBootstrapError: {
|
|
4338
4354
|
_enum: ['EncryptedPayloadTooLong', 'InvalidRecoveryProof', 'EndpointOwnedByAnotherAccount'],
|
|
4339
4355
|
},
|
|
4340
4356
|
/**
|
|
4341
|
-
*
|
|
4357
|
+
* Lookup597: frame_system::extensions::authorize_call::AuthorizeCall<T>
|
|
4342
4358
|
**/
|
|
4343
4359
|
FrameSystemExtensionsAuthorizeCall: 'Null',
|
|
4344
4360
|
/**
|
|
4345
|
-
*
|
|
4361
|
+
* Lookup598: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
|
|
4346
4362
|
**/
|
|
4347
4363
|
FrameSystemExtensionsCheckNonZeroSender: 'Null',
|
|
4348
4364
|
/**
|
|
4349
|
-
*
|
|
4365
|
+
* Lookup599: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
|
|
4350
4366
|
**/
|
|
4351
4367
|
FrameSystemExtensionsCheckSpecVersion: 'Null',
|
|
4352
4368
|
/**
|
|
4353
|
-
*
|
|
4369
|
+
* Lookup600: frame_system::extensions::check_tx_version::CheckTxVersion<T>
|
|
4354
4370
|
**/
|
|
4355
4371
|
FrameSystemExtensionsCheckTxVersion: 'Null',
|
|
4356
4372
|
/**
|
|
4357
|
-
*
|
|
4373
|
+
* Lookup601: frame_system::extensions::check_genesis::CheckGenesis<T>
|
|
4358
4374
|
**/
|
|
4359
4375
|
FrameSystemExtensionsCheckGenesis: 'Null',
|
|
4360
4376
|
/**
|
|
4361
|
-
*
|
|
4377
|
+
* Lookup604: frame_system::extensions::check_nonce::CheckNonce<T>
|
|
4362
4378
|
**/
|
|
4363
4379
|
FrameSystemExtensionsCheckNonce: 'Compact<u32>',
|
|
4364
4380
|
/**
|
|
4365
|
-
*
|
|
4381
|
+
* Lookup605: frame_system::extensions::check_weight::CheckWeight<T>
|
|
4366
4382
|
**/
|
|
4367
4383
|
FrameSystemExtensionsCheckWeight: 'Null',
|
|
4368
4384
|
/**
|
|
4369
|
-
*
|
|
4385
|
+
* Lookup606: pallet_transaction_payment::ChargeTransactionPayment<T>
|
|
4370
4386
|
**/
|
|
4371
4387
|
PalletTransactionPaymentChargeTransactionPayment: 'Compact<u128>',
|
|
4372
4388
|
/**
|
|
4373
|
-
*
|
|
4389
|
+
* Lookup607: frame_metadata_hash_extension::CheckMetadataHash<T>
|
|
4374
4390
|
**/
|
|
4375
4391
|
FrameMetadataHashExtensionCheckMetadataHash: {
|
|
4376
4392
|
mode: 'FrameMetadataHashExtensionMode',
|
|
4377
4393
|
},
|
|
4378
4394
|
/**
|
|
4379
|
-
*
|
|
4395
|
+
* Lookup608: frame_metadata_hash_extension::Mode
|
|
4380
4396
|
**/
|
|
4381
4397
|
FrameMetadataHashExtensionMode: {
|
|
4382
4398
|
_enum: ['Disabled', 'Enabled'],
|
|
4383
4399
|
},
|
|
4384
4400
|
/**
|
|
4385
|
-
*
|
|
4401
|
+
* Lookup609: frame_system::extensions::weight_reclaim::WeightReclaim<T>
|
|
4386
4402
|
**/
|
|
4387
4403
|
FrameSystemExtensionsWeightReclaim: 'Null',
|
|
4388
4404
|
/**
|
|
4389
|
-
*
|
|
4405
|
+
* Lookup611: argon_runtime::Runtime
|
|
4390
4406
|
**/
|
|
4391
4407
|
ArgonRuntimeRuntime: 'Null',
|
|
4392
4408
|
};
|