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