@argonprotocol/mainchain 1.4.3-dev.a18227d4 → 1.4.3-dev.caca6309

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.
Files changed (41) hide show
  1. package/browser/index.d.ts +921 -165
  2. package/browser/index.js +1117 -2
  3. package/browser/index.js.map +1 -1
  4. package/lib/chunk-3KFMHNNJ.cjs +706 -0
  5. package/lib/chunk-3KFMHNNJ.cjs.map +1 -0
  6. package/lib/chunk-D3FCDADJ.cjs +175 -0
  7. package/lib/chunk-D3FCDADJ.cjs.map +1 -0
  8. package/lib/chunk-RF6NOJOR.js +706 -0
  9. package/lib/chunk-RF6NOJOR.js.map +1 -0
  10. package/lib/chunk-YPXWOFUS.js +175 -0
  11. package/lib/chunk-YPXWOFUS.js.map +1 -0
  12. package/lib/index.cjs +1148 -3
  13. package/lib/index.cjs.map +1 -1
  14. package/lib/index.d.cts +921 -165
  15. package/lib/index.d.ts +921 -165
  16. package/lib/index.js +1147 -2
  17. package/lib/index.js.map +1 -1
  18. package/lib/lib-CU2JUZW6.cjs +403 -0
  19. package/lib/lib-CU2JUZW6.cjs.map +1 -0
  20. package/lib/lib-P3PEMYOB.js +403 -0
  21. package/lib/lib-P3PEMYOB.js.map +1 -0
  22. package/lib/setPreset-NCTHSXWD.js +15 -0
  23. package/lib/setPreset-NCTHSXWD.js.map +1 -0
  24. package/lib/setPreset-XHOPATBO.cjs +15 -0
  25. package/lib/setPreset-XHOPATBO.cjs.map +1 -0
  26. package/package.json +31 -25
  27. package/src/interfaces/augment-api-consts.ts +603 -0
  28. package/src/interfaces/augment-api-errors.ts +1175 -0
  29. package/src/interfaces/augment-api-events.ts +1816 -0
  30. package/src/interfaces/augment-api-query.ts +1545 -0
  31. package/src/interfaces/augment-api-rpc.ts +1133 -0
  32. package/src/interfaces/augment-api-runtime.ts +332 -0
  33. package/src/interfaces/augment-api-tx.ts +2184 -0
  34. package/src/interfaces/augment-api.ts +10 -0
  35. package/src/interfaces/augment-types.ts +2688 -0
  36. package/src/interfaces/definitions.ts +57 -0
  37. package/src/interfaces/ethereum/index.ts +4 -0
  38. package/src/interfaces/ethereum/types.ts +54 -0
  39. package/src/interfaces/lookup.ts +3768 -0
  40. package/src/interfaces/registry.ts +558 -0
  41. package/src/interfaces/types-lookup.ts +4345 -0
@@ -1,11 +1,11 @@
1
1
  import { ApiTypes, AugmentedConst, AugmentedError, AugmentedEvent, AugmentedQuery, AugmentedSubmittable, SubmittableExtrinsic, AugmentedCall } from '@polkadot/api-base/types';
2
- import { u128, u32, u64, u16, u8, bool, Bytes, Vec, Option, i128, U8aFixed, Result, Null, BTreeSet, BTreeMap, Compact, Text, HashMap, U256, U64, f64, Json, BitVec, Bool, f32, F32, F64, I128, i16, I16, i256, I256, i32, I32, i64, I64, i8, I8, isize, ISize, OptionBool, Raw, Type, U128, U16, u256, U32, U8, usize, USize, Struct, Enum } from '@polkadot/types-codec';
2
+ import { u128, u32, u64, bool, u16, u8, Bytes, Vec, Option, i128, U8aFixed, Result, Null, BTreeSet, BTreeMap, Compact, Text, HashMap, U256, U64, f64, Json, Enum, Struct, BitVec, Bool, f32, F32, F64, I128, i16, I16, i256, I256, i32, I32, i64, I64, i8, I8, isize, ISize, OptionBool, Raw, Type, U128, U16, u256, U32, U8, usize, USize } from '@polkadot/types-codec';
3
3
  export { BTreeMap, Bool, Bytes, Compact, Enum, Null, Option, Range, Result, Struct, Text, Tuple, U256, U8aFixed, Vec, bool, i128, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
4
4
  import { ITuple, AnyNumber, IMethod, Codec } from '@polkadot/types-codec/types';
5
5
  export { Codec, ITuple } from '@polkadot/types-codec/types';
6
- import { Percent, AccountId32, H256, MultiAddress, Call, Hash, SignedBlock, BlockNumber, Header, StorageData, AccountId, Justification, H160, H64, KeyValue, Index, Block, ExtrinsicInclusionMode, Balance, Weight, AccountId20, AccountId33, AccountIdOf, AccountIndex, Address, AssetId, BalanceOf, BlockNumberFor, BlockNumberOf, CallHash, CallHashOf, ChangesTrieConfiguration, ChangesTrieSignal, CodecHash, Consensus, ConsensusEngineId, CrateVersion, Digest, DigestItem, EncodedJustification, ExtrinsicsWeight, Fixed128, Fixed64, FixedI128, FixedI64, FixedU128, FixedU64, H1024, H128, H2048, H32, H512, HeaderPartial, I32F32, IndicesLookupSource, Justifications, KeyTypeId, LockIdentifier, LookupSource, LookupTarget, ModuleId, Moment, MultiSigner, OpaqueCall, Origin, OriginCaller, PalletId, PalletsOrigin, PalletVersion, Pays, Perbill, Permill, Perquintill, PerU16, Phantom, PhantomData, PreRuntime, Releases, RuntimeCall, RuntimeDbWeight, RuntimeEvent, Seal, SealV0, SignedBlockWithJustification, SignedBlockWithJustifications, Slot, SlotDuration, StorageInfo, StorageProof, TransactionInfo, TransactionLongevity, TransactionPriority, TransactionStorageProof, TransactionTag, U32F32, ValidatorId, ValidatorIdOf, WeightMultiplier, WeightV0, WeightV1, WeightV2 } from '@polkadot/types/interfaces/runtime';
6
+ import { AccountId32, Percent, H256, H160, MultiAddress, Call, Hash, SignedBlock, BlockNumber, Header, StorageData, AccountId, Justification, H64, KeyValue, Index, Block, ExtrinsicInclusionMode, Balance, Weight, AccountId20, AccountId33, AccountIdOf, AccountIndex, Address, AssetId, BalanceOf, BlockNumberFor, BlockNumberOf, CallHash, CallHashOf, ChangesTrieConfiguration, ChangesTrieSignal, CodecHash, Consensus, ConsensusEngineId, CrateVersion, Digest, DigestItem, EncodedJustification, ExtrinsicsWeight, Fixed128, Fixed64, FixedI128, FixedI64, FixedU128, FixedU64, H1024, H128, H2048, H32, H512, HeaderPartial, I32F32, IndicesLookupSource, Justifications, KeyTypeId, LockIdentifier, LookupSource, LookupTarget, ModuleId, Moment, MultiSigner, OpaqueCall, Origin, OriginCaller, PalletId, PalletsOrigin, PalletVersion, Pays, Perbill, Permill, Perquintill, PerU16, Phantom, PhantomData, PreRuntime, Releases, RuntimeCall, RuntimeDbWeight, RuntimeEvent, Seal, SealV0, SignedBlockWithJustification, SignedBlockWithJustifications, Slot, SlotDuration, StorageInfo, StorageProof, TransactionInfo, TransactionLongevity, TransactionPriority, TransactionStorageProof, TransactionTag, U32F32, ValidatorId, ValidatorIdOf, WeightMultiplier, WeightV0, WeightV1, WeightV2 } from '@polkadot/types/interfaces/runtime';
7
7
  export { AccountId, AccountId32, Block, Call, H160, H256, Header, MultiAddress, Permill, SignedBlock } from '@polkadot/types/interfaces/runtime';
8
- import { FrameSupportPalletId, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, SpWeightsRuntimeDbWeight, SpVersionRuntimeVersion, ArgonRuntimeRuntimeHoldReason, FrameSupportTokensMiscBalanceStatus, PalletBalancesUnexpectedKind, SpRuntimeDispatchError, ArgonPrimitivesBitcoinUtxoRef, ArgonPrimitivesBitcoinBitcoinRejectedReason, ArgonPrimitivesBlockSealBlockPayout, PalletDomainsDomainRegistration, ArgonPrimitivesDomainZoneRecord, ArgonRuntimeOriginCaller, SpConsensusGrandpaAppPublic, ArgonPrimitivesBlockSealMiningRegistration, PalletMintMintType, PalletMultisigTimepoint, ArgonPrimitivesNotaryNotaryRecord, ArgonPrimitivesNotaryNotaryMeta, ArgonNotaryAuditErrorVerifyError, ArgonPrimitivesProvidersOperationalRewardKind, PalletProxyDepositKind, ArgonRuntimeProxyType, FrameSystemDispatchEventInfo, PalletTreasuryBondReleaseReason, PalletBalancesAccountData, FrameSupportTokensMiscIdAmountRuntimeFreezeReason, FrameSupportTokensMiscIdAmountRuntimeHoldReason, PalletBalancesBalanceLock, PalletBalancesReserveData, PalletBitcoinLocksLockReleaseRequest, PalletBitcoinLocksLockedBitcoin, PalletBitcoinLocksOrphanedUtxo, ArgonPrimitivesBitcoinBitcoinNetwork, ArgonPrimitivesBitcoinBitcoinBlock, ArgonPrimitivesBitcoinUtxoValue, ArgonPrimitivesForkPower, ArgonPrimitivesProvidersBlockSealerInfo, ArgonPrimitivesInherentsBlockSealInherent, ArgonPrimitivesDigestsBlockVoteDigest, ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails, ArgonPrimitivesDigestsDigestset, PalletGrandpaStoredPendingChange, PalletGrandpaStoredState, PalletLocalchainTransferQueuedTransferOut, ArgonPrimitivesBlockSealMiningBidStats, PalletMiningSlotMinerNonceScoring, ArgonPrimitivesBlockSealMiningSlotConfig, ArgonPrimitivesDigestsFrameInfo, PalletMintMintAction, PalletMultisigMultisig, ArgonPrimitivesBalanceChangeAccountOrigin, ArgonPrimitivesDigestsNotebookDigest, ArgonPrimitivesNotaryNotaryNotebookKeyDetails, PalletOperationalAccountsOperationalAccount, PalletOperationalAccountsRewardsConfig, PalletPriceIndexPriceIndex, PalletPriceIndexCpiMeasurementBucket, PalletProxyAnnouncement, PalletProxyProxyDefinition, FrameSystemAccountInfo, FrameSystemCodeUpgradeAuthorization, FrameSupportDispatchPerDispatchClassWeight, SpRuntimeDigest, FrameSystemEventRecord, FrameSystemPhase, SpWeightsWeightV2Weight, FrameSystemLastRuntimeUpgradeInfo, ArgonPrimitivesTickTicker, PalletTransactionPaymentReleases, FrameSupportTokensFungibleImbalance, PalletTreasuryBondLot, PalletTreasuryBondLotSummary, PalletTreasuryFrameVaultCapital, PalletVaultsRecentCapacityDrop, PalletVaultsVaultFrameRevenue, ArgonPrimitivesVault, ArgonPrimitivesBitcoinBitcoinXPub, PalletBalancesAdjustmentDirection, ArgonPrimitivesBitcoinCompressedBitcoinPubkey, PalletBitcoinLocksLockOptions, ArgonPrimitivesBitcoinH256Le, ArgonPrimitivesInherentsBitcoinUtxoSync, SpConsensusGrandpaEquivocationProof, SpCoreVoid, ArgonRuntimeSessionKeys, ArgonPrimitivesNotebookSignedNotebookHeader, PalletOperationalAccountsOperationalProgressPatch, PalletOperationalAccountsRegistration, PalletVaultsVaultConfig, ArgonPrimitivesVaultVaultTerms, ArgonPrimitivesBitcoinOpaqueBitcoinXpub } from '@polkadot/types/lookup';
8
+ import { FrameSupportPalletId, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, SpWeightsRuntimeDbWeight, SpVersionRuntimeVersion, ArgonRuntimeRuntimeHoldReason, FrameSupportTokensMiscBalanceStatus, PalletBalancesUnexpectedKind, SpRuntimeDispatchError, ArgonPrimitivesBitcoinUtxoRef, ArgonPrimitivesBitcoinBitcoinRejectedReason, ArgonPrimitivesBlockSealBlockPayout, PalletCrosschainTransferSourceChain, PalletCrosschainTransferBurnNotice, PalletDomainsDomainRegistration, ArgonPrimitivesDomainZoneRecord, PalletEthereumVerifierBasicOperatingMode, ArgonRuntimeOriginCaller, SpConsensusGrandpaAppPublic, ArgonPrimitivesBlockSealMiningRegistration, PalletMintMintType, PalletMultisigTimepoint, ArgonPrimitivesNotaryNotaryRecord, ArgonPrimitivesNotaryNotaryMeta, ArgonNotaryAuditErrorVerifyError, ArgonPrimitivesProvidersOperationalRewardKind, PalletProxyDepositKind, ArgonRuntimeProxyType, FrameSystemDispatchEventInfo, PalletTreasuryBondReleaseReason, PalletBalancesAccountData, FrameSupportTokensMiscIdAmountRuntimeFreezeReason, FrameSupportTokensMiscIdAmountRuntimeHoldReason, PalletBalancesBalanceLock, PalletBalancesReserveData, PalletBitcoinLocksLockReleaseRequest, PalletBitcoinLocksLockedBitcoin, PalletBitcoinLocksOrphanedUtxo, ArgonPrimitivesBitcoinBitcoinNetwork, ArgonPrimitivesBitcoinBitcoinBlock, ArgonPrimitivesBitcoinUtxoValue, ArgonPrimitivesForkPower, ArgonPrimitivesProvidersBlockSealerInfo, ArgonPrimitivesInherentsBlockSealInherent, ArgonPrimitivesDigestsBlockVoteDigest, ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails, PalletCrosschainTransferChainConfig, ArgonPrimitivesDigestsDigestset, SnowbridgeBeaconPrimitivesSyncCommitteePrepared, PalletEthereumVerifierExecutionHeaderAnchor, PalletEthereumVerifierFinalizedBeaconHeaderState, PalletEthereumVerifierForkVersions, PalletGrandpaStoredPendingChange, PalletGrandpaStoredState, PalletLocalchainTransferQueuedTransferOut, ArgonPrimitivesBlockSealMiningBidStats, PalletMiningSlotMinerNonceScoring, ArgonPrimitivesBlockSealMiningSlotConfig, ArgonPrimitivesDigestsFrameInfo, PalletMintMintAction, PalletMultisigMultisig, ArgonPrimitivesBalanceChangeAccountOrigin, ArgonPrimitivesDigestsNotebookDigest, ArgonPrimitivesNotaryNotaryNotebookKeyDetails, PalletOperationalAccountsOperationalAccount, PalletOperationalAccountsRewardsConfig, PalletPriceIndexPriceIndex, PalletPriceIndexCpiMeasurementBucket, PalletProxyAnnouncement, PalletProxyProxyDefinition, FrameSystemAccountInfo, FrameSystemCodeUpgradeAuthorization, FrameSupportDispatchPerDispatchClassWeight, SpRuntimeDigest, FrameSystemEventRecord, FrameSystemPhase, SpWeightsWeightV2Weight, FrameSystemLastRuntimeUpgradeInfo, ArgonPrimitivesTickTicker, PalletTransactionPaymentReleases, FrameSupportTokensFungibleImbalance, PalletTreasuryBondLot, PalletTreasuryBondLotSummary, PalletTreasuryFrameVaultCapital, PalletVaultsRecentCapacityDrop, PalletVaultsVaultFrameRevenue, ArgonPrimitivesVault, ArgonPrimitivesBitcoinBitcoinXPub, PalletBalancesAdjustmentDirection, ArgonPrimitivesBitcoinCompressedBitcoinPubkey, PalletBitcoinLocksLockOptions, ArgonPrimitivesBitcoinH256Le, ArgonPrimitivesInherentsBitcoinUtxoSync, PalletCrosschainTransferTransferProof, PalletEthereumVerifierCheckpointUpdate, PalletEthereumVerifierExecutionProof, PalletEthereumVerifierUpdate, SpConsensusGrandpaEquivocationProof, SpCoreVoid, ArgonRuntimeSessionKeys, ArgonPrimitivesNotebookSignedNotebookHeader, PalletOperationalAccountsOperationalProgressPatch, PalletOperationalAccountsRegistration, PalletVaultsVaultConfig, ArgonPrimitivesVaultVaultTerms, ArgonPrimitivesBitcoinOpaqueBitcoinXpub, ArgonPrimitivesEthereumEthereumLog as ArgonPrimitivesEthereumEthereumLog$1, ArgonPrimitivesEthereumEthereumProof as ArgonPrimitivesEthereumEthereumProof$1 } from '@polkadot/types/lookup';
9
9
  export * from '@polkadot/types/lookup';
10
10
  import { Observable, IExtrinsic } from '@polkadot/types/types';
11
11
  import { AugmentedRpc } from '@polkadot/rpc-core/types';
@@ -98,6 +98,8 @@ export { IExtrinsic, ISignerPayload, ISubmittableResult, Signer, SignerResult }
98
98
  import { GenericEvent } from '@polkadot/types/generic';
99
99
  export { GenericAddress, GenericBlock, GenericEvent } from '@polkadot/types/generic';
100
100
  import BigNumber from 'bignumber.js';
101
+ import * as __artifacts_contracts_MintingGateway_sol_artifacts_js from './artifacts/contracts/MintingGateway.sol/artifacts.js';
102
+ import { Hex, createPublicClient } from 'viem';
101
103
  export { hexToU8a, u8aEq, u8aToHex } from '@polkadot/util';
102
104
 
103
105
  declare module '@polkadot/api-base/types/consts' {
@@ -241,6 +243,27 @@ declare module '@polkadot/api-base/types/consts' {
241
243
  **/
242
244
  targetBlockVotes: u128 & AugmentedConst<ApiType>;
243
245
  };
246
+ crosschainTransfer: {
247
+ /**
248
+ * Canonical Ethereum burn-accounting account representing funds moved to Ethereum.
249
+ **/
250
+ ethereumBurnAccount: AccountId32 & AugmentedConst<ApiType>;
251
+ /**
252
+ * Retention window, in ticks, for recent Argon transfer evidence used by operational
253
+ * accounts.
254
+ **/
255
+ recentTransferRetentionTicks: u64 & AugmentedConst<ApiType>;
256
+ };
257
+ ethereumVerifier: {
258
+ /**
259
+ * Whether the read-only event-log verification API is enabled.
260
+ **/
261
+ eventLogVerifierEnabled: bool & AugmentedConst<ApiType>;
262
+ /**
263
+ * Minimum gap between finalized headers for an update to be free.
264
+ **/
265
+ freeHeadersInterval: u32 & AugmentedConst<ApiType>;
266
+ };
244
267
  grandpa: {
245
268
  /**
246
269
  * Max Authorities in use
@@ -1005,6 +1028,48 @@ declare module '@polkadot/api-base/types/errors' {
1005
1028
  **/
1006
1029
  MaxNotebooksAtTickExceeded: AugmentedError<ApiType>;
1007
1030
  };
1031
+ crosschainTransfer: {
1032
+ /**
1033
+ * The burn account lacks enough balance for the payout.
1034
+ **/
1035
+ InsufficientLiquidity: AugmentedError<ApiType>;
1036
+ /**
1037
+ * The claimed amount was zero or too large for the local balance type.
1038
+ **/
1039
+ InvalidAmount: AugmentedError<ApiType>;
1040
+ /**
1041
+ * The configured source-chain shape is incomplete or malformed.
1042
+ **/
1043
+ InvalidChainConfig: AugmentedError<ApiType>;
1044
+ /**
1045
+ * The Ethereum event topics or payload do not match `BurnForTransfer`.
1046
+ **/
1047
+ InvalidEthereumEvent: AugmentedError<ApiType>;
1048
+ /**
1049
+ * The Ethereum verifier rejected the supplied proof.
1050
+ **/
1051
+ InvalidProof: AugmentedError<ApiType>;
1052
+ /**
1053
+ * The destination account bytes could not be decoded into a local account id.
1054
+ **/
1055
+ InvalidRecipient: AugmentedError<ApiType>;
1056
+ /**
1057
+ * The claim nonce is not exactly the next accepted nonce for the source account.
1058
+ **/
1059
+ UnexpectedNonce: AugmentedError<ApiType>;
1060
+ /**
1061
+ * The gateway does not match the active or still-accepted previous release.
1062
+ **/
1063
+ UnsupportedGateway: AugmentedError<ApiType>;
1064
+ /**
1065
+ * The source chain is not configured for inbound claims.
1066
+ **/
1067
+ UnsupportedSource: AugmentedError<ApiType>;
1068
+ /**
1069
+ * The token is not supported under the matched gateway release.
1070
+ **/
1071
+ UnsupportedToken: AugmentedError<ApiType>;
1072
+ };
1008
1073
  digests: {
1009
1074
  /**
1010
1075
  * Failed to decode digests
@@ -1081,6 +1146,38 @@ declare module '@polkadot/api-base/types/errors' {
1081
1146
  **/
1082
1147
  NotDomainOwner: AugmentedError<ApiType>;
1083
1148
  };
1149
+ ethereumVerifier: {
1150
+ BlockBodyHashTreeRootFailed: AugmentedError<ApiType>;
1151
+ BLSPreparePublicKeysFailed: AugmentedError<ApiType>;
1152
+ BLSVerificationFailed: AugmentedError<ApiType>;
1153
+ ExpectedFinalizedHeaderNotStored: AugmentedError<ApiType>;
1154
+ ForkDataHashTreeRootFailed: AugmentedError<ApiType>;
1155
+ Halted: AugmentedError<ApiType>;
1156
+ HeaderHashTreeRootFailed: AugmentedError<ApiType>;
1157
+ InvalidExecutionHeaderProof: AugmentedError<ApiType>;
1158
+ /**
1159
+ * The gap between finalized headers is larger than the retained historical window.
1160
+ **/
1161
+ InvalidFinalizedHeaderGap: AugmentedError<ApiType>;
1162
+ InvalidHeaderMerkleProof: AugmentedError<ApiType>;
1163
+ InvalidSyncCommitteeMerkleProof: AugmentedError<ApiType>;
1164
+ /**
1165
+ * The given update is not in the expected period, or the given next sync committee does
1166
+ * not match the next sync committee in storage.
1167
+ **/
1168
+ InvalidSyncCommitteeUpdate: AugmentedError<ApiType>;
1169
+ InvalidUpdateSlot: AugmentedError<ApiType>;
1170
+ /**
1171
+ * Attested header is older than latest finalized header.
1172
+ **/
1173
+ IrrelevantUpdate: AugmentedError<ApiType>;
1174
+ NotBootstrapped: AugmentedError<ApiType>;
1175
+ SigningRootHashTreeRootFailed: AugmentedError<ApiType>;
1176
+ SkippedSyncCommitteePeriod: AugmentedError<ApiType>;
1177
+ SyncCommitteeHashTreeRootFailed: AugmentedError<ApiType>;
1178
+ SyncCommitteeParticipantsNotSupermajority: AugmentedError<ApiType>;
1179
+ SyncCommitteeUpdateRequired: AugmentedError<ApiType>;
1180
+ };
1084
1181
  feeControl: {
1085
1182
  /**
1086
1183
  * The requested tip + fee is higher than the maximum allowed by the sponsor
@@ -2304,6 +2401,18 @@ declare module '@polkadot/api-base/types/events' {
2304
2401
  newVoteMinimum: u128;
2305
2402
  }>;
2306
2403
  };
2404
+ crosschainTransfer: {
2405
+ /**
2406
+ * An inbound burn notice was accepted and settled locally.
2407
+ **/
2408
+ BurnNoticeAccepted: AugmentedEvent<ApiType, [
2409
+ sourceChain: PalletCrosschainTransferSourceChain,
2410
+ notice: PalletCrosschainTransferBurnNotice
2411
+ ], {
2412
+ sourceChain: PalletCrosschainTransferSourceChain;
2413
+ notice: PalletCrosschainTransferBurnNotice;
2414
+ }>;
2415
+ };
2307
2416
  digests: {};
2308
2417
  domains: {
2309
2418
  /**
@@ -2362,6 +2471,33 @@ declare module '@polkadot/api-base/types/events' {
2362
2471
  zoneRecord: ArgonPrimitivesDomainZoneRecord;
2363
2472
  }>;
2364
2473
  };
2474
+ ethereumVerifier: {
2475
+ BeaconHeaderImported: AugmentedEvent<ApiType, [
2476
+ blockHash: H256,
2477
+ slot: u64
2478
+ ], {
2479
+ blockHash: H256;
2480
+ slot: u64;
2481
+ }>;
2482
+ ExecutionHeaderAnchorImported: AugmentedEvent<ApiType, [
2483
+ blockHash: H256,
2484
+ blockNumber: u64
2485
+ ], {
2486
+ blockHash: H256;
2487
+ blockNumber: u64;
2488
+ }>;
2489
+ /**
2490
+ * Set OperatingMode
2491
+ **/
2492
+ OperatingModeChanged: AugmentedEvent<ApiType, [
2493
+ mode: PalletEthereumVerifierBasicOperatingMode
2494
+ ], {
2495
+ mode: PalletEthereumVerifierBasicOperatingMode;
2496
+ }>;
2497
+ SyncCommitteeUpdated: AugmentedEvent<ApiType, [period: u64], {
2498
+ period: u64;
2499
+ }>;
2500
+ };
2365
2501
  feeControl: {
2366
2502
  /**
2367
2503
  * A transaction fee was delegated
@@ -2573,8 +2709,8 @@ declare module '@polkadot/api-base/types/events' {
2573
2709
  amount: u128;
2574
2710
  }>;
2575
2711
  /**
2576
- * The amount of microgons minted for mining. NOTE: accounts below Existential Deposit will
2577
- * not be able to mint
2712
+ * The amount of microgons minted for mining. NOTE: accounts below Existential Deposit
2713
+ * will not be able to mint
2578
2714
  **/
2579
2715
  MiningMint: AugmentedEvent<ApiType, [
2580
2716
  amount: u128,
@@ -4003,6 +4139,39 @@ declare module '@polkadot/api-base/types/storage' {
4003
4139
  **/
4004
4140
  voteMinimumHistory: AugmentedQuery<ApiType, () => Observable<Vec<u128>>, []>;
4005
4141
  };
4142
+ crosschainTransfer: {
4143
+ /**
4144
+ * Config accepted for each supported source chain.
4145
+ **/
4146
+ chainConfigBySourceChain: AugmentedQuery<ApiType, (arg: PalletCrosschainTransferSourceChain | 'Ethereum' | number | Uint8Array) => Observable<Option<PalletCrosschainTransferChainConfig>>, [
4147
+ PalletCrosschainTransferSourceChain
4148
+ ]>;
4149
+ /**
4150
+ * Accounts whose recent-transfer evidence expires at a given tick.
4151
+ **/
4152
+ inboundTransfersExpiringAt: AugmentedQuery<ApiType, (arg: u64 | AnyNumber | Uint8Array) => Observable<Vec<AccountId32>>, [
4153
+ u64
4154
+ ]>;
4155
+ /**
4156
+ * Latest tick whose recent-transfer expiration bucket was cleaned up.
4157
+ **/
4158
+ lastTransferExpiryCleanupTick: AugmentedQuery<ApiType, () => Observable<u64>, []>;
4159
+ /**
4160
+ * Latest accepted nonce for each `(source_chain, from)` pair.
4161
+ **/
4162
+ nonceBySourceAccount: AugmentedQuery<ApiType, (arg: ITuple<[PalletCrosschainTransferSourceChain, H160]> | [
4163
+ PalletCrosschainTransferSourceChain | 'Ethereum' | number | Uint8Array,
4164
+ H160 | string | Uint8Array
4165
+ ]) => Observable<Option<u64>>, [
4166
+ ITuple<[PalletCrosschainTransferSourceChain, H160]>
4167
+ ]>;
4168
+ /**
4169
+ * Count of still-retained qualifying Argon transfers for each local account.
4170
+ **/
4171
+ recentArgonTransfersByAccount: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<u32>, [
4172
+ AccountId32
4173
+ ]>;
4174
+ };
4006
4175
  digests: {
4007
4176
  tempDigests: AugmentedQuery<ApiType, () => Observable<Option<ArgonPrimitivesDigestsDigestset>>, [
4008
4177
  ]>;
@@ -4018,6 +4187,78 @@ declare module '@polkadot/api-base/types/storage' {
4018
4187
  H256
4019
4188
  ]>;
4020
4189
  };
4190
+ ethereumVerifier: {
4191
+ /**
4192
+ * Sync committee for current period
4193
+ **/
4194
+ currentSyncCommittee: AugmentedQuery<ApiType, () => Observable<SnowbridgeBeaconPrimitivesSyncCommitteePrepared>, [
4195
+ ]>;
4196
+ /**
4197
+ * Execution header anchors: current position in ring buffer.
4198
+ **/
4199
+ executionHeaderAnchorIndex: AugmentedQuery<ApiType, () => Observable<u32>, []>;
4200
+ /**
4201
+ * Execution header anchors: mapping of ring buffer index to a pruning candidate.
4202
+ **/
4203
+ executionHeaderAnchorMapping: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<H256>, [
4204
+ u32
4205
+ ]>;
4206
+ /**
4207
+ * Retained execution-layer header anchors by execution block hash.
4208
+ **/
4209
+ executionHeaderAnchors: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<PalletEthereumVerifierExecutionHeaderAnchor>>, [
4210
+ H256
4211
+ ]>;
4212
+ /**
4213
+ * Beacon state by finalized block root
4214
+ **/
4215
+ finalizedBeaconState: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<PalletEthereumVerifierFinalizedBeaconHeaderState>>, [
4216
+ H256
4217
+ ]>;
4218
+ /**
4219
+ * Finalized Headers: Current position in ring buffer
4220
+ **/
4221
+ finalizedBeaconStateIndex: AugmentedQuery<ApiType, () => Observable<u32>, []>;
4222
+ /**
4223
+ * Finalized Headers: Mapping of ring buffer index to a pruning candidate
4224
+ **/
4225
+ finalizedBeaconStateMapping: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<H256>, [
4226
+ u32
4227
+ ]>;
4228
+ /**
4229
+ * Fork-version schedule used for sync-committee signing domains and beacon state paths.
4230
+ **/
4231
+ forkVersionSchedule: AugmentedQuery<ApiType, () => Observable<Option<PalletEthereumVerifierForkVersions>>, [
4232
+ ]>;
4233
+ /**
4234
+ * Latest imported checkpoint root
4235
+ **/
4236
+ initialCheckpointRoot: AugmentedQuery<ApiType, () => Observable<H256>, []>;
4237
+ /**
4238
+ * Latest retained execution-layer anchor block hash.
4239
+ **/
4240
+ latestExecutionHeaderAnchorBlockHash: AugmentedQuery<ApiType, () => Observable<Option<H256>>, [
4241
+ ]>;
4242
+ /**
4243
+ * Latest imported finalized block root
4244
+ **/
4245
+ latestFinalizedBlockRoot: AugmentedQuery<ApiType, () => Observable<H256>, []>;
4246
+ /**
4247
+ * The last period where the next sync committee was updated for free.
4248
+ **/
4249
+ latestSyncCommitteeUpdatePeriod: AugmentedQuery<ApiType, () => Observable<u64>, []>;
4250
+ /**
4251
+ * Sync committee for next period
4252
+ **/
4253
+ nextSyncCommittee: AugmentedQuery<ApiType, () => Observable<SnowbridgeBeaconPrimitivesSyncCommitteePrepared>, [
4254
+ ]>;
4255
+ /**
4256
+ * The current operating mode of the pallet.
4257
+ **/
4258
+ operatingMode: AugmentedQuery<ApiType, () => Observable<PalletEthereumVerifierBasicOperatingMode>, [
4259
+ ]>;
4260
+ validatorsRoot: AugmentedQuery<ApiType, () => Observable<H256>, []>;
4261
+ };
4021
4262
  grandpa: {
4022
4263
  /**
4023
4264
  * The current list of authorities.
@@ -5074,6 +5315,18 @@ declare module '@polkadot/api-base/types/submittable' {
5074
5315
  Option<u128>
5075
5316
  ]>;
5076
5317
  };
5318
+ crosschainTransfer: {
5319
+ proveTransfer: AugmentedSubmittable<(proof: PalletCrosschainTransferTransferProof | {
5320
+ Ethereum: any;
5321
+ } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
5322
+ PalletCrosschainTransferTransferProof
5323
+ ]>;
5324
+ setChainConfig: AugmentedSubmittable<(config: PalletCrosschainTransferChainConfig | {
5325
+ Ethereum: any;
5326
+ } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
5327
+ PalletCrosschainTransferChainConfig
5328
+ ]>;
5329
+ };
5077
5330
  domains: {
5078
5331
  setZoneRecord: AugmentedSubmittable<(domainHash: H256 | string | Uint8Array, zoneRecord: ArgonPrimitivesDomainZoneRecord | {
5079
5332
  paymentAccount?: any;
@@ -5084,6 +5337,59 @@ declare module '@polkadot/api-base/types/submittable' {
5084
5337
  ArgonPrimitivesDomainZoneRecord
5085
5338
  ]>;
5086
5339
  };
5340
+ ethereumVerifier: {
5341
+ /**
5342
+ * Used for pallet initialization and light client resetting. Needs to be called by
5343
+ * the root origin.
5344
+ **/
5345
+ forceCheckpoint: AugmentedSubmittable<(update: PalletEthereumVerifierCheckpointUpdate | {
5346
+ header?: any;
5347
+ currentSyncCommittee?: any;
5348
+ currentSyncCommitteeBranch?: any;
5349
+ validatorsRoot?: any;
5350
+ } | string | Uint8Array, forkVersions: PalletEthereumVerifierForkVersions | {
5351
+ genesis?: any;
5352
+ altair?: any;
5353
+ bellatrix?: any;
5354
+ capella?: any;
5355
+ deneb?: any;
5356
+ electra?: any;
5357
+ fulu?: any;
5358
+ } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
5359
+ PalletEthereumVerifierCheckpointUpdate,
5360
+ PalletEthereumVerifierForkVersions
5361
+ ]>;
5362
+ /**
5363
+ * Imports a proven execution header anchor against already-retained beacon state.
5364
+ **/
5365
+ importExecutionHeaderAnchor: AugmentedSubmittable<(executionProof: PalletEthereumVerifierExecutionProof | {
5366
+ header?: any;
5367
+ executionHeader?: any;
5368
+ executionBranch?: any;
5369
+ } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
5370
+ PalletEthereumVerifierExecutionProof
5371
+ ]>;
5372
+ /**
5373
+ * Halt or resume all pallet operations. May only be called by root.
5374
+ **/
5375
+ setOperatingMode: AugmentedSubmittable<(mode: PalletEthereumVerifierBasicOperatingMode | 'Normal' | 'Halted' | number | Uint8Array) => SubmittableExtrinsic<ApiType>, [
5376
+ PalletEthereumVerifierBasicOperatingMode
5377
+ ]>;
5378
+ /**
5379
+ * Submits a new finalized beacon header update. The update may contain the next
5380
+ * sync committee.
5381
+ **/
5382
+ submit: AugmentedSubmittable<(update: PalletEthereumVerifierUpdate | {
5383
+ attestedHeader?: any;
5384
+ syncAggregate?: any;
5385
+ signatureSlot?: any;
5386
+ nextSyncCommitteeUpdate?: any;
5387
+ finalizedHeader?: any;
5388
+ finalityBranch?: any;
5389
+ } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
5390
+ PalletEthereumVerifierUpdate
5391
+ ]>;
5392
+ };
5087
5393
  grandpa: {
5088
5394
  /**
5089
5395
  * Note that the current authority set of the GRANDPA finality gadget has stalled.
@@ -7038,6 +7344,42 @@ declare module '@polkadot/rpc-core/types/jsonrpc' {
7038
7344
  }
7039
7345
  }
7040
7346
 
7347
+ /** @name ArgonPrimitivesEthereumEthereumExecutionBlockProof */
7348
+ interface ArgonPrimitivesEthereumEthereumExecutionBlockProof extends Struct {
7349
+ readonly anchorBlockHash: H256;
7350
+ readonly targetToAnchorHeaderChain: Vec<ArgonPrimitivesEthereumEthereumExecutionHeader>;
7351
+ }
7352
+ /** @name ArgonPrimitivesEthereumEthereumExecutionHeader */
7353
+ interface ArgonPrimitivesEthereumEthereumExecutionHeader extends Struct {
7354
+ readonly rlp: Bytes;
7355
+ }
7356
+ /** @name ArgonPrimitivesEthereumEthereumLog */
7357
+ interface ArgonPrimitivesEthereumEthereumLog extends Struct {
7358
+ readonly address: H160;
7359
+ readonly topics: Vec<H256>;
7360
+ readonly data: Bytes;
7361
+ }
7362
+ /** @name ArgonPrimitivesEthereumEthereumProof */
7363
+ interface ArgonPrimitivesEthereumEthereumProof extends Struct {
7364
+ readonly executionBlockProof: ArgonPrimitivesEthereumEthereumExecutionBlockProof;
7365
+ readonly receiptProof: ArgonPrimitivesEthereumEthereumReceiptProof;
7366
+ }
7367
+ /** @name ArgonPrimitivesEthereumEthereumReceiptProof */
7368
+ interface ArgonPrimitivesEthereumEthereumReceiptProof extends Struct {
7369
+ readonly transactionIndex: Compact<u64>;
7370
+ readonly nodes: Vec<Bytes>;
7371
+ }
7372
+ /** @name ArgonPrimitivesEthereumEthereumVerifyError */
7373
+ interface ArgonPrimitivesEthereumEthereumVerifyError extends Enum {
7374
+ readonly isVerifierUnavailable: boolean;
7375
+ readonly isAnchorNotFound: boolean;
7376
+ readonly isInvalidHeader: boolean;
7377
+ readonly isInvalidHeaderChain: boolean;
7378
+ readonly isLogNotFound: boolean;
7379
+ readonly isInvalidProof: boolean;
7380
+ readonly type: 'VerifierUnavailable' | 'AnchorNotFound' | 'InvalidHeader' | 'InvalidHeaderChain' | 'LogNotFound' | 'InvalidProof';
7381
+ }
7382
+
7041
7383
  declare module '@polkadot/api-base/types/calls' {
7042
7384
  interface AugmentedCalls<ApiType extends ApiTypes> {
7043
7385
  /** 0xbc9d89904f5b923f/1 */
@@ -7097,6 +7439,20 @@ declare module '@polkadot/api-base/types/calls' {
7097
7439
  **/
7098
7440
  version: AugmentedCall<ApiType, () => Observable<RuntimeVersion>>;
7099
7441
  };
7442
+ /** 0x97c56de838cad0ef/1 */
7443
+ ethereumApis: {
7444
+ /**
7445
+ * Preflight verify an Ethereum event log proof.
7446
+ **/
7447
+ verifyEventLog: AugmentedCall<ApiType, (eventLog: ArgonPrimitivesEthereumEthereumLog$1 | {
7448
+ address?: any;
7449
+ topics?: any;
7450
+ data?: any;
7451
+ } | string | Uint8Array, proof: ArgonPrimitivesEthereumEthereumProof$1 | {
7452
+ executionBlockProof?: any;
7453
+ receiptProof?: any;
7454
+ } | string | Uint8Array) => Observable<Result<Null, ArgonPrimitivesEthereumEthereumVerifyError>>>;
7455
+ };
7100
7456
  /** 0xfbc577b9d747efd6/1 */
7101
7457
  genesisBuilder: {
7102
7458
  /**
@@ -7250,6 +7606,12 @@ declare module '@polkadot/types/types/registry' {
7250
7606
  ApprovalFlag: ApprovalFlag;
7251
7607
  Approvals: Approvals;
7252
7608
  ApprovalVotingParams: ApprovalVotingParams;
7609
+ ArgonPrimitivesEthereumEthereumExecutionBlockProof: ArgonPrimitivesEthereumEthereumExecutionBlockProof;
7610
+ ArgonPrimitivesEthereumEthereumExecutionHeader: ArgonPrimitivesEthereumEthereumExecutionHeader;
7611
+ ArgonPrimitivesEthereumEthereumLog: ArgonPrimitivesEthereumEthereumLog;
7612
+ ArgonPrimitivesEthereumEthereumProof: ArgonPrimitivesEthereumEthereumProof;
7613
+ ArgonPrimitivesEthereumEthereumReceiptProof: ArgonPrimitivesEthereumEthereumReceiptProof;
7614
+ ArgonPrimitivesEthereumEthereumVerifyError: ArgonPrimitivesEthereumEthereumVerifyError;
7253
7615
  ArithmeticError: ArithmeticError;
7254
7616
  AssetApproval: AssetApproval;
7255
7617
  AssetApprovalKey: AssetApprovalKey;
@@ -9951,7 +10313,63 @@ declare module '@polkadot/types/lookup' {
9951
10313
  readonly isReferralBonus: boolean;
9952
10314
  readonly type: 'Activation' | 'ReferralBonus';
9953
10315
  }
9954
- /** @name FrameSystemPhase (125) */
10316
+ /** @name PalletEthereumVerifierEvent (125) */
10317
+ interface PalletEthereumVerifierEvent extends Enum {
10318
+ readonly isBeaconHeaderImported: boolean;
10319
+ readonly asBeaconHeaderImported: {
10320
+ readonly blockHash: H256;
10321
+ readonly slot: u64;
10322
+ } & Struct;
10323
+ readonly isExecutionHeaderAnchorImported: boolean;
10324
+ readonly asExecutionHeaderAnchorImported: {
10325
+ readonly blockHash: H256;
10326
+ readonly blockNumber: u64;
10327
+ } & Struct;
10328
+ readonly isSyncCommitteeUpdated: boolean;
10329
+ readonly asSyncCommitteeUpdated: {
10330
+ readonly period: u64;
10331
+ } & Struct;
10332
+ readonly isOperatingModeChanged: boolean;
10333
+ readonly asOperatingModeChanged: {
10334
+ readonly mode: PalletEthereumVerifierBasicOperatingMode;
10335
+ } & Struct;
10336
+ readonly type: 'BeaconHeaderImported' | 'ExecutionHeaderAnchorImported' | 'SyncCommitteeUpdated' | 'OperatingModeChanged';
10337
+ }
10338
+ /** @name PalletEthereumVerifierBasicOperatingMode (126) */
10339
+ interface PalletEthereumVerifierBasicOperatingMode extends Enum {
10340
+ readonly isNormal: boolean;
10341
+ readonly isHalted: boolean;
10342
+ readonly type: 'Normal' | 'Halted';
10343
+ }
10344
+ /** @name PalletCrosschainTransferEvent (127) */
10345
+ interface PalletCrosschainTransferEvent extends Enum {
10346
+ readonly isBurnNoticeAccepted: boolean;
10347
+ readonly asBurnNoticeAccepted: {
10348
+ readonly sourceChain: PalletCrosschainTransferSourceChain;
10349
+ readonly notice: PalletCrosschainTransferBurnNotice;
10350
+ } & Struct;
10351
+ readonly type: 'BurnNoticeAccepted';
10352
+ }
10353
+ /** @name PalletCrosschainTransferSourceChain (128) */
10354
+ interface PalletCrosschainTransferSourceChain extends Enum {
10355
+ readonly isEthereum: boolean;
10356
+ readonly type: 'Ethereum';
10357
+ }
10358
+ /** @name PalletCrosschainTransferBurnNotice (129) */
10359
+ interface PalletCrosschainTransferBurnNotice extends Struct {
10360
+ readonly from: H160;
10361
+ readonly to: AccountId32;
10362
+ readonly assetKind: PalletCrosschainTransferAssetKind;
10363
+ readonly amount: u128;
10364
+ readonly accountNonce: Compact<u64>;
10365
+ }
10366
+ /** @name PalletCrosschainTransferAssetKind (132) */
10367
+ interface PalletCrosschainTransferAssetKind extends Enum {
10368
+ readonly isArgon: boolean;
10369
+ readonly isArgonot: boolean;
10370
+ readonly type: 'Argon' | 'Argonot';
10371
+ }
10372
+ /** @name FrameSystemPhase (133) */
9955
10373
  interface FrameSystemPhase extends Enum {
9956
10374
  readonly isApplyExtrinsic: boolean;
9957
10375
  readonly asApplyExtrinsic: u32;
@@ -9959,17 +10377,17 @@ declare module '@polkadot/types/lookup' {
9959
10377
  readonly isInitialization: boolean;
9960
10378
  readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';
9961
10379
  }
9962
- /** @name FrameSystemLastRuntimeUpgradeInfo (129) */
10380
+ /** @name FrameSystemLastRuntimeUpgradeInfo (137) */
9963
10381
  interface FrameSystemLastRuntimeUpgradeInfo extends Struct {
9964
10382
  readonly specVersion: Compact<u32>;
9965
10383
  readonly specName: Text;
9966
10384
  }
9967
- /** @name FrameSystemCodeUpgradeAuthorization (132) */
10385
+ /** @name FrameSystemCodeUpgradeAuthorization (140) */
9968
10386
  interface FrameSystemCodeUpgradeAuthorization extends Struct {
9969
10387
  readonly codeHash: H256;
9970
10388
  readonly checkVersion: bool;
9971
10389
  }
9972
- /** @name FrameSystemCall (133) */
10390
+ /** @name FrameSystemCall (141) */
9973
10391
  interface FrameSystemCall extends Enum {
9974
10392
  readonly isRemark: boolean;
9975
10393
  readonly asRemark: {
@@ -10018,42 +10436,42 @@ declare module '@polkadot/types/lookup' {
10018
10436
  } & Struct;
10019
10437
  readonly type: 'Remark' | 'SetHeapPages' | 'SetCode' | 'SetCodeWithoutChecks' | 'SetStorage' | 'KillStorage' | 'KillPrefix' | 'RemarkWithEvent' | 'AuthorizeUpgrade' | 'AuthorizeUpgradeWithoutChecks' | 'ApplyAuthorizedUpgrade';
10020
10438
  }
10021
- /** @name FrameSystemLimitsBlockWeights (137) */
10439
+ /** @name FrameSystemLimitsBlockWeights (145) */
10022
10440
  interface FrameSystemLimitsBlockWeights extends Struct {
10023
10441
  readonly baseBlock: SpWeightsWeightV2Weight;
10024
10442
  readonly maxBlock: SpWeightsWeightV2Weight;
10025
10443
  readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;
10026
10444
  }
10027
- /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (138) */
10445
+ /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (146) */
10028
10446
  interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct {
10029
10447
  readonly normal: FrameSystemLimitsWeightsPerClass;
10030
10448
  readonly operational: FrameSystemLimitsWeightsPerClass;
10031
10449
  readonly mandatory: FrameSystemLimitsWeightsPerClass;
10032
10450
  }
10033
- /** @name FrameSystemLimitsWeightsPerClass (139) */
10451
+ /** @name FrameSystemLimitsWeightsPerClass (147) */
10034
10452
  interface FrameSystemLimitsWeightsPerClass extends Struct {
10035
10453
  readonly baseExtrinsic: SpWeightsWeightV2Weight;
10036
10454
  readonly maxExtrinsic: Option<SpWeightsWeightV2Weight>;
10037
10455
  readonly maxTotal: Option<SpWeightsWeightV2Weight>;
10038
10456
  readonly reserved: Option<SpWeightsWeightV2Weight>;
10039
10457
  }
10040
- /** @name FrameSystemLimitsBlockLength (141) */
10458
+ /** @name FrameSystemLimitsBlockLength (149) */
10041
10459
  interface FrameSystemLimitsBlockLength extends Struct {
10042
10460
  readonly max: FrameSupportDispatchPerDispatchClassU32;
10043
10461
  readonly maxHeaderSize: Option<u32>;
10044
10462
  }
10045
- /** @name FrameSupportDispatchPerDispatchClassU32 (142) */
10463
+ /** @name FrameSupportDispatchPerDispatchClassU32 (150) */
10046
10464
  interface FrameSupportDispatchPerDispatchClassU32 extends Struct {
10047
10465
  readonly normal: u32;
10048
10466
  readonly operational: u32;
10049
10467
  readonly mandatory: u32;
10050
10468
  }
10051
- /** @name SpWeightsRuntimeDbWeight (144) */
10469
+ /** @name SpWeightsRuntimeDbWeight (152) */
10052
10470
  interface SpWeightsRuntimeDbWeight extends Struct {
10053
10471
  readonly read: u64;
10054
10472
  readonly write: u64;
10055
10473
  }
10056
- /** @name SpVersionRuntimeVersion (145) */
10474
+ /** @name SpVersionRuntimeVersion (153) */
10057
10475
  interface SpVersionRuntimeVersion extends Struct {
10058
10476
  readonly specName: Text;
10059
10477
  readonly implName: Text;
@@ -10064,7 +10482,7 @@ declare module '@polkadot/types/lookup' {
10064
10482
  readonly transactionVersion: u32;
10065
10483
  readonly systemVersion: u8;
10066
10484
  }
10067
- /** @name FrameSystemError (150) */
10485
+ /** @name FrameSystemError (158) */
10068
10486
  interface FrameSystemError extends Enum {
10069
10487
  readonly isInvalidSpecName: boolean;
10070
10488
  readonly isSpecVersionNeedsToIncrease: boolean;
@@ -10077,7 +10495,7 @@ declare module '@polkadot/types/lookup' {
10077
10495
  readonly isUnauthorized: boolean;
10078
10496
  readonly type: 'InvalidSpecName' | 'SpecVersionNeedsToIncrease' | 'FailedToExtractRuntimeVersion' | 'NonDefaultComposite' | 'NonZeroRefCount' | 'CallFiltered' | 'MultiBlockMigrationsOngoing' | 'NothingAuthorized' | 'Unauthorized';
10079
10497
  }
10080
- /** @name ArgonPrimitivesDigestsDigestset (151) */
10498
+ /** @name ArgonPrimitivesDigestsDigestset (159) */
10081
10499
  interface ArgonPrimitivesDigestsDigestset extends Struct {
10082
10500
  readonly author: AccountId32;
10083
10501
  readonly blockVote: ArgonPrimitivesDigestsBlockVoteDigest;
@@ -10087,16 +10505,16 @@ declare module '@polkadot/types/lookup' {
10087
10505
  readonly tick: u64;
10088
10506
  readonly notebooks: ArgonPrimitivesDigestsNotebookDigest;
10089
10507
  }
10090
- /** @name ArgonPrimitivesDigestsBlockVoteDigest (152) */
10508
+ /** @name ArgonPrimitivesDigestsBlockVoteDigest (160) */
10091
10509
  interface ArgonPrimitivesDigestsBlockVoteDigest extends Struct {
10092
10510
  readonly votingPower: Compact<u128>;
10093
10511
  readonly votesCount: Compact<u32>;
10094
10512
  }
10095
- /** @name ArgonPrimitivesDigestsParentVotingKeyDigest (154) */
10513
+ /** @name ArgonPrimitivesDigestsParentVotingKeyDigest (162) */
10096
10514
  interface ArgonPrimitivesDigestsParentVotingKeyDigest extends Struct {
10097
10515
  readonly parentVotingKey: Option<H256>;
10098
10516
  }
10099
- /** @name ArgonPrimitivesForkPower (157) */
10517
+ /** @name ArgonPrimitivesForkPower (165) */
10100
10518
  interface ArgonPrimitivesForkPower extends Struct {
10101
10519
  readonly isLatestVote: bool;
10102
10520
  readonly notebooks: Compact<u64>;
@@ -10106,24 +10524,24 @@ declare module '@polkadot/types/lookup' {
10106
10524
  readonly voteCreatedBlocks: Compact<u128>;
10107
10525
  readonly minerNonceScore: Option<U256>;
10108
10526
  }
10109
- /** @name ArgonPrimitivesDigestsFrameInfo (162) */
10527
+ /** @name ArgonPrimitivesDigestsFrameInfo (170) */
10110
10528
  interface ArgonPrimitivesDigestsFrameInfo extends Struct {
10111
10529
  readonly frameId: Compact<u64>;
10112
10530
  readonly frameRewardTicksRemaining: Compact<u32>;
10113
10531
  readonly isNewFrame: bool;
10114
10532
  }
10115
- /** @name ArgonPrimitivesDigestsNotebookDigest (164) */
10533
+ /** @name ArgonPrimitivesDigestsNotebookDigest (172) */
10116
10534
  interface ArgonPrimitivesDigestsNotebookDigest extends Struct {
10117
10535
  readonly notebooks: Vec<ArgonPrimitivesNotebookNotebookAuditResult>;
10118
10536
  }
10119
- /** @name ArgonPrimitivesNotebookNotebookAuditResult (166) */
10537
+ /** @name ArgonPrimitivesNotebookNotebookAuditResult (174) */
10120
10538
  interface ArgonPrimitivesNotebookNotebookAuditResult extends Struct {
10121
10539
  readonly notaryId: Compact<u32>;
10122
10540
  readonly notebookNumber: Compact<u32>;
10123
10541
  readonly tick: Compact<u64>;
10124
10542
  readonly auditFirstFailure: Option<ArgonNotaryAuditErrorVerifyError>;
10125
10543
  }
10126
- /** @name PalletDigestsError (169) */
10544
+ /** @name PalletDigestsError (177) */
10127
10545
  interface PalletDigestsError extends Enum {
10128
10546
  readonly isDuplicateBlockVoteDigest: boolean;
10129
10547
  readonly isDuplicateAuthorDigest: boolean;
@@ -10140,7 +10558,7 @@ declare module '@polkadot/types/lookup' {
10140
10558
  readonly isDuplicateFrameInfoDigest: boolean;
10141
10559
  readonly type: 'DuplicateBlockVoteDigest' | 'DuplicateAuthorDigest' | 'DuplicateTickDigest' | 'DuplicateParentVotingKeyDigest' | 'DuplicateNotebookDigest' | 'DuplicateForkPowerDigest' | 'MissingBlockVoteDigest' | 'MissingAuthorDigest' | 'MissingTickDigest' | 'MissingParentVotingKeyDigest' | 'MissingNotebookDigest' | 'CouldNotDecodeDigest' | 'DuplicateFrameInfoDigest';
10142
10560
  }
10143
- /** @name PalletTimestampCall (170) */
10561
+ /** @name PalletTimestampCall (178) */
10144
10562
  interface PalletTimestampCall extends Enum {
10145
10563
  readonly isSet: boolean;
10146
10564
  readonly asSet: {
@@ -10148,14 +10566,14 @@ declare module '@polkadot/types/lookup' {
10148
10566
  } & Struct;
10149
10567
  readonly type: 'Set';
10150
10568
  }
10151
- /** @name PalletMultisigMultisig (172) */
10569
+ /** @name PalletMultisigMultisig (180) */
10152
10570
  interface PalletMultisigMultisig extends Struct {
10153
10571
  readonly when: PalletMultisigTimepoint;
10154
10572
  readonly deposit: u128;
10155
10573
  readonly depositor: AccountId32;
10156
10574
  readonly approvals: Vec<AccountId32>;
10157
10575
  }
10158
- /** @name PalletMultisigCall (175) */
10576
+ /** @name PalletMultisigCall (183) */
10159
10577
  interface PalletMultisigCall extends Enum {
10160
10578
  readonly isAsMultiThreshold1: boolean;
10161
10579
  readonly asAsMultiThreshold1: {
@@ -10193,7 +10611,7 @@ declare module '@polkadot/types/lookup' {
10193
10611
  } & Struct;
10194
10612
  readonly type: 'AsMultiThreshold1' | 'AsMulti' | 'ApproveAsMulti' | 'CancelAsMulti' | 'PokeDeposit';
10195
10613
  }
10196
- /** @name PalletProxyCall (177) */
10614
+ /** @name PalletProxyCall (185) */
10197
10615
  interface PalletProxyCall extends Enum {
10198
10616
  readonly isProxy: boolean;
10199
10617
  readonly asProxy: {
@@ -10253,9 +10671,9 @@ declare module '@polkadot/types/lookup' {
10253
10671
  readonly isPokeDeposit: boolean;
10254
10672
  readonly type: 'Proxy' | 'AddProxy' | 'RemoveProxy' | 'RemoveProxies' | 'CreatePure' | 'KillPure' | 'Announce' | 'RemoveAnnouncement' | 'RejectAnnouncement' | 'ProxyAnnounced' | 'PokeDeposit';
10255
10673
  }
10256
- /** @name PalletTicksCall (182) */
10674
+ /** @name PalletTicksCall (189) */
10257
10675
  type PalletTicksCall = Null;
10258
- /** @name PalletMiningSlotCall (183) */
10676
+ /** @name PalletMiningSlotCall (190) */
10259
10677
  interface PalletMiningSlotCall extends Enum {
10260
10678
  readonly isBid: boolean;
10261
10679
  readonly asBid: {
@@ -10270,7 +10688,7 @@ declare module '@polkadot/types/lookup' {
10270
10688
  } & Struct;
10271
10689
  readonly type: 'Bid' | 'ConfigureMiningSlotDelay';
10272
10690
  }
10273
- /** @name PalletBitcoinUtxosCall (184) */
10691
+ /** @name PalletBitcoinUtxosCall (191) */
10274
10692
  interface PalletBitcoinUtxosCall extends Enum {
10275
10693
  readonly isSync: boolean;
10276
10694
  readonly asSync: {
@@ -10297,19 +10715,19 @@ declare module '@polkadot/types/lookup' {
10297
10715
  } & Struct;
10298
10716
  readonly type: 'Sync' | 'SetConfirmedBlock' | 'SetOperator' | 'FundWithUtxoCandidate' | 'RejectUtxoCandidate';
10299
10717
  }
10300
- /** @name ArgonPrimitivesInherentsBitcoinUtxoSync (185) */
10718
+ /** @name ArgonPrimitivesInherentsBitcoinUtxoSync (192) */
10301
10719
  interface ArgonPrimitivesInherentsBitcoinUtxoSync extends Struct {
10302
10720
  readonly spent: Vec<ArgonPrimitivesInherentsBitcoinUtxoSpend>;
10303
10721
  readonly funded: Vec<ArgonPrimitivesInherentsBitcoinUtxoFunding>;
10304
10722
  readonly syncToBlock: ArgonPrimitivesBitcoinBitcoinBlock;
10305
10723
  }
10306
- /** @name ArgonPrimitivesInherentsBitcoinUtxoSpend (187) */
10724
+ /** @name ArgonPrimitivesInherentsBitcoinUtxoSpend (194) */
10307
10725
  interface ArgonPrimitivesInherentsBitcoinUtxoSpend extends Struct {
10308
10726
  readonly utxoId: Compact<u64>;
10309
10727
  readonly utxoRef: Option<ArgonPrimitivesBitcoinUtxoRef>;
10310
10728
  readonly bitcoinHeight: Compact<u64>;
10311
10729
  }
10312
- /** @name ArgonPrimitivesInherentsBitcoinUtxoFunding (190) */
10730
+ /** @name ArgonPrimitivesInherentsBitcoinUtxoFunding (197) */
10313
10731
  interface ArgonPrimitivesInherentsBitcoinUtxoFunding extends Struct {
10314
10732
  readonly utxoId: Compact<u64>;
10315
10733
  readonly utxoRef: ArgonPrimitivesBitcoinUtxoRef;
@@ -10317,12 +10735,12 @@ declare module '@polkadot/types/lookup' {
10317
10735
  readonly expectedSatoshis: Compact<u64>;
10318
10736
  readonly bitcoinHeight: Compact<u64>;
10319
10737
  }
10320
- /** @name ArgonPrimitivesBitcoinBitcoinBlock (191) */
10738
+ /** @name ArgonPrimitivesBitcoinBitcoinBlock (198) */
10321
10739
  interface ArgonPrimitivesBitcoinBitcoinBlock extends Struct {
10322
10740
  readonly blockHeight: Compact<u64>;
10323
10741
  readonly blockHash: ArgonPrimitivesBitcoinH256Le;
10324
10742
  }
10325
- /** @name PalletVaultsCall (192) */
10743
+ /** @name PalletVaultsCall (199) */
10326
10744
  interface PalletVaultsCall extends Enum {
10327
10745
  readonly isCreate: boolean;
10328
10746
  readonly asCreate: {
@@ -10362,7 +10780,7 @@ declare module '@polkadot/types/lookup' {
10362
10780
  } & Struct;
10363
10781
  readonly type: 'Create' | 'ModifyFunding' | 'ModifyTerms' | 'Close' | 'ReplaceBitcoinXpub' | 'Collect' | 'SetBitcoinLockDelegate' | 'SetName';
10364
10782
  }
10365
- /** @name PalletVaultsVaultConfig (193) */
10783
+ /** @name PalletVaultsVaultConfig (200) */
10366
10784
  interface PalletVaultsVaultConfig extends Struct {
10367
10785
  readonly terms: ArgonPrimitivesVaultVaultTerms;
10368
10786
  readonly name: Option<Bytes>;
@@ -10370,16 +10788,16 @@ declare module '@polkadot/types/lookup' {
10370
10788
  readonly bitcoinXpubkey: ArgonPrimitivesBitcoinOpaqueBitcoinXpub;
10371
10789
  readonly securitizationRatio: Compact<u128>;
10372
10790
  }
10373
- /** @name ArgonPrimitivesVaultVaultTerms (194) */
10791
+ /** @name ArgonPrimitivesVaultVaultTerms (201) */
10374
10792
  interface ArgonPrimitivesVaultVaultTerms extends Struct {
10375
10793
  readonly bitcoinAnnualPercentRate: Compact<u128>;
10376
10794
  readonly bitcoinBaseFee: Compact<u128>;
10377
10795
  readonly treasuryProfitSharing: Compact<Permill>;
10378
10796
  }
10379
- /** @name ArgonPrimitivesBitcoinOpaqueBitcoinXpub (200) */
10797
+ /** @name ArgonPrimitivesBitcoinOpaqueBitcoinXpub (207) */
10380
10798
  interface ArgonPrimitivesBitcoinOpaqueBitcoinXpub extends U8aFixed {
10381
10799
  }
10382
- /** @name PalletBitcoinLocksCall (202) */
10800
+ /** @name PalletBitcoinLocksCall (209) */
10383
10801
  interface PalletBitcoinLocksCall extends Enum {
10384
10802
  readonly isInitialize: boolean;
10385
10803
  readonly asInitialize: {
@@ -10435,10 +10853,10 @@ declare module '@polkadot/types/lookup' {
10435
10853
  } & Struct;
10436
10854
  readonly type: 'Initialize' | 'RequestRelease' | 'CosignRelease' | 'Ratchet' | 'AdminModifyMinimumLockedSats' | 'RequestOrphanedUtxoRelease' | 'CosignOrphanedUtxoRelease' | 'InitializeFor' | 'IncreaseSecuritization';
10437
10855
  }
10438
- /** @name ArgonPrimitivesBitcoinCompressedBitcoinPubkey (203) */
10856
+ /** @name ArgonPrimitivesBitcoinCompressedBitcoinPubkey (210) */
10439
10857
  interface ArgonPrimitivesBitcoinCompressedBitcoinPubkey extends U8aFixed {
10440
10858
  }
10441
- /** @name PalletBitcoinLocksLockOptions (206) */
10859
+ /** @name PalletBitcoinLocksLockOptions (213) */
10442
10860
  interface PalletBitcoinLocksLockOptions extends Enum {
10443
10861
  readonly isV1: boolean;
10444
10862
  readonly asV1: {
@@ -10446,7 +10864,7 @@ declare module '@polkadot/types/lookup' {
10446
10864
  } & Struct;
10447
10865
  readonly type: 'V1';
10448
10866
  }
10449
- /** @name PalletNotariesCall (209) */
10867
+ /** @name PalletNotariesCall (216) */
10450
10868
  interface PalletNotariesCall extends Enum {
10451
10869
  readonly isPropose: boolean;
10452
10870
  readonly asPropose: {
@@ -10464,7 +10882,7 @@ declare module '@polkadot/types/lookup' {
10464
10882
  } & Struct;
10465
10883
  readonly type: 'Propose' | 'Activate' | 'Update';
10466
10884
  }
10467
- /** @name PalletNotebookCall (210) */
10885
+ /** @name PalletNotebookCall (217) */
10468
10886
  interface PalletNotebookCall extends Enum {
10469
10887
  readonly isSubmit: boolean;
10470
10888
  readonly asSubmit: {
@@ -10476,12 +10894,12 @@ declare module '@polkadot/types/lookup' {
10476
10894
  } & Struct;
10477
10895
  readonly type: 'Submit' | 'Unlock';
10478
10896
  }
10479
- /** @name ArgonPrimitivesNotebookSignedNotebookHeader (212) */
10897
+ /** @name ArgonPrimitivesNotebookSignedNotebookHeader (219) */
10480
10898
  interface ArgonPrimitivesNotebookSignedNotebookHeader extends Struct {
10481
10899
  readonly header: ArgonPrimitivesNotebookNotebookHeader;
10482
10900
  readonly signature: U8aFixed;
10483
10901
  }
10484
- /** @name ArgonPrimitivesNotebookNotebookHeader (213) */
10902
+ /** @name ArgonPrimitivesNotebookNotebookHeader (220) */
10485
10903
  interface ArgonPrimitivesNotebookNotebookHeader extends Struct {
10486
10904
  readonly version: Compact<u16>;
10487
10905
  readonly notebookNumber: Compact<u32>;
@@ -10499,7 +10917,7 @@ declare module '@polkadot/types/lookup' {
10499
10917
  readonly parentSecret: Option<H256>;
10500
10918
  readonly domains: Vec<ITuple<[H256, AccountId32]>>;
10501
10919
  }
10502
- /** @name ArgonPrimitivesNotebookChainTransfer (216) */
10920
+ /** @name ArgonPrimitivesNotebookChainTransfer (223) */
10503
10921
  interface ArgonPrimitivesNotebookChainTransfer extends Enum {
10504
10922
  readonly isToMainchain: boolean;
10505
10923
  readonly asToMainchain: {
@@ -10512,12 +10930,12 @@ declare module '@polkadot/types/lookup' {
10512
10930
  } & Struct;
10513
10931
  readonly type: 'ToMainchain' | 'ToLocalchain';
10514
10932
  }
10515
- /** @name ArgonPrimitivesBalanceChangeAccountOrigin (219) */
10933
+ /** @name ArgonPrimitivesBalanceChangeAccountOrigin (226) */
10516
10934
  interface ArgonPrimitivesBalanceChangeAccountOrigin extends Struct {
10517
10935
  readonly notebookNumber: Compact<u32>;
10518
10936
  readonly accountUid: Compact<u32>;
10519
10937
  }
10520
- /** @name PalletLocalchainTransferCall (226) */
10938
+ /** @name PalletLocalchainTransferCall (233) */
10521
10939
  interface PalletLocalchainTransferCall extends Enum {
10522
10940
  readonly isSendToLocalchain: boolean;
10523
10941
  readonly asSendToLocalchain: {
@@ -10526,7 +10944,7 @@ declare module '@polkadot/types/lookup' {
10526
10944
  } & Struct;
10527
10945
  readonly type: 'SendToLocalchain';
10528
10946
  }
10529
- /** @name PalletBlockSealSpecCall (227) */
10947
+ /** @name PalletBlockSealSpecCall (234) */
10530
10948
  interface PalletBlockSealSpecCall extends Enum {
10531
10949
  readonly isConfigure: boolean;
10532
10950
  readonly asConfigure: {
@@ -10535,7 +10953,7 @@ declare module '@polkadot/types/lookup' {
10535
10953
  } & Struct;
10536
10954
  readonly type: 'Configure';
10537
10955
  }
10538
- /** @name PalletDomainsCall (228) */
10956
+ /** @name PalletDomainsCall (235) */
10539
10957
  interface PalletDomainsCall extends Enum {
10540
10958
  readonly isSetZoneRecord: boolean;
10541
10959
  readonly asSetZoneRecord: {
@@ -10544,7 +10962,7 @@ declare module '@polkadot/types/lookup' {
10544
10962
  } & Struct;
10545
10963
  readonly type: 'SetZoneRecord';
10546
10964
  }
10547
- /** @name PalletPriceIndexCall (229) */
10965
+ /** @name PalletPriceIndexCall (236) */
10548
10966
  interface PalletPriceIndexCall extends Enum {
10549
10967
  readonly isSubmit: boolean;
10550
10968
  readonly asSubmit: {
@@ -10556,7 +10974,7 @@ declare module '@polkadot/types/lookup' {
10556
10974
  } & Struct;
10557
10975
  readonly type: 'Submit' | 'SetOperator';
10558
10976
  }
10559
- /** @name PalletPriceIndexPriceIndex (230) */
10977
+ /** @name PalletPriceIndexPriceIndex (237) */
10560
10978
  interface PalletPriceIndexPriceIndex extends Struct {
10561
10979
  readonly btcUsdPrice: Compact<u128>;
10562
10980
  readonly argonotUsdPrice: u128;
@@ -10565,7 +10983,7 @@ declare module '@polkadot/types/lookup' {
10565
10983
  readonly argonTimeWeightedAverageLiquidity: u128;
10566
10984
  readonly tick: Compact<u64>;
10567
10985
  }
10568
- /** @name PalletGrandpaCall (231) */
10986
+ /** @name PalletGrandpaCall (238) */
10569
10987
  interface PalletGrandpaCall extends Enum {
10570
10988
  readonly isReportEquivocation: boolean;
10571
10989
  readonly asReportEquivocation: {
@@ -10584,12 +11002,12 @@ declare module '@polkadot/types/lookup' {
10584
11002
  } & Struct;
10585
11003
  readonly type: 'ReportEquivocation' | 'ReportEquivocationUnsigned' | 'NoteStalled';
10586
11004
  }
10587
- /** @name SpConsensusGrandpaEquivocationProof (232) */
11005
+ /** @name SpConsensusGrandpaEquivocationProof (239) */
10588
11006
  interface SpConsensusGrandpaEquivocationProof extends Struct {
10589
11007
  readonly setId: u64;
10590
11008
  readonly equivocation: SpConsensusGrandpaEquivocation;
10591
11009
  }
10592
- /** @name SpConsensusGrandpaEquivocation (233) */
11010
+ /** @name SpConsensusGrandpaEquivocation (240) */
10593
11011
  interface SpConsensusGrandpaEquivocation extends Enum {
10594
11012
  readonly isPrevote: boolean;
10595
11013
  readonly asPrevote: FinalityGrandpaEquivocationPrevote;
@@ -10597,36 +11015,36 @@ declare module '@polkadot/types/lookup' {
10597
11015
  readonly asPrecommit: FinalityGrandpaEquivocationPrecommit;
10598
11016
  readonly type: 'Prevote' | 'Precommit';
10599
11017
  }
10600
- /** @name FinalityGrandpaEquivocationPrevote (234) */
11018
+ /** @name FinalityGrandpaEquivocationPrevote (241) */
10601
11019
  interface FinalityGrandpaEquivocationPrevote extends Struct {
10602
11020
  readonly roundNumber: u64;
10603
11021
  readonly identity: SpConsensusGrandpaAppPublic;
10604
11022
  readonly first: ITuple<[FinalityGrandpaPrevote, SpConsensusGrandpaAppSignature]>;
10605
11023
  readonly second: ITuple<[FinalityGrandpaPrevote, SpConsensusGrandpaAppSignature]>;
10606
11024
  }
10607
- /** @name FinalityGrandpaPrevote (235) */
11025
+ /** @name FinalityGrandpaPrevote (242) */
10608
11026
  interface FinalityGrandpaPrevote extends Struct {
10609
11027
  readonly targetHash: H256;
10610
11028
  readonly targetNumber: u32;
10611
11029
  }
10612
- /** @name SpConsensusGrandpaAppSignature (236) */
11030
+ /** @name SpConsensusGrandpaAppSignature (243) */
10613
11031
  interface SpConsensusGrandpaAppSignature extends U8aFixed {
10614
11032
  }
10615
- /** @name FinalityGrandpaEquivocationPrecommit (238) */
11033
+ /** @name FinalityGrandpaEquivocationPrecommit (245) */
10616
11034
  interface FinalityGrandpaEquivocationPrecommit extends Struct {
10617
11035
  readonly roundNumber: u64;
10618
11036
  readonly identity: SpConsensusGrandpaAppPublic;
10619
11037
  readonly first: ITuple<[FinalityGrandpaPrecommit, SpConsensusGrandpaAppSignature]>;
10620
11038
  readonly second: ITuple<[FinalityGrandpaPrecommit, SpConsensusGrandpaAppSignature]>;
10621
11039
  }
10622
- /** @name FinalityGrandpaPrecommit (239) */
11040
+ /** @name FinalityGrandpaPrecommit (246) */
10623
11041
  interface FinalityGrandpaPrecommit extends Struct {
10624
11042
  readonly targetHash: H256;
10625
11043
  readonly targetNumber: u32;
10626
11044
  }
10627
- /** @name SpCoreVoid (241) */
11045
+ /** @name SpCoreVoid (248) */
10628
11046
  type SpCoreVoid = Null;
10629
- /** @name PalletBlockSealCall (242) */
11047
+ /** @name PalletBlockSealCall (249) */
10630
11048
  interface PalletBlockSealCall extends Enum {
10631
11049
  readonly isApply: boolean;
10632
11050
  readonly asApply: {
@@ -10634,7 +11052,7 @@ declare module '@polkadot/types/lookup' {
10634
11052
  } & Struct;
10635
11053
  readonly type: 'Apply';
10636
11054
  }
10637
- /** @name ArgonPrimitivesInherentsBlockSealInherent (243) */
11055
+ /** @name ArgonPrimitivesInherentsBlockSealInherent (250) */
10638
11056
  interface ArgonPrimitivesInherentsBlockSealInherent extends Enum {
10639
11057
  readonly isVote: boolean;
10640
11058
  readonly asVote: {
@@ -10648,13 +11066,13 @@ declare module '@polkadot/types/lookup' {
10648
11066
  readonly isCompute: boolean;
10649
11067
  readonly type: 'Vote' | 'Compute';
10650
11068
  }
10651
- /** @name ArgonPrimitivesBalanceChangeMerkleProof (244) */
11069
+ /** @name ArgonPrimitivesBalanceChangeMerkleProof (251) */
10652
11070
  interface ArgonPrimitivesBalanceChangeMerkleProof extends Struct {
10653
11071
  readonly proof: Vec<H256>;
10654
11072
  readonly numberOfLeaves: Compact<u32>;
10655
11073
  readonly leafIndex: Compact<u32>;
10656
11074
  }
10657
- /** @name ArgonPrimitivesBlockVoteBlockVoteT (246) */
11075
+ /** @name ArgonPrimitivesBlockVoteBlockVoteT (253) */
10658
11076
  interface ArgonPrimitivesBlockVoteBlockVoteT extends Struct {
10659
11077
  readonly accountId: AccountId32;
10660
11078
  readonly blockHash: H256;
@@ -10664,7 +11082,7 @@ declare module '@polkadot/types/lookup' {
10664
11082
  readonly blockRewardsAccountId: AccountId32;
10665
11083
  readonly tick: Compact<u64>;
10666
11084
  }
10667
- /** @name SpRuntimeMultiSignature (247) */
11085
+ /** @name SpRuntimeMultiSignature (254) */
10668
11086
  interface SpRuntimeMultiSignature extends Enum {
10669
11087
  readonly isEd25519: boolean;
10670
11088
  readonly asEd25519: U8aFixed;
@@ -10676,7 +11094,7 @@ declare module '@polkadot/types/lookup' {
10676
11094
  readonly asEth: U8aFixed;
10677
11095
  readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa' | 'Eth';
10678
11096
  }
10679
- /** @name PalletBlockRewardsCall (249) */
11097
+ /** @name PalletBlockRewardsCall (256) */
10680
11098
  interface PalletBlockRewardsCall extends Enum {
10681
11099
  readonly isSetBlockRewardsPaused: boolean;
10682
11100
  readonly asSetBlockRewardsPaused: {
@@ -10684,9 +11102,9 @@ declare module '@polkadot/types/lookup' {
10684
11102
  } & Struct;
10685
11103
  readonly type: 'SetBlockRewardsPaused';
10686
11104
  }
10687
- /** @name PalletMintCall (250) */
11105
+ /** @name PalletMintCall (257) */
10688
11106
  type PalletMintCall = Null;
10689
- /** @name PalletBalancesCall (251) */
11107
+ /** @name PalletBalancesCall (258) */
10690
11108
  interface PalletBalancesCall extends Enum {
10691
11109
  readonly isTransferAllowDeath: boolean;
10692
11110
  readonly asTransferAllowDeath: {
@@ -10735,13 +11153,13 @@ declare module '@polkadot/types/lookup' {
10735
11153
  } & Struct;
10736
11154
  readonly type: 'TransferAllowDeath' | 'ForceTransfer' | 'TransferKeepAlive' | 'TransferAll' | 'ForceUnreserve' | 'UpgradeAccounts' | 'ForceSetBalance' | 'ForceAdjustTotalIssuance' | 'Burn';
10737
11155
  }
10738
- /** @name PalletBalancesAdjustmentDirection (252) */
11156
+ /** @name PalletBalancesAdjustmentDirection (259) */
10739
11157
  interface PalletBalancesAdjustmentDirection extends Enum {
10740
11158
  readonly isIncrease: boolean;
10741
11159
  readonly isDecrease: boolean;
10742
11160
  readonly type: 'Increase' | 'Decrease';
10743
11161
  }
10744
- /** @name PalletTxPauseCall (254) */
11162
+ /** @name PalletTxPauseCall (261) */
10745
11163
  interface PalletTxPauseCall extends Enum {
10746
11164
  readonly isPause: boolean;
10747
11165
  readonly asPause: {
@@ -10753,7 +11171,7 @@ declare module '@polkadot/types/lookup' {
10753
11171
  } & Struct;
10754
11172
  readonly type: 'Pause' | 'Unpause';
10755
11173
  }
10756
- /** @name PalletUtilityCall (255) */
11174
+ /** @name PalletUtilityCall (262) */
10757
11175
  interface PalletUtilityCall extends Enum {
10758
11176
  readonly isBatch: boolean;
10759
11177
  readonly asBatch: {
@@ -10794,7 +11212,7 @@ declare module '@polkadot/types/lookup' {
10794
11212
  } & Struct;
10795
11213
  readonly type: 'Batch' | 'AsDerivative' | 'BatchAll' | 'DispatchAs' | 'ForceBatch' | 'WithWeight' | 'IfElse' | 'DispatchAsFallible';
10796
11214
  }
10797
- /** @name PalletSudoCall (257) */
11215
+ /** @name PalletSudoCall (264) */
10798
11216
  interface PalletSudoCall extends Enum {
10799
11217
  readonly isSudo: boolean;
10800
11218
  readonly asSudo: {
@@ -10817,7 +11235,7 @@ declare module '@polkadot/types/lookup' {
10817
11235
  readonly isRemoveKey: boolean;
10818
11236
  readonly type: 'Sudo' | 'SudoUncheckedWeight' | 'SetKey' | 'SudoAs' | 'RemoveKey';
10819
11237
  }
10820
- /** @name PalletTreasuryCall (258) */
11238
+ /** @name PalletTreasuryCall (265) */
10821
11239
  interface PalletTreasuryCall extends Enum {
10822
11240
  readonly isBuyBonds: boolean;
10823
11241
  readonly asBuyBonds: {
@@ -10830,7 +11248,7 @@ declare module '@polkadot/types/lookup' {
10830
11248
  } & Struct;
10831
11249
  readonly type: 'BuyBonds' | 'LiquidateBondLot';
10832
11250
  }
10833
- /** @name PalletOperationalAccountsCall (259) */
11251
+ /** @name PalletOperationalAccountsCall (266) */
10834
11252
  interface PalletOperationalAccountsCall extends Enum {
10835
11253
  readonly isRegister: boolean;
10836
11254
  readonly asRegister: {
@@ -10859,13 +11277,13 @@ declare module '@polkadot/types/lookup' {
10859
11277
  } & Struct;
10860
11278
  readonly type: 'Register' | 'SetRewardConfig' | 'ForceSetProgress' | 'SetEncryptedServerForSponsee' | 'Activate' | 'ClaimRewards';
10861
11279
  }
10862
- /** @name PalletOperationalAccountsRegistration (260) */
11280
+ /** @name PalletOperationalAccountsRegistration (267) */
10863
11281
  interface PalletOperationalAccountsRegistration extends Enum {
10864
11282
  readonly isV1: boolean;
10865
11283
  readonly asV1: PalletOperationalAccountsRegistrationV1;
10866
11284
  readonly type: 'V1';
10867
11285
  }
10868
- /** @name PalletOperationalAccountsRegistrationV1 (261) */
11286
+ /** @name PalletOperationalAccountsRegistrationV1 (268) */
10869
11287
  interface PalletOperationalAccountsRegistrationV1 extends Struct {
10870
11288
  readonly operationalAccount: AccountId32;
10871
11289
  readonly encryptionPubkey: PalletOperationalAccountsOpaqueEncryptionPubkey;
@@ -10878,14 +11296,14 @@ declare module '@polkadot/types/lookup' {
10878
11296
  readonly miningBotAccountProof: PalletOperationalAccountsAccountOwnershipProof;
10879
11297
  readonly referralProof: Option<PalletOperationalAccountsReferralProof>;
10880
11298
  }
10881
- /** @name PalletOperationalAccountsOpaqueEncryptionPubkey (262) */
11299
+ /** @name PalletOperationalAccountsOpaqueEncryptionPubkey (269) */
10882
11300
  interface PalletOperationalAccountsOpaqueEncryptionPubkey extends U8aFixed {
10883
11301
  }
10884
- /** @name PalletOperationalAccountsAccountOwnershipProof (263) */
11302
+ /** @name PalletOperationalAccountsAccountOwnershipProof (270) */
10885
11303
  interface PalletOperationalAccountsAccountOwnershipProof extends Struct {
10886
11304
  readonly signature: SpRuntimeMultiSignature;
10887
11305
  }
10888
- /** @name PalletOperationalAccountsReferralProof (265) */
11306
+ /** @name PalletOperationalAccountsReferralProof (272) */
10889
11307
  interface PalletOperationalAccountsReferralProof extends Struct {
10890
11308
  readonly referralCode: U8aFixed;
10891
11309
  readonly referralSignature: U8aFixed;
@@ -10893,7 +11311,7 @@ declare module '@polkadot/types/lookup' {
10893
11311
  readonly expiresAtFrame: Compact<u64>;
10894
11312
  readonly sponsorSignature: SpRuntimeMultiSignature;
10895
11313
  }
10896
- /** @name PalletOperationalAccountsOperationalProgressPatch (266) */
11314
+ /** @name PalletOperationalAccountsOperationalProgressPatch (273) */
10897
11315
  interface PalletOperationalAccountsOperationalProgressPatch extends Struct {
10898
11316
  readonly hasUniswapTransfer: Option<bool>;
10899
11317
  readonly vaultCreated: Option<bool>;
@@ -10901,7 +11319,199 @@ declare module '@polkadot/types/lookup' {
10901
11319
  readonly observedBitcoinTotal: Option<u128>;
10902
11320
  readonly observedMiningSeatTotal: Option<u32>;
10903
11321
  }
10904
- /** @name PalletMultisigError (269) */
11322
+ /** @name PalletEthereumVerifierCall (275) */
11323
+ interface PalletEthereumVerifierCall extends Enum {
11324
+ readonly isForceCheckpoint: boolean;
11325
+ readonly asForceCheckpoint: {
11326
+ readonly update: PalletEthereumVerifierCheckpointUpdate;
11327
+ readonly forkVersions: PalletEthereumVerifierForkVersions;
11328
+ } & Struct;
11329
+ readonly isSubmit: boolean;
11330
+ readonly asSubmit: {
11331
+ readonly update: PalletEthereumVerifierUpdate;
11332
+ } & Struct;
11333
+ readonly isImportExecutionHeaderAnchor: boolean;
11334
+ readonly asImportExecutionHeaderAnchor: {
11335
+ readonly executionProof: PalletEthereumVerifierExecutionProof;
11336
+ } & Struct;
11337
+ readonly isSetOperatingMode: boolean;
11338
+ readonly asSetOperatingMode: {
11339
+ readonly mode: PalletEthereumVerifierBasicOperatingMode;
11340
+ } & Struct;
11341
+ readonly type: 'ForceCheckpoint' | 'Submit' | 'ImportExecutionHeaderAnchor' | 'SetOperatingMode';
11342
+ }
11343
+ /** @name PalletEthereumVerifierCheckpointUpdate (276) */
11344
+ interface PalletEthereumVerifierCheckpointUpdate extends Struct {
11345
+ readonly header: SnowbridgeBeaconPrimitivesBeaconHeader;
11346
+ readonly currentSyncCommittee: SnowbridgeBeaconPrimitivesSyncCommittee;
11347
+ readonly currentSyncCommitteeBranch: Vec<H256>;
11348
+ readonly validatorsRoot: H256;
11349
+ }
11350
+ /** @name SnowbridgeBeaconPrimitivesBeaconHeader (277) */
11351
+ interface SnowbridgeBeaconPrimitivesBeaconHeader extends Struct {
11352
+ readonly slot: u64;
11353
+ readonly proposerIndex: u64;
11354
+ readonly parentRoot: H256;
11355
+ readonly stateRoot: H256;
11356
+ readonly bodyRoot: H256;
11357
+ }
11358
+ /** @name SnowbridgeBeaconPrimitivesSyncCommittee (278) */
11359
+ interface SnowbridgeBeaconPrimitivesSyncCommittee extends Struct {
11360
+ readonly pubkeys: Vec<SnowbridgeBeaconPrimitivesPublicKey>;
11361
+ readonly aggregatePubkey: SnowbridgeBeaconPrimitivesPublicKey;
11362
+ }
11363
+ /** @name SnowbridgeBeaconPrimitivesPublicKey (280) */
11364
+ interface SnowbridgeBeaconPrimitivesPublicKey extends U8aFixed {
11365
+ }
11366
+ /** @name PalletEthereumVerifierForkVersions (282) */
11367
+ interface PalletEthereumVerifierForkVersions extends Struct {
11368
+ readonly genesis: PalletEthereumVerifierFork;
11369
+ readonly altair: PalletEthereumVerifierFork;
11370
+ readonly bellatrix: PalletEthereumVerifierFork;
11371
+ readonly capella: PalletEthereumVerifierFork;
11372
+ readonly deneb: PalletEthereumVerifierFork;
11373
+ readonly electra: PalletEthereumVerifierFork;
11374
+ readonly fulu: PalletEthereumVerifierFork;
11375
+ }
11376
+ /** @name PalletEthereumVerifierFork (283) */
11377
+ interface PalletEthereumVerifierFork extends Struct {
11378
+ readonly version: U8aFixed;
11379
+ readonly epoch: Compact<u64>;
11380
+ }
11381
+ /** @name PalletEthereumVerifierUpdate (284) */
11382
+ interface PalletEthereumVerifierUpdate extends Struct {
11383
+ readonly attestedHeader: SnowbridgeBeaconPrimitivesBeaconHeader;
11384
+ readonly syncAggregate: SnowbridgeBeaconPrimitivesSyncAggregate;
11385
+ readonly signatureSlot: Compact<u64>;
11386
+ readonly nextSyncCommitteeUpdate: Option<PalletEthereumVerifierNextSyncCommitteeUpdate>;
11387
+ readonly finalizedHeader: SnowbridgeBeaconPrimitivesBeaconHeader;
11388
+ readonly finalityBranch: Vec<H256>;
11389
+ }
11390
+ /** @name SnowbridgeBeaconPrimitivesSyncAggregate (285) */
11391
+ interface SnowbridgeBeaconPrimitivesSyncAggregate extends Struct {
11392
+ readonly syncCommitteeBits: U8aFixed;
11393
+ readonly syncCommitteeSignature: SnowbridgeBeaconPrimitivesSignature;
11394
+ }
11395
+ /** @name SnowbridgeBeaconPrimitivesSignature (286) */
11396
+ interface SnowbridgeBeaconPrimitivesSignature extends U8aFixed {
11397
+ }
11398
+ /** @name PalletEthereumVerifierNextSyncCommitteeUpdate (289) */
11399
+ interface PalletEthereumVerifierNextSyncCommitteeUpdate extends Struct {
11400
+ readonly nextSyncCommittee: SnowbridgeBeaconPrimitivesSyncCommittee;
11401
+ readonly nextSyncCommitteeBranch: Vec<H256>;
11402
+ }
11403
+ /** @name PalletEthereumVerifierExecutionProof (290) */
11404
+ interface PalletEthereumVerifierExecutionProof extends Struct {
11405
+ readonly header: SnowbridgeBeaconPrimitivesBeaconHeader;
11406
+ readonly executionHeader: SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader;
11407
+ readonly executionBranch: Vec<H256>;
11408
+ }
11409
+ /** @name SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader (291) */
11410
+ interface SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader extends Enum {
11411
+ readonly isCapella: boolean;
11412
+ readonly asCapella: SnowbridgeBeaconPrimitivesExecutionPayloadHeader;
11413
+ readonly isDeneb: boolean;
11414
+ readonly asDeneb: SnowbridgeBeaconPrimitivesDenebExecutionPayloadHeader;
11415
+ readonly type: 'Capella' | 'Deneb';
11416
+ }
11417
+ /** @name SnowbridgeBeaconPrimitivesExecutionPayloadHeader (292) */
11418
+ interface SnowbridgeBeaconPrimitivesExecutionPayloadHeader extends Struct {
11419
+ readonly parentHash: H256;
11420
+ readonly feeRecipient: H160;
11421
+ readonly stateRoot: H256;
11422
+ readonly receiptsRoot: H256;
11423
+ readonly logsBloom: Bytes;
11424
+ readonly prevRandao: H256;
11425
+ readonly blockNumber: u64;
11426
+ readonly gasLimit: u64;
11427
+ readonly gasUsed: u64;
11428
+ readonly timestamp: u64;
11429
+ readonly extraData: Bytes;
11430
+ readonly baseFeePerGas: U256;
11431
+ readonly blockHash: H256;
11432
+ readonly transactionsRoot: H256;
11433
+ readonly withdrawalsRoot: H256;
11434
+ }
11435
+ /** @name SnowbridgeBeaconPrimitivesDenebExecutionPayloadHeader (293) */
11436
+ interface SnowbridgeBeaconPrimitivesDenebExecutionPayloadHeader extends Struct {
11437
+ readonly parentHash: H256;
11438
+ readonly feeRecipient: H160;
11439
+ readonly stateRoot: H256;
11440
+ readonly receiptsRoot: H256;
11441
+ readonly logsBloom: Bytes;
11442
+ readonly prevRandao: H256;
11443
+ readonly blockNumber: u64;
11444
+ readonly gasLimit: u64;
11445
+ readonly gasUsed: u64;
11446
+ readonly timestamp: u64;
11447
+ readonly extraData: Bytes;
11448
+ readonly baseFeePerGas: U256;
11449
+ readonly blockHash: H256;
11450
+ readonly transactionsRoot: H256;
11451
+ readonly withdrawalsRoot: H256;
11452
+ readonly blobGasUsed: u64;
11453
+ readonly excessBlobGas: u64;
11454
+ }
11455
+ /** @name PalletCrosschainTransferCall (294) */
11456
+ interface PalletCrosschainTransferCall extends Enum {
11457
+ readonly isSetChainConfig: boolean;
11458
+ readonly asSetChainConfig: {
11459
+ readonly config: PalletCrosschainTransferChainConfig;
11460
+ } & Struct;
11461
+ readonly isProveTransfer: boolean;
11462
+ readonly asProveTransfer: {
11463
+ readonly proof: PalletCrosschainTransferTransferProof;
11464
+ } & Struct;
11465
+ readonly type: 'SetChainConfig' | 'ProveTransfer';
11466
+ }
11467
+ /** @name PalletCrosschainTransferChainConfig (295) */
11468
+ interface PalletCrosschainTransferChainConfig extends Enum {
11469
+ readonly isEthereum: boolean;
11470
+ readonly asEthereum: {
11471
+ readonly gateway: H160;
11472
+ readonly argonToken: H160;
11473
+ readonly argonotToken: H160;
11474
+ readonly previousGateway: Option<H160>;
11475
+ readonly previousReleaseExpiration: Option<u64>;
11476
+ } & Struct;
11477
+ readonly type: 'Ethereum';
11478
+ }
11479
+ /** @name PalletCrosschainTransferTransferProof (297) */
11480
+ interface PalletCrosschainTransferTransferProof extends Enum {
11481
+ readonly isEthereum: boolean;
11482
+ readonly asEthereum: {
11483
+ readonly sourceChain: PalletCrosschainTransferSourceChain;
11484
+ readonly eventLog: ArgonPrimitivesEthereumEthereumLog;
11485
+ readonly proof: ArgonPrimitivesEthereumEthereumProof;
11486
+ } & Struct;
11487
+ readonly type: 'Ethereum';
11488
+ }
11489
+ /** @name ArgonPrimitivesEthereumEthereumLog (298) */
11490
+ interface ArgonPrimitivesEthereumEthereumLog extends Struct {
11491
+ readonly address: H160;
11492
+ readonly topics: Vec<H256>;
11493
+ readonly data: Bytes;
11494
+ }
11495
+ /** @name ArgonPrimitivesEthereumEthereumProof (299) */
11496
+ interface ArgonPrimitivesEthereumEthereumProof extends Struct {
11497
+ readonly executionBlockProof: ArgonPrimitivesEthereumEthereumExecutionBlockProof;
11498
+ readonly receiptProof: ArgonPrimitivesEthereumEthereumReceiptProof;
11499
+ }
11500
+ /** @name ArgonPrimitivesEthereumEthereumExecutionBlockProof (300) */
11501
+ interface ArgonPrimitivesEthereumEthereumExecutionBlockProof extends Struct {
11502
+ readonly anchorBlockHash: H256;
11503
+ readonly targetToAnchorHeaderChain: Vec<ArgonPrimitivesEthereumEthereumExecutionHeader>;
11504
+ }
11505
+ /** @name ArgonPrimitivesEthereumEthereumExecutionHeader (302) */
11506
+ interface ArgonPrimitivesEthereumEthereumExecutionHeader extends Struct {
11507
+ readonly rlp: Bytes;
11508
+ }
11509
+ /** @name ArgonPrimitivesEthereumEthereumReceiptProof (303) */
11510
+ interface ArgonPrimitivesEthereumEthereumReceiptProof extends Struct {
11511
+ readonly transactionIndex: Compact<u64>;
11512
+ readonly nodes: Vec<Bytes>;
11513
+ }
11514
+ /** @name PalletMultisigError (305) */
10905
11515
  interface PalletMultisigError extends Enum {
10906
11516
  readonly isMinimumThreshold: boolean;
10907
11517
  readonly isAlreadyApproved: boolean;
@@ -10919,19 +11529,19 @@ declare module '@polkadot/types/lookup' {
10919
11529
  readonly isAlreadyStored: boolean;
10920
11530
  readonly type: 'MinimumThreshold' | 'AlreadyApproved' | 'NoApprovalsNeeded' | 'TooFewSignatories' | 'TooManySignatories' | 'SignatoriesOutOfOrder' | 'SenderInSignatories' | 'NotFound' | 'NotOwner' | 'NoTimepoint' | 'WrongTimepoint' | 'UnexpectedTimepoint' | 'MaxWeightTooLow' | 'AlreadyStored';
10921
11531
  }
10922
- /** @name PalletProxyProxyDefinition (272) */
11532
+ /** @name PalletProxyProxyDefinition (308) */
10923
11533
  interface PalletProxyProxyDefinition extends Struct {
10924
11534
  readonly delegate: AccountId32;
10925
11535
  readonly proxyType: ArgonRuntimeProxyType;
10926
11536
  readonly delay: u32;
10927
11537
  }
10928
- /** @name PalletProxyAnnouncement (276) */
11538
+ /** @name PalletProxyAnnouncement (312) */
10929
11539
  interface PalletProxyAnnouncement extends Struct {
10930
11540
  readonly real: AccountId32;
10931
11541
  readonly callHash: H256;
10932
11542
  readonly height: u32;
10933
11543
  }
10934
- /** @name PalletProxyError (278) */
11544
+ /** @name PalletProxyError (314) */
10935
11545
  interface PalletProxyError extends Enum {
10936
11546
  readonly isTooMany: boolean;
10937
11547
  readonly isNotFound: boolean;
@@ -10943,34 +11553,34 @@ declare module '@polkadot/types/lookup' {
10943
11553
  readonly isNoSelfProxy: boolean;
10944
11554
  readonly type: 'TooMany' | 'NotFound' | 'NotProxy' | 'Unproxyable' | 'Duplicate' | 'NoPermission' | 'Unannounced' | 'NoSelfProxy';
10945
11555
  }
10946
- /** @name ArgonPrimitivesTickTicker (279) */
11556
+ /** @name ArgonPrimitivesTickTicker (315) */
10947
11557
  interface ArgonPrimitivesTickTicker extends Struct {
10948
11558
  readonly tickDurationMillis: Compact<u64>;
10949
11559
  readonly channelHoldExpirationTicks: Compact<u64>;
10950
11560
  }
10951
- /** @name PalletTicksError (281) */
11561
+ /** @name PalletTicksError (317) */
10952
11562
  type PalletTicksError = Null;
10953
- /** @name PalletMiningSlotMinerNonceScoring (284) */
11563
+ /** @name PalletMiningSlotMinerNonceScoring (320) */
10954
11564
  interface PalletMiningSlotMinerNonceScoring extends Struct {
10955
11565
  readonly nonce: U256;
10956
11566
  readonly lastWinBlock: Option<u32>;
10957
11567
  readonly blocksWonInFrame: u16;
10958
11568
  readonly frameStartBlocksWonSurplus: i16;
10959
11569
  }
10960
- /** @name ArgonPrimitivesBlockSealMiningBidStats (296) */
11570
+ /** @name ArgonPrimitivesBlockSealMiningBidStats (332) */
10961
11571
  interface ArgonPrimitivesBlockSealMiningBidStats extends Struct {
10962
11572
  readonly bidsCount: u32;
10963
11573
  readonly bidAmountMin: u128;
10964
11574
  readonly bidAmountMax: u128;
10965
11575
  readonly bidAmountSum: u128;
10966
11576
  }
10967
- /** @name ArgonPrimitivesBlockSealMiningSlotConfig (300) */
11577
+ /** @name ArgonPrimitivesBlockSealMiningSlotConfig (336) */
10968
11578
  interface ArgonPrimitivesBlockSealMiningSlotConfig extends Struct {
10969
11579
  readonly ticksBeforeBidEndForVrfClose: Compact<u64>;
10970
11580
  readonly ticksBetweenSlots: Compact<u64>;
10971
11581
  readonly slotBiddingStartAfterTicks: Compact<u64>;
10972
11582
  }
10973
- /** @name PalletMiningSlotError (311) */
11583
+ /** @name PalletMiningSlotError (347) */
10974
11584
  interface PalletMiningSlotError extends Enum {
10975
11585
  readonly isSlotNotTakingBids: boolean;
10976
11586
  readonly isTooManyBlockRegistrants: boolean;
@@ -10984,7 +11594,7 @@ declare module '@polkadot/types/lookup' {
10984
11594
  readonly isUnrecoverableHold: boolean;
10985
11595
  readonly type: 'SlotNotTakingBids' | 'TooManyBlockRegistrants' | 'InsufficientOwnershipTokens' | 'BidTooLow' | 'CannotRegisterOverlappingSessions' | 'CannotChangeFundingAccount' | 'InsufficientFunds' | 'BidCannotBeReduced' | 'InvalidBidAmount' | 'UnrecoverableHold';
10986
11596
  }
10987
- /** @name ArgonPrimitivesBitcoinUtxoValue (312) */
11597
+ /** @name ArgonPrimitivesBitcoinUtxoValue (348) */
10988
11598
  interface ArgonPrimitivesBitcoinUtxoValue extends Struct {
10989
11599
  readonly utxoId: u64;
10990
11600
  readonly scriptPubkey: ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey;
@@ -10992,7 +11602,7 @@ declare module '@polkadot/types/lookup' {
10992
11602
  readonly submittedAtHeight: Compact<u64>;
10993
11603
  readonly watchForSpentUntilHeight: Compact<u64>;
10994
11604
  }
10995
- /** @name ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey (313) */
11605
+ /** @name ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey (349) */
10996
11606
  interface ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey extends Enum {
10997
11607
  readonly isP2wsh: boolean;
10998
11608
  readonly asP2wsh: {
@@ -11000,7 +11610,7 @@ declare module '@polkadot/types/lookup' {
11000
11610
  } & Struct;
11001
11611
  readonly type: 'P2wsh';
11002
11612
  }
11003
- /** @name ArgonPrimitivesBitcoinBitcoinNetwork (322) */
11613
+ /** @name ArgonPrimitivesBitcoinBitcoinNetwork (358) */
11004
11614
  interface ArgonPrimitivesBitcoinBitcoinNetwork extends Enum {
11005
11615
  readonly isBitcoin: boolean;
11006
11616
  readonly isTestnet: boolean;
@@ -11008,7 +11618,7 @@ declare module '@polkadot/types/lookup' {
11008
11618
  readonly isRegtest: boolean;
11009
11619
  readonly type: 'Bitcoin' | 'Testnet' | 'Signet' | 'Regtest';
11010
11620
  }
11011
- /** @name PalletBitcoinUtxosError (323) */
11621
+ /** @name PalletBitcoinUtxosError (359) */
11012
11622
  interface PalletBitcoinUtxosError extends Enum {
11013
11623
  readonly isNoPermissions: boolean;
11014
11624
  readonly isNoBitcoinConfirmedBlock: boolean;
@@ -11027,7 +11637,7 @@ declare module '@polkadot/types/lookup' {
11027
11637
  readonly isLockAlreadyFunded: boolean;
11028
11638
  readonly type: 'NoPermissions' | 'NoBitcoinConfirmedBlock' | 'InsufficientBitcoinAmount' | 'NoBitcoinPricesAvailable' | 'ScriptPubkeyConflict' | 'UtxoNotLocked' | 'RedemptionsUnavailable' | 'InvalidBitcoinSyncHeight' | 'BitcoinHeightNotConfirmed' | 'MaxUtxosExceeded' | 'InvalidBitcoinScript' | 'DuplicateUtxoId' | 'MaxCandidateUtxosExceeded' | 'UtxoNotCandidate' | 'LockAlreadyFunded';
11029
11639
  }
11030
- /** @name ArgonPrimitivesVault (324) */
11640
+ /** @name ArgonPrimitivesVault (360) */
11031
11641
  interface ArgonPrimitivesVault extends Struct {
11032
11642
  readonly operatorAccountId: AccountId32;
11033
11643
  readonly bitcoinLockDelegateAccount: Option<AccountId32>;
@@ -11047,7 +11657,7 @@ declare module '@polkadot/types/lookup' {
11047
11657
  readonly openedTick: Compact<u64>;
11048
11658
  readonly operationalMinimumReleaseTick: Option<u64>;
11049
11659
  }
11050
- /** @name ArgonPrimitivesBitcoinBitcoinXPub (332) */
11660
+ /** @name ArgonPrimitivesBitcoinBitcoinXPub (368) */
11051
11661
  interface ArgonPrimitivesBitcoinBitcoinXPub extends Struct {
11052
11662
  readonly publicKey: ArgonPrimitivesBitcoinCompressedBitcoinPubkey;
11053
11663
  readonly depth: Compact<u8>;
@@ -11056,13 +11666,13 @@ declare module '@polkadot/types/lookup' {
11056
11666
  readonly chainCode: U8aFixed;
11057
11667
  readonly network: ArgonPrimitivesBitcoinNetworkKind;
11058
11668
  }
11059
- /** @name ArgonPrimitivesBitcoinNetworkKind (334) */
11669
+ /** @name ArgonPrimitivesBitcoinNetworkKind (370) */
11060
11670
  interface ArgonPrimitivesBitcoinNetworkKind extends Enum {
11061
11671
  readonly isMain: boolean;
11062
11672
  readonly isTest: boolean;
11063
11673
  readonly type: 'Main' | 'Test';
11064
11674
  }
11065
- /** @name PalletVaultsVaultFrameRevenue (343) */
11675
+ /** @name PalletVaultsVaultFrameRevenue (379) */
11066
11676
  interface PalletVaultsVaultFrameRevenue extends Struct {
11067
11677
  readonly frameId: Compact<u64>;
11068
11678
  readonly bitcoinLockFeeRevenue: Compact<u128>;
@@ -11081,14 +11691,14 @@ declare module '@polkadot/types/lookup' {
11081
11691
  readonly treasuryExternalCapital: Compact<u128>;
11082
11692
  readonly uncollectedRevenue: Compact<u128>;
11083
11693
  }
11084
- /** @name PalletVaultsRecentCapacityDrop (346) */
11694
+ /** @name PalletVaultsRecentCapacityDrop (382) */
11085
11695
  interface PalletVaultsRecentCapacityDrop extends Struct {
11086
11696
  readonly blockNumber: Compact<u32>;
11087
11697
  readonly availableBeforeDrop: Compact<u128>;
11088
11698
  readonly availableAfterDrop: Compact<u128>;
11089
11699
  readonly noFeeFailuresUsed: Compact<u32>;
11090
11700
  }
11091
- /** @name PalletVaultsError (348) */
11701
+ /** @name PalletVaultsError (384) */
11092
11702
  interface PalletVaultsError extends Enum {
11093
11703
  readonly isNoMoreVaultIds: boolean;
11094
11704
  readonly isInsufficientFunds: boolean;
@@ -11122,7 +11732,7 @@ declare module '@polkadot/types/lookup' {
11122
11732
  readonly isAccountAlreadyHasVault: boolean;
11123
11733
  readonly type: 'NoMoreVaultIds' | 'InsufficientFunds' | 'InsufficientVaultFunds' | 'AccountBelowMinimumBalance' | 'VaultClosed' | 'InvalidVaultAmount' | 'VaultReductionBelowSecuritization' | 'InvalidSecuritization' | 'ReusedVaultBitcoinXpub' | 'InvalidBitcoinScript' | 'InvalidXpubkey' | 'WrongXpubNetwork' | 'UnsafeXpubkey' | 'UnableToDeriveVaultXpubChild' | 'BitcoinConversionFailed' | 'NoPermissions' | 'HoldUnexpectedlyModified' | 'UnrecoverableHold' | 'VaultNotFound' | 'VaultNotYetActive' | 'NoVaultBitcoinPubkeysAvailable' | 'TermsModificationOverflow' | 'TermsChangeAlreadyScheduled' | 'InternalError' | 'UnableToGenerateVaultBitcoinPubkey' | 'FundingChangeAlreadyScheduled' | 'InvalidVaultName' | 'PendingCosignsBeforeCollect' | 'PendingOrphanedUtxoCosignsBeforeCollect' | 'AccountAlreadyHasVault';
11124
11734
  }
11125
- /** @name PalletBitcoinLocksLockedBitcoin (349) */
11735
+ /** @name PalletBitcoinLocksLockedBitcoin (385) */
11126
11736
  interface PalletBitcoinLocksLockedBitcoin extends Struct {
11127
11737
  readonly vaultId: Compact<u32>;
11128
11738
  readonly liquidityPromised: Compact<u128>;
@@ -11145,7 +11755,7 @@ declare module '@polkadot/types/lookup' {
11145
11755
  readonly fundHoldExtensions: BTreeMap<u64, u128>;
11146
11756
  readonly createdAtArgonBlock: Compact<u32>;
11147
11757
  }
11148
- /** @name PalletBitcoinLocksLockReleaseRequest (352) */
11758
+ /** @name PalletBitcoinLocksLockReleaseRequest (388) */
11149
11759
  interface PalletBitcoinLocksLockReleaseRequest extends Struct {
11150
11760
  readonly utxoId: Compact<u64>;
11151
11761
  readonly vaultId: Compact<u32>;
@@ -11154,7 +11764,7 @@ declare module '@polkadot/types/lookup' {
11154
11764
  readonly toScriptPubkey: Bytes;
11155
11765
  readonly redemptionPrice: Compact<u128>;
11156
11766
  }
11157
- /** @name PalletBitcoinLocksOrphanedUtxo (354) */
11767
+ /** @name PalletBitcoinLocksOrphanedUtxo (390) */
11158
11768
  interface PalletBitcoinLocksOrphanedUtxo extends Struct {
11159
11769
  readonly utxoId: Compact<u64>;
11160
11770
  readonly vaultId: Compact<u32>;
@@ -11162,13 +11772,13 @@ declare module '@polkadot/types/lookup' {
11162
11772
  readonly recordedArgonBlockNumber: Compact<u32>;
11163
11773
  readonly cosignRequest: Option<PalletBitcoinLocksOrphanedUtxoCosignRequest>;
11164
11774
  }
11165
- /** @name PalletBitcoinLocksOrphanedUtxoCosignRequest (356) */
11775
+ /** @name PalletBitcoinLocksOrphanedUtxoCosignRequest (392) */
11166
11776
  interface PalletBitcoinLocksOrphanedUtxoCosignRequest extends Struct {
11167
11777
  readonly bitcoinNetworkFee: u64;
11168
11778
  readonly toScriptPubkey: Bytes;
11169
11779
  readonly createdAtArgonBlockNumber: u32;
11170
11780
  }
11171
- /** @name PalletBitcoinLocksError (363) */
11781
+ /** @name PalletBitcoinLocksError (399) */
11172
11782
  interface PalletBitcoinLocksError extends Enum {
11173
11783
  readonly isInsufficientFunds: boolean;
11174
11784
  readonly isInsufficientVaultFunds: boolean;
@@ -11208,7 +11818,7 @@ declare module '@polkadot/types/lookup' {
11208
11818
  readonly isMaxOrphanedUtxoReleaseRequestsExceeded: boolean;
11209
11819
  readonly type: 'InsufficientFunds' | 'InsufficientVaultFunds' | 'AccountWouldGoBelowMinimumBalance' | 'VaultClosed' | 'InvalidVaultAmount' | 'RedemptionNotLocked' | 'BitcoinReleaseInitiationDeadlinePassed' | 'BitcoinFeeTooHigh' | 'BitcoinUtxoNotFound' | 'BitcoinUnableToBeDecodedForRelease' | 'BitcoinSignatureUnableToBeDecoded' | 'BitcoinPubkeyUnableToBeDecoded' | 'BitcoinInvalidCosignature' | 'InsufficientSatoshisLocked' | 'NoBitcoinPricesAvailable' | 'InvalidBitcoinScript' | 'NoPermissions' | 'HoldUnexpectedlyModified' | 'UnrecoverableHold' | 'VaultNotFound' | 'GenericVaultError' | 'LockNotFound' | 'NoVaultBitcoinPubkeysAvailable' | 'UnableToGenerateVaultBitcoinPubkey' | 'VaultNotYetActive' | 'ExpirationAtBlockOverflow' | 'NoRatchetingAvailable' | 'LockInProcessOfRelease' | 'LockPendingFunding' | 'OverflowError' | 'IneligibleMicrogonRateRequested' | 'OrphanedUtxoFundingConflict' | 'OrphanedUtxoReleaseRequested' | 'FundingUtxoCannotBeReleased' | 'MaxOrphanedUtxoReleaseRequestsExceeded';
11210
11820
  }
11211
- /** @name ArgonPrimitivesVaultVaultError (364) */
11821
+ /** @name ArgonPrimitivesVaultVaultError (400) */
11212
11822
  interface ArgonPrimitivesVaultVaultError extends Enum {
11213
11823
  readonly isVaultClosed: boolean;
11214
11824
  readonly isAccountWouldBeBelowMinimum: boolean;
@@ -11224,7 +11834,7 @@ declare module '@polkadot/types/lookup' {
11224
11834
  readonly isVaultNotYetActive: boolean;
11225
11835
  readonly type: 'VaultClosed' | 'AccountWouldBeBelowMinimum' | 'InsufficientFunds' | 'InsufficientVaultFunds' | 'HoldUnexpectedlyModified' | 'UnrecoverableHold' | 'VaultNotFound' | 'NoVaultBitcoinPubkeysAvailable' | 'UnableToGenerateVaultBitcoinPubkey' | 'InvalidBitcoinScript' | 'InternalError' | 'VaultNotYetActive';
11226
11836
  }
11227
- /** @name PalletNotariesError (376) */
11837
+ /** @name PalletNotariesError (412) */
11228
11838
  interface PalletNotariesError extends Enum {
11229
11839
  readonly isProposalNotFound: boolean;
11230
11840
  readonly isMaxNotariesExceeded: boolean;
@@ -11237,7 +11847,7 @@ declare module '@polkadot/types/lookup' {
11237
11847
  readonly isInvalidNotary: boolean;
11238
11848
  readonly type: 'ProposalNotFound' | 'MaxNotariesExceeded' | 'MaxProposalsPerBlockExceeded' | 'NotAnActiveNotary' | 'InvalidNotaryOperator' | 'NoMoreNotaryIds' | 'EffectiveTickTooSoon' | 'TooManyKeys' | 'InvalidNotary';
11239
11849
  }
11240
- /** @name ArgonPrimitivesNotaryNotaryNotebookKeyDetails (380) */
11850
+ /** @name ArgonPrimitivesNotaryNotaryNotebookKeyDetails (416) */
11241
11851
  interface ArgonPrimitivesNotaryNotaryNotebookKeyDetails extends Struct {
11242
11852
  readonly notebookNumber: Compact<u32>;
11243
11853
  readonly tick: Compact<u64>;
@@ -11245,7 +11855,7 @@ declare module '@polkadot/types/lookup' {
11245
11855
  readonly secretHash: H256;
11246
11856
  readonly parentSecret: Option<H256>;
11247
11857
  }
11248
- /** @name PalletNotebookError (383) */
11858
+ /** @name PalletNotebookError (419) */
11249
11859
  interface PalletNotebookError extends Enum {
11250
11860
  readonly isDuplicateNotebookNumber: boolean;
11251
11861
  readonly isMissingNotebookNumber: boolean;
@@ -11264,17 +11874,17 @@ declare module '@polkadot/types/lookup' {
11264
11874
  readonly isInvalidNotebookSubmissionTick: boolean;
11265
11875
  readonly type: 'DuplicateNotebookNumber' | 'MissingNotebookNumber' | 'NotebookTickAlreadyUsed' | 'InvalidNotebookSignature' | 'InvalidSecretProvided' | 'CouldNotDecodeNotebook' | 'DuplicateNotebookDigest' | 'MissingNotebookDigest' | 'InvalidNotebookDigest' | 'MultipleNotebookInherentsProvided' | 'InternalError' | 'NotebookSubmittedForLockedNotary' | 'InvalidReprocessNotebook' | 'InvalidNotaryOperator' | 'InvalidNotebookSubmissionTick';
11266
11876
  }
11267
- /** @name PalletLocalchainTransferQueuedTransferOut (384) */
11877
+ /** @name PalletLocalchainTransferQueuedTransferOut (420) */
11268
11878
  interface PalletLocalchainTransferQueuedTransferOut extends Struct {
11269
11879
  readonly accountId: AccountId32;
11270
11880
  readonly amount: u128;
11271
11881
  readonly expirationTick: u64;
11272
11882
  readonly notaryId: u32;
11273
11883
  }
11274
- /** @name FrameSupportPalletId (386) */
11884
+ /** @name FrameSupportPalletId (422) */
11275
11885
  interface FrameSupportPalletId extends U8aFixed {
11276
11886
  }
11277
- /** @name PalletLocalchainTransferError (387) */
11887
+ /** @name PalletLocalchainTransferError (423) */
11278
11888
  interface PalletLocalchainTransferError extends Enum {
11279
11889
  readonly isMaxBlockTransfersExceeded: boolean;
11280
11890
  readonly isInsufficientFunds: boolean;
@@ -11286,7 +11896,7 @@ declare module '@polkadot/types/lookup' {
11286
11896
  readonly isNoAvailableTransferId: boolean;
11287
11897
  readonly type: 'MaxBlockTransfersExceeded' | 'InsufficientFunds' | 'InsufficientNotarizedFunds' | 'InvalidOrDuplicatedLocalchainTransfer' | 'NotebookIncludesExpiredLocalchainTransfer' | 'InvalidNotaryUsedForTransfer' | 'NotaryLockedForTransfer' | 'NoAvailableTransferId';
11288
11898
  }
11289
- /** @name ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails (391) */
11899
+ /** @name ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails (427) */
11290
11900
  interface ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails extends Struct {
11291
11901
  readonly notaryId: Compact<u32>;
11292
11902
  readonly notebookNumber: Compact<u32>;
@@ -11294,12 +11904,12 @@ declare module '@polkadot/types/lookup' {
11294
11904
  readonly blockVotesCount: Compact<u32>;
11295
11905
  readonly blockVotingPower: Compact<u128>;
11296
11906
  }
11297
- /** @name PalletBlockSealSpecError (396) */
11907
+ /** @name PalletBlockSealSpecError (432) */
11298
11908
  interface PalletBlockSealSpecError extends Enum {
11299
11909
  readonly isMaxNotebooksAtTickExceeded: boolean;
11300
11910
  readonly type: 'MaxNotebooksAtTickExceeded';
11301
11911
  }
11302
- /** @name PalletDomainsError (398) */
11912
+ /** @name PalletDomainsError (434) */
11303
11913
  interface PalletDomainsError extends Enum {
11304
11914
  readonly isDomainNotRegistered: boolean;
11305
11915
  readonly isNotDomainOwner: boolean;
@@ -11308,13 +11918,13 @@ declare module '@polkadot/types/lookup' {
11308
11918
  readonly isAccountDecodingError: boolean;
11309
11919
  readonly type: 'DomainNotRegistered' | 'NotDomainOwner' | 'FailedToAddToAddressHistory' | 'FailedToAddExpiringDomain' | 'AccountDecodingError';
11310
11920
  }
11311
- /** @name PalletPriceIndexCpiMeasurementBucket (400) */
11921
+ /** @name PalletPriceIndexCpiMeasurementBucket (436) */
11312
11922
  interface PalletPriceIndexCpiMeasurementBucket extends Struct {
11313
11923
  readonly tickRange: ITuple<[u64, u64]>;
11314
11924
  readonly totalCpi: i128;
11315
11925
  readonly measurementsCount: u32;
11316
11926
  }
11317
- /** @name PalletPriceIndexError (402) */
11927
+ /** @name PalletPriceIndexError (438) */
11318
11928
  interface PalletPriceIndexError extends Enum {
11319
11929
  readonly isNotAuthorizedOperator: boolean;
11320
11930
  readonly isMissingValue: boolean;
@@ -11322,7 +11932,7 @@ declare module '@polkadot/types/lookup' {
11322
11932
  readonly isMaxPriceChangePerTickExceeded: boolean;
11323
11933
  readonly type: 'NotAuthorizedOperator' | 'MissingValue' | 'PricesTooOld' | 'MaxPriceChangePerTickExceeded';
11324
11934
  }
11325
- /** @name PalletGrandpaStoredState (403) */
11935
+ /** @name PalletGrandpaStoredState (439) */
11326
11936
  interface PalletGrandpaStoredState extends Enum {
11327
11937
  readonly isLive: boolean;
11328
11938
  readonly isPendingPause: boolean;
@@ -11338,14 +11948,14 @@ declare module '@polkadot/types/lookup' {
11338
11948
  } & Struct;
11339
11949
  readonly type: 'Live' | 'PendingPause' | 'Paused' | 'PendingResume';
11340
11950
  }
11341
- /** @name PalletGrandpaStoredPendingChange (404) */
11951
+ /** @name PalletGrandpaStoredPendingChange (440) */
11342
11952
  interface PalletGrandpaStoredPendingChange extends Struct {
11343
11953
  readonly scheduledAt: u32;
11344
11954
  readonly delay: u32;
11345
11955
  readonly nextAuthorities: Vec<ITuple<[SpConsensusGrandpaAppPublic, u64]>>;
11346
11956
  readonly forced: Option<u32>;
11347
11957
  }
11348
- /** @name PalletGrandpaError (406) */
11958
+ /** @name PalletGrandpaError (442) */
11349
11959
  interface PalletGrandpaError extends Enum {
11350
11960
  readonly isPauseFailed: boolean;
11351
11961
  readonly isResumeFailed: boolean;
@@ -11356,13 +11966,13 @@ declare module '@polkadot/types/lookup' {
11356
11966
  readonly isDuplicateOffenceReport: boolean;
11357
11967
  readonly type: 'PauseFailed' | 'ResumeFailed' | 'ChangePending' | 'TooSoon' | 'InvalidKeyOwnershipProof' | 'InvalidEquivocationProof' | 'DuplicateOffenceReport';
11358
11968
  }
11359
- /** @name ArgonPrimitivesProvidersBlockSealerInfo (407) */
11969
+ /** @name ArgonPrimitivesProvidersBlockSealerInfo (443) */
11360
11970
  interface ArgonPrimitivesProvidersBlockSealerInfo extends Struct {
11361
11971
  readonly blockAuthorAccountId: AccountId32;
11362
11972
  readonly blockVoteRewardsAccount: Option<AccountId32>;
11363
11973
  readonly blockSealAuthority: Option<ArgonPrimitivesBlockSealAppPublic>;
11364
11974
  }
11365
- /** @name PalletBlockSealError (409) */
11975
+ /** @name PalletBlockSealError (445) */
11366
11976
  interface PalletBlockSealError extends Enum {
11367
11977
  readonly isInvalidVoteSealStrength: boolean;
11368
11978
  readonly isInvalidSubmitter: boolean;
@@ -11387,59 +11997,59 @@ declare module '@polkadot/types/lookup' {
11387
11997
  readonly isDuplicateVoteBlockAtTick: boolean;
11388
11998
  readonly type: 'InvalidVoteSealStrength' | 'InvalidSubmitter' | 'UnableToDecodeVoteAccount' | 'UnregisteredBlockAuthor' | 'InvalidBlockVoteProof' | 'NoGrandparentVoteMinimum' | 'DuplicateBlockSealProvided' | 'InsufficientVotingPower' | 'ParentVotingKeyNotFound' | 'InvalidVoteGrandparentHash' | 'IneligibleNotebookUsed' | 'NoEligibleVotingRoot' | 'CouldNotDecodeVote' | 'MaxNotebooksAtTickExceeded' | 'NoClosestMinerFoundForVote' | 'BlockVoteInvalidSignature' | 'InvalidForkPowerParent' | 'BlockSealDecodeError' | 'InvalidComputeBlockTick' | 'InvalidMinerNonceScore' | 'DuplicateVoteBlockAtTick';
11389
11999
  }
11390
- /** @name PalletBlockRewardsError (413) */
12000
+ /** @name PalletBlockRewardsError (449) */
11391
12001
  type PalletBlockRewardsError = Null;
11392
- /** @name PalletMintMintAction (419) */
12002
+ /** @name PalletMintMintAction (455) */
11393
12003
  interface PalletMintMintAction extends Struct {
11394
12004
  readonly argonBurned: u128;
11395
12005
  readonly argonMinted: u128;
11396
12006
  readonly bitcoinMinted: u128;
11397
12007
  }
11398
- /** @name PalletMintError (420) */
12008
+ /** @name PalletMintError (456) */
11399
12009
  interface PalletMintError extends Enum {
11400
12010
  readonly isTooManyPendingMints: boolean;
11401
12011
  readonly type: 'TooManyPendingMints';
11402
12012
  }
11403
- /** @name PalletBalancesBalanceLock (422) */
12013
+ /** @name PalletBalancesBalanceLock (458) */
11404
12014
  interface PalletBalancesBalanceLock extends Struct {
11405
12015
  readonly id: U8aFixed;
11406
12016
  readonly amount: u128;
11407
12017
  readonly reasons: PalletBalancesReasons;
11408
12018
  }
11409
- /** @name PalletBalancesReasons (423) */
12019
+ /** @name PalletBalancesReasons (459) */
11410
12020
  interface PalletBalancesReasons extends Enum {
11411
12021
  readonly isFee: boolean;
11412
12022
  readonly isMisc: boolean;
11413
12023
  readonly isAll: boolean;
11414
12024
  readonly type: 'Fee' | 'Misc' | 'All';
11415
12025
  }
11416
- /** @name PalletBalancesReserveData (426) */
12026
+ /** @name PalletBalancesReserveData (462) */
11417
12027
  interface PalletBalancesReserveData extends Struct {
11418
12028
  readonly id: U8aFixed;
11419
12029
  readonly amount: u128;
11420
12030
  }
11421
- /** @name FrameSupportTokensMiscIdAmountRuntimeHoldReason (429) */
12031
+ /** @name FrameSupportTokensMiscIdAmountRuntimeHoldReason (465) */
11422
12032
  interface FrameSupportTokensMiscIdAmountRuntimeHoldReason extends Struct {
11423
12033
  readonly id: ArgonRuntimeRuntimeHoldReason;
11424
12034
  readonly amount: u128;
11425
12035
  }
11426
- /** @name FrameSupportTokensMiscIdAmountRuntimeFreezeReason (432) */
12036
+ /** @name FrameSupportTokensMiscIdAmountRuntimeFreezeReason (468) */
11427
12037
  interface FrameSupportTokensMiscIdAmountRuntimeFreezeReason extends Struct {
11428
12038
  readonly id: ArgonRuntimeRuntimeFreezeReason;
11429
12039
  readonly amount: u128;
11430
12040
  }
11431
- /** @name ArgonRuntimeRuntimeFreezeReason (433) */
12041
+ /** @name ArgonRuntimeRuntimeFreezeReason (469) */
11432
12042
  interface ArgonRuntimeRuntimeFreezeReason extends Enum {
11433
12043
  readonly isBlockRewards: boolean;
11434
12044
  readonly asBlockRewards: PalletBlockRewardsFreezeReason;
11435
12045
  readonly type: 'BlockRewards';
11436
12046
  }
11437
- /** @name PalletBlockRewardsFreezeReason (434) */
12047
+ /** @name PalletBlockRewardsFreezeReason (470) */
11438
12048
  interface PalletBlockRewardsFreezeReason extends Enum {
11439
12049
  readonly isMaturationPeriod: boolean;
11440
12050
  readonly type: 'MaturationPeriod';
11441
12051
  }
11442
- /** @name PalletBalancesError (436) */
12052
+ /** @name PalletBalancesError (472) */
11443
12053
  interface PalletBalancesError extends Enum {
11444
12054
  readonly isVestingBalance: boolean;
11445
12055
  readonly isLiquidityRestrictions: boolean;
@@ -11455,7 +12065,7 @@ declare module '@polkadot/types/lookup' {
11455
12065
  readonly isDeltaZero: boolean;
11456
12066
  readonly type: 'VestingBalance' | 'LiquidityRestrictions' | 'InsufficientBalance' | 'ExistentialDeposit' | 'Expendability' | 'ExistingVestingSchedule' | 'DeadAccount' | 'TooManyReserves' | 'TooManyHolds' | 'TooManyFreezes' | 'IssuanceDeactivated' | 'DeltaZero';
11457
12067
  }
11458
- /** @name PalletTxPauseError (438) */
12068
+ /** @name PalletTxPauseError (474) */
11459
12069
  interface PalletTxPauseError extends Enum {
11460
12070
  readonly isIsPaused: boolean;
11461
12071
  readonly isIsUnpaused: boolean;
@@ -11463,46 +12073,46 @@ declare module '@polkadot/types/lookup' {
11463
12073
  readonly isNotFound: boolean;
11464
12074
  readonly type: 'IsPaused' | 'IsUnpaused' | 'Unpausable' | 'NotFound';
11465
12075
  }
11466
- /** @name PalletTransactionPaymentReleases (439) */
12076
+ /** @name PalletTransactionPaymentReleases (475) */
11467
12077
  interface PalletTransactionPaymentReleases extends Enum {
11468
12078
  readonly isV1Ancient: boolean;
11469
12079
  readonly isV2: boolean;
11470
12080
  readonly type: 'V1Ancient' | 'V2';
11471
12081
  }
11472
- /** @name FrameSupportStorageNoDrop (440) */
12082
+ /** @name FrameSupportStorageNoDrop (476) */
11473
12083
  interface FrameSupportStorageNoDrop extends FrameSupportTokensFungibleImbalance {
11474
12084
  }
11475
- /** @name FrameSupportTokensFungibleImbalance (441) */
12085
+ /** @name FrameSupportTokensFungibleImbalance (477) */
11476
12086
  interface FrameSupportTokensFungibleImbalance extends Struct {
11477
12087
  readonly amount: u128;
11478
12088
  }
11479
- /** @name PalletUtilityError (442) */
12089
+ /** @name PalletUtilityError (478) */
11480
12090
  interface PalletUtilityError extends Enum {
11481
12091
  readonly isTooManyCalls: boolean;
11482
12092
  readonly type: 'TooManyCalls';
11483
12093
  }
11484
- /** @name PalletSudoError (443) */
12094
+ /** @name PalletSudoError (479) */
11485
12095
  interface PalletSudoError extends Enum {
11486
12096
  readonly isRequireSudo: boolean;
11487
12097
  readonly type: 'RequireSudo';
11488
12098
  }
11489
- /** @name PalletTreasuryFrameVaultCapital (444) */
12099
+ /** @name PalletTreasuryFrameVaultCapital (480) */
11490
12100
  interface PalletTreasuryFrameVaultCapital extends Struct {
11491
12101
  readonly frameId: Compact<u64>;
11492
12102
  readonly vaults: BTreeMap<u32, PalletTreasuryVaultCapital>;
11493
12103
  }
11494
- /** @name PalletTreasuryVaultCapital (446) */
12104
+ /** @name PalletTreasuryVaultCapital (482) */
11495
12105
  interface PalletTreasuryVaultCapital extends Struct {
11496
12106
  readonly bondLotAllocations: Vec<PalletTreasuryBondLotAllocation>;
11497
12107
  readonly eligibleBonds: Compact<u32>;
11498
12108
  readonly vaultSharingPercent: Compact<Permill>;
11499
12109
  }
11500
- /** @name PalletTreasuryBondLotAllocation (448) */
12110
+ /** @name PalletTreasuryBondLotAllocation (484) */
11501
12111
  interface PalletTreasuryBondLotAllocation extends Struct {
11502
12112
  readonly bondLotId: Compact<u64>;
11503
12113
  readonly prorata: u128;
11504
12114
  }
11505
- /** @name PalletTreasuryBondLot (453) */
12115
+ /** @name PalletTreasuryBondLot (489) */
11506
12116
  interface PalletTreasuryBondLot extends Struct {
11507
12117
  readonly owner: AccountId32;
11508
12118
  readonly vaultId: Compact<u32>;
@@ -11515,12 +12125,12 @@ declare module '@polkadot/types/lookup' {
11515
12125
  readonly releaseFrameId: Option<u64>;
11516
12126
  readonly releaseReason: Option<PalletTreasuryBondReleaseReason>;
11517
12127
  }
11518
- /** @name PalletTreasuryBondLotSummary (458) */
12128
+ /** @name PalletTreasuryBondLotSummary (494) */
11519
12129
  interface PalletTreasuryBondLotSummary extends Struct {
11520
12130
  readonly bondLotId: Compact<u64>;
11521
12131
  readonly bonds: Compact<u32>;
11522
12132
  }
11523
- /** @name PalletTreasuryError (460) */
12133
+ /** @name PalletTreasuryError (496) */
11524
12134
  interface PalletTreasuryError extends Enum {
11525
12135
  readonly isBondPurchaseRejected: boolean;
11526
12136
  readonly isVaultNotAcceptingBondPurchases: boolean;
@@ -11534,12 +12144,12 @@ declare module '@polkadot/types/lookup' {
11534
12144
  readonly isBondPurchaseAboveSecurity: boolean;
11535
12145
  readonly type: 'BondPurchaseRejected' | 'VaultNotAcceptingBondPurchases' | 'BondPurchaseBelowMinimum' | 'InternalError' | 'MaxAcceptedBondLotsExceeded' | 'MaxPendingBondReleasesExceeded' | 'BondLotNotFound' | 'NotBondLotOwner' | 'BondLotAlreadyReleasing' | 'BondPurchaseAboveSecurity';
11536
12146
  }
11537
- /** @name PalletFeeControlError (461) */
12147
+ /** @name PalletFeeControlError (497) */
11538
12148
  interface PalletFeeControlError extends Enum {
11539
12149
  readonly isSponsoredFeeTooHigh: boolean;
11540
12150
  readonly type: 'SponsoredFeeTooHigh';
11541
12151
  }
11542
- /** @name PalletOperationalAccountsOperationalAccount (462) */
12152
+ /** @name PalletOperationalAccountsOperationalAccount (498) */
11543
12153
  interface PalletOperationalAccountsOperationalAccount extends Struct {
11544
12154
  readonly vaultAccount: AccountId32;
11545
12155
  readonly miningFundingAccount: AccountId32;
@@ -11561,12 +12171,12 @@ declare module '@polkadot/types/lookup' {
11561
12171
  readonly rewardsCollectedAmount: u128;
11562
12172
  readonly isOperational: bool;
11563
12173
  }
11564
- /** @name PalletOperationalAccountsRewardsConfig (464) */
12174
+ /** @name PalletOperationalAccountsRewardsConfig (500) */
11565
12175
  interface PalletOperationalAccountsRewardsConfig extends Struct {
11566
12176
  readonly operationalReferralReward: Compact<u128>;
11567
12177
  readonly referralBonusReward: Compact<u128>;
11568
12178
  }
11569
- /** @name PalletOperationalAccountsError (466) */
12179
+ /** @name PalletOperationalAccountsError (502) */
11570
12180
  interface PalletOperationalAccountsError extends Enum {
11571
12181
  readonly isAlreadyRegistered: boolean;
11572
12182
  readonly isInvalidRegistrationSubmitter: boolean;
@@ -11587,37 +12197,111 @@ declare module '@polkadot/types/lookup' {
11587
12197
  readonly isNotEligibleForActivation: boolean;
11588
12198
  readonly type: 'AlreadyRegistered' | 'InvalidRegistrationSubmitter' | 'AccountAlreadyLinked' | 'InvalidAccountProof' | 'NotOperationalAccount' | 'InvalidReferralProof' | 'ReferralProofExpired' | 'NoProgressUpdateProvided' | 'EncryptedServerTooLong' | 'NotSponsorOfSponsee' | 'NoPendingRewards' | 'RewardClaimBelowMinimum' | 'RewardClaimNotWholeArgon' | 'RewardClaimExceedsPending' | 'TreasuryInsufficientFunds' | 'AlreadyOperational' | 'NotEligibleForActivation';
11589
12199
  }
11590
- /** @name FrameSystemExtensionsAuthorizeCall (469) */
12200
+ /** @name PalletEthereumVerifierFinalizedBeaconHeaderState (503) */
12201
+ interface PalletEthereumVerifierFinalizedBeaconHeaderState extends Struct {
12202
+ readonly slot: Compact<u64>;
12203
+ }
12204
+ /** @name PalletEthereumVerifierExecutionHeaderAnchor (504) */
12205
+ interface PalletEthereumVerifierExecutionHeaderAnchor extends Struct {
12206
+ readonly blockNumber: Compact<u64>;
12207
+ readonly blockHash: H256;
12208
+ readonly parentHash: H256;
12209
+ readonly receiptsRoot: H256;
12210
+ }
12211
+ /** @name SnowbridgeBeaconPrimitivesSyncCommitteePrepared (505) */
12212
+ interface SnowbridgeBeaconPrimitivesSyncCommitteePrepared extends Struct {
12213
+ readonly root: H256;
12214
+ readonly pubkeys: Vec<SnowbridgeMilagroBlsKeysPublicKey>;
12215
+ readonly aggregatePubkey: SnowbridgeMilagroBlsKeysPublicKey;
12216
+ }
12217
+ /** @name SnowbridgeMilagroBlsKeysPublicKey (507) */
12218
+ interface SnowbridgeMilagroBlsKeysPublicKey extends Struct {
12219
+ readonly point: SnowbridgeAmclBls381Ecp;
12220
+ }
12221
+ /** @name SnowbridgeAmclBls381Ecp (508) */
12222
+ interface SnowbridgeAmclBls381Ecp extends Struct {
12223
+ readonly x: SnowbridgeAmclBls381Fp;
12224
+ readonly y: SnowbridgeAmclBls381Fp;
12225
+ readonly z: SnowbridgeAmclBls381Fp;
12226
+ }
12227
+ /** @name SnowbridgeAmclBls381Fp (509) */
12228
+ interface SnowbridgeAmclBls381Fp extends Struct {
12229
+ readonly x: SnowbridgeAmclBls381Big;
12230
+ readonly xes: i32;
12231
+ }
12232
+ /** @name SnowbridgeAmclBls381Big (510) */
12233
+ interface SnowbridgeAmclBls381Big extends Struct {
12234
+ readonly w: Vec<i32>;
12235
+ }
12236
+ /** @name PalletEthereumVerifierError (513) */
12237
+ interface PalletEthereumVerifierError extends Enum {
12238
+ readonly isSkippedSyncCommitteePeriod: boolean;
12239
+ readonly isSyncCommitteeUpdateRequired: boolean;
12240
+ readonly isIrrelevantUpdate: boolean;
12241
+ readonly isNotBootstrapped: boolean;
12242
+ readonly isSyncCommitteeParticipantsNotSupermajority: boolean;
12243
+ readonly isInvalidHeaderMerkleProof: boolean;
12244
+ readonly isInvalidSyncCommitteeMerkleProof: boolean;
12245
+ readonly isInvalidExecutionHeaderProof: boolean;
12246
+ readonly isInvalidFinalizedHeaderGap: boolean;
12247
+ readonly isHeaderHashTreeRootFailed: boolean;
12248
+ readonly isBlockBodyHashTreeRootFailed: boolean;
12249
+ readonly isSyncCommitteeHashTreeRootFailed: boolean;
12250
+ readonly isSigningRootHashTreeRootFailed: boolean;
12251
+ readonly isForkDataHashTreeRootFailed: boolean;
12252
+ readonly isExpectedFinalizedHeaderNotStored: boolean;
12253
+ readonly isBlsPreparePublicKeysFailed: boolean;
12254
+ readonly isBlsVerificationFailed: boolean;
12255
+ readonly isInvalidUpdateSlot: boolean;
12256
+ readonly isInvalidSyncCommitteeUpdate: boolean;
12257
+ readonly isHalted: boolean;
12258
+ readonly type: 'SkippedSyncCommitteePeriod' | 'SyncCommitteeUpdateRequired' | 'IrrelevantUpdate' | 'NotBootstrapped' | 'SyncCommitteeParticipantsNotSupermajority' | 'InvalidHeaderMerkleProof' | 'InvalidSyncCommitteeMerkleProof' | 'InvalidExecutionHeaderProof' | 'InvalidFinalizedHeaderGap' | 'HeaderHashTreeRootFailed' | 'BlockBodyHashTreeRootFailed' | 'SyncCommitteeHashTreeRootFailed' | 'SigningRootHashTreeRootFailed' | 'ForkDataHashTreeRootFailed' | 'ExpectedFinalizedHeaderNotStored' | 'BlsPreparePublicKeysFailed' | 'BlsVerificationFailed' | 'InvalidUpdateSlot' | 'InvalidSyncCommitteeUpdate' | 'Halted';
12259
+ }
12260
+ /** @name PalletCrosschainTransferError (515) */
12261
+ interface PalletCrosschainTransferError extends Enum {
12262
+ readonly isInvalidEthereumEvent: boolean;
12263
+ readonly isInvalidProof: boolean;
12264
+ readonly isInvalidRecipient: boolean;
12265
+ readonly isInvalidAmount: boolean;
12266
+ readonly isUnsupportedSource: boolean;
12267
+ readonly isUnsupportedGateway: boolean;
12268
+ readonly isUnsupportedToken: boolean;
12269
+ readonly isUnexpectedNonce: boolean;
12270
+ readonly isInvalidChainConfig: boolean;
12271
+ readonly isInsufficientLiquidity: boolean;
12272
+ readonly type: 'InvalidEthereumEvent' | 'InvalidProof' | 'InvalidRecipient' | 'InvalidAmount' | 'UnsupportedSource' | 'UnsupportedGateway' | 'UnsupportedToken' | 'UnexpectedNonce' | 'InvalidChainConfig' | 'InsufficientLiquidity';
12273
+ }
12274
+ /** @name FrameSystemExtensionsAuthorizeCall (518) */
11591
12275
  type FrameSystemExtensionsAuthorizeCall = Null;
11592
- /** @name FrameSystemExtensionsCheckNonZeroSender (470) */
12276
+ /** @name FrameSystemExtensionsCheckNonZeroSender (519) */
11593
12277
  type FrameSystemExtensionsCheckNonZeroSender = Null;
11594
- /** @name FrameSystemExtensionsCheckSpecVersion (471) */
12278
+ /** @name FrameSystemExtensionsCheckSpecVersion (520) */
11595
12279
  type FrameSystemExtensionsCheckSpecVersion = Null;
11596
- /** @name FrameSystemExtensionsCheckTxVersion (472) */
12280
+ /** @name FrameSystemExtensionsCheckTxVersion (521) */
11597
12281
  type FrameSystemExtensionsCheckTxVersion = Null;
11598
- /** @name FrameSystemExtensionsCheckGenesis (473) */
12282
+ /** @name FrameSystemExtensionsCheckGenesis (522) */
11599
12283
  type FrameSystemExtensionsCheckGenesis = Null;
11600
- /** @name FrameSystemExtensionsCheckNonce (476) */
12284
+ /** @name FrameSystemExtensionsCheckNonce (525) */
11601
12285
  interface FrameSystemExtensionsCheckNonce extends Compact<u32> {
11602
12286
  }
11603
- /** @name FrameSystemExtensionsCheckWeight (477) */
12287
+ /** @name FrameSystemExtensionsCheckWeight (526) */
11604
12288
  type FrameSystemExtensionsCheckWeight = Null;
11605
- /** @name PalletTransactionPaymentChargeTransactionPayment (478) */
12289
+ /** @name PalletTransactionPaymentChargeTransactionPayment (527) */
11606
12290
  interface PalletTransactionPaymentChargeTransactionPayment extends Compact<u128> {
11607
12291
  }
11608
- /** @name FrameMetadataHashExtensionCheckMetadataHash (479) */
12292
+ /** @name FrameMetadataHashExtensionCheckMetadataHash (528) */
11609
12293
  interface FrameMetadataHashExtensionCheckMetadataHash extends Struct {
11610
12294
  readonly mode: FrameMetadataHashExtensionMode;
11611
12295
  }
11612
- /** @name FrameMetadataHashExtensionMode (480) */
12296
+ /** @name FrameMetadataHashExtensionMode (529) */
11613
12297
  interface FrameMetadataHashExtensionMode extends Enum {
11614
12298
  readonly isDisabled: boolean;
11615
12299
  readonly isEnabled: boolean;
11616
12300
  readonly type: 'Disabled' | 'Enabled';
11617
12301
  }
11618
- /** @name FrameSystemExtensionsWeightReclaim (481) */
12302
+ /** @name FrameSystemExtensionsWeightReclaim (530) */
11619
12303
  type FrameSystemExtensionsWeightReclaim = Null;
11620
- /** @name ArgonRuntimeRuntime (483) */
12304
+ /** @name ArgonRuntimeRuntime (532) */
11621
12305
  type ArgonRuntimeRuntime = Null;
11622
12306
  }
11623
12307
 
@@ -12087,7 +12771,79 @@ interface IBitcoinLock {
12087
12771
  fundHoldExtensionsByBitcoinExpirationHeight: Record<number, bigint>;
12088
12772
  }
12089
12773
 
12774
+ declare const MINTING_GATEWAY_BURN_FOR_TRANSFER_EVENT_NAME: 'BurnForTransfer';
12775
+ declare const MINTING_GATEWAY_RUNTIME_DECIMALS: 6;
12776
+ declare const MINTING_GATEWAY_TOKEN_DECIMALS: 18;
12777
+ declare const MINTING_GATEWAY_RUNTIME_TO_ERC20_SCALE: bigint;
12778
+ declare const mintingGatewayArtifact: __artifacts_contracts_MintingGateway_sol_artifacts_js.MintingGateway$Type;
12779
+
12780
+ type VerifyEventLog = IArgonQueryable['call']['ethereumApis']['verifyEventLog'];
12781
+ type EthereumVerifyEventLogResult = Awaited<ReturnType<VerifyEventLog>>;
12782
+ type EthereumReceipt = Awaited<ReturnType<ReturnType<typeof createPublicClient>['getTransactionReceipt']>>;
12783
+ type EthereumExecutionClient = ReturnType<typeof createPublicClient>;
12784
+ type RetainedExecutionAnchor = {
12785
+ blockHash: Hex;
12786
+ blockNumber: bigint;
12787
+ };
12788
+ type EthereumEventLocator = {
12789
+ txHash: Hex;
12790
+ logIndex?: number;
12791
+ executionRpcUrl?: string;
12792
+ executionClient?: EthereumExecutionClient;
12793
+ receipt?: EthereumReceipt;
12794
+ };
12795
+ type EthereumEventLog = {
12796
+ address: Hex;
12797
+ topics: Hex[];
12798
+ data: Hex;
12799
+ };
12800
+ type EthereumExecutionHeaderProof = {
12801
+ rlp: Hex;
12802
+ };
12803
+ type EthereumExecutionBlockProof = {
12804
+ anchorBlockHash: Hex;
12805
+ targetToAnchorHeaderChain: EthereumExecutionHeaderProof[];
12806
+ };
12807
+ type EthereumReceiptProof = {
12808
+ transactionIndex: number;
12809
+ nodes: Hex[];
12810
+ };
12811
+ type EthereumEventProof = {
12812
+ eventLog: EthereumEventLog;
12813
+ proof: {
12814
+ executionBlockProof: EthereumExecutionBlockProof;
12815
+ receiptProof: EthereumReceiptProof;
12816
+ };
12817
+ };
12818
+ declare function buildEthereumEventProof(client: IArgonQueryable, { txHash, logIndex, receipt: providedReceipt, ...executionSource }: EthereumEventLocator): Promise<EthereumEventProof>;
12819
+ declare function findEthereumBurnForTransferLogIndex(receipt: EthereumReceipt, gatewayAddress: Hex): number;
12820
+ declare function getLatestRetainedAnchor(client: IArgonQueryable): Promise<RetainedExecutionAnchor>;
12821
+ declare function waitForRetainedExecutionAnchor(client: IArgonQueryable, targetBlockNumber: bigint, options?: {
12822
+ pollMs?: number;
12823
+ timeoutMs?: number;
12824
+ }): Promise<RetainedExecutionAnchor>;
12825
+
12826
+ type EthereumBeaconSyncState = {
12827
+ isBootstrapped: false;
12828
+ hasNextSyncCommittee: boolean;
12829
+ latestFinalizedBlockRoot: string;
12830
+ latestSyncCommitteeUpdatePeriod: bigint;
12831
+ headerInterval: bigint;
12832
+ } | {
12833
+ isBootstrapped: true;
12834
+ hasNextSyncCommittee: boolean;
12835
+ latestFinalizedBlockRoot: string;
12836
+ latestFinalizedSlot: bigint;
12837
+ nextRecommendedFinalizedSlot: bigint;
12838
+ latestSyncCommitteeUpdatePeriod: bigint;
12839
+ headerInterval: bigint;
12840
+ };
12841
+ declare function getEthereumBeaconSyncBootstrapTx(client: ArgonClient, beaconApiUrl: string): Promise<SubmittableExtrinsic$1>;
12842
+ declare function getNextEthereumBeaconSyncTxs(client: ArgonClient, beaconApiUrl: string): Promise<SubmittableExtrinsic$1[]>;
12843
+ declare function getEthereumBeaconSyncState(client: ArgonClient): Promise<EthereumBeaconSyncState>;
12844
+
12090
12845
  type ArgonClient = ApiPromise;
12846
+ type IArgonQueryable = ArgonClient | ApiDecoration<'promise'>;
12091
12847
  /**
12092
12848
  * Wait for the crypto library to be ready (requires wasm, which needs async loading in commonjs)
12093
12849
  */
@@ -12101,4 +12857,4 @@ declare function waitForLoad(): Promise<void>;
12101
12857
  declare function getClient(host: string, options?: ApiOptions): Promise<ArgonClient>;
12102
12858
  declare function getOfflineRegistry(): TypeRegistry;
12103
12859
 
12104
- export { type ArgonClient, BitcoinLock, ExtrinsicError, FIXED_U128_DECIMALS, type IBitcoinLock, type IBitcoinLockConfig, type IReleaseRequest, type IReleaseRequestDetails, type ISubmittableOptions, type ITerms, type ITxProgressCallback, MICROGONS_PER_ARGON, PERMILL_DECIMALS, PriceIndex, SATS_PER_BTC, TxResult, type TxSigningAccount, TxSubmitter, Vault, WageProtector, checkForExtrinsicSuccess, createKeyringPair, dispatchErrorToExtrinsicError, dispatchErrorToString, formatArgons, fromFixedNumber, getAuthorFromHeader, getClient, getFrameInfoFromHeader, getOfflineRegistry, getTickFromHeader, gettersToObject, keyringFromSuri, toFixedNumber, waitForLoad };
12860
+ export { type ArgonClient, BitcoinLock, type EthereumEventLocator, type EthereumEventProof, type EthereumExecutionClient, type EthereumReceipt, type EthereumVerifyEventLogResult, ExtrinsicError, FIXED_U128_DECIMALS, type IArgonQueryable, type IBitcoinLock, type IBitcoinLockConfig, type IReleaseRequest, type IReleaseRequestDetails, type ISubmittableOptions, type ITerms, type ITxProgressCallback, MICROGONS_PER_ARGON, MINTING_GATEWAY_BURN_FOR_TRANSFER_EVENT_NAME, MINTING_GATEWAY_RUNTIME_DECIMALS, MINTING_GATEWAY_RUNTIME_TO_ERC20_SCALE, MINTING_GATEWAY_TOKEN_DECIMALS, PERMILL_DECIMALS, PriceIndex, type RetainedExecutionAnchor, SATS_PER_BTC, TxResult, type TxSigningAccount, TxSubmitter, Vault, WageProtector, buildEthereumEventProof, checkForExtrinsicSuccess, createKeyringPair, dispatchErrorToExtrinsicError, dispatchErrorToString, findEthereumBurnForTransferLogIndex, formatArgons, fromFixedNumber, getAuthorFromHeader, getClient, getEthereumBeaconSyncBootstrapTx, getEthereumBeaconSyncState, getFrameInfoFromHeader, getLatestRetainedAnchor, getNextEthereumBeaconSyncTxs, getOfflineRegistry, getTickFromHeader, gettersToObject, keyringFromSuri, mintingGatewayArtifact, toFixedNumber, waitForLoad, waitForRetainedExecutionAnchor };