@argonprotocol/mainchain 0.0.7 → 0.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/index.d.ts +4 -1
- package/lib/cjs/index.js +9 -1
- package/lib/cjs/index.js.map +1 -1
- package/lib/cjs/interfaces/augment-api-consts.d.ts +0 -8
- package/lib/cjs/interfaces/augment-api-errors.d.ts +1 -23
- package/lib/cjs/interfaces/augment-api-events.d.ts +7 -27
- package/lib/cjs/interfaces/augment-api-query.d.ts +3 -59
- package/lib/cjs/interfaces/augment-api-tx.d.ts +8 -45
- package/lib/cjs/interfaces/augment-types.d.ts +63 -4
- package/lib/cjs/interfaces/lookup.d.ts +191 -257
- package/lib/cjs/interfaces/lookup.js +195 -261
- package/lib/cjs/interfaces/lookup.js.map +1 -1
- package/lib/cjs/interfaces/registry.d.ts +1 -9
- package/lib/cjs/interfaces/types-lookup.d.ts +185 -237
- package/lib/esm/index.d.ts +4 -1
- package/lib/esm/index.js +6 -1
- package/lib/esm/index.js.map +1 -1
- package/lib/esm/interfaces/augment-api-consts.d.ts +0 -8
- package/lib/esm/interfaces/augment-api-errors.d.ts +1 -23
- package/lib/esm/interfaces/augment-api-events.d.ts +7 -27
- package/lib/esm/interfaces/augment-api-query.d.ts +3 -59
- package/lib/esm/interfaces/augment-api-tx.d.ts +8 -45
- package/lib/esm/interfaces/augment-types.d.ts +63 -4
- package/lib/esm/interfaces/lookup.d.ts +191 -257
- package/lib/esm/interfaces/lookup.js +195 -261
- package/lib/esm/interfaces/lookup.js.map +1 -1
- package/lib/esm/interfaces/registry.d.ts +1 -9
- package/lib/esm/interfaces/types-lookup.d.ts +185 -237
- package/lib/tsconfig-cjs.tsbuildinfo +1 -1
- package/lib/tsconfig-types.tsbuildinfo +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/lib/types/index.d.ts +4 -1
- package/lib/types/interfaces/augment-api-consts.d.ts +0 -8
- package/lib/types/interfaces/augment-api-errors.d.ts +1 -23
- package/lib/types/interfaces/augment-api-events.d.ts +7 -27
- package/lib/types/interfaces/augment-api-query.d.ts +3 -59
- package/lib/types/interfaces/augment-api-tx.d.ts +8 -45
- package/lib/types/interfaces/augment-types.d.ts +63 -4
- package/lib/types/interfaces/lookup.d.ts +191 -257
- package/lib/types/interfaces/registry.d.ts +1 -9
- package/lib/types/interfaces/types-lookup.d.ts +185 -237
- package/package.json +5 -5
|
@@ -270,7 +270,7 @@ declare const _default: {
|
|
|
270
270
|
};
|
|
271
271
|
};
|
|
272
272
|
/**
|
|
273
|
-
* Lookup40: argon_primitives::block_seal::MiningRegistration<sp_core::crypto::AccountId32, Balance>
|
|
273
|
+
* Lookup40: argon_primitives::block_seal::MiningRegistration<sp_core::crypto::AccountId32, Balance, argon_node_runtime::opaque::SessionKeys>
|
|
274
274
|
**/
|
|
275
275
|
ArgonPrimitivesBlockSealMiningRegistration: {
|
|
276
276
|
accountId: string;
|
|
@@ -279,9 +279,25 @@ declare const _default: {
|
|
|
279
279
|
bondAmount: string;
|
|
280
280
|
ownershipTokens: string;
|
|
281
281
|
rewardSharing: string;
|
|
282
|
+
authorityKeys: string;
|
|
282
283
|
};
|
|
283
284
|
/**
|
|
284
|
-
* Lookup41:
|
|
285
|
+
* Lookup41: argon_node_runtime::opaque::SessionKeys
|
|
286
|
+
**/
|
|
287
|
+
ArgonNodeRuntimeOpaqueSessionKeys: {
|
|
288
|
+
grandpa: string;
|
|
289
|
+
blockSealAuthority: string;
|
|
290
|
+
};
|
|
291
|
+
/**
|
|
292
|
+
* Lookup42: sp_consensus_grandpa::app::Public
|
|
293
|
+
**/
|
|
294
|
+
SpConsensusGrandpaAppPublic: string;
|
|
295
|
+
/**
|
|
296
|
+
* Lookup43: argon_primitives::block_seal::app::Public
|
|
297
|
+
**/
|
|
298
|
+
ArgonPrimitivesBlockSealAppPublic: string;
|
|
299
|
+
/**
|
|
300
|
+
* Lookup44: argon_primitives::block_seal::RewardDestination<sp_core::crypto::AccountId32>
|
|
285
301
|
**/
|
|
286
302
|
ArgonPrimitivesBlockSealRewardDestination: {
|
|
287
303
|
_enum: {
|
|
@@ -290,14 +306,14 @@ declare const _default: {
|
|
|
290
306
|
};
|
|
291
307
|
};
|
|
292
308
|
/**
|
|
293
|
-
*
|
|
309
|
+
* Lookup48: argon_primitives::block_seal::RewardSharing<sp_core::crypto::AccountId32>
|
|
294
310
|
**/
|
|
295
311
|
ArgonPrimitivesBlockSealRewardSharing: {
|
|
296
312
|
accountId: string;
|
|
297
313
|
percentTake: string;
|
|
298
314
|
};
|
|
299
315
|
/**
|
|
300
|
-
*
|
|
316
|
+
* Lookup52: pallet_bitcoin_utxos::pallet::Event<T>
|
|
301
317
|
**/
|
|
302
318
|
PalletBitcoinUtxosEvent: {
|
|
303
319
|
_enum: {
|
|
@@ -334,24 +350,24 @@ declare const _default: {
|
|
|
334
350
|
};
|
|
335
351
|
};
|
|
336
352
|
/**
|
|
337
|
-
*
|
|
353
|
+
* Lookup53: argon_primitives::bitcoin::BitcoinRejectedReason
|
|
338
354
|
**/
|
|
339
355
|
ArgonPrimitivesBitcoinBitcoinRejectedReason: {
|
|
340
356
|
_enum: string[];
|
|
341
357
|
};
|
|
342
358
|
/**
|
|
343
|
-
*
|
|
359
|
+
* Lookup54: argon_primitives::bitcoin::UtxoRef
|
|
344
360
|
**/
|
|
345
361
|
ArgonPrimitivesBitcoinUtxoRef: {
|
|
346
362
|
txid: string;
|
|
347
363
|
outputIndex: string;
|
|
348
364
|
};
|
|
349
365
|
/**
|
|
350
|
-
*
|
|
366
|
+
* Lookup55: argon_primitives::bitcoin::H256Le
|
|
351
367
|
**/
|
|
352
368
|
ArgonPrimitivesBitcoinH256Le: string;
|
|
353
369
|
/**
|
|
354
|
-
*
|
|
370
|
+
* Lookup57: pallet_vaults::pallet::Event<T>
|
|
355
371
|
**/
|
|
356
372
|
PalletVaultsEvent: {
|
|
357
373
|
_enum: {
|
|
@@ -387,7 +403,7 @@ declare const _default: {
|
|
|
387
403
|
};
|
|
388
404
|
};
|
|
389
405
|
/**
|
|
390
|
-
*
|
|
406
|
+
* Lookup58: pallet_bond::pallet::Event<T>
|
|
391
407
|
**/
|
|
392
408
|
PalletBondEvent: {
|
|
393
409
|
_enum: {
|
|
@@ -449,13 +465,13 @@ declare const _default: {
|
|
|
449
465
|
};
|
|
450
466
|
};
|
|
451
467
|
/**
|
|
452
|
-
*
|
|
468
|
+
* Lookup59: argon_primitives::bond::BondType
|
|
453
469
|
**/
|
|
454
470
|
ArgonPrimitivesBondBondType: {
|
|
455
471
|
_enum: string[];
|
|
456
472
|
};
|
|
457
473
|
/**
|
|
458
|
-
*
|
|
474
|
+
* Lookup60: argon_primitives::bond::BondExpiration<BlockNumber>
|
|
459
475
|
**/
|
|
460
476
|
ArgonPrimitivesBondBondExpiration: {
|
|
461
477
|
_enum: {
|
|
@@ -464,7 +480,7 @@ declare const _default: {
|
|
|
464
480
|
};
|
|
465
481
|
};
|
|
466
482
|
/**
|
|
467
|
-
*
|
|
483
|
+
* Lookup63: pallet_notaries::pallet::Event<T>
|
|
468
484
|
**/
|
|
469
485
|
PalletNotariesEvent: {
|
|
470
486
|
_enum: {
|
|
@@ -493,7 +509,7 @@ declare const _default: {
|
|
|
493
509
|
};
|
|
494
510
|
};
|
|
495
511
|
/**
|
|
496
|
-
*
|
|
512
|
+
* Lookup64: argon_primitives::notary::NotaryMeta<MaxHosts>
|
|
497
513
|
**/
|
|
498
514
|
ArgonPrimitivesNotaryNotaryMeta: {
|
|
499
515
|
name: string;
|
|
@@ -501,7 +517,7 @@ declare const _default: {
|
|
|
501
517
|
hosts: string;
|
|
502
518
|
};
|
|
503
519
|
/**
|
|
504
|
-
*
|
|
520
|
+
* Lookup71: argon_primitives::notary::NotaryRecord<sp_core::crypto::AccountId32, BlockNumber, MaxHosts>
|
|
505
521
|
**/
|
|
506
522
|
ArgonPrimitivesNotaryNotaryRecord: {
|
|
507
523
|
notaryId: string;
|
|
@@ -512,7 +528,7 @@ declare const _default: {
|
|
|
512
528
|
meta: string;
|
|
513
529
|
};
|
|
514
530
|
/**
|
|
515
|
-
*
|
|
531
|
+
* Lookup72: pallet_notebook::pallet::Event<T>
|
|
516
532
|
**/
|
|
517
533
|
PalletNotebookEvent: {
|
|
518
534
|
_enum: {
|
|
@@ -528,7 +544,7 @@ declare const _default: {
|
|
|
528
544
|
};
|
|
529
545
|
};
|
|
530
546
|
/**
|
|
531
|
-
*
|
|
547
|
+
* Lookup73: argon_notary_audit::error::VerifyError
|
|
532
548
|
**/
|
|
533
549
|
ArgonNotaryAuditErrorVerifyError: {
|
|
534
550
|
_enum: {
|
|
@@ -627,19 +643,19 @@ declare const _default: {
|
|
|
627
643
|
};
|
|
628
644
|
};
|
|
629
645
|
/**
|
|
630
|
-
*
|
|
646
|
+
* Lookup74: argon_primitives::account::AccountType
|
|
631
647
|
**/
|
|
632
648
|
ArgonPrimitivesAccountAccountType: {
|
|
633
649
|
_enum: string[];
|
|
634
650
|
};
|
|
635
651
|
/**
|
|
636
|
-
*
|
|
652
|
+
* Lookup75: argon_notary_audit::AccountHistoryLookupError
|
|
637
653
|
**/
|
|
638
654
|
ArgonNotaryAuditAccountHistoryLookupError: {
|
|
639
655
|
_enum: string[];
|
|
640
656
|
};
|
|
641
657
|
/**
|
|
642
|
-
*
|
|
658
|
+
* Lookup78: pallet_chain_transfer::pallet::Event<T>
|
|
643
659
|
**/
|
|
644
660
|
PalletChainTransferEvent: {
|
|
645
661
|
_enum: {
|
|
@@ -688,7 +704,7 @@ declare const _default: {
|
|
|
688
704
|
};
|
|
689
705
|
};
|
|
690
706
|
/**
|
|
691
|
-
*
|
|
707
|
+
* Lookup79: pallet_block_seal_spec::pallet::Event<T>
|
|
692
708
|
**/
|
|
693
709
|
PalletBlockSealSpecEvent: {
|
|
694
710
|
_enum: {
|
|
@@ -707,7 +723,7 @@ declare const _default: {
|
|
|
707
723
|
};
|
|
708
724
|
};
|
|
709
725
|
/**
|
|
710
|
-
*
|
|
726
|
+
* Lookup80: pallet_domains::pallet::Event<T>
|
|
711
727
|
**/
|
|
712
728
|
PalletDomainsEvent: {
|
|
713
729
|
_enum: {
|
|
@@ -737,7 +753,7 @@ declare const _default: {
|
|
|
737
753
|
};
|
|
738
754
|
};
|
|
739
755
|
/**
|
|
740
|
-
*
|
|
756
|
+
* Lookup81: argon_primitives::domain::ZoneRecord<sp_core::crypto::AccountId32>
|
|
741
757
|
**/
|
|
742
758
|
ArgonPrimitivesDomainZoneRecord: {
|
|
743
759
|
paymentAccount: string;
|
|
@@ -745,7 +761,7 @@ declare const _default: {
|
|
|
745
761
|
versions: string;
|
|
746
762
|
};
|
|
747
763
|
/**
|
|
748
|
-
*
|
|
764
|
+
* Lookup83: argon_primitives::domain::Semver
|
|
749
765
|
**/
|
|
750
766
|
ArgonPrimitivesDomainSemver: {
|
|
751
767
|
major: string;
|
|
@@ -753,21 +769,21 @@ declare const _default: {
|
|
|
753
769
|
patch: string;
|
|
754
770
|
};
|
|
755
771
|
/**
|
|
756
|
-
*
|
|
772
|
+
* Lookup84: argon_primitives::domain::VersionHost
|
|
757
773
|
**/
|
|
758
774
|
ArgonPrimitivesDomainVersionHost: {
|
|
759
775
|
datastoreId: string;
|
|
760
776
|
host: string;
|
|
761
777
|
};
|
|
762
778
|
/**
|
|
763
|
-
*
|
|
779
|
+
* Lookup88: pallet_domains::DomainRegistration<sp_core::crypto::AccountId32>
|
|
764
780
|
**/
|
|
765
781
|
PalletDomainsDomainRegistration: {
|
|
766
782
|
accountId: string;
|
|
767
783
|
registeredAtTick: string;
|
|
768
784
|
};
|
|
769
785
|
/**
|
|
770
|
-
*
|
|
786
|
+
* Lookup89: pallet_price_index::pallet::Event<T>
|
|
771
787
|
**/
|
|
772
788
|
PalletPriceIndexEvent: {
|
|
773
789
|
_enum: {
|
|
@@ -778,17 +794,7 @@ declare const _default: {
|
|
|
778
794
|
};
|
|
779
795
|
};
|
|
780
796
|
/**
|
|
781
|
-
*
|
|
782
|
-
**/
|
|
783
|
-
PalletSessionEvent: {
|
|
784
|
-
_enum: {
|
|
785
|
-
NewSession: {
|
|
786
|
-
sessionIndex: string;
|
|
787
|
-
};
|
|
788
|
-
};
|
|
789
|
-
};
|
|
790
|
-
/**
|
|
791
|
-
* Lookup88: pallet_block_rewards::pallet::Event<T>
|
|
797
|
+
* Lookup90: pallet_block_rewards::pallet::Event<T>
|
|
792
798
|
**/
|
|
793
799
|
PalletBlockRewardsEvent: {
|
|
794
800
|
_enum: {
|
|
@@ -814,7 +820,7 @@ declare const _default: {
|
|
|
814
820
|
};
|
|
815
821
|
};
|
|
816
822
|
/**
|
|
817
|
-
*
|
|
823
|
+
* Lookup92: argon_primitives::block_seal::BlockPayout<sp_core::crypto::AccountId32, Balance>
|
|
818
824
|
**/
|
|
819
825
|
ArgonPrimitivesBlockSealBlockPayout: {
|
|
820
826
|
accountId: string;
|
|
@@ -822,7 +828,7 @@ declare const _default: {
|
|
|
822
828
|
argons: string;
|
|
823
829
|
};
|
|
824
830
|
/**
|
|
825
|
-
*
|
|
831
|
+
* Lookup94: pallet_grandpa::pallet::Event
|
|
826
832
|
**/
|
|
827
833
|
PalletGrandpaEvent: {
|
|
828
834
|
_enum: {
|
|
@@ -834,22 +840,7 @@ declare const _default: {
|
|
|
834
840
|
};
|
|
835
841
|
};
|
|
836
842
|
/**
|
|
837
|
-
*
|
|
838
|
-
**/
|
|
839
|
-
SpConsensusGrandpaAppPublic: string;
|
|
840
|
-
/**
|
|
841
|
-
* Lookup96: pallet_offences::pallet::Event
|
|
842
|
-
**/
|
|
843
|
-
PalletOffencesEvent: {
|
|
844
|
-
_enum: {
|
|
845
|
-
Offence: {
|
|
846
|
-
kind: string;
|
|
847
|
-
timeslot: string;
|
|
848
|
-
};
|
|
849
|
-
};
|
|
850
|
-
};
|
|
851
|
-
/**
|
|
852
|
-
* Lookup98: pallet_mint::pallet::Event<T>
|
|
843
|
+
* Lookup97: pallet_mint::pallet::Event<T>
|
|
853
844
|
**/
|
|
854
845
|
PalletMintEvent: {
|
|
855
846
|
_enum: {
|
|
@@ -869,13 +860,13 @@ declare const _default: {
|
|
|
869
860
|
};
|
|
870
861
|
};
|
|
871
862
|
/**
|
|
872
|
-
*
|
|
863
|
+
* Lookup98: pallet_mint::pallet::MintType
|
|
873
864
|
**/
|
|
874
865
|
PalletMintMintType: {
|
|
875
866
|
_enum: string[];
|
|
876
867
|
};
|
|
877
868
|
/**
|
|
878
|
-
*
|
|
869
|
+
* Lookup99: pallet_balances::pallet::Event<T, I>
|
|
879
870
|
**/
|
|
880
871
|
PalletBalancesEvent: {
|
|
881
872
|
_enum: {
|
|
@@ -973,13 +964,13 @@ declare const _default: {
|
|
|
973
964
|
};
|
|
974
965
|
};
|
|
975
966
|
/**
|
|
976
|
-
*
|
|
967
|
+
* Lookup100: frame_support::traits::tokens::misc::BalanceStatus
|
|
977
968
|
**/
|
|
978
969
|
FrameSupportTokensMiscBalanceStatus: {
|
|
979
970
|
_enum: string[];
|
|
980
971
|
};
|
|
981
972
|
/**
|
|
982
|
-
*
|
|
973
|
+
* Lookup102: pallet_tx_pause::pallet::Event<T>
|
|
983
974
|
**/
|
|
984
975
|
PalletTxPauseEvent: {
|
|
985
976
|
_enum: {
|
|
@@ -992,7 +983,7 @@ declare const _default: {
|
|
|
992
983
|
};
|
|
993
984
|
};
|
|
994
985
|
/**
|
|
995
|
-
*
|
|
986
|
+
* Lookup105: pallet_transaction_payment::pallet::Event<T>
|
|
996
987
|
**/
|
|
997
988
|
PalletTransactionPaymentEvent: {
|
|
998
989
|
_enum: {
|
|
@@ -1004,7 +995,7 @@ declare const _default: {
|
|
|
1004
995
|
};
|
|
1005
996
|
};
|
|
1006
997
|
/**
|
|
1007
|
-
*
|
|
998
|
+
* Lookup106: pallet_utility::pallet::Event
|
|
1008
999
|
**/
|
|
1009
1000
|
PalletUtilityEvent: {
|
|
1010
1001
|
_enum: {
|
|
@@ -1024,7 +1015,7 @@ declare const _default: {
|
|
|
1024
1015
|
};
|
|
1025
1016
|
};
|
|
1026
1017
|
/**
|
|
1027
|
-
*
|
|
1018
|
+
* Lookup107: pallet_sudo::pallet::Event<T>
|
|
1028
1019
|
**/
|
|
1029
1020
|
PalletSudoEvent: {
|
|
1030
1021
|
_enum: {
|
|
@@ -1045,7 +1036,7 @@ declare const _default: {
|
|
|
1045
1036
|
};
|
|
1046
1037
|
};
|
|
1047
1038
|
/**
|
|
1048
|
-
*
|
|
1039
|
+
* Lookup109: frame_system::Phase
|
|
1049
1040
|
**/
|
|
1050
1041
|
FrameSystemPhase: {
|
|
1051
1042
|
_enum: {
|
|
@@ -1055,21 +1046,21 @@ declare const _default: {
|
|
|
1055
1046
|
};
|
|
1056
1047
|
};
|
|
1057
1048
|
/**
|
|
1058
|
-
*
|
|
1049
|
+
* Lookup113: frame_system::LastRuntimeUpgradeInfo
|
|
1059
1050
|
**/
|
|
1060
1051
|
FrameSystemLastRuntimeUpgradeInfo: {
|
|
1061
1052
|
specVersion: string;
|
|
1062
1053
|
specName: string;
|
|
1063
1054
|
};
|
|
1064
1055
|
/**
|
|
1065
|
-
*
|
|
1056
|
+
* Lookup114: frame_system::CodeUpgradeAuthorization<T>
|
|
1066
1057
|
**/
|
|
1067
1058
|
FrameSystemCodeUpgradeAuthorization: {
|
|
1068
1059
|
codeHash: string;
|
|
1069
1060
|
checkVersion: string;
|
|
1070
1061
|
};
|
|
1071
1062
|
/**
|
|
1072
|
-
*
|
|
1063
|
+
* Lookup115: frame_system::pallet::Call<T>
|
|
1073
1064
|
**/
|
|
1074
1065
|
FrameSystemCall: {
|
|
1075
1066
|
_enum: {
|
|
@@ -1114,7 +1105,7 @@ declare const _default: {
|
|
|
1114
1105
|
};
|
|
1115
1106
|
};
|
|
1116
1107
|
/**
|
|
1117
|
-
*
|
|
1108
|
+
* Lookup119: frame_system::limits::BlockWeights
|
|
1118
1109
|
**/
|
|
1119
1110
|
FrameSystemLimitsBlockWeights: {
|
|
1120
1111
|
baseBlock: string;
|
|
@@ -1122,7 +1113,7 @@ declare const _default: {
|
|
|
1122
1113
|
perClass: string;
|
|
1123
1114
|
};
|
|
1124
1115
|
/**
|
|
1125
|
-
*
|
|
1116
|
+
* Lookup120: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
|
|
1126
1117
|
**/
|
|
1127
1118
|
FrameSupportDispatchPerDispatchClassWeightsPerClass: {
|
|
1128
1119
|
normal: string;
|
|
@@ -1130,7 +1121,7 @@ declare const _default: {
|
|
|
1130
1121
|
mandatory: string;
|
|
1131
1122
|
};
|
|
1132
1123
|
/**
|
|
1133
|
-
*
|
|
1124
|
+
* Lookup121: frame_system::limits::WeightsPerClass
|
|
1134
1125
|
**/
|
|
1135
1126
|
FrameSystemLimitsWeightsPerClass: {
|
|
1136
1127
|
baseExtrinsic: string;
|
|
@@ -1139,13 +1130,13 @@ declare const _default: {
|
|
|
1139
1130
|
reserved: string;
|
|
1140
1131
|
};
|
|
1141
1132
|
/**
|
|
1142
|
-
*
|
|
1133
|
+
* Lookup123: frame_system::limits::BlockLength
|
|
1143
1134
|
**/
|
|
1144
1135
|
FrameSystemLimitsBlockLength: {
|
|
1145
1136
|
max: string;
|
|
1146
1137
|
};
|
|
1147
1138
|
/**
|
|
1148
|
-
*
|
|
1139
|
+
* Lookup124: frame_support::dispatch::PerDispatchClass<T>
|
|
1149
1140
|
**/
|
|
1150
1141
|
FrameSupportDispatchPerDispatchClassU32: {
|
|
1151
1142
|
normal: string;
|
|
@@ -1153,14 +1144,14 @@ declare const _default: {
|
|
|
1153
1144
|
mandatory: string;
|
|
1154
1145
|
};
|
|
1155
1146
|
/**
|
|
1156
|
-
*
|
|
1147
|
+
* Lookup125: sp_weights::RuntimeDbWeight
|
|
1157
1148
|
**/
|
|
1158
1149
|
SpWeightsRuntimeDbWeight: {
|
|
1159
1150
|
read: string;
|
|
1160
1151
|
write: string;
|
|
1161
1152
|
};
|
|
1162
1153
|
/**
|
|
1163
|
-
*
|
|
1154
|
+
* Lookup126: sp_version::RuntimeVersion
|
|
1164
1155
|
**/
|
|
1165
1156
|
SpVersionRuntimeVersion: {
|
|
1166
1157
|
specName: string;
|
|
@@ -1173,13 +1164,13 @@ declare const _default: {
|
|
|
1173
1164
|
stateVersion: string;
|
|
1174
1165
|
};
|
|
1175
1166
|
/**
|
|
1176
|
-
*
|
|
1167
|
+
* Lookup131: frame_system::pallet::Error<T>
|
|
1177
1168
|
**/
|
|
1178
1169
|
FrameSystemError: {
|
|
1179
1170
|
_enum: string[];
|
|
1180
1171
|
};
|
|
1181
1172
|
/**
|
|
1182
|
-
*
|
|
1173
|
+
* Lookup132: pallet_timestamp::pallet::Call<T>
|
|
1183
1174
|
**/
|
|
1184
1175
|
PalletTimestampCall: {
|
|
1185
1176
|
_enum: {
|
|
@@ -1189,7 +1180,7 @@ declare const _default: {
|
|
|
1189
1180
|
};
|
|
1190
1181
|
};
|
|
1191
1182
|
/**
|
|
1192
|
-
*
|
|
1183
|
+
* Lookup134: pallet_multisig::Multisig<BlockNumber, Balance, sp_core::crypto::AccountId32, MaxApprovals>
|
|
1193
1184
|
**/
|
|
1194
1185
|
PalletMultisigMultisig: {
|
|
1195
1186
|
when: string;
|
|
@@ -1198,7 +1189,7 @@ declare const _default: {
|
|
|
1198
1189
|
approvals: string;
|
|
1199
1190
|
};
|
|
1200
1191
|
/**
|
|
1201
|
-
*
|
|
1192
|
+
* Lookup137: pallet_multisig::pallet::Call<T>
|
|
1202
1193
|
**/
|
|
1203
1194
|
PalletMultisigCall: {
|
|
1204
1195
|
_enum: {
|
|
@@ -1229,7 +1220,7 @@ declare const _default: {
|
|
|
1229
1220
|
};
|
|
1230
1221
|
};
|
|
1231
1222
|
/**
|
|
1232
|
-
*
|
|
1223
|
+
* Lookup139: pallet_proxy::pallet::Call<T>
|
|
1233
1224
|
**/
|
|
1234
1225
|
PalletProxyCall: {
|
|
1235
1226
|
_enum: {
|
|
@@ -1282,29 +1273,33 @@ declare const _default: {
|
|
|
1282
1273
|
};
|
|
1283
1274
|
};
|
|
1284
1275
|
/**
|
|
1285
|
-
*
|
|
1276
|
+
* Lookup144: pallet_ticks::pallet::Call<T>
|
|
1286
1277
|
**/
|
|
1287
1278
|
PalletTicksCall: string;
|
|
1288
1279
|
/**
|
|
1289
|
-
*
|
|
1280
|
+
* Lookup145: pallet_mining_slot::pallet::Call<T>
|
|
1290
1281
|
**/
|
|
1291
1282
|
PalletMiningSlotCall: {
|
|
1292
1283
|
_enum: {
|
|
1293
1284
|
bid: {
|
|
1285
|
+
_alias: {
|
|
1286
|
+
keys_: string;
|
|
1287
|
+
};
|
|
1294
1288
|
bondInfo: string;
|
|
1295
1289
|
rewardDestination: string;
|
|
1290
|
+
keys_: string;
|
|
1296
1291
|
};
|
|
1297
1292
|
};
|
|
1298
1293
|
};
|
|
1299
1294
|
/**
|
|
1300
|
-
*
|
|
1295
|
+
* Lookup147: pallet_mining_slot::MiningSlotBid<VaultId, Balance>
|
|
1301
1296
|
**/
|
|
1302
1297
|
PalletMiningSlotMiningSlotBid: {
|
|
1303
1298
|
vaultId: string;
|
|
1304
1299
|
amount: string;
|
|
1305
1300
|
};
|
|
1306
1301
|
/**
|
|
1307
|
-
*
|
|
1302
|
+
* Lookup148: pallet_bitcoin_utxos::pallet::Call<T>
|
|
1308
1303
|
**/
|
|
1309
1304
|
PalletBitcoinUtxosCall: {
|
|
1310
1305
|
_enum: {
|
|
@@ -1321,7 +1316,7 @@ declare const _default: {
|
|
|
1321
1316
|
};
|
|
1322
1317
|
};
|
|
1323
1318
|
/**
|
|
1324
|
-
*
|
|
1319
|
+
* Lookup149: argon_primitives::inherents::BitcoinUtxoSync
|
|
1325
1320
|
**/
|
|
1326
1321
|
ArgonPrimitivesInherentsBitcoinUtxoSync: {
|
|
1327
1322
|
spent: string;
|
|
@@ -1330,14 +1325,14 @@ declare const _default: {
|
|
|
1330
1325
|
syncToBlock: string;
|
|
1331
1326
|
};
|
|
1332
1327
|
/**
|
|
1333
|
-
*
|
|
1328
|
+
* Lookup159: argon_primitives::bitcoin::BitcoinBlock
|
|
1334
1329
|
**/
|
|
1335
1330
|
ArgonPrimitivesBitcoinBitcoinBlock: {
|
|
1336
1331
|
blockHeight: string;
|
|
1337
1332
|
blockHash: string;
|
|
1338
1333
|
};
|
|
1339
1334
|
/**
|
|
1340
|
-
*
|
|
1335
|
+
* Lookup160: pallet_vaults::pallet::Call<T>
|
|
1341
1336
|
**/
|
|
1342
1337
|
PalletVaultsCall: {
|
|
1343
1338
|
_enum: {
|
|
@@ -1364,7 +1359,7 @@ declare const _default: {
|
|
|
1364
1359
|
};
|
|
1365
1360
|
};
|
|
1366
1361
|
/**
|
|
1367
|
-
*
|
|
1362
|
+
* Lookup161: pallet_vaults::pallet::VaultConfig<Balance>
|
|
1368
1363
|
**/
|
|
1369
1364
|
PalletVaultsVaultConfig: {
|
|
1370
1365
|
terms: string;
|
|
@@ -1374,7 +1369,7 @@ declare const _default: {
|
|
|
1374
1369
|
securitizationPercent: string;
|
|
1375
1370
|
};
|
|
1376
1371
|
/**
|
|
1377
|
-
*
|
|
1372
|
+
* Lookup162: argon_primitives::bond::VaultTerms<Balance>
|
|
1378
1373
|
**/
|
|
1379
1374
|
ArgonPrimitivesBondVaultTerms: {
|
|
1380
1375
|
bitcoinAnnualPercentRate: string;
|
|
@@ -1384,11 +1379,11 @@ declare const _default: {
|
|
|
1384
1379
|
miningRewardSharingPercentTake: string;
|
|
1385
1380
|
};
|
|
1386
1381
|
/**
|
|
1387
|
-
*
|
|
1382
|
+
* Lookup163: argon_primitives::bitcoin::OpaqueBitcoinXpub
|
|
1388
1383
|
**/
|
|
1389
1384
|
ArgonPrimitivesBitcoinOpaqueBitcoinXpub: string;
|
|
1390
1385
|
/**
|
|
1391
|
-
*
|
|
1386
|
+
* Lookup165: pallet_bond::pallet::Call<T>
|
|
1392
1387
|
**/
|
|
1393
1388
|
PalletBondCall: {
|
|
1394
1389
|
_enum: {
|
|
@@ -1412,11 +1407,11 @@ declare const _default: {
|
|
|
1412
1407
|
};
|
|
1413
1408
|
};
|
|
1414
1409
|
/**
|
|
1415
|
-
*
|
|
1410
|
+
* Lookup166: argon_primitives::bitcoin::CompressedBitcoinPubkey
|
|
1416
1411
|
**/
|
|
1417
1412
|
ArgonPrimitivesBitcoinCompressedBitcoinPubkey: string;
|
|
1418
1413
|
/**
|
|
1419
|
-
*
|
|
1414
|
+
* Lookup170: pallet_notaries::pallet::Call<T>
|
|
1420
1415
|
**/
|
|
1421
1416
|
PalletNotariesCall: {
|
|
1422
1417
|
_enum: {
|
|
@@ -1434,7 +1429,7 @@ declare const _default: {
|
|
|
1434
1429
|
};
|
|
1435
1430
|
};
|
|
1436
1431
|
/**
|
|
1437
|
-
*
|
|
1432
|
+
* Lookup171: pallet_notebook::pallet::Call<T>
|
|
1438
1433
|
**/
|
|
1439
1434
|
PalletNotebookCall: {
|
|
1440
1435
|
_enum: {
|
|
@@ -1444,14 +1439,14 @@ declare const _default: {
|
|
|
1444
1439
|
};
|
|
1445
1440
|
};
|
|
1446
1441
|
/**
|
|
1447
|
-
*
|
|
1442
|
+
* Lookup173: argon_primitives::notebook::SignedNotebookHeader
|
|
1448
1443
|
**/
|
|
1449
1444
|
ArgonPrimitivesNotebookSignedNotebookHeader: {
|
|
1450
1445
|
header: string;
|
|
1451
1446
|
signature: string;
|
|
1452
1447
|
};
|
|
1453
1448
|
/**
|
|
1454
|
-
*
|
|
1449
|
+
* Lookup174: argon_primitives::notebook::NotebookHeader
|
|
1455
1450
|
**/
|
|
1456
1451
|
ArgonPrimitivesNotebookNotebookHeader: {
|
|
1457
1452
|
version: string;
|
|
@@ -1471,7 +1466,7 @@ declare const _default: {
|
|
|
1471
1466
|
domains: string;
|
|
1472
1467
|
};
|
|
1473
1468
|
/**
|
|
1474
|
-
*
|
|
1469
|
+
* Lookup177: argon_primitives::notebook::ChainTransfer
|
|
1475
1470
|
**/
|
|
1476
1471
|
ArgonPrimitivesNotebookChainTransfer: {
|
|
1477
1472
|
_enum: {
|
|
@@ -1485,14 +1480,14 @@ declare const _default: {
|
|
|
1485
1480
|
};
|
|
1486
1481
|
};
|
|
1487
1482
|
/**
|
|
1488
|
-
*
|
|
1483
|
+
* Lookup180: argon_primitives::balance_change::AccountOrigin
|
|
1489
1484
|
**/
|
|
1490
1485
|
ArgonPrimitivesBalanceChangeAccountOrigin: {
|
|
1491
1486
|
notebookNumber: string;
|
|
1492
1487
|
accountUid: string;
|
|
1493
1488
|
};
|
|
1494
1489
|
/**
|
|
1495
|
-
*
|
|
1490
|
+
* Lookup188: pallet_chain_transfer::pallet::Call<T>
|
|
1496
1491
|
**/
|
|
1497
1492
|
PalletChainTransferCall: {
|
|
1498
1493
|
_enum: {
|
|
@@ -1503,7 +1498,7 @@ declare const _default: {
|
|
|
1503
1498
|
};
|
|
1504
1499
|
};
|
|
1505
1500
|
/**
|
|
1506
|
-
*
|
|
1501
|
+
* Lookup189: pallet_block_seal_spec::pallet::Call<T>
|
|
1507
1502
|
**/
|
|
1508
1503
|
PalletBlockSealSpecCall: {
|
|
1509
1504
|
_enum: {
|
|
@@ -1514,7 +1509,7 @@ declare const _default: {
|
|
|
1514
1509
|
};
|
|
1515
1510
|
};
|
|
1516
1511
|
/**
|
|
1517
|
-
*
|
|
1512
|
+
* Lookup190: pallet_domains::pallet::Call<T>
|
|
1518
1513
|
**/
|
|
1519
1514
|
PalletDomainsCall: {
|
|
1520
1515
|
_enum: {
|
|
@@ -1525,7 +1520,7 @@ declare const _default: {
|
|
|
1525
1520
|
};
|
|
1526
1521
|
};
|
|
1527
1522
|
/**
|
|
1528
|
-
*
|
|
1523
|
+
* Lookup191: pallet_price_index::pallet::Call<T>
|
|
1529
1524
|
**/
|
|
1530
1525
|
PalletPriceIndexCall: {
|
|
1531
1526
|
_enum: {
|
|
@@ -1538,7 +1533,7 @@ declare const _default: {
|
|
|
1538
1533
|
};
|
|
1539
1534
|
};
|
|
1540
1535
|
/**
|
|
1541
|
-
*
|
|
1536
|
+
* Lookup192: pallet_price_index::PriceIndex
|
|
1542
1537
|
**/
|
|
1543
1538
|
PalletPriceIndexPriceIndex: {
|
|
1544
1539
|
btcUsdPrice: string;
|
|
@@ -1547,33 +1542,7 @@ declare const _default: {
|
|
|
1547
1542
|
tick: string;
|
|
1548
1543
|
};
|
|
1549
1544
|
/**
|
|
1550
|
-
*
|
|
1551
|
-
**/
|
|
1552
|
-
PalletSessionCall: {
|
|
1553
|
-
_enum: {
|
|
1554
|
-
set_keys: {
|
|
1555
|
-
_alias: {
|
|
1556
|
-
keys_: string;
|
|
1557
|
-
};
|
|
1558
|
-
keys_: string;
|
|
1559
|
-
proof: string;
|
|
1560
|
-
};
|
|
1561
|
-
purge_keys: string;
|
|
1562
|
-
};
|
|
1563
|
-
};
|
|
1564
|
-
/**
|
|
1565
|
-
* Lookup195: argon_node_runtime::opaque::SessionKeys
|
|
1566
|
-
**/
|
|
1567
|
-
ArgonNodeRuntimeOpaqueSessionKeys: {
|
|
1568
|
-
grandpa: string;
|
|
1569
|
-
blockSealAuthority: string;
|
|
1570
|
-
};
|
|
1571
|
-
/**
|
|
1572
|
-
* Lookup196: argon_primitives::block_seal::app::Public
|
|
1573
|
-
**/
|
|
1574
|
-
ArgonPrimitivesBlockSealAppPublic: string;
|
|
1575
|
-
/**
|
|
1576
|
-
* Lookup197: pallet_block_seal::pallet::Call<T>
|
|
1545
|
+
* Lookup193: pallet_block_seal::pallet::Call<T>
|
|
1577
1546
|
**/
|
|
1578
1547
|
PalletBlockSealCall: {
|
|
1579
1548
|
_enum: {
|
|
@@ -1583,7 +1552,7 @@ declare const _default: {
|
|
|
1583
1552
|
};
|
|
1584
1553
|
};
|
|
1585
1554
|
/**
|
|
1586
|
-
*
|
|
1555
|
+
* Lookup194: argon_primitives::inherents::BlockSealInherent
|
|
1587
1556
|
**/
|
|
1588
1557
|
ArgonPrimitivesInherentsBlockSealInherent: {
|
|
1589
1558
|
_enum: {
|
|
@@ -1599,7 +1568,7 @@ declare const _default: {
|
|
|
1599
1568
|
};
|
|
1600
1569
|
};
|
|
1601
1570
|
/**
|
|
1602
|
-
*
|
|
1571
|
+
* Lookup197: argon_primitives::balance_change::MerkleProof
|
|
1603
1572
|
**/
|
|
1604
1573
|
ArgonPrimitivesBalanceChangeMerkleProof: {
|
|
1605
1574
|
proof: string;
|
|
@@ -1607,7 +1576,7 @@ declare const _default: {
|
|
|
1607
1576
|
leafIndex: string;
|
|
1608
1577
|
};
|
|
1609
1578
|
/**
|
|
1610
|
-
*
|
|
1579
|
+
* Lookup199: argon_primitives::block_vote::BlockVoteT<primitive_types::H256>
|
|
1611
1580
|
**/
|
|
1612
1581
|
ArgonPrimitivesBlockVoteBlockVoteT: {
|
|
1613
1582
|
accountId: string;
|
|
@@ -1618,7 +1587,7 @@ declare const _default: {
|
|
|
1618
1587
|
blockRewardsAccountId: string;
|
|
1619
1588
|
};
|
|
1620
1589
|
/**
|
|
1621
|
-
*
|
|
1590
|
+
* Lookup200: sp_runtime::MultiSignature
|
|
1622
1591
|
**/
|
|
1623
1592
|
SpRuntimeMultiSignature: {
|
|
1624
1593
|
_enum: {
|
|
@@ -1628,15 +1597,15 @@ declare const _default: {
|
|
|
1628
1597
|
};
|
|
1629
1598
|
};
|
|
1630
1599
|
/**
|
|
1631
|
-
*
|
|
1600
|
+
* Lookup202: argon_primitives::block_seal::app::Signature
|
|
1632
1601
|
**/
|
|
1633
1602
|
ArgonPrimitivesBlockSealAppSignature: string;
|
|
1634
1603
|
/**
|
|
1635
|
-
*
|
|
1604
|
+
* Lookup203: pallet_block_rewards::pallet::Call<T>
|
|
1636
1605
|
**/
|
|
1637
1606
|
PalletBlockRewardsCall: string;
|
|
1638
1607
|
/**
|
|
1639
|
-
*
|
|
1608
|
+
* Lookup204: pallet_grandpa::pallet::Call<T>
|
|
1640
1609
|
**/
|
|
1641
1610
|
PalletGrandpaCall: {
|
|
1642
1611
|
_enum: {
|
|
@@ -1655,14 +1624,14 @@ declare const _default: {
|
|
|
1655
1624
|
};
|
|
1656
1625
|
};
|
|
1657
1626
|
/**
|
|
1658
|
-
*
|
|
1627
|
+
* Lookup205: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
|
|
1659
1628
|
**/
|
|
1660
1629
|
SpConsensusGrandpaEquivocationProof: {
|
|
1661
1630
|
setId: string;
|
|
1662
1631
|
equivocation: string;
|
|
1663
1632
|
};
|
|
1664
1633
|
/**
|
|
1665
|
-
*
|
|
1634
|
+
* Lookup206: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
|
|
1666
1635
|
**/
|
|
1667
1636
|
SpConsensusGrandpaEquivocation: {
|
|
1668
1637
|
_enum: {
|
|
@@ -1671,7 +1640,7 @@ declare const _default: {
|
|
|
1671
1640
|
};
|
|
1672
1641
|
};
|
|
1673
1642
|
/**
|
|
1674
|
-
*
|
|
1643
|
+
* Lookup207: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
|
|
1675
1644
|
**/
|
|
1676
1645
|
FinalityGrandpaEquivocationPrevote: {
|
|
1677
1646
|
roundNumber: string;
|
|
@@ -1680,18 +1649,18 @@ declare const _default: {
|
|
|
1680
1649
|
second: string;
|
|
1681
1650
|
};
|
|
1682
1651
|
/**
|
|
1683
|
-
*
|
|
1652
|
+
* Lookup208: finality_grandpa::Prevote<primitive_types::H256, N>
|
|
1684
1653
|
**/
|
|
1685
1654
|
FinalityGrandpaPrevote: {
|
|
1686
1655
|
targetHash: string;
|
|
1687
1656
|
targetNumber: string;
|
|
1688
1657
|
};
|
|
1689
1658
|
/**
|
|
1690
|
-
*
|
|
1659
|
+
* Lookup209: sp_consensus_grandpa::app::Signature
|
|
1691
1660
|
**/
|
|
1692
1661
|
SpConsensusGrandpaAppSignature: string;
|
|
1693
1662
|
/**
|
|
1694
|
-
*
|
|
1663
|
+
* Lookup211: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
|
|
1695
1664
|
**/
|
|
1696
1665
|
FinalityGrandpaEquivocationPrecommit: {
|
|
1697
1666
|
roundNumber: string;
|
|
@@ -1700,26 +1669,22 @@ declare const _default: {
|
|
|
1700
1669
|
second: string;
|
|
1701
1670
|
};
|
|
1702
1671
|
/**
|
|
1703
|
-
*
|
|
1672
|
+
* Lookup212: finality_grandpa::Precommit<primitive_types::H256, N>
|
|
1704
1673
|
**/
|
|
1705
1674
|
FinalityGrandpaPrecommit: {
|
|
1706
1675
|
targetHash: string;
|
|
1707
1676
|
targetNumber: string;
|
|
1708
1677
|
};
|
|
1709
1678
|
/**
|
|
1710
|
-
*
|
|
1679
|
+
* Lookup214: sp_core::Void
|
|
1711
1680
|
**/
|
|
1712
|
-
|
|
1713
|
-
session: string;
|
|
1714
|
-
trieNodes: string;
|
|
1715
|
-
validatorCount: string;
|
|
1716
|
-
};
|
|
1681
|
+
SpCoreVoid: string;
|
|
1717
1682
|
/**
|
|
1718
|
-
*
|
|
1683
|
+
* Lookup215: pallet_mint::pallet::Call<T>
|
|
1719
1684
|
**/
|
|
1720
1685
|
PalletMintCall: string;
|
|
1721
1686
|
/**
|
|
1722
|
-
*
|
|
1687
|
+
* Lookup216: pallet_balances::pallet::Call<T, I>
|
|
1723
1688
|
**/
|
|
1724
1689
|
PalletBalancesCall: {
|
|
1725
1690
|
_enum: {
|
|
@@ -1764,13 +1729,13 @@ declare const _default: {
|
|
|
1764
1729
|
};
|
|
1765
1730
|
};
|
|
1766
1731
|
/**
|
|
1767
|
-
*
|
|
1732
|
+
* Lookup217: pallet_balances::types::AdjustmentDirection
|
|
1768
1733
|
**/
|
|
1769
1734
|
PalletBalancesAdjustmentDirection: {
|
|
1770
1735
|
_enum: string[];
|
|
1771
1736
|
};
|
|
1772
1737
|
/**
|
|
1773
|
-
*
|
|
1738
|
+
* Lookup219: pallet_tx_pause::pallet::Call<T>
|
|
1774
1739
|
**/
|
|
1775
1740
|
PalletTxPauseCall: {
|
|
1776
1741
|
_enum: {
|
|
@@ -1783,7 +1748,7 @@ declare const _default: {
|
|
|
1783
1748
|
};
|
|
1784
1749
|
};
|
|
1785
1750
|
/**
|
|
1786
|
-
*
|
|
1751
|
+
* Lookup220: pallet_utility::pallet::Call<T>
|
|
1787
1752
|
**/
|
|
1788
1753
|
PalletUtilityCall: {
|
|
1789
1754
|
_enum: {
|
|
@@ -1811,7 +1776,7 @@ declare const _default: {
|
|
|
1811
1776
|
};
|
|
1812
1777
|
};
|
|
1813
1778
|
/**
|
|
1814
|
-
*
|
|
1779
|
+
* Lookup222: argon_node_runtime::OriginCaller
|
|
1815
1780
|
**/
|
|
1816
1781
|
ArgonNodeRuntimeOriginCaller: {
|
|
1817
1782
|
_enum: {
|
|
@@ -1820,7 +1785,7 @@ declare const _default: {
|
|
|
1820
1785
|
};
|
|
1821
1786
|
};
|
|
1822
1787
|
/**
|
|
1823
|
-
*
|
|
1788
|
+
* Lookup223: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
|
|
1824
1789
|
**/
|
|
1825
1790
|
FrameSupportDispatchRawOrigin: {
|
|
1826
1791
|
_enum: {
|
|
@@ -1830,11 +1795,7 @@ declare const _default: {
|
|
|
1830
1795
|
};
|
|
1831
1796
|
};
|
|
1832
1797
|
/**
|
|
1833
|
-
*
|
|
1834
|
-
**/
|
|
1835
|
-
SpCoreVoid: string;
|
|
1836
|
-
/**
|
|
1837
|
-
* Lookup229: pallet_sudo::pallet::Call<T>
|
|
1798
|
+
* Lookup224: pallet_sudo::pallet::Call<T>
|
|
1838
1799
|
**/
|
|
1839
1800
|
PalletSudoCall: {
|
|
1840
1801
|
_enum: {
|
|
@@ -1859,13 +1820,13 @@ declare const _default: {
|
|
|
1859
1820
|
};
|
|
1860
1821
|
};
|
|
1861
1822
|
/**
|
|
1862
|
-
*
|
|
1823
|
+
* Lookup226: pallet_multisig::pallet::Error<T>
|
|
1863
1824
|
**/
|
|
1864
1825
|
PalletMultisigError: {
|
|
1865
1826
|
_enum: string[];
|
|
1866
1827
|
};
|
|
1867
1828
|
/**
|
|
1868
|
-
*
|
|
1829
|
+
* Lookup229: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, argon_node_runtime::ProxyType, BlockNumber>
|
|
1869
1830
|
**/
|
|
1870
1831
|
PalletProxyProxyDefinition: {
|
|
1871
1832
|
delegate: string;
|
|
@@ -1873,7 +1834,7 @@ declare const _default: {
|
|
|
1873
1834
|
delay: string;
|
|
1874
1835
|
};
|
|
1875
1836
|
/**
|
|
1876
|
-
*
|
|
1837
|
+
* Lookup233: pallet_proxy::Announcement<sp_core::crypto::AccountId32, primitive_types::H256, BlockNumber>
|
|
1877
1838
|
**/
|
|
1878
1839
|
PalletProxyAnnouncement: {
|
|
1879
1840
|
real: string;
|
|
@@ -1881,13 +1842,13 @@ declare const _default: {
|
|
|
1881
1842
|
height: string;
|
|
1882
1843
|
};
|
|
1883
1844
|
/**
|
|
1884
|
-
*
|
|
1845
|
+
* Lookup235: pallet_proxy::pallet::Error<T>
|
|
1885
1846
|
**/
|
|
1886
1847
|
PalletProxyError: {
|
|
1887
1848
|
_enum: string[];
|
|
1888
1849
|
};
|
|
1889
1850
|
/**
|
|
1890
|
-
*
|
|
1851
|
+
* Lookup236: argon_primitives::tick::Ticker
|
|
1891
1852
|
**/
|
|
1892
1853
|
ArgonPrimitivesTickTicker: {
|
|
1893
1854
|
tickDurationMillis: string;
|
|
@@ -1895,11 +1856,11 @@ declare const _default: {
|
|
|
1895
1856
|
channelHoldExpirationTicks: string;
|
|
1896
1857
|
};
|
|
1897
1858
|
/**
|
|
1898
|
-
*
|
|
1859
|
+
* Lookup238: pallet_ticks::pallet::Error<T>
|
|
1899
1860
|
**/
|
|
1900
1861
|
PalletTicksError: string;
|
|
1901
1862
|
/**
|
|
1902
|
-
*
|
|
1863
|
+
* Lookup245: argon_primitives::block_seal::MiningSlotConfig<BlockNumber>
|
|
1903
1864
|
**/
|
|
1904
1865
|
ArgonPrimitivesBlockSealMiningSlotConfig: {
|
|
1905
1866
|
blocksBeforeBidEndForVrfClose: string;
|
|
@@ -1907,7 +1868,7 @@ declare const _default: {
|
|
|
1907
1868
|
slotBiddingStartBlock: string;
|
|
1908
1869
|
};
|
|
1909
1870
|
/**
|
|
1910
|
-
*
|
|
1871
|
+
* Lookup246: pallet_mining_slot::pallet::Error<T>
|
|
1911
1872
|
**/
|
|
1912
1873
|
PalletMiningSlotError: {
|
|
1913
1874
|
_enum: {
|
|
@@ -1935,13 +1896,13 @@ declare const _default: {
|
|
|
1935
1896
|
};
|
|
1936
1897
|
};
|
|
1937
1898
|
/**
|
|
1938
|
-
*
|
|
1899
|
+
* Lookup247: argon_primitives::bond::BondError
|
|
1939
1900
|
**/
|
|
1940
1901
|
ArgonPrimitivesBondBondError: {
|
|
1941
1902
|
_enum: string[];
|
|
1942
1903
|
};
|
|
1943
1904
|
/**
|
|
1944
|
-
*
|
|
1905
|
+
* Lookup248: argon_primitives::bitcoin::UtxoValue
|
|
1945
1906
|
**/
|
|
1946
1907
|
ArgonPrimitivesBitcoinUtxoValue: {
|
|
1947
1908
|
utxoId: string;
|
|
@@ -1951,7 +1912,7 @@ declare const _default: {
|
|
|
1951
1912
|
watchForSpentUntilHeight: string;
|
|
1952
1913
|
};
|
|
1953
1914
|
/**
|
|
1954
|
-
*
|
|
1915
|
+
* Lookup249: argon_primitives::bitcoin::BitcoinCosignScriptPubkey
|
|
1955
1916
|
**/
|
|
1956
1917
|
ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey: {
|
|
1957
1918
|
_enum: {
|
|
@@ -1961,19 +1922,19 @@ declare const _default: {
|
|
|
1961
1922
|
};
|
|
1962
1923
|
};
|
|
1963
1924
|
/**
|
|
1964
|
-
*
|
|
1925
|
+
* Lookup254: argon_primitives::bitcoin::BitcoinNetwork
|
|
1965
1926
|
**/
|
|
1966
1927
|
ArgonPrimitivesBitcoinBitcoinNetwork: {
|
|
1967
1928
|
_enum: string[];
|
|
1968
1929
|
};
|
|
1969
1930
|
/**
|
|
1970
|
-
*
|
|
1931
|
+
* Lookup257: pallet_bitcoin_utxos::pallet::Error<T>
|
|
1971
1932
|
**/
|
|
1972
1933
|
PalletBitcoinUtxosError: {
|
|
1973
1934
|
_enum: string[];
|
|
1974
1935
|
};
|
|
1975
1936
|
/**
|
|
1976
|
-
*
|
|
1937
|
+
* Lookup258: argon_primitives::bond::Vault<sp_core::crypto::AccountId32, Balance, BlockNumber>
|
|
1977
1938
|
**/
|
|
1978
1939
|
ArgonPrimitivesBondVault: {
|
|
1979
1940
|
operatorAccountId: string;
|
|
@@ -1986,7 +1947,7 @@ declare const _default: {
|
|
|
1986
1947
|
pendingTerms: string;
|
|
1987
1948
|
};
|
|
1988
1949
|
/**
|
|
1989
|
-
*
|
|
1950
|
+
* Lookup259: argon_primitives::bond::VaultArgons<Balance>
|
|
1990
1951
|
**/
|
|
1991
1952
|
ArgonPrimitivesBondVaultArgons: {
|
|
1992
1953
|
annualPercentRate: string;
|
|
@@ -1995,7 +1956,7 @@ declare const _default: {
|
|
|
1995
1956
|
baseFee: string;
|
|
1996
1957
|
};
|
|
1997
1958
|
/**
|
|
1998
|
-
*
|
|
1959
|
+
* Lookup263: argon_primitives::bitcoin::BitcoinXPub
|
|
1999
1960
|
**/
|
|
2000
1961
|
ArgonPrimitivesBitcoinBitcoinXPub: {
|
|
2001
1962
|
publicKey: string;
|
|
@@ -2006,19 +1967,19 @@ declare const _default: {
|
|
|
2006
1967
|
network: string;
|
|
2007
1968
|
};
|
|
2008
1969
|
/**
|
|
2009
|
-
*
|
|
1970
|
+
* Lookup265: argon_primitives::bitcoin::NetworkKind
|
|
2010
1971
|
**/
|
|
2011
1972
|
ArgonPrimitivesBitcoinNetworkKind: {
|
|
2012
1973
|
_enum: string[];
|
|
2013
1974
|
};
|
|
2014
1975
|
/**
|
|
2015
|
-
*
|
|
1976
|
+
* Lookup267: pallet_vaults::pallet::Error<T>
|
|
2016
1977
|
**/
|
|
2017
1978
|
PalletVaultsError: {
|
|
2018
1979
|
_enum: string[];
|
|
2019
1980
|
};
|
|
2020
1981
|
/**
|
|
2021
|
-
*
|
|
1982
|
+
* Lookup268: argon_primitives::bond::Bond<sp_core::crypto::AccountId32, Balance, BlockNumber>
|
|
2022
1983
|
**/
|
|
2023
1984
|
ArgonPrimitivesBond: {
|
|
2024
1985
|
bondType: string;
|
|
@@ -2032,7 +1993,7 @@ declare const _default: {
|
|
|
2032
1993
|
expiration: string;
|
|
2033
1994
|
};
|
|
2034
1995
|
/**
|
|
2035
|
-
*
|
|
1996
|
+
* Lookup271: pallet_bond::pallet::UtxoState
|
|
2036
1997
|
**/
|
|
2037
1998
|
PalletBondUtxoState: {
|
|
2038
1999
|
bondId: string;
|
|
@@ -2048,7 +2009,7 @@ declare const _default: {
|
|
|
2048
2009
|
isVerified: string;
|
|
2049
2010
|
};
|
|
2050
2011
|
/**
|
|
2051
|
-
*
|
|
2012
|
+
* Lookup275: pallet_bond::pallet::UtxoCosignRequest<Balance>
|
|
2052
2013
|
**/
|
|
2053
2014
|
PalletBondUtxoCosignRequest: {
|
|
2054
2015
|
bondId: string;
|
|
@@ -2059,7 +2020,7 @@ declare const _default: {
|
|
|
2059
2020
|
redemptionPrice: string;
|
|
2060
2021
|
};
|
|
2061
2022
|
/**
|
|
2062
|
-
*
|
|
2023
|
+
* Lookup279: pallet_bond::pallet::Error<T>
|
|
2063
2024
|
**/
|
|
2064
2025
|
PalletBondError: {
|
|
2065
2026
|
_enum: {
|
|
@@ -2095,13 +2056,13 @@ declare const _default: {
|
|
|
2095
2056
|
};
|
|
2096
2057
|
};
|
|
2097
2058
|
/**
|
|
2098
|
-
*
|
|
2059
|
+
* Lookup291: pallet_notaries::pallet::Error<T>
|
|
2099
2060
|
**/
|
|
2100
2061
|
PalletNotariesError: {
|
|
2101
2062
|
_enum: string[];
|
|
2102
2063
|
};
|
|
2103
2064
|
/**
|
|
2104
|
-
*
|
|
2065
|
+
* Lookup295: argon_primitives::notary::NotaryNotebookKeyDetails
|
|
2105
2066
|
**/
|
|
2106
2067
|
ArgonPrimitivesNotaryNotaryNotebookKeyDetails: {
|
|
2107
2068
|
notebookNumber: string;
|
|
@@ -2111,13 +2072,13 @@ declare const _default: {
|
|
|
2111
2072
|
parentSecret: string;
|
|
2112
2073
|
};
|
|
2113
2074
|
/**
|
|
2114
|
-
*
|
|
2075
|
+
* Lookup297: argon_primitives::digests::NotebookDigest<argon_notary_audit::error::VerifyError>
|
|
2115
2076
|
**/
|
|
2116
2077
|
ArgonPrimitivesDigestsNotebookDigest: {
|
|
2117
2078
|
notebooks: string;
|
|
2118
2079
|
};
|
|
2119
2080
|
/**
|
|
2120
|
-
*
|
|
2081
|
+
* Lookup299: argon_primitives::digests::NotebookDigestRecord<argon_notary_audit::error::VerifyError>
|
|
2121
2082
|
**/
|
|
2122
2083
|
ArgonPrimitivesDigestsNotebookDigestRecord: {
|
|
2123
2084
|
notaryId: string;
|
|
@@ -2126,13 +2087,13 @@ declare const _default: {
|
|
|
2126
2087
|
auditFirstFailure: string;
|
|
2127
2088
|
};
|
|
2128
2089
|
/**
|
|
2129
|
-
*
|
|
2090
|
+
* Lookup302: pallet_notebook::pallet::Error<T>
|
|
2130
2091
|
**/
|
|
2131
2092
|
PalletNotebookError: {
|
|
2132
2093
|
_enum: string[];
|
|
2133
2094
|
};
|
|
2134
2095
|
/**
|
|
2135
|
-
*
|
|
2096
|
+
* Lookup303: pallet_chain_transfer::QueuedTransferOut<sp_core::crypto::AccountId32, Balance>
|
|
2136
2097
|
**/
|
|
2137
2098
|
PalletChainTransferQueuedTransferOut: {
|
|
2138
2099
|
accountId: string;
|
|
@@ -2141,17 +2102,17 @@ declare const _default: {
|
|
|
2141
2102
|
notaryId: string;
|
|
2142
2103
|
};
|
|
2143
2104
|
/**
|
|
2144
|
-
*
|
|
2105
|
+
* Lookup308: frame_support::PalletId
|
|
2145
2106
|
**/
|
|
2146
2107
|
FrameSupportPalletId: string;
|
|
2147
2108
|
/**
|
|
2148
|
-
*
|
|
2109
|
+
* Lookup309: pallet_chain_transfer::pallet::Error<T>
|
|
2149
2110
|
**/
|
|
2150
2111
|
PalletChainTransferError: {
|
|
2151
2112
|
_enum: string[];
|
|
2152
2113
|
};
|
|
2153
2114
|
/**
|
|
2154
|
-
*
|
|
2115
|
+
* Lookup314: argon_primitives::notary::NotaryNotebookVoteDigestDetails
|
|
2155
2116
|
**/
|
|
2156
2117
|
ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails: {
|
|
2157
2118
|
notaryId: string;
|
|
@@ -2161,65 +2122,55 @@ declare const _default: {
|
|
|
2161
2122
|
blockVotingPower: string;
|
|
2162
2123
|
};
|
|
2163
2124
|
/**
|
|
2164
|
-
*
|
|
2125
|
+
* Lookup316: argon_primitives::digests::BlockVoteDigest
|
|
2165
2126
|
**/
|
|
2166
2127
|
ArgonPrimitivesDigestsBlockVoteDigest: {
|
|
2167
2128
|
votingPower: string;
|
|
2168
2129
|
votesCount: string;
|
|
2169
2130
|
};
|
|
2170
2131
|
/**
|
|
2171
|
-
*
|
|
2132
|
+
* Lookup320: pallet_block_seal_spec::pallet::Error<T>
|
|
2172
2133
|
**/
|
|
2173
2134
|
PalletBlockSealSpecError: {
|
|
2174
2135
|
_enum: string[];
|
|
2175
2136
|
};
|
|
2176
2137
|
/**
|
|
2177
|
-
*
|
|
2138
|
+
* Lookup322: pallet_domains::pallet::Error<T>
|
|
2178
2139
|
**/
|
|
2179
2140
|
PalletDomainsError: {
|
|
2180
2141
|
_enum: string[];
|
|
2181
2142
|
};
|
|
2182
2143
|
/**
|
|
2183
|
-
*
|
|
2144
|
+
* Lookup323: pallet_price_index::pallet::Error<T>
|
|
2184
2145
|
**/
|
|
2185
2146
|
PalletPriceIndexError: {
|
|
2186
2147
|
_enum: string[];
|
|
2187
2148
|
};
|
|
2188
2149
|
/**
|
|
2189
|
-
*
|
|
2190
|
-
**/
|
|
2191
|
-
SpCoreCryptoKeyTypeId: string;
|
|
2192
|
-
/**
|
|
2193
|
-
* Lookup335: pallet_session::pallet::Error<T>
|
|
2194
|
-
**/
|
|
2195
|
-
PalletSessionError: {
|
|
2196
|
-
_enum: string[];
|
|
2197
|
-
};
|
|
2198
|
-
/**
|
|
2199
|
-
* Lookup336: argon_primitives::providers::BlockSealerInfo<sp_core::crypto::AccountId32>
|
|
2150
|
+
* Lookup324: argon_primitives::providers::BlockSealerInfo<sp_core::crypto::AccountId32>
|
|
2200
2151
|
**/
|
|
2201
2152
|
ArgonPrimitivesProvidersBlockSealerInfo: {
|
|
2202
2153
|
blockAuthorAccountId: string;
|
|
2203
2154
|
blockVoteRewardsAccount: string;
|
|
2204
2155
|
};
|
|
2205
2156
|
/**
|
|
2206
|
-
*
|
|
2157
|
+
* Lookup325: argon_primitives::digests::ParentVotingKeyDigest
|
|
2207
2158
|
**/
|
|
2208
2159
|
ArgonPrimitivesDigestsParentVotingKeyDigest: {
|
|
2209
2160
|
parentVotingKey: string;
|
|
2210
2161
|
};
|
|
2211
2162
|
/**
|
|
2212
|
-
*
|
|
2163
|
+
* Lookup326: pallet_block_seal::pallet::Error<T>
|
|
2213
2164
|
**/
|
|
2214
2165
|
PalletBlockSealError: {
|
|
2215
2166
|
_enum: string[];
|
|
2216
2167
|
};
|
|
2217
2168
|
/**
|
|
2218
|
-
*
|
|
2169
|
+
* Lookup328: pallet_block_rewards::pallet::Error<T>
|
|
2219
2170
|
**/
|
|
2220
2171
|
PalletBlockRewardsError: string;
|
|
2221
2172
|
/**
|
|
2222
|
-
*
|
|
2173
|
+
* Lookup329: pallet_grandpa::StoredState<N>
|
|
2223
2174
|
**/
|
|
2224
2175
|
PalletGrandpaStoredState: {
|
|
2225
2176
|
_enum: {
|
|
@@ -2236,7 +2187,7 @@ declare const _default: {
|
|
|
2236
2187
|
};
|
|
2237
2188
|
};
|
|
2238
2189
|
/**
|
|
2239
|
-
*
|
|
2190
|
+
* Lookup330: pallet_grandpa::StoredPendingChange<N, Limit>
|
|
2240
2191
|
**/
|
|
2241
2192
|
PalletGrandpaStoredPendingChange: {
|
|
2242
2193
|
scheduledAt: string;
|
|
@@ -2245,32 +2196,19 @@ declare const _default: {
|
|
|
2245
2196
|
forced: string;
|
|
2246
2197
|
};
|
|
2247
2198
|
/**
|
|
2248
|
-
*
|
|
2199
|
+
* Lookup333: pallet_grandpa::pallet::Error<T>
|
|
2249
2200
|
**/
|
|
2250
2201
|
PalletGrandpaError: {
|
|
2251
2202
|
_enum: string[];
|
|
2252
2203
|
};
|
|
2253
2204
|
/**
|
|
2254
|
-
*
|
|
2255
|
-
**/
|
|
2256
|
-
SpStakingOffenceOffenceDetails: {
|
|
2257
|
-
offender: string;
|
|
2258
|
-
reporters: string;
|
|
2259
|
-
};
|
|
2260
|
-
/**
|
|
2261
|
-
* Lookup348: pallet_mining_slot::MinerHistory
|
|
2262
|
-
**/
|
|
2263
|
-
PalletMiningSlotMinerHistory: {
|
|
2264
|
-
authorityIndex: string;
|
|
2265
|
-
};
|
|
2266
|
-
/**
|
|
2267
|
-
* Lookup353: pallet_mint::pallet::Error<T>
|
|
2205
|
+
* Lookup337: pallet_mint::pallet::Error<T>
|
|
2268
2206
|
**/
|
|
2269
2207
|
PalletMintError: {
|
|
2270
2208
|
_enum: string[];
|
|
2271
2209
|
};
|
|
2272
2210
|
/**
|
|
2273
|
-
*
|
|
2211
|
+
* Lookup339: pallet_balances::types::BalanceLock<Balance>
|
|
2274
2212
|
**/
|
|
2275
2213
|
PalletBalancesBalanceLock: {
|
|
2276
2214
|
id: string;
|
|
@@ -2278,27 +2216,27 @@ declare const _default: {
|
|
|
2278
2216
|
reasons: string;
|
|
2279
2217
|
};
|
|
2280
2218
|
/**
|
|
2281
|
-
*
|
|
2219
|
+
* Lookup340: pallet_balances::types::Reasons
|
|
2282
2220
|
**/
|
|
2283
2221
|
PalletBalancesReasons: {
|
|
2284
2222
|
_enum: string[];
|
|
2285
2223
|
};
|
|
2286
2224
|
/**
|
|
2287
|
-
*
|
|
2225
|
+
* Lookup343: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
|
|
2288
2226
|
**/
|
|
2289
2227
|
PalletBalancesReserveData: {
|
|
2290
2228
|
id: string;
|
|
2291
2229
|
amount: string;
|
|
2292
2230
|
};
|
|
2293
2231
|
/**
|
|
2294
|
-
*
|
|
2232
|
+
* Lookup346: frame_support::traits::tokens::misc::IdAmount<argon_node_runtime::RuntimeHoldReason, Balance>
|
|
2295
2233
|
**/
|
|
2296
2234
|
FrameSupportTokensMiscIdAmountRuntimeHoldReason: {
|
|
2297
2235
|
id: string;
|
|
2298
2236
|
amount: string;
|
|
2299
2237
|
};
|
|
2300
2238
|
/**
|
|
2301
|
-
*
|
|
2239
|
+
* Lookup347: argon_node_runtime::RuntimeHoldReason
|
|
2302
2240
|
**/
|
|
2303
2241
|
ArgonNodeRuntimeRuntimeHoldReason: {
|
|
2304
2242
|
_enum: {
|
|
@@ -2319,44 +2257,42 @@ declare const _default: {
|
|
|
2319
2257
|
__Unused14: string;
|
|
2320
2258
|
__Unused15: string;
|
|
2321
2259
|
__Unused16: string;
|
|
2322
|
-
__Unused17: string;
|
|
2323
|
-
__Unused18: string;
|
|
2324
2260
|
BlockRewards: string;
|
|
2325
2261
|
};
|
|
2326
2262
|
};
|
|
2327
2263
|
/**
|
|
2328
|
-
*
|
|
2264
|
+
* Lookup348: pallet_mining_slot::pallet::HoldReason
|
|
2329
2265
|
**/
|
|
2330
2266
|
PalletMiningSlotHoldReason: {
|
|
2331
2267
|
_enum: string[];
|
|
2332
2268
|
};
|
|
2333
2269
|
/**
|
|
2334
|
-
*
|
|
2270
|
+
* Lookup349: pallet_vaults::pallet::HoldReason
|
|
2335
2271
|
**/
|
|
2336
2272
|
PalletVaultsHoldReason: {
|
|
2337
2273
|
_enum: string[];
|
|
2338
2274
|
};
|
|
2339
2275
|
/**
|
|
2340
|
-
*
|
|
2276
|
+
* Lookup350: pallet_bond::pallet::HoldReason
|
|
2341
2277
|
**/
|
|
2342
2278
|
PalletBondHoldReason: {
|
|
2343
2279
|
_enum: string[];
|
|
2344
2280
|
};
|
|
2345
2281
|
/**
|
|
2346
|
-
*
|
|
2282
|
+
* Lookup351: pallet_block_rewards::pallet::HoldReason
|
|
2347
2283
|
**/
|
|
2348
2284
|
PalletBlockRewardsHoldReason: {
|
|
2349
2285
|
_enum: string[];
|
|
2350
2286
|
};
|
|
2351
2287
|
/**
|
|
2352
|
-
*
|
|
2288
|
+
* Lookup354: frame_support::traits::tokens::misc::IdAmount<argon_node_runtime::RuntimeFreezeReason, Balance>
|
|
2353
2289
|
**/
|
|
2354
2290
|
FrameSupportTokensMiscIdAmountRuntimeFreezeReason: {
|
|
2355
2291
|
id: string;
|
|
2356
2292
|
amount: string;
|
|
2357
2293
|
};
|
|
2358
2294
|
/**
|
|
2359
|
-
*
|
|
2295
|
+
* Lookup355: argon_node_runtime::RuntimeFreezeReason
|
|
2360
2296
|
**/
|
|
2361
2297
|
ArgonNodeRuntimeRuntimeFreezeReason: {
|
|
2362
2298
|
_enum: {
|
|
@@ -2377,89 +2313,87 @@ declare const _default: {
|
|
|
2377
2313
|
__Unused14: string;
|
|
2378
2314
|
__Unused15: string;
|
|
2379
2315
|
__Unused16: string;
|
|
2380
|
-
__Unused17: string;
|
|
2381
|
-
__Unused18: string;
|
|
2382
2316
|
BlockRewards: string;
|
|
2383
2317
|
};
|
|
2384
2318
|
};
|
|
2385
2319
|
/**
|
|
2386
|
-
*
|
|
2320
|
+
* Lookup356: pallet_block_rewards::pallet::FreezeReason
|
|
2387
2321
|
**/
|
|
2388
2322
|
PalletBlockRewardsFreezeReason: {
|
|
2389
2323
|
_enum: string[];
|
|
2390
2324
|
};
|
|
2391
2325
|
/**
|
|
2392
|
-
*
|
|
2326
|
+
* Lookup358: pallet_balances::pallet::Error<T, I>
|
|
2393
2327
|
**/
|
|
2394
2328
|
PalletBalancesError: {
|
|
2395
2329
|
_enum: string[];
|
|
2396
2330
|
};
|
|
2397
2331
|
/**
|
|
2398
|
-
*
|
|
2332
|
+
* Lookup360: pallet_tx_pause::pallet::Error<T>
|
|
2399
2333
|
**/
|
|
2400
2334
|
PalletTxPauseError: {
|
|
2401
2335
|
_enum: string[];
|
|
2402
2336
|
};
|
|
2403
2337
|
/**
|
|
2404
|
-
*
|
|
2338
|
+
* Lookup361: pallet_transaction_payment::Releases
|
|
2405
2339
|
**/
|
|
2406
2340
|
PalletTransactionPaymentReleases: {
|
|
2407
2341
|
_enum: string[];
|
|
2408
2342
|
};
|
|
2409
2343
|
/**
|
|
2410
|
-
*
|
|
2344
|
+
* Lookup362: pallet_utility::pallet::Error<T>
|
|
2411
2345
|
**/
|
|
2412
2346
|
PalletUtilityError: {
|
|
2413
2347
|
_enum: string[];
|
|
2414
2348
|
};
|
|
2415
2349
|
/**
|
|
2416
|
-
*
|
|
2350
|
+
* Lookup363: pallet_sudo::pallet::Error<T>
|
|
2417
2351
|
**/
|
|
2418
2352
|
PalletSudoError: {
|
|
2419
2353
|
_enum: string[];
|
|
2420
2354
|
};
|
|
2421
2355
|
/**
|
|
2422
|
-
*
|
|
2356
|
+
* Lookup366: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
|
|
2423
2357
|
**/
|
|
2424
2358
|
FrameSystemExtensionsCheckNonZeroSender: string;
|
|
2425
2359
|
/**
|
|
2426
|
-
*
|
|
2360
|
+
* Lookup367: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
|
|
2427
2361
|
**/
|
|
2428
2362
|
FrameSystemExtensionsCheckSpecVersion: string;
|
|
2429
2363
|
/**
|
|
2430
|
-
*
|
|
2364
|
+
* Lookup368: frame_system::extensions::check_tx_version::CheckTxVersion<T>
|
|
2431
2365
|
**/
|
|
2432
2366
|
FrameSystemExtensionsCheckTxVersion: string;
|
|
2433
2367
|
/**
|
|
2434
|
-
*
|
|
2368
|
+
* Lookup369: frame_system::extensions::check_genesis::CheckGenesis<T>
|
|
2435
2369
|
**/
|
|
2436
2370
|
FrameSystemExtensionsCheckGenesis: string;
|
|
2437
2371
|
/**
|
|
2438
|
-
*
|
|
2372
|
+
* Lookup372: frame_system::extensions::check_nonce::CheckNonce<T>
|
|
2439
2373
|
**/
|
|
2440
2374
|
FrameSystemExtensionsCheckNonce: string;
|
|
2441
2375
|
/**
|
|
2442
|
-
*
|
|
2376
|
+
* Lookup373: frame_system::extensions::check_weight::CheckWeight<T>
|
|
2443
2377
|
**/
|
|
2444
2378
|
FrameSystemExtensionsCheckWeight: string;
|
|
2445
2379
|
/**
|
|
2446
|
-
*
|
|
2380
|
+
* Lookup374: pallet_transaction_payment::ChargeTransactionPayment<T>
|
|
2447
2381
|
**/
|
|
2448
2382
|
PalletTransactionPaymentChargeTransactionPayment: string;
|
|
2449
2383
|
/**
|
|
2450
|
-
*
|
|
2384
|
+
* Lookup375: frame_metadata_hash_extension::CheckMetadataHash<T>
|
|
2451
2385
|
**/
|
|
2452
2386
|
FrameMetadataHashExtensionCheckMetadataHash: {
|
|
2453
2387
|
mode: string;
|
|
2454
2388
|
};
|
|
2455
2389
|
/**
|
|
2456
|
-
*
|
|
2390
|
+
* Lookup376: frame_metadata_hash_extension::Mode
|
|
2457
2391
|
**/
|
|
2458
2392
|
FrameMetadataHashExtensionMode: {
|
|
2459
2393
|
_enum: string[];
|
|
2460
2394
|
};
|
|
2461
2395
|
/**
|
|
2462
|
-
*
|
|
2396
|
+
* Lookup378: argon_node_runtime::Runtime
|
|
2463
2397
|
**/
|
|
2464
2398
|
ArgonNodeRuntimeRuntime: string;
|
|
2465
2399
|
};
|