@argonprotocol/mainchain 0.0.16 → 0.0.18
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/README.md +46 -0
- package/lib/cjs/WageProtector.d.ts +37 -0
- package/lib/cjs/WageProtector.js +63 -0
- package/lib/cjs/WageProtector.js.map +1 -0
- package/lib/cjs/__test__/WageProtector.test.d.ts +1 -0
- package/lib/cjs/__test__/WageProtector.test.js +28 -0
- package/lib/cjs/__test__/WageProtector.test.js.map +1 -0
- package/lib/cjs/index.d.ts +16 -1
- package/lib/cjs/index.js +22 -7
- package/lib/cjs/index.js.map +1 -1
- package/lib/cjs/interfaces/augment-api-consts.d.ts +34 -7
- package/lib/cjs/interfaces/augment-api-errors.d.ts +115 -4
- package/lib/cjs/interfaces/augment-api-events.d.ts +172 -14
- package/lib/cjs/interfaces/augment-api-query.d.ts +160 -29
- package/lib/cjs/interfaces/augment-api-tx.d.ts +140 -13
- package/lib/cjs/interfaces/augment-types.d.ts +4 -1
- package/lib/cjs/interfaces/lookup.d.ts +809 -307
- package/lib/cjs/interfaces/lookup.js +840 -338
- package/lib/cjs/interfaces/lookup.js.map +1 -1
- package/lib/cjs/interfaces/registry.d.ts +55 -9
- package/lib/cjs/interfaces/types-lookup.d.ts +792 -328
- package/lib/esm/WageProtector.d.ts +37 -0
- package/lib/esm/WageProtector.js +59 -0
- package/lib/esm/WageProtector.js.map +1 -0
- package/lib/esm/__test__/WageProtector.test.d.ts +1 -0
- package/lib/esm/__test__/WageProtector.test.js +26 -0
- package/lib/esm/__test__/WageProtector.test.js.map +1 -0
- package/lib/esm/index.d.ts +16 -1
- package/lib/esm/index.js +16 -2
- package/lib/esm/index.js.map +1 -1
- package/lib/esm/interfaces/augment-api-consts.d.ts +34 -7
- package/lib/esm/interfaces/augment-api-errors.d.ts +115 -4
- package/lib/esm/interfaces/augment-api-events.d.ts +172 -14
- package/lib/esm/interfaces/augment-api-query.d.ts +160 -29
- package/lib/esm/interfaces/augment-api-tx.d.ts +140 -13
- package/lib/esm/interfaces/augment-types.d.ts +4 -1
- package/lib/esm/interfaces/lookup.d.ts +809 -307
- package/lib/esm/interfaces/lookup.js +840 -338
- package/lib/esm/interfaces/lookup.js.map +1 -1
- package/lib/esm/interfaces/registry.d.ts +55 -9
- package/lib/esm/interfaces/types-lookup.d.ts +792 -328
- package/lib/tsconfig-cjs.tsbuildinfo +1 -1
- package/lib/tsconfig-types.tsbuildinfo +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/lib/types/WageProtector.d.ts +37 -0
- package/lib/types/__test__/WageProtector.test.d.ts +1 -0
- package/lib/types/index.d.ts +16 -1
- package/lib/types/interfaces/augment-api-consts.d.ts +34 -7
- package/lib/types/interfaces/augment-api-errors.d.ts +115 -4
- package/lib/types/interfaces/augment-api-events.d.ts +172 -14
- package/lib/types/interfaces/augment-api-query.d.ts +160 -29
- package/lib/types/interfaces/augment-api-tx.d.ts +140 -13
- package/lib/types/interfaces/augment-types.d.ts +4 -1
- package/lib/types/interfaces/lookup.d.ts +809 -307
- package/lib/types/interfaces/registry.d.ts +55 -9
- package/lib/types/interfaces/types-lookup.d.ts +792 -328
- package/package.json +28 -7
|
@@ -56,7 +56,7 @@ declare const _default: {
|
|
|
56
56
|
};
|
|
57
57
|
};
|
|
58
58
|
/**
|
|
59
|
-
* Lookup20: frame_system::EventRecord<
|
|
59
|
+
* Lookup20: frame_system::EventRecord<argon_runtime::RuntimeEvent, primitive_types::H256>
|
|
60
60
|
**/
|
|
61
61
|
FrameSystemEventRecord: {
|
|
62
62
|
phase: string;
|
|
@@ -162,7 +162,11 @@ declare const _default: {
|
|
|
162
162
|
_enum: string[];
|
|
163
163
|
};
|
|
164
164
|
/**
|
|
165
|
-
* Lookup31:
|
|
165
|
+
* Lookup31: pallet_digests::pallet::Event<T>
|
|
166
|
+
**/
|
|
167
|
+
PalletDigestsEvent: string;
|
|
168
|
+
/**
|
|
169
|
+
* Lookup32: pallet_multisig::pallet::Event<T>
|
|
166
170
|
**/
|
|
167
171
|
PalletMultisigEvent: {
|
|
168
172
|
_enum: {
|
|
@@ -193,14 +197,14 @@ declare const _default: {
|
|
|
193
197
|
};
|
|
194
198
|
};
|
|
195
199
|
/**
|
|
196
|
-
*
|
|
200
|
+
* Lookup33: pallet_multisig::Timepoint<BlockNumber>
|
|
197
201
|
**/
|
|
198
202
|
PalletMultisigTimepoint: {
|
|
199
203
|
height: string;
|
|
200
204
|
index: string;
|
|
201
205
|
};
|
|
202
206
|
/**
|
|
203
|
-
*
|
|
207
|
+
* Lookup36: pallet_proxy::pallet::Event<T>
|
|
204
208
|
**/
|
|
205
209
|
PalletProxyEvent: {
|
|
206
210
|
_enum: {
|
|
@@ -233,13 +237,13 @@ declare const _default: {
|
|
|
233
237
|
};
|
|
234
238
|
};
|
|
235
239
|
/**
|
|
236
|
-
*
|
|
240
|
+
* Lookup37: argon_runtime::configs::ProxyType
|
|
237
241
|
**/
|
|
238
|
-
|
|
242
|
+
ArgonRuntimeConfigsProxyType: {
|
|
239
243
|
_enum: string[];
|
|
240
244
|
};
|
|
241
245
|
/**
|
|
242
|
-
*
|
|
246
|
+
* Lookup39: pallet_mining_slot::pallet::Event<T>
|
|
243
247
|
**/
|
|
244
248
|
PalletMiningSlotEvent: {
|
|
245
249
|
_enum: {
|
|
@@ -270,7 +274,7 @@ declare const _default: {
|
|
|
270
274
|
};
|
|
271
275
|
};
|
|
272
276
|
/**
|
|
273
|
-
*
|
|
277
|
+
* Lookup41: argon_primitives::block_seal::MiningRegistration<sp_core::crypto::AccountId32, Balance, argon_runtime::SessionKeys>
|
|
274
278
|
**/
|
|
275
279
|
ArgonPrimitivesBlockSealMiningRegistration: {
|
|
276
280
|
accountId: string;
|
|
@@ -282,22 +286,22 @@ declare const _default: {
|
|
|
282
286
|
authorityKeys: string;
|
|
283
287
|
};
|
|
284
288
|
/**
|
|
285
|
-
*
|
|
289
|
+
* Lookup42: argon_runtime::SessionKeys
|
|
286
290
|
**/
|
|
287
|
-
|
|
291
|
+
ArgonRuntimeSessionKeys: {
|
|
288
292
|
grandpa: string;
|
|
289
293
|
blockSealAuthority: string;
|
|
290
294
|
};
|
|
291
295
|
/**
|
|
292
|
-
*
|
|
296
|
+
* Lookup43: sp_consensus_grandpa::app::Public
|
|
293
297
|
**/
|
|
294
298
|
SpConsensusGrandpaAppPublic: string;
|
|
295
299
|
/**
|
|
296
|
-
*
|
|
300
|
+
* Lookup44: argon_primitives::block_seal::app::Public
|
|
297
301
|
**/
|
|
298
302
|
ArgonPrimitivesBlockSealAppPublic: string;
|
|
299
303
|
/**
|
|
300
|
-
*
|
|
304
|
+
* Lookup45: argon_primitives::block_seal::RewardDestination<sp_core::crypto::AccountId32>
|
|
301
305
|
**/
|
|
302
306
|
ArgonPrimitivesBlockSealRewardDestination: {
|
|
303
307
|
_enum: {
|
|
@@ -306,14 +310,14 @@ declare const _default: {
|
|
|
306
310
|
};
|
|
307
311
|
};
|
|
308
312
|
/**
|
|
309
|
-
*
|
|
313
|
+
* Lookup49: argon_primitives::block_seal::RewardSharing<sp_core::crypto::AccountId32>
|
|
310
314
|
**/
|
|
311
315
|
ArgonPrimitivesBlockSealRewardSharing: {
|
|
312
316
|
accountId: string;
|
|
313
317
|
percentTake: string;
|
|
314
318
|
};
|
|
315
319
|
/**
|
|
316
|
-
*
|
|
320
|
+
* Lookup53: pallet_bitcoin_utxos::pallet::Event<T>
|
|
317
321
|
**/
|
|
318
322
|
PalletBitcoinUtxosEvent: {
|
|
319
323
|
_enum: {
|
|
@@ -350,24 +354,24 @@ declare const _default: {
|
|
|
350
354
|
};
|
|
351
355
|
};
|
|
352
356
|
/**
|
|
353
|
-
*
|
|
357
|
+
* Lookup54: argon_primitives::bitcoin::BitcoinRejectedReason
|
|
354
358
|
**/
|
|
355
359
|
ArgonPrimitivesBitcoinBitcoinRejectedReason: {
|
|
356
360
|
_enum: string[];
|
|
357
361
|
};
|
|
358
362
|
/**
|
|
359
|
-
*
|
|
363
|
+
* Lookup55: argon_primitives::bitcoin::UtxoRef
|
|
360
364
|
**/
|
|
361
365
|
ArgonPrimitivesBitcoinUtxoRef: {
|
|
362
366
|
txid: string;
|
|
363
367
|
outputIndex: string;
|
|
364
368
|
};
|
|
365
369
|
/**
|
|
366
|
-
*
|
|
370
|
+
* Lookup56: argon_primitives::bitcoin::H256Le
|
|
367
371
|
**/
|
|
368
372
|
ArgonPrimitivesBitcoinH256Le: string;
|
|
369
373
|
/**
|
|
370
|
-
*
|
|
374
|
+
* Lookup58: pallet_vaults::pallet::Event<T>
|
|
371
375
|
**/
|
|
372
376
|
PalletVaultsEvent: {
|
|
373
377
|
_enum: {
|
|
@@ -403,7 +407,7 @@ declare const _default: {
|
|
|
403
407
|
};
|
|
404
408
|
};
|
|
405
409
|
/**
|
|
406
|
-
*
|
|
410
|
+
* Lookup59: pallet_bond::pallet::Event<T>
|
|
407
411
|
**/
|
|
408
412
|
PalletBondEvent: {
|
|
409
413
|
_enum: {
|
|
@@ -465,13 +469,13 @@ declare const _default: {
|
|
|
465
469
|
};
|
|
466
470
|
};
|
|
467
471
|
/**
|
|
468
|
-
*
|
|
472
|
+
* Lookup60: argon_primitives::bond::BondType
|
|
469
473
|
**/
|
|
470
474
|
ArgonPrimitivesBondBondType: {
|
|
471
475
|
_enum: string[];
|
|
472
476
|
};
|
|
473
477
|
/**
|
|
474
|
-
*
|
|
478
|
+
* Lookup61: argon_primitives::bond::BondExpiration<BlockNumber>
|
|
475
479
|
**/
|
|
476
480
|
ArgonPrimitivesBondBondExpiration: {
|
|
477
481
|
_enum: {
|
|
@@ -480,7 +484,7 @@ declare const _default: {
|
|
|
480
484
|
};
|
|
481
485
|
};
|
|
482
486
|
/**
|
|
483
|
-
*
|
|
487
|
+
* Lookup64: pallet_notaries::pallet::Event<T>
|
|
484
488
|
**/
|
|
485
489
|
PalletNotariesEvent: {
|
|
486
490
|
_enum: {
|
|
@@ -509,7 +513,7 @@ declare const _default: {
|
|
|
509
513
|
};
|
|
510
514
|
};
|
|
511
515
|
/**
|
|
512
|
-
*
|
|
516
|
+
* Lookup65: argon_primitives::notary::NotaryMeta<MaxHosts>
|
|
513
517
|
**/
|
|
514
518
|
ArgonPrimitivesNotaryNotaryMeta: {
|
|
515
519
|
name: string;
|
|
@@ -517,7 +521,7 @@ declare const _default: {
|
|
|
517
521
|
hosts: string;
|
|
518
522
|
};
|
|
519
523
|
/**
|
|
520
|
-
*
|
|
524
|
+
* Lookup72: argon_primitives::notary::NotaryRecord<sp_core::crypto::AccountId32, BlockNumber, MaxHosts>
|
|
521
525
|
**/
|
|
522
526
|
ArgonPrimitivesNotaryNotaryRecord: {
|
|
523
527
|
notaryId: string;
|
|
@@ -528,7 +532,7 @@ declare const _default: {
|
|
|
528
532
|
meta: string;
|
|
529
533
|
};
|
|
530
534
|
/**
|
|
531
|
-
*
|
|
535
|
+
* Lookup73: pallet_notebook::pallet::Event<T>
|
|
532
536
|
**/
|
|
533
537
|
PalletNotebookEvent: {
|
|
534
538
|
_enum: {
|
|
@@ -549,7 +553,7 @@ declare const _default: {
|
|
|
549
553
|
};
|
|
550
554
|
};
|
|
551
555
|
/**
|
|
552
|
-
*
|
|
556
|
+
* Lookup74: argon_notary_audit::error::VerifyError
|
|
553
557
|
**/
|
|
554
558
|
ArgonNotaryAuditErrorVerifyError: {
|
|
555
559
|
_enum: {
|
|
@@ -649,22 +653,28 @@ declare const _default: {
|
|
|
649
653
|
tick: string;
|
|
650
654
|
notebookTick: string;
|
|
651
655
|
};
|
|
656
|
+
InvalidDefaultBlockVote: string;
|
|
657
|
+
InvalidDefaultBlockVoteAuthor: {
|
|
658
|
+
author: string;
|
|
659
|
+
expected: string;
|
|
660
|
+
};
|
|
661
|
+
NoDefaultBlockVote: string;
|
|
652
662
|
};
|
|
653
663
|
};
|
|
654
664
|
/**
|
|
655
|
-
*
|
|
665
|
+
* Lookup75: argon_primitives::account::AccountType
|
|
656
666
|
**/
|
|
657
667
|
ArgonPrimitivesAccountAccountType: {
|
|
658
668
|
_enum: string[];
|
|
659
669
|
};
|
|
660
670
|
/**
|
|
661
|
-
*
|
|
671
|
+
* Lookup76: argon_notary_audit::AccountHistoryLookupError
|
|
662
672
|
**/
|
|
663
673
|
ArgonNotaryAuditAccountHistoryLookupError: {
|
|
664
674
|
_enum: string[];
|
|
665
675
|
};
|
|
666
676
|
/**
|
|
667
|
-
*
|
|
677
|
+
* Lookup79: pallet_chain_transfer::pallet::Event<T>
|
|
668
678
|
**/
|
|
669
679
|
PalletChainTransferEvent: {
|
|
670
680
|
_enum: {
|
|
@@ -680,12 +690,12 @@ declare const _default: {
|
|
|
680
690
|
transferId: string;
|
|
681
691
|
notaryId: string;
|
|
682
692
|
};
|
|
683
|
-
|
|
693
|
+
TransferFromLocalchain: {
|
|
684
694
|
accountId: string;
|
|
685
695
|
amount: string;
|
|
686
696
|
notaryId: string;
|
|
687
697
|
};
|
|
688
|
-
|
|
698
|
+
TransferFromLocalchainError: {
|
|
689
699
|
accountId: string;
|
|
690
700
|
amount: string;
|
|
691
701
|
notaryId: string;
|
|
@@ -699,7 +709,7 @@ declare const _default: {
|
|
|
699
709
|
notebookNumber: string;
|
|
700
710
|
error: string;
|
|
701
711
|
};
|
|
702
|
-
|
|
712
|
+
PossibleInvalidLocalchainTransferAllowed: {
|
|
703
713
|
transferId: string;
|
|
704
714
|
notaryId: string;
|
|
705
715
|
notebookNumber: string;
|
|
@@ -713,7 +723,7 @@ declare const _default: {
|
|
|
713
723
|
};
|
|
714
724
|
};
|
|
715
725
|
/**
|
|
716
|
-
*
|
|
726
|
+
* Lookup80: pallet_block_seal_spec::pallet::Event<T>
|
|
717
727
|
**/
|
|
718
728
|
PalletBlockSealSpecEvent: {
|
|
719
729
|
_enum: {
|
|
@@ -732,7 +742,7 @@ declare const _default: {
|
|
|
732
742
|
};
|
|
733
743
|
};
|
|
734
744
|
/**
|
|
735
|
-
*
|
|
745
|
+
* Lookup81: pallet_domains::pallet::Event<T>
|
|
736
746
|
**/
|
|
737
747
|
PalletDomainsEvent: {
|
|
738
748
|
_enum: {
|
|
@@ -762,7 +772,7 @@ declare const _default: {
|
|
|
762
772
|
};
|
|
763
773
|
};
|
|
764
774
|
/**
|
|
765
|
-
*
|
|
775
|
+
* Lookup82: argon_primitives::domain::ZoneRecord<sp_core::crypto::AccountId32>
|
|
766
776
|
**/
|
|
767
777
|
ArgonPrimitivesDomainZoneRecord: {
|
|
768
778
|
paymentAccount: string;
|
|
@@ -770,7 +780,7 @@ declare const _default: {
|
|
|
770
780
|
versions: string;
|
|
771
781
|
};
|
|
772
782
|
/**
|
|
773
|
-
*
|
|
783
|
+
* Lookup84: argon_primitives::domain::Semver
|
|
774
784
|
**/
|
|
775
785
|
ArgonPrimitivesDomainSemver: {
|
|
776
786
|
major: string;
|
|
@@ -778,21 +788,21 @@ declare const _default: {
|
|
|
778
788
|
patch: string;
|
|
779
789
|
};
|
|
780
790
|
/**
|
|
781
|
-
*
|
|
791
|
+
* Lookup85: argon_primitives::domain::VersionHost
|
|
782
792
|
**/
|
|
783
793
|
ArgonPrimitivesDomainVersionHost: {
|
|
784
794
|
datastoreId: string;
|
|
785
795
|
host: string;
|
|
786
796
|
};
|
|
787
797
|
/**
|
|
788
|
-
*
|
|
798
|
+
* Lookup89: pallet_domains::DomainRegistration<sp_core::crypto::AccountId32>
|
|
789
799
|
**/
|
|
790
800
|
PalletDomainsDomainRegistration: {
|
|
791
801
|
accountId: string;
|
|
792
802
|
registeredAtTick: string;
|
|
793
803
|
};
|
|
794
804
|
/**
|
|
795
|
-
*
|
|
805
|
+
* Lookup90: pallet_price_index::pallet::Event<T>
|
|
796
806
|
**/
|
|
797
807
|
PalletPriceIndexEvent: {
|
|
798
808
|
_enum: {
|
|
@@ -803,7 +813,19 @@ declare const _default: {
|
|
|
803
813
|
};
|
|
804
814
|
};
|
|
805
815
|
/**
|
|
806
|
-
*
|
|
816
|
+
* Lookup91: pallet_grandpa::pallet::Event
|
|
817
|
+
**/
|
|
818
|
+
PalletGrandpaEvent: {
|
|
819
|
+
_enum: {
|
|
820
|
+
NewAuthorities: {
|
|
821
|
+
authoritySet: string;
|
|
822
|
+
};
|
|
823
|
+
Paused: string;
|
|
824
|
+
Resumed: string;
|
|
825
|
+
};
|
|
826
|
+
};
|
|
827
|
+
/**
|
|
828
|
+
* Lookup94: pallet_block_rewards::pallet::Event<T>
|
|
807
829
|
**/
|
|
808
830
|
PalletBlockRewardsEvent: {
|
|
809
831
|
_enum: {
|
|
@@ -829,7 +851,7 @@ declare const _default: {
|
|
|
829
851
|
};
|
|
830
852
|
};
|
|
831
853
|
/**
|
|
832
|
-
*
|
|
854
|
+
* Lookup96: argon_primitives::block_seal::BlockPayout<sp_core::crypto::AccountId32, Balance>
|
|
833
855
|
**/
|
|
834
856
|
ArgonPrimitivesBlockSealBlockPayout: {
|
|
835
857
|
accountId: string;
|
|
@@ -837,19 +859,7 @@ declare const _default: {
|
|
|
837
859
|
argons: string;
|
|
838
860
|
};
|
|
839
861
|
/**
|
|
840
|
-
*
|
|
841
|
-
**/
|
|
842
|
-
PalletGrandpaEvent: {
|
|
843
|
-
_enum: {
|
|
844
|
-
NewAuthorities: {
|
|
845
|
-
authoritySet: string;
|
|
846
|
-
};
|
|
847
|
-
Paused: string;
|
|
848
|
-
Resumed: string;
|
|
849
|
-
};
|
|
850
|
-
};
|
|
851
|
-
/**
|
|
852
|
-
* Lookup97: pallet_mint::pallet::Event<T>
|
|
862
|
+
* Lookup98: pallet_mint::pallet::Event<T>
|
|
853
863
|
**/
|
|
854
864
|
PalletMintEvent: {
|
|
855
865
|
_enum: {
|
|
@@ -869,13 +879,13 @@ declare const _default: {
|
|
|
869
879
|
};
|
|
870
880
|
};
|
|
871
881
|
/**
|
|
872
|
-
*
|
|
882
|
+
* Lookup99: pallet_mint::pallet::MintType
|
|
873
883
|
**/
|
|
874
884
|
PalletMintMintType: {
|
|
875
885
|
_enum: string[];
|
|
876
886
|
};
|
|
877
887
|
/**
|
|
878
|
-
*
|
|
888
|
+
* Lookup100: pallet_balances::pallet::Event<T, I>
|
|
879
889
|
**/
|
|
880
890
|
PalletBalancesEvent: {
|
|
881
891
|
_enum: {
|
|
@@ -973,13 +983,13 @@ declare const _default: {
|
|
|
973
983
|
};
|
|
974
984
|
};
|
|
975
985
|
/**
|
|
976
|
-
*
|
|
986
|
+
* Lookup101: frame_support::traits::tokens::misc::BalanceStatus
|
|
977
987
|
**/
|
|
978
988
|
FrameSupportTokensMiscBalanceStatus: {
|
|
979
989
|
_enum: string[];
|
|
980
990
|
};
|
|
981
991
|
/**
|
|
982
|
-
*
|
|
992
|
+
* Lookup103: pallet_tx_pause::pallet::Event<T>
|
|
983
993
|
**/
|
|
984
994
|
PalletTxPauseEvent: {
|
|
985
995
|
_enum: {
|
|
@@ -992,7 +1002,7 @@ declare const _default: {
|
|
|
992
1002
|
};
|
|
993
1003
|
};
|
|
994
1004
|
/**
|
|
995
|
-
*
|
|
1005
|
+
* Lookup106: pallet_transaction_payment::pallet::Event<T>
|
|
996
1006
|
**/
|
|
997
1007
|
PalletTransactionPaymentEvent: {
|
|
998
1008
|
_enum: {
|
|
@@ -1004,7 +1014,7 @@ declare const _default: {
|
|
|
1004
1014
|
};
|
|
1005
1015
|
};
|
|
1006
1016
|
/**
|
|
1007
|
-
*
|
|
1017
|
+
* Lookup107: pallet_utility::pallet::Event
|
|
1008
1018
|
**/
|
|
1009
1019
|
PalletUtilityEvent: {
|
|
1010
1020
|
_enum: {
|
|
@@ -1024,7 +1034,7 @@ declare const _default: {
|
|
|
1024
1034
|
};
|
|
1025
1035
|
};
|
|
1026
1036
|
/**
|
|
1027
|
-
*
|
|
1037
|
+
* Lookup108: pallet_sudo::pallet::Event<T>
|
|
1028
1038
|
**/
|
|
1029
1039
|
PalletSudoEvent: {
|
|
1030
1040
|
_enum: {
|
|
@@ -1045,7 +1055,175 @@ declare const _default: {
|
|
|
1045
1055
|
};
|
|
1046
1056
|
};
|
|
1047
1057
|
/**
|
|
1048
|
-
*
|
|
1058
|
+
* Lookup110: pallet_ismp::pallet::Event<T>
|
|
1059
|
+
**/
|
|
1060
|
+
PalletIsmpEvent: {
|
|
1061
|
+
_enum: {
|
|
1062
|
+
StateMachineUpdated: {
|
|
1063
|
+
stateMachineId: string;
|
|
1064
|
+
latestHeight: string;
|
|
1065
|
+
};
|
|
1066
|
+
StateCommitmentVetoed: {
|
|
1067
|
+
height: string;
|
|
1068
|
+
fisherman: string;
|
|
1069
|
+
};
|
|
1070
|
+
ConsensusClientCreated: {
|
|
1071
|
+
consensusClientId: string;
|
|
1072
|
+
};
|
|
1073
|
+
ConsensusClientFrozen: {
|
|
1074
|
+
consensusClientId: string;
|
|
1075
|
+
};
|
|
1076
|
+
Response: {
|
|
1077
|
+
destChain: string;
|
|
1078
|
+
sourceChain: string;
|
|
1079
|
+
requestNonce: string;
|
|
1080
|
+
commitment: string;
|
|
1081
|
+
reqCommitment: string;
|
|
1082
|
+
};
|
|
1083
|
+
Request: {
|
|
1084
|
+
destChain: string;
|
|
1085
|
+
sourceChain: string;
|
|
1086
|
+
requestNonce: string;
|
|
1087
|
+
commitment: string;
|
|
1088
|
+
};
|
|
1089
|
+
Errors: {
|
|
1090
|
+
errors: string;
|
|
1091
|
+
};
|
|
1092
|
+
PostRequestHandled: string;
|
|
1093
|
+
PostResponseHandled: string;
|
|
1094
|
+
GetRequestHandled: string;
|
|
1095
|
+
PostRequestTimeoutHandled: string;
|
|
1096
|
+
PostResponseTimeoutHandled: string;
|
|
1097
|
+
GetRequestTimeoutHandled: string;
|
|
1098
|
+
};
|
|
1099
|
+
};
|
|
1100
|
+
/**
|
|
1101
|
+
* Lookup111: ismp::consensus::StateMachineId
|
|
1102
|
+
**/
|
|
1103
|
+
IsmpConsensusStateMachineId: {
|
|
1104
|
+
stateId: string;
|
|
1105
|
+
consensusStateId: string;
|
|
1106
|
+
};
|
|
1107
|
+
/**
|
|
1108
|
+
* Lookup112: ismp::host::StateMachine
|
|
1109
|
+
**/
|
|
1110
|
+
IsmpHostStateMachine: {
|
|
1111
|
+
_enum: {
|
|
1112
|
+
Evm: string;
|
|
1113
|
+
Polkadot: string;
|
|
1114
|
+
Kusama: string;
|
|
1115
|
+
Substrate: string;
|
|
1116
|
+
Tendermint: string;
|
|
1117
|
+
};
|
|
1118
|
+
};
|
|
1119
|
+
/**
|
|
1120
|
+
* Lookup113: ismp::consensus::StateMachineHeight
|
|
1121
|
+
**/
|
|
1122
|
+
IsmpConsensusStateMachineHeight: {
|
|
1123
|
+
id: string;
|
|
1124
|
+
height: string;
|
|
1125
|
+
};
|
|
1126
|
+
/**
|
|
1127
|
+
* Lookup116: pallet_ismp::errors::HandlingError
|
|
1128
|
+
**/
|
|
1129
|
+
PalletIsmpErrorsHandlingError: {
|
|
1130
|
+
message: string;
|
|
1131
|
+
};
|
|
1132
|
+
/**
|
|
1133
|
+
* Lookup118: ismp::events::RequestResponseHandled
|
|
1134
|
+
**/
|
|
1135
|
+
IsmpEventsRequestResponseHandled: {
|
|
1136
|
+
commitment: string;
|
|
1137
|
+
relayer: string;
|
|
1138
|
+
};
|
|
1139
|
+
/**
|
|
1140
|
+
* Lookup119: ismp::events::TimeoutHandled
|
|
1141
|
+
**/
|
|
1142
|
+
IsmpEventsTimeoutHandled: {
|
|
1143
|
+
commitment: string;
|
|
1144
|
+
source: string;
|
|
1145
|
+
dest: string;
|
|
1146
|
+
};
|
|
1147
|
+
/**
|
|
1148
|
+
* Lookup120: ismp_grandpa::pallet::Event<T>
|
|
1149
|
+
**/
|
|
1150
|
+
IsmpGrandpaEvent: {
|
|
1151
|
+
_enum: {
|
|
1152
|
+
StateMachineAdded: {
|
|
1153
|
+
stateMachines: string;
|
|
1154
|
+
};
|
|
1155
|
+
StateMachineRemoved: {
|
|
1156
|
+
stateMachines: string;
|
|
1157
|
+
};
|
|
1158
|
+
};
|
|
1159
|
+
};
|
|
1160
|
+
/**
|
|
1161
|
+
* Lookup122: pallet_hyperbridge::pallet::Event<T>
|
|
1162
|
+
**/
|
|
1163
|
+
PalletHyperbridgeEvent: {
|
|
1164
|
+
_enum: {
|
|
1165
|
+
HostParamsUpdated: {
|
|
1166
|
+
_alias: {
|
|
1167
|
+
new_: string;
|
|
1168
|
+
};
|
|
1169
|
+
old: string;
|
|
1170
|
+
new_: string;
|
|
1171
|
+
};
|
|
1172
|
+
RelayerFeeWithdrawn: {
|
|
1173
|
+
amount: string;
|
|
1174
|
+
account: string;
|
|
1175
|
+
};
|
|
1176
|
+
ProtocolRevenueWithdrawn: {
|
|
1177
|
+
amount: string;
|
|
1178
|
+
account: string;
|
|
1179
|
+
};
|
|
1180
|
+
};
|
|
1181
|
+
};
|
|
1182
|
+
/**
|
|
1183
|
+
* Lookup123: pallet_hyperbridge::VersionedHostParams<Balance>
|
|
1184
|
+
**/
|
|
1185
|
+
PalletHyperbridgeVersionedHostParams: {
|
|
1186
|
+
_enum: {
|
|
1187
|
+
V1: string;
|
|
1188
|
+
};
|
|
1189
|
+
};
|
|
1190
|
+
/**
|
|
1191
|
+
* Lookup124: pallet_hyperbridge::SubstrateHostParams<B>
|
|
1192
|
+
**/
|
|
1193
|
+
PalletHyperbridgeSubstrateHostParams: {
|
|
1194
|
+
defaultPerByteFee: string;
|
|
1195
|
+
perByteFees: string;
|
|
1196
|
+
assetRegistrationFee: string;
|
|
1197
|
+
};
|
|
1198
|
+
/**
|
|
1199
|
+
* Lookup128: pallet_token_gateway::pallet::Event<T>
|
|
1200
|
+
**/
|
|
1201
|
+
PalletTokenGatewayEvent: {
|
|
1202
|
+
_enum: {
|
|
1203
|
+
AssetTeleported: {
|
|
1204
|
+
from: string;
|
|
1205
|
+
to: string;
|
|
1206
|
+
amount: string;
|
|
1207
|
+
dest: string;
|
|
1208
|
+
commitment: string;
|
|
1209
|
+
};
|
|
1210
|
+
AssetReceived: {
|
|
1211
|
+
beneficiary: string;
|
|
1212
|
+
amount: string;
|
|
1213
|
+
source: string;
|
|
1214
|
+
};
|
|
1215
|
+
AssetRefunded: {
|
|
1216
|
+
beneficiary: string;
|
|
1217
|
+
amount: string;
|
|
1218
|
+
source: string;
|
|
1219
|
+
};
|
|
1220
|
+
ERC6160AssetRegistrationDispatched: {
|
|
1221
|
+
commitment: string;
|
|
1222
|
+
};
|
|
1223
|
+
};
|
|
1224
|
+
};
|
|
1225
|
+
/**
|
|
1226
|
+
* Lookup129: frame_system::Phase
|
|
1049
1227
|
**/
|
|
1050
1228
|
FrameSystemPhase: {
|
|
1051
1229
|
_enum: {
|
|
@@ -1055,21 +1233,21 @@ declare const _default: {
|
|
|
1055
1233
|
};
|
|
1056
1234
|
};
|
|
1057
1235
|
/**
|
|
1058
|
-
*
|
|
1236
|
+
* Lookup133: frame_system::LastRuntimeUpgradeInfo
|
|
1059
1237
|
**/
|
|
1060
1238
|
FrameSystemLastRuntimeUpgradeInfo: {
|
|
1061
1239
|
specVersion: string;
|
|
1062
1240
|
specName: string;
|
|
1063
1241
|
};
|
|
1064
1242
|
/**
|
|
1065
|
-
*
|
|
1243
|
+
* Lookup134: frame_system::CodeUpgradeAuthorization<T>
|
|
1066
1244
|
**/
|
|
1067
1245
|
FrameSystemCodeUpgradeAuthorization: {
|
|
1068
1246
|
codeHash: string;
|
|
1069
1247
|
checkVersion: string;
|
|
1070
1248
|
};
|
|
1071
1249
|
/**
|
|
1072
|
-
*
|
|
1250
|
+
* Lookup135: frame_system::pallet::Call<T>
|
|
1073
1251
|
**/
|
|
1074
1252
|
FrameSystemCall: {
|
|
1075
1253
|
_enum: {
|
|
@@ -1114,7 +1292,7 @@ declare const _default: {
|
|
|
1114
1292
|
};
|
|
1115
1293
|
};
|
|
1116
1294
|
/**
|
|
1117
|
-
*
|
|
1295
|
+
* Lookup139: frame_system::limits::BlockWeights
|
|
1118
1296
|
**/
|
|
1119
1297
|
FrameSystemLimitsBlockWeights: {
|
|
1120
1298
|
baseBlock: string;
|
|
@@ -1122,7 +1300,7 @@ declare const _default: {
|
|
|
1122
1300
|
perClass: string;
|
|
1123
1301
|
};
|
|
1124
1302
|
/**
|
|
1125
|
-
*
|
|
1303
|
+
* Lookup140: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
|
|
1126
1304
|
**/
|
|
1127
1305
|
FrameSupportDispatchPerDispatchClassWeightsPerClass: {
|
|
1128
1306
|
normal: string;
|
|
@@ -1130,7 +1308,7 @@ declare const _default: {
|
|
|
1130
1308
|
mandatory: string;
|
|
1131
1309
|
};
|
|
1132
1310
|
/**
|
|
1133
|
-
*
|
|
1311
|
+
* Lookup141: frame_system::limits::WeightsPerClass
|
|
1134
1312
|
**/
|
|
1135
1313
|
FrameSystemLimitsWeightsPerClass: {
|
|
1136
1314
|
baseExtrinsic: string;
|
|
@@ -1139,13 +1317,13 @@ declare const _default: {
|
|
|
1139
1317
|
reserved: string;
|
|
1140
1318
|
};
|
|
1141
1319
|
/**
|
|
1142
|
-
*
|
|
1320
|
+
* Lookup143: frame_system::limits::BlockLength
|
|
1143
1321
|
**/
|
|
1144
1322
|
FrameSystemLimitsBlockLength: {
|
|
1145
1323
|
max: string;
|
|
1146
1324
|
};
|
|
1147
1325
|
/**
|
|
1148
|
-
*
|
|
1326
|
+
* Lookup144: frame_support::dispatch::PerDispatchClass<T>
|
|
1149
1327
|
**/
|
|
1150
1328
|
FrameSupportDispatchPerDispatchClassU32: {
|
|
1151
1329
|
normal: string;
|
|
@@ -1153,14 +1331,14 @@ declare const _default: {
|
|
|
1153
1331
|
mandatory: string;
|
|
1154
1332
|
};
|
|
1155
1333
|
/**
|
|
1156
|
-
*
|
|
1334
|
+
* Lookup145: sp_weights::RuntimeDbWeight
|
|
1157
1335
|
**/
|
|
1158
1336
|
SpWeightsRuntimeDbWeight: {
|
|
1159
1337
|
read: string;
|
|
1160
1338
|
write: string;
|
|
1161
1339
|
};
|
|
1162
1340
|
/**
|
|
1163
|
-
*
|
|
1341
|
+
* Lookup146: sp_version::RuntimeVersion
|
|
1164
1342
|
**/
|
|
1165
1343
|
SpVersionRuntimeVersion: {
|
|
1166
1344
|
specName: string;
|
|
@@ -1173,13 +1351,69 @@ declare const _default: {
|
|
|
1173
1351
|
stateVersion: string;
|
|
1174
1352
|
};
|
|
1175
1353
|
/**
|
|
1176
|
-
*
|
|
1354
|
+
* Lookup151: frame_system::pallet::Error<T>
|
|
1177
1355
|
**/
|
|
1178
1356
|
FrameSystemError: {
|
|
1179
1357
|
_enum: string[];
|
|
1180
1358
|
};
|
|
1181
1359
|
/**
|
|
1182
|
-
*
|
|
1360
|
+
* Lookup152: argon_primitives::digests::Digestset<argon_notary_audit::error::VerifyError, sp_core::crypto::AccountId32>
|
|
1361
|
+
**/
|
|
1362
|
+
ArgonPrimitivesDigestsDigestset: {
|
|
1363
|
+
author: string;
|
|
1364
|
+
blockVote: string;
|
|
1365
|
+
votingKey: string;
|
|
1366
|
+
forkPower: string;
|
|
1367
|
+
tick: string;
|
|
1368
|
+
notebooks: string;
|
|
1369
|
+
};
|
|
1370
|
+
/**
|
|
1371
|
+
* Lookup153: argon_primitives::digests::BlockVoteDigest
|
|
1372
|
+
**/
|
|
1373
|
+
ArgonPrimitivesDigestsBlockVoteDigest: {
|
|
1374
|
+
votingPower: string;
|
|
1375
|
+
votesCount: string;
|
|
1376
|
+
};
|
|
1377
|
+
/**
|
|
1378
|
+
* Lookup155: argon_primitives::digests::ParentVotingKeyDigest
|
|
1379
|
+
**/
|
|
1380
|
+
ArgonPrimitivesDigestsParentVotingKeyDigest: {
|
|
1381
|
+
parentVotingKey: string;
|
|
1382
|
+
};
|
|
1383
|
+
/**
|
|
1384
|
+
* Lookup158: argon_primitives::fork_power::ForkPower
|
|
1385
|
+
**/
|
|
1386
|
+
ArgonPrimitivesForkPower: {
|
|
1387
|
+
isLatestVote: string;
|
|
1388
|
+
notebooks: string;
|
|
1389
|
+
votingPower: string;
|
|
1390
|
+
sealStrength: string;
|
|
1391
|
+
totalComputeDifficulty: string;
|
|
1392
|
+
voteCreatedBlocks: string;
|
|
1393
|
+
};
|
|
1394
|
+
/**
|
|
1395
|
+
* Lookup162: argon_primitives::digests::NotebookDigest<argon_notary_audit::error::VerifyError>
|
|
1396
|
+
**/
|
|
1397
|
+
ArgonPrimitivesDigestsNotebookDigest: {
|
|
1398
|
+
notebooks: string;
|
|
1399
|
+
};
|
|
1400
|
+
/**
|
|
1401
|
+
* Lookup164: argon_primitives::notebook::NotebookAuditResult<argon_notary_audit::error::VerifyError>
|
|
1402
|
+
**/
|
|
1403
|
+
ArgonPrimitivesNotebookNotebookAuditResult: {
|
|
1404
|
+
notaryId: string;
|
|
1405
|
+
notebookNumber: string;
|
|
1406
|
+
tick: string;
|
|
1407
|
+
auditFirstFailure: string;
|
|
1408
|
+
};
|
|
1409
|
+
/**
|
|
1410
|
+
* Lookup166: pallet_digests::pallet::Error<T>
|
|
1411
|
+
**/
|
|
1412
|
+
PalletDigestsError: {
|
|
1413
|
+
_enum: string[];
|
|
1414
|
+
};
|
|
1415
|
+
/**
|
|
1416
|
+
* Lookup167: pallet_timestamp::pallet::Call<T>
|
|
1183
1417
|
**/
|
|
1184
1418
|
PalletTimestampCall: {
|
|
1185
1419
|
_enum: {
|
|
@@ -1189,7 +1423,7 @@ declare const _default: {
|
|
|
1189
1423
|
};
|
|
1190
1424
|
};
|
|
1191
1425
|
/**
|
|
1192
|
-
*
|
|
1426
|
+
* Lookup169: pallet_multisig::Multisig<BlockNumber, Balance, sp_core::crypto::AccountId32, MaxApprovals>
|
|
1193
1427
|
**/
|
|
1194
1428
|
PalletMultisigMultisig: {
|
|
1195
1429
|
when: string;
|
|
@@ -1198,7 +1432,7 @@ declare const _default: {
|
|
|
1198
1432
|
approvals: string;
|
|
1199
1433
|
};
|
|
1200
1434
|
/**
|
|
1201
|
-
*
|
|
1435
|
+
* Lookup172: pallet_multisig::pallet::Call<T>
|
|
1202
1436
|
**/
|
|
1203
1437
|
PalletMultisigCall: {
|
|
1204
1438
|
_enum: {
|
|
@@ -1229,7 +1463,7 @@ declare const _default: {
|
|
|
1229
1463
|
};
|
|
1230
1464
|
};
|
|
1231
1465
|
/**
|
|
1232
|
-
*
|
|
1466
|
+
* Lookup174: pallet_proxy::pallet::Call<T>
|
|
1233
1467
|
**/
|
|
1234
1468
|
PalletProxyCall: {
|
|
1235
1469
|
_enum: {
|
|
@@ -1282,11 +1516,11 @@ declare const _default: {
|
|
|
1282
1516
|
};
|
|
1283
1517
|
};
|
|
1284
1518
|
/**
|
|
1285
|
-
*
|
|
1519
|
+
* Lookup179: pallet_ticks::pallet::Call<T>
|
|
1286
1520
|
**/
|
|
1287
1521
|
PalletTicksCall: string;
|
|
1288
1522
|
/**
|
|
1289
|
-
*
|
|
1523
|
+
* Lookup180: pallet_mining_slot::pallet::Call<T>
|
|
1290
1524
|
**/
|
|
1291
1525
|
PalletMiningSlotCall: {
|
|
1292
1526
|
_enum: {
|
|
@@ -1301,14 +1535,14 @@ declare const _default: {
|
|
|
1301
1535
|
};
|
|
1302
1536
|
};
|
|
1303
1537
|
/**
|
|
1304
|
-
*
|
|
1538
|
+
* Lookup182: pallet_mining_slot::MiningSlotBid<VaultId, Balance>
|
|
1305
1539
|
**/
|
|
1306
1540
|
PalletMiningSlotMiningSlotBid: {
|
|
1307
1541
|
vaultId: string;
|
|
1308
1542
|
amount: string;
|
|
1309
1543
|
};
|
|
1310
1544
|
/**
|
|
1311
|
-
*
|
|
1545
|
+
* Lookup183: pallet_bitcoin_utxos::pallet::Call<T>
|
|
1312
1546
|
**/
|
|
1313
1547
|
PalletBitcoinUtxosCall: {
|
|
1314
1548
|
_enum: {
|
|
@@ -1325,7 +1559,7 @@ declare const _default: {
|
|
|
1325
1559
|
};
|
|
1326
1560
|
};
|
|
1327
1561
|
/**
|
|
1328
|
-
*
|
|
1562
|
+
* Lookup184: argon_primitives::inherents::BitcoinUtxoSync
|
|
1329
1563
|
**/
|
|
1330
1564
|
ArgonPrimitivesInherentsBitcoinUtxoSync: {
|
|
1331
1565
|
spent: string;
|
|
@@ -1334,14 +1568,14 @@ declare const _default: {
|
|
|
1334
1568
|
syncToBlock: string;
|
|
1335
1569
|
};
|
|
1336
1570
|
/**
|
|
1337
|
-
*
|
|
1571
|
+
* Lookup194: argon_primitives::bitcoin::BitcoinBlock
|
|
1338
1572
|
**/
|
|
1339
1573
|
ArgonPrimitivesBitcoinBitcoinBlock: {
|
|
1340
1574
|
blockHeight: string;
|
|
1341
1575
|
blockHash: string;
|
|
1342
1576
|
};
|
|
1343
1577
|
/**
|
|
1344
|
-
*
|
|
1578
|
+
* Lookup195: pallet_vaults::pallet::Call<T>
|
|
1345
1579
|
**/
|
|
1346
1580
|
PalletVaultsCall: {
|
|
1347
1581
|
_enum: {
|
|
@@ -1368,7 +1602,7 @@ declare const _default: {
|
|
|
1368
1602
|
};
|
|
1369
1603
|
};
|
|
1370
1604
|
/**
|
|
1371
|
-
*
|
|
1605
|
+
* Lookup196: pallet_vaults::pallet::VaultConfig<Balance>
|
|
1372
1606
|
**/
|
|
1373
1607
|
PalletVaultsVaultConfig: {
|
|
1374
1608
|
terms: string;
|
|
@@ -1378,7 +1612,7 @@ declare const _default: {
|
|
|
1378
1612
|
securitizationPercent: string;
|
|
1379
1613
|
};
|
|
1380
1614
|
/**
|
|
1381
|
-
*
|
|
1615
|
+
* Lookup197: argon_primitives::bond::VaultTerms<Balance>
|
|
1382
1616
|
**/
|
|
1383
1617
|
ArgonPrimitivesBondVaultTerms: {
|
|
1384
1618
|
bitcoinAnnualPercentRate: string;
|
|
@@ -1388,11 +1622,11 @@ declare const _default: {
|
|
|
1388
1622
|
miningRewardSharingPercentTake: string;
|
|
1389
1623
|
};
|
|
1390
1624
|
/**
|
|
1391
|
-
*
|
|
1625
|
+
* Lookup198: argon_primitives::bitcoin::OpaqueBitcoinXpub
|
|
1392
1626
|
**/
|
|
1393
1627
|
ArgonPrimitivesBitcoinOpaqueBitcoinXpub: string;
|
|
1394
1628
|
/**
|
|
1395
|
-
*
|
|
1629
|
+
* Lookup200: pallet_bond::pallet::Call<T>
|
|
1396
1630
|
**/
|
|
1397
1631
|
PalletBondCall: {
|
|
1398
1632
|
_enum: {
|
|
@@ -1416,11 +1650,11 @@ declare const _default: {
|
|
|
1416
1650
|
};
|
|
1417
1651
|
};
|
|
1418
1652
|
/**
|
|
1419
|
-
*
|
|
1653
|
+
* Lookup201: argon_primitives::bitcoin::CompressedBitcoinPubkey
|
|
1420
1654
|
**/
|
|
1421
1655
|
ArgonPrimitivesBitcoinCompressedBitcoinPubkey: string;
|
|
1422
1656
|
/**
|
|
1423
|
-
*
|
|
1657
|
+
* Lookup205: pallet_notaries::pallet::Call<T>
|
|
1424
1658
|
**/
|
|
1425
1659
|
PalletNotariesCall: {
|
|
1426
1660
|
_enum: {
|
|
@@ -1438,7 +1672,7 @@ declare const _default: {
|
|
|
1438
1672
|
};
|
|
1439
1673
|
};
|
|
1440
1674
|
/**
|
|
1441
|
-
*
|
|
1675
|
+
* Lookup206: pallet_notebook::pallet::Call<T>
|
|
1442
1676
|
**/
|
|
1443
1677
|
PalletNotebookCall: {
|
|
1444
1678
|
_enum: {
|
|
@@ -1451,14 +1685,14 @@ declare const _default: {
|
|
|
1451
1685
|
};
|
|
1452
1686
|
};
|
|
1453
1687
|
/**
|
|
1454
|
-
*
|
|
1688
|
+
* Lookup208: argon_primitives::notebook::SignedNotebookHeader
|
|
1455
1689
|
**/
|
|
1456
1690
|
ArgonPrimitivesNotebookSignedNotebookHeader: {
|
|
1457
1691
|
header: string;
|
|
1458
1692
|
signature: string;
|
|
1459
1693
|
};
|
|
1460
1694
|
/**
|
|
1461
|
-
*
|
|
1695
|
+
* Lookup209: argon_primitives::notebook::NotebookHeader
|
|
1462
1696
|
**/
|
|
1463
1697
|
ArgonPrimitivesNotebookNotebookHeader: {
|
|
1464
1698
|
version: string;
|
|
@@ -1478,7 +1712,7 @@ declare const _default: {
|
|
|
1478
1712
|
domains: string;
|
|
1479
1713
|
};
|
|
1480
1714
|
/**
|
|
1481
|
-
*
|
|
1715
|
+
* Lookup212: argon_primitives::notebook::ChainTransfer
|
|
1482
1716
|
**/
|
|
1483
1717
|
ArgonPrimitivesNotebookChainTransfer: {
|
|
1484
1718
|
_enum: {
|
|
@@ -1492,14 +1726,14 @@ declare const _default: {
|
|
|
1492
1726
|
};
|
|
1493
1727
|
};
|
|
1494
1728
|
/**
|
|
1495
|
-
*
|
|
1729
|
+
* Lookup215: argon_primitives::balance_change::AccountOrigin
|
|
1496
1730
|
**/
|
|
1497
1731
|
ArgonPrimitivesBalanceChangeAccountOrigin: {
|
|
1498
1732
|
notebookNumber: string;
|
|
1499
1733
|
accountUid: string;
|
|
1500
1734
|
};
|
|
1501
1735
|
/**
|
|
1502
|
-
*
|
|
1736
|
+
* Lookup222: pallet_chain_transfer::pallet::Call<T>
|
|
1503
1737
|
**/
|
|
1504
1738
|
PalletChainTransferCall: {
|
|
1505
1739
|
_enum: {
|
|
@@ -1510,7 +1744,7 @@ declare const _default: {
|
|
|
1510
1744
|
};
|
|
1511
1745
|
};
|
|
1512
1746
|
/**
|
|
1513
|
-
*
|
|
1747
|
+
* Lookup223: pallet_block_seal_spec::pallet::Call<T>
|
|
1514
1748
|
**/
|
|
1515
1749
|
PalletBlockSealSpecCall: {
|
|
1516
1750
|
_enum: {
|
|
@@ -1521,7 +1755,7 @@ declare const _default: {
|
|
|
1521
1755
|
};
|
|
1522
1756
|
};
|
|
1523
1757
|
/**
|
|
1524
|
-
*
|
|
1758
|
+
* Lookup224: pallet_domains::pallet::Call<T>
|
|
1525
1759
|
**/
|
|
1526
1760
|
PalletDomainsCall: {
|
|
1527
1761
|
_enum: {
|
|
@@ -1532,7 +1766,7 @@ declare const _default: {
|
|
|
1532
1766
|
};
|
|
1533
1767
|
};
|
|
1534
1768
|
/**
|
|
1535
|
-
*
|
|
1769
|
+
* Lookup225: pallet_price_index::pallet::Call<T>
|
|
1536
1770
|
**/
|
|
1537
1771
|
PalletPriceIndexCall: {
|
|
1538
1772
|
_enum: {
|
|
@@ -1545,7 +1779,7 @@ declare const _default: {
|
|
|
1545
1779
|
};
|
|
1546
1780
|
};
|
|
1547
1781
|
/**
|
|
1548
|
-
*
|
|
1782
|
+
* Lookup226: pallet_price_index::PriceIndex
|
|
1549
1783
|
**/
|
|
1550
1784
|
PalletPriceIndexPriceIndex: {
|
|
1551
1785
|
btcUsdPrice: string;
|
|
@@ -1554,71 +1788,7 @@ declare const _default: {
|
|
|
1554
1788
|
tick: string;
|
|
1555
1789
|
};
|
|
1556
1790
|
/**
|
|
1557
|
-
*
|
|
1558
|
-
**/
|
|
1559
|
-
PalletBlockSealCall: {
|
|
1560
|
-
_enum: {
|
|
1561
|
-
apply: {
|
|
1562
|
-
seal: string;
|
|
1563
|
-
};
|
|
1564
|
-
};
|
|
1565
|
-
};
|
|
1566
|
-
/**
|
|
1567
|
-
* Lookup194: argon_primitives::inherents::BlockSealInherent
|
|
1568
|
-
**/
|
|
1569
|
-
ArgonPrimitivesInherentsBlockSealInherent: {
|
|
1570
|
-
_enum: {
|
|
1571
|
-
Vote: {
|
|
1572
|
-
sealStrength: string;
|
|
1573
|
-
notaryId: string;
|
|
1574
|
-
sourceNotebookNumber: string;
|
|
1575
|
-
sourceNotebookProof: string;
|
|
1576
|
-
blockVote: string;
|
|
1577
|
-
minerSignature: string;
|
|
1578
|
-
};
|
|
1579
|
-
Compute: string;
|
|
1580
|
-
};
|
|
1581
|
-
};
|
|
1582
|
-
/**
|
|
1583
|
-
* Lookup197: argon_primitives::balance_change::MerkleProof
|
|
1584
|
-
**/
|
|
1585
|
-
ArgonPrimitivesBalanceChangeMerkleProof: {
|
|
1586
|
-
proof: string;
|
|
1587
|
-
numberOfLeaves: string;
|
|
1588
|
-
leafIndex: string;
|
|
1589
|
-
};
|
|
1590
|
-
/**
|
|
1591
|
-
* Lookup199: argon_primitives::block_vote::BlockVoteT<primitive_types::H256>
|
|
1592
|
-
**/
|
|
1593
|
-
ArgonPrimitivesBlockVoteBlockVoteT: {
|
|
1594
|
-
accountId: string;
|
|
1595
|
-
blockHash: string;
|
|
1596
|
-
index: string;
|
|
1597
|
-
power: string;
|
|
1598
|
-
signature: string;
|
|
1599
|
-
blockRewardsAccountId: string;
|
|
1600
|
-
tick: string;
|
|
1601
|
-
};
|
|
1602
|
-
/**
|
|
1603
|
-
* Lookup200: sp_runtime::MultiSignature
|
|
1604
|
-
**/
|
|
1605
|
-
SpRuntimeMultiSignature: {
|
|
1606
|
-
_enum: {
|
|
1607
|
-
Ed25519: string;
|
|
1608
|
-
Sr25519: string;
|
|
1609
|
-
Ecdsa: string;
|
|
1610
|
-
};
|
|
1611
|
-
};
|
|
1612
|
-
/**
|
|
1613
|
-
* Lookup202: argon_primitives::block_seal::app::Signature
|
|
1614
|
-
**/
|
|
1615
|
-
ArgonPrimitivesBlockSealAppSignature: string;
|
|
1616
|
-
/**
|
|
1617
|
-
* Lookup203: pallet_block_rewards::pallet::Call<T>
|
|
1618
|
-
**/
|
|
1619
|
-
PalletBlockRewardsCall: string;
|
|
1620
|
-
/**
|
|
1621
|
-
* Lookup204: pallet_grandpa::pallet::Call<T>
|
|
1791
|
+
* Lookup227: pallet_grandpa::pallet::Call<T>
|
|
1622
1792
|
**/
|
|
1623
1793
|
PalletGrandpaCall: {
|
|
1624
1794
|
_enum: {
|
|
@@ -1637,14 +1807,14 @@ declare const _default: {
|
|
|
1637
1807
|
};
|
|
1638
1808
|
};
|
|
1639
1809
|
/**
|
|
1640
|
-
*
|
|
1810
|
+
* Lookup228: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
|
|
1641
1811
|
**/
|
|
1642
1812
|
SpConsensusGrandpaEquivocationProof: {
|
|
1643
1813
|
setId: string;
|
|
1644
1814
|
equivocation: string;
|
|
1645
1815
|
};
|
|
1646
1816
|
/**
|
|
1647
|
-
*
|
|
1817
|
+
* Lookup229: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
|
|
1648
1818
|
**/
|
|
1649
1819
|
SpConsensusGrandpaEquivocation: {
|
|
1650
1820
|
_enum: {
|
|
@@ -1653,7 +1823,7 @@ declare const _default: {
|
|
|
1653
1823
|
};
|
|
1654
1824
|
};
|
|
1655
1825
|
/**
|
|
1656
|
-
*
|
|
1826
|
+
* Lookup230: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
|
|
1657
1827
|
**/
|
|
1658
1828
|
FinalityGrandpaEquivocationPrevote: {
|
|
1659
1829
|
roundNumber: string;
|
|
@@ -1662,18 +1832,18 @@ declare const _default: {
|
|
|
1662
1832
|
second: string;
|
|
1663
1833
|
};
|
|
1664
1834
|
/**
|
|
1665
|
-
*
|
|
1835
|
+
* Lookup231: finality_grandpa::Prevote<primitive_types::H256, N>
|
|
1666
1836
|
**/
|
|
1667
1837
|
FinalityGrandpaPrevote: {
|
|
1668
1838
|
targetHash: string;
|
|
1669
1839
|
targetNumber: string;
|
|
1670
1840
|
};
|
|
1671
1841
|
/**
|
|
1672
|
-
*
|
|
1842
|
+
* Lookup232: sp_consensus_grandpa::app::Signature
|
|
1673
1843
|
**/
|
|
1674
1844
|
SpConsensusGrandpaAppSignature: string;
|
|
1675
1845
|
/**
|
|
1676
|
-
*
|
|
1846
|
+
* Lookup234: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
|
|
1677
1847
|
**/
|
|
1678
1848
|
FinalityGrandpaEquivocationPrecommit: {
|
|
1679
1849
|
roundNumber: string;
|
|
@@ -1682,22 +1852,81 @@ declare const _default: {
|
|
|
1682
1852
|
second: string;
|
|
1683
1853
|
};
|
|
1684
1854
|
/**
|
|
1685
|
-
*
|
|
1855
|
+
* Lookup235: finality_grandpa::Precommit<primitive_types::H256, N>
|
|
1686
1856
|
**/
|
|
1687
1857
|
FinalityGrandpaPrecommit: {
|
|
1688
1858
|
targetHash: string;
|
|
1689
1859
|
targetNumber: string;
|
|
1690
1860
|
};
|
|
1691
1861
|
/**
|
|
1692
|
-
*
|
|
1862
|
+
* Lookup237: sp_core::Void
|
|
1693
1863
|
**/
|
|
1694
1864
|
SpCoreVoid: string;
|
|
1695
1865
|
/**
|
|
1696
|
-
*
|
|
1866
|
+
* Lookup238: pallet_block_seal::pallet::Call<T>
|
|
1867
|
+
**/
|
|
1868
|
+
PalletBlockSealCall: {
|
|
1869
|
+
_enum: {
|
|
1870
|
+
apply: {
|
|
1871
|
+
seal: string;
|
|
1872
|
+
};
|
|
1873
|
+
};
|
|
1874
|
+
};
|
|
1875
|
+
/**
|
|
1876
|
+
* Lookup239: argon_primitives::inherents::BlockSealInherent
|
|
1877
|
+
**/
|
|
1878
|
+
ArgonPrimitivesInherentsBlockSealInherent: {
|
|
1879
|
+
_enum: {
|
|
1880
|
+
Vote: {
|
|
1881
|
+
sealStrength: string;
|
|
1882
|
+
notaryId: string;
|
|
1883
|
+
sourceNotebookNumber: string;
|
|
1884
|
+
sourceNotebookProof: string;
|
|
1885
|
+
blockVote: string;
|
|
1886
|
+
};
|
|
1887
|
+
Compute: string;
|
|
1888
|
+
};
|
|
1889
|
+
};
|
|
1890
|
+
/**
|
|
1891
|
+
* Lookup240: argon_primitives::balance_change::MerkleProof
|
|
1892
|
+
**/
|
|
1893
|
+
ArgonPrimitivesBalanceChangeMerkleProof: {
|
|
1894
|
+
proof: string;
|
|
1895
|
+
numberOfLeaves: string;
|
|
1896
|
+
leafIndex: string;
|
|
1897
|
+
};
|
|
1898
|
+
/**
|
|
1899
|
+
* Lookup242: argon_primitives::block_vote::BlockVoteT<primitive_types::H256>
|
|
1900
|
+
**/
|
|
1901
|
+
ArgonPrimitivesBlockVoteBlockVoteT: {
|
|
1902
|
+
accountId: string;
|
|
1903
|
+
blockHash: string;
|
|
1904
|
+
index: string;
|
|
1905
|
+
power: string;
|
|
1906
|
+
signature: string;
|
|
1907
|
+
blockRewardsAccountId: string;
|
|
1908
|
+
tick: string;
|
|
1909
|
+
};
|
|
1910
|
+
/**
|
|
1911
|
+
* Lookup243: sp_runtime::MultiSignature
|
|
1912
|
+
**/
|
|
1913
|
+
SpRuntimeMultiSignature: {
|
|
1914
|
+
_enum: {
|
|
1915
|
+
Ed25519: string;
|
|
1916
|
+
Sr25519: string;
|
|
1917
|
+
Ecdsa: string;
|
|
1918
|
+
};
|
|
1919
|
+
};
|
|
1920
|
+
/**
|
|
1921
|
+
* Lookup245: pallet_block_rewards::pallet::Call<T>
|
|
1922
|
+
**/
|
|
1923
|
+
PalletBlockRewardsCall: string;
|
|
1924
|
+
/**
|
|
1925
|
+
* Lookup246: pallet_mint::pallet::Call<T>
|
|
1697
1926
|
**/
|
|
1698
1927
|
PalletMintCall: string;
|
|
1699
1928
|
/**
|
|
1700
|
-
*
|
|
1929
|
+
* Lookup247: pallet_balances::pallet::Call<T, I>
|
|
1701
1930
|
**/
|
|
1702
1931
|
PalletBalancesCall: {
|
|
1703
1932
|
_enum: {
|
|
@@ -1742,13 +1971,13 @@ declare const _default: {
|
|
|
1742
1971
|
};
|
|
1743
1972
|
};
|
|
1744
1973
|
/**
|
|
1745
|
-
*
|
|
1974
|
+
* Lookup248: pallet_balances::types::AdjustmentDirection
|
|
1746
1975
|
**/
|
|
1747
1976
|
PalletBalancesAdjustmentDirection: {
|
|
1748
1977
|
_enum: string[];
|
|
1749
1978
|
};
|
|
1750
1979
|
/**
|
|
1751
|
-
*
|
|
1980
|
+
* Lookup250: pallet_tx_pause::pallet::Call<T>
|
|
1752
1981
|
**/
|
|
1753
1982
|
PalletTxPauseCall: {
|
|
1754
1983
|
_enum: {
|
|
@@ -1761,7 +1990,7 @@ declare const _default: {
|
|
|
1761
1990
|
};
|
|
1762
1991
|
};
|
|
1763
1992
|
/**
|
|
1764
|
-
*
|
|
1993
|
+
* Lookup251: pallet_utility::pallet::Call<T>
|
|
1765
1994
|
**/
|
|
1766
1995
|
PalletUtilityCall: {
|
|
1767
1996
|
_enum: {
|
|
@@ -1789,16 +2018,16 @@ declare const _default: {
|
|
|
1789
2018
|
};
|
|
1790
2019
|
};
|
|
1791
2020
|
/**
|
|
1792
|
-
*
|
|
2021
|
+
* Lookup253: argon_runtime::OriginCaller
|
|
1793
2022
|
**/
|
|
1794
|
-
|
|
2023
|
+
ArgonRuntimeOriginCaller: {
|
|
1795
2024
|
_enum: {
|
|
1796
2025
|
system: string;
|
|
1797
2026
|
Void: string;
|
|
1798
2027
|
};
|
|
1799
2028
|
};
|
|
1800
2029
|
/**
|
|
1801
|
-
*
|
|
2030
|
+
* Lookup254: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
|
|
1802
2031
|
**/
|
|
1803
2032
|
FrameSupportDispatchRawOrigin: {
|
|
1804
2033
|
_enum: {
|
|
@@ -1808,7 +2037,7 @@ declare const _default: {
|
|
|
1808
2037
|
};
|
|
1809
2038
|
};
|
|
1810
2039
|
/**
|
|
1811
|
-
*
|
|
2040
|
+
* Lookup255: pallet_sudo::pallet::Call<T>
|
|
1812
2041
|
**/
|
|
1813
2042
|
PalletSudoCall: {
|
|
1814
2043
|
_enum: {
|
|
@@ -1833,13 +2062,305 @@ declare const _default: {
|
|
|
1833
2062
|
};
|
|
1834
2063
|
};
|
|
1835
2064
|
/**
|
|
1836
|
-
*
|
|
2065
|
+
* Lookup256: pallet_ismp::pallet::Call<T>
|
|
2066
|
+
**/
|
|
2067
|
+
PalletIsmpCall: {
|
|
2068
|
+
_enum: {
|
|
2069
|
+
handle_unsigned: {
|
|
2070
|
+
messages: string;
|
|
2071
|
+
};
|
|
2072
|
+
__Unused1: string;
|
|
2073
|
+
create_consensus_client: {
|
|
2074
|
+
message: string;
|
|
2075
|
+
};
|
|
2076
|
+
update_consensus_state: {
|
|
2077
|
+
message: string;
|
|
2078
|
+
};
|
|
2079
|
+
fund_message: {
|
|
2080
|
+
message: string;
|
|
2081
|
+
};
|
|
2082
|
+
};
|
|
2083
|
+
};
|
|
2084
|
+
/**
|
|
2085
|
+
* Lookup258: ismp::messaging::Message
|
|
2086
|
+
**/
|
|
2087
|
+
IsmpMessagingMessage: {
|
|
2088
|
+
_enum: {
|
|
2089
|
+
Consensus: string;
|
|
2090
|
+
FraudProof: string;
|
|
2091
|
+
Request: string;
|
|
2092
|
+
Response: string;
|
|
2093
|
+
Timeout: string;
|
|
2094
|
+
};
|
|
2095
|
+
};
|
|
2096
|
+
/**
|
|
2097
|
+
* Lookup259: ismp::messaging::ConsensusMessage
|
|
2098
|
+
**/
|
|
2099
|
+
IsmpMessagingConsensusMessage: {
|
|
2100
|
+
consensusProof: string;
|
|
2101
|
+
consensusStateId: string;
|
|
2102
|
+
signer: string;
|
|
2103
|
+
};
|
|
2104
|
+
/**
|
|
2105
|
+
* Lookup260: ismp::messaging::FraudProofMessage
|
|
2106
|
+
**/
|
|
2107
|
+
IsmpMessagingFraudProofMessage: {
|
|
2108
|
+
proof1: string;
|
|
2109
|
+
proof2: string;
|
|
2110
|
+
consensusStateId: string;
|
|
2111
|
+
};
|
|
2112
|
+
/**
|
|
2113
|
+
* Lookup261: ismp::messaging::RequestMessage
|
|
2114
|
+
**/
|
|
2115
|
+
IsmpMessagingRequestMessage: {
|
|
2116
|
+
requests: string;
|
|
2117
|
+
proof: string;
|
|
2118
|
+
signer: string;
|
|
2119
|
+
};
|
|
2120
|
+
/**
|
|
2121
|
+
* Lookup263: ismp::router::PostRequest
|
|
2122
|
+
**/
|
|
2123
|
+
IsmpRouterPostRequest: {
|
|
2124
|
+
source: string;
|
|
2125
|
+
dest: string;
|
|
2126
|
+
nonce: string;
|
|
2127
|
+
from: string;
|
|
2128
|
+
to: string;
|
|
2129
|
+
timeoutTimestamp: string;
|
|
2130
|
+
body: string;
|
|
2131
|
+
};
|
|
2132
|
+
/**
|
|
2133
|
+
* Lookup264: ismp::messaging::Proof
|
|
2134
|
+
**/
|
|
2135
|
+
IsmpMessagingProof: {
|
|
2136
|
+
height: string;
|
|
2137
|
+
proof: string;
|
|
2138
|
+
};
|
|
2139
|
+
/**
|
|
2140
|
+
* Lookup265: ismp::messaging::ResponseMessage
|
|
2141
|
+
**/
|
|
2142
|
+
IsmpMessagingResponseMessage: {
|
|
2143
|
+
datagram: string;
|
|
2144
|
+
proof: string;
|
|
2145
|
+
signer: string;
|
|
2146
|
+
};
|
|
2147
|
+
/**
|
|
2148
|
+
* Lookup266: ismp::router::RequestResponse
|
|
2149
|
+
**/
|
|
2150
|
+
IsmpRouterRequestResponse: {
|
|
2151
|
+
_enum: {
|
|
2152
|
+
Request: string;
|
|
2153
|
+
Response: string;
|
|
2154
|
+
};
|
|
2155
|
+
};
|
|
2156
|
+
/**
|
|
2157
|
+
* Lookup268: ismp::router::Request
|
|
2158
|
+
**/
|
|
2159
|
+
IsmpRouterRequest: {
|
|
2160
|
+
_enum: {
|
|
2161
|
+
Post: string;
|
|
2162
|
+
Get: string;
|
|
2163
|
+
};
|
|
2164
|
+
};
|
|
2165
|
+
/**
|
|
2166
|
+
* Lookup269: ismp::router::GetRequest
|
|
2167
|
+
**/
|
|
2168
|
+
IsmpRouterGetRequest: {
|
|
2169
|
+
_alias: {
|
|
2170
|
+
keys_: string;
|
|
2171
|
+
};
|
|
2172
|
+
source: string;
|
|
2173
|
+
dest: string;
|
|
2174
|
+
nonce: string;
|
|
2175
|
+
from: string;
|
|
2176
|
+
keys_: string;
|
|
2177
|
+
height: string;
|
|
2178
|
+
context: string;
|
|
2179
|
+
timeoutTimestamp: string;
|
|
2180
|
+
};
|
|
2181
|
+
/**
|
|
2182
|
+
* Lookup271: ismp::router::Response
|
|
2183
|
+
**/
|
|
2184
|
+
IsmpRouterResponse: {
|
|
2185
|
+
_enum: {
|
|
2186
|
+
Post: string;
|
|
2187
|
+
Get: string;
|
|
2188
|
+
};
|
|
2189
|
+
};
|
|
2190
|
+
/**
|
|
2191
|
+
* Lookup272: ismp::router::PostResponse
|
|
2192
|
+
**/
|
|
2193
|
+
IsmpRouterPostResponse: {
|
|
2194
|
+
post: string;
|
|
2195
|
+
response: string;
|
|
2196
|
+
timeoutTimestamp: string;
|
|
2197
|
+
};
|
|
2198
|
+
/**
|
|
2199
|
+
* Lookup273: ismp::router::GetResponse
|
|
2200
|
+
**/
|
|
2201
|
+
IsmpRouterGetResponse: {
|
|
2202
|
+
get: string;
|
|
2203
|
+
values: string;
|
|
2204
|
+
};
|
|
2205
|
+
/**
|
|
2206
|
+
* Lookup275: ismp::router::StorageValue
|
|
2207
|
+
**/
|
|
2208
|
+
IsmpRouterStorageValue: {
|
|
2209
|
+
key: string;
|
|
2210
|
+
value: string;
|
|
2211
|
+
};
|
|
2212
|
+
/**
|
|
2213
|
+
* Lookup277: ismp::messaging::TimeoutMessage
|
|
2214
|
+
**/
|
|
2215
|
+
IsmpMessagingTimeoutMessage: {
|
|
2216
|
+
_enum: {
|
|
2217
|
+
Post: {
|
|
2218
|
+
requests: string;
|
|
2219
|
+
timeoutProof: string;
|
|
2220
|
+
};
|
|
2221
|
+
PostResponse: {
|
|
2222
|
+
responses: string;
|
|
2223
|
+
timeoutProof: string;
|
|
2224
|
+
};
|
|
2225
|
+
Get: {
|
|
2226
|
+
requests: string;
|
|
2227
|
+
};
|
|
2228
|
+
};
|
|
2229
|
+
};
|
|
2230
|
+
/**
|
|
2231
|
+
* Lookup279: ismp::messaging::CreateConsensusState
|
|
2232
|
+
**/
|
|
2233
|
+
IsmpMessagingCreateConsensusState: {
|
|
2234
|
+
consensusState: string;
|
|
2235
|
+
consensusClientId: string;
|
|
2236
|
+
consensusStateId: string;
|
|
2237
|
+
unbondingPeriod: string;
|
|
2238
|
+
challengePeriods: string;
|
|
2239
|
+
stateMachineCommitments: string;
|
|
2240
|
+
};
|
|
2241
|
+
/**
|
|
2242
|
+
* Lookup285: ismp::messaging::StateCommitmentHeight
|
|
2243
|
+
**/
|
|
2244
|
+
IsmpMessagingStateCommitmentHeight: {
|
|
2245
|
+
commitment: string;
|
|
2246
|
+
height: string;
|
|
2247
|
+
};
|
|
2248
|
+
/**
|
|
2249
|
+
* Lookup286: ismp::consensus::StateCommitment
|
|
2250
|
+
**/
|
|
2251
|
+
IsmpConsensusStateCommitment: {
|
|
2252
|
+
timestamp: string;
|
|
2253
|
+
overlayRoot: string;
|
|
2254
|
+
stateRoot: string;
|
|
2255
|
+
};
|
|
2256
|
+
/**
|
|
2257
|
+
* Lookup287: pallet_ismp::utils::UpdateConsensusState
|
|
2258
|
+
**/
|
|
2259
|
+
PalletIsmpUtilsUpdateConsensusState: {
|
|
2260
|
+
consensusStateId: string;
|
|
2261
|
+
unbondingPeriod: string;
|
|
2262
|
+
challengePeriods: string;
|
|
2263
|
+
};
|
|
2264
|
+
/**
|
|
2265
|
+
* Lookup288: pallet_ismp::utils::FundMessageParams<Balance>
|
|
2266
|
+
**/
|
|
2267
|
+
PalletIsmpUtilsFundMessageParams: {
|
|
2268
|
+
commitment: string;
|
|
2269
|
+
amount: string;
|
|
2270
|
+
};
|
|
2271
|
+
/**
|
|
2272
|
+
* Lookup289: pallet_ismp::utils::MessageCommitment
|
|
2273
|
+
**/
|
|
2274
|
+
PalletIsmpUtilsMessageCommitment: {
|
|
2275
|
+
_enum: {
|
|
2276
|
+
Request: string;
|
|
2277
|
+
Response: string;
|
|
2278
|
+
};
|
|
2279
|
+
};
|
|
2280
|
+
/**
|
|
2281
|
+
* Lookup290: ismp_grandpa::pallet::Call<T>
|
|
2282
|
+
**/
|
|
2283
|
+
IsmpGrandpaCall: {
|
|
2284
|
+
_enum: {
|
|
2285
|
+
add_state_machines: {
|
|
2286
|
+
newStateMachines: string;
|
|
2287
|
+
};
|
|
2288
|
+
remove_state_machines: {
|
|
2289
|
+
stateMachines: string;
|
|
2290
|
+
};
|
|
2291
|
+
};
|
|
2292
|
+
};
|
|
2293
|
+
/**
|
|
2294
|
+
* Lookup292: ismp_grandpa::AddStateMachine
|
|
2295
|
+
**/
|
|
2296
|
+
IsmpGrandpaAddStateMachine: {
|
|
2297
|
+
stateMachine: string;
|
|
2298
|
+
slotDuration: string;
|
|
2299
|
+
};
|
|
2300
|
+
/**
|
|
2301
|
+
* Lookup293: pallet_token_gateway::pallet::Call<T>
|
|
2302
|
+
**/
|
|
2303
|
+
PalletTokenGatewayCall: {
|
|
2304
|
+
_enum: {
|
|
2305
|
+
teleport: {
|
|
2306
|
+
params: string;
|
|
2307
|
+
};
|
|
2308
|
+
set_token_gateway_addresses: {
|
|
2309
|
+
addresses: string;
|
|
2310
|
+
};
|
|
2311
|
+
create_erc6160_asset: {
|
|
2312
|
+
asset: string;
|
|
2313
|
+
};
|
|
2314
|
+
update_erc6160_asset: {
|
|
2315
|
+
asset: string;
|
|
2316
|
+
};
|
|
2317
|
+
};
|
|
2318
|
+
};
|
|
2319
|
+
/**
|
|
2320
|
+
* Lookup294: pallet_token_gateway::types::TeleportParams<AssetId, Balance>
|
|
2321
|
+
**/
|
|
2322
|
+
PalletTokenGatewayTeleportParams: {
|
|
2323
|
+
assetId: string;
|
|
2324
|
+
destination: string;
|
|
2325
|
+
recepient: string;
|
|
2326
|
+
amount: string;
|
|
2327
|
+
timeout: string;
|
|
2328
|
+
tokenGateway: string;
|
|
2329
|
+
relayerFee: string;
|
|
2330
|
+
};
|
|
2331
|
+
/**
|
|
2332
|
+
* Lookup298: pallet_token_gateway::types::AssetRegistration<AssetId>
|
|
2333
|
+
**/
|
|
2334
|
+
PalletTokenGatewayAssetRegistration: {
|
|
2335
|
+
localId: string;
|
|
2336
|
+
reg: string;
|
|
2337
|
+
};
|
|
2338
|
+
/**
|
|
2339
|
+
* Lookup299: token_gateway_primitives::GatewayAssetRegistration
|
|
2340
|
+
**/
|
|
2341
|
+
TokenGatewayPrimitivesGatewayAssetRegistration: {
|
|
2342
|
+
name: string;
|
|
2343
|
+
symbol: string;
|
|
2344
|
+
chains: string;
|
|
2345
|
+
minimumBalance: string;
|
|
2346
|
+
};
|
|
2347
|
+
/**
|
|
2348
|
+
* Lookup301: token_gateway_primitives::GatewayAssetUpdate
|
|
2349
|
+
**/
|
|
2350
|
+
TokenGatewayPrimitivesGatewayAssetUpdate: {
|
|
2351
|
+
assetId: string;
|
|
2352
|
+
addChains: string;
|
|
2353
|
+
removeChains: string;
|
|
2354
|
+
newAdmins: string;
|
|
2355
|
+
};
|
|
2356
|
+
/**
|
|
2357
|
+
* Lookup308: pallet_multisig::pallet::Error<T>
|
|
1837
2358
|
**/
|
|
1838
2359
|
PalletMultisigError: {
|
|
1839
2360
|
_enum: string[];
|
|
1840
2361
|
};
|
|
1841
2362
|
/**
|
|
1842
|
-
*
|
|
2363
|
+
* Lookup311: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, argon_runtime::configs::ProxyType, BlockNumber>
|
|
1843
2364
|
**/
|
|
1844
2365
|
PalletProxyProxyDefinition: {
|
|
1845
2366
|
delegate: string;
|
|
@@ -1847,7 +2368,7 @@ declare const _default: {
|
|
|
1847
2368
|
delay: string;
|
|
1848
2369
|
};
|
|
1849
2370
|
/**
|
|
1850
|
-
*
|
|
2371
|
+
* Lookup315: pallet_proxy::Announcement<sp_core::crypto::AccountId32, primitive_types::H256, BlockNumber>
|
|
1851
2372
|
**/
|
|
1852
2373
|
PalletProxyAnnouncement: {
|
|
1853
2374
|
real: string;
|
|
@@ -1855,25 +2376,24 @@ declare const _default: {
|
|
|
1855
2376
|
height: string;
|
|
1856
2377
|
};
|
|
1857
2378
|
/**
|
|
1858
|
-
*
|
|
2379
|
+
* Lookup317: pallet_proxy::pallet::Error<T>
|
|
1859
2380
|
**/
|
|
1860
2381
|
PalletProxyError: {
|
|
1861
2382
|
_enum: string[];
|
|
1862
2383
|
};
|
|
1863
2384
|
/**
|
|
1864
|
-
*
|
|
2385
|
+
* Lookup318: argon_primitives::tick::Ticker
|
|
1865
2386
|
**/
|
|
1866
2387
|
ArgonPrimitivesTickTicker: {
|
|
1867
2388
|
tickDurationMillis: string;
|
|
1868
|
-
genesisUtcTime: string;
|
|
1869
2389
|
channelHoldExpirationTicks: string;
|
|
1870
2390
|
};
|
|
1871
2391
|
/**
|
|
1872
|
-
*
|
|
2392
|
+
* Lookup320: pallet_ticks::pallet::Error<T>
|
|
1873
2393
|
**/
|
|
1874
2394
|
PalletTicksError: string;
|
|
1875
2395
|
/**
|
|
1876
|
-
*
|
|
2396
|
+
* Lookup327: argon_primitives::block_seal::MiningSlotConfig<BlockNumber>
|
|
1877
2397
|
**/
|
|
1878
2398
|
ArgonPrimitivesBlockSealMiningSlotConfig: {
|
|
1879
2399
|
blocksBeforeBidEndForVrfClose: string;
|
|
@@ -1881,7 +2401,7 @@ declare const _default: {
|
|
|
1881
2401
|
slotBiddingStartBlock: string;
|
|
1882
2402
|
};
|
|
1883
2403
|
/**
|
|
1884
|
-
*
|
|
2404
|
+
* Lookup328: pallet_mining_slot::pallet::Error<T>
|
|
1885
2405
|
**/
|
|
1886
2406
|
PalletMiningSlotError: {
|
|
1887
2407
|
_enum: {
|
|
@@ -1909,13 +2429,13 @@ declare const _default: {
|
|
|
1909
2429
|
};
|
|
1910
2430
|
};
|
|
1911
2431
|
/**
|
|
1912
|
-
*
|
|
2432
|
+
* Lookup329: argon_primitives::bond::BondError
|
|
1913
2433
|
**/
|
|
1914
2434
|
ArgonPrimitivesBondBondError: {
|
|
1915
2435
|
_enum: string[];
|
|
1916
2436
|
};
|
|
1917
2437
|
/**
|
|
1918
|
-
*
|
|
2438
|
+
* Lookup330: argon_primitives::bitcoin::UtxoValue
|
|
1919
2439
|
**/
|
|
1920
2440
|
ArgonPrimitivesBitcoinUtxoValue: {
|
|
1921
2441
|
utxoId: string;
|
|
@@ -1925,7 +2445,7 @@ declare const _default: {
|
|
|
1925
2445
|
watchForSpentUntilHeight: string;
|
|
1926
2446
|
};
|
|
1927
2447
|
/**
|
|
1928
|
-
*
|
|
2448
|
+
* Lookup331: argon_primitives::bitcoin::BitcoinCosignScriptPubkey
|
|
1929
2449
|
**/
|
|
1930
2450
|
ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey: {
|
|
1931
2451
|
_enum: {
|
|
@@ -1935,19 +2455,19 @@ declare const _default: {
|
|
|
1935
2455
|
};
|
|
1936
2456
|
};
|
|
1937
2457
|
/**
|
|
1938
|
-
*
|
|
2458
|
+
* Lookup336: argon_primitives::bitcoin::BitcoinNetwork
|
|
1939
2459
|
**/
|
|
1940
2460
|
ArgonPrimitivesBitcoinBitcoinNetwork: {
|
|
1941
2461
|
_enum: string[];
|
|
1942
2462
|
};
|
|
1943
2463
|
/**
|
|
1944
|
-
*
|
|
2464
|
+
* Lookup339: pallet_bitcoin_utxos::pallet::Error<T>
|
|
1945
2465
|
**/
|
|
1946
2466
|
PalletBitcoinUtxosError: {
|
|
1947
2467
|
_enum: string[];
|
|
1948
2468
|
};
|
|
1949
2469
|
/**
|
|
1950
|
-
*
|
|
2470
|
+
* Lookup340: argon_primitives::bond::Vault<sp_core::crypto::AccountId32, Balance, BlockNumber>
|
|
1951
2471
|
**/
|
|
1952
2472
|
ArgonPrimitivesBondVault: {
|
|
1953
2473
|
operatorAccountId: string;
|
|
@@ -1960,7 +2480,7 @@ declare const _default: {
|
|
|
1960
2480
|
pendingTerms: string;
|
|
1961
2481
|
};
|
|
1962
2482
|
/**
|
|
1963
|
-
*
|
|
2483
|
+
* Lookup341: argon_primitives::bond::VaultArgons<Balance>
|
|
1964
2484
|
**/
|
|
1965
2485
|
ArgonPrimitivesBondVaultArgons: {
|
|
1966
2486
|
annualPercentRate: string;
|
|
@@ -1969,7 +2489,7 @@ declare const _default: {
|
|
|
1969
2489
|
baseFee: string;
|
|
1970
2490
|
};
|
|
1971
2491
|
/**
|
|
1972
|
-
*
|
|
2492
|
+
* Lookup345: argon_primitives::bitcoin::BitcoinXPub
|
|
1973
2493
|
**/
|
|
1974
2494
|
ArgonPrimitivesBitcoinBitcoinXPub: {
|
|
1975
2495
|
publicKey: string;
|
|
@@ -1980,19 +2500,19 @@ declare const _default: {
|
|
|
1980
2500
|
network: string;
|
|
1981
2501
|
};
|
|
1982
2502
|
/**
|
|
1983
|
-
*
|
|
2503
|
+
* Lookup347: argon_primitives::bitcoin::NetworkKind
|
|
1984
2504
|
**/
|
|
1985
2505
|
ArgonPrimitivesBitcoinNetworkKind: {
|
|
1986
2506
|
_enum: string[];
|
|
1987
2507
|
};
|
|
1988
2508
|
/**
|
|
1989
|
-
*
|
|
2509
|
+
* Lookup349: pallet_vaults::pallet::Error<T>
|
|
1990
2510
|
**/
|
|
1991
2511
|
PalletVaultsError: {
|
|
1992
2512
|
_enum: string[];
|
|
1993
2513
|
};
|
|
1994
2514
|
/**
|
|
1995
|
-
*
|
|
2515
|
+
* Lookup350: argon_primitives::bond::Bond<sp_core::crypto::AccountId32, Balance, BlockNumber>
|
|
1996
2516
|
**/
|
|
1997
2517
|
ArgonPrimitivesBond: {
|
|
1998
2518
|
bondType: string;
|
|
@@ -2006,7 +2526,7 @@ declare const _default: {
|
|
|
2006
2526
|
expiration: string;
|
|
2007
2527
|
};
|
|
2008
2528
|
/**
|
|
2009
|
-
*
|
|
2529
|
+
* Lookup353: pallet_bond::pallet::UtxoState
|
|
2010
2530
|
**/
|
|
2011
2531
|
PalletBondUtxoState: {
|
|
2012
2532
|
bondId: string;
|
|
@@ -2022,7 +2542,7 @@ declare const _default: {
|
|
|
2022
2542
|
isVerified: string;
|
|
2023
2543
|
};
|
|
2024
2544
|
/**
|
|
2025
|
-
*
|
|
2545
|
+
* Lookup357: pallet_bond::pallet::UtxoCosignRequest<Balance>
|
|
2026
2546
|
**/
|
|
2027
2547
|
PalletBondUtxoCosignRequest: {
|
|
2028
2548
|
bondId: string;
|
|
@@ -2033,7 +2553,7 @@ declare const _default: {
|
|
|
2033
2553
|
redemptionPrice: string;
|
|
2034
2554
|
};
|
|
2035
2555
|
/**
|
|
2036
|
-
*
|
|
2556
|
+
* Lookup361: pallet_bond::pallet::Error<T>
|
|
2037
2557
|
**/
|
|
2038
2558
|
PalletBondError: {
|
|
2039
2559
|
_enum: {
|
|
@@ -2069,13 +2589,13 @@ declare const _default: {
|
|
|
2069
2589
|
};
|
|
2070
2590
|
};
|
|
2071
2591
|
/**
|
|
2072
|
-
*
|
|
2592
|
+
* Lookup373: pallet_notaries::pallet::Error<T>
|
|
2073
2593
|
**/
|
|
2074
2594
|
PalletNotariesError: {
|
|
2075
2595
|
_enum: string[];
|
|
2076
2596
|
};
|
|
2077
2597
|
/**
|
|
2078
|
-
*
|
|
2598
|
+
* Lookup377: argon_primitives::notary::NotaryNotebookKeyDetails
|
|
2079
2599
|
**/
|
|
2080
2600
|
ArgonPrimitivesNotaryNotaryNotebookKeyDetails: {
|
|
2081
2601
|
notebookNumber: string;
|
|
@@ -2085,28 +2605,13 @@ declare const _default: {
|
|
|
2085
2605
|
parentSecret: string;
|
|
2086
2606
|
};
|
|
2087
2607
|
/**
|
|
2088
|
-
*
|
|
2089
|
-
**/
|
|
2090
|
-
ArgonPrimitivesDigestsNotebookDigest: {
|
|
2091
|
-
notebooks: string;
|
|
2092
|
-
};
|
|
2093
|
-
/**
|
|
2094
|
-
* Lookup302: argon_primitives::digests::NotebookDigestRecord<argon_notary_audit::error::VerifyError>
|
|
2095
|
-
**/
|
|
2096
|
-
ArgonPrimitivesDigestsNotebookDigestRecord: {
|
|
2097
|
-
notaryId: string;
|
|
2098
|
-
notebookNumber: string;
|
|
2099
|
-
tick: string;
|
|
2100
|
-
auditFirstFailure: string;
|
|
2101
|
-
};
|
|
2102
|
-
/**
|
|
2103
|
-
* Lookup305: pallet_notebook::pallet::Error<T>
|
|
2608
|
+
* Lookup380: pallet_notebook::pallet::Error<T>
|
|
2104
2609
|
**/
|
|
2105
2610
|
PalletNotebookError: {
|
|
2106
2611
|
_enum: string[];
|
|
2107
2612
|
};
|
|
2108
2613
|
/**
|
|
2109
|
-
*
|
|
2614
|
+
* Lookup381: pallet_chain_transfer::QueuedTransferOut<sp_core::crypto::AccountId32, Balance>
|
|
2110
2615
|
**/
|
|
2111
2616
|
PalletChainTransferQueuedTransferOut: {
|
|
2112
2617
|
accountId: string;
|
|
@@ -2115,17 +2620,17 @@ declare const _default: {
|
|
|
2115
2620
|
notaryId: string;
|
|
2116
2621
|
};
|
|
2117
2622
|
/**
|
|
2118
|
-
*
|
|
2623
|
+
* Lookup387: frame_support::PalletId
|
|
2119
2624
|
**/
|
|
2120
2625
|
FrameSupportPalletId: string;
|
|
2121
2626
|
/**
|
|
2122
|
-
*
|
|
2627
|
+
* Lookup388: pallet_chain_transfer::pallet::Error<T>
|
|
2123
2628
|
**/
|
|
2124
2629
|
PalletChainTransferError: {
|
|
2125
2630
|
_enum: string[];
|
|
2126
2631
|
};
|
|
2127
2632
|
/**
|
|
2128
|
-
*
|
|
2633
|
+
* Lookup393: argon_primitives::notary::NotaryNotebookVoteDigestDetails
|
|
2129
2634
|
**/
|
|
2130
2635
|
ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails: {
|
|
2131
2636
|
notaryId: string;
|
|
@@ -2135,65 +2640,25 @@ declare const _default: {
|
|
|
2135
2640
|
blockVotingPower: string;
|
|
2136
2641
|
};
|
|
2137
2642
|
/**
|
|
2138
|
-
*
|
|
2139
|
-
**/
|
|
2140
|
-
ArgonPrimitivesDigestsBlockVoteDigest: {
|
|
2141
|
-
votingPower: string;
|
|
2142
|
-
votesCount: string;
|
|
2143
|
-
};
|
|
2144
|
-
/**
|
|
2145
|
-
* Lookup323: pallet_block_seal_spec::pallet::Error<T>
|
|
2643
|
+
* Lookup398: pallet_block_seal_spec::pallet::Error<T>
|
|
2146
2644
|
**/
|
|
2147
2645
|
PalletBlockSealSpecError: {
|
|
2148
2646
|
_enum: string[];
|
|
2149
2647
|
};
|
|
2150
2648
|
/**
|
|
2151
|
-
*
|
|
2649
|
+
* Lookup400: pallet_domains::pallet::Error<T>
|
|
2152
2650
|
**/
|
|
2153
2651
|
PalletDomainsError: {
|
|
2154
2652
|
_enum: string[];
|
|
2155
2653
|
};
|
|
2156
2654
|
/**
|
|
2157
|
-
*
|
|
2655
|
+
* Lookup401: pallet_price_index::pallet::Error<T>
|
|
2158
2656
|
**/
|
|
2159
2657
|
PalletPriceIndexError: {
|
|
2160
2658
|
_enum: string[];
|
|
2161
2659
|
};
|
|
2162
2660
|
/**
|
|
2163
|
-
*
|
|
2164
|
-
**/
|
|
2165
|
-
ArgonPrimitivesProvidersBlockSealerInfo: {
|
|
2166
|
-
blockAuthorAccountId: string;
|
|
2167
|
-
blockVoteRewardsAccount: string;
|
|
2168
|
-
};
|
|
2169
|
-
/**
|
|
2170
|
-
* Lookup328: argon_primitives::fork_power::ForkPower
|
|
2171
|
-
**/
|
|
2172
|
-
ArgonPrimitivesForkPower: {
|
|
2173
|
-
notebooks: string;
|
|
2174
|
-
votingPower: string;
|
|
2175
|
-
sealStrength: string;
|
|
2176
|
-
totalComputeDifficulty: string;
|
|
2177
|
-
voteCreatedBlocks: string;
|
|
2178
|
-
};
|
|
2179
|
-
/**
|
|
2180
|
-
* Lookup330: argon_primitives::digests::ParentVotingKeyDigest
|
|
2181
|
-
**/
|
|
2182
|
-
ArgonPrimitivesDigestsParentVotingKeyDigest: {
|
|
2183
|
-
parentVotingKey: string;
|
|
2184
|
-
};
|
|
2185
|
-
/**
|
|
2186
|
-
* Lookup331: pallet_block_seal::pallet::Error<T>
|
|
2187
|
-
**/
|
|
2188
|
-
PalletBlockSealError: {
|
|
2189
|
-
_enum: string[];
|
|
2190
|
-
};
|
|
2191
|
-
/**
|
|
2192
|
-
* Lookup333: pallet_block_rewards::pallet::Error<T>
|
|
2193
|
-
**/
|
|
2194
|
-
PalletBlockRewardsError: string;
|
|
2195
|
-
/**
|
|
2196
|
-
* Lookup334: pallet_grandpa::StoredState<N>
|
|
2661
|
+
* Lookup402: pallet_grandpa::StoredState<N>
|
|
2197
2662
|
**/
|
|
2198
2663
|
PalletGrandpaStoredState: {
|
|
2199
2664
|
_enum: {
|
|
@@ -2210,7 +2675,7 @@ declare const _default: {
|
|
|
2210
2675
|
};
|
|
2211
2676
|
};
|
|
2212
2677
|
/**
|
|
2213
|
-
*
|
|
2678
|
+
* Lookup403: pallet_grandpa::StoredPendingChange<N, Limit>
|
|
2214
2679
|
**/
|
|
2215
2680
|
PalletGrandpaStoredPendingChange: {
|
|
2216
2681
|
scheduledAt: string;
|
|
@@ -2219,19 +2684,36 @@ declare const _default: {
|
|
|
2219
2684
|
forced: string;
|
|
2220
2685
|
};
|
|
2221
2686
|
/**
|
|
2222
|
-
*
|
|
2687
|
+
* Lookup406: pallet_grandpa::pallet::Error<T>
|
|
2223
2688
|
**/
|
|
2224
2689
|
PalletGrandpaError: {
|
|
2225
2690
|
_enum: string[];
|
|
2226
2691
|
};
|
|
2227
2692
|
/**
|
|
2228
|
-
*
|
|
2693
|
+
* Lookup407: argon_primitives::providers::BlockSealerInfo<sp_core::crypto::AccountId32>
|
|
2694
|
+
**/
|
|
2695
|
+
ArgonPrimitivesProvidersBlockSealerInfo: {
|
|
2696
|
+
blockAuthorAccountId: string;
|
|
2697
|
+
blockVoteRewardsAccount: string;
|
|
2698
|
+
};
|
|
2699
|
+
/**
|
|
2700
|
+
* Lookup411: pallet_block_seal::pallet::Error<T>
|
|
2701
|
+
**/
|
|
2702
|
+
PalletBlockSealError: {
|
|
2703
|
+
_enum: string[];
|
|
2704
|
+
};
|
|
2705
|
+
/**
|
|
2706
|
+
* Lookup414: pallet_block_rewards::pallet::Error<T>
|
|
2707
|
+
**/
|
|
2708
|
+
PalletBlockRewardsError: string;
|
|
2709
|
+
/**
|
|
2710
|
+
* Lookup418: pallet_mint::pallet::Error<T>
|
|
2229
2711
|
**/
|
|
2230
2712
|
PalletMintError: {
|
|
2231
2713
|
_enum: string[];
|
|
2232
2714
|
};
|
|
2233
2715
|
/**
|
|
2234
|
-
*
|
|
2716
|
+
* Lookup420: pallet_balances::types::BalanceLock<Balance>
|
|
2235
2717
|
**/
|
|
2236
2718
|
PalletBalancesBalanceLock: {
|
|
2237
2719
|
id: string;
|
|
@@ -2239,40 +2721,40 @@ declare const _default: {
|
|
|
2239
2721
|
reasons: string;
|
|
2240
2722
|
};
|
|
2241
2723
|
/**
|
|
2242
|
-
*
|
|
2724
|
+
* Lookup421: pallet_balances::types::Reasons
|
|
2243
2725
|
**/
|
|
2244
2726
|
PalletBalancesReasons: {
|
|
2245
2727
|
_enum: string[];
|
|
2246
2728
|
};
|
|
2247
2729
|
/**
|
|
2248
|
-
*
|
|
2730
|
+
* Lookup424: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
|
|
2249
2731
|
**/
|
|
2250
2732
|
PalletBalancesReserveData: {
|
|
2251
2733
|
id: string;
|
|
2252
2734
|
amount: string;
|
|
2253
2735
|
};
|
|
2254
2736
|
/**
|
|
2255
|
-
*
|
|
2737
|
+
* Lookup427: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeHoldReason, Balance>
|
|
2256
2738
|
**/
|
|
2257
2739
|
FrameSupportTokensMiscIdAmountRuntimeHoldReason: {
|
|
2258
2740
|
id: string;
|
|
2259
2741
|
amount: string;
|
|
2260
2742
|
};
|
|
2261
2743
|
/**
|
|
2262
|
-
*
|
|
2744
|
+
* Lookup428: argon_runtime::RuntimeHoldReason
|
|
2263
2745
|
**/
|
|
2264
|
-
|
|
2746
|
+
ArgonRuntimeRuntimeHoldReason: {
|
|
2265
2747
|
_enum: {
|
|
2266
2748
|
__Unused0: string;
|
|
2267
2749
|
__Unused1: string;
|
|
2268
2750
|
__Unused2: string;
|
|
2269
2751
|
__Unused3: string;
|
|
2270
2752
|
__Unused4: string;
|
|
2753
|
+
__Unused5: string;
|
|
2271
2754
|
MiningSlot: string;
|
|
2272
|
-
|
|
2755
|
+
__Unused7: string;
|
|
2273
2756
|
Vaults: string;
|
|
2274
2757
|
Bonds: string;
|
|
2275
|
-
__Unused9: string;
|
|
2276
2758
|
__Unused10: string;
|
|
2277
2759
|
__Unused11: string;
|
|
2278
2760
|
__Unused12: string;
|
|
@@ -2280,44 +2762,46 @@ declare const _default: {
|
|
|
2280
2762
|
__Unused14: string;
|
|
2281
2763
|
__Unused15: string;
|
|
2282
2764
|
__Unused16: string;
|
|
2765
|
+
__Unused17: string;
|
|
2766
|
+
__Unused18: string;
|
|
2283
2767
|
BlockRewards: string;
|
|
2284
2768
|
};
|
|
2285
2769
|
};
|
|
2286
2770
|
/**
|
|
2287
|
-
*
|
|
2771
|
+
* Lookup429: pallet_mining_slot::pallet::HoldReason
|
|
2288
2772
|
**/
|
|
2289
2773
|
PalletMiningSlotHoldReason: {
|
|
2290
2774
|
_enum: string[];
|
|
2291
2775
|
};
|
|
2292
2776
|
/**
|
|
2293
|
-
*
|
|
2777
|
+
* Lookup430: pallet_vaults::pallet::HoldReason
|
|
2294
2778
|
**/
|
|
2295
2779
|
PalletVaultsHoldReason: {
|
|
2296
2780
|
_enum: string[];
|
|
2297
2781
|
};
|
|
2298
2782
|
/**
|
|
2299
|
-
*
|
|
2783
|
+
* Lookup431: pallet_bond::pallet::HoldReason
|
|
2300
2784
|
**/
|
|
2301
2785
|
PalletBondHoldReason: {
|
|
2302
2786
|
_enum: string[];
|
|
2303
2787
|
};
|
|
2304
2788
|
/**
|
|
2305
|
-
*
|
|
2789
|
+
* Lookup432: pallet_block_rewards::pallet::HoldReason
|
|
2306
2790
|
**/
|
|
2307
2791
|
PalletBlockRewardsHoldReason: {
|
|
2308
2792
|
_enum: string[];
|
|
2309
2793
|
};
|
|
2310
2794
|
/**
|
|
2311
|
-
*
|
|
2795
|
+
* Lookup435: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeFreezeReason, Balance>
|
|
2312
2796
|
**/
|
|
2313
2797
|
FrameSupportTokensMiscIdAmountRuntimeFreezeReason: {
|
|
2314
2798
|
id: string;
|
|
2315
2799
|
amount: string;
|
|
2316
2800
|
};
|
|
2317
2801
|
/**
|
|
2318
|
-
*
|
|
2802
|
+
* Lookup436: argon_runtime::RuntimeFreezeReason
|
|
2319
2803
|
**/
|
|
2320
|
-
|
|
2804
|
+
ArgonRuntimeRuntimeFreezeReason: {
|
|
2321
2805
|
_enum: {
|
|
2322
2806
|
__Unused0: string;
|
|
2323
2807
|
__Unused1: string;
|
|
@@ -2336,88 +2820,106 @@ declare const _default: {
|
|
|
2336
2820
|
__Unused14: string;
|
|
2337
2821
|
__Unused15: string;
|
|
2338
2822
|
__Unused16: string;
|
|
2823
|
+
__Unused17: string;
|
|
2824
|
+
__Unused18: string;
|
|
2339
2825
|
BlockRewards: string;
|
|
2340
2826
|
};
|
|
2341
2827
|
};
|
|
2342
2828
|
/**
|
|
2343
|
-
*
|
|
2829
|
+
* Lookup437: pallet_block_rewards::pallet::FreezeReason
|
|
2344
2830
|
**/
|
|
2345
2831
|
PalletBlockRewardsFreezeReason: {
|
|
2346
2832
|
_enum: string[];
|
|
2347
2833
|
};
|
|
2348
2834
|
/**
|
|
2349
|
-
*
|
|
2835
|
+
* Lookup439: pallet_balances::pallet::Error<T, I>
|
|
2350
2836
|
**/
|
|
2351
2837
|
PalletBalancesError: {
|
|
2352
2838
|
_enum: string[];
|
|
2353
2839
|
};
|
|
2354
2840
|
/**
|
|
2355
|
-
*
|
|
2841
|
+
* Lookup441: pallet_tx_pause::pallet::Error<T>
|
|
2356
2842
|
**/
|
|
2357
2843
|
PalletTxPauseError: {
|
|
2358
2844
|
_enum: string[];
|
|
2359
2845
|
};
|
|
2360
2846
|
/**
|
|
2361
|
-
*
|
|
2847
|
+
* Lookup442: pallet_transaction_payment::Releases
|
|
2362
2848
|
**/
|
|
2363
2849
|
PalletTransactionPaymentReleases: {
|
|
2364
2850
|
_enum: string[];
|
|
2365
2851
|
};
|
|
2366
2852
|
/**
|
|
2367
|
-
*
|
|
2853
|
+
* Lookup443: pallet_utility::pallet::Error<T>
|
|
2368
2854
|
**/
|
|
2369
2855
|
PalletUtilityError: {
|
|
2370
2856
|
_enum: string[];
|
|
2371
2857
|
};
|
|
2372
2858
|
/**
|
|
2373
|
-
*
|
|
2859
|
+
* Lookup444: pallet_sudo::pallet::Error<T>
|
|
2374
2860
|
**/
|
|
2375
2861
|
PalletSudoError: {
|
|
2376
2862
|
_enum: string[];
|
|
2377
2863
|
};
|
|
2378
2864
|
/**
|
|
2379
|
-
*
|
|
2865
|
+
* Lookup445: pallet_ismp::pallet::Error<T>
|
|
2866
|
+
**/
|
|
2867
|
+
PalletIsmpError: {
|
|
2868
|
+
_enum: string[];
|
|
2869
|
+
};
|
|
2870
|
+
/**
|
|
2871
|
+
* Lookup446: pallet_hyperbridge::pallet::Error<T>
|
|
2872
|
+
**/
|
|
2873
|
+
PalletHyperbridgeError: string;
|
|
2874
|
+
/**
|
|
2875
|
+
* Lookup447: pallet_token_gateway::pallet::Error<T>
|
|
2876
|
+
**/
|
|
2877
|
+
PalletTokenGatewayError: {
|
|
2878
|
+
_enum: string[];
|
|
2879
|
+
};
|
|
2880
|
+
/**
|
|
2881
|
+
* Lookup450: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
|
|
2380
2882
|
**/
|
|
2381
2883
|
FrameSystemExtensionsCheckNonZeroSender: string;
|
|
2382
2884
|
/**
|
|
2383
|
-
*
|
|
2885
|
+
* Lookup451: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
|
|
2384
2886
|
**/
|
|
2385
2887
|
FrameSystemExtensionsCheckSpecVersion: string;
|
|
2386
2888
|
/**
|
|
2387
|
-
*
|
|
2889
|
+
* Lookup452: frame_system::extensions::check_tx_version::CheckTxVersion<T>
|
|
2388
2890
|
**/
|
|
2389
2891
|
FrameSystemExtensionsCheckTxVersion: string;
|
|
2390
2892
|
/**
|
|
2391
|
-
*
|
|
2893
|
+
* Lookup453: frame_system::extensions::check_genesis::CheckGenesis<T>
|
|
2392
2894
|
**/
|
|
2393
2895
|
FrameSystemExtensionsCheckGenesis: string;
|
|
2394
2896
|
/**
|
|
2395
|
-
*
|
|
2897
|
+
* Lookup456: frame_system::extensions::check_nonce::CheckNonce<T>
|
|
2396
2898
|
**/
|
|
2397
2899
|
FrameSystemExtensionsCheckNonce: string;
|
|
2398
2900
|
/**
|
|
2399
|
-
*
|
|
2901
|
+
* Lookup457: frame_system::extensions::check_weight::CheckWeight<T>
|
|
2400
2902
|
**/
|
|
2401
2903
|
FrameSystemExtensionsCheckWeight: string;
|
|
2402
2904
|
/**
|
|
2403
|
-
*
|
|
2905
|
+
* Lookup458: pallet_transaction_payment::ChargeTransactionPayment<T>
|
|
2404
2906
|
**/
|
|
2405
2907
|
PalletTransactionPaymentChargeTransactionPayment: string;
|
|
2406
2908
|
/**
|
|
2407
|
-
*
|
|
2909
|
+
* Lookup459: frame_metadata_hash_extension::CheckMetadataHash<T>
|
|
2408
2910
|
**/
|
|
2409
2911
|
FrameMetadataHashExtensionCheckMetadataHash: {
|
|
2410
2912
|
mode: string;
|
|
2411
2913
|
};
|
|
2412
2914
|
/**
|
|
2413
|
-
*
|
|
2915
|
+
* Lookup460: frame_metadata_hash_extension::Mode
|
|
2414
2916
|
**/
|
|
2415
2917
|
FrameMetadataHashExtensionMode: {
|
|
2416
2918
|
_enum: string[];
|
|
2417
2919
|
};
|
|
2418
2920
|
/**
|
|
2419
|
-
*
|
|
2921
|
+
* Lookup462: argon_runtime::Runtime
|
|
2420
2922
|
**/
|
|
2421
|
-
|
|
2923
|
+
ArgonRuntimeRuntime: string;
|
|
2422
2924
|
};
|
|
2423
2925
|
export default _default;
|