@argonprotocol/mainchain 1.4.11-dev.7b637899 → 1.4.11-dev.f3bdc948
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/browser/index.d.ts +312 -314
- package/browser/index.js +70 -43
- package/browser/index.js.map +1 -1
- package/lib/index.cjs +77 -50
- package/lib/index.cjs.map +1 -1
- package/lib/index.d.cts +312 -314
- package/lib/index.d.ts +312 -314
- package/lib/index.js +70 -43
- package/lib/index.js.map +1 -1
- package/package.json +2 -2
- package/src/interfaces/augment-api-errors.ts +7 -19
- package/src/interfaces/augment-api-events.ts +18 -18
- package/src/interfaces/augment-api-query.ts +1 -1
- package/src/interfaces/augment-api-tx.ts +24 -19
- package/src/interfaces/lookup.ts +214 -221
- package/src/interfaces/types-lookup.ts +232 -242
|
@@ -602,10 +602,10 @@ declare module '@polkadot/types/lookup' {
|
|
|
602
602
|
readonly asVaultBitcoinXpubChange: {
|
|
603
603
|
readonly vaultId: u32;
|
|
604
604
|
} & Struct;
|
|
605
|
-
readonly
|
|
606
|
-
readonly
|
|
605
|
+
readonly isReservedSecuritizationSpaceChanged: boolean;
|
|
606
|
+
readonly asReservedSecuritizationSpaceChanged: {
|
|
607
607
|
readonly vaultId: u32;
|
|
608
|
-
readonly
|
|
608
|
+
readonly reservedSecuritizationSpace: u128;
|
|
609
609
|
} & Struct;
|
|
610
610
|
readonly isVaultRevenueUncollected: boolean;
|
|
611
611
|
readonly asVaultRevenueUncollected: {
|
|
@@ -675,7 +675,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
675
675
|
| 'VaultTermsChanged'
|
|
676
676
|
| 'VaultClosed'
|
|
677
677
|
| 'VaultBitcoinXpubChange'
|
|
678
|
-
| '
|
|
678
|
+
| 'ReservedSecuritizationSpaceChanged'
|
|
679
679
|
| 'VaultRevenueUncollected'
|
|
680
680
|
| 'VaultCollected'
|
|
681
681
|
| 'FundsLocked'
|
|
@@ -786,11 +786,11 @@ declare module '@polkadot/types/lookup' {
|
|
|
786
786
|
readonly newSatoshis: u64;
|
|
787
787
|
readonly accountId: AccountId32;
|
|
788
788
|
} & Struct;
|
|
789
|
-
readonly
|
|
790
|
-
readonly
|
|
789
|
+
readonly isBitcoinLockFlexibleChanged: boolean;
|
|
790
|
+
readonly asBitcoinLockFlexibleChanged: {
|
|
791
791
|
readonly utxoId: u64;
|
|
792
792
|
readonly vaultId: u32;
|
|
793
|
-
readonly
|
|
793
|
+
readonly isFlexible: bool;
|
|
794
794
|
} & Struct;
|
|
795
795
|
readonly type:
|
|
796
796
|
| 'BitcoinLockCreated'
|
|
@@ -807,7 +807,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
807
807
|
| 'OrphanedUtxoCosigned'
|
|
808
808
|
| 'UtxoFundedFromCandidate'
|
|
809
809
|
| 'SecuritizationIncreased'
|
|
810
|
-
| '
|
|
810
|
+
| 'BitcoinLockFlexibleChanged';
|
|
811
811
|
}
|
|
812
812
|
|
|
813
813
|
/** @name PalletNotariesEvent (60) */
|
|
@@ -1733,16 +1733,16 @@ declare module '@polkadot/types/lookup' {
|
|
|
1733
1733
|
readonly accountId: AccountId32;
|
|
1734
1734
|
readonly bonds: u32;
|
|
1735
1735
|
} & Struct;
|
|
1736
|
-
readonly
|
|
1737
|
-
readonly
|
|
1736
|
+
readonly isBondLotFlexibilityChanged: boolean;
|
|
1737
|
+
readonly asBondLotFlexibilityChanged: {
|
|
1738
1738
|
readonly vaultId: u32;
|
|
1739
1739
|
readonly bondLotId: u64;
|
|
1740
|
-
readonly
|
|
1740
|
+
readonly isFlexible: bool;
|
|
1741
1741
|
} & Struct;
|
|
1742
|
-
readonly
|
|
1743
|
-
readonly
|
|
1742
|
+
readonly isReservedBondSpaceChanged: boolean;
|
|
1743
|
+
readonly asReservedBondSpaceChanged: {
|
|
1744
1744
|
readonly vaultId: u32;
|
|
1745
|
-
readonly
|
|
1745
|
+
readonly reservedBondSpace: u32;
|
|
1746
1746
|
} & Struct;
|
|
1747
1747
|
readonly isEncumberedBondMicrogonsBurned: boolean;
|
|
1748
1748
|
readonly asEncumberedBondMicrogonsBurned: {
|
|
@@ -1760,8 +1760,8 @@ declare module '@polkadot/types/lookup' {
|
|
|
1760
1760
|
| 'BondLotPurchased'
|
|
1761
1761
|
| 'BondLotReleaseScheduled'
|
|
1762
1762
|
| 'BondLotReleased'
|
|
1763
|
-
| '
|
|
1764
|
-
| '
|
|
1763
|
+
| 'BondLotFlexibilityChanged'
|
|
1764
|
+
| 'ReservedBondSpaceChanged'
|
|
1765
1765
|
| 'EncumberedBondMicrogonsBurned';
|
|
1766
1766
|
}
|
|
1767
1767
|
|
|
@@ -2668,10 +2668,9 @@ declare module '@polkadot/types/lookup' {
|
|
|
2668
2668
|
readonly asSetCommittedArgonots: {
|
|
2669
2669
|
readonly amount: Compact<u128>;
|
|
2670
2670
|
} & Struct;
|
|
2671
|
-
readonly
|
|
2672
|
-
readonly
|
|
2673
|
-
readonly
|
|
2674
|
-
readonly backfillSecuritizationReserved: u128;
|
|
2671
|
+
readonly isSetReservedSecuritizationSpace: boolean;
|
|
2672
|
+
readonly asSetReservedSecuritizationSpace: {
|
|
2673
|
+
readonly reservedSecuritizationSpace: u128;
|
|
2675
2674
|
} & Struct;
|
|
2676
2675
|
readonly type:
|
|
2677
2676
|
| 'Create'
|
|
@@ -2682,7 +2681,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
2682
2681
|
| 'Collect'
|
|
2683
2682
|
| 'SetDelegateAccount'
|
|
2684
2683
|
| 'SetCommittedArgonots'
|
|
2685
|
-
| '
|
|
2684
|
+
| 'SetReservedSecuritizationSpace';
|
|
2686
2685
|
}
|
|
2687
2686
|
|
|
2688
2687
|
/** @name PalletVaultsVaultConfig (209) */
|
|
@@ -2750,10 +2749,10 @@ declare module '@polkadot/types/lookup' {
|
|
|
2750
2749
|
readonly utxoId: u64;
|
|
2751
2750
|
readonly newSatoshis: Compact<u64>;
|
|
2752
2751
|
} & Struct;
|
|
2753
|
-
readonly
|
|
2754
|
-
readonly
|
|
2752
|
+
readonly isSetFlexible: boolean;
|
|
2753
|
+
readonly asSetFlexible: {
|
|
2755
2754
|
readonly utxoId: u64;
|
|
2756
|
-
readonly
|
|
2755
|
+
readonly isFlexible: bool;
|
|
2757
2756
|
} & Struct;
|
|
2758
2757
|
readonly type:
|
|
2759
2758
|
| 'Initialize'
|
|
@@ -2764,7 +2763,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
2764
2763
|
| 'RequestOrphanedUtxoRelease'
|
|
2765
2764
|
| 'CosignOrphanedUtxoRelease'
|
|
2766
2765
|
| 'IncreaseSecuritization'
|
|
2767
|
-
| '
|
|
2766
|
+
| 'SetFlexible';
|
|
2768
2767
|
}
|
|
2769
2768
|
|
|
2770
2769
|
/** @name ArgonPrimitivesBitcoinCompressedBitcoinPubkey (217) */
|
|
@@ -2778,25 +2777,22 @@ declare module '@polkadot/types/lookup' {
|
|
|
2778
2777
|
} & Struct;
|
|
2779
2778
|
readonly isV2: boolean;
|
|
2780
2779
|
readonly asV2: {
|
|
2781
|
-
readonly microgonsAtTargetPerBtc:
|
|
2782
|
-
readonly feeCoupon:
|
|
2780
|
+
readonly microgonsAtTargetPerBtc: Compact<u128>;
|
|
2781
|
+
readonly feeCoupon: PalletBitcoinLocksFeeCoupon;
|
|
2783
2782
|
} & Struct;
|
|
2784
2783
|
readonly type: 'V1' | 'V2';
|
|
2785
2784
|
}
|
|
2786
2785
|
|
|
2787
|
-
/** @name PalletBitcoinLocksFeeCoupon (
|
|
2786
|
+
/** @name PalletBitcoinLocksFeeCoupon (221) */
|
|
2788
2787
|
interface PalletBitcoinLocksFeeCoupon extends Struct {
|
|
2789
|
-
readonly vaultId: Compact<u32>;
|
|
2790
|
-
readonly genesisHash: H256;
|
|
2791
|
-
readonly beneficiary: AccountId32;
|
|
2792
2788
|
readonly feeDiscount: Compact<u128>;
|
|
2793
|
-
readonly
|
|
2789
|
+
readonly securitizationSpaceToUnreserve: Compact<u128>;
|
|
2794
2790
|
readonly expiresAtFrame: Compact<u64>;
|
|
2795
2791
|
readonly nonce: Compact<u64>;
|
|
2796
2792
|
readonly signature: SpRuntimeMultiSignature;
|
|
2797
2793
|
}
|
|
2798
2794
|
|
|
2799
|
-
/** @name SpRuntimeMultiSignature (
|
|
2795
|
+
/** @name SpRuntimeMultiSignature (222) */
|
|
2800
2796
|
interface SpRuntimeMultiSignature extends Enum {
|
|
2801
2797
|
readonly isEd25519: boolean;
|
|
2802
2798
|
readonly asEd25519: U8aFixed;
|
|
@@ -2809,7 +2805,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
2809
2805
|
readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa' | 'Eth';
|
|
2810
2806
|
}
|
|
2811
2807
|
|
|
2812
|
-
/** @name PalletNotariesCall (
|
|
2808
|
+
/** @name PalletNotariesCall (227) */
|
|
2813
2809
|
interface PalletNotariesCall extends Enum {
|
|
2814
2810
|
readonly isPropose: boolean;
|
|
2815
2811
|
readonly asPropose: {
|
|
@@ -2828,7 +2824,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
2828
2824
|
readonly type: 'Propose' | 'Activate' | 'Update';
|
|
2829
2825
|
}
|
|
2830
2826
|
|
|
2831
|
-
/** @name PalletNotebookCall (
|
|
2827
|
+
/** @name PalletNotebookCall (228) */
|
|
2832
2828
|
interface PalletNotebookCall extends Enum {
|
|
2833
2829
|
readonly isSubmit: boolean;
|
|
2834
2830
|
readonly asSubmit: {
|
|
@@ -2841,13 +2837,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
2841
2837
|
readonly type: 'Submit' | 'Unlock';
|
|
2842
2838
|
}
|
|
2843
2839
|
|
|
2844
|
-
/** @name ArgonPrimitivesNotebookSignedNotebookHeader (
|
|
2840
|
+
/** @name ArgonPrimitivesNotebookSignedNotebookHeader (230) */
|
|
2845
2841
|
interface ArgonPrimitivesNotebookSignedNotebookHeader extends Struct {
|
|
2846
2842
|
readonly header: ArgonPrimitivesNotebookNotebookHeader;
|
|
2847
2843
|
readonly signature: U8aFixed;
|
|
2848
2844
|
}
|
|
2849
2845
|
|
|
2850
|
-
/** @name ArgonPrimitivesNotebookNotebookHeader (
|
|
2846
|
+
/** @name ArgonPrimitivesNotebookNotebookHeader (231) */
|
|
2851
2847
|
interface ArgonPrimitivesNotebookNotebookHeader extends Struct {
|
|
2852
2848
|
readonly version: Compact<u16>;
|
|
2853
2849
|
readonly notebookNumber: Compact<u32>;
|
|
@@ -2866,7 +2862,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
2866
2862
|
readonly domains: Vec<ITuple<[H256, AccountId32]>>;
|
|
2867
2863
|
}
|
|
2868
2864
|
|
|
2869
|
-
/** @name ArgonPrimitivesNotebookChainTransfer (
|
|
2865
|
+
/** @name ArgonPrimitivesNotebookChainTransfer (234) */
|
|
2870
2866
|
interface ArgonPrimitivesNotebookChainTransfer extends Enum {
|
|
2871
2867
|
readonly isToMainchain: boolean;
|
|
2872
2868
|
readonly asToMainchain: {
|
|
@@ -2880,13 +2876,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
2880
2876
|
readonly type: 'ToMainchain' | 'ToLocalchain';
|
|
2881
2877
|
}
|
|
2882
2878
|
|
|
2883
|
-
/** @name ArgonPrimitivesBalanceChangeAccountOrigin (
|
|
2879
|
+
/** @name ArgonPrimitivesBalanceChangeAccountOrigin (237) */
|
|
2884
2880
|
interface ArgonPrimitivesBalanceChangeAccountOrigin extends Struct {
|
|
2885
2881
|
readonly notebookNumber: Compact<u32>;
|
|
2886
2882
|
readonly accountUid: Compact<u32>;
|
|
2887
2883
|
}
|
|
2888
2884
|
|
|
2889
|
-
/** @name PalletLocalchainTransferCall (
|
|
2885
|
+
/** @name PalletLocalchainTransferCall (243) */
|
|
2890
2886
|
interface PalletLocalchainTransferCall extends Enum {
|
|
2891
2887
|
readonly isSendToLocalchain: boolean;
|
|
2892
2888
|
readonly asSendToLocalchain: {
|
|
@@ -2896,7 +2892,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
2896
2892
|
readonly type: 'SendToLocalchain';
|
|
2897
2893
|
}
|
|
2898
2894
|
|
|
2899
|
-
/** @name PalletBlockSealSpecCall (
|
|
2895
|
+
/** @name PalletBlockSealSpecCall (244) */
|
|
2900
2896
|
interface PalletBlockSealSpecCall extends Enum {
|
|
2901
2897
|
readonly isConfigure: boolean;
|
|
2902
2898
|
readonly asConfigure: {
|
|
@@ -2906,7 +2902,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
2906
2902
|
readonly type: 'Configure';
|
|
2907
2903
|
}
|
|
2908
2904
|
|
|
2909
|
-
/** @name PalletDomainsCall (
|
|
2905
|
+
/** @name PalletDomainsCall (245) */
|
|
2910
2906
|
interface PalletDomainsCall extends Enum {
|
|
2911
2907
|
readonly isSetZoneRecord: boolean;
|
|
2912
2908
|
readonly asSetZoneRecord: {
|
|
@@ -2916,7 +2912,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
2916
2912
|
readonly type: 'SetZoneRecord';
|
|
2917
2913
|
}
|
|
2918
2914
|
|
|
2919
|
-
/** @name PalletPriceIndexCall (
|
|
2915
|
+
/** @name PalletPriceIndexCall (246) */
|
|
2920
2916
|
interface PalletPriceIndexCall extends Enum {
|
|
2921
2917
|
readonly isSubmit: boolean;
|
|
2922
2918
|
readonly asSubmit: {
|
|
@@ -2930,7 +2926,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
2930
2926
|
readonly type: 'Submit' | 'SetOperator';
|
|
2931
2927
|
}
|
|
2932
2928
|
|
|
2933
|
-
/** @name PalletPriceIndexPriceIndex (
|
|
2929
|
+
/** @name PalletPriceIndexPriceIndex (247) */
|
|
2934
2930
|
interface PalletPriceIndexPriceIndex extends Struct {
|
|
2935
2931
|
readonly btcUsdPrice: Compact<u128>;
|
|
2936
2932
|
readonly argonotUsdPrice: u128;
|
|
@@ -2940,14 +2936,14 @@ declare module '@polkadot/types/lookup' {
|
|
|
2940
2936
|
readonly tick: Compact<u64>;
|
|
2941
2937
|
}
|
|
2942
2938
|
|
|
2943
|
-
/** @name PalletPriceIndexEthereumPriceIndex (
|
|
2939
|
+
/** @name PalletPriceIndexEthereumPriceIndex (249) */
|
|
2944
2940
|
interface PalletPriceIndexEthereumPriceIndex extends Struct {
|
|
2945
2941
|
readonly ethereumUsdPrice: u128;
|
|
2946
2942
|
readonly ethereumGasPriceWei: Compact<u128>;
|
|
2947
2943
|
readonly tick: Compact<u64>;
|
|
2948
2944
|
}
|
|
2949
2945
|
|
|
2950
|
-
/** @name PalletGrandpaCall (
|
|
2946
|
+
/** @name PalletGrandpaCall (250) */
|
|
2951
2947
|
interface PalletGrandpaCall extends Enum {
|
|
2952
2948
|
readonly isReportEquivocation: boolean;
|
|
2953
2949
|
readonly asReportEquivocation: {
|
|
@@ -2967,13 +2963,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
2967
2963
|
readonly type: 'ReportEquivocation' | 'ReportEquivocationUnsigned' | 'NoteStalled';
|
|
2968
2964
|
}
|
|
2969
2965
|
|
|
2970
|
-
/** @name SpConsensusGrandpaEquivocationProof (
|
|
2966
|
+
/** @name SpConsensusGrandpaEquivocationProof (251) */
|
|
2971
2967
|
interface SpConsensusGrandpaEquivocationProof extends Struct {
|
|
2972
2968
|
readonly setId: u64;
|
|
2973
2969
|
readonly equivocation: SpConsensusGrandpaEquivocation;
|
|
2974
2970
|
}
|
|
2975
2971
|
|
|
2976
|
-
/** @name SpConsensusGrandpaEquivocation (
|
|
2972
|
+
/** @name SpConsensusGrandpaEquivocation (252) */
|
|
2977
2973
|
interface SpConsensusGrandpaEquivocation extends Enum {
|
|
2978
2974
|
readonly isPrevote: boolean;
|
|
2979
2975
|
readonly asPrevote: FinalityGrandpaEquivocationPrevote;
|
|
@@ -2982,7 +2978,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
2982
2978
|
readonly type: 'Prevote' | 'Precommit';
|
|
2983
2979
|
}
|
|
2984
2980
|
|
|
2985
|
-
/** @name FinalityGrandpaEquivocationPrevote (
|
|
2981
|
+
/** @name FinalityGrandpaEquivocationPrevote (253) */
|
|
2986
2982
|
interface FinalityGrandpaEquivocationPrevote extends Struct {
|
|
2987
2983
|
readonly roundNumber: u64;
|
|
2988
2984
|
readonly identity: SpConsensusGrandpaAppPublic;
|
|
@@ -2990,16 +2986,16 @@ declare module '@polkadot/types/lookup' {
|
|
|
2990
2986
|
readonly second: ITuple<[FinalityGrandpaPrevote, SpConsensusGrandpaAppSignature]>;
|
|
2991
2987
|
}
|
|
2992
2988
|
|
|
2993
|
-
/** @name FinalityGrandpaPrevote (
|
|
2989
|
+
/** @name FinalityGrandpaPrevote (254) */
|
|
2994
2990
|
interface FinalityGrandpaPrevote extends Struct {
|
|
2995
2991
|
readonly targetHash: H256;
|
|
2996
2992
|
readonly targetNumber: u32;
|
|
2997
2993
|
}
|
|
2998
2994
|
|
|
2999
|
-
/** @name SpConsensusGrandpaAppSignature (
|
|
2995
|
+
/** @name SpConsensusGrandpaAppSignature (255) */
|
|
3000
2996
|
interface SpConsensusGrandpaAppSignature extends U8aFixed {}
|
|
3001
2997
|
|
|
3002
|
-
/** @name FinalityGrandpaEquivocationPrecommit (
|
|
2998
|
+
/** @name FinalityGrandpaEquivocationPrecommit (257) */
|
|
3003
2999
|
interface FinalityGrandpaEquivocationPrecommit extends Struct {
|
|
3004
3000
|
readonly roundNumber: u64;
|
|
3005
3001
|
readonly identity: SpConsensusGrandpaAppPublic;
|
|
@@ -3007,16 +3003,16 @@ declare module '@polkadot/types/lookup' {
|
|
|
3007
3003
|
readonly second: ITuple<[FinalityGrandpaPrecommit, SpConsensusGrandpaAppSignature]>;
|
|
3008
3004
|
}
|
|
3009
3005
|
|
|
3010
|
-
/** @name FinalityGrandpaPrecommit (
|
|
3006
|
+
/** @name FinalityGrandpaPrecommit (258) */
|
|
3011
3007
|
interface FinalityGrandpaPrecommit extends Struct {
|
|
3012
3008
|
readonly targetHash: H256;
|
|
3013
3009
|
readonly targetNumber: u32;
|
|
3014
3010
|
}
|
|
3015
3011
|
|
|
3016
|
-
/** @name SpCoreVoid (
|
|
3012
|
+
/** @name SpCoreVoid (260) */
|
|
3017
3013
|
type SpCoreVoid = Null;
|
|
3018
3014
|
|
|
3019
|
-
/** @name PalletBlockSealCall (
|
|
3015
|
+
/** @name PalletBlockSealCall (261) */
|
|
3020
3016
|
interface PalletBlockSealCall extends Enum {
|
|
3021
3017
|
readonly isApply: boolean;
|
|
3022
3018
|
readonly asApply: {
|
|
@@ -3025,7 +3021,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
3025
3021
|
readonly type: 'Apply';
|
|
3026
3022
|
}
|
|
3027
3023
|
|
|
3028
|
-
/** @name ArgonPrimitivesInherentsBlockSealInherent (
|
|
3024
|
+
/** @name ArgonPrimitivesInherentsBlockSealInherent (262) */
|
|
3029
3025
|
interface ArgonPrimitivesInherentsBlockSealInherent extends Enum {
|
|
3030
3026
|
readonly isVote: boolean;
|
|
3031
3027
|
readonly asVote: {
|
|
@@ -3040,14 +3036,14 @@ declare module '@polkadot/types/lookup' {
|
|
|
3040
3036
|
readonly type: 'Vote' | 'Compute';
|
|
3041
3037
|
}
|
|
3042
3038
|
|
|
3043
|
-
/** @name ArgonPrimitivesBalanceChangeMerkleProof (
|
|
3039
|
+
/** @name ArgonPrimitivesBalanceChangeMerkleProof (263) */
|
|
3044
3040
|
interface ArgonPrimitivesBalanceChangeMerkleProof extends Struct {
|
|
3045
3041
|
readonly proof: Vec<H256>;
|
|
3046
3042
|
readonly numberOfLeaves: Compact<u32>;
|
|
3047
3043
|
readonly leafIndex: Compact<u32>;
|
|
3048
3044
|
}
|
|
3049
3045
|
|
|
3050
|
-
/** @name ArgonPrimitivesBlockVoteBlockVoteT (
|
|
3046
|
+
/** @name ArgonPrimitivesBlockVoteBlockVoteT (265) */
|
|
3051
3047
|
interface ArgonPrimitivesBlockVoteBlockVoteT extends Struct {
|
|
3052
3048
|
readonly accountId: AccountId32;
|
|
3053
3049
|
readonly blockHash: H256;
|
|
@@ -3058,7 +3054,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
3058
3054
|
readonly tick: Compact<u64>;
|
|
3059
3055
|
}
|
|
3060
3056
|
|
|
3061
|
-
/** @name PalletBlockRewardsCall (
|
|
3057
|
+
/** @name PalletBlockRewardsCall (266) */
|
|
3062
3058
|
interface PalletBlockRewardsCall extends Enum {
|
|
3063
3059
|
readonly isSetBlockRewardsPaused: boolean;
|
|
3064
3060
|
readonly asSetBlockRewardsPaused: {
|
|
@@ -3071,10 +3067,10 @@ declare module '@polkadot/types/lookup' {
|
|
|
3071
3067
|
readonly type: 'SetBlockRewardsPaused' | 'SetBlockVoterRewardsEnabled';
|
|
3072
3068
|
}
|
|
3073
3069
|
|
|
3074
|
-
/** @name PalletMintCall (
|
|
3070
|
+
/** @name PalletMintCall (267) */
|
|
3075
3071
|
type PalletMintCall = Null;
|
|
3076
3072
|
|
|
3077
|
-
/** @name PalletBalancesCall (
|
|
3073
|
+
/** @name PalletBalancesCall (268) */
|
|
3078
3074
|
interface PalletBalancesCall extends Enum {
|
|
3079
3075
|
readonly isTransferAllowDeath: boolean;
|
|
3080
3076
|
readonly asTransferAllowDeath: {
|
|
@@ -3133,14 +3129,14 @@ declare module '@polkadot/types/lookup' {
|
|
|
3133
3129
|
| 'Burn';
|
|
3134
3130
|
}
|
|
3135
3131
|
|
|
3136
|
-
/** @name PalletBalancesAdjustmentDirection (
|
|
3132
|
+
/** @name PalletBalancesAdjustmentDirection (269) */
|
|
3137
3133
|
interface PalletBalancesAdjustmentDirection extends Enum {
|
|
3138
3134
|
readonly isIncrease: boolean;
|
|
3139
3135
|
readonly isDecrease: boolean;
|
|
3140
3136
|
readonly type: 'Increase' | 'Decrease';
|
|
3141
3137
|
}
|
|
3142
3138
|
|
|
3143
|
-
/** @name PalletTxPauseCall (
|
|
3139
|
+
/** @name PalletTxPauseCall (271) */
|
|
3144
3140
|
interface PalletTxPauseCall extends Enum {
|
|
3145
3141
|
readonly isPause: boolean;
|
|
3146
3142
|
readonly asPause: {
|
|
@@ -3153,7 +3149,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
3153
3149
|
readonly type: 'Pause' | 'Unpause';
|
|
3154
3150
|
}
|
|
3155
3151
|
|
|
3156
|
-
/** @name PalletUtilityCall (
|
|
3152
|
+
/** @name PalletUtilityCall (272) */
|
|
3157
3153
|
interface PalletUtilityCall extends Enum {
|
|
3158
3154
|
readonly isBatch: boolean;
|
|
3159
3155
|
readonly asBatch: {
|
|
@@ -3203,7 +3199,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
3203
3199
|
| 'DispatchAsFallible';
|
|
3204
3200
|
}
|
|
3205
3201
|
|
|
3206
|
-
/** @name PalletSudoCall (
|
|
3202
|
+
/** @name PalletSudoCall (274) */
|
|
3207
3203
|
interface PalletSudoCall extends Enum {
|
|
3208
3204
|
readonly isSudo: boolean;
|
|
3209
3205
|
readonly asSudo: {
|
|
@@ -3227,7 +3223,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
3227
3223
|
readonly type: 'Sudo' | 'SudoUncheckedWeight' | 'SetKey' | 'SudoAs' | 'RemoveKey';
|
|
3228
3224
|
}
|
|
3229
3225
|
|
|
3230
|
-
/** @name PalletTreasuryCall (
|
|
3226
|
+
/** @name PalletTreasuryCall (275) */
|
|
3231
3227
|
interface PalletTreasuryCall extends Enum {
|
|
3232
3228
|
readonly isBuyBonds: boolean;
|
|
3233
3229
|
readonly asBuyBonds: {
|
|
@@ -3243,36 +3239,36 @@ declare module '@polkadot/types/lookup' {
|
|
|
3243
3239
|
readonly asBuyArgonotBonds: {
|
|
3244
3240
|
readonly bonds: u32;
|
|
3245
3241
|
} & Struct;
|
|
3246
|
-
readonly
|
|
3247
|
-
readonly
|
|
3242
|
+
readonly isSetBondLotFlexible: boolean;
|
|
3243
|
+
readonly asSetBondLotFlexible: {
|
|
3248
3244
|
readonly bondLotId: u64;
|
|
3249
|
-
readonly
|
|
3245
|
+
readonly isFlexible: bool;
|
|
3250
3246
|
} & Struct;
|
|
3251
|
-
readonly
|
|
3252
|
-
readonly
|
|
3247
|
+
readonly isSetReservedBondSpace: boolean;
|
|
3248
|
+
readonly asSetReservedBondSpace: {
|
|
3253
3249
|
readonly vaultId: u32;
|
|
3254
|
-
readonly
|
|
3250
|
+
readonly reservedBondSpace: u32;
|
|
3255
3251
|
} & Struct;
|
|
3256
3252
|
readonly type:
|
|
3257
3253
|
| 'BuyBonds'
|
|
3258
3254
|
| 'LiquidateBondLot'
|
|
3259
3255
|
| 'BuyArgonotBonds'
|
|
3260
|
-
| '
|
|
3261
|
-
| '
|
|
3256
|
+
| 'SetBondLotFlexible'
|
|
3257
|
+
| 'SetReservedBondSpace';
|
|
3262
3258
|
}
|
|
3263
3259
|
|
|
3264
|
-
/** @name ArgonPrimitivesVaultTreasuryBonusApprovalProof (
|
|
3260
|
+
/** @name ArgonPrimitivesVaultTreasuryBonusApprovalProof (277) */
|
|
3265
3261
|
interface ArgonPrimitivesVaultTreasuryBonusApprovalProof extends Struct {
|
|
3266
3262
|
readonly vaultId: Compact<u32>;
|
|
3267
3263
|
readonly beneficiary: AccountId32;
|
|
3268
3264
|
readonly bonusPercent: Compact<Permill>;
|
|
3269
3265
|
readonly expiresAtFrame: Compact<u64>;
|
|
3270
|
-
readonly
|
|
3266
|
+
readonly bondSpaceToUnreserve: Compact<u32>;
|
|
3271
3267
|
readonly nonce: Compact<u64>;
|
|
3272
3268
|
readonly signature: SpRuntimeMultiSignature;
|
|
3273
3269
|
}
|
|
3274
3270
|
|
|
3275
|
-
/** @name PalletOperationalAccountsCall (
|
|
3271
|
+
/** @name PalletOperationalAccountsCall (278) */
|
|
3276
3272
|
interface PalletOperationalAccountsCall extends Enum {
|
|
3277
3273
|
readonly isRegister: boolean;
|
|
3278
3274
|
readonly asRegister: {
|
|
@@ -3307,14 +3303,14 @@ declare module '@polkadot/types/lookup' {
|
|
|
3307
3303
|
| 'ClaimRewards';
|
|
3308
3304
|
}
|
|
3309
3305
|
|
|
3310
|
-
/** @name PalletOperationalAccountsRegistration (
|
|
3306
|
+
/** @name PalletOperationalAccountsRegistration (279) */
|
|
3311
3307
|
interface PalletOperationalAccountsRegistration extends Enum {
|
|
3312
3308
|
readonly isV1: boolean;
|
|
3313
3309
|
readonly asV1: PalletOperationalAccountsRegistrationV1;
|
|
3314
3310
|
readonly type: 'V1';
|
|
3315
3311
|
}
|
|
3316
3312
|
|
|
3317
|
-
/** @name PalletOperationalAccountsRegistrationV1 (
|
|
3313
|
+
/** @name PalletOperationalAccountsRegistrationV1 (280) */
|
|
3318
3314
|
interface PalletOperationalAccountsRegistrationV1 extends Struct {
|
|
3319
3315
|
readonly operationalAccount: AccountId32;
|
|
3320
3316
|
readonly encryptionPubkey: PalletOperationalAccountsOpaqueEncryptionPubkey;
|
|
@@ -3326,21 +3322,21 @@ declare module '@polkadot/types/lookup' {
|
|
|
3326
3322
|
readonly accessProof: Option<PalletOperationalAccountsUpstreamAccessProof>;
|
|
3327
3323
|
}
|
|
3328
3324
|
|
|
3329
|
-
/** @name PalletOperationalAccountsOpaqueEncryptionPubkey (
|
|
3325
|
+
/** @name PalletOperationalAccountsOpaqueEncryptionPubkey (281) */
|
|
3330
3326
|
interface PalletOperationalAccountsOpaqueEncryptionPubkey extends U8aFixed {}
|
|
3331
3327
|
|
|
3332
|
-
/** @name PalletOperationalAccountsAccountOwnershipProof (
|
|
3328
|
+
/** @name PalletOperationalAccountsAccountOwnershipProof (282) */
|
|
3333
3329
|
interface PalletOperationalAccountsAccountOwnershipProof extends Struct {
|
|
3334
3330
|
readonly signature: SpRuntimeMultiSignature;
|
|
3335
3331
|
}
|
|
3336
3332
|
|
|
3337
|
-
/** @name PalletOperationalAccountsUpstreamAccessProof (
|
|
3333
|
+
/** @name PalletOperationalAccountsUpstreamAccessProof (284) */
|
|
3338
3334
|
interface PalletOperationalAccountsUpstreamAccessProof extends Struct {
|
|
3339
3335
|
readonly upstreamAccount: AccountId32;
|
|
3340
3336
|
readonly signature: SpRuntimeMultiSignature;
|
|
3341
3337
|
}
|
|
3342
3338
|
|
|
3343
|
-
/** @name PalletOperationalAccountsOperationalProgressPatch (
|
|
3339
|
+
/** @name PalletOperationalAccountsOperationalProgressPatch (287) */
|
|
3344
3340
|
interface PalletOperationalAccountsOperationalProgressPatch extends Struct {
|
|
3345
3341
|
readonly uniswapArgonTransfersInAmount: Option<u128>;
|
|
3346
3342
|
readonly accountBitcoinAmount: Option<u128>;
|
|
@@ -3350,7 +3346,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
3350
3346
|
readonly miningSeatCount: Option<u32>;
|
|
3351
3347
|
}
|
|
3352
3348
|
|
|
3353
|
-
/** @name PalletEthereumVerifierCall (
|
|
3349
|
+
/** @name PalletEthereumVerifierCall (289) */
|
|
3354
3350
|
interface PalletEthereumVerifierCall extends Enum {
|
|
3355
3351
|
readonly isForceCheckpoint: boolean;
|
|
3356
3352
|
readonly asForceCheckpoint: {
|
|
@@ -3378,7 +3374,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
3378
3374
|
| 'SetOperatingMode';
|
|
3379
3375
|
}
|
|
3380
3376
|
|
|
3381
|
-
/** @name PalletEthereumVerifierCheckpointUpdate (
|
|
3377
|
+
/** @name PalletEthereumVerifierCheckpointUpdate (290) */
|
|
3382
3378
|
interface PalletEthereumVerifierCheckpointUpdate extends Struct {
|
|
3383
3379
|
readonly header: SnowbridgeBeaconPrimitivesBeaconHeader;
|
|
3384
3380
|
readonly currentSyncCommittee: PalletEthereumVerifierSyncCommittee;
|
|
@@ -3387,7 +3383,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
3387
3383
|
readonly executionHeaderProof: PalletEthereumVerifierExecutionHeaderProof;
|
|
3388
3384
|
}
|
|
3389
3385
|
|
|
3390
|
-
/** @name SnowbridgeBeaconPrimitivesBeaconHeader (
|
|
3386
|
+
/** @name SnowbridgeBeaconPrimitivesBeaconHeader (291) */
|
|
3391
3387
|
interface SnowbridgeBeaconPrimitivesBeaconHeader extends Struct {
|
|
3392
3388
|
readonly slot: u64;
|
|
3393
3389
|
readonly proposerIndex: u64;
|
|
@@ -3396,22 +3392,22 @@ declare module '@polkadot/types/lookup' {
|
|
|
3396
3392
|
readonly bodyRoot: H256;
|
|
3397
3393
|
}
|
|
3398
3394
|
|
|
3399
|
-
/** @name PalletEthereumVerifierSyncCommittee (
|
|
3395
|
+
/** @name PalletEthereumVerifierSyncCommittee (292) */
|
|
3400
3396
|
interface PalletEthereumVerifierSyncCommittee extends Struct {
|
|
3401
3397
|
readonly pubkeys: Vec<SnowbridgeBeaconPrimitivesPublicKey>;
|
|
3402
3398
|
readonly aggregatePubkey: SnowbridgeBeaconPrimitivesPublicKey;
|
|
3403
3399
|
}
|
|
3404
3400
|
|
|
3405
|
-
/** @name SnowbridgeBeaconPrimitivesPublicKey (
|
|
3401
|
+
/** @name SnowbridgeBeaconPrimitivesPublicKey (294) */
|
|
3406
3402
|
interface SnowbridgeBeaconPrimitivesPublicKey extends U8aFixed {}
|
|
3407
3403
|
|
|
3408
|
-
/** @name PalletEthereumVerifierExecutionHeaderProof (
|
|
3404
|
+
/** @name PalletEthereumVerifierExecutionHeaderProof (298) */
|
|
3409
3405
|
interface PalletEthereumVerifierExecutionHeaderProof extends Struct {
|
|
3410
3406
|
readonly executionHeader: SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader;
|
|
3411
3407
|
readonly executionBranch: Vec<H256>;
|
|
3412
3408
|
}
|
|
3413
3409
|
|
|
3414
|
-
/** @name SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader (
|
|
3410
|
+
/** @name SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader (299) */
|
|
3415
3411
|
interface SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader extends Enum {
|
|
3416
3412
|
readonly isCapella: boolean;
|
|
3417
3413
|
readonly asCapella: SnowbridgeBeaconPrimitivesExecutionPayloadHeader;
|
|
@@ -3420,7 +3416,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
3420
3416
|
readonly type: 'Capella' | 'Deneb';
|
|
3421
3417
|
}
|
|
3422
3418
|
|
|
3423
|
-
/** @name SnowbridgeBeaconPrimitivesExecutionPayloadHeader (
|
|
3419
|
+
/** @name SnowbridgeBeaconPrimitivesExecutionPayloadHeader (300) */
|
|
3424
3420
|
interface SnowbridgeBeaconPrimitivesExecutionPayloadHeader extends Struct {
|
|
3425
3421
|
readonly parentHash: H256;
|
|
3426
3422
|
readonly feeRecipient: H160;
|
|
@@ -3439,7 +3435,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
3439
3435
|
readonly withdrawalsRoot: H256;
|
|
3440
3436
|
}
|
|
3441
3437
|
|
|
3442
|
-
/** @name SnowbridgeBeaconPrimitivesDenebExecutionPayloadHeader (
|
|
3438
|
+
/** @name SnowbridgeBeaconPrimitivesDenebExecutionPayloadHeader (301) */
|
|
3443
3439
|
interface SnowbridgeBeaconPrimitivesDenebExecutionPayloadHeader extends Struct {
|
|
3444
3440
|
readonly parentHash: H256;
|
|
3445
3441
|
readonly feeRecipient: H160;
|
|
@@ -3460,7 +3456,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
3460
3456
|
readonly excessBlobGas: u64;
|
|
3461
3457
|
}
|
|
3462
3458
|
|
|
3463
|
-
/** @name PalletEthereumVerifierForkVersions (
|
|
3459
|
+
/** @name PalletEthereumVerifierForkVersions (302) */
|
|
3464
3460
|
interface PalletEthereumVerifierForkVersions extends Struct {
|
|
3465
3461
|
readonly genesis: PalletEthereumVerifierFork;
|
|
3466
3462
|
readonly altair: PalletEthereumVerifierFork;
|
|
@@ -3471,13 +3467,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
3471
3467
|
readonly fulu: PalletEthereumVerifierFork;
|
|
3472
3468
|
}
|
|
3473
3469
|
|
|
3474
|
-
/** @name PalletEthereumVerifierFork (
|
|
3470
|
+
/** @name PalletEthereumVerifierFork (303) */
|
|
3475
3471
|
interface PalletEthereumVerifierFork extends Struct {
|
|
3476
3472
|
readonly version: U8aFixed;
|
|
3477
3473
|
readonly epoch: Compact<u64>;
|
|
3478
3474
|
}
|
|
3479
3475
|
|
|
3480
|
-
/** @name PalletEthereumVerifierUpdate (
|
|
3476
|
+
/** @name PalletEthereumVerifierUpdate (304) */
|
|
3481
3477
|
interface PalletEthereumVerifierUpdate extends Struct {
|
|
3482
3478
|
readonly attestedHeader: SnowbridgeBeaconPrimitivesBeaconHeader;
|
|
3483
3479
|
readonly syncAggregate: PalletEthereumVerifierSyncAggregate;
|
|
@@ -3488,22 +3484,22 @@ declare module '@polkadot/types/lookup' {
|
|
|
3488
3484
|
readonly executionHeaderProof: PalletEthereumVerifierExecutionHeaderProof;
|
|
3489
3485
|
}
|
|
3490
3486
|
|
|
3491
|
-
/** @name PalletEthereumVerifierSyncAggregate (
|
|
3487
|
+
/** @name PalletEthereumVerifierSyncAggregate (305) */
|
|
3492
3488
|
interface PalletEthereumVerifierSyncAggregate extends Struct {
|
|
3493
3489
|
readonly syncCommitteeBits: Bytes;
|
|
3494
3490
|
readonly syncCommitteeSignature: SnowbridgeBeaconPrimitivesSignature;
|
|
3495
3491
|
}
|
|
3496
3492
|
|
|
3497
|
-
/** @name SnowbridgeBeaconPrimitivesSignature (
|
|
3493
|
+
/** @name SnowbridgeBeaconPrimitivesSignature (307) */
|
|
3498
3494
|
interface SnowbridgeBeaconPrimitivesSignature extends U8aFixed {}
|
|
3499
3495
|
|
|
3500
|
-
/** @name PalletEthereumVerifierNextSyncCommitteeUpdate (
|
|
3496
|
+
/** @name PalletEthereumVerifierNextSyncCommitteeUpdate (310) */
|
|
3501
3497
|
interface PalletEthereumVerifierNextSyncCommitteeUpdate extends Struct {
|
|
3502
3498
|
readonly nextSyncCommittee: PalletEthereumVerifierSyncCommittee;
|
|
3503
3499
|
readonly nextSyncCommitteeBranch: Vec<H256>;
|
|
3504
3500
|
}
|
|
3505
3501
|
|
|
3506
|
-
/** @name PalletCrosschainTransferCall (
|
|
3502
|
+
/** @name PalletCrosschainTransferCall (311) */
|
|
3507
3503
|
interface PalletCrosschainTransferCall extends Enum {
|
|
3508
3504
|
readonly isSetChainConfig: boolean;
|
|
3509
3505
|
readonly asSetChainConfig: {
|
|
@@ -3593,7 +3589,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
3593
3589
|
| 'CollateralizeTransfer';
|
|
3594
3590
|
}
|
|
3595
3591
|
|
|
3596
|
-
/** @name PalletCrosschainTransferChainConfig (
|
|
3592
|
+
/** @name PalletCrosschainTransferChainConfig (312) */
|
|
3597
3593
|
interface PalletCrosschainTransferChainConfig extends Enum {
|
|
3598
3594
|
readonly isEvm: boolean;
|
|
3599
3595
|
readonly asEvm: {
|
|
@@ -3605,7 +3601,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
3605
3601
|
readonly type: 'Evm';
|
|
3606
3602
|
}
|
|
3607
3603
|
|
|
3608
|
-
/** @name PalletCrosschainTransferMintingAuthorityActivationRepaymentPricing (
|
|
3604
|
+
/** @name PalletCrosschainTransferMintingAuthorityActivationRepaymentPricing (314) */
|
|
3609
3605
|
interface PalletCrosschainTransferMintingAuthorityActivationRepaymentPricing extends Struct {
|
|
3610
3606
|
readonly activationGasCost: Compact<u128>;
|
|
3611
3607
|
readonly signatureGasCost: Compact<u128>;
|
|
@@ -3613,56 +3609,56 @@ declare module '@polkadot/types/lookup' {
|
|
|
3613
3609
|
readonly estimatedMicrogonsPerEth: u128;
|
|
3614
3610
|
}
|
|
3615
3611
|
|
|
3616
|
-
/** @name ArgonPrimitivesEthereumEthereumReceiptLogProofBatch (
|
|
3612
|
+
/** @name ArgonPrimitivesEthereumEthereumReceiptLogProofBatch (317) */
|
|
3617
3613
|
interface ArgonPrimitivesEthereumEthereumReceiptLogProofBatch extends Struct {
|
|
3618
3614
|
readonly executionBlockProof: ArgonPrimitivesEthereumEthereumExecutionBlockProof;
|
|
3619
3615
|
readonly blocks: Vec<ArgonPrimitivesEthereumEthereumReceiptLogProofBlock>;
|
|
3620
3616
|
}
|
|
3621
3617
|
|
|
3622
|
-
/** @name ArgonPrimitivesEthereumEthereumExecutionBlockProof (
|
|
3618
|
+
/** @name ArgonPrimitivesEthereumEthereumExecutionBlockProof (318) */
|
|
3623
3619
|
interface ArgonPrimitivesEthereumEthereumExecutionBlockProof extends Struct {
|
|
3624
3620
|
readonly anchorBlockHash: H256;
|
|
3625
3621
|
readonly targetToAnchorHeaderChain: Vec<ArgonPrimitivesEthereumEthereumExecutionHeader>;
|
|
3626
3622
|
}
|
|
3627
3623
|
|
|
3628
|
-
/** @name ArgonPrimitivesEthereumEthereumExecutionHeader (
|
|
3624
|
+
/** @name ArgonPrimitivesEthereumEthereumExecutionHeader (320) */
|
|
3629
3625
|
interface ArgonPrimitivesEthereumEthereumExecutionHeader extends Struct {
|
|
3630
3626
|
readonly rlp: Bytes;
|
|
3631
3627
|
}
|
|
3632
3628
|
|
|
3633
|
-
/** @name ArgonPrimitivesEthereumEthereumReceiptLogProofBlock (
|
|
3629
|
+
/** @name ArgonPrimitivesEthereumEthereumReceiptLogProofBlock (324) */
|
|
3634
3630
|
interface ArgonPrimitivesEthereumEthereumReceiptLogProofBlock extends Struct {
|
|
3635
3631
|
readonly targetBlockNumber: Compact<u64>;
|
|
3636
3632
|
readonly receiptProof: ArgonPrimitivesEthereumEthereumCombinedReceiptProof;
|
|
3637
3633
|
readonly receiptLogs: Vec<ArgonPrimitivesEthereumEthereumReceiptLog>;
|
|
3638
3634
|
}
|
|
3639
3635
|
|
|
3640
|
-
/** @name ArgonPrimitivesEthereumEthereumCombinedReceiptProof (
|
|
3636
|
+
/** @name ArgonPrimitivesEthereumEthereumCombinedReceiptProof (325) */
|
|
3641
3637
|
interface ArgonPrimitivesEthereumEthereumCombinedReceiptProof extends Struct {
|
|
3642
3638
|
readonly nodes: Vec<Bytes>;
|
|
3643
3639
|
readonly receipts: Vec<ArgonPrimitivesEthereumEthereumReceiptProofReceipt>;
|
|
3644
3640
|
}
|
|
3645
3641
|
|
|
3646
|
-
/** @name ArgonPrimitivesEthereumEthereumReceiptProofReceipt (
|
|
3642
|
+
/** @name ArgonPrimitivesEthereumEthereumReceiptProofReceipt (329) */
|
|
3647
3643
|
interface ArgonPrimitivesEthereumEthereumReceiptProofReceipt extends Struct {
|
|
3648
3644
|
readonly transactionIndex: Compact<u64>;
|
|
3649
3645
|
readonly nodeIndexes: Vec<u16>;
|
|
3650
3646
|
}
|
|
3651
3647
|
|
|
3652
|
-
/** @name ArgonPrimitivesEthereumEthereumReceiptLog (
|
|
3648
|
+
/** @name ArgonPrimitivesEthereumEthereumReceiptLog (334) */
|
|
3653
3649
|
interface ArgonPrimitivesEthereumEthereumReceiptLog extends Struct {
|
|
3654
3650
|
readonly transactionIndex: Compact<u64>;
|
|
3655
3651
|
readonly eventLog: ArgonPrimitivesEthereumEthereumLog;
|
|
3656
3652
|
}
|
|
3657
3653
|
|
|
3658
|
-
/** @name ArgonPrimitivesEthereumEthereumLog (
|
|
3654
|
+
/** @name ArgonPrimitivesEthereumEthereumLog (335) */
|
|
3659
3655
|
interface ArgonPrimitivesEthereumEthereumLog extends Struct {
|
|
3660
3656
|
readonly address: H160;
|
|
3661
3657
|
readonly topics: Vec<H256>;
|
|
3662
3658
|
readonly data: Bytes;
|
|
3663
3659
|
}
|
|
3664
3660
|
|
|
3665
|
-
/** @name PalletBootstrapCall (
|
|
3661
|
+
/** @name PalletBootstrapCall (340) */
|
|
3666
3662
|
interface PalletBootstrapCall extends Enum {
|
|
3667
3663
|
readonly isSetRecoveryPayload: boolean;
|
|
3668
3664
|
readonly asSetRecoveryPayload: {
|
|
@@ -3678,12 +3674,12 @@ declare module '@polkadot/types/lookup' {
|
|
|
3678
3674
|
readonly type: 'SetRecoveryPayload' | 'SetEndpoint';
|
|
3679
3675
|
}
|
|
3680
3676
|
|
|
3681
|
-
/** @name PalletBootstrapRecoveryProof (
|
|
3677
|
+
/** @name PalletBootstrapRecoveryProof (341) */
|
|
3682
3678
|
interface PalletBootstrapRecoveryProof extends Struct {
|
|
3683
3679
|
readonly signature: U8aFixed;
|
|
3684
3680
|
}
|
|
3685
3681
|
|
|
3686
|
-
/** @name PalletMultisigError (
|
|
3682
|
+
/** @name PalletMultisigError (343) */
|
|
3687
3683
|
interface PalletMultisigError extends Enum {
|
|
3688
3684
|
readonly isMinimumThreshold: boolean;
|
|
3689
3685
|
readonly isAlreadyApproved: boolean;
|
|
@@ -3716,21 +3712,21 @@ declare module '@polkadot/types/lookup' {
|
|
|
3716
3712
|
| 'AlreadyStored';
|
|
3717
3713
|
}
|
|
3718
3714
|
|
|
3719
|
-
/** @name PalletProxyProxyDefinition (
|
|
3715
|
+
/** @name PalletProxyProxyDefinition (346) */
|
|
3720
3716
|
interface PalletProxyProxyDefinition extends Struct {
|
|
3721
3717
|
readonly delegate: AccountId32;
|
|
3722
3718
|
readonly proxyType: ArgonRuntimeProxyType;
|
|
3723
3719
|
readonly delay: u32;
|
|
3724
3720
|
}
|
|
3725
3721
|
|
|
3726
|
-
/** @name PalletProxyAnnouncement (
|
|
3722
|
+
/** @name PalletProxyAnnouncement (350) */
|
|
3727
3723
|
interface PalletProxyAnnouncement extends Struct {
|
|
3728
3724
|
readonly real: AccountId32;
|
|
3729
3725
|
readonly callHash: H256;
|
|
3730
3726
|
readonly height: u32;
|
|
3731
3727
|
}
|
|
3732
3728
|
|
|
3733
|
-
/** @name PalletProxyError (
|
|
3729
|
+
/** @name PalletProxyError (352) */
|
|
3734
3730
|
interface PalletProxyError extends Enum {
|
|
3735
3731
|
readonly isTooMany: boolean;
|
|
3736
3732
|
readonly isNotFound: boolean;
|
|
@@ -3751,16 +3747,16 @@ declare module '@polkadot/types/lookup' {
|
|
|
3751
3747
|
| 'NoSelfProxy';
|
|
3752
3748
|
}
|
|
3753
3749
|
|
|
3754
|
-
/** @name ArgonPrimitivesTickTicker (
|
|
3750
|
+
/** @name ArgonPrimitivesTickTicker (353) */
|
|
3755
3751
|
interface ArgonPrimitivesTickTicker extends Struct {
|
|
3756
3752
|
readonly tickDurationMillis: Compact<u64>;
|
|
3757
3753
|
readonly channelHoldExpirationTicks: Compact<u64>;
|
|
3758
3754
|
}
|
|
3759
3755
|
|
|
3760
|
-
/** @name PalletTicksError (
|
|
3756
|
+
/** @name PalletTicksError (355) */
|
|
3761
3757
|
type PalletTicksError = Null;
|
|
3762
3758
|
|
|
3763
|
-
/** @name PalletMiningSlotMinerNonceScoring (
|
|
3759
|
+
/** @name PalletMiningSlotMinerNonceScoring (358) */
|
|
3764
3760
|
interface PalletMiningSlotMinerNonceScoring extends Struct {
|
|
3765
3761
|
readonly nonce: U256;
|
|
3766
3762
|
readonly lastWinBlock: Option<u32>;
|
|
@@ -3768,7 +3764,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
3768
3764
|
readonly frameStartBlocksWonSurplus: i16;
|
|
3769
3765
|
}
|
|
3770
3766
|
|
|
3771
|
-
/** @name ArgonPrimitivesBlockSealMiningBidStats (
|
|
3767
|
+
/** @name ArgonPrimitivesBlockSealMiningBidStats (370) */
|
|
3772
3768
|
interface ArgonPrimitivesBlockSealMiningBidStats extends Struct {
|
|
3773
3769
|
readonly bidsCount: u32;
|
|
3774
3770
|
readonly bidAmountMin: u128;
|
|
@@ -3776,14 +3772,14 @@ declare module '@polkadot/types/lookup' {
|
|
|
3776
3772
|
readonly bidAmountSum: u128;
|
|
3777
3773
|
}
|
|
3778
3774
|
|
|
3779
|
-
/** @name ArgonPrimitivesBlockSealMiningSlotConfig (
|
|
3775
|
+
/** @name ArgonPrimitivesBlockSealMiningSlotConfig (374) */
|
|
3780
3776
|
interface ArgonPrimitivesBlockSealMiningSlotConfig extends Struct {
|
|
3781
3777
|
readonly ticksBeforeBidEndForVrfClose: Compact<u64>;
|
|
3782
3778
|
readonly ticksBetweenSlots: Compact<u64>;
|
|
3783
3779
|
readonly slotBiddingStartAfterTicks: Compact<u64>;
|
|
3784
3780
|
}
|
|
3785
3781
|
|
|
3786
|
-
/** @name PalletMiningSlotError (
|
|
3782
|
+
/** @name PalletMiningSlotError (384) */
|
|
3787
3783
|
interface PalletMiningSlotError extends Enum {
|
|
3788
3784
|
readonly isSlotNotTakingBids: boolean;
|
|
3789
3785
|
readonly isTooManyBlockRegistrants: boolean;
|
|
@@ -3810,7 +3806,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
3810
3806
|
| 'UnrecoverableHold';
|
|
3811
3807
|
}
|
|
3812
3808
|
|
|
3813
|
-
/** @name ArgonPrimitivesBitcoinUtxoValue (
|
|
3809
|
+
/** @name ArgonPrimitivesBitcoinUtxoValue (385) */
|
|
3814
3810
|
interface ArgonPrimitivesBitcoinUtxoValue extends Struct {
|
|
3815
3811
|
readonly utxoId: u64;
|
|
3816
3812
|
readonly scriptPubkey: ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey;
|
|
@@ -3819,7 +3815,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
3819
3815
|
readonly watchForSpentUntilHeight: Compact<u64>;
|
|
3820
3816
|
}
|
|
3821
3817
|
|
|
3822
|
-
/** @name ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey (
|
|
3818
|
+
/** @name ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey (386) */
|
|
3823
3819
|
interface ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey extends Enum {
|
|
3824
3820
|
readonly isP2wsh: boolean;
|
|
3825
3821
|
readonly asP2wsh: {
|
|
@@ -3828,7 +3824,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
3828
3824
|
readonly type: 'P2wsh';
|
|
3829
3825
|
}
|
|
3830
3826
|
|
|
3831
|
-
/** @name ArgonPrimitivesBitcoinBitcoinNetwork (
|
|
3827
|
+
/** @name ArgonPrimitivesBitcoinBitcoinNetwork (395) */
|
|
3832
3828
|
interface ArgonPrimitivesBitcoinBitcoinNetwork extends Enum {
|
|
3833
3829
|
readonly isBitcoin: boolean;
|
|
3834
3830
|
readonly isTestnet: boolean;
|
|
@@ -3837,7 +3833,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
3837
3833
|
readonly type: 'Bitcoin' | 'Testnet' | 'Signet' | 'Regtest';
|
|
3838
3834
|
}
|
|
3839
3835
|
|
|
3840
|
-
/** @name PalletBitcoinUtxosError (
|
|
3836
|
+
/** @name PalletBitcoinUtxosError (396) */
|
|
3841
3837
|
interface PalletBitcoinUtxosError extends Enum {
|
|
3842
3838
|
readonly isNoPermissions: boolean;
|
|
3843
3839
|
readonly isNoBitcoinConfirmedBlock: boolean;
|
|
@@ -3872,19 +3868,19 @@ declare module '@polkadot/types/lookup' {
|
|
|
3872
3868
|
| 'LockAlreadyFunded';
|
|
3873
3869
|
}
|
|
3874
3870
|
|
|
3875
|
-
/** @name ArgonPrimitivesVault (
|
|
3871
|
+
/** @name ArgonPrimitivesVault (397) */
|
|
3876
3872
|
interface ArgonPrimitivesVault extends Struct {
|
|
3877
3873
|
readonly operatorAccountId: AccountId32;
|
|
3878
3874
|
readonly delegateAccountId: Option<AccountId32>;
|
|
3879
3875
|
readonly securitization: Compact<u128>;
|
|
3880
3876
|
readonly securitizationTarget: Compact<u128>;
|
|
3881
3877
|
readonly securitizationLocked: Compact<u128>;
|
|
3882
|
-
readonly
|
|
3883
|
-
readonly
|
|
3878
|
+
readonly flexibleSecuritizationLocked: Compact<u128>;
|
|
3879
|
+
readonly reservedSecuritizationSpace: Compact<u128>;
|
|
3884
3880
|
readonly securitizationPendingActivation: Compact<u128>;
|
|
3885
3881
|
readonly lockedSatoshis: Compact<u64>;
|
|
3886
3882
|
readonly securitizedSatoshis: Compact<u64>;
|
|
3887
|
-
readonly
|
|
3883
|
+
readonly flexibleSecuritizedSatoshis: Compact<u64>;
|
|
3888
3884
|
readonly securitizationReleaseSchedule: BTreeMap<u64, u128>;
|
|
3889
3885
|
readonly securitizationRatio: Compact<u128>;
|
|
3890
3886
|
readonly isClosed: bool;
|
|
@@ -3894,13 +3890,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
3894
3890
|
readonly operationalMinimumReleaseTick: Option<u64>;
|
|
3895
3891
|
}
|
|
3896
3892
|
|
|
3897
|
-
/** @name ArgonPrimitivesVaultVaultArgonotCommitment (
|
|
3893
|
+
/** @name ArgonPrimitivesVaultVaultArgonotCommitment (404) */
|
|
3898
3894
|
interface ArgonPrimitivesVaultVaultArgonotCommitment extends Struct {
|
|
3899
3895
|
readonly committedMicronots: Compact<u128>;
|
|
3900
3896
|
readonly encumberedMicronots: Compact<u128>;
|
|
3901
3897
|
}
|
|
3902
3898
|
|
|
3903
|
-
/** @name ArgonPrimitivesBitcoinBitcoinXPub (
|
|
3899
|
+
/** @name ArgonPrimitivesBitcoinBitcoinXPub (406) */
|
|
3904
3900
|
interface ArgonPrimitivesBitcoinBitcoinXPub extends Struct {
|
|
3905
3901
|
readonly publicKey: ArgonPrimitivesBitcoinCompressedBitcoinPubkey;
|
|
3906
3902
|
readonly depth: Compact<u8>;
|
|
@@ -3910,14 +3906,14 @@ declare module '@polkadot/types/lookup' {
|
|
|
3910
3906
|
readonly network: ArgonPrimitivesBitcoinNetworkKind;
|
|
3911
3907
|
}
|
|
3912
3908
|
|
|
3913
|
-
/** @name ArgonPrimitivesBitcoinNetworkKind (
|
|
3909
|
+
/** @name ArgonPrimitivesBitcoinNetworkKind (408) */
|
|
3914
3910
|
interface ArgonPrimitivesBitcoinNetworkKind extends Enum {
|
|
3915
3911
|
readonly isMain: boolean;
|
|
3916
3912
|
readonly isTest: boolean;
|
|
3917
3913
|
readonly type: 'Main' | 'Test';
|
|
3918
3914
|
}
|
|
3919
3915
|
|
|
3920
|
-
/** @name PalletVaultsVaultFrameRevenue (
|
|
3916
|
+
/** @name PalletVaultsVaultFrameRevenue (417) */
|
|
3921
3917
|
interface PalletVaultsVaultFrameRevenue extends Struct {
|
|
3922
3918
|
readonly frameId: Compact<u64>;
|
|
3923
3919
|
readonly bitcoinLockFeeRevenue: Compact<u128>;
|
|
@@ -3937,7 +3933,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
3937
3933
|
readonly uncollectedRevenue: Compact<u128>;
|
|
3938
3934
|
}
|
|
3939
3935
|
|
|
3940
|
-
/** @name PalletVaultsError (
|
|
3936
|
+
/** @name PalletVaultsError (419) */
|
|
3941
3937
|
interface PalletVaultsError extends Enum {
|
|
3942
3938
|
readonly isNoMoreVaultIds: boolean;
|
|
3943
3939
|
readonly isInsufficientFunds: boolean;
|
|
@@ -4006,7 +4002,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
4006
4002
|
| 'CommittedArgonotsBelowEncumberedBacking';
|
|
4007
4003
|
}
|
|
4008
4004
|
|
|
4009
|
-
/** @name PalletBitcoinLocksLockedBitcoin (
|
|
4005
|
+
/** @name PalletBitcoinLocksLockedBitcoin (420) */
|
|
4010
4006
|
interface PalletBitcoinLocksLockedBitcoin extends Struct {
|
|
4011
4007
|
readonly vaultId: Compact<u32>;
|
|
4012
4008
|
readonly liquidityPromised: Compact<u128>;
|
|
@@ -4026,12 +4022,12 @@ declare module '@polkadot/types/lookup' {
|
|
|
4026
4022
|
readonly createdAtHeight: Compact<u64>;
|
|
4027
4023
|
readonly utxoScriptPubkey: ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey;
|
|
4028
4024
|
readonly isFunded: bool;
|
|
4029
|
-
readonly
|
|
4025
|
+
readonly isFlexible: bool;
|
|
4030
4026
|
readonly fundHoldExtensions: BTreeMap<u64, u128>;
|
|
4031
4027
|
readonly createdAtArgonBlock: Compact<u32>;
|
|
4032
4028
|
}
|
|
4033
4029
|
|
|
4034
|
-
/** @name PalletBitcoinLocksLockReleaseRequest (
|
|
4030
|
+
/** @name PalletBitcoinLocksLockReleaseRequest (424) */
|
|
4035
4031
|
interface PalletBitcoinLocksLockReleaseRequest extends Struct {
|
|
4036
4032
|
readonly utxoId: Compact<u64>;
|
|
4037
4033
|
readonly vaultId: Compact<u32>;
|
|
@@ -4041,7 +4037,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
4041
4037
|
readonly redemptionAmount: Compact<u128>;
|
|
4042
4038
|
}
|
|
4043
4039
|
|
|
4044
|
-
/** @name PalletBitcoinLocksOrphanedUtxo (
|
|
4040
|
+
/** @name PalletBitcoinLocksOrphanedUtxo (426) */
|
|
4045
4041
|
interface PalletBitcoinLocksOrphanedUtxo extends Struct {
|
|
4046
4042
|
readonly utxoId: Compact<u64>;
|
|
4047
4043
|
readonly vaultId: Compact<u32>;
|
|
@@ -4050,14 +4046,14 @@ declare module '@polkadot/types/lookup' {
|
|
|
4050
4046
|
readonly cosignRequest: Option<PalletBitcoinLocksOrphanedUtxoCosignRequest>;
|
|
4051
4047
|
}
|
|
4052
4048
|
|
|
4053
|
-
/** @name PalletBitcoinLocksOrphanedUtxoCosignRequest (
|
|
4049
|
+
/** @name PalletBitcoinLocksOrphanedUtxoCosignRequest (428) */
|
|
4054
4050
|
interface PalletBitcoinLocksOrphanedUtxoCosignRequest extends Struct {
|
|
4055
4051
|
readonly bitcoinNetworkFee: u64;
|
|
4056
4052
|
readonly toScriptPubkey: Bytes;
|
|
4057
4053
|
readonly createdAtArgonBlockNumber: u32;
|
|
4058
4054
|
}
|
|
4059
4055
|
|
|
4060
|
-
/** @name PalletBitcoinLocksError (
|
|
4056
|
+
/** @name PalletBitcoinLocksError (435) */
|
|
4061
4057
|
interface PalletBitcoinLocksError extends Enum {
|
|
4062
4058
|
readonly isInsufficientFunds: boolean;
|
|
4063
4059
|
readonly isInsufficientVaultFunds: boolean;
|
|
@@ -4091,9 +4087,6 @@ declare module '@polkadot/types/lookup' {
|
|
|
4091
4087
|
readonly isLockPendingFunding: boolean;
|
|
4092
4088
|
readonly isOverflowError: boolean;
|
|
4093
4089
|
readonly isIneligibleMicrogonRateRequested: boolean;
|
|
4094
|
-
readonly isFeeCouponWrongVault: boolean;
|
|
4095
|
-
readonly isFeeCouponWrongChain: boolean;
|
|
4096
|
-
readonly isFeeCouponWrongAccount: boolean;
|
|
4097
4090
|
readonly isFeeCouponExpired: boolean;
|
|
4098
4091
|
readonly isInvalidFeeCouponSignature: boolean;
|
|
4099
4092
|
readonly isFeeCouponAlreadyUsed: boolean;
|
|
@@ -4134,9 +4127,6 @@ declare module '@polkadot/types/lookup' {
|
|
|
4134
4127
|
| 'LockPendingFunding'
|
|
4135
4128
|
| 'OverflowError'
|
|
4136
4129
|
| 'IneligibleMicrogonRateRequested'
|
|
4137
|
-
| 'FeeCouponWrongVault'
|
|
4138
|
-
| 'FeeCouponWrongChain'
|
|
4139
|
-
| 'FeeCouponWrongAccount'
|
|
4140
4130
|
| 'FeeCouponExpired'
|
|
4141
4131
|
| 'InvalidFeeCouponSignature'
|
|
4142
4132
|
| 'FeeCouponAlreadyUsed'
|
|
@@ -4147,7 +4137,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
4147
4137
|
| 'MaxOrphanedUtxoReleaseRequestsExceeded';
|
|
4148
4138
|
}
|
|
4149
4139
|
|
|
4150
|
-
/** @name ArgonPrimitivesVaultVaultError (
|
|
4140
|
+
/** @name ArgonPrimitivesVaultVaultError (436) */
|
|
4151
4141
|
interface ArgonPrimitivesVaultVaultError extends Enum {
|
|
4152
4142
|
readonly isVaultClosed: boolean;
|
|
4153
4143
|
readonly isAccountWouldBeBelowMinimum: boolean;
|
|
@@ -4178,7 +4168,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
4178
4168
|
| 'CommittedArgonotsBelowEncumberedBacking';
|
|
4179
4169
|
}
|
|
4180
4170
|
|
|
4181
|
-
/** @name PalletNotariesError (
|
|
4171
|
+
/** @name PalletNotariesError (448) */
|
|
4182
4172
|
interface PalletNotariesError extends Enum {
|
|
4183
4173
|
readonly isProposalNotFound: boolean;
|
|
4184
4174
|
readonly isMaxNotariesExceeded: boolean;
|
|
@@ -4201,7 +4191,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
4201
4191
|
| 'InvalidNotary';
|
|
4202
4192
|
}
|
|
4203
4193
|
|
|
4204
|
-
/** @name ArgonPrimitivesNotaryNotaryNotebookKeyDetails (
|
|
4194
|
+
/** @name ArgonPrimitivesNotaryNotaryNotebookKeyDetails (452) */
|
|
4205
4195
|
interface ArgonPrimitivesNotaryNotaryNotebookKeyDetails extends Struct {
|
|
4206
4196
|
readonly notebookNumber: Compact<u32>;
|
|
4207
4197
|
readonly tick: Compact<u64>;
|
|
@@ -4210,7 +4200,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
4210
4200
|
readonly parentSecret: Option<H256>;
|
|
4211
4201
|
}
|
|
4212
4202
|
|
|
4213
|
-
/** @name PalletNotebookError (
|
|
4203
|
+
/** @name PalletNotebookError (455) */
|
|
4214
4204
|
interface PalletNotebookError extends Enum {
|
|
4215
4205
|
readonly isDuplicateNotebookNumber: boolean;
|
|
4216
4206
|
readonly isMissingNotebookNumber: boolean;
|
|
@@ -4245,7 +4235,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
4245
4235
|
| 'InvalidNotebookSubmissionTick';
|
|
4246
4236
|
}
|
|
4247
4237
|
|
|
4248
|
-
/** @name PalletLocalchainTransferQueuedTransferOut (
|
|
4238
|
+
/** @name PalletLocalchainTransferQueuedTransferOut (456) */
|
|
4249
4239
|
interface PalletLocalchainTransferQueuedTransferOut extends Struct {
|
|
4250
4240
|
readonly accountId: AccountId32;
|
|
4251
4241
|
readonly amount: u128;
|
|
@@ -4253,10 +4243,10 @@ declare module '@polkadot/types/lookup' {
|
|
|
4253
4243
|
readonly notaryId: u32;
|
|
4254
4244
|
}
|
|
4255
4245
|
|
|
4256
|
-
/** @name FrameSupportPalletId (
|
|
4246
|
+
/** @name FrameSupportPalletId (458) */
|
|
4257
4247
|
interface FrameSupportPalletId extends U8aFixed {}
|
|
4258
4248
|
|
|
4259
|
-
/** @name PalletLocalchainTransferError (
|
|
4249
|
+
/** @name PalletLocalchainTransferError (459) */
|
|
4260
4250
|
interface PalletLocalchainTransferError extends Enum {
|
|
4261
4251
|
readonly isMaxBlockTransfersExceeded: boolean;
|
|
4262
4252
|
readonly isInsufficientFunds: boolean;
|
|
@@ -4277,7 +4267,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
4277
4267
|
| 'NoAvailableTransferId';
|
|
4278
4268
|
}
|
|
4279
4269
|
|
|
4280
|
-
/** @name ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails (
|
|
4270
|
+
/** @name ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails (463) */
|
|
4281
4271
|
interface ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails extends Struct {
|
|
4282
4272
|
readonly notaryId: Compact<u32>;
|
|
4283
4273
|
readonly notebookNumber: Compact<u32>;
|
|
@@ -4286,13 +4276,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
4286
4276
|
readonly blockVotingPower: Compact<u128>;
|
|
4287
4277
|
}
|
|
4288
4278
|
|
|
4289
|
-
/** @name PalletBlockSealSpecError (
|
|
4279
|
+
/** @name PalletBlockSealSpecError (468) */
|
|
4290
4280
|
interface PalletBlockSealSpecError extends Enum {
|
|
4291
4281
|
readonly isMaxNotebooksAtTickExceeded: boolean;
|
|
4292
4282
|
readonly type: 'MaxNotebooksAtTickExceeded';
|
|
4293
4283
|
}
|
|
4294
4284
|
|
|
4295
|
-
/** @name PalletDomainsError (
|
|
4285
|
+
/** @name PalletDomainsError (470) */
|
|
4296
4286
|
interface PalletDomainsError extends Enum {
|
|
4297
4287
|
readonly isDomainNotRegistered: boolean;
|
|
4298
4288
|
readonly isNotDomainOwner: boolean;
|
|
@@ -4307,28 +4297,28 @@ declare module '@polkadot/types/lookup' {
|
|
|
4307
4297
|
| 'AccountDecodingError';
|
|
4308
4298
|
}
|
|
4309
4299
|
|
|
4310
|
-
/** @name PalletPriceIndexEthereumPriceFrameAccumulator (
|
|
4300
|
+
/** @name PalletPriceIndexEthereumPriceFrameAccumulator (472) */
|
|
4311
4301
|
interface PalletPriceIndexEthereumPriceFrameAccumulator extends Struct {
|
|
4312
4302
|
readonly totalUsdPrice: u128;
|
|
4313
4303
|
readonly totalWeiPerGas: Compact<u128>;
|
|
4314
4304
|
readonly sampleCount: Compact<u32>;
|
|
4315
4305
|
}
|
|
4316
4306
|
|
|
4317
|
-
/** @name PalletPriceIndexCpiMeasurementBucket (
|
|
4307
|
+
/** @name PalletPriceIndexCpiMeasurementBucket (477) */
|
|
4318
4308
|
interface PalletPriceIndexCpiMeasurementBucket extends Struct {
|
|
4319
4309
|
readonly tickRange: ITuple<[u64, u64]>;
|
|
4320
4310
|
readonly totalCpi: i128;
|
|
4321
4311
|
readonly measurementsCount: u32;
|
|
4322
4312
|
}
|
|
4323
4313
|
|
|
4324
|
-
/** @name PalletPriceIndexArgonotAverageFrameAccumulator (
|
|
4314
|
+
/** @name PalletPriceIndexArgonotAverageFrameAccumulator (481) */
|
|
4325
4315
|
interface PalletPriceIndexArgonotAverageFrameAccumulator extends Struct {
|
|
4326
4316
|
readonly frameId: Compact<u64>;
|
|
4327
4317
|
readonly totalMicrogonsPerArgonot: Compact<u128>;
|
|
4328
4318
|
readonly sampleCount: Compact<u32>;
|
|
4329
4319
|
}
|
|
4330
4320
|
|
|
4331
|
-
/** @name PalletPriceIndexError (
|
|
4321
|
+
/** @name PalletPriceIndexError (482) */
|
|
4332
4322
|
interface PalletPriceIndexError extends Enum {
|
|
4333
4323
|
readonly isNotAuthorizedOperator: boolean;
|
|
4334
4324
|
readonly isMissingValue: boolean;
|
|
@@ -4343,7 +4333,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
4343
4333
|
| 'InvalidEthereumPrices';
|
|
4344
4334
|
}
|
|
4345
4335
|
|
|
4346
|
-
/** @name PalletGrandpaStoredState (
|
|
4336
|
+
/** @name PalletGrandpaStoredState (483) */
|
|
4347
4337
|
interface PalletGrandpaStoredState extends Enum {
|
|
4348
4338
|
readonly isLive: boolean;
|
|
4349
4339
|
readonly isPendingPause: boolean;
|
|
@@ -4360,7 +4350,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
4360
4350
|
readonly type: 'Live' | 'PendingPause' | 'Paused' | 'PendingResume';
|
|
4361
4351
|
}
|
|
4362
4352
|
|
|
4363
|
-
/** @name PalletGrandpaStoredPendingChange (
|
|
4353
|
+
/** @name PalletGrandpaStoredPendingChange (484) */
|
|
4364
4354
|
interface PalletGrandpaStoredPendingChange extends Struct {
|
|
4365
4355
|
readonly scheduledAt: u32;
|
|
4366
4356
|
readonly delay: u32;
|
|
@@ -4368,7 +4358,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
4368
4358
|
readonly forced: Option<u32>;
|
|
4369
4359
|
}
|
|
4370
4360
|
|
|
4371
|
-
/** @name PalletGrandpaError (
|
|
4361
|
+
/** @name PalletGrandpaError (486) */
|
|
4372
4362
|
interface PalletGrandpaError extends Enum {
|
|
4373
4363
|
readonly isPauseFailed: boolean;
|
|
4374
4364
|
readonly isResumeFailed: boolean;
|
|
@@ -4387,14 +4377,14 @@ declare module '@polkadot/types/lookup' {
|
|
|
4387
4377
|
| 'DuplicateOffenceReport';
|
|
4388
4378
|
}
|
|
4389
4379
|
|
|
4390
|
-
/** @name ArgonPrimitivesProvidersBlockSealerInfo (
|
|
4380
|
+
/** @name ArgonPrimitivesProvidersBlockSealerInfo (487) */
|
|
4391
4381
|
interface ArgonPrimitivesProvidersBlockSealerInfo extends Struct {
|
|
4392
4382
|
readonly blockAuthorAccountId: AccountId32;
|
|
4393
4383
|
readonly blockVoteRewardsAccount: Option<AccountId32>;
|
|
4394
4384
|
readonly blockSealAuthority: Option<ArgonPrimitivesBlockSealAppPublic>;
|
|
4395
4385
|
}
|
|
4396
4386
|
|
|
4397
|
-
/** @name PalletBlockSealError (
|
|
4387
|
+
/** @name PalletBlockSealError (489) */
|
|
4398
4388
|
interface PalletBlockSealError extends Enum {
|
|
4399
4389
|
readonly isInvalidVoteSealStrength: boolean;
|
|
4400
4390
|
readonly isInvalidSubmitter: boolean;
|
|
@@ -4441,10 +4431,10 @@ declare module '@polkadot/types/lookup' {
|
|
|
4441
4431
|
| 'DuplicateVoteBlockAtTick';
|
|
4442
4432
|
}
|
|
4443
4433
|
|
|
4444
|
-
/** @name PalletBlockRewardsError (
|
|
4434
|
+
/** @name PalletBlockRewardsError (493) */
|
|
4445
4435
|
type PalletBlockRewardsError = Null;
|
|
4446
4436
|
|
|
4447
|
-
/** @name PalletMintPendingMintUtxo (
|
|
4437
|
+
/** @name PalletMintPendingMintUtxo (494) */
|
|
4448
4438
|
interface PalletMintPendingMintUtxo extends Struct {
|
|
4449
4439
|
readonly utxoId: Compact<u64>;
|
|
4450
4440
|
readonly accountId: AccountId32;
|
|
@@ -4452,34 +4442,34 @@ declare module '@polkadot/types/lookup' {
|
|
|
4452
4442
|
readonly maxAmountPerFrame: Compact<u128>;
|
|
4453
4443
|
}
|
|
4454
4444
|
|
|
4455
|
-
/** @name PalletMintMintQueueCursor (
|
|
4445
|
+
/** @name PalletMintMintQueueCursor (496) */
|
|
4456
4446
|
interface PalletMintMintQueueCursor extends Struct {
|
|
4457
4447
|
readonly payoutStartIndex: Compact<u64>;
|
|
4458
4448
|
readonly payoutCursorIndex: Compact<u64>;
|
|
4459
4449
|
readonly payoutCursorFrameId: Option<u64>;
|
|
4460
4450
|
}
|
|
4461
4451
|
|
|
4462
|
-
/** @name PalletMintMintAction (
|
|
4452
|
+
/** @name PalletMintMintAction (499) */
|
|
4463
4453
|
interface PalletMintMintAction extends Struct {
|
|
4464
4454
|
readonly argonBurned: u128;
|
|
4465
4455
|
readonly argonMinted: u128;
|
|
4466
4456
|
readonly bitcoinMinted: u128;
|
|
4467
4457
|
}
|
|
4468
4458
|
|
|
4469
|
-
/** @name PalletMintError (
|
|
4459
|
+
/** @name PalletMintError (501) */
|
|
4470
4460
|
interface PalletMintError extends Enum {
|
|
4471
4461
|
readonly isTooManyPendingMints: boolean;
|
|
4472
4462
|
readonly type: 'TooManyPendingMints';
|
|
4473
4463
|
}
|
|
4474
4464
|
|
|
4475
|
-
/** @name PalletBalancesBalanceLock (
|
|
4465
|
+
/** @name PalletBalancesBalanceLock (503) */
|
|
4476
4466
|
interface PalletBalancesBalanceLock extends Struct {
|
|
4477
4467
|
readonly id: U8aFixed;
|
|
4478
4468
|
readonly amount: u128;
|
|
4479
4469
|
readonly reasons: PalletBalancesReasons;
|
|
4480
4470
|
}
|
|
4481
4471
|
|
|
4482
|
-
/** @name PalletBalancesReasons (
|
|
4472
|
+
/** @name PalletBalancesReasons (504) */
|
|
4483
4473
|
interface PalletBalancesReasons extends Enum {
|
|
4484
4474
|
readonly isFee: boolean;
|
|
4485
4475
|
readonly isMisc: boolean;
|
|
@@ -4487,38 +4477,38 @@ declare module '@polkadot/types/lookup' {
|
|
|
4487
4477
|
readonly type: 'Fee' | 'Misc' | 'All';
|
|
4488
4478
|
}
|
|
4489
4479
|
|
|
4490
|
-
/** @name PalletBalancesReserveData (
|
|
4480
|
+
/** @name PalletBalancesReserveData (507) */
|
|
4491
4481
|
interface PalletBalancesReserveData extends Struct {
|
|
4492
4482
|
readonly id: U8aFixed;
|
|
4493
4483
|
readonly amount: u128;
|
|
4494
4484
|
}
|
|
4495
4485
|
|
|
4496
|
-
/** @name FrameSupportTokensMiscIdAmountRuntimeHoldReason (
|
|
4486
|
+
/** @name FrameSupportTokensMiscIdAmountRuntimeHoldReason (510) */
|
|
4497
4487
|
interface FrameSupportTokensMiscIdAmountRuntimeHoldReason extends Struct {
|
|
4498
4488
|
readonly id: ArgonRuntimeRuntimeHoldReason;
|
|
4499
4489
|
readonly amount: u128;
|
|
4500
4490
|
}
|
|
4501
4491
|
|
|
4502
|
-
/** @name FrameSupportTokensMiscIdAmountRuntimeFreezeReason (
|
|
4492
|
+
/** @name FrameSupportTokensMiscIdAmountRuntimeFreezeReason (513) */
|
|
4503
4493
|
interface FrameSupportTokensMiscIdAmountRuntimeFreezeReason extends Struct {
|
|
4504
4494
|
readonly id: ArgonRuntimeRuntimeFreezeReason;
|
|
4505
4495
|
readonly amount: u128;
|
|
4506
4496
|
}
|
|
4507
4497
|
|
|
4508
|
-
/** @name ArgonRuntimeRuntimeFreezeReason (
|
|
4498
|
+
/** @name ArgonRuntimeRuntimeFreezeReason (514) */
|
|
4509
4499
|
interface ArgonRuntimeRuntimeFreezeReason extends Enum {
|
|
4510
4500
|
readonly isBlockRewards: boolean;
|
|
4511
4501
|
readonly asBlockRewards: PalletBlockRewardsFreezeReason;
|
|
4512
4502
|
readonly type: 'BlockRewards';
|
|
4513
4503
|
}
|
|
4514
4504
|
|
|
4515
|
-
/** @name PalletBlockRewardsFreezeReason (
|
|
4505
|
+
/** @name PalletBlockRewardsFreezeReason (515) */
|
|
4516
4506
|
interface PalletBlockRewardsFreezeReason extends Enum {
|
|
4517
4507
|
readonly isMaturationPeriod: boolean;
|
|
4518
4508
|
readonly type: 'MaturationPeriod';
|
|
4519
4509
|
}
|
|
4520
4510
|
|
|
4521
|
-
/** @name PalletBalancesError (
|
|
4511
|
+
/** @name PalletBalancesError (517) */
|
|
4522
4512
|
interface PalletBalancesError extends Enum {
|
|
4523
4513
|
readonly isVestingBalance: boolean;
|
|
4524
4514
|
readonly isLiquidityRestrictions: boolean;
|
|
@@ -4547,7 +4537,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
4547
4537
|
| 'DeltaZero';
|
|
4548
4538
|
}
|
|
4549
4539
|
|
|
4550
|
-
/** @name PalletTxPauseError (
|
|
4540
|
+
/** @name PalletTxPauseError (519) */
|
|
4551
4541
|
interface PalletTxPauseError extends Enum {
|
|
4552
4542
|
readonly isIsPaused: boolean;
|
|
4553
4543
|
readonly isIsUnpaused: boolean;
|
|
@@ -4556,72 +4546,72 @@ declare module '@polkadot/types/lookup' {
|
|
|
4556
4546
|
readonly type: 'IsPaused' | 'IsUnpaused' | 'Unpausable' | 'NotFound';
|
|
4557
4547
|
}
|
|
4558
4548
|
|
|
4559
|
-
/** @name PalletTransactionPaymentReleases (
|
|
4549
|
+
/** @name PalletTransactionPaymentReleases (520) */
|
|
4560
4550
|
interface PalletTransactionPaymentReleases extends Enum {
|
|
4561
4551
|
readonly isV1Ancient: boolean;
|
|
4562
4552
|
readonly isV2: boolean;
|
|
4563
4553
|
readonly type: 'V1Ancient' | 'V2';
|
|
4564
4554
|
}
|
|
4565
4555
|
|
|
4566
|
-
/** @name FrameSupportStorageNoDrop (
|
|
4556
|
+
/** @name FrameSupportStorageNoDrop (521) */
|
|
4567
4557
|
interface FrameSupportStorageNoDrop extends FrameSupportTokensFungibleImbalance {}
|
|
4568
4558
|
|
|
4569
|
-
/** @name FrameSupportTokensFungibleImbalance (
|
|
4559
|
+
/** @name FrameSupportTokensFungibleImbalance (522) */
|
|
4570
4560
|
interface FrameSupportTokensFungibleImbalance extends Struct {
|
|
4571
4561
|
readonly amount: u128;
|
|
4572
4562
|
}
|
|
4573
4563
|
|
|
4574
|
-
/** @name PalletUtilityError (
|
|
4564
|
+
/** @name PalletUtilityError (523) */
|
|
4575
4565
|
interface PalletUtilityError extends Enum {
|
|
4576
4566
|
readonly isTooManyCalls: boolean;
|
|
4577
4567
|
readonly type: 'TooManyCalls';
|
|
4578
4568
|
}
|
|
4579
4569
|
|
|
4580
|
-
/** @name PalletSudoError (
|
|
4570
|
+
/** @name PalletSudoError (524) */
|
|
4581
4571
|
interface PalletSudoError extends Enum {
|
|
4582
4572
|
readonly isRequireSudo: boolean;
|
|
4583
4573
|
readonly type: 'RequireSudo';
|
|
4584
4574
|
}
|
|
4585
4575
|
|
|
4586
|
-
/** @name PalletTreasuryFrameVaultCapital (
|
|
4576
|
+
/** @name PalletTreasuryFrameVaultCapital (525) */
|
|
4587
4577
|
interface PalletTreasuryFrameVaultCapital extends Struct {
|
|
4588
4578
|
readonly frameId: Compact<u64>;
|
|
4589
4579
|
readonly vaults: BTreeMap<u32, PalletTreasuryVaultCapital>;
|
|
4590
4580
|
}
|
|
4591
4581
|
|
|
4592
|
-
/** @name PalletTreasuryVaultCapital (
|
|
4582
|
+
/** @name PalletTreasuryVaultCapital (527) */
|
|
4593
4583
|
interface PalletTreasuryVaultCapital extends Struct {
|
|
4594
|
-
readonly
|
|
4595
|
-
readonly
|
|
4596
|
-
readonly
|
|
4584
|
+
readonly regularBondAllocations: Vec<PalletTreasuryBondLotAllocation>;
|
|
4585
|
+
readonly flexibleBondsEligible: Compact<u32>;
|
|
4586
|
+
readonly flexibleProrata: u128;
|
|
4597
4587
|
readonly eligibleBonds: Compact<u32>;
|
|
4598
4588
|
}
|
|
4599
4589
|
|
|
4600
|
-
/** @name PalletTreasuryBondLotAllocation (
|
|
4590
|
+
/** @name PalletTreasuryBondLotAllocation (529) */
|
|
4601
4591
|
interface PalletTreasuryBondLotAllocation extends Struct {
|
|
4602
4592
|
readonly bondLotId: Compact<u64>;
|
|
4603
4593
|
readonly prorata: u128;
|
|
4604
4594
|
}
|
|
4605
4595
|
|
|
4606
|
-
/** @name PalletTreasuryFrameArgonotBondParticipants (
|
|
4596
|
+
/** @name PalletTreasuryFrameArgonotBondParticipants (534) */
|
|
4607
4597
|
interface PalletTreasuryFrameArgonotBondParticipants extends Struct {
|
|
4608
4598
|
readonly frameId: Compact<u64>;
|
|
4609
4599
|
readonly totalBonds: Compact<u32>;
|
|
4610
4600
|
readonly bondLots: Vec<PalletTreasuryBondLotSummary>;
|
|
4611
4601
|
}
|
|
4612
4602
|
|
|
4613
|
-
/** @name PalletTreasuryBondLotSummary (
|
|
4603
|
+
/** @name PalletTreasuryBondLotSummary (536) */
|
|
4614
4604
|
interface PalletTreasuryBondLotSummary extends Struct {
|
|
4615
4605
|
readonly bondLotId: Compact<u64>;
|
|
4616
4606
|
readonly bonds: Compact<u32>;
|
|
4617
4607
|
}
|
|
4618
4608
|
|
|
4619
|
-
/** @name PalletTreasuryBondLot (
|
|
4609
|
+
/** @name PalletTreasuryBondLot (538) */
|
|
4620
4610
|
interface PalletTreasuryBondLot extends Struct {
|
|
4621
4611
|
readonly owner: AccountId32;
|
|
4622
4612
|
readonly program: PalletTreasuryBondProgram;
|
|
4623
4613
|
readonly bonds: Compact<u32>;
|
|
4624
|
-
readonly
|
|
4614
|
+
readonly isFlexible: bool;
|
|
4625
4615
|
readonly createdFrameId: Compact<u64>;
|
|
4626
4616
|
readonly participatedFrames: Compact<u32>;
|
|
4627
4617
|
readonly lastFrameEarningsFrameId: Option<u64>;
|
|
@@ -4631,7 +4621,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
4631
4621
|
readonly releaseReason: Option<PalletTreasuryBondReleaseReason>;
|
|
4632
4622
|
}
|
|
4633
4623
|
|
|
4634
|
-
/** @name PalletTreasuryBondProgram (
|
|
4624
|
+
/** @name PalletTreasuryBondProgram (539) */
|
|
4635
4625
|
interface PalletTreasuryBondProgram extends Enum {
|
|
4636
4626
|
readonly isVault: boolean;
|
|
4637
4627
|
readonly asVault: {
|
|
@@ -4643,14 +4633,14 @@ declare module '@polkadot/types/lookup' {
|
|
|
4643
4633
|
readonly type: 'Vault' | 'Argonot';
|
|
4644
4634
|
}
|
|
4645
4635
|
|
|
4646
|
-
/** @name PalletTreasuryVaultBondState (
|
|
4636
|
+
/** @name PalletTreasuryVaultBondState (542) */
|
|
4647
4637
|
interface PalletTreasuryVaultBondState extends Struct {
|
|
4648
|
-
readonly
|
|
4649
|
-
readonly
|
|
4650
|
-
readonly
|
|
4638
|
+
readonly regularBondLots: Vec<PalletTreasuryBondLotSummary>;
|
|
4639
|
+
readonly flexibleBonds: Compact<u32>;
|
|
4640
|
+
readonly reservedBondSpace: Compact<u32>;
|
|
4651
4641
|
}
|
|
4652
4642
|
|
|
4653
|
-
/** @name PalletTreasuryError (
|
|
4643
|
+
/** @name PalletTreasuryError (544) */
|
|
4654
4644
|
interface PalletTreasuryError extends Enum {
|
|
4655
4645
|
readonly isBondPurchaseRejected: boolean;
|
|
4656
4646
|
readonly isVaultNotAcceptingBondPurchases: boolean;
|
|
@@ -4661,7 +4651,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
4661
4651
|
readonly isBondLotNotFound: boolean;
|
|
4662
4652
|
readonly isNotBondLotOwner: boolean;
|
|
4663
4653
|
readonly isBondLotAlreadyReleasing: boolean;
|
|
4664
|
-
readonly
|
|
4654
|
+
readonly isInsufficientBondSpace: boolean;
|
|
4665
4655
|
readonly isActiveBondAmountBelowEncumberedBacking: boolean;
|
|
4666
4656
|
readonly isBonusApprovalWrongVault: boolean;
|
|
4667
4657
|
readonly isBonusApprovalWrongAccount: boolean;
|
|
@@ -4671,7 +4661,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
4671
4661
|
readonly isBonusApprovalExceedsProfitSharing: boolean;
|
|
4672
4662
|
readonly isArgonotBondPurchaseBelowCutoff: boolean;
|
|
4673
4663
|
readonly isArgonotBondPurchaseAboveCap: boolean;
|
|
4674
|
-
readonly
|
|
4664
|
+
readonly isBondLotCannotBeFlexible: boolean;
|
|
4675
4665
|
readonly isNoPermissions: boolean;
|
|
4676
4666
|
readonly type:
|
|
4677
4667
|
| 'BondPurchaseRejected'
|
|
@@ -4683,7 +4673,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
4683
4673
|
| 'BondLotNotFound'
|
|
4684
4674
|
| 'NotBondLotOwner'
|
|
4685
4675
|
| 'BondLotAlreadyReleasing'
|
|
4686
|
-
| '
|
|
4676
|
+
| 'InsufficientBondSpace'
|
|
4687
4677
|
| 'ActiveBondAmountBelowEncumberedBacking'
|
|
4688
4678
|
| 'BonusApprovalWrongVault'
|
|
4689
4679
|
| 'BonusApprovalWrongAccount'
|
|
@@ -4693,17 +4683,17 @@ declare module '@polkadot/types/lookup' {
|
|
|
4693
4683
|
| 'BonusApprovalExceedsProfitSharing'
|
|
4694
4684
|
| 'ArgonotBondPurchaseBelowCutoff'
|
|
4695
4685
|
| 'ArgonotBondPurchaseAboveCap'
|
|
4696
|
-
| '
|
|
4686
|
+
| 'BondLotCannotBeFlexible'
|
|
4697
4687
|
| 'NoPermissions';
|
|
4698
4688
|
}
|
|
4699
4689
|
|
|
4700
|
-
/** @name PalletFeeControlError (
|
|
4690
|
+
/** @name PalletFeeControlError (545) */
|
|
4701
4691
|
interface PalletFeeControlError extends Enum {
|
|
4702
4692
|
readonly isSponsoredFeeTooHigh: boolean;
|
|
4703
4693
|
readonly type: 'SponsoredFeeTooHigh';
|
|
4704
4694
|
}
|
|
4705
4695
|
|
|
4706
|
-
/** @name PalletOperationalAccountsOperationalAccount (
|
|
4696
|
+
/** @name PalletOperationalAccountsOperationalAccount (546) */
|
|
4707
4697
|
interface PalletOperationalAccountsOperationalAccount extends Struct {
|
|
4708
4698
|
readonly vaultAccount: AccountId32;
|
|
4709
4699
|
readonly miningAccount: AccountId32;
|
|
@@ -4727,13 +4717,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
4727
4717
|
readonly isOperationallyCertified: bool;
|
|
4728
4718
|
}
|
|
4729
4719
|
|
|
4730
|
-
/** @name PalletOperationalAccountsRewardsConfig (
|
|
4720
|
+
/** @name PalletOperationalAccountsRewardsConfig (547) */
|
|
4731
4721
|
interface PalletOperationalAccountsRewardsConfig extends Struct {
|
|
4732
4722
|
readonly operationalCertificationReward: Compact<u128>;
|
|
4733
4723
|
readonly operationalCertificationBonusReward: Compact<u128>;
|
|
4734
4724
|
}
|
|
4735
4725
|
|
|
4736
|
-
/** @name PalletOperationalAccountsError (
|
|
4726
|
+
/** @name PalletOperationalAccountsError (548) */
|
|
4737
4727
|
interface PalletOperationalAccountsError extends Enum {
|
|
4738
4728
|
readonly isAlreadyRegistered: boolean;
|
|
4739
4729
|
readonly isInvalidRegistrationSubmitter: boolean;
|
|
@@ -4778,12 +4768,12 @@ declare module '@polkadot/types/lookup' {
|
|
|
4778
4768
|
| 'InvalidName';
|
|
4779
4769
|
}
|
|
4780
4770
|
|
|
4781
|
-
/** @name PalletEthereumVerifierFinalizedBeaconHeaderState (
|
|
4771
|
+
/** @name PalletEthereumVerifierFinalizedBeaconHeaderState (549) */
|
|
4782
4772
|
interface PalletEthereumVerifierFinalizedBeaconHeaderState extends Struct {
|
|
4783
4773
|
readonly slot: Compact<u64>;
|
|
4784
4774
|
}
|
|
4785
4775
|
|
|
4786
|
-
/** @name PalletEthereumVerifierExecutionHeaderAnchor (
|
|
4776
|
+
/** @name PalletEthereumVerifierExecutionHeaderAnchor (550) */
|
|
4787
4777
|
interface PalletEthereumVerifierExecutionHeaderAnchor extends Struct {
|
|
4788
4778
|
readonly blockNumber: Compact<u64>;
|
|
4789
4779
|
readonly timestampMillis: Compact<u64>;
|
|
@@ -4793,44 +4783,44 @@ declare module '@polkadot/types/lookup' {
|
|
|
4793
4783
|
readonly receiptsRoot: H256;
|
|
4794
4784
|
}
|
|
4795
4785
|
|
|
4796
|
-
/** @name PalletEthereumVerifierSyncCommitteePrepared (
|
|
4786
|
+
/** @name PalletEthereumVerifierSyncCommitteePrepared (551) */
|
|
4797
4787
|
interface PalletEthereumVerifierSyncCommitteePrepared extends Struct {
|
|
4798
4788
|
readonly root: H256;
|
|
4799
4789
|
readonly pubkeys: Vec<SnowbridgeMilagroBlsKeysPublicKey>;
|
|
4800
4790
|
readonly aggregatePubkey: SnowbridgeMilagroBlsKeysPublicKey;
|
|
4801
4791
|
}
|
|
4802
4792
|
|
|
4803
|
-
/** @name SnowbridgeMilagroBlsKeysPublicKey (
|
|
4793
|
+
/** @name SnowbridgeMilagroBlsKeysPublicKey (553) */
|
|
4804
4794
|
interface SnowbridgeMilagroBlsKeysPublicKey extends Struct {
|
|
4805
4795
|
readonly point: SnowbridgeAmclBls381Ecp;
|
|
4806
4796
|
}
|
|
4807
4797
|
|
|
4808
|
-
/** @name SnowbridgeAmclBls381Ecp (
|
|
4798
|
+
/** @name SnowbridgeAmclBls381Ecp (554) */
|
|
4809
4799
|
interface SnowbridgeAmclBls381Ecp extends Struct {
|
|
4810
4800
|
readonly x: SnowbridgeAmclBls381Fp;
|
|
4811
4801
|
readonly y: SnowbridgeAmclBls381Fp;
|
|
4812
4802
|
readonly z: SnowbridgeAmclBls381Fp;
|
|
4813
4803
|
}
|
|
4814
4804
|
|
|
4815
|
-
/** @name SnowbridgeAmclBls381Fp (
|
|
4805
|
+
/** @name SnowbridgeAmclBls381Fp (555) */
|
|
4816
4806
|
interface SnowbridgeAmclBls381Fp extends Struct {
|
|
4817
4807
|
readonly x: SnowbridgeAmclBls381Big;
|
|
4818
4808
|
readonly xes: i32;
|
|
4819
4809
|
}
|
|
4820
4810
|
|
|
4821
|
-
/** @name SnowbridgeAmclBls381Big (
|
|
4811
|
+
/** @name SnowbridgeAmclBls381Big (556) */
|
|
4822
4812
|
interface SnowbridgeAmclBls381Big extends Struct {
|
|
4823
4813
|
readonly w: Vec<i32>;
|
|
4824
4814
|
}
|
|
4825
4815
|
|
|
4826
|
-
/** @name ArgonPrimitivesEthereumEthereumBeaconPreset (
|
|
4816
|
+
/** @name ArgonPrimitivesEthereumEthereumBeaconPreset (560) */
|
|
4827
4817
|
interface ArgonPrimitivesEthereumEthereumBeaconPreset extends Enum {
|
|
4828
4818
|
readonly isMainnet: boolean;
|
|
4829
4819
|
readonly isMinimal: boolean;
|
|
4830
4820
|
readonly type: 'Mainnet' | 'Minimal';
|
|
4831
4821
|
}
|
|
4832
4822
|
|
|
4833
|
-
/** @name PalletEthereumVerifierError (
|
|
4823
|
+
/** @name PalletEthereumVerifierError (561) */
|
|
4834
4824
|
interface PalletEthereumVerifierError extends Enum {
|
|
4835
4825
|
readonly isSkippedSyncCommitteePeriod: boolean;
|
|
4836
4826
|
readonly isSyncCommitteeUpdateRequired: boolean;
|
|
@@ -4883,7 +4873,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
4883
4873
|
| 'Halted';
|
|
4884
4874
|
}
|
|
4885
4875
|
|
|
4886
|
-
/** @name PalletCrosschainTransferAccountTransferTotals (
|
|
4876
|
+
/** @name PalletCrosschainTransferAccountTransferTotals (562) */
|
|
4887
4877
|
interface PalletCrosschainTransferAccountTransferTotals extends Struct {
|
|
4888
4878
|
readonly microgonsIn: u128;
|
|
4889
4879
|
readonly microgonsOut: u128;
|
|
@@ -4895,21 +4885,21 @@ declare module '@polkadot/types/lookup' {
|
|
|
4895
4885
|
readonly argonotTransfersOutCount: Compact<u32>;
|
|
4896
4886
|
}
|
|
4897
4887
|
|
|
4898
|
-
/** @name PalletCrosschainTransferGlobalIssuanceCouncil (
|
|
4888
|
+
/** @name PalletCrosschainTransferGlobalIssuanceCouncil (564) */
|
|
4899
4889
|
interface PalletCrosschainTransferGlobalIssuanceCouncil extends Struct {
|
|
4900
4890
|
readonly epochMicrogonsPerArgonot: u128;
|
|
4901
4891
|
readonly members: BTreeMap<H160, PalletCrosschainTransferGlobalIssuanceCouncilMember>;
|
|
4902
4892
|
readonly totalWeight: u128;
|
|
4903
4893
|
}
|
|
4904
4894
|
|
|
4905
|
-
/** @name PalletCrosschainTransferGlobalIssuanceCouncilMember (
|
|
4895
|
+
/** @name PalletCrosschainTransferGlobalIssuanceCouncilMember (566) */
|
|
4906
4896
|
interface PalletCrosschainTransferGlobalIssuanceCouncilMember extends Struct {
|
|
4907
4897
|
readonly accountId: AccountId32;
|
|
4908
4898
|
readonly signer: H160;
|
|
4909
4899
|
readonly weight: u128;
|
|
4910
4900
|
}
|
|
4911
4901
|
|
|
4912
|
-
/** @name PalletCrosschainTransferCouncilApprovalQueueEntry (
|
|
4902
|
+
/** @name PalletCrosschainTransferCouncilApprovalQueueEntry (571) */
|
|
4913
4903
|
interface PalletCrosschainTransferCouncilApprovalQueueEntry extends Struct {
|
|
4914
4904
|
readonly approvingCouncilHash: H256;
|
|
4915
4905
|
readonly target: PalletCrosschainTransferCouncilApprovalTargetId;
|
|
@@ -4921,7 +4911,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
4921
4911
|
readonly signatures: BTreeMap<H160, U8aFixed>;
|
|
4922
4912
|
}
|
|
4923
4913
|
|
|
4924
|
-
/** @name PalletCrosschainTransferMintingAuthority (
|
|
4914
|
+
/** @name PalletCrosschainTransferMintingAuthority (576) */
|
|
4925
4915
|
interface PalletCrosschainTransferMintingAuthority extends Struct {
|
|
4926
4916
|
readonly accountId: AccountId32;
|
|
4927
4917
|
readonly destinationChain: PalletCrosschainTransferSourceChain;
|
|
@@ -4938,7 +4928,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
4938
4928
|
readonly deactivationApprovalQueueNonce: Option<u64>;
|
|
4939
4929
|
}
|
|
4940
4930
|
|
|
4941
|
-
/** @name PalletCrosschainTransferMintingAuthorityState (
|
|
4931
|
+
/** @name PalletCrosschainTransferMintingAuthorityState (577) */
|
|
4942
4932
|
interface PalletCrosschainTransferMintingAuthorityState extends Enum {
|
|
4943
4933
|
readonly isPendingActivation: boolean;
|
|
4944
4934
|
readonly isActive: boolean;
|
|
@@ -4946,7 +4936,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
4946
4936
|
readonly type: 'PendingActivation' | 'Active' | 'Deactivating';
|
|
4947
4937
|
}
|
|
4948
4938
|
|
|
4949
|
-
/** @name PalletCrosschainTransferTransferOutTransferOutOfArgon (
|
|
4939
|
+
/** @name PalletCrosschainTransferTransferOutTransferOutOfArgon (579) */
|
|
4950
4940
|
interface PalletCrosschainTransferTransferOutTransferOutOfArgon extends Struct {
|
|
4951
4941
|
readonly argonAccountId: AccountId32;
|
|
4952
4942
|
readonly argonTransferNonce: Compact<u64>;
|
|
@@ -4965,7 +4955,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
4965
4955
|
readonly state: PalletCrosschainTransferTransferOutTransferOutState;
|
|
4966
4956
|
}
|
|
4967
4957
|
|
|
4968
|
-
/** @name PalletCrosschainTransferTransferOutMintingAuthorityTransferReservation (
|
|
4958
|
+
/** @name PalletCrosschainTransferTransferOutMintingAuthorityTransferReservation (581) */
|
|
4969
4959
|
interface PalletCrosschainTransferTransferOutMintingAuthorityTransferReservation extends Struct {
|
|
4970
4960
|
readonly microgonCollateral: u128;
|
|
4971
4961
|
readonly micronotCollateral: u128;
|
|
@@ -4973,27 +4963,27 @@ declare module '@polkadot/types/lookup' {
|
|
|
4973
4963
|
readonly signature: U8aFixed;
|
|
4974
4964
|
}
|
|
4975
4965
|
|
|
4976
|
-
/** @name PalletCrosschainTransferTransferOutTransferOutState (
|
|
4966
|
+
/** @name PalletCrosschainTransferTransferOutTransferOutState (585) */
|
|
4977
4967
|
interface PalletCrosschainTransferTransferOutTransferOutState extends Enum {
|
|
4978
4968
|
readonly isStarted: boolean;
|
|
4979
4969
|
readonly isReady: boolean;
|
|
4980
4970
|
readonly type: 'Started' | 'Ready';
|
|
4981
4971
|
}
|
|
4982
4972
|
|
|
4983
|
-
/** @name PalletCrosschainTransferTransferOutPendingCollateralizationRequest (
|
|
4973
|
+
/** @name PalletCrosschainTransferTransferOutPendingCollateralizationRequest (587) */
|
|
4984
4974
|
interface PalletCrosschainTransferTransferOutPendingCollateralizationRequest extends Struct {
|
|
4985
4975
|
readonly transferId: H256;
|
|
4986
4976
|
readonly remainingCollateral: u128;
|
|
4987
4977
|
readonly remainingMintingAuthorityTip: u128;
|
|
4988
4978
|
}
|
|
4989
4979
|
|
|
4990
|
-
/** @name PalletCrosschainTransferSourceChainCirculation (
|
|
4980
|
+
/** @name PalletCrosschainTransferSourceChainCirculation (589) */
|
|
4991
4981
|
interface PalletCrosschainTransferSourceChainCirculation extends Struct {
|
|
4992
4982
|
readonly argonCirculation: u128;
|
|
4993
4983
|
readonly argonotCirculation: u128;
|
|
4994
4984
|
}
|
|
4995
4985
|
|
|
4996
|
-
/** @name PalletCrosschainTransferError (
|
|
4986
|
+
/** @name PalletCrosschainTransferError (590) */
|
|
4997
4987
|
interface PalletCrosschainTransferError extends Enum {
|
|
4998
4988
|
readonly isInvalidTransferToArgonActivity: boolean;
|
|
4999
4989
|
readonly isNoGatewayProofBlocksProvided: boolean;
|
|
@@ -5108,7 +5098,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
5108
5098
|
| 'CouncilSignerRotationPending';
|
|
5109
5099
|
}
|
|
5110
5100
|
|
|
5111
|
-
/** @name PalletBootstrapError (
|
|
5101
|
+
/** @name PalletBootstrapError (592) */
|
|
5112
5102
|
interface PalletBootstrapError extends Enum {
|
|
5113
5103
|
readonly isEncryptedPayloadTooLong: boolean;
|
|
5114
5104
|
readonly isInvalidRecoveryProof: boolean;
|
|
@@ -5119,45 +5109,45 @@ declare module '@polkadot/types/lookup' {
|
|
|
5119
5109
|
| 'EndpointOwnedByAnotherAccount';
|
|
5120
5110
|
}
|
|
5121
5111
|
|
|
5122
|
-
/** @name FrameSystemExtensionsAuthorizeCall (
|
|
5112
|
+
/** @name FrameSystemExtensionsAuthorizeCall (595) */
|
|
5123
5113
|
type FrameSystemExtensionsAuthorizeCall = Null;
|
|
5124
5114
|
|
|
5125
|
-
/** @name FrameSystemExtensionsCheckNonZeroSender (
|
|
5115
|
+
/** @name FrameSystemExtensionsCheckNonZeroSender (596) */
|
|
5126
5116
|
type FrameSystemExtensionsCheckNonZeroSender = Null;
|
|
5127
5117
|
|
|
5128
|
-
/** @name FrameSystemExtensionsCheckSpecVersion (
|
|
5118
|
+
/** @name FrameSystemExtensionsCheckSpecVersion (597) */
|
|
5129
5119
|
type FrameSystemExtensionsCheckSpecVersion = Null;
|
|
5130
5120
|
|
|
5131
|
-
/** @name FrameSystemExtensionsCheckTxVersion (
|
|
5121
|
+
/** @name FrameSystemExtensionsCheckTxVersion (598) */
|
|
5132
5122
|
type FrameSystemExtensionsCheckTxVersion = Null;
|
|
5133
5123
|
|
|
5134
|
-
/** @name FrameSystemExtensionsCheckGenesis (
|
|
5124
|
+
/** @name FrameSystemExtensionsCheckGenesis (599) */
|
|
5135
5125
|
type FrameSystemExtensionsCheckGenesis = Null;
|
|
5136
5126
|
|
|
5137
|
-
/** @name FrameSystemExtensionsCheckNonce (
|
|
5127
|
+
/** @name FrameSystemExtensionsCheckNonce (602) */
|
|
5138
5128
|
interface FrameSystemExtensionsCheckNonce extends Compact<u32> {}
|
|
5139
5129
|
|
|
5140
|
-
/** @name FrameSystemExtensionsCheckWeight (
|
|
5130
|
+
/** @name FrameSystemExtensionsCheckWeight (603) */
|
|
5141
5131
|
type FrameSystemExtensionsCheckWeight = Null;
|
|
5142
5132
|
|
|
5143
|
-
/** @name PalletTransactionPaymentChargeTransactionPayment (
|
|
5133
|
+
/** @name PalletTransactionPaymentChargeTransactionPayment (604) */
|
|
5144
5134
|
interface PalletTransactionPaymentChargeTransactionPayment extends Compact<u128> {}
|
|
5145
5135
|
|
|
5146
|
-
/** @name FrameMetadataHashExtensionCheckMetadataHash (
|
|
5136
|
+
/** @name FrameMetadataHashExtensionCheckMetadataHash (605) */
|
|
5147
5137
|
interface FrameMetadataHashExtensionCheckMetadataHash extends Struct {
|
|
5148
5138
|
readonly mode: FrameMetadataHashExtensionMode;
|
|
5149
5139
|
}
|
|
5150
5140
|
|
|
5151
|
-
/** @name FrameMetadataHashExtensionMode (
|
|
5141
|
+
/** @name FrameMetadataHashExtensionMode (606) */
|
|
5152
5142
|
interface FrameMetadataHashExtensionMode extends Enum {
|
|
5153
5143
|
readonly isDisabled: boolean;
|
|
5154
5144
|
readonly isEnabled: boolean;
|
|
5155
5145
|
readonly type: 'Disabled' | 'Enabled';
|
|
5156
5146
|
}
|
|
5157
5147
|
|
|
5158
|
-
/** @name FrameSystemExtensionsWeightReclaim (
|
|
5148
|
+
/** @name FrameSystemExtensionsWeightReclaim (607) */
|
|
5159
5149
|
type FrameSystemExtensionsWeightReclaim = Null;
|
|
5160
5150
|
|
|
5161
|
-
/** @name ArgonRuntimeRuntime (
|
|
5151
|
+
/** @name ArgonRuntimeRuntime (609) */
|
|
5162
5152
|
type ArgonRuntimeRuntime = Null;
|
|
5163
5153
|
} // declare module
|