@argonprotocol/mainchain 1.4.3-dev.4e058920 → 1.4.3-dev.4f78f406

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 +569 -408
  2. package/browser/index.js +6309 -672
  3. package/browser/index.js.map +1 -1
  4. package/lib/index.cjs +6382 -716
  5. package/lib/index.cjs.map +1 -1
  6. package/lib/index.d.cts +569 -408
  7. package/lib/index.d.ts +569 -408
  8. package/lib/index.js +6377 -711
  9. package/lib/index.js.map +1 -1
  10. package/package.json +2 -5
  11. package/src/interfaces/augment-api-consts.ts +14 -7
  12. package/src/interfaces/augment-api-errors.ts +22 -13
  13. package/src/interfaces/augment-api-events.ts +27 -12
  14. package/src/interfaces/augment-api-query.ts +26 -22
  15. package/src/interfaces/augment-api-rpc.ts +1 -1
  16. package/src/interfaces/augment-api-runtime.ts +1 -28
  17. package/src/interfaces/augment-api-tx.ts +16 -5
  18. package/src/interfaces/augment-api.ts +0 -1
  19. package/src/interfaces/augment-types.ts +7 -4
  20. package/src/interfaces/definitions.ts +11 -26
  21. package/src/interfaces/ethereum/index.ts +0 -1
  22. package/src/interfaces/ethereum/types.ts +17 -6
  23. package/src/interfaces/lookup.ts +274 -245
  24. package/src/interfaces/registry.ts +22 -15
  25. package/src/interfaces/types-lookup.ts +279 -245
  26. package/lib/chunk-3KFMHNNJ.cjs +0 -706
  27. package/lib/chunk-3KFMHNNJ.cjs.map +0 -1
  28. package/lib/chunk-D3FCDADJ.cjs +0 -175
  29. package/lib/chunk-D3FCDADJ.cjs.map +0 -1
  30. package/lib/chunk-RF6NOJOR.js +0 -706
  31. package/lib/chunk-RF6NOJOR.js.map +0 -1
  32. package/lib/chunk-YPXWOFUS.js +0 -175
  33. package/lib/chunk-YPXWOFUS.js.map +0 -1
  34. package/lib/lib-CU2JUZW6.cjs +0 -403
  35. package/lib/lib-CU2JUZW6.cjs.map +0 -1
  36. package/lib/lib-P3PEMYOB.js +0 -403
  37. package/lib/lib-P3PEMYOB.js.map +0 -1
  38. package/lib/setPreset-NCTHSXWD.js +0 -15
  39. package/lib/setPreset-NCTHSXWD.js.map +0 -1
  40. package/lib/setPreset-XHOPATBO.cjs +0 -15
  41. package/lib/setPreset-XHOPATBO.cjs.map +0 -1
@@ -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, 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';
2
+ import { u128, u32, u64, u16, u8, bool, Bytes, Vec, Option, i128, U8aFixed, Result, Null, BTreeSet, BTreeMap, Compact, Text, HashMap, U256, U64, f64, Json, Struct, Enum, 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 { 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';
6
+ import { AccountId32, Percent, 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';
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, 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';
8
+ import { FrameSupportPalletId, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, SpWeightsRuntimeDbWeight, SpVersionRuntimeVersion, ArgonRuntimeRuntimeHoldReason, FrameSupportTokensMiscBalanceStatus, PalletBalancesUnexpectedKind, SpRuntimeDispatchError, ArgonPrimitivesBitcoinUtxoRef, ArgonPrimitivesBitcoinBitcoinRejectedReason, ArgonPrimitivesBlockSealBlockPayout, PalletCrosschainTransferSourceChain, PalletCrosschainTransferGatewayState, PalletCrosschainTransferTransferToArgonActivity, 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, ArgonPrimitivesEthereumEthereumBeaconPreset, PalletEthereumVerifierSyncCommitteePrepared, 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, ArgonPrimitivesEthereumEthereumReceiptLogProofBatch, PalletEthereumVerifierCheckpointUpdate, PalletEthereumVerifierExecutionProof, PalletEthereumVerifierUpdate, SpConsensusGrandpaEquivocationProof, SpCoreVoid, ArgonRuntimeSessionKeys, ArgonPrimitivesNotebookSignedNotebookHeader, PalletOperationalAccountsOperationalProgressPatch, PalletOperationalAccountsRegistration, PalletVaultsVaultConfig, ArgonPrimitivesVaultVaultTerms, ArgonPrimitivesBitcoinOpaqueBitcoinXpub } 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';
@@ -92,15 +92,22 @@ import { SignerOptions, ApiDecoration, ApiOptions } from '@polkadot/api/types';
92
92
  export { ApiDecoration } from '@polkadot/api/types';
93
93
  import { SubmittableExtrinsic as SubmittableExtrinsic$1 } from '@polkadot/api/promise/types';
94
94
  export { SubmittableExtrinsic } from '@polkadot/api/promise/types';
95
- import { DispatchError as DispatchError$1 } from '@polkadot/types/interfaces';
96
95
  import { ISubmittableResult } from '@polkadot/types/types/extrinsic';
97
96
  export { IExtrinsic, ISignerPayload, ISubmittableResult, Signer, SignerResult } from '@polkadot/types/types/extrinsic';
98
97
  import { GenericEvent } from '@polkadot/types/generic';
99
98
  export { GenericAddress, GenericBlock, GenericEvent } from '@polkadot/types/generic';
100
99
  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';
100
+ import { ArgonPrimitivesVault as ArgonPrimitivesVault$1, ArgonPrimitivesBitcoinBitcoinNetwork as ArgonPrimitivesBitcoinBitcoinNetwork$1, ArgonPrimitivesBitcoinUtxoRef as ArgonPrimitivesBitcoinUtxoRef$1, MintingGatewayEvents, MintingGatewayGlobalIssuanceCouncilRotated, MintingGatewayMintingAuthorityActivated, MintingGatewayMintingAuthorityDeactivated, MintingGatewayTransferOutOfArgonCanceled, MintingGatewayTransferOutOfArgonFinalized, MintingGatewayTransferToArgonStarted } from './generated.js';
101
+ export * from './generated.js';
102
+ import { BlockHeader } from '@ethereumjs/block';
103
+ import { createPublicClient, Hex } from 'viem';
103
104
  export { hexToU8a, u8aEq, u8aToHex } from '@polkadot/util';
105
+ export * from './hashing.js';
106
+ export { default as argonTokenArtifact } from './artifacts/contracts/ArgonToken.sol/ArgonToken.json';
107
+ export { default as argonotTokenArtifact } from './artifacts/contracts/ArgonotToken.sol/ArgonotToken.json';
108
+ export { default as mintingGatewayArtifact } from './artifacts/contracts/MintingGateway.sol/MintingGateway.json';
109
+ export { default as proxyAdminArtifact } from './artifacts/contracts/ProxyArtifacts.sol/ProxyAdmin.json';
110
+ export { default as transparentUpgradeableProxyArtifact } from './artifacts/contracts/ProxyArtifacts.sol/TransparentUpgradeableProxy.json';
104
111
 
105
112
  declare module '@polkadot/api-base/types/consts' {
106
113
  interface AugmentedConsts<ApiType extends ApiTypes> {
@@ -248,6 +255,18 @@ declare module '@polkadot/api-base/types/consts' {
248
255
  * Canonical Ethereum burn-accounting account representing funds moved to Ethereum.
249
256
  **/
250
257
  ethereumBurnAccount: AccountId32 & AugmentedConst<ApiType>;
258
+ /**
259
+ * Maximum number of ordered gateway activities that may share one receipt proof.
260
+ **/
261
+ maxActivitiesPerReceiptProof: u32 & AugmentedConst<ApiType>;
262
+ /**
263
+ * Maximum execution headers carried in one receipt proof's target-to-anchor chain.
264
+ **/
265
+ maxProofExecutionHeaderDepth: u32 & AugmentedConst<ApiType>;
266
+ /**
267
+ * Maximum number of proved receipt proofs that may be supplied in one extrinsic.
268
+ **/
269
+ maxReceiptProofsPerExtrinsic: u32 & AugmentedConst<ApiType>;
251
270
  /**
252
271
  * Retention window, in ticks, for recent Argon transfer evidence used by operational
253
272
  * accounts.
@@ -255,10 +274,6 @@ declare module '@polkadot/api-base/types/consts' {
255
274
  recentTransferRetentionTicks: u64 & AugmentedConst<ApiType>;
256
275
  };
257
276
  ethereumVerifier: {
258
- /**
259
- * Whether the read-only event-log verification API is enabled.
260
- **/
261
- eventLogVerifierEnabled: bool & AugmentedConst<ApiType>;
262
277
  /**
263
278
  * Minimum gap between finalized headers for an update to be free.
264
279
  **/
@@ -1033,18 +1048,10 @@ declare module '@polkadot/api-base/types/errors' {
1033
1048
  * The burn account lacks enough balance for the payout.
1034
1049
  **/
1035
1050
  InsufficientLiquidity: AugmentedError<ApiType>;
1036
- /**
1037
- * The claimed amount was zero or too large for the local balance type.
1038
- **/
1039
- InvalidAmount: AugmentedError<ApiType>;
1040
1051
  /**
1041
1052
  * The configured source-chain shape is incomplete or malformed.
1042
1053
  **/
1043
1054
  InvalidChainConfig: AugmentedError<ApiType>;
1044
- /**
1045
- * The Ethereum event topics or payload do not match `BurnForTransfer`.
1046
- **/
1047
- InvalidEthereumEvent: AugmentedError<ApiType>;
1048
1055
  /**
1049
1056
  * The Ethereum verifier rejected the supplied proof.
1050
1057
  **/
@@ -1054,11 +1061,27 @@ declare module '@polkadot/api-base/types/errors' {
1054
1061
  **/
1055
1062
  InvalidRecipient: AugmentedError<ApiType>;
1056
1063
  /**
1057
- * The claim nonce is not exactly the next accepted nonce for the source account.
1064
+ * The Ethereum event topics or payload do not match `TransferToArgonStarted`.
1058
1065
  **/
1059
- UnexpectedNonce: AugmentedError<ApiType>;
1066
+ InvalidTransferToArgonActivity: AugmentedError<ApiType>;
1060
1067
  /**
1061
- * The gateway does not match the active or still-accepted previous release.
1068
+ * At least one gateway activity log must be supplied with the receipt proof.
1069
+ **/
1070
+ NoGatewayActivitiesProvided: AugmentedError<ApiType>;
1071
+ /**
1072
+ * At least one proved gateway-activity block must be supplied.
1073
+ **/
1074
+ NoGatewayProofBlocksProvided: AugmentedError<ApiType>;
1075
+ /**
1076
+ * The proven gateway activity nonce is not the next contiguous nonce.
1077
+ **/
1078
+ UnexpectedGatewayActivityNonce: AugmentedError<ApiType>;
1079
+ /**
1080
+ * The caller's expected already-proven gateway activity nonce is stale or incorrect.
1081
+ **/
1082
+ UnexpectedPreviousGatewayActivityNonce: AugmentedError<ApiType>;
1083
+ /**
1084
+ * The gateway does not match the configured gateway address.
1062
1085
  **/
1063
1086
  UnsupportedGateway: AugmentedError<ApiType>;
1064
1087
  /**
@@ -1066,7 +1089,7 @@ declare module '@polkadot/api-base/types/errors' {
1066
1089
  **/
1067
1090
  UnsupportedSource: AugmentedError<ApiType>;
1068
1091
  /**
1069
- * The token is not supported under the matched gateway release.
1092
+ * The token is not supported under the configured gateway.
1070
1093
  **/
1071
1094
  UnsupportedToken: AugmentedError<ApiType>;
1072
1095
  };
@@ -1177,6 +1200,7 @@ declare module '@polkadot/api-base/types/errors' {
1177
1200
  SyncCommitteeHashTreeRootFailed: AugmentedError<ApiType>;
1178
1201
  SyncCommitteeParticipantsNotSupermajority: AugmentedError<ApiType>;
1179
1202
  SyncCommitteeUpdateRequired: AugmentedError<ApiType>;
1203
+ UnexpectedBeaconPreset: AugmentedError<ApiType>;
1180
1204
  };
1181
1205
  feeControl: {
1182
1206
  /**
@@ -2176,7 +2200,7 @@ declare module '@polkadot/api-base/types/events' {
2176
2200
  vaultId: u32,
2177
2201
  liquidityPromised: u128,
2178
2202
  securitization: u128,
2179
- lockedMarketRate: u128,
2203
+ lockedTargetPrice: u128,
2180
2204
  accountId: AccountId32,
2181
2205
  securityFee: u128
2182
2206
  ], {
@@ -2184,7 +2208,7 @@ declare module '@polkadot/api-base/types/events' {
2184
2208
  vaultId: u32;
2185
2209
  liquidityPromised: u128;
2186
2210
  securitization: u128;
2187
- lockedMarketRate: u128;
2211
+ lockedTargetPrice: u128;
2188
2212
  accountId: AccountId32;
2189
2213
  securityFee: u128;
2190
2214
  }>;
@@ -2192,18 +2216,18 @@ declare module '@polkadot/api-base/types/events' {
2192
2216
  utxoId: u64,
2193
2217
  vaultId: u32,
2194
2218
  liquidityPromised: u128,
2195
- originalMarketRate: u128,
2219
+ oldTargetPrice: u128,
2196
2220
  securityFee: u128,
2197
- newLockedMarketRate: u128,
2221
+ newTargetPrice: u128,
2198
2222
  amountBurned: u128,
2199
2223
  accountId: AccountId32
2200
2224
  ], {
2201
2225
  utxoId: u64;
2202
2226
  vaultId: u32;
2203
2227
  liquidityPromised: u128;
2204
- originalMarketRate: u128;
2228
+ oldTargetPrice: u128;
2205
2229
  securityFee: u128;
2206
- newLockedMarketRate: u128;
2230
+ newTargetPrice: u128;
2207
2231
  amountBurned: u128;
2208
2232
  accountId: AccountId32;
2209
2233
  }>;
@@ -2403,14 +2427,24 @@ declare module '@polkadot/api-base/types/events' {
2403
2427
  };
2404
2428
  crosschainTransfer: {
2405
2429
  /**
2406
- * An inbound burn notice was accepted and settled locally.
2430
+ * The stored gateway-state snapshot advanced after a proved contiguous batch.
2431
+ **/
2432
+ GatewayStateAdvanced: AugmentedEvent<ApiType, [
2433
+ sourceChain: PalletCrosschainTransferSourceChain,
2434
+ gatewayState: PalletCrosschainTransferGatewayState
2435
+ ], {
2436
+ sourceChain: PalletCrosschainTransferSourceChain;
2437
+ gatewayState: PalletCrosschainTransferGatewayState;
2438
+ }>;
2439
+ /**
2440
+ * A `TransferToArgonStarted` activity was proved and settled locally.
2407
2441
  **/
2408
- BurnNoticeAccepted: AugmentedEvent<ApiType, [
2442
+ TransferToArgonSettled: AugmentedEvent<ApiType, [
2409
2443
  sourceChain: PalletCrosschainTransferSourceChain,
2410
- notice: PalletCrosschainTransferBurnNotice
2444
+ transfer: PalletCrosschainTransferTransferToArgonActivity
2411
2445
  ], {
2412
2446
  sourceChain: PalletCrosschainTransferSourceChain;
2413
- notice: PalletCrosschainTransferBurnNotice;
2447
+ transfer: PalletCrosschainTransferTransferToArgonActivity;
2414
2448
  }>;
2415
2449
  };
2416
2450
  digests: {};
@@ -3951,7 +3985,7 @@ declare module '@polkadot/api-base/types/storage' {
3951
3985
  u64
3952
3986
  ]>;
3953
3987
  /**
3954
- * History of microgons per btc
3988
+ * History of target microgons per btc.
3955
3989
  **/
3956
3990
  microgonPerBtcHistory: AugmentedQuery<ApiType, () => Observable<Vec<ITuple<[u64, u128]>>>, [
3957
3991
  ]>;
@@ -4146,6 +4180,12 @@ declare module '@polkadot/api-base/types/storage' {
4146
4180
  chainConfigBySourceChain: AugmentedQuery<ApiType, (arg: PalletCrosschainTransferSourceChain | 'Ethereum' | number | Uint8Array) => Observable<Option<PalletCrosschainTransferChainConfig>>, [
4147
4181
  PalletCrosschainTransferSourceChain
4148
4182
  ]>;
4183
+ /**
4184
+ * Latest proven gateway activity snapshot for each source chain.
4185
+ **/
4186
+ gatewayStateBySourceChain: AugmentedQuery<ApiType, (arg: PalletCrosschainTransferSourceChain | 'Ethereum' | number | Uint8Array) => Observable<Option<PalletCrosschainTransferGatewayState>>, [
4187
+ PalletCrosschainTransferSourceChain
4188
+ ]>;
4149
4189
  /**
4150
4190
  * Accounts whose recent-transfer evidence expires at a given tick.
4151
4191
  **/
@@ -4156,15 +4196,6 @@ declare module '@polkadot/api-base/types/storage' {
4156
4196
  * Latest tick whose recent-transfer expiration bucket was cleaned up.
4157
4197
  **/
4158
4198
  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
4199
  /**
4169
4200
  * Count of still-retained qualifying Argon transfers for each local account.
4170
4201
  **/
@@ -4188,10 +4219,15 @@ declare module '@polkadot/api-base/types/storage' {
4188
4219
  ]>;
4189
4220
  };
4190
4221
  ethereumVerifier: {
4222
+ /**
4223
+ * Chain-configured beacon preset expected by clients that submit verifier updates.
4224
+ **/
4225
+ beaconPreset: AugmentedQuery<ApiType, () => Observable<ArgonPrimitivesEthereumEthereumBeaconPreset>, [
4226
+ ]>;
4191
4227
  /**
4192
4228
  * Sync committee for current period
4193
4229
  **/
4194
- currentSyncCommittee: AugmentedQuery<ApiType, () => Observable<SnowbridgeBeaconPrimitivesSyncCommitteePrepared>, [
4230
+ currentSyncCommittee: AugmentedQuery<ApiType, () => Observable<PalletEthereumVerifierSyncCommitteePrepared>, [
4195
4231
  ]>;
4196
4232
  /**
4197
4233
  * Execution header anchors: current position in ring buffer.
@@ -4250,7 +4286,7 @@ declare module '@polkadot/api-base/types/storage' {
4250
4286
  /**
4251
4287
  * Sync committee for next period
4252
4288
  **/
4253
- nextSyncCommittee: AugmentedQuery<ApiType, () => Observable<SnowbridgeBeaconPrimitivesSyncCommitteePrepared>, [
4289
+ nextSyncCommittee: AugmentedQuery<ApiType, () => Observable<PalletEthereumVerifierSyncCommitteePrepared>, [
4254
4290
  ]>;
4255
4291
  /**
4256
4292
  * The current operating mode of the pallet.
@@ -5316,10 +5352,13 @@ declare module '@polkadot/api-base/types/submittable' {
5316
5352
  ]>;
5317
5353
  };
5318
5354
  crosschainTransfer: {
5319
- proveTransfer: AugmentedSubmittable<(proof: PalletCrosschainTransferTransferProof | {
5320
- Ethereum: any;
5355
+ proveGatewayActivity: AugmentedSubmittable<(sourceChain: PalletCrosschainTransferSourceChain | 'Ethereum' | number | Uint8Array, previousGatewayActivityNonce: Compact<u64> | AnyNumber | Uint8Array, proofBatch: ArgonPrimitivesEthereumEthereumReceiptLogProofBatch | {
5356
+ executionBlockProof?: any;
5357
+ blocks?: any;
5321
5358
  } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
5322
- PalletCrosschainTransferTransferProof
5359
+ PalletCrosschainTransferSourceChain,
5360
+ Compact<u64>,
5361
+ ArgonPrimitivesEthereumEthereumReceiptLogProofBatch
5323
5362
  ]>;
5324
5363
  setChainConfig: AugmentedSubmittable<(config: PalletCrosschainTransferChainConfig | {
5325
5364
  Ethereum: any;
@@ -7344,42 +7383,6 @@ declare module '@polkadot/rpc-core/types/jsonrpc' {
7344
7383
  }
7345
7384
  }
7346
7385
 
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
-
7383
7386
  declare module '@polkadot/api-base/types/calls' {
7384
7387
  interface AugmentedCalls<ApiType extends ApiTypes> {
7385
7388
  /** 0xbc9d89904f5b923f/1 */
@@ -7439,20 +7442,6 @@ declare module '@polkadot/api-base/types/calls' {
7439
7442
  **/
7440
7443
  version: AugmentedCall<ApiType, () => Observable<RuntimeVersion>>;
7441
7444
  };
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
- };
7456
7445
  /** 0xfbc577b9d747efd6/1 */
7457
7446
  genesisBuilder: {
7458
7447
  /**
@@ -7568,6 +7557,52 @@ declare module '@polkadot/api-base/types/calls' {
7568
7557
  }
7569
7558
  }
7570
7559
 
7560
+ /** @name ArgonPrimitivesEthereumEthereumCombinedReceiptProof */
7561
+ interface ArgonPrimitivesEthereumEthereumCombinedReceiptProof extends Struct {
7562
+ readonly nodes: Vec<Bytes>;
7563
+ readonly receipts: Vec<ArgonPrimitivesEthereumEthereumReceiptProofReceipt>;
7564
+ }
7565
+ /** @name ArgonPrimitivesEthereumEthereumExecutionBlockProof */
7566
+ interface ArgonPrimitivesEthereumEthereumExecutionBlockProof extends Struct {
7567
+ readonly anchorBlockHash: H256;
7568
+ readonly targetToAnchorHeaderChain: Vec<ArgonPrimitivesEthereumEthereumExecutionHeader>;
7569
+ }
7570
+ /** @name ArgonPrimitivesEthereumEthereumExecutionHeader */
7571
+ interface ArgonPrimitivesEthereumEthereumExecutionHeader extends Struct {
7572
+ readonly rlp: Bytes;
7573
+ }
7574
+ /** @name ArgonPrimitivesEthereumEthereumLog */
7575
+ interface ArgonPrimitivesEthereumEthereumLog extends Struct {
7576
+ readonly address: H160;
7577
+ readonly topics: Vec<H256>;
7578
+ readonly data: Bytes;
7579
+ }
7580
+ /** @name ArgonPrimitivesEthereumEthereumProof */
7581
+ interface ArgonPrimitivesEthereumEthereumProof extends Struct {
7582
+ readonly executionBlockProof: ArgonPrimitivesEthereumEthereumExecutionBlockProof;
7583
+ readonly receiptProof: ArgonPrimitivesEthereumEthereumCombinedReceiptProof;
7584
+ }
7585
+ /** @name ArgonPrimitivesEthereumEthereumReceiptLog */
7586
+ interface ArgonPrimitivesEthereumEthereumReceiptLog extends Struct {
7587
+ readonly transactionIndex: Compact<u64>;
7588
+ readonly eventLog: ArgonPrimitivesEthereumEthereumLog;
7589
+ }
7590
+ /** @name ArgonPrimitivesEthereumEthereumReceiptProofReceipt */
7591
+ interface ArgonPrimitivesEthereumEthereumReceiptProofReceipt extends Struct {
7592
+ readonly transactionIndex: Compact<u64>;
7593
+ readonly nodeIndexes: Vec<u16>;
7594
+ }
7595
+ /** @name ArgonPrimitivesEthereumEthereumVerifyError */
7596
+ interface ArgonPrimitivesEthereumEthereumVerifyError extends Enum {
7597
+ readonly isVerifierUnavailable: boolean;
7598
+ readonly isAnchorNotFound: boolean;
7599
+ readonly isInvalidHeader: boolean;
7600
+ readonly isInvalidHeaderChain: boolean;
7601
+ readonly isLogNotFound: boolean;
7602
+ readonly isInvalidProof: boolean;
7603
+ readonly type: 'VerifierUnavailable' | 'AnchorNotFound' | 'InvalidHeader' | 'InvalidHeaderChain' | 'LogNotFound' | 'InvalidProof';
7604
+ }
7605
+
7571
7606
  declare module '@polkadot/types/types/registry' {
7572
7607
  interface InterfaceTypes {
7573
7608
  AbridgedCandidateReceipt: AbridgedCandidateReceipt;
@@ -7606,11 +7641,13 @@ declare module '@polkadot/types/types/registry' {
7606
7641
  ApprovalFlag: ApprovalFlag;
7607
7642
  Approvals: Approvals;
7608
7643
  ApprovalVotingParams: ApprovalVotingParams;
7644
+ ArgonPrimitivesEthereumEthereumCombinedReceiptProof: ArgonPrimitivesEthereumEthereumCombinedReceiptProof;
7609
7645
  ArgonPrimitivesEthereumEthereumExecutionBlockProof: ArgonPrimitivesEthereumEthereumExecutionBlockProof;
7610
7646
  ArgonPrimitivesEthereumEthereumExecutionHeader: ArgonPrimitivesEthereumEthereumExecutionHeader;
7611
7647
  ArgonPrimitivesEthereumEthereumLog: ArgonPrimitivesEthereumEthereumLog;
7612
7648
  ArgonPrimitivesEthereumEthereumProof: ArgonPrimitivesEthereumEthereumProof;
7613
- ArgonPrimitivesEthereumEthereumReceiptProof: ArgonPrimitivesEthereumEthereumReceiptProof;
7649
+ ArgonPrimitivesEthereumEthereumReceiptLog: ArgonPrimitivesEthereumEthereumReceiptLog;
7650
+ ArgonPrimitivesEthereumEthereumReceiptProofReceipt: ArgonPrimitivesEthereumEthereumReceiptProofReceipt;
7614
7651
  ArgonPrimitivesEthereumEthereumVerifyError: ArgonPrimitivesEthereumEthereumVerifyError;
7615
7652
  ArithmeticError: ArithmeticError;
7616
7653
  AssetApproval: AssetApproval;
@@ -9384,7 +9421,7 @@ declare module '@polkadot/types/lookup' {
9384
9421
  readonly vaultId: u32;
9385
9422
  readonly liquidityPromised: u128;
9386
9423
  readonly securitization: u128;
9387
- readonly lockedMarketRate: u128;
9424
+ readonly lockedTargetPrice: u128;
9388
9425
  readonly accountId: AccountId32;
9389
9426
  readonly securityFee: u128;
9390
9427
  } & Struct;
@@ -9393,9 +9430,9 @@ declare module '@polkadot/types/lookup' {
9393
9430
  readonly utxoId: u64;
9394
9431
  readonly vaultId: u32;
9395
9432
  readonly liquidityPromised: u128;
9396
- readonly originalMarketRate: u128;
9433
+ readonly oldTargetPrice: u128;
9397
9434
  readonly securityFee: u128;
9398
- readonly newLockedMarketRate: u128;
9435
+ readonly newTargetPrice: u128;
9399
9436
  readonly amountBurned: u128;
9400
9437
  readonly accountId: AccountId32;
9401
9438
  } & Struct;
@@ -10343,25 +10380,30 @@ declare module '@polkadot/types/lookup' {
10343
10380
  }
10344
10381
  /** @name PalletCrosschainTransferEvent (127) */
10345
10382
  interface PalletCrosschainTransferEvent extends Enum {
10346
- readonly isBurnNoticeAccepted: boolean;
10347
- readonly asBurnNoticeAccepted: {
10383
+ readonly isTransferToArgonSettled: boolean;
10384
+ readonly asTransferToArgonSettled: {
10385
+ readonly sourceChain: PalletCrosschainTransferSourceChain;
10386
+ readonly transfer: PalletCrosschainTransferTransferToArgonActivity;
10387
+ } & Struct;
10388
+ readonly isGatewayStateAdvanced: boolean;
10389
+ readonly asGatewayStateAdvanced: {
10348
10390
  readonly sourceChain: PalletCrosschainTransferSourceChain;
10349
- readonly notice: PalletCrosschainTransferBurnNotice;
10391
+ readonly gatewayState: PalletCrosschainTransferGatewayState;
10350
10392
  } & Struct;
10351
- readonly type: 'BurnNoticeAccepted';
10393
+ readonly type: 'TransferToArgonSettled' | 'GatewayStateAdvanced';
10352
10394
  }
10353
10395
  /** @name PalletCrosschainTransferSourceChain (128) */
10354
10396
  interface PalletCrosschainTransferSourceChain extends Enum {
10355
10397
  readonly isEthereum: boolean;
10356
10398
  readonly type: 'Ethereum';
10357
10399
  }
10358
- /** @name PalletCrosschainTransferBurnNotice (129) */
10359
- interface PalletCrosschainTransferBurnNotice extends Struct {
10400
+ /** @name PalletCrosschainTransferTransferToArgonActivity (129) */
10401
+ interface PalletCrosschainTransferTransferToArgonActivity extends Struct {
10402
+ readonly gatewayActivityNonce: Compact<u64>;
10360
10403
  readonly from: H160;
10404
+ readonly asset: PalletCrosschainTransferAssetKind;
10361
10405
  readonly to: AccountId32;
10362
- readonly assetKind: PalletCrosschainTransferAssetKind;
10363
- readonly amount: u128;
10364
- readonly accountNonce: Compact<u64>;
10406
+ readonly amount: Compact<u128>;
10365
10407
  }
10366
10408
  /** @name PalletCrosschainTransferAssetKind (132) */
10367
10409
  interface PalletCrosschainTransferAssetKind extends Enum {
@@ -10369,7 +10411,14 @@ declare module '@polkadot/types/lookup' {
10369
10411
  readonly isArgonot: boolean;
10370
10412
  readonly type: 'Argon' | 'Argonot';
10371
10413
  }
10372
- /** @name FrameSystemPhase (133) */
10414
+ /** @name PalletCrosschainTransferGatewayState (133) */
10415
+ interface PalletCrosschainTransferGatewayState extends Struct {
10416
+ readonly gatewayActivityNonce: Compact<u64>;
10417
+ readonly argonApprovalsNonce: Compact<u64>;
10418
+ readonly argonCirculation: u128;
10419
+ readonly argonotCirculation: u128;
10420
+ }
10421
+ /** @name FrameSystemPhase (134) */
10373
10422
  interface FrameSystemPhase extends Enum {
10374
10423
  readonly isApplyExtrinsic: boolean;
10375
10424
  readonly asApplyExtrinsic: u32;
@@ -10377,17 +10426,17 @@ declare module '@polkadot/types/lookup' {
10377
10426
  readonly isInitialization: boolean;
10378
10427
  readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';
10379
10428
  }
10380
- /** @name FrameSystemLastRuntimeUpgradeInfo (137) */
10429
+ /** @name FrameSystemLastRuntimeUpgradeInfo (138) */
10381
10430
  interface FrameSystemLastRuntimeUpgradeInfo extends Struct {
10382
10431
  readonly specVersion: Compact<u32>;
10383
10432
  readonly specName: Text;
10384
10433
  }
10385
- /** @name FrameSystemCodeUpgradeAuthorization (140) */
10434
+ /** @name FrameSystemCodeUpgradeAuthorization (141) */
10386
10435
  interface FrameSystemCodeUpgradeAuthorization extends Struct {
10387
10436
  readonly codeHash: H256;
10388
10437
  readonly checkVersion: bool;
10389
10438
  }
10390
- /** @name FrameSystemCall (141) */
10439
+ /** @name FrameSystemCall (142) */
10391
10440
  interface FrameSystemCall extends Enum {
10392
10441
  readonly isRemark: boolean;
10393
10442
  readonly asRemark: {
@@ -10436,42 +10485,42 @@ declare module '@polkadot/types/lookup' {
10436
10485
  } & Struct;
10437
10486
  readonly type: 'Remark' | 'SetHeapPages' | 'SetCode' | 'SetCodeWithoutChecks' | 'SetStorage' | 'KillStorage' | 'KillPrefix' | 'RemarkWithEvent' | 'AuthorizeUpgrade' | 'AuthorizeUpgradeWithoutChecks' | 'ApplyAuthorizedUpgrade';
10438
10487
  }
10439
- /** @name FrameSystemLimitsBlockWeights (145) */
10488
+ /** @name FrameSystemLimitsBlockWeights (146) */
10440
10489
  interface FrameSystemLimitsBlockWeights extends Struct {
10441
10490
  readonly baseBlock: SpWeightsWeightV2Weight;
10442
10491
  readonly maxBlock: SpWeightsWeightV2Weight;
10443
10492
  readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;
10444
10493
  }
10445
- /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (146) */
10494
+ /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (147) */
10446
10495
  interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct {
10447
10496
  readonly normal: FrameSystemLimitsWeightsPerClass;
10448
10497
  readonly operational: FrameSystemLimitsWeightsPerClass;
10449
10498
  readonly mandatory: FrameSystemLimitsWeightsPerClass;
10450
10499
  }
10451
- /** @name FrameSystemLimitsWeightsPerClass (147) */
10500
+ /** @name FrameSystemLimitsWeightsPerClass (148) */
10452
10501
  interface FrameSystemLimitsWeightsPerClass extends Struct {
10453
10502
  readonly baseExtrinsic: SpWeightsWeightV2Weight;
10454
10503
  readonly maxExtrinsic: Option<SpWeightsWeightV2Weight>;
10455
10504
  readonly maxTotal: Option<SpWeightsWeightV2Weight>;
10456
10505
  readonly reserved: Option<SpWeightsWeightV2Weight>;
10457
10506
  }
10458
- /** @name FrameSystemLimitsBlockLength (149) */
10507
+ /** @name FrameSystemLimitsBlockLength (150) */
10459
10508
  interface FrameSystemLimitsBlockLength extends Struct {
10460
10509
  readonly max: FrameSupportDispatchPerDispatchClassU32;
10461
10510
  readonly maxHeaderSize: Option<u32>;
10462
10511
  }
10463
- /** @name FrameSupportDispatchPerDispatchClassU32 (150) */
10512
+ /** @name FrameSupportDispatchPerDispatchClassU32 (151) */
10464
10513
  interface FrameSupportDispatchPerDispatchClassU32 extends Struct {
10465
10514
  readonly normal: u32;
10466
10515
  readonly operational: u32;
10467
10516
  readonly mandatory: u32;
10468
10517
  }
10469
- /** @name SpWeightsRuntimeDbWeight (152) */
10518
+ /** @name SpWeightsRuntimeDbWeight (153) */
10470
10519
  interface SpWeightsRuntimeDbWeight extends Struct {
10471
10520
  readonly read: u64;
10472
10521
  readonly write: u64;
10473
10522
  }
10474
- /** @name SpVersionRuntimeVersion (153) */
10523
+ /** @name SpVersionRuntimeVersion (154) */
10475
10524
  interface SpVersionRuntimeVersion extends Struct {
10476
10525
  readonly specName: Text;
10477
10526
  readonly implName: Text;
@@ -10482,7 +10531,7 @@ declare module '@polkadot/types/lookup' {
10482
10531
  readonly transactionVersion: u32;
10483
10532
  readonly systemVersion: u8;
10484
10533
  }
10485
- /** @name FrameSystemError (158) */
10534
+ /** @name FrameSystemError (159) */
10486
10535
  interface FrameSystemError extends Enum {
10487
10536
  readonly isInvalidSpecName: boolean;
10488
10537
  readonly isSpecVersionNeedsToIncrease: boolean;
@@ -10495,7 +10544,7 @@ declare module '@polkadot/types/lookup' {
10495
10544
  readonly isUnauthorized: boolean;
10496
10545
  readonly type: 'InvalidSpecName' | 'SpecVersionNeedsToIncrease' | 'FailedToExtractRuntimeVersion' | 'NonDefaultComposite' | 'NonZeroRefCount' | 'CallFiltered' | 'MultiBlockMigrationsOngoing' | 'NothingAuthorized' | 'Unauthorized';
10497
10546
  }
10498
- /** @name ArgonPrimitivesDigestsDigestset (159) */
10547
+ /** @name ArgonPrimitivesDigestsDigestset (160) */
10499
10548
  interface ArgonPrimitivesDigestsDigestset extends Struct {
10500
10549
  readonly author: AccountId32;
10501
10550
  readonly blockVote: ArgonPrimitivesDigestsBlockVoteDigest;
@@ -10505,16 +10554,16 @@ declare module '@polkadot/types/lookup' {
10505
10554
  readonly tick: u64;
10506
10555
  readonly notebooks: ArgonPrimitivesDigestsNotebookDigest;
10507
10556
  }
10508
- /** @name ArgonPrimitivesDigestsBlockVoteDigest (160) */
10557
+ /** @name ArgonPrimitivesDigestsBlockVoteDigest (161) */
10509
10558
  interface ArgonPrimitivesDigestsBlockVoteDigest extends Struct {
10510
10559
  readonly votingPower: Compact<u128>;
10511
10560
  readonly votesCount: Compact<u32>;
10512
10561
  }
10513
- /** @name ArgonPrimitivesDigestsParentVotingKeyDigest (162) */
10562
+ /** @name ArgonPrimitivesDigestsParentVotingKeyDigest (163) */
10514
10563
  interface ArgonPrimitivesDigestsParentVotingKeyDigest extends Struct {
10515
10564
  readonly parentVotingKey: Option<H256>;
10516
10565
  }
10517
- /** @name ArgonPrimitivesForkPower (165) */
10566
+ /** @name ArgonPrimitivesForkPower (166) */
10518
10567
  interface ArgonPrimitivesForkPower extends Struct {
10519
10568
  readonly isLatestVote: bool;
10520
10569
  readonly notebooks: Compact<u64>;
@@ -10524,24 +10573,24 @@ declare module '@polkadot/types/lookup' {
10524
10573
  readonly voteCreatedBlocks: Compact<u128>;
10525
10574
  readonly minerNonceScore: Option<U256>;
10526
10575
  }
10527
- /** @name ArgonPrimitivesDigestsFrameInfo (170) */
10576
+ /** @name ArgonPrimitivesDigestsFrameInfo (171) */
10528
10577
  interface ArgonPrimitivesDigestsFrameInfo extends Struct {
10529
10578
  readonly frameId: Compact<u64>;
10530
10579
  readonly frameRewardTicksRemaining: Compact<u32>;
10531
10580
  readonly isNewFrame: bool;
10532
10581
  }
10533
- /** @name ArgonPrimitivesDigestsNotebookDigest (172) */
10582
+ /** @name ArgonPrimitivesDigestsNotebookDigest (173) */
10534
10583
  interface ArgonPrimitivesDigestsNotebookDigest extends Struct {
10535
10584
  readonly notebooks: Vec<ArgonPrimitivesNotebookNotebookAuditResult>;
10536
10585
  }
10537
- /** @name ArgonPrimitivesNotebookNotebookAuditResult (174) */
10586
+ /** @name ArgonPrimitivesNotebookNotebookAuditResult (175) */
10538
10587
  interface ArgonPrimitivesNotebookNotebookAuditResult extends Struct {
10539
10588
  readonly notaryId: Compact<u32>;
10540
10589
  readonly notebookNumber: Compact<u32>;
10541
10590
  readonly tick: Compact<u64>;
10542
10591
  readonly auditFirstFailure: Option<ArgonNotaryAuditErrorVerifyError>;
10543
10592
  }
10544
- /** @name PalletDigestsError (177) */
10593
+ /** @name PalletDigestsError (178) */
10545
10594
  interface PalletDigestsError extends Enum {
10546
10595
  readonly isDuplicateBlockVoteDigest: boolean;
10547
10596
  readonly isDuplicateAuthorDigest: boolean;
@@ -10558,7 +10607,7 @@ declare module '@polkadot/types/lookup' {
10558
10607
  readonly isDuplicateFrameInfoDigest: boolean;
10559
10608
  readonly type: 'DuplicateBlockVoteDigest' | 'DuplicateAuthorDigest' | 'DuplicateTickDigest' | 'DuplicateParentVotingKeyDigest' | 'DuplicateNotebookDigest' | 'DuplicateForkPowerDigest' | 'MissingBlockVoteDigest' | 'MissingAuthorDigest' | 'MissingTickDigest' | 'MissingParentVotingKeyDigest' | 'MissingNotebookDigest' | 'CouldNotDecodeDigest' | 'DuplicateFrameInfoDigest';
10560
10609
  }
10561
- /** @name PalletTimestampCall (178) */
10610
+ /** @name PalletTimestampCall (179) */
10562
10611
  interface PalletTimestampCall extends Enum {
10563
10612
  readonly isSet: boolean;
10564
10613
  readonly asSet: {
@@ -10566,14 +10615,14 @@ declare module '@polkadot/types/lookup' {
10566
10615
  } & Struct;
10567
10616
  readonly type: 'Set';
10568
10617
  }
10569
- /** @name PalletMultisigMultisig (180) */
10618
+ /** @name PalletMultisigMultisig (181) */
10570
10619
  interface PalletMultisigMultisig extends Struct {
10571
10620
  readonly when: PalletMultisigTimepoint;
10572
10621
  readonly deposit: u128;
10573
10622
  readonly depositor: AccountId32;
10574
10623
  readonly approvals: Vec<AccountId32>;
10575
10624
  }
10576
- /** @name PalletMultisigCall (183) */
10625
+ /** @name PalletMultisigCall (184) */
10577
10626
  interface PalletMultisigCall extends Enum {
10578
10627
  readonly isAsMultiThreshold1: boolean;
10579
10628
  readonly asAsMultiThreshold1: {
@@ -10611,7 +10660,7 @@ declare module '@polkadot/types/lookup' {
10611
10660
  } & Struct;
10612
10661
  readonly type: 'AsMultiThreshold1' | 'AsMulti' | 'ApproveAsMulti' | 'CancelAsMulti' | 'PokeDeposit';
10613
10662
  }
10614
- /** @name PalletProxyCall (185) */
10663
+ /** @name PalletProxyCall (186) */
10615
10664
  interface PalletProxyCall extends Enum {
10616
10665
  readonly isProxy: boolean;
10617
10666
  readonly asProxy: {
@@ -10671,9 +10720,9 @@ declare module '@polkadot/types/lookup' {
10671
10720
  readonly isPokeDeposit: boolean;
10672
10721
  readonly type: 'Proxy' | 'AddProxy' | 'RemoveProxy' | 'RemoveProxies' | 'CreatePure' | 'KillPure' | 'Announce' | 'RemoveAnnouncement' | 'RejectAnnouncement' | 'ProxyAnnounced' | 'PokeDeposit';
10673
10722
  }
10674
- /** @name PalletTicksCall (189) */
10723
+ /** @name PalletTicksCall (190) */
10675
10724
  type PalletTicksCall = Null;
10676
- /** @name PalletMiningSlotCall (190) */
10725
+ /** @name PalletMiningSlotCall (191) */
10677
10726
  interface PalletMiningSlotCall extends Enum {
10678
10727
  readonly isBid: boolean;
10679
10728
  readonly asBid: {
@@ -10688,7 +10737,7 @@ declare module '@polkadot/types/lookup' {
10688
10737
  } & Struct;
10689
10738
  readonly type: 'Bid' | 'ConfigureMiningSlotDelay';
10690
10739
  }
10691
- /** @name PalletBitcoinUtxosCall (191) */
10740
+ /** @name PalletBitcoinUtxosCall (192) */
10692
10741
  interface PalletBitcoinUtxosCall extends Enum {
10693
10742
  readonly isSync: boolean;
10694
10743
  readonly asSync: {
@@ -10715,19 +10764,19 @@ declare module '@polkadot/types/lookup' {
10715
10764
  } & Struct;
10716
10765
  readonly type: 'Sync' | 'SetConfirmedBlock' | 'SetOperator' | 'FundWithUtxoCandidate' | 'RejectUtxoCandidate';
10717
10766
  }
10718
- /** @name ArgonPrimitivesInherentsBitcoinUtxoSync (192) */
10767
+ /** @name ArgonPrimitivesInherentsBitcoinUtxoSync (193) */
10719
10768
  interface ArgonPrimitivesInherentsBitcoinUtxoSync extends Struct {
10720
10769
  readonly spent: Vec<ArgonPrimitivesInherentsBitcoinUtxoSpend>;
10721
10770
  readonly funded: Vec<ArgonPrimitivesInherentsBitcoinUtxoFunding>;
10722
10771
  readonly syncToBlock: ArgonPrimitivesBitcoinBitcoinBlock;
10723
10772
  }
10724
- /** @name ArgonPrimitivesInherentsBitcoinUtxoSpend (194) */
10773
+ /** @name ArgonPrimitivesInherentsBitcoinUtxoSpend (195) */
10725
10774
  interface ArgonPrimitivesInherentsBitcoinUtxoSpend extends Struct {
10726
10775
  readonly utxoId: Compact<u64>;
10727
10776
  readonly utxoRef: Option<ArgonPrimitivesBitcoinUtxoRef>;
10728
10777
  readonly bitcoinHeight: Compact<u64>;
10729
10778
  }
10730
- /** @name ArgonPrimitivesInherentsBitcoinUtxoFunding (197) */
10779
+ /** @name ArgonPrimitivesInherentsBitcoinUtxoFunding (198) */
10731
10780
  interface ArgonPrimitivesInherentsBitcoinUtxoFunding extends Struct {
10732
10781
  readonly utxoId: Compact<u64>;
10733
10782
  readonly utxoRef: ArgonPrimitivesBitcoinUtxoRef;
@@ -10735,12 +10784,12 @@ declare module '@polkadot/types/lookup' {
10735
10784
  readonly expectedSatoshis: Compact<u64>;
10736
10785
  readonly bitcoinHeight: Compact<u64>;
10737
10786
  }
10738
- /** @name ArgonPrimitivesBitcoinBitcoinBlock (198) */
10787
+ /** @name ArgonPrimitivesBitcoinBitcoinBlock (199) */
10739
10788
  interface ArgonPrimitivesBitcoinBitcoinBlock extends Struct {
10740
10789
  readonly blockHeight: Compact<u64>;
10741
10790
  readonly blockHash: ArgonPrimitivesBitcoinH256Le;
10742
10791
  }
10743
- /** @name PalletVaultsCall (199) */
10792
+ /** @name PalletVaultsCall (200) */
10744
10793
  interface PalletVaultsCall extends Enum {
10745
10794
  readonly isCreate: boolean;
10746
10795
  readonly asCreate: {
@@ -10780,7 +10829,7 @@ declare module '@polkadot/types/lookup' {
10780
10829
  } & Struct;
10781
10830
  readonly type: 'Create' | 'ModifyFunding' | 'ModifyTerms' | 'Close' | 'ReplaceBitcoinXpub' | 'Collect' | 'SetBitcoinLockDelegate' | 'SetName';
10782
10831
  }
10783
- /** @name PalletVaultsVaultConfig (200) */
10832
+ /** @name PalletVaultsVaultConfig (201) */
10784
10833
  interface PalletVaultsVaultConfig extends Struct {
10785
10834
  readonly terms: ArgonPrimitivesVaultVaultTerms;
10786
10835
  readonly name: Option<Bytes>;
@@ -10788,16 +10837,16 @@ declare module '@polkadot/types/lookup' {
10788
10837
  readonly bitcoinXpubkey: ArgonPrimitivesBitcoinOpaqueBitcoinXpub;
10789
10838
  readonly securitizationRatio: Compact<u128>;
10790
10839
  }
10791
- /** @name ArgonPrimitivesVaultVaultTerms (201) */
10840
+ /** @name ArgonPrimitivesVaultVaultTerms (202) */
10792
10841
  interface ArgonPrimitivesVaultVaultTerms extends Struct {
10793
10842
  readonly bitcoinAnnualPercentRate: Compact<u128>;
10794
10843
  readonly bitcoinBaseFee: Compact<u128>;
10795
10844
  readonly treasuryProfitSharing: Compact<Permill>;
10796
10845
  }
10797
- /** @name ArgonPrimitivesBitcoinOpaqueBitcoinXpub (207) */
10846
+ /** @name ArgonPrimitivesBitcoinOpaqueBitcoinXpub (208) */
10798
10847
  interface ArgonPrimitivesBitcoinOpaqueBitcoinXpub extends U8aFixed {
10799
10848
  }
10800
- /** @name PalletBitcoinLocksCall (209) */
10849
+ /** @name PalletBitcoinLocksCall (210) */
10801
10850
  interface PalletBitcoinLocksCall extends Enum {
10802
10851
  readonly isInitialize: boolean;
10803
10852
  readonly asInitialize: {
@@ -10853,18 +10902,18 @@ declare module '@polkadot/types/lookup' {
10853
10902
  } & Struct;
10854
10903
  readonly type: 'Initialize' | 'RequestRelease' | 'CosignRelease' | 'Ratchet' | 'AdminModifyMinimumLockedSats' | 'RequestOrphanedUtxoRelease' | 'CosignOrphanedUtxoRelease' | 'InitializeFor' | 'IncreaseSecuritization';
10855
10904
  }
10856
- /** @name ArgonPrimitivesBitcoinCompressedBitcoinPubkey (210) */
10905
+ /** @name ArgonPrimitivesBitcoinCompressedBitcoinPubkey (211) */
10857
10906
  interface ArgonPrimitivesBitcoinCompressedBitcoinPubkey extends U8aFixed {
10858
10907
  }
10859
- /** @name PalletBitcoinLocksLockOptions (213) */
10908
+ /** @name PalletBitcoinLocksLockOptions (214) */
10860
10909
  interface PalletBitcoinLocksLockOptions extends Enum {
10861
10910
  readonly isV1: boolean;
10862
10911
  readonly asV1: {
10863
- readonly microgonsPerBtc: Option<u128>;
10912
+ readonly microgonsAtTargetPerBtc: Option<u128>;
10864
10913
  } & Struct;
10865
10914
  readonly type: 'V1';
10866
10915
  }
10867
- /** @name PalletNotariesCall (216) */
10916
+ /** @name PalletNotariesCall (217) */
10868
10917
  interface PalletNotariesCall extends Enum {
10869
10918
  readonly isPropose: boolean;
10870
10919
  readonly asPropose: {
@@ -10882,7 +10931,7 @@ declare module '@polkadot/types/lookup' {
10882
10931
  } & Struct;
10883
10932
  readonly type: 'Propose' | 'Activate' | 'Update';
10884
10933
  }
10885
- /** @name PalletNotebookCall (217) */
10934
+ /** @name PalletNotebookCall (218) */
10886
10935
  interface PalletNotebookCall extends Enum {
10887
10936
  readonly isSubmit: boolean;
10888
10937
  readonly asSubmit: {
@@ -10894,12 +10943,12 @@ declare module '@polkadot/types/lookup' {
10894
10943
  } & Struct;
10895
10944
  readonly type: 'Submit' | 'Unlock';
10896
10945
  }
10897
- /** @name ArgonPrimitivesNotebookSignedNotebookHeader (219) */
10946
+ /** @name ArgonPrimitivesNotebookSignedNotebookHeader (220) */
10898
10947
  interface ArgonPrimitivesNotebookSignedNotebookHeader extends Struct {
10899
10948
  readonly header: ArgonPrimitivesNotebookNotebookHeader;
10900
10949
  readonly signature: U8aFixed;
10901
10950
  }
10902
- /** @name ArgonPrimitivesNotebookNotebookHeader (220) */
10951
+ /** @name ArgonPrimitivesNotebookNotebookHeader (221) */
10903
10952
  interface ArgonPrimitivesNotebookNotebookHeader extends Struct {
10904
10953
  readonly version: Compact<u16>;
10905
10954
  readonly notebookNumber: Compact<u32>;
@@ -10917,7 +10966,7 @@ declare module '@polkadot/types/lookup' {
10917
10966
  readonly parentSecret: Option<H256>;
10918
10967
  readonly domains: Vec<ITuple<[H256, AccountId32]>>;
10919
10968
  }
10920
- /** @name ArgonPrimitivesNotebookChainTransfer (223) */
10969
+ /** @name ArgonPrimitivesNotebookChainTransfer (224) */
10921
10970
  interface ArgonPrimitivesNotebookChainTransfer extends Enum {
10922
10971
  readonly isToMainchain: boolean;
10923
10972
  readonly asToMainchain: {
@@ -10930,12 +10979,12 @@ declare module '@polkadot/types/lookup' {
10930
10979
  } & Struct;
10931
10980
  readonly type: 'ToMainchain' | 'ToLocalchain';
10932
10981
  }
10933
- /** @name ArgonPrimitivesBalanceChangeAccountOrigin (226) */
10982
+ /** @name ArgonPrimitivesBalanceChangeAccountOrigin (227) */
10934
10983
  interface ArgonPrimitivesBalanceChangeAccountOrigin extends Struct {
10935
10984
  readonly notebookNumber: Compact<u32>;
10936
10985
  readonly accountUid: Compact<u32>;
10937
10986
  }
10938
- /** @name PalletLocalchainTransferCall (233) */
10987
+ /** @name PalletLocalchainTransferCall (234) */
10939
10988
  interface PalletLocalchainTransferCall extends Enum {
10940
10989
  readonly isSendToLocalchain: boolean;
10941
10990
  readonly asSendToLocalchain: {
@@ -10944,7 +10993,7 @@ declare module '@polkadot/types/lookup' {
10944
10993
  } & Struct;
10945
10994
  readonly type: 'SendToLocalchain';
10946
10995
  }
10947
- /** @name PalletBlockSealSpecCall (234) */
10996
+ /** @name PalletBlockSealSpecCall (235) */
10948
10997
  interface PalletBlockSealSpecCall extends Enum {
10949
10998
  readonly isConfigure: boolean;
10950
10999
  readonly asConfigure: {
@@ -10953,7 +11002,7 @@ declare module '@polkadot/types/lookup' {
10953
11002
  } & Struct;
10954
11003
  readonly type: 'Configure';
10955
11004
  }
10956
- /** @name PalletDomainsCall (235) */
11005
+ /** @name PalletDomainsCall (236) */
10957
11006
  interface PalletDomainsCall extends Enum {
10958
11007
  readonly isSetZoneRecord: boolean;
10959
11008
  readonly asSetZoneRecord: {
@@ -10962,7 +11011,7 @@ declare module '@polkadot/types/lookup' {
10962
11011
  } & Struct;
10963
11012
  readonly type: 'SetZoneRecord';
10964
11013
  }
10965
- /** @name PalletPriceIndexCall (236) */
11014
+ /** @name PalletPriceIndexCall (237) */
10966
11015
  interface PalletPriceIndexCall extends Enum {
10967
11016
  readonly isSubmit: boolean;
10968
11017
  readonly asSubmit: {
@@ -10974,7 +11023,7 @@ declare module '@polkadot/types/lookup' {
10974
11023
  } & Struct;
10975
11024
  readonly type: 'Submit' | 'SetOperator';
10976
11025
  }
10977
- /** @name PalletPriceIndexPriceIndex (237) */
11026
+ /** @name PalletPriceIndexPriceIndex (238) */
10978
11027
  interface PalletPriceIndexPriceIndex extends Struct {
10979
11028
  readonly btcUsdPrice: Compact<u128>;
10980
11029
  readonly argonotUsdPrice: u128;
@@ -10983,7 +11032,7 @@ declare module '@polkadot/types/lookup' {
10983
11032
  readonly argonTimeWeightedAverageLiquidity: u128;
10984
11033
  readonly tick: Compact<u64>;
10985
11034
  }
10986
- /** @name PalletGrandpaCall (238) */
11035
+ /** @name PalletGrandpaCall (239) */
10987
11036
  interface PalletGrandpaCall extends Enum {
10988
11037
  readonly isReportEquivocation: boolean;
10989
11038
  readonly asReportEquivocation: {
@@ -11002,12 +11051,12 @@ declare module '@polkadot/types/lookup' {
11002
11051
  } & Struct;
11003
11052
  readonly type: 'ReportEquivocation' | 'ReportEquivocationUnsigned' | 'NoteStalled';
11004
11053
  }
11005
- /** @name SpConsensusGrandpaEquivocationProof (239) */
11054
+ /** @name SpConsensusGrandpaEquivocationProof (240) */
11006
11055
  interface SpConsensusGrandpaEquivocationProof extends Struct {
11007
11056
  readonly setId: u64;
11008
11057
  readonly equivocation: SpConsensusGrandpaEquivocation;
11009
11058
  }
11010
- /** @name SpConsensusGrandpaEquivocation (240) */
11059
+ /** @name SpConsensusGrandpaEquivocation (241) */
11011
11060
  interface SpConsensusGrandpaEquivocation extends Enum {
11012
11061
  readonly isPrevote: boolean;
11013
11062
  readonly asPrevote: FinalityGrandpaEquivocationPrevote;
@@ -11015,36 +11064,36 @@ declare module '@polkadot/types/lookup' {
11015
11064
  readonly asPrecommit: FinalityGrandpaEquivocationPrecommit;
11016
11065
  readonly type: 'Prevote' | 'Precommit';
11017
11066
  }
11018
- /** @name FinalityGrandpaEquivocationPrevote (241) */
11067
+ /** @name FinalityGrandpaEquivocationPrevote (242) */
11019
11068
  interface FinalityGrandpaEquivocationPrevote extends Struct {
11020
11069
  readonly roundNumber: u64;
11021
11070
  readonly identity: SpConsensusGrandpaAppPublic;
11022
11071
  readonly first: ITuple<[FinalityGrandpaPrevote, SpConsensusGrandpaAppSignature]>;
11023
11072
  readonly second: ITuple<[FinalityGrandpaPrevote, SpConsensusGrandpaAppSignature]>;
11024
11073
  }
11025
- /** @name FinalityGrandpaPrevote (242) */
11074
+ /** @name FinalityGrandpaPrevote (243) */
11026
11075
  interface FinalityGrandpaPrevote extends Struct {
11027
11076
  readonly targetHash: H256;
11028
11077
  readonly targetNumber: u32;
11029
11078
  }
11030
- /** @name SpConsensusGrandpaAppSignature (243) */
11079
+ /** @name SpConsensusGrandpaAppSignature (244) */
11031
11080
  interface SpConsensusGrandpaAppSignature extends U8aFixed {
11032
11081
  }
11033
- /** @name FinalityGrandpaEquivocationPrecommit (245) */
11082
+ /** @name FinalityGrandpaEquivocationPrecommit (246) */
11034
11083
  interface FinalityGrandpaEquivocationPrecommit extends Struct {
11035
11084
  readonly roundNumber: u64;
11036
11085
  readonly identity: SpConsensusGrandpaAppPublic;
11037
11086
  readonly first: ITuple<[FinalityGrandpaPrecommit, SpConsensusGrandpaAppSignature]>;
11038
11087
  readonly second: ITuple<[FinalityGrandpaPrecommit, SpConsensusGrandpaAppSignature]>;
11039
11088
  }
11040
- /** @name FinalityGrandpaPrecommit (246) */
11089
+ /** @name FinalityGrandpaPrecommit (247) */
11041
11090
  interface FinalityGrandpaPrecommit extends Struct {
11042
11091
  readonly targetHash: H256;
11043
11092
  readonly targetNumber: u32;
11044
11093
  }
11045
- /** @name SpCoreVoid (248) */
11094
+ /** @name SpCoreVoid (249) */
11046
11095
  type SpCoreVoid = Null;
11047
- /** @name PalletBlockSealCall (249) */
11096
+ /** @name PalletBlockSealCall (250) */
11048
11097
  interface PalletBlockSealCall extends Enum {
11049
11098
  readonly isApply: boolean;
11050
11099
  readonly asApply: {
@@ -11052,7 +11101,7 @@ declare module '@polkadot/types/lookup' {
11052
11101
  } & Struct;
11053
11102
  readonly type: 'Apply';
11054
11103
  }
11055
- /** @name ArgonPrimitivesInherentsBlockSealInherent (250) */
11104
+ /** @name ArgonPrimitivesInherentsBlockSealInherent (251) */
11056
11105
  interface ArgonPrimitivesInherentsBlockSealInherent extends Enum {
11057
11106
  readonly isVote: boolean;
11058
11107
  readonly asVote: {
@@ -11066,13 +11115,13 @@ declare module '@polkadot/types/lookup' {
11066
11115
  readonly isCompute: boolean;
11067
11116
  readonly type: 'Vote' | 'Compute';
11068
11117
  }
11069
- /** @name ArgonPrimitivesBalanceChangeMerkleProof (251) */
11118
+ /** @name ArgonPrimitivesBalanceChangeMerkleProof (252) */
11070
11119
  interface ArgonPrimitivesBalanceChangeMerkleProof extends Struct {
11071
11120
  readonly proof: Vec<H256>;
11072
11121
  readonly numberOfLeaves: Compact<u32>;
11073
11122
  readonly leafIndex: Compact<u32>;
11074
11123
  }
11075
- /** @name ArgonPrimitivesBlockVoteBlockVoteT (253) */
11124
+ /** @name ArgonPrimitivesBlockVoteBlockVoteT (254) */
11076
11125
  interface ArgonPrimitivesBlockVoteBlockVoteT extends Struct {
11077
11126
  readonly accountId: AccountId32;
11078
11127
  readonly blockHash: H256;
@@ -11082,7 +11131,7 @@ declare module '@polkadot/types/lookup' {
11082
11131
  readonly blockRewardsAccountId: AccountId32;
11083
11132
  readonly tick: Compact<u64>;
11084
11133
  }
11085
- /** @name SpRuntimeMultiSignature (254) */
11134
+ /** @name SpRuntimeMultiSignature (255) */
11086
11135
  interface SpRuntimeMultiSignature extends Enum {
11087
11136
  readonly isEd25519: boolean;
11088
11137
  readonly asEd25519: U8aFixed;
@@ -11094,7 +11143,7 @@ declare module '@polkadot/types/lookup' {
11094
11143
  readonly asEth: U8aFixed;
11095
11144
  readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa' | 'Eth';
11096
11145
  }
11097
- /** @name PalletBlockRewardsCall (256) */
11146
+ /** @name PalletBlockRewardsCall (257) */
11098
11147
  interface PalletBlockRewardsCall extends Enum {
11099
11148
  readonly isSetBlockRewardsPaused: boolean;
11100
11149
  readonly asSetBlockRewardsPaused: {
@@ -11102,9 +11151,9 @@ declare module '@polkadot/types/lookup' {
11102
11151
  } & Struct;
11103
11152
  readonly type: 'SetBlockRewardsPaused';
11104
11153
  }
11105
- /** @name PalletMintCall (257) */
11154
+ /** @name PalletMintCall (258) */
11106
11155
  type PalletMintCall = Null;
11107
- /** @name PalletBalancesCall (258) */
11156
+ /** @name PalletBalancesCall (259) */
11108
11157
  interface PalletBalancesCall extends Enum {
11109
11158
  readonly isTransferAllowDeath: boolean;
11110
11159
  readonly asTransferAllowDeath: {
@@ -11153,13 +11202,13 @@ declare module '@polkadot/types/lookup' {
11153
11202
  } & Struct;
11154
11203
  readonly type: 'TransferAllowDeath' | 'ForceTransfer' | 'TransferKeepAlive' | 'TransferAll' | 'ForceUnreserve' | 'UpgradeAccounts' | 'ForceSetBalance' | 'ForceAdjustTotalIssuance' | 'Burn';
11155
11204
  }
11156
- /** @name PalletBalancesAdjustmentDirection (259) */
11205
+ /** @name PalletBalancesAdjustmentDirection (260) */
11157
11206
  interface PalletBalancesAdjustmentDirection extends Enum {
11158
11207
  readonly isIncrease: boolean;
11159
11208
  readonly isDecrease: boolean;
11160
11209
  readonly type: 'Increase' | 'Decrease';
11161
11210
  }
11162
- /** @name PalletTxPauseCall (261) */
11211
+ /** @name PalletTxPauseCall (262) */
11163
11212
  interface PalletTxPauseCall extends Enum {
11164
11213
  readonly isPause: boolean;
11165
11214
  readonly asPause: {
@@ -11171,7 +11220,7 @@ declare module '@polkadot/types/lookup' {
11171
11220
  } & Struct;
11172
11221
  readonly type: 'Pause' | 'Unpause';
11173
11222
  }
11174
- /** @name PalletUtilityCall (262) */
11223
+ /** @name PalletUtilityCall (263) */
11175
11224
  interface PalletUtilityCall extends Enum {
11176
11225
  readonly isBatch: boolean;
11177
11226
  readonly asBatch: {
@@ -11212,7 +11261,7 @@ declare module '@polkadot/types/lookup' {
11212
11261
  } & Struct;
11213
11262
  readonly type: 'Batch' | 'AsDerivative' | 'BatchAll' | 'DispatchAs' | 'ForceBatch' | 'WithWeight' | 'IfElse' | 'DispatchAsFallible';
11214
11263
  }
11215
- /** @name PalletSudoCall (264) */
11264
+ /** @name PalletSudoCall (265) */
11216
11265
  interface PalletSudoCall extends Enum {
11217
11266
  readonly isSudo: boolean;
11218
11267
  readonly asSudo: {
@@ -11235,7 +11284,7 @@ declare module '@polkadot/types/lookup' {
11235
11284
  readonly isRemoveKey: boolean;
11236
11285
  readonly type: 'Sudo' | 'SudoUncheckedWeight' | 'SetKey' | 'SudoAs' | 'RemoveKey';
11237
11286
  }
11238
- /** @name PalletTreasuryCall (265) */
11287
+ /** @name PalletTreasuryCall (266) */
11239
11288
  interface PalletTreasuryCall extends Enum {
11240
11289
  readonly isBuyBonds: boolean;
11241
11290
  readonly asBuyBonds: {
@@ -11248,7 +11297,7 @@ declare module '@polkadot/types/lookup' {
11248
11297
  } & Struct;
11249
11298
  readonly type: 'BuyBonds' | 'LiquidateBondLot';
11250
11299
  }
11251
- /** @name PalletOperationalAccountsCall (266) */
11300
+ /** @name PalletOperationalAccountsCall (267) */
11252
11301
  interface PalletOperationalAccountsCall extends Enum {
11253
11302
  readonly isRegister: boolean;
11254
11303
  readonly asRegister: {
@@ -11277,13 +11326,13 @@ declare module '@polkadot/types/lookup' {
11277
11326
  } & Struct;
11278
11327
  readonly type: 'Register' | 'SetRewardConfig' | 'ForceSetProgress' | 'SetEncryptedServerForSponsee' | 'Activate' | 'ClaimRewards';
11279
11328
  }
11280
- /** @name PalletOperationalAccountsRegistration (267) */
11329
+ /** @name PalletOperationalAccountsRegistration (268) */
11281
11330
  interface PalletOperationalAccountsRegistration extends Enum {
11282
11331
  readonly isV1: boolean;
11283
11332
  readonly asV1: PalletOperationalAccountsRegistrationV1;
11284
11333
  readonly type: 'V1';
11285
11334
  }
11286
- /** @name PalletOperationalAccountsRegistrationV1 (268) */
11335
+ /** @name PalletOperationalAccountsRegistrationV1 (269) */
11287
11336
  interface PalletOperationalAccountsRegistrationV1 extends Struct {
11288
11337
  readonly operationalAccount: AccountId32;
11289
11338
  readonly encryptionPubkey: PalletOperationalAccountsOpaqueEncryptionPubkey;
@@ -11296,14 +11345,14 @@ declare module '@polkadot/types/lookup' {
11296
11345
  readonly miningBotAccountProof: PalletOperationalAccountsAccountOwnershipProof;
11297
11346
  readonly referralProof: Option<PalletOperationalAccountsReferralProof>;
11298
11347
  }
11299
- /** @name PalletOperationalAccountsOpaqueEncryptionPubkey (269) */
11348
+ /** @name PalletOperationalAccountsOpaqueEncryptionPubkey (270) */
11300
11349
  interface PalletOperationalAccountsOpaqueEncryptionPubkey extends U8aFixed {
11301
11350
  }
11302
- /** @name PalletOperationalAccountsAccountOwnershipProof (270) */
11351
+ /** @name PalletOperationalAccountsAccountOwnershipProof (271) */
11303
11352
  interface PalletOperationalAccountsAccountOwnershipProof extends Struct {
11304
11353
  readonly signature: SpRuntimeMultiSignature;
11305
11354
  }
11306
- /** @name PalletOperationalAccountsReferralProof (272) */
11355
+ /** @name PalletOperationalAccountsReferralProof (273) */
11307
11356
  interface PalletOperationalAccountsReferralProof extends Struct {
11308
11357
  readonly referralCode: U8aFixed;
11309
11358
  readonly referralSignature: U8aFixed;
@@ -11311,7 +11360,7 @@ declare module '@polkadot/types/lookup' {
11311
11360
  readonly expiresAtFrame: Compact<u64>;
11312
11361
  readonly sponsorSignature: SpRuntimeMultiSignature;
11313
11362
  }
11314
- /** @name PalletOperationalAccountsOperationalProgressPatch (273) */
11363
+ /** @name PalletOperationalAccountsOperationalProgressPatch (274) */
11315
11364
  interface PalletOperationalAccountsOperationalProgressPatch extends Struct {
11316
11365
  readonly hasUniswapTransfer: Option<bool>;
11317
11366
  readonly vaultCreated: Option<bool>;
@@ -11319,7 +11368,7 @@ declare module '@polkadot/types/lookup' {
11319
11368
  readonly observedBitcoinTotal: Option<u128>;
11320
11369
  readonly observedMiningSeatTotal: Option<u32>;
11321
11370
  }
11322
- /** @name PalletEthereumVerifierCall (275) */
11371
+ /** @name PalletEthereumVerifierCall (276) */
11323
11372
  interface PalletEthereumVerifierCall extends Enum {
11324
11373
  readonly isForceCheckpoint: boolean;
11325
11374
  readonly asForceCheckpoint: {
@@ -11340,14 +11389,14 @@ declare module '@polkadot/types/lookup' {
11340
11389
  } & Struct;
11341
11390
  readonly type: 'ForceCheckpoint' | 'Submit' | 'ImportExecutionHeaderAnchor' | 'SetOperatingMode';
11342
11391
  }
11343
- /** @name PalletEthereumVerifierCheckpointUpdate (276) */
11392
+ /** @name PalletEthereumVerifierCheckpointUpdate (277) */
11344
11393
  interface PalletEthereumVerifierCheckpointUpdate extends Struct {
11345
11394
  readonly header: SnowbridgeBeaconPrimitivesBeaconHeader;
11346
- readonly currentSyncCommittee: SnowbridgeBeaconPrimitivesSyncCommittee;
11395
+ readonly currentSyncCommittee: PalletEthereumVerifierSyncCommittee;
11347
11396
  readonly currentSyncCommitteeBranch: Vec<H256>;
11348
11397
  readonly validatorsRoot: H256;
11349
11398
  }
11350
- /** @name SnowbridgeBeaconPrimitivesBeaconHeader (277) */
11399
+ /** @name SnowbridgeBeaconPrimitivesBeaconHeader (278) */
11351
11400
  interface SnowbridgeBeaconPrimitivesBeaconHeader extends Struct {
11352
11401
  readonly slot: u64;
11353
11402
  readonly proposerIndex: u64;
@@ -11355,15 +11404,15 @@ declare module '@polkadot/types/lookup' {
11355
11404
  readonly stateRoot: H256;
11356
11405
  readonly bodyRoot: H256;
11357
11406
  }
11358
- /** @name SnowbridgeBeaconPrimitivesSyncCommittee (278) */
11359
- interface SnowbridgeBeaconPrimitivesSyncCommittee extends Struct {
11407
+ /** @name PalletEthereumVerifierSyncCommittee (279) */
11408
+ interface PalletEthereumVerifierSyncCommittee extends Struct {
11360
11409
  readonly pubkeys: Vec<SnowbridgeBeaconPrimitivesPublicKey>;
11361
11410
  readonly aggregatePubkey: SnowbridgeBeaconPrimitivesPublicKey;
11362
11411
  }
11363
- /** @name SnowbridgeBeaconPrimitivesPublicKey (280) */
11412
+ /** @name SnowbridgeBeaconPrimitivesPublicKey (281) */
11364
11413
  interface SnowbridgeBeaconPrimitivesPublicKey extends U8aFixed {
11365
11414
  }
11366
- /** @name PalletEthereumVerifierForkVersions (282) */
11415
+ /** @name PalletEthereumVerifierForkVersions (285) */
11367
11416
  interface PalletEthereumVerifierForkVersions extends Struct {
11368
11417
  readonly genesis: PalletEthereumVerifierFork;
11369
11418
  readonly altair: PalletEthereumVerifierFork;
@@ -11373,40 +11422,40 @@ declare module '@polkadot/types/lookup' {
11373
11422
  readonly electra: PalletEthereumVerifierFork;
11374
11423
  readonly fulu: PalletEthereumVerifierFork;
11375
11424
  }
11376
- /** @name PalletEthereumVerifierFork (283) */
11425
+ /** @name PalletEthereumVerifierFork (286) */
11377
11426
  interface PalletEthereumVerifierFork extends Struct {
11378
11427
  readonly version: U8aFixed;
11379
11428
  readonly epoch: Compact<u64>;
11380
11429
  }
11381
- /** @name PalletEthereumVerifierUpdate (284) */
11430
+ /** @name PalletEthereumVerifierUpdate (287) */
11382
11431
  interface PalletEthereumVerifierUpdate extends Struct {
11383
11432
  readonly attestedHeader: SnowbridgeBeaconPrimitivesBeaconHeader;
11384
- readonly syncAggregate: SnowbridgeBeaconPrimitivesSyncAggregate;
11433
+ readonly syncAggregate: PalletEthereumVerifierSyncAggregate;
11385
11434
  readonly signatureSlot: Compact<u64>;
11386
11435
  readonly nextSyncCommitteeUpdate: Option<PalletEthereumVerifierNextSyncCommitteeUpdate>;
11387
11436
  readonly finalizedHeader: SnowbridgeBeaconPrimitivesBeaconHeader;
11388
11437
  readonly finalityBranch: Vec<H256>;
11389
11438
  }
11390
- /** @name SnowbridgeBeaconPrimitivesSyncAggregate (285) */
11391
- interface SnowbridgeBeaconPrimitivesSyncAggregate extends Struct {
11392
- readonly syncCommitteeBits: U8aFixed;
11439
+ /** @name PalletEthereumVerifierSyncAggregate (288) */
11440
+ interface PalletEthereumVerifierSyncAggregate extends Struct {
11441
+ readonly syncCommitteeBits: Bytes;
11393
11442
  readonly syncCommitteeSignature: SnowbridgeBeaconPrimitivesSignature;
11394
11443
  }
11395
- /** @name SnowbridgeBeaconPrimitivesSignature (286) */
11444
+ /** @name SnowbridgeBeaconPrimitivesSignature (290) */
11396
11445
  interface SnowbridgeBeaconPrimitivesSignature extends U8aFixed {
11397
11446
  }
11398
- /** @name PalletEthereumVerifierNextSyncCommitteeUpdate (289) */
11447
+ /** @name PalletEthereumVerifierNextSyncCommitteeUpdate (293) */
11399
11448
  interface PalletEthereumVerifierNextSyncCommitteeUpdate extends Struct {
11400
- readonly nextSyncCommittee: SnowbridgeBeaconPrimitivesSyncCommittee;
11449
+ readonly nextSyncCommittee: PalletEthereumVerifierSyncCommittee;
11401
11450
  readonly nextSyncCommitteeBranch: Vec<H256>;
11402
11451
  }
11403
- /** @name PalletEthereumVerifierExecutionProof (290) */
11452
+ /** @name PalletEthereumVerifierExecutionProof (294) */
11404
11453
  interface PalletEthereumVerifierExecutionProof extends Struct {
11405
11454
  readonly header: SnowbridgeBeaconPrimitivesBeaconHeader;
11406
11455
  readonly executionHeader: SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader;
11407
11456
  readonly executionBranch: Vec<H256>;
11408
11457
  }
11409
- /** @name SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader (291) */
11458
+ /** @name SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader (295) */
11410
11459
  interface SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader extends Enum {
11411
11460
  readonly isCapella: boolean;
11412
11461
  readonly asCapella: SnowbridgeBeaconPrimitivesExecutionPayloadHeader;
@@ -11414,7 +11463,7 @@ declare module '@polkadot/types/lookup' {
11414
11463
  readonly asDeneb: SnowbridgeBeaconPrimitivesDenebExecutionPayloadHeader;
11415
11464
  readonly type: 'Capella' | 'Deneb';
11416
11465
  }
11417
- /** @name SnowbridgeBeaconPrimitivesExecutionPayloadHeader (292) */
11466
+ /** @name SnowbridgeBeaconPrimitivesExecutionPayloadHeader (296) */
11418
11467
  interface SnowbridgeBeaconPrimitivesExecutionPayloadHeader extends Struct {
11419
11468
  readonly parentHash: H256;
11420
11469
  readonly feeRecipient: H160;
@@ -11432,7 +11481,7 @@ declare module '@polkadot/types/lookup' {
11432
11481
  readonly transactionsRoot: H256;
11433
11482
  readonly withdrawalsRoot: H256;
11434
11483
  }
11435
- /** @name SnowbridgeBeaconPrimitivesDenebExecutionPayloadHeader (293) */
11484
+ /** @name SnowbridgeBeaconPrimitivesDenebExecutionPayloadHeader (297) */
11436
11485
  interface SnowbridgeBeaconPrimitivesDenebExecutionPayloadHeader extends Struct {
11437
11486
  readonly parentHash: H256;
11438
11487
  readonly feeRecipient: H160;
@@ -11452,66 +11501,72 @@ declare module '@polkadot/types/lookup' {
11452
11501
  readonly blobGasUsed: u64;
11453
11502
  readonly excessBlobGas: u64;
11454
11503
  }
11455
- /** @name PalletCrosschainTransferCall (294) */
11504
+ /** @name PalletCrosschainTransferCall (298) */
11456
11505
  interface PalletCrosschainTransferCall extends Enum {
11457
11506
  readonly isSetChainConfig: boolean;
11458
11507
  readonly asSetChainConfig: {
11459
11508
  readonly config: PalletCrosschainTransferChainConfig;
11460
11509
  } & Struct;
11461
- readonly isProveTransfer: boolean;
11462
- readonly asProveTransfer: {
11463
- readonly proof: PalletCrosschainTransferTransferProof;
11510
+ readonly isProveGatewayActivity: boolean;
11511
+ readonly asProveGatewayActivity: {
11512
+ readonly sourceChain: PalletCrosschainTransferSourceChain;
11513
+ readonly previousGatewayActivityNonce: Compact<u64>;
11514
+ readonly proofBatch: ArgonPrimitivesEthereumEthereumReceiptLogProofBatch;
11464
11515
  } & Struct;
11465
- readonly type: 'SetChainConfig' | 'ProveTransfer';
11516
+ readonly type: 'SetChainConfig' | 'ProveGatewayActivity';
11466
11517
  }
11467
- /** @name PalletCrosschainTransferChainConfig (295) */
11518
+ /** @name PalletCrosschainTransferChainConfig (299) */
11468
11519
  interface PalletCrosschainTransferChainConfig extends Enum {
11469
11520
  readonly isEthereum: boolean;
11470
11521
  readonly asEthereum: {
11471
11522
  readonly gateway: H160;
11472
11523
  readonly argonToken: H160;
11473
11524
  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
11525
  } & Struct;
11487
11526
  readonly type: 'Ethereum';
11488
11527
  }
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 {
11528
+ /** @name ArgonPrimitivesEthereumEthereumReceiptLogProofBatch (300) */
11529
+ interface ArgonPrimitivesEthereumEthereumReceiptLogProofBatch extends Struct {
11497
11530
  readonly executionBlockProof: ArgonPrimitivesEthereumEthereumExecutionBlockProof;
11498
- readonly receiptProof: ArgonPrimitivesEthereumEthereumReceiptProof;
11531
+ readonly blocks: Vec<ArgonPrimitivesEthereumEthereumReceiptLogProofBlock>;
11499
11532
  }
11500
- /** @name ArgonPrimitivesEthereumEthereumExecutionBlockProof (300) */
11533
+ /** @name ArgonPrimitivesEthereumEthereumExecutionBlockProof (301) */
11501
11534
  interface ArgonPrimitivesEthereumEthereumExecutionBlockProof extends Struct {
11502
11535
  readonly anchorBlockHash: H256;
11503
11536
  readonly targetToAnchorHeaderChain: Vec<ArgonPrimitivesEthereumEthereumExecutionHeader>;
11504
11537
  }
11505
- /** @name ArgonPrimitivesEthereumEthereumExecutionHeader (302) */
11538
+ /** @name ArgonPrimitivesEthereumEthereumExecutionHeader (303) */
11506
11539
  interface ArgonPrimitivesEthereumEthereumExecutionHeader extends Struct {
11507
11540
  readonly rlp: Bytes;
11508
11541
  }
11509
- /** @name ArgonPrimitivesEthereumEthereumReceiptProof (303) */
11510
- interface ArgonPrimitivesEthereumEthereumReceiptProof extends Struct {
11511
- readonly transactionIndex: Compact<u64>;
11542
+ /** @name ArgonPrimitivesEthereumEthereumReceiptLogProofBlock (307) */
11543
+ interface ArgonPrimitivesEthereumEthereumReceiptLogProofBlock extends Struct {
11544
+ readonly targetBlockNumber: Compact<u64>;
11545
+ readonly receiptProof: ArgonPrimitivesEthereumEthereumCombinedReceiptProof;
11546
+ readonly receiptLogs: Vec<ArgonPrimitivesEthereumEthereumReceiptLog>;
11547
+ }
11548
+ /** @name ArgonPrimitivesEthereumEthereumCombinedReceiptProof (308) */
11549
+ interface ArgonPrimitivesEthereumEthereumCombinedReceiptProof extends Struct {
11512
11550
  readonly nodes: Vec<Bytes>;
11551
+ readonly receipts: Vec<ArgonPrimitivesEthereumEthereumReceiptProofReceipt>;
11552
+ }
11553
+ /** @name ArgonPrimitivesEthereumEthereumReceiptProofReceipt (312) */
11554
+ interface ArgonPrimitivesEthereumEthereumReceiptProofReceipt extends Struct {
11555
+ readonly transactionIndex: Compact<u64>;
11556
+ readonly nodeIndexes: Vec<u16>;
11513
11557
  }
11514
- /** @name PalletMultisigError (305) */
11558
+ /** @name ArgonPrimitivesEthereumEthereumReceiptLog (317) */
11559
+ interface ArgonPrimitivesEthereumEthereumReceiptLog extends Struct {
11560
+ readonly transactionIndex: Compact<u64>;
11561
+ readonly eventLog: ArgonPrimitivesEthereumEthereumLog;
11562
+ }
11563
+ /** @name ArgonPrimitivesEthereumEthereumLog (318) */
11564
+ interface ArgonPrimitivesEthereumEthereumLog extends Struct {
11565
+ readonly address: H160;
11566
+ readonly topics: Vec<H256>;
11567
+ readonly data: Bytes;
11568
+ }
11569
+ /** @name PalletMultisigError (324) */
11515
11570
  interface PalletMultisigError extends Enum {
11516
11571
  readonly isMinimumThreshold: boolean;
11517
11572
  readonly isAlreadyApproved: boolean;
@@ -11529,19 +11584,19 @@ declare module '@polkadot/types/lookup' {
11529
11584
  readonly isAlreadyStored: boolean;
11530
11585
  readonly type: 'MinimumThreshold' | 'AlreadyApproved' | 'NoApprovalsNeeded' | 'TooFewSignatories' | 'TooManySignatories' | 'SignatoriesOutOfOrder' | 'SenderInSignatories' | 'NotFound' | 'NotOwner' | 'NoTimepoint' | 'WrongTimepoint' | 'UnexpectedTimepoint' | 'MaxWeightTooLow' | 'AlreadyStored';
11531
11586
  }
11532
- /** @name PalletProxyProxyDefinition (308) */
11587
+ /** @name PalletProxyProxyDefinition (327) */
11533
11588
  interface PalletProxyProxyDefinition extends Struct {
11534
11589
  readonly delegate: AccountId32;
11535
11590
  readonly proxyType: ArgonRuntimeProxyType;
11536
11591
  readonly delay: u32;
11537
11592
  }
11538
- /** @name PalletProxyAnnouncement (312) */
11593
+ /** @name PalletProxyAnnouncement (331) */
11539
11594
  interface PalletProxyAnnouncement extends Struct {
11540
11595
  readonly real: AccountId32;
11541
11596
  readonly callHash: H256;
11542
11597
  readonly height: u32;
11543
11598
  }
11544
- /** @name PalletProxyError (314) */
11599
+ /** @name PalletProxyError (333) */
11545
11600
  interface PalletProxyError extends Enum {
11546
11601
  readonly isTooMany: boolean;
11547
11602
  readonly isNotFound: boolean;
@@ -11553,34 +11608,34 @@ declare module '@polkadot/types/lookup' {
11553
11608
  readonly isNoSelfProxy: boolean;
11554
11609
  readonly type: 'TooMany' | 'NotFound' | 'NotProxy' | 'Unproxyable' | 'Duplicate' | 'NoPermission' | 'Unannounced' | 'NoSelfProxy';
11555
11610
  }
11556
- /** @name ArgonPrimitivesTickTicker (315) */
11611
+ /** @name ArgonPrimitivesTickTicker (334) */
11557
11612
  interface ArgonPrimitivesTickTicker extends Struct {
11558
11613
  readonly tickDurationMillis: Compact<u64>;
11559
11614
  readonly channelHoldExpirationTicks: Compact<u64>;
11560
11615
  }
11561
- /** @name PalletTicksError (317) */
11616
+ /** @name PalletTicksError (336) */
11562
11617
  type PalletTicksError = Null;
11563
- /** @name PalletMiningSlotMinerNonceScoring (320) */
11618
+ /** @name PalletMiningSlotMinerNonceScoring (339) */
11564
11619
  interface PalletMiningSlotMinerNonceScoring extends Struct {
11565
11620
  readonly nonce: U256;
11566
11621
  readonly lastWinBlock: Option<u32>;
11567
11622
  readonly blocksWonInFrame: u16;
11568
11623
  readonly frameStartBlocksWonSurplus: i16;
11569
11624
  }
11570
- /** @name ArgonPrimitivesBlockSealMiningBidStats (332) */
11625
+ /** @name ArgonPrimitivesBlockSealMiningBidStats (351) */
11571
11626
  interface ArgonPrimitivesBlockSealMiningBidStats extends Struct {
11572
11627
  readonly bidsCount: u32;
11573
11628
  readonly bidAmountMin: u128;
11574
11629
  readonly bidAmountMax: u128;
11575
11630
  readonly bidAmountSum: u128;
11576
11631
  }
11577
- /** @name ArgonPrimitivesBlockSealMiningSlotConfig (336) */
11632
+ /** @name ArgonPrimitivesBlockSealMiningSlotConfig (355) */
11578
11633
  interface ArgonPrimitivesBlockSealMiningSlotConfig extends Struct {
11579
11634
  readonly ticksBeforeBidEndForVrfClose: Compact<u64>;
11580
11635
  readonly ticksBetweenSlots: Compact<u64>;
11581
11636
  readonly slotBiddingStartAfterTicks: Compact<u64>;
11582
11637
  }
11583
- /** @name PalletMiningSlotError (347) */
11638
+ /** @name PalletMiningSlotError (366) */
11584
11639
  interface PalletMiningSlotError extends Enum {
11585
11640
  readonly isSlotNotTakingBids: boolean;
11586
11641
  readonly isTooManyBlockRegistrants: boolean;
@@ -11594,7 +11649,7 @@ declare module '@polkadot/types/lookup' {
11594
11649
  readonly isUnrecoverableHold: boolean;
11595
11650
  readonly type: 'SlotNotTakingBids' | 'TooManyBlockRegistrants' | 'InsufficientOwnershipTokens' | 'BidTooLow' | 'CannotRegisterOverlappingSessions' | 'CannotChangeFundingAccount' | 'InsufficientFunds' | 'BidCannotBeReduced' | 'InvalidBidAmount' | 'UnrecoverableHold';
11596
11651
  }
11597
- /** @name ArgonPrimitivesBitcoinUtxoValue (348) */
11652
+ /** @name ArgonPrimitivesBitcoinUtxoValue (367) */
11598
11653
  interface ArgonPrimitivesBitcoinUtxoValue extends Struct {
11599
11654
  readonly utxoId: u64;
11600
11655
  readonly scriptPubkey: ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey;
@@ -11602,7 +11657,7 @@ declare module '@polkadot/types/lookup' {
11602
11657
  readonly submittedAtHeight: Compact<u64>;
11603
11658
  readonly watchForSpentUntilHeight: Compact<u64>;
11604
11659
  }
11605
- /** @name ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey (349) */
11660
+ /** @name ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey (368) */
11606
11661
  interface ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey extends Enum {
11607
11662
  readonly isP2wsh: boolean;
11608
11663
  readonly asP2wsh: {
@@ -11610,7 +11665,7 @@ declare module '@polkadot/types/lookup' {
11610
11665
  } & Struct;
11611
11666
  readonly type: 'P2wsh';
11612
11667
  }
11613
- /** @name ArgonPrimitivesBitcoinBitcoinNetwork (358) */
11668
+ /** @name ArgonPrimitivesBitcoinBitcoinNetwork (377) */
11614
11669
  interface ArgonPrimitivesBitcoinBitcoinNetwork extends Enum {
11615
11670
  readonly isBitcoin: boolean;
11616
11671
  readonly isTestnet: boolean;
@@ -11618,7 +11673,7 @@ declare module '@polkadot/types/lookup' {
11618
11673
  readonly isRegtest: boolean;
11619
11674
  readonly type: 'Bitcoin' | 'Testnet' | 'Signet' | 'Regtest';
11620
11675
  }
11621
- /** @name PalletBitcoinUtxosError (359) */
11676
+ /** @name PalletBitcoinUtxosError (378) */
11622
11677
  interface PalletBitcoinUtxosError extends Enum {
11623
11678
  readonly isNoPermissions: boolean;
11624
11679
  readonly isNoBitcoinConfirmedBlock: boolean;
@@ -11637,7 +11692,7 @@ declare module '@polkadot/types/lookup' {
11637
11692
  readonly isLockAlreadyFunded: boolean;
11638
11693
  readonly type: 'NoPermissions' | 'NoBitcoinConfirmedBlock' | 'InsufficientBitcoinAmount' | 'NoBitcoinPricesAvailable' | 'ScriptPubkeyConflict' | 'UtxoNotLocked' | 'RedemptionsUnavailable' | 'InvalidBitcoinSyncHeight' | 'BitcoinHeightNotConfirmed' | 'MaxUtxosExceeded' | 'InvalidBitcoinScript' | 'DuplicateUtxoId' | 'MaxCandidateUtxosExceeded' | 'UtxoNotCandidate' | 'LockAlreadyFunded';
11639
11694
  }
11640
- /** @name ArgonPrimitivesVault (360) */
11695
+ /** @name ArgonPrimitivesVault (379) */
11641
11696
  interface ArgonPrimitivesVault extends Struct {
11642
11697
  readonly operatorAccountId: AccountId32;
11643
11698
  readonly bitcoinLockDelegateAccount: Option<AccountId32>;
@@ -11657,7 +11712,7 @@ declare module '@polkadot/types/lookup' {
11657
11712
  readonly openedTick: Compact<u64>;
11658
11713
  readonly operationalMinimumReleaseTick: Option<u64>;
11659
11714
  }
11660
- /** @name ArgonPrimitivesBitcoinBitcoinXPub (368) */
11715
+ /** @name ArgonPrimitivesBitcoinBitcoinXPub (387) */
11661
11716
  interface ArgonPrimitivesBitcoinBitcoinXPub extends Struct {
11662
11717
  readonly publicKey: ArgonPrimitivesBitcoinCompressedBitcoinPubkey;
11663
11718
  readonly depth: Compact<u8>;
@@ -11666,13 +11721,13 @@ declare module '@polkadot/types/lookup' {
11666
11721
  readonly chainCode: U8aFixed;
11667
11722
  readonly network: ArgonPrimitivesBitcoinNetworkKind;
11668
11723
  }
11669
- /** @name ArgonPrimitivesBitcoinNetworkKind (370) */
11724
+ /** @name ArgonPrimitivesBitcoinNetworkKind (389) */
11670
11725
  interface ArgonPrimitivesBitcoinNetworkKind extends Enum {
11671
11726
  readonly isMain: boolean;
11672
11727
  readonly isTest: boolean;
11673
11728
  readonly type: 'Main' | 'Test';
11674
11729
  }
11675
- /** @name PalletVaultsVaultFrameRevenue (379) */
11730
+ /** @name PalletVaultsVaultFrameRevenue (398) */
11676
11731
  interface PalletVaultsVaultFrameRevenue extends Struct {
11677
11732
  readonly frameId: Compact<u64>;
11678
11733
  readonly bitcoinLockFeeRevenue: Compact<u128>;
@@ -11691,14 +11746,14 @@ declare module '@polkadot/types/lookup' {
11691
11746
  readonly treasuryExternalCapital: Compact<u128>;
11692
11747
  readonly uncollectedRevenue: Compact<u128>;
11693
11748
  }
11694
- /** @name PalletVaultsRecentCapacityDrop (382) */
11749
+ /** @name PalletVaultsRecentCapacityDrop (401) */
11695
11750
  interface PalletVaultsRecentCapacityDrop extends Struct {
11696
11751
  readonly blockNumber: Compact<u32>;
11697
11752
  readonly availableBeforeDrop: Compact<u128>;
11698
11753
  readonly availableAfterDrop: Compact<u128>;
11699
11754
  readonly noFeeFailuresUsed: Compact<u32>;
11700
11755
  }
11701
- /** @name PalletVaultsError (384) */
11756
+ /** @name PalletVaultsError (403) */
11702
11757
  interface PalletVaultsError extends Enum {
11703
11758
  readonly isNoMoreVaultIds: boolean;
11704
11759
  readonly isInsufficientFunds: boolean;
@@ -11732,11 +11787,11 @@ declare module '@polkadot/types/lookup' {
11732
11787
  readonly isAccountAlreadyHasVault: boolean;
11733
11788
  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';
11734
11789
  }
11735
- /** @name PalletBitcoinLocksLockedBitcoin (385) */
11790
+ /** @name PalletBitcoinLocksLockedBitcoin (404) */
11736
11791
  interface PalletBitcoinLocksLockedBitcoin extends Struct {
11737
11792
  readonly vaultId: Compact<u32>;
11738
11793
  readonly liquidityPromised: Compact<u128>;
11739
- readonly lockedMarketRate: Compact<u128>;
11794
+ readonly lockedTargetPrice: Compact<u128>;
11740
11795
  readonly ownerAccount: AccountId32;
11741
11796
  readonly securitizationRatio: u128;
11742
11797
  readonly securityFees: Compact<u128>;
@@ -11755,16 +11810,16 @@ declare module '@polkadot/types/lookup' {
11755
11810
  readonly fundHoldExtensions: BTreeMap<u64, u128>;
11756
11811
  readonly createdAtArgonBlock: Compact<u32>;
11757
11812
  }
11758
- /** @name PalletBitcoinLocksLockReleaseRequest (388) */
11813
+ /** @name PalletBitcoinLocksLockReleaseRequest (407) */
11759
11814
  interface PalletBitcoinLocksLockReleaseRequest extends Struct {
11760
11815
  readonly utxoId: Compact<u64>;
11761
11816
  readonly vaultId: Compact<u32>;
11762
11817
  readonly bitcoinNetworkFee: Compact<u64>;
11763
11818
  readonly cosignDueFrame: Compact<u64>;
11764
11819
  readonly toScriptPubkey: Bytes;
11765
- readonly redemptionPrice: Compact<u128>;
11820
+ readonly redemptionAmount: Compact<u128>;
11766
11821
  }
11767
- /** @name PalletBitcoinLocksOrphanedUtxo (390) */
11822
+ /** @name PalletBitcoinLocksOrphanedUtxo (409) */
11768
11823
  interface PalletBitcoinLocksOrphanedUtxo extends Struct {
11769
11824
  readonly utxoId: Compact<u64>;
11770
11825
  readonly vaultId: Compact<u32>;
@@ -11772,13 +11827,13 @@ declare module '@polkadot/types/lookup' {
11772
11827
  readonly recordedArgonBlockNumber: Compact<u32>;
11773
11828
  readonly cosignRequest: Option<PalletBitcoinLocksOrphanedUtxoCosignRequest>;
11774
11829
  }
11775
- /** @name PalletBitcoinLocksOrphanedUtxoCosignRequest (392) */
11830
+ /** @name PalletBitcoinLocksOrphanedUtxoCosignRequest (411) */
11776
11831
  interface PalletBitcoinLocksOrphanedUtxoCosignRequest extends Struct {
11777
11832
  readonly bitcoinNetworkFee: u64;
11778
11833
  readonly toScriptPubkey: Bytes;
11779
11834
  readonly createdAtArgonBlockNumber: u32;
11780
11835
  }
11781
- /** @name PalletBitcoinLocksError (399) */
11836
+ /** @name PalletBitcoinLocksError (418) */
11782
11837
  interface PalletBitcoinLocksError extends Enum {
11783
11838
  readonly isInsufficientFunds: boolean;
11784
11839
  readonly isInsufficientVaultFunds: boolean;
@@ -11818,7 +11873,7 @@ declare module '@polkadot/types/lookup' {
11818
11873
  readonly isMaxOrphanedUtxoReleaseRequestsExceeded: boolean;
11819
11874
  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';
11820
11875
  }
11821
- /** @name ArgonPrimitivesVaultVaultError (400) */
11876
+ /** @name ArgonPrimitivesVaultVaultError (419) */
11822
11877
  interface ArgonPrimitivesVaultVaultError extends Enum {
11823
11878
  readonly isVaultClosed: boolean;
11824
11879
  readonly isAccountWouldBeBelowMinimum: boolean;
@@ -11834,7 +11889,7 @@ declare module '@polkadot/types/lookup' {
11834
11889
  readonly isVaultNotYetActive: boolean;
11835
11890
  readonly type: 'VaultClosed' | 'AccountWouldBeBelowMinimum' | 'InsufficientFunds' | 'InsufficientVaultFunds' | 'HoldUnexpectedlyModified' | 'UnrecoverableHold' | 'VaultNotFound' | 'NoVaultBitcoinPubkeysAvailable' | 'UnableToGenerateVaultBitcoinPubkey' | 'InvalidBitcoinScript' | 'InternalError' | 'VaultNotYetActive';
11836
11891
  }
11837
- /** @name PalletNotariesError (412) */
11892
+ /** @name PalletNotariesError (431) */
11838
11893
  interface PalletNotariesError extends Enum {
11839
11894
  readonly isProposalNotFound: boolean;
11840
11895
  readonly isMaxNotariesExceeded: boolean;
@@ -11847,7 +11902,7 @@ declare module '@polkadot/types/lookup' {
11847
11902
  readonly isInvalidNotary: boolean;
11848
11903
  readonly type: 'ProposalNotFound' | 'MaxNotariesExceeded' | 'MaxProposalsPerBlockExceeded' | 'NotAnActiveNotary' | 'InvalidNotaryOperator' | 'NoMoreNotaryIds' | 'EffectiveTickTooSoon' | 'TooManyKeys' | 'InvalidNotary';
11849
11904
  }
11850
- /** @name ArgonPrimitivesNotaryNotaryNotebookKeyDetails (416) */
11905
+ /** @name ArgonPrimitivesNotaryNotaryNotebookKeyDetails (435) */
11851
11906
  interface ArgonPrimitivesNotaryNotaryNotebookKeyDetails extends Struct {
11852
11907
  readonly notebookNumber: Compact<u32>;
11853
11908
  readonly tick: Compact<u64>;
@@ -11855,7 +11910,7 @@ declare module '@polkadot/types/lookup' {
11855
11910
  readonly secretHash: H256;
11856
11911
  readonly parentSecret: Option<H256>;
11857
11912
  }
11858
- /** @name PalletNotebookError (419) */
11913
+ /** @name PalletNotebookError (438) */
11859
11914
  interface PalletNotebookError extends Enum {
11860
11915
  readonly isDuplicateNotebookNumber: boolean;
11861
11916
  readonly isMissingNotebookNumber: boolean;
@@ -11874,17 +11929,17 @@ declare module '@polkadot/types/lookup' {
11874
11929
  readonly isInvalidNotebookSubmissionTick: boolean;
11875
11930
  readonly type: 'DuplicateNotebookNumber' | 'MissingNotebookNumber' | 'NotebookTickAlreadyUsed' | 'InvalidNotebookSignature' | 'InvalidSecretProvided' | 'CouldNotDecodeNotebook' | 'DuplicateNotebookDigest' | 'MissingNotebookDigest' | 'InvalidNotebookDigest' | 'MultipleNotebookInherentsProvided' | 'InternalError' | 'NotebookSubmittedForLockedNotary' | 'InvalidReprocessNotebook' | 'InvalidNotaryOperator' | 'InvalidNotebookSubmissionTick';
11876
11931
  }
11877
- /** @name PalletLocalchainTransferQueuedTransferOut (420) */
11932
+ /** @name PalletLocalchainTransferQueuedTransferOut (439) */
11878
11933
  interface PalletLocalchainTransferQueuedTransferOut extends Struct {
11879
11934
  readonly accountId: AccountId32;
11880
11935
  readonly amount: u128;
11881
11936
  readonly expirationTick: u64;
11882
11937
  readonly notaryId: u32;
11883
11938
  }
11884
- /** @name FrameSupportPalletId (422) */
11939
+ /** @name FrameSupportPalletId (441) */
11885
11940
  interface FrameSupportPalletId extends U8aFixed {
11886
11941
  }
11887
- /** @name PalletLocalchainTransferError (423) */
11942
+ /** @name PalletLocalchainTransferError (442) */
11888
11943
  interface PalletLocalchainTransferError extends Enum {
11889
11944
  readonly isMaxBlockTransfersExceeded: boolean;
11890
11945
  readonly isInsufficientFunds: boolean;
@@ -11896,7 +11951,7 @@ declare module '@polkadot/types/lookup' {
11896
11951
  readonly isNoAvailableTransferId: boolean;
11897
11952
  readonly type: 'MaxBlockTransfersExceeded' | 'InsufficientFunds' | 'InsufficientNotarizedFunds' | 'InvalidOrDuplicatedLocalchainTransfer' | 'NotebookIncludesExpiredLocalchainTransfer' | 'InvalidNotaryUsedForTransfer' | 'NotaryLockedForTransfer' | 'NoAvailableTransferId';
11898
11953
  }
11899
- /** @name ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails (427) */
11954
+ /** @name ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails (446) */
11900
11955
  interface ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails extends Struct {
11901
11956
  readonly notaryId: Compact<u32>;
11902
11957
  readonly notebookNumber: Compact<u32>;
@@ -11904,12 +11959,12 @@ declare module '@polkadot/types/lookup' {
11904
11959
  readonly blockVotesCount: Compact<u32>;
11905
11960
  readonly blockVotingPower: Compact<u128>;
11906
11961
  }
11907
- /** @name PalletBlockSealSpecError (432) */
11962
+ /** @name PalletBlockSealSpecError (451) */
11908
11963
  interface PalletBlockSealSpecError extends Enum {
11909
11964
  readonly isMaxNotebooksAtTickExceeded: boolean;
11910
11965
  readonly type: 'MaxNotebooksAtTickExceeded';
11911
11966
  }
11912
- /** @name PalletDomainsError (434) */
11967
+ /** @name PalletDomainsError (453) */
11913
11968
  interface PalletDomainsError extends Enum {
11914
11969
  readonly isDomainNotRegistered: boolean;
11915
11970
  readonly isNotDomainOwner: boolean;
@@ -11918,13 +11973,13 @@ declare module '@polkadot/types/lookup' {
11918
11973
  readonly isAccountDecodingError: boolean;
11919
11974
  readonly type: 'DomainNotRegistered' | 'NotDomainOwner' | 'FailedToAddToAddressHistory' | 'FailedToAddExpiringDomain' | 'AccountDecodingError';
11920
11975
  }
11921
- /** @name PalletPriceIndexCpiMeasurementBucket (436) */
11976
+ /** @name PalletPriceIndexCpiMeasurementBucket (455) */
11922
11977
  interface PalletPriceIndexCpiMeasurementBucket extends Struct {
11923
11978
  readonly tickRange: ITuple<[u64, u64]>;
11924
11979
  readonly totalCpi: i128;
11925
11980
  readonly measurementsCount: u32;
11926
11981
  }
11927
- /** @name PalletPriceIndexError (438) */
11982
+ /** @name PalletPriceIndexError (457) */
11928
11983
  interface PalletPriceIndexError extends Enum {
11929
11984
  readonly isNotAuthorizedOperator: boolean;
11930
11985
  readonly isMissingValue: boolean;
@@ -11932,7 +11987,7 @@ declare module '@polkadot/types/lookup' {
11932
11987
  readonly isMaxPriceChangePerTickExceeded: boolean;
11933
11988
  readonly type: 'NotAuthorizedOperator' | 'MissingValue' | 'PricesTooOld' | 'MaxPriceChangePerTickExceeded';
11934
11989
  }
11935
- /** @name PalletGrandpaStoredState (439) */
11990
+ /** @name PalletGrandpaStoredState (458) */
11936
11991
  interface PalletGrandpaStoredState extends Enum {
11937
11992
  readonly isLive: boolean;
11938
11993
  readonly isPendingPause: boolean;
@@ -11948,14 +12003,14 @@ declare module '@polkadot/types/lookup' {
11948
12003
  } & Struct;
11949
12004
  readonly type: 'Live' | 'PendingPause' | 'Paused' | 'PendingResume';
11950
12005
  }
11951
- /** @name PalletGrandpaStoredPendingChange (440) */
12006
+ /** @name PalletGrandpaStoredPendingChange (459) */
11952
12007
  interface PalletGrandpaStoredPendingChange extends Struct {
11953
12008
  readonly scheduledAt: u32;
11954
12009
  readonly delay: u32;
11955
12010
  readonly nextAuthorities: Vec<ITuple<[SpConsensusGrandpaAppPublic, u64]>>;
11956
12011
  readonly forced: Option<u32>;
11957
12012
  }
11958
- /** @name PalletGrandpaError (442) */
12013
+ /** @name PalletGrandpaError (461) */
11959
12014
  interface PalletGrandpaError extends Enum {
11960
12015
  readonly isPauseFailed: boolean;
11961
12016
  readonly isResumeFailed: boolean;
@@ -11966,13 +12021,13 @@ declare module '@polkadot/types/lookup' {
11966
12021
  readonly isDuplicateOffenceReport: boolean;
11967
12022
  readonly type: 'PauseFailed' | 'ResumeFailed' | 'ChangePending' | 'TooSoon' | 'InvalidKeyOwnershipProof' | 'InvalidEquivocationProof' | 'DuplicateOffenceReport';
11968
12023
  }
11969
- /** @name ArgonPrimitivesProvidersBlockSealerInfo (443) */
12024
+ /** @name ArgonPrimitivesProvidersBlockSealerInfo (462) */
11970
12025
  interface ArgonPrimitivesProvidersBlockSealerInfo extends Struct {
11971
12026
  readonly blockAuthorAccountId: AccountId32;
11972
12027
  readonly blockVoteRewardsAccount: Option<AccountId32>;
11973
12028
  readonly blockSealAuthority: Option<ArgonPrimitivesBlockSealAppPublic>;
11974
12029
  }
11975
- /** @name PalletBlockSealError (445) */
12030
+ /** @name PalletBlockSealError (464) */
11976
12031
  interface PalletBlockSealError extends Enum {
11977
12032
  readonly isInvalidVoteSealStrength: boolean;
11978
12033
  readonly isInvalidSubmitter: boolean;
@@ -11997,59 +12052,59 @@ declare module '@polkadot/types/lookup' {
11997
12052
  readonly isDuplicateVoteBlockAtTick: boolean;
11998
12053
  readonly type: 'InvalidVoteSealStrength' | 'InvalidSubmitter' | 'UnableToDecodeVoteAccount' | 'UnregisteredBlockAuthor' | 'InvalidBlockVoteProof' | 'NoGrandparentVoteMinimum' | 'DuplicateBlockSealProvided' | 'InsufficientVotingPower' | 'ParentVotingKeyNotFound' | 'InvalidVoteGrandparentHash' | 'IneligibleNotebookUsed' | 'NoEligibleVotingRoot' | 'CouldNotDecodeVote' | 'MaxNotebooksAtTickExceeded' | 'NoClosestMinerFoundForVote' | 'BlockVoteInvalidSignature' | 'InvalidForkPowerParent' | 'BlockSealDecodeError' | 'InvalidComputeBlockTick' | 'InvalidMinerNonceScore' | 'DuplicateVoteBlockAtTick';
11999
12054
  }
12000
- /** @name PalletBlockRewardsError (449) */
12055
+ /** @name PalletBlockRewardsError (468) */
12001
12056
  type PalletBlockRewardsError = Null;
12002
- /** @name PalletMintMintAction (455) */
12057
+ /** @name PalletMintMintAction (474) */
12003
12058
  interface PalletMintMintAction extends Struct {
12004
12059
  readonly argonBurned: u128;
12005
12060
  readonly argonMinted: u128;
12006
12061
  readonly bitcoinMinted: u128;
12007
12062
  }
12008
- /** @name PalletMintError (456) */
12063
+ /** @name PalletMintError (475) */
12009
12064
  interface PalletMintError extends Enum {
12010
12065
  readonly isTooManyPendingMints: boolean;
12011
12066
  readonly type: 'TooManyPendingMints';
12012
12067
  }
12013
- /** @name PalletBalancesBalanceLock (458) */
12068
+ /** @name PalletBalancesBalanceLock (477) */
12014
12069
  interface PalletBalancesBalanceLock extends Struct {
12015
12070
  readonly id: U8aFixed;
12016
12071
  readonly amount: u128;
12017
12072
  readonly reasons: PalletBalancesReasons;
12018
12073
  }
12019
- /** @name PalletBalancesReasons (459) */
12074
+ /** @name PalletBalancesReasons (478) */
12020
12075
  interface PalletBalancesReasons extends Enum {
12021
12076
  readonly isFee: boolean;
12022
12077
  readonly isMisc: boolean;
12023
12078
  readonly isAll: boolean;
12024
12079
  readonly type: 'Fee' | 'Misc' | 'All';
12025
12080
  }
12026
- /** @name PalletBalancesReserveData (462) */
12081
+ /** @name PalletBalancesReserveData (481) */
12027
12082
  interface PalletBalancesReserveData extends Struct {
12028
12083
  readonly id: U8aFixed;
12029
12084
  readonly amount: u128;
12030
12085
  }
12031
- /** @name FrameSupportTokensMiscIdAmountRuntimeHoldReason (465) */
12086
+ /** @name FrameSupportTokensMiscIdAmountRuntimeHoldReason (484) */
12032
12087
  interface FrameSupportTokensMiscIdAmountRuntimeHoldReason extends Struct {
12033
12088
  readonly id: ArgonRuntimeRuntimeHoldReason;
12034
12089
  readonly amount: u128;
12035
12090
  }
12036
- /** @name FrameSupportTokensMiscIdAmountRuntimeFreezeReason (468) */
12091
+ /** @name FrameSupportTokensMiscIdAmountRuntimeFreezeReason (487) */
12037
12092
  interface FrameSupportTokensMiscIdAmountRuntimeFreezeReason extends Struct {
12038
12093
  readonly id: ArgonRuntimeRuntimeFreezeReason;
12039
12094
  readonly amount: u128;
12040
12095
  }
12041
- /** @name ArgonRuntimeRuntimeFreezeReason (469) */
12096
+ /** @name ArgonRuntimeRuntimeFreezeReason (488) */
12042
12097
  interface ArgonRuntimeRuntimeFreezeReason extends Enum {
12043
12098
  readonly isBlockRewards: boolean;
12044
12099
  readonly asBlockRewards: PalletBlockRewardsFreezeReason;
12045
12100
  readonly type: 'BlockRewards';
12046
12101
  }
12047
- /** @name PalletBlockRewardsFreezeReason (470) */
12102
+ /** @name PalletBlockRewardsFreezeReason (489) */
12048
12103
  interface PalletBlockRewardsFreezeReason extends Enum {
12049
12104
  readonly isMaturationPeriod: boolean;
12050
12105
  readonly type: 'MaturationPeriod';
12051
12106
  }
12052
- /** @name PalletBalancesError (472) */
12107
+ /** @name PalletBalancesError (491) */
12053
12108
  interface PalletBalancesError extends Enum {
12054
12109
  readonly isVestingBalance: boolean;
12055
12110
  readonly isLiquidityRestrictions: boolean;
@@ -12065,7 +12120,7 @@ declare module '@polkadot/types/lookup' {
12065
12120
  readonly isDeltaZero: boolean;
12066
12121
  readonly type: 'VestingBalance' | 'LiquidityRestrictions' | 'InsufficientBalance' | 'ExistentialDeposit' | 'Expendability' | 'ExistingVestingSchedule' | 'DeadAccount' | 'TooManyReserves' | 'TooManyHolds' | 'TooManyFreezes' | 'IssuanceDeactivated' | 'DeltaZero';
12067
12122
  }
12068
- /** @name PalletTxPauseError (474) */
12123
+ /** @name PalletTxPauseError (493) */
12069
12124
  interface PalletTxPauseError extends Enum {
12070
12125
  readonly isIsPaused: boolean;
12071
12126
  readonly isIsUnpaused: boolean;
@@ -12073,46 +12128,46 @@ declare module '@polkadot/types/lookup' {
12073
12128
  readonly isNotFound: boolean;
12074
12129
  readonly type: 'IsPaused' | 'IsUnpaused' | 'Unpausable' | 'NotFound';
12075
12130
  }
12076
- /** @name PalletTransactionPaymentReleases (475) */
12131
+ /** @name PalletTransactionPaymentReleases (494) */
12077
12132
  interface PalletTransactionPaymentReleases extends Enum {
12078
12133
  readonly isV1Ancient: boolean;
12079
12134
  readonly isV2: boolean;
12080
12135
  readonly type: 'V1Ancient' | 'V2';
12081
12136
  }
12082
- /** @name FrameSupportStorageNoDrop (476) */
12137
+ /** @name FrameSupportStorageNoDrop (495) */
12083
12138
  interface FrameSupportStorageNoDrop extends FrameSupportTokensFungibleImbalance {
12084
12139
  }
12085
- /** @name FrameSupportTokensFungibleImbalance (477) */
12140
+ /** @name FrameSupportTokensFungibleImbalance (496) */
12086
12141
  interface FrameSupportTokensFungibleImbalance extends Struct {
12087
12142
  readonly amount: u128;
12088
12143
  }
12089
- /** @name PalletUtilityError (478) */
12144
+ /** @name PalletUtilityError (497) */
12090
12145
  interface PalletUtilityError extends Enum {
12091
12146
  readonly isTooManyCalls: boolean;
12092
12147
  readonly type: 'TooManyCalls';
12093
12148
  }
12094
- /** @name PalletSudoError (479) */
12149
+ /** @name PalletSudoError (498) */
12095
12150
  interface PalletSudoError extends Enum {
12096
12151
  readonly isRequireSudo: boolean;
12097
12152
  readonly type: 'RequireSudo';
12098
12153
  }
12099
- /** @name PalletTreasuryFrameVaultCapital (480) */
12154
+ /** @name PalletTreasuryFrameVaultCapital (499) */
12100
12155
  interface PalletTreasuryFrameVaultCapital extends Struct {
12101
12156
  readonly frameId: Compact<u64>;
12102
12157
  readonly vaults: BTreeMap<u32, PalletTreasuryVaultCapital>;
12103
12158
  }
12104
- /** @name PalletTreasuryVaultCapital (482) */
12159
+ /** @name PalletTreasuryVaultCapital (501) */
12105
12160
  interface PalletTreasuryVaultCapital extends Struct {
12106
12161
  readonly bondLotAllocations: Vec<PalletTreasuryBondLotAllocation>;
12107
12162
  readonly eligibleBonds: Compact<u32>;
12108
12163
  readonly vaultSharingPercent: Compact<Permill>;
12109
12164
  }
12110
- /** @name PalletTreasuryBondLotAllocation (484) */
12165
+ /** @name PalletTreasuryBondLotAllocation (503) */
12111
12166
  interface PalletTreasuryBondLotAllocation extends Struct {
12112
12167
  readonly bondLotId: Compact<u64>;
12113
12168
  readonly prorata: u128;
12114
12169
  }
12115
- /** @name PalletTreasuryBondLot (489) */
12170
+ /** @name PalletTreasuryBondLot (508) */
12116
12171
  interface PalletTreasuryBondLot extends Struct {
12117
12172
  readonly owner: AccountId32;
12118
12173
  readonly vaultId: Compact<u32>;
@@ -12125,12 +12180,12 @@ declare module '@polkadot/types/lookup' {
12125
12180
  readonly releaseFrameId: Option<u64>;
12126
12181
  readonly releaseReason: Option<PalletTreasuryBondReleaseReason>;
12127
12182
  }
12128
- /** @name PalletTreasuryBondLotSummary (494) */
12183
+ /** @name PalletTreasuryBondLotSummary (513) */
12129
12184
  interface PalletTreasuryBondLotSummary extends Struct {
12130
12185
  readonly bondLotId: Compact<u64>;
12131
12186
  readonly bonds: Compact<u32>;
12132
12187
  }
12133
- /** @name PalletTreasuryError (496) */
12188
+ /** @name PalletTreasuryError (515) */
12134
12189
  interface PalletTreasuryError extends Enum {
12135
12190
  readonly isBondPurchaseRejected: boolean;
12136
12191
  readonly isVaultNotAcceptingBondPurchases: boolean;
@@ -12144,12 +12199,12 @@ declare module '@polkadot/types/lookup' {
12144
12199
  readonly isBondPurchaseAboveSecurity: boolean;
12145
12200
  readonly type: 'BondPurchaseRejected' | 'VaultNotAcceptingBondPurchases' | 'BondPurchaseBelowMinimum' | 'InternalError' | 'MaxAcceptedBondLotsExceeded' | 'MaxPendingBondReleasesExceeded' | 'BondLotNotFound' | 'NotBondLotOwner' | 'BondLotAlreadyReleasing' | 'BondPurchaseAboveSecurity';
12146
12201
  }
12147
- /** @name PalletFeeControlError (497) */
12202
+ /** @name PalletFeeControlError (516) */
12148
12203
  interface PalletFeeControlError extends Enum {
12149
12204
  readonly isSponsoredFeeTooHigh: boolean;
12150
12205
  readonly type: 'SponsoredFeeTooHigh';
12151
12206
  }
12152
- /** @name PalletOperationalAccountsOperationalAccount (498) */
12207
+ /** @name PalletOperationalAccountsOperationalAccount (517) */
12153
12208
  interface PalletOperationalAccountsOperationalAccount extends Struct {
12154
12209
  readonly vaultAccount: AccountId32;
12155
12210
  readonly miningFundingAccount: AccountId32;
@@ -12171,12 +12226,12 @@ declare module '@polkadot/types/lookup' {
12171
12226
  readonly rewardsCollectedAmount: u128;
12172
12227
  readonly isOperational: bool;
12173
12228
  }
12174
- /** @name PalletOperationalAccountsRewardsConfig (500) */
12229
+ /** @name PalletOperationalAccountsRewardsConfig (519) */
12175
12230
  interface PalletOperationalAccountsRewardsConfig extends Struct {
12176
12231
  readonly operationalReferralReward: Compact<u128>;
12177
12232
  readonly referralBonusReward: Compact<u128>;
12178
12233
  }
12179
- /** @name PalletOperationalAccountsError (502) */
12234
+ /** @name PalletOperationalAccountsError (521) */
12180
12235
  interface PalletOperationalAccountsError extends Enum {
12181
12236
  readonly isAlreadyRegistered: boolean;
12182
12237
  readonly isInvalidRegistrationSubmitter: boolean;
@@ -12197,43 +12252,49 @@ declare module '@polkadot/types/lookup' {
12197
12252
  readonly isNotEligibleForActivation: boolean;
12198
12253
  readonly type: 'AlreadyRegistered' | 'InvalidRegistrationSubmitter' | 'AccountAlreadyLinked' | 'InvalidAccountProof' | 'NotOperationalAccount' | 'InvalidReferralProof' | 'ReferralProofExpired' | 'NoProgressUpdateProvided' | 'EncryptedServerTooLong' | 'NotSponsorOfSponsee' | 'NoPendingRewards' | 'RewardClaimBelowMinimum' | 'RewardClaimNotWholeArgon' | 'RewardClaimExceedsPending' | 'TreasuryInsufficientFunds' | 'AlreadyOperational' | 'NotEligibleForActivation';
12199
12254
  }
12200
- /** @name PalletEthereumVerifierFinalizedBeaconHeaderState (503) */
12255
+ /** @name PalletEthereumVerifierFinalizedBeaconHeaderState (522) */
12201
12256
  interface PalletEthereumVerifierFinalizedBeaconHeaderState extends Struct {
12202
12257
  readonly slot: Compact<u64>;
12203
12258
  }
12204
- /** @name PalletEthereumVerifierExecutionHeaderAnchor (504) */
12259
+ /** @name PalletEthereumVerifierExecutionHeaderAnchor (523) */
12205
12260
  interface PalletEthereumVerifierExecutionHeaderAnchor extends Struct {
12206
12261
  readonly blockNumber: Compact<u64>;
12207
12262
  readonly blockHash: H256;
12208
12263
  readonly parentHash: H256;
12209
12264
  readonly receiptsRoot: H256;
12210
12265
  }
12211
- /** @name SnowbridgeBeaconPrimitivesSyncCommitteePrepared (505) */
12212
- interface SnowbridgeBeaconPrimitivesSyncCommitteePrepared extends Struct {
12266
+ /** @name PalletEthereumVerifierSyncCommitteePrepared (524) */
12267
+ interface PalletEthereumVerifierSyncCommitteePrepared extends Struct {
12213
12268
  readonly root: H256;
12214
12269
  readonly pubkeys: Vec<SnowbridgeMilagroBlsKeysPublicKey>;
12215
12270
  readonly aggregatePubkey: SnowbridgeMilagroBlsKeysPublicKey;
12216
12271
  }
12217
- /** @name SnowbridgeMilagroBlsKeysPublicKey (507) */
12272
+ /** @name SnowbridgeMilagroBlsKeysPublicKey (526) */
12218
12273
  interface SnowbridgeMilagroBlsKeysPublicKey extends Struct {
12219
12274
  readonly point: SnowbridgeAmclBls381Ecp;
12220
12275
  }
12221
- /** @name SnowbridgeAmclBls381Ecp (508) */
12276
+ /** @name SnowbridgeAmclBls381Ecp (527) */
12222
12277
  interface SnowbridgeAmclBls381Ecp extends Struct {
12223
12278
  readonly x: SnowbridgeAmclBls381Fp;
12224
12279
  readonly y: SnowbridgeAmclBls381Fp;
12225
12280
  readonly z: SnowbridgeAmclBls381Fp;
12226
12281
  }
12227
- /** @name SnowbridgeAmclBls381Fp (509) */
12282
+ /** @name SnowbridgeAmclBls381Fp (528) */
12228
12283
  interface SnowbridgeAmclBls381Fp extends Struct {
12229
12284
  readonly x: SnowbridgeAmclBls381Big;
12230
12285
  readonly xes: i32;
12231
12286
  }
12232
- /** @name SnowbridgeAmclBls381Big (510) */
12287
+ /** @name SnowbridgeAmclBls381Big (529) */
12233
12288
  interface SnowbridgeAmclBls381Big extends Struct {
12234
12289
  readonly w: Vec<i32>;
12235
12290
  }
12236
- /** @name PalletEthereumVerifierError (513) */
12291
+ /** @name ArgonPrimitivesEthereumEthereumBeaconPreset (533) */
12292
+ interface ArgonPrimitivesEthereumEthereumBeaconPreset extends Enum {
12293
+ readonly isMainnet: boolean;
12294
+ readonly isMinimal: boolean;
12295
+ readonly type: 'Mainnet' | 'Minimal';
12296
+ }
12297
+ /** @name PalletEthereumVerifierError (534) */
12237
12298
  interface PalletEthereumVerifierError extends Enum {
12238
12299
  readonly isSkippedSyncCommitteePeriod: boolean;
12239
12300
  readonly isSyncCommitteeUpdateRequired: boolean;
@@ -12252,56 +12313,59 @@ declare module '@polkadot/types/lookup' {
12252
12313
  readonly isExpectedFinalizedHeaderNotStored: boolean;
12253
12314
  readonly isBlsPreparePublicKeysFailed: boolean;
12254
12315
  readonly isBlsVerificationFailed: boolean;
12316
+ readonly isUnexpectedBeaconPreset: boolean;
12255
12317
  readonly isInvalidUpdateSlot: boolean;
12256
12318
  readonly isInvalidSyncCommitteeUpdate: boolean;
12257
12319
  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';
12320
+ readonly type: 'SkippedSyncCommitteePeriod' | 'SyncCommitteeUpdateRequired' | 'IrrelevantUpdate' | 'NotBootstrapped' | 'SyncCommitteeParticipantsNotSupermajority' | 'InvalidHeaderMerkleProof' | 'InvalidSyncCommitteeMerkleProof' | 'InvalidExecutionHeaderProof' | 'InvalidFinalizedHeaderGap' | 'HeaderHashTreeRootFailed' | 'BlockBodyHashTreeRootFailed' | 'SyncCommitteeHashTreeRootFailed' | 'SigningRootHashTreeRootFailed' | 'ForkDataHashTreeRootFailed' | 'ExpectedFinalizedHeaderNotStored' | 'BlsPreparePublicKeysFailed' | 'BlsVerificationFailed' | 'UnexpectedBeaconPreset' | 'InvalidUpdateSlot' | 'InvalidSyncCommitteeUpdate' | 'Halted';
12259
12321
  }
12260
- /** @name PalletCrosschainTransferError (515) */
12322
+ /** @name PalletCrosschainTransferError (535) */
12261
12323
  interface PalletCrosschainTransferError extends Enum {
12262
- readonly isInvalidEthereumEvent: boolean;
12324
+ readonly isInvalidTransferToArgonActivity: boolean;
12325
+ readonly isNoGatewayProofBlocksProvided: boolean;
12326
+ readonly isNoGatewayActivitiesProvided: boolean;
12263
12327
  readonly isInvalidProof: boolean;
12264
12328
  readonly isInvalidRecipient: boolean;
12265
- readonly isInvalidAmount: boolean;
12266
12329
  readonly isUnsupportedSource: boolean;
12267
12330
  readonly isUnsupportedGateway: boolean;
12268
12331
  readonly isUnsupportedToken: boolean;
12269
- readonly isUnexpectedNonce: boolean;
12332
+ readonly isUnexpectedPreviousGatewayActivityNonce: boolean;
12333
+ readonly isUnexpectedGatewayActivityNonce: boolean;
12270
12334
  readonly isInvalidChainConfig: boolean;
12271
12335
  readonly isInsufficientLiquidity: boolean;
12272
- readonly type: 'InvalidEthereumEvent' | 'InvalidProof' | 'InvalidRecipient' | 'InvalidAmount' | 'UnsupportedSource' | 'UnsupportedGateway' | 'UnsupportedToken' | 'UnexpectedNonce' | 'InvalidChainConfig' | 'InsufficientLiquidity';
12336
+ readonly type: 'InvalidTransferToArgonActivity' | 'NoGatewayProofBlocksProvided' | 'NoGatewayActivitiesProvided' | 'InvalidProof' | 'InvalidRecipient' | 'UnsupportedSource' | 'UnsupportedGateway' | 'UnsupportedToken' | 'UnexpectedPreviousGatewayActivityNonce' | 'UnexpectedGatewayActivityNonce' | 'InvalidChainConfig' | 'InsufficientLiquidity';
12273
12337
  }
12274
- /** @name FrameSystemExtensionsAuthorizeCall (518) */
12338
+ /** @name FrameSystemExtensionsAuthorizeCall (538) */
12275
12339
  type FrameSystemExtensionsAuthorizeCall = Null;
12276
- /** @name FrameSystemExtensionsCheckNonZeroSender (519) */
12340
+ /** @name FrameSystemExtensionsCheckNonZeroSender (539) */
12277
12341
  type FrameSystemExtensionsCheckNonZeroSender = Null;
12278
- /** @name FrameSystemExtensionsCheckSpecVersion (520) */
12342
+ /** @name FrameSystemExtensionsCheckSpecVersion (540) */
12279
12343
  type FrameSystemExtensionsCheckSpecVersion = Null;
12280
- /** @name FrameSystemExtensionsCheckTxVersion (521) */
12344
+ /** @name FrameSystemExtensionsCheckTxVersion (541) */
12281
12345
  type FrameSystemExtensionsCheckTxVersion = Null;
12282
- /** @name FrameSystemExtensionsCheckGenesis (522) */
12346
+ /** @name FrameSystemExtensionsCheckGenesis (542) */
12283
12347
  type FrameSystemExtensionsCheckGenesis = Null;
12284
- /** @name FrameSystemExtensionsCheckNonce (525) */
12348
+ /** @name FrameSystemExtensionsCheckNonce (545) */
12285
12349
  interface FrameSystemExtensionsCheckNonce extends Compact<u32> {
12286
12350
  }
12287
- /** @name FrameSystemExtensionsCheckWeight (526) */
12351
+ /** @name FrameSystemExtensionsCheckWeight (546) */
12288
12352
  type FrameSystemExtensionsCheckWeight = Null;
12289
- /** @name PalletTransactionPaymentChargeTransactionPayment (527) */
12353
+ /** @name PalletTransactionPaymentChargeTransactionPayment (547) */
12290
12354
  interface PalletTransactionPaymentChargeTransactionPayment extends Compact<u128> {
12291
12355
  }
12292
- /** @name FrameMetadataHashExtensionCheckMetadataHash (528) */
12356
+ /** @name FrameMetadataHashExtensionCheckMetadataHash (548) */
12293
12357
  interface FrameMetadataHashExtensionCheckMetadataHash extends Struct {
12294
12358
  readonly mode: FrameMetadataHashExtensionMode;
12295
12359
  }
12296
- /** @name FrameMetadataHashExtensionMode (529) */
12360
+ /** @name FrameMetadataHashExtensionMode (549) */
12297
12361
  interface FrameMetadataHashExtensionMode extends Enum {
12298
12362
  readonly isDisabled: boolean;
12299
12363
  readonly isEnabled: boolean;
12300
12364
  readonly type: 'Disabled' | 'Enabled';
12301
12365
  }
12302
- /** @name FrameSystemExtensionsWeightReclaim (530) */
12366
+ /** @name FrameSystemExtensionsWeightReclaim (550) */
12303
12367
  type FrameSystemExtensionsWeightReclaim = Null;
12304
- /** @name ArgonRuntimeRuntime (532) */
12368
+ /** @name ArgonRuntimeRuntime (552) */
12305
12369
  type ArgonRuntimeRuntime = Null;
12306
12370
  }
12307
12371
 
@@ -12343,9 +12407,15 @@ declare class WageProtector {
12343
12407
  }
12344
12408
 
12345
12409
  declare const MICROGONS_PER_ARGON = 1000000;
12410
+ type IDispatchErrorLike = {
12411
+ isModule: boolean;
12412
+ asModule: Parameters<ArgonClient['registry']['findMetaError']>[0];
12413
+ toString(): string;
12414
+ };
12346
12415
  declare function formatArgons(microgons: bigint | number): string;
12347
12416
  declare function gettersToObject<T>(obj: T): Promise<T>;
12348
- declare function dispatchErrorToString(client: ArgonClient, error: DispatchError$1): string;
12417
+ declare function dispatchErrorToString(client: ArgonClient, error: IDispatchErrorLike): string;
12418
+ declare function isOutdatedTransactionError(error: unknown): boolean;
12349
12419
  declare class ExtrinsicError extends Error {
12350
12420
  readonly errorCode: string;
12351
12421
  readonly details?: string | undefined;
@@ -12354,7 +12424,7 @@ declare class ExtrinsicError extends Error {
12354
12424
  constructor(errorCode: string, details?: string | undefined, batchInterruptedIndex?: number | undefined, txFee?: bigint);
12355
12425
  toString(): string;
12356
12426
  }
12357
- declare function dispatchErrorToExtrinsicError(client: ArgonClient, error: DispatchError$1, batchInterruptedIndex?: number, txFee?: bigint): ExtrinsicError;
12427
+ declare function dispatchErrorToExtrinsicError(client: ArgonClient, error: IDispatchErrorLike, batchInterruptedIndex?: number, txFee?: bigint): ExtrinsicError;
12358
12428
  /**
12359
12429
  * Check for an extrinsic success event in the given events. Helpful to validate the result of an extrinsic inclusion in a block (it will be included even if it fails)
12360
12430
  * @param events The events to check
@@ -12362,6 +12432,19 @@ declare function dispatchErrorToExtrinsicError(client: ArgonClient, error: Dispa
12362
12432
  * @returns A promise that resolves if the extrinsic was successful, and rejects if it failed
12363
12433
  */
12364
12434
  declare function checkForExtrinsicSuccess(events: EventRecord[], client: ArgonClient): Promise<void>;
12435
+ /**
12436
+ * Return a bigint value using a canonical field first, then named fallback fields on the same source object.
12437
+ * Helpful when reading runtime records that may use older field names across spec versions.
12438
+ * @param value The preferred bigint-like value, usually from the current field name
12439
+ * @param source The object to read fallback fields from
12440
+ * @param fallbackFields The fallback field names to check in order
12441
+ * @param fallback The value to return if no preferred or fallback field is present
12442
+ * @returns The preferred or fallback value converted to bigint
12443
+ */
12444
+ declare function getBigIntFallback<T extends object>(value: IBigIntLike | undefined, source: T, fallbackFields: readonly string[], fallback?: bigint): bigint;
12445
+ type IBigIntLike = bigint | {
12446
+ toBigInt(): bigint;
12447
+ };
12365
12448
 
12366
12449
  type ITxProgressCallback = (progressToInBlock: number, result?: TxResult) => void;
12367
12450
  declare class TxResult {
@@ -12471,6 +12554,20 @@ declare function getFrameInfoFromHeader(header: Header): {
12471
12554
  frameRewardTicksRemaining: number;
12472
12555
  } | undefined;
12473
12556
 
12557
+ declare class PriceIndex {
12558
+ btcUsdPrice?: BigNumber;
12559
+ argonotUsdPrice?: BigNumber;
12560
+ argonUsdPrice?: BigNumber;
12561
+ argonUsdTargetPrice?: BigNumber;
12562
+ argonTimeWeightedAverageLiquidity?: BigNumber;
12563
+ lastUpdatedTick?: number;
12564
+ load(client: ArgonClient | ApiDecoration<'promise'>): Promise<this>;
12565
+ getSatoshiPriceInMarketMicrogons(satoshis: bigint | number): bigint;
12566
+ getSatoshiPriceInTargetMicrogons(satoshis: bigint | number): bigint;
12567
+ get rValue(): BigNumber;
12568
+ get argonCpi(): BigNumber;
12569
+ }
12570
+
12474
12571
  interface ArgonPrimitivesVaultV144 extends Struct {
12475
12572
  readonly operatorAccountId: AccountId32;
12476
12573
  readonly securitization: Compact<u128>;
@@ -12506,10 +12603,13 @@ declare class Vault {
12506
12603
  name?: string;
12507
12604
  lastNameChangeTick?: number;
12508
12605
  bitcoinLockDelegateAccount?: string;
12509
- constructor(id: number, vault: ArgonPrimitivesVault, tickDuration: number);
12510
- load(vault: ArgonPrimitivesVault | ArgonPrimitivesVaultV144): void;
12606
+ constructor(id: number, vault: ArgonPrimitivesVault$1, tickDuration: number);
12607
+ load(vault: ArgonPrimitivesVault$1 | ArgonPrimitivesVaultV144): void;
12511
12608
  availableBitcoinSpace(): bigint;
12512
12609
  availableSecuritization(): bigint;
12610
+ availableBondSpace(priceIndex: PriceIndex, bondLots?: Iterable<{
12611
+ activeBonds: number;
12612
+ }>, bondFullCapacityPerFrame?: boolean): bigint;
12513
12613
  getRelockCapacity(): bigint;
12514
12614
  securitizationRatioBN(): BigNumber;
12515
12615
  activatedSecuritization(): bigint;
@@ -12550,22 +12650,9 @@ declare function fromFixedNumber(value: bigint, decimals?: number): BigNumber;
12550
12650
  declare const FIXED_U128_DECIMALS = 18;
12551
12651
  declare const PERMILL_DECIMALS = 6;
12552
12652
 
12553
- declare class PriceIndex {
12554
- btcUsdPrice?: BigNumber;
12555
- argonotUsdPrice?: BigNumber;
12556
- argonUsdPrice?: BigNumber;
12557
- argonUsdTargetPrice?: BigNumber;
12558
- argonTimeWeightedAverageLiquidity?: BigNumber;
12559
- lastUpdatedTick?: number;
12560
- load(client: ArgonClient | ApiDecoration<'promise'>): Promise<this>;
12561
- getBtcMicrogonPrice(satoshis: bigint | number): bigint;
12562
- get rValue(): BigNumber;
12563
- get argonCpi(): BigNumber;
12564
- }
12565
-
12566
12653
  declare const SATS_PER_BTC = 100000000n;
12567
12654
  type IQueryableClient = ArgonClient | ApiDecoration<'promise'>;
12568
- type UtxoRefLike = ArgonPrimitivesBitcoinUtxoRef | {
12655
+ type UtxoRefLike = ArgonPrimitivesBitcoinUtxoRef$1 | {
12569
12656
  txid: string | Uint8Array;
12570
12657
  outputIndex: number;
12571
12658
  };
@@ -12573,7 +12660,7 @@ declare class BitcoinLock implements IBitcoinLock {
12573
12660
  utxoId: number;
12574
12661
  p2wshScriptHashHex: string;
12575
12662
  vaultId: number;
12576
- lockedMarketRate: bigint;
12663
+ lockedTargetPrice: bigint;
12577
12664
  liquidityPromised: bigint;
12578
12665
  ownerAccount: string;
12579
12666
  satoshis: bigint;
@@ -12608,23 +12695,22 @@ declare class BitcoinLock implements IBitcoinLock {
12608
12695
  bitcoinTxid: string;
12609
12696
  } | undefined>;
12610
12697
  findPendingMints(client: IQueryableClient): Promise<bigint[]>;
12611
- getRatchetPrice(client: IQueryableClient, priceIndex: PriceIndex, vault: Vault): Promise<{
12698
+ calculateRatchetingCosts(client: IQueryableClient, priceIndex: PriceIndex, vault: Vault, microgonsAtTargetPerBtc?: bigint): Promise<{
12612
12699
  burnAmount: bigint;
12613
12700
  ratchetingFee: bigint;
12614
- marketRate: bigint;
12615
12701
  }>;
12616
12702
  ratchet(args: {
12617
12703
  client: ArgonClient;
12618
12704
  priceIndex: PriceIndex;
12619
12705
  txSigner: TxSigningAccount;
12620
12706
  vault: Vault;
12621
- microgonsPerBtc?: bigint;
12707
+ microgonsAtTargetPerBtc?: bigint;
12622
12708
  } & ISubmittableOptions): Promise<{
12623
12709
  txResult: TxResult;
12624
12710
  getRatchetResult: () => Promise<{
12625
12711
  securityFee: bigint;
12626
12712
  txFee: bigint;
12627
- newLockedMarketRate: bigint;
12713
+ lockedTargetPrice: bigint;
12628
12714
  liquidityPromised: bigint;
12629
12715
  pendingMint: bigint;
12630
12716
  burned: bigint;
@@ -12632,7 +12718,7 @@ declare class BitcoinLock implements IBitcoinLock {
12632
12718
  bitcoinBlockHeight: number;
12633
12719
  }>;
12634
12720
  }>;
12635
- releasePrice(priceIndex: PriceIndex): Promise<bigint>;
12721
+ calculateRedemptionAmount(priceIndex: PriceIndex): bigint;
12636
12722
  requestRelease(args: {
12637
12723
  client: ArgonClient;
12638
12724
  priceIndex: PriceIndex;
@@ -12652,11 +12738,9 @@ declare class BitcoinLock implements IBitcoinLock {
12652
12738
  } | undefined>;
12653
12739
  getVaultCosignSignature(client: ArgonClient, atHeight: number): Promise<Uint8Array | undefined>;
12654
12740
  static getUtxoIdFromEvents(client: IQueryableClient, events: GenericEvent$1[]): Promise<number | undefined>;
12655
- static getMarketRate(priceIndex: PriceIndex, satoshis: number | bigint): Promise<bigint>;
12656
- static getRedemptionRate(priceIndex: PriceIndex, details: {
12657
- satoshis: bigint;
12658
- lockedMarketRate?: bigint;
12659
- }): Promise<bigint>;
12741
+ static calculateRedemptionAmountFromSatoshis(priceIndex: PriceIndex, satoshis: bigint, lockedTargetPrice?: bigint): bigint;
12742
+ static calculateRedemptionAmount(priceIndex: PriceIndex, btcMicrogonsAtTarget: bigint, maxMicrogonsAtTarget?: bigint): bigint;
12743
+ private static redemptionMultiplierBn;
12660
12744
  static getConfig(client: IQueryableClient): Promise<IBitcoinLockConfig>;
12661
12745
  static getBitcoinConfirmedBlockHeight(client: IQueryableClient): Promise<number>;
12662
12746
  static submitVaultSignature(args: {
@@ -12696,7 +12780,7 @@ declare class BitcoinLock implements IBitcoinLock {
12696
12780
  satoshis: bigint;
12697
12781
  txSigner: TxSigningAccount;
12698
12782
  reducedBalanceBy?: bigint;
12699
- microgonsPerBtc?: bigint;
12783
+ microgonsAtTargetPerBtc?: bigint;
12700
12784
  tip?: bigint;
12701
12785
  initializeForAccountId?: string;
12702
12786
  }): Promise<{
@@ -12727,13 +12811,13 @@ declare class BitcoinLock implements IBitcoinLock {
12727
12811
  createdAtHeight: number;
12728
12812
  txResult: TxResult;
12729
12813
  }>;
12730
- static requiredSatoshisForArgonLiquidity(priceIndex: PriceIndex, argonAmount: bigint): Promise<bigint>;
12814
+ static satoshisRequiredForRedemptionAmount(priceIndex: PriceIndex, redemptionAmount: bigint): bigint;
12731
12815
  }
12732
12816
  interface IBitcoinLockConfig {
12733
12817
  lockReleaseCosignDeadlineFrames: number;
12734
12818
  pendingConfirmationExpirationBlocks: number;
12735
12819
  tickDurationMillis: number;
12736
- bitcoinNetwork: ArgonPrimitivesBitcoinBitcoinNetwork;
12820
+ bitcoinNetwork: ArgonPrimitivesBitcoinBitcoinNetwork$1;
12737
12821
  lockSatoshiAllowedVariance: number;
12738
12822
  }
12739
12823
  interface IReleaseRequest {
@@ -12743,13 +12827,13 @@ interface IReleaseRequest {
12743
12827
  interface IReleaseRequestDetails extends IReleaseRequest {
12744
12828
  dueFrame: number;
12745
12829
  vaultId: number;
12746
- redemptionPrice: bigint;
12830
+ redemptionAmount: bigint;
12747
12831
  }
12748
12832
  interface IBitcoinLock {
12749
12833
  utxoId: number;
12750
12834
  p2wshScriptHashHex: string;
12751
12835
  vaultId: number;
12752
- lockedMarketRate: bigint;
12836
+ lockedTargetPrice: bigint;
12753
12837
  liquidityPromised: bigint;
12754
12838
  ownerAccount: string;
12755
12839
  satoshis: bigint;
@@ -12771,57 +12855,134 @@ interface IBitcoinLock {
12771
12855
  fundHoldExtensionsByBitcoinExpirationHeight: Record<number, bigint>;
12772
12856
  }
12773
12857
 
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;
12858
+ declare const MINTING_GATEWAY_RUNTIME_DECIMALS = 6;
12859
+ declare const MINTING_GATEWAY_TOKEN_DECIMALS = 18;
12777
12860
  declare const MINTING_GATEWAY_RUNTIME_TO_ERC20_SCALE: bigint;
12778
- declare const mintingGatewayArtifact: __artifacts_contracts_MintingGateway_sol_artifacts_js.MintingGateway$Type;
12861
+ type MintingGatewayActivityBlockLocator = {
12862
+ blockNumber: bigint;
12863
+ startGatewayActivityNonce: bigint;
12864
+ endGatewayActivityNonce: bigint;
12865
+ };
12779
12866
 
12780
- type VerifyEventLog = IArgonQueryable['call']['ethereumApis']['verifyEventLog'];
12781
- type EthereumVerifyEventLogResult = Awaited<ReturnType<VerifyEventLog>>;
12782
12867
  type EthereumReceipt = Awaited<ReturnType<ReturnType<typeof createPublicClient>['getTransactionReceipt']>>;
12783
12868
  type EthereumExecutionClient = ReturnType<typeof createPublicClient>;
12784
- type RetainedExecutionAnchor = {
12869
+ type EthereumExecutionSource = {
12870
+ executionRpcUrl?: string;
12871
+ executionClient?: EthereumExecutionClient;
12872
+ };
12873
+
12874
+ declare const MAX_ETHEREUM_COMBINED_RECEIPT_PROOF_NODES = 128;
12875
+ declare const MAX_ETHEREUM_RECEIPTS_PER_PROOF = 32;
12876
+ declare const MAX_ETHEREUM_RECEIPT_PROOF_NODE_REFS = 32;
12877
+ type ArgonFinalizedExecutionHeader = {
12785
12878
  blockHash: Hex;
12786
12879
  blockNumber: bigint;
12787
12880
  };
12881
+ declare class ArgonFinalizedExecutionHeaderPathError extends Error {
12882
+ }
12883
+ declare class EthereumCombinedReceiptProofBoundsError extends Error {
12884
+ readonly kind: 'receipt-count' | 'shared-nodes' | 'receipt-node-refs';
12885
+ constructor(kind: 'receipt-count' | 'shared-nodes' | 'receipt-node-refs', message: string);
12886
+ }
12788
12887
  type EthereumEventLocator = {
12789
12888
  txHash: Hex;
12790
- logIndex?: number;
12791
- executionRpcUrl?: string;
12792
- executionClient?: EthereumExecutionClient;
12889
+ logIndexes?: number[];
12793
12890
  receipt?: EthereumReceipt;
12794
12891
  };
12795
- type EthereumEventLog = {
12796
- address: Hex;
12892
+ type EthereumEventLocatorBlock = EthereumEventLocator[];
12893
+ type EthereumEventLog = Pick<EthereumReceipt['logs'][number], 'address' | 'data'> & {
12797
12894
  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
12895
  };
12811
12896
  type EthereumEventProof = {
12812
- eventLog: EthereumEventLog;
12813
- proof: {
12814
- executionBlockProof: EthereumExecutionBlockProof;
12815
- receiptProof: EthereumReceiptProof;
12897
+ executionBlockProof: {
12898
+ anchorBlockHash: Hex;
12899
+ targetToAnchorHeaderChain: {
12900
+ rlp: Hex;
12901
+ }[];
12816
12902
  };
12903
+ blocks: {
12904
+ targetBlockNumber: number;
12905
+ receiptLogs: {
12906
+ transactionIndex: number;
12907
+ eventLog: EthereumEventLog;
12908
+ }[];
12909
+ receiptProof: {
12910
+ nodes: Hex[];
12911
+ receipts: {
12912
+ transactionIndex: number;
12913
+ nodeIndexes: number[];
12914
+ }[];
12915
+ };
12916
+ }[];
12817
12917
  };
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?: {
12918
+ type EthereumEventProofBlock = EthereumEventProof['blocks'][number];
12919
+ type EthereumReceiptProof = EthereumEventProofBlock['receiptProof'];
12920
+ declare function encodeReceiptTrieKey(transactionIndex: number): Uint8Array;
12921
+ declare function encodeEthereumReceiptForProof(receipt: EthereumReceipt): Uint8Array;
12922
+ declare function buildEthereumEventProof(executionSource: EthereumExecutionSource, argonFinalizedExecutionHeader: ArgonFinalizedExecutionHeader, locatorBlocks: EthereumEventLocatorBlock[]): Promise<EthereumEventProof>;
12923
+ declare function getLatestArgonFinalizedExecutionHeader(client: IArgonQueryable): Promise<ArgonFinalizedExecutionHeader>;
12924
+ declare function waitForArgonFinalizedExecutionHeader(client: IArgonQueryable, targetBlockNumber: bigint, options?: {
12822
12925
  pollMs?: number;
12823
12926
  timeoutMs?: number;
12824
- }): Promise<RetainedExecutionAnchor>;
12927
+ }): Promise<ArgonFinalizedExecutionHeader>;
12928
+ declare function loadExecutionHeader(executionClient: EthereumExecutionClient, blockTag: Hex | bigint): Promise<BlockHeader>;
12929
+ declare function buildExecutionHeaderChain(executionClient: EthereumExecutionClient, targetHeader: BlockHeader, argonFinalizedExecutionHeader: ArgonFinalizedExecutionHeader): Promise<{
12930
+ blockHash: Hex;
12931
+ rlp: Hex;
12932
+ }[]>;
12933
+ declare function buildEthereumCombinedReceiptProof(executionClient: EthereumExecutionClient, blockHash: Hex, transactionIndexes: number[], receiptsRoot: Hex): Promise<EthereumReceiptProof>;
12934
+
12935
+ type DecodedEthereumGatewayActivity = ({
12936
+ kind: typeof MintingGatewayEvents.GlobalIssuanceCouncilRotated.name;
12937
+ } & MintingGatewayGlobalIssuanceCouncilRotated) | ({
12938
+ kind: typeof MintingGatewayEvents.MintingAuthorityActivated.name;
12939
+ } & MintingGatewayMintingAuthorityActivated) | ({
12940
+ kind: typeof MintingGatewayEvents.MintingAuthorityDeactivated.name;
12941
+ } & MintingGatewayMintingAuthorityDeactivated) | ({
12942
+ kind: typeof MintingGatewayEvents.TransferOutOfArgonCanceled.name;
12943
+ } & MintingGatewayTransferOutOfArgonCanceled) | ({
12944
+ kind: typeof MintingGatewayEvents.TransferOutOfArgonFinalized.name;
12945
+ } & MintingGatewayTransferOutOfArgonFinalized) | ({
12946
+ kind: typeof MintingGatewayEvents.TransferToArgonStarted.name;
12947
+ } & MintingGatewayTransferToArgonStarted);
12948
+ type EthereumGatewayActivity = DecodedEthereumGatewayActivity & {
12949
+ txHash: Hex;
12950
+ transactionIndex: number;
12951
+ logIndex: number;
12952
+ blockHash: Hex;
12953
+ blockNumber: bigint;
12954
+ };
12955
+ type EthereumGatewayActivityProofPayload = {
12956
+ previousGatewayActivityNonce: bigint;
12957
+ proof: EthereumEventProof;
12958
+ gatewayActivityNonceRange: {
12959
+ start: bigint;
12960
+ end: bigint;
12961
+ };
12962
+ executionBlockNumberRange: {
12963
+ start: bigint;
12964
+ end: bigint;
12965
+ };
12966
+ activities: EthereumGatewayActivity[];
12967
+ };
12968
+ type EthereumGatewayActivityProofPlan = {
12969
+ latestGatewayActivityNonce: bigint;
12970
+ payloadUpToGatewayActivityNonce: bigint;
12971
+ payload: EthereumGatewayActivityProofPayload | null;
12972
+ };
12973
+ declare function buildGatewayActivityProofPayload(client: IArgonQueryable & Pick<ArgonClient, 'consts'>, options: EthereumExecutionSource & {
12974
+ gatewayAddress: Hex;
12975
+ throughExecutionBlockNumber?: bigint;
12976
+ }): Promise<EthereumGatewayActivityProofPlan>;
12977
+ declare function findEthereumTransferToArgonStartedLogIndexes(receipt: {
12978
+ transactionHash: Hex;
12979
+ logs: {
12980
+ address: Hex;
12981
+ topics: Hex[];
12982
+ }[];
12983
+ }, gatewayAddress: Hex): number[];
12984
+ declare function decodeEthereumTransferToArgonStartedLog(log: Pick<EthereumEventLog, 'topics' | 'data'>): MintingGatewayTransferToArgonStarted;
12985
+ declare function decodeEthereumGatewayActivityLog(log: Pick<EthereumEventLog, 'topics' | 'data'>): DecodedEthereumGatewayActivity;
12825
12986
 
12826
12987
  type EthereumBeaconSyncState = {
12827
12988
  isBootstrapped: false;
@@ -12857,4 +13018,4 @@ declare function waitForLoad(): Promise<void>;
12857
13018
  declare function getClient(host: string, options?: ApiOptions): Promise<ArgonClient>;
12858
13019
  declare function getOfflineRegistry(): TypeRegistry;
12859
13020
 
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 };
13021
+ export { type ArgonClient, type ArgonFinalizedExecutionHeader, ArgonFinalizedExecutionHeaderPathError, BitcoinLock, EthereumCombinedReceiptProofBoundsError, type EthereumEventLocator, type EthereumEventLocatorBlock, type EthereumEventLog, type EthereumEventProof, type EthereumExecutionClient, type EthereumExecutionSource, type EthereumGatewayActivity, type EthereumGatewayActivityProofPayload, type EthereumGatewayActivityProofPlan, type EthereumReceipt, ExtrinsicError, FIXED_U128_DECIMALS, type IArgonQueryable, type IBitcoinLock, type IBitcoinLockConfig, type IReleaseRequest, type IReleaseRequestDetails, type ISubmittableOptions, type ITerms, type ITxProgressCallback, MAX_ETHEREUM_COMBINED_RECEIPT_PROOF_NODES, MAX_ETHEREUM_RECEIPTS_PER_PROOF, MAX_ETHEREUM_RECEIPT_PROOF_NODE_REFS, MICROGONS_PER_ARGON, MINTING_GATEWAY_RUNTIME_DECIMALS, MINTING_GATEWAY_RUNTIME_TO_ERC20_SCALE, MINTING_GATEWAY_TOKEN_DECIMALS, type MintingGatewayActivityBlockLocator, PERMILL_DECIMALS, PriceIndex, SATS_PER_BTC, TxResult, type TxSigningAccount, TxSubmitter, Vault, WageProtector, buildEthereumCombinedReceiptProof, buildEthereumEventProof, buildExecutionHeaderChain, buildGatewayActivityProofPayload, checkForExtrinsicSuccess, createKeyringPair, decodeEthereumGatewayActivityLog, decodeEthereumTransferToArgonStartedLog, dispatchErrorToExtrinsicError, dispatchErrorToString, encodeEthereumReceiptForProof, encodeReceiptTrieKey, findEthereumTransferToArgonStartedLogIndexes, formatArgons, fromFixedNumber, getAuthorFromHeader, getBigIntFallback, getClient, getEthereumBeaconSyncBootstrapTx, getEthereumBeaconSyncState, getFrameInfoFromHeader, getLatestArgonFinalizedExecutionHeader, getNextEthereumBeaconSyncTxs, getOfflineRegistry, getTickFromHeader, gettersToObject, isOutdatedTransactionError, keyringFromSuri, loadExecutionHeader, toFixedNumber, waitForArgonFinalizedExecutionHeader, waitForLoad };