@argonprotocol/mainchain 1.4.3-dev.42131ea6 → 1.4.3-dev.4e058920

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 +1029 -1423
  2. package/browser/index.js +1117 -2
  3. package/browser/index.js.map +1 -1
  4. package/lib/chunk-3KFMHNNJ.cjs +706 -0
  5. package/lib/chunk-3KFMHNNJ.cjs.map +1 -0
  6. package/lib/chunk-D3FCDADJ.cjs +175 -0
  7. package/lib/chunk-D3FCDADJ.cjs.map +1 -0
  8. package/lib/chunk-RF6NOJOR.js +706 -0
  9. package/lib/chunk-RF6NOJOR.js.map +1 -0
  10. package/lib/chunk-YPXWOFUS.js +175 -0
  11. package/lib/chunk-YPXWOFUS.js.map +1 -0
  12. package/lib/index.cjs +1148 -3
  13. package/lib/index.cjs.map +1 -1
  14. package/lib/index.d.cts +1029 -1423
  15. package/lib/index.d.ts +1029 -1423
  16. package/lib/index.js +1147 -2
  17. package/lib/index.js.map +1 -1
  18. package/lib/lib-CU2JUZW6.cjs +403 -0
  19. package/lib/lib-CU2JUZW6.cjs.map +1 -0
  20. package/lib/lib-P3PEMYOB.js +403 -0
  21. package/lib/lib-P3PEMYOB.js.map +1 -0
  22. package/lib/setPreset-NCTHSXWD.js +15 -0
  23. package/lib/setPreset-NCTHSXWD.js.map +1 -0
  24. package/lib/setPreset-XHOPATBO.cjs +15 -0
  25. package/lib/setPreset-XHOPATBO.cjs.map +1 -0
  26. package/package.json +31 -25
  27. package/src/interfaces/augment-api-consts.ts +603 -0
  28. package/src/interfaces/augment-api-errors.ts +1175 -0
  29. package/src/interfaces/augment-api-events.ts +1816 -0
  30. package/src/interfaces/augment-api-query.ts +1545 -0
  31. package/src/interfaces/augment-api-rpc.ts +1133 -0
  32. package/src/interfaces/augment-api-runtime.ts +332 -0
  33. package/src/interfaces/augment-api-tx.ts +2184 -0
  34. package/src/interfaces/augment-api.ts +10 -0
  35. package/src/interfaces/augment-types.ts +2688 -0
  36. package/src/interfaces/definitions.ts +57 -0
  37. package/src/interfaces/ethereum/index.ts +4 -0
  38. package/src/interfaces/ethereum/types.ts +54 -0
  39. package/src/interfaces/lookup.ts +3768 -0
  40. package/src/interfaces/registry.ts +558 -0
  41. package/src/interfaces/types-lookup.ts +4345 -0
@@ -1,11 +1,11 @@
1
1
  import { ApiTypes, AugmentedConst, AugmentedError, AugmentedEvent, AugmentedQuery, AugmentedSubmittable, SubmittableExtrinsic, AugmentedCall } from '@polkadot/api-base/types';
2
- import { u128, u32, u64, u16, u8, bool, Bytes, Vec, Option, U8aFixed, i128, Result, Null, BTreeSet, BTreeMap, Compact, Text, HashMap, U256, U64, f64, Json, BitVec, Bool, f32, F32, F64, I128, i16, I16, i256, I256, i32, I32, i64, I64, i8, I8, isize, ISize, OptionBool, Raw, Type, U128, U16, u256, U32, U8, usize, USize, Struct, Enum } from '@polkadot/types-codec';
2
+ import { u128, u32, u64, bool, u16, u8, Bytes, Vec, Option, i128, U8aFixed, Result, Null, BTreeSet, BTreeMap, Compact, Text, HashMap, U256, U64, f64, Json, Enum, Struct, BitVec, Bool, f32, F32, F64, I128, i16, I16, i256, I256, i32, I32, i64, I64, i8, I8, isize, ISize, OptionBool, Raw, Type, U128, U16, u256, U32, U8, usize, USize } from '@polkadot/types-codec';
3
3
  export { BTreeMap, Bool, Bytes, Compact, Enum, Null, Option, Range, Result, Struct, Text, Tuple, U256, U8aFixed, Vec, bool, i128, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
4
4
  import { ITuple, AnyNumber, IMethod, Codec } from '@polkadot/types-codec/types';
5
5
  export { Codec, ITuple } from '@polkadot/types-codec/types';
6
- import { Percent, AccountId32, H256, MultiAddress, Call, Hash, SignedBlock, BlockNumber, Header, StorageData, AccountId, Justification, H160, H64, KeyValue, Index, Block, ExtrinsicInclusionMode, KeyTypeId, 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, LockIdentifier, LookupSource, LookupTarget, ModuleId, Moment, MultiSigner, OpaqueCall, Origin, OriginCaller, PalletId, PalletsOrigin, PalletVersion, Pays, Perbill, Permill, Perquintill, PerU16, Phantom, PhantomData, PreRuntime, Releases, RuntimeCall, RuntimeDbWeight, RuntimeEvent, Seal, SealV0, SignedBlockWithJustification, SignedBlockWithJustifications, Slot, SlotDuration, StorageInfo, StorageProof, TransactionInfo, TransactionLongevity, TransactionPriority, TransactionStorageProof, TransactionTag, U32F32, ValidatorId, ValidatorIdOf, WeightMultiplier, WeightV0, WeightV1, WeightV2 } from '@polkadot/types/interfaces/runtime';
6
+ import { AccountId32, Percent, H256, H160, MultiAddress, Call, Hash, SignedBlock, BlockNumber, Header, StorageData, AccountId, Justification, H64, KeyValue, Index, Block, ExtrinsicInclusionMode, Balance, Weight, AccountId20, AccountId33, AccountIdOf, AccountIndex, Address, AssetId, BalanceOf, BlockNumberFor, BlockNumberOf, CallHash, CallHashOf, ChangesTrieConfiguration, ChangesTrieSignal, CodecHash, Consensus, ConsensusEngineId, CrateVersion, Digest, DigestItem, EncodedJustification, ExtrinsicsWeight, Fixed128, Fixed64, FixedI128, FixedI64, FixedU128, FixedU64, H1024, H128, H2048, H32, H512, HeaderPartial, I32F32, IndicesLookupSource, Justifications, KeyTypeId, LockIdentifier, LookupSource, LookupTarget, ModuleId, Moment, MultiSigner, OpaqueCall, Origin, OriginCaller, PalletId, PalletsOrigin, PalletVersion, Pays, Perbill, Permill, Perquintill, PerU16, Phantom, PhantomData, PreRuntime, Releases, RuntimeCall, RuntimeDbWeight, RuntimeEvent, Seal, SealV0, SignedBlockWithJustification, SignedBlockWithJustifications, Slot, SlotDuration, StorageInfo, StorageProof, TransactionInfo, TransactionLongevity, TransactionPriority, TransactionStorageProof, TransactionTag, U32F32, ValidatorId, ValidatorIdOf, WeightMultiplier, WeightV0, WeightV1, WeightV2 } from '@polkadot/types/interfaces/runtime';
7
7
  export { AccountId, AccountId32, Block, Call, H160, H256, Header, MultiAddress, Permill, SignedBlock } from '@polkadot/types/interfaces/runtime';
8
- import { FrameSupportPalletId, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, SpWeightsRuntimeDbWeight, SpVersionRuntimeVersion, ArgonRuntimeRuntimeHoldReason, FrameSupportTokensMiscBalanceStatus, PalletBalancesUnexpectedKind, SpRuntimeDispatchError, ArgonPrimitivesBitcoinUtxoRef, ArgonPrimitivesBitcoinBitcoinRejectedReason, ArgonPrimitivesBlockSealBlockPayout, PalletDomainsDomainRegistration, ArgonPrimitivesDomainZoneRecord, ArgonRuntimeOriginCaller, SpConsensusGrandpaAppPublic, PalletHyperbridgeVersionedHostParams, IsmpHostStateMachine, PalletInboundTransferLogInboundTransferDropReason, PalletInboundTransferLogInboundEvmTransfer, PalletIsmpErrorsHandlingError, IsmpEventsRequestResponseHandled, IsmpEventsTimeoutHandled, IsmpConsensusStateMachineHeight, IsmpConsensusStateMachineId, 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, PalletChainTransferQueuedTransferOut, ArgonPrimitivesDigestsDigestset, PalletGrandpaStoredPendingChange, PalletGrandpaStoredState, IsmpConsensusStateCommitment, ArgonPrimitivesBlockSealMiningBidStats, PalletMiningSlotMinerNonceScoring, ArgonPrimitivesBlockSealMiningSlotConfig, ArgonPrimitivesDigestsFrameInfo, PalletMintMintAction, PalletMultisigMultisig, ArgonPrimitivesBalanceChangeAccountOrigin, ArgonPrimitivesDigestsNotebookDigest, ArgonPrimitivesNotaryNotaryNotebookKeyDetails, PalletOperationalAccountsOperationalAccount, PalletOperationalAccountsRewardsConfig, PalletPriceIndexPriceIndex, PalletPriceIndexCpiMeasurementBucket, PalletProxyAnnouncement, PalletProxyProxyDefinition, FrameSystemAccountInfo, FrameSystemCodeUpgradeAuthorization, FrameSupportDispatchPerDispatchClassWeight, SpRuntimeDigest, FrameSystemEventRecord, FrameSystemPhase, SpWeightsWeightV2Weight, FrameSystemLastRuntimeUpgradeInfo, ArgonPrimitivesTickTicker, PalletTransactionPaymentReleases, FrameSupportTokensFungibleImbalance, PalletTreasuryBondLot, PalletTreasuryBondLotSummary, PalletTreasuryFrameVaultCapital, PalletVaultsRecentCapacityDrop, PalletVaultsVaultFrameRevenue, ArgonPrimitivesVault, ArgonPrimitivesBitcoinBitcoinXPub, PalletBalancesAdjustmentDirection, ArgonPrimitivesBitcoinCompressedBitcoinPubkey, PalletBitcoinLocksLockOptions, ArgonPrimitivesBitcoinH256Le, ArgonPrimitivesInherentsBitcoinUtxoSync, SpConsensusGrandpaEquivocationProof, SpCoreVoid, IsmpMessagingCreateConsensusState, PalletIsmpUtilsFundMessageParams, IsmpMessagingMessage, PalletIsmpUtilsUpdateConsensusState, IsmpGrandpaAddStateMachine, ArgonRuntimeSessionKeys, ArgonPrimitivesNotebookSignedNotebookHeader, PalletOperationalAccountsOperationalProgressPatch, PalletOperationalAccountsRegistration, PalletTokenGatewayAssetRegistration, PalletTokenGatewayTeleportParams, PalletTokenGatewayPrecisionUpdate, PalletVaultsVaultConfig, ArgonPrimitivesVaultVaultTerms, ArgonPrimitivesBitcoinOpaqueBitcoinXpub } from '@polkadot/types/lookup';
8
+ import { FrameSupportPalletId, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, SpWeightsRuntimeDbWeight, SpVersionRuntimeVersion, ArgonRuntimeRuntimeHoldReason, FrameSupportTokensMiscBalanceStatus, PalletBalancesUnexpectedKind, SpRuntimeDispatchError, ArgonPrimitivesBitcoinUtxoRef, ArgonPrimitivesBitcoinBitcoinRejectedReason, ArgonPrimitivesBlockSealBlockPayout, PalletCrosschainTransferSourceChain, PalletCrosschainTransferBurnNotice, PalletDomainsDomainRegistration, ArgonPrimitivesDomainZoneRecord, PalletEthereumVerifierBasicOperatingMode, ArgonRuntimeOriginCaller, SpConsensusGrandpaAppPublic, ArgonPrimitivesBlockSealMiningRegistration, PalletMintMintType, PalletMultisigTimepoint, ArgonPrimitivesNotaryNotaryRecord, ArgonPrimitivesNotaryNotaryMeta, ArgonNotaryAuditErrorVerifyError, ArgonPrimitivesProvidersOperationalRewardKind, PalletProxyDepositKind, ArgonRuntimeProxyType, FrameSystemDispatchEventInfo, PalletTreasuryBondReleaseReason, PalletBalancesAccountData, FrameSupportTokensMiscIdAmountRuntimeFreezeReason, FrameSupportTokensMiscIdAmountRuntimeHoldReason, PalletBalancesBalanceLock, PalletBalancesReserveData, PalletBitcoinLocksLockReleaseRequest, PalletBitcoinLocksLockedBitcoin, PalletBitcoinLocksOrphanedUtxo, ArgonPrimitivesBitcoinBitcoinNetwork, ArgonPrimitivesBitcoinBitcoinBlock, ArgonPrimitivesBitcoinUtxoValue, ArgonPrimitivesForkPower, ArgonPrimitivesProvidersBlockSealerInfo, ArgonPrimitivesInherentsBlockSealInherent, ArgonPrimitivesDigestsBlockVoteDigest, ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails, PalletCrosschainTransferChainConfig, ArgonPrimitivesDigestsDigestset, SnowbridgeBeaconPrimitivesSyncCommitteePrepared, PalletEthereumVerifierExecutionHeaderAnchor, PalletEthereumVerifierFinalizedBeaconHeaderState, PalletEthereumVerifierForkVersions, PalletGrandpaStoredPendingChange, PalletGrandpaStoredState, PalletLocalchainTransferQueuedTransferOut, ArgonPrimitivesBlockSealMiningBidStats, PalletMiningSlotMinerNonceScoring, ArgonPrimitivesBlockSealMiningSlotConfig, ArgonPrimitivesDigestsFrameInfo, PalletMintMintAction, PalletMultisigMultisig, ArgonPrimitivesBalanceChangeAccountOrigin, ArgonPrimitivesDigestsNotebookDigest, ArgonPrimitivesNotaryNotaryNotebookKeyDetails, PalletOperationalAccountsOperationalAccount, PalletOperationalAccountsRewardsConfig, PalletPriceIndexPriceIndex, PalletPriceIndexCpiMeasurementBucket, PalletProxyAnnouncement, PalletProxyProxyDefinition, FrameSystemAccountInfo, FrameSystemCodeUpgradeAuthorization, FrameSupportDispatchPerDispatchClassWeight, SpRuntimeDigest, FrameSystemEventRecord, FrameSystemPhase, SpWeightsWeightV2Weight, FrameSystemLastRuntimeUpgradeInfo, ArgonPrimitivesTickTicker, PalletTransactionPaymentReleases, FrameSupportTokensFungibleImbalance, PalletTreasuryBondLot, PalletTreasuryBondLotSummary, PalletTreasuryFrameVaultCapital, PalletVaultsRecentCapacityDrop, PalletVaultsVaultFrameRevenue, ArgonPrimitivesVault, ArgonPrimitivesBitcoinBitcoinXPub, PalletBalancesAdjustmentDirection, ArgonPrimitivesBitcoinCompressedBitcoinPubkey, PalletBitcoinLocksLockOptions, ArgonPrimitivesBitcoinH256Le, ArgonPrimitivesInherentsBitcoinUtxoSync, PalletCrosschainTransferTransferProof, PalletEthereumVerifierCheckpointUpdate, PalletEthereumVerifierExecutionProof, PalletEthereumVerifierUpdate, SpConsensusGrandpaEquivocationProof, SpCoreVoid, ArgonRuntimeSessionKeys, ArgonPrimitivesNotebookSignedNotebookHeader, PalletOperationalAccountsOperationalProgressPatch, PalletOperationalAccountsRegistration, PalletVaultsVaultConfig, ArgonPrimitivesVaultVaultTerms, ArgonPrimitivesBitcoinOpaqueBitcoinXpub, ArgonPrimitivesEthereumEthereumLog as ArgonPrimitivesEthereumEthereumLog$1, ArgonPrimitivesEthereumEthereumProof as ArgonPrimitivesEthereumEthereumProof$1 } from '@polkadot/types/lookup';
9
9
  export * from '@polkadot/types/lookup';
10
10
  import { Observable, IExtrinsic } from '@polkadot/types/types';
11
11
  import { AugmentedRpc } from '@polkadot/rpc-core/types';
@@ -98,6 +98,8 @@ export { IExtrinsic, ISignerPayload, ISubmittableResult, Signer, SignerResult }
98
98
  import { GenericEvent } from '@polkadot/types/generic';
99
99
  export { GenericAddress, GenericBlock, GenericEvent } from '@polkadot/types/generic';
100
100
  import BigNumber from 'bignumber.js';
101
+ import * as __artifacts_contracts_MintingGateway_sol_artifacts_js from './artifacts/contracts/MintingGateway.sol/artifacts.js';
102
+ import { Hex, createPublicClient } from 'viem';
101
103
  export { hexToU8a, u8aEq, u8aToHex } from '@polkadot/util';
102
104
 
103
105
  declare module '@polkadot/api-base/types/consts' {
@@ -241,17 +243,26 @@ declare module '@polkadot/api-base/types/consts' {
241
243
  **/
242
244
  targetBlockVotes: u128 & AugmentedConst<ApiType>;
243
245
  };
244
- chainTransfer: {
246
+ crosschainTransfer: {
245
247
  /**
246
- * How many transfers out can be queued per block
248
+ * Canonical Ethereum burn-accounting account representing funds moved to Ethereum.
247
249
  **/
248
- maxPendingTransfersOutPerBlock: u32 & AugmentedConst<ApiType>;
249
- palletId: FrameSupportPalletId & AugmentedConst<ApiType>;
250
+ ethereumBurnAccount: AccountId32 & AugmentedConst<ApiType>;
250
251
  /**
251
- * How long a transfer should remain in storage before returning. NOTE: there is a 2 tick
252
- * grace period where we will still allow a transfer
252
+ * Retention window, in ticks, for recent Argon transfer evidence used by operational
253
+ * accounts.
253
254
  **/
254
- transferExpirationTicks: u64 & AugmentedConst<ApiType>;
255
+ recentTransferRetentionTicks: u64 & AugmentedConst<ApiType>;
256
+ };
257
+ ethereumVerifier: {
258
+ /**
259
+ * Whether the read-only event-log verification API is enabled.
260
+ **/
261
+ eventLogVerifierEnabled: bool & AugmentedConst<ApiType>;
262
+ /**
263
+ * Minimum gap between finalized headers for an update to be free.
264
+ **/
265
+ freeHeadersInterval: u32 & AugmentedConst<ApiType>;
255
266
  };
256
267
  grandpa: {
257
268
  /**
@@ -272,27 +283,17 @@ declare module '@polkadot/api-base/types/consts' {
272
283
  **/
273
284
  maxSetIdSessionEntries: u64 & AugmentedConst<ApiType>;
274
285
  };
275
- inboundTransferLog: {
276
- /**
277
- * How many blocks to retain inbound transfer records.
278
- **/
279
- inboundTransfersRetentionBlocks: u32 & AugmentedConst<ApiType>;
280
- /**
281
- * Maximum number of bytes allowed in a TokenGateway request body (0 disables the cap).
282
- **/
283
- maxInboundTransferBytes: u32 & AugmentedConst<ApiType>;
284
- /**
285
- * Maximum number of records retained from a single block.
286
- **/
287
- maxTransfersToRetainPerBlock: u32 & AugmentedConst<ApiType>;
286
+ localchainTransfer: {
288
287
  /**
289
- * Minimum amount (in base units) to record an inbound transfer.
288
+ * How many transfers out can be queued per block
290
289
  **/
291
- minimumTransferMicrogonsToRecord: u128 & AugmentedConst<ApiType>;
290
+ maxPendingTransfersOutPerBlock: u32 & AugmentedConst<ApiType>;
291
+ palletId: FrameSupportPalletId & AugmentedConst<ApiType>;
292
292
  /**
293
- * Ownership token asset id (Argonot).
293
+ * How long a transfer should remain in storage before returning. NOTE: there is a 2 tick
294
+ * grace period where we will still allow a transfer
294
295
  **/
295
- ownershipAssetId: u32 & AugmentedConst<ApiType>;
296
+ transferExpirationTicks: u64 & AugmentedConst<ApiType>;
296
297
  };
297
298
  miningSlot: {
298
299
  /**
@@ -568,12 +569,6 @@ declare module '@polkadot/api-base/types/consts' {
568
569
  **/
569
570
  minimumPeriod: u64 & AugmentedConst<ApiType>;
570
571
  };
571
- tokenGateway: {
572
- /**
573
- * The decimals of the native currency
574
- **/
575
- decimals: u8 & AugmentedConst<ApiType>;
576
- };
577
572
  transactionPayment: {
578
573
  /**
579
574
  * A fee multiplier for `Operational` extrinsics to compute "virtual tip" to boost their
@@ -1033,36 +1028,47 @@ declare module '@polkadot/api-base/types/errors' {
1033
1028
  **/
1034
1029
  MaxNotebooksAtTickExceeded: AugmentedError<ApiType>;
1035
1030
  };
1036
- chainTransfer: {
1031
+ crosschainTransfer: {
1037
1032
  /**
1038
- * Insufficient balance to create this transfer
1033
+ * The burn account lacks enough balance for the payout.
1039
1034
  **/
1040
- InsufficientFunds: AugmentedError<ApiType>;
1035
+ InsufficientLiquidity: AugmentedError<ApiType>;
1041
1036
  /**
1042
- * Insufficient balance to fulfill a mainchain transfer
1037
+ * The claimed amount was zero or too large for the local balance type.
1043
1038
  **/
1044
- InsufficientNotarizedFunds: AugmentedError<ApiType>;
1039
+ InvalidAmount: AugmentedError<ApiType>;
1045
1040
  /**
1046
- * The notary id is not registered
1041
+ * The configured source-chain shape is incomplete or malformed.
1047
1042
  **/
1048
- InvalidNotaryUsedForTransfer: AugmentedError<ApiType>;
1043
+ InvalidChainConfig: AugmentedError<ApiType>;
1049
1044
  /**
1050
- * The transfer was already submitted in a previous block
1045
+ * The Ethereum event topics or payload do not match `BurnForTransfer`.
1051
1046
  **/
1052
- InvalidOrDuplicatedLocalchainTransfer: AugmentedError<ApiType>;
1053
- MaxBlockTransfersExceeded: AugmentedError<ApiType>;
1047
+ InvalidEthereumEvent: AugmentedError<ApiType>;
1054
1048
  /**
1055
- * No transfer IDs are currently available
1049
+ * The Ethereum verifier rejected the supplied proof.
1056
1050
  **/
1057
- NoAvailableTransferId: AugmentedError<ApiType>;
1051
+ InvalidProof: AugmentedError<ApiType>;
1058
1052
  /**
1059
- * The notary is currently locked and cannot process transfers
1053
+ * The destination account bytes could not be decoded into a local account id.
1060
1054
  **/
1061
- NotaryLockedForTransfer: AugmentedError<ApiType>;
1055
+ InvalidRecipient: AugmentedError<ApiType>;
1062
1056
  /**
1063
- * A transfer was submitted in a previous block but the expiration block has passed
1057
+ * The claim nonce is not exactly the next accepted nonce for the source account.
1064
1058
  **/
1065
- NotebookIncludesExpiredLocalchainTransfer: AugmentedError<ApiType>;
1059
+ UnexpectedNonce: AugmentedError<ApiType>;
1060
+ /**
1061
+ * The gateway does not match the active or still-accepted previous release.
1062
+ **/
1063
+ UnsupportedGateway: AugmentedError<ApiType>;
1064
+ /**
1065
+ * The source chain is not configured for inbound claims.
1066
+ **/
1067
+ UnsupportedSource: AugmentedError<ApiType>;
1068
+ /**
1069
+ * The token is not supported under the matched gateway release.
1070
+ **/
1071
+ UnsupportedToken: AugmentedError<ApiType>;
1066
1072
  };
1067
1073
  digests: {
1068
1074
  /**
@@ -1140,6 +1146,38 @@ declare module '@polkadot/api-base/types/errors' {
1140
1146
  **/
1141
1147
  NotDomainOwner: AugmentedError<ApiType>;
1142
1148
  };
1149
+ ethereumVerifier: {
1150
+ BlockBodyHashTreeRootFailed: AugmentedError<ApiType>;
1151
+ BLSPreparePublicKeysFailed: AugmentedError<ApiType>;
1152
+ BLSVerificationFailed: AugmentedError<ApiType>;
1153
+ ExpectedFinalizedHeaderNotStored: AugmentedError<ApiType>;
1154
+ ForkDataHashTreeRootFailed: AugmentedError<ApiType>;
1155
+ Halted: AugmentedError<ApiType>;
1156
+ HeaderHashTreeRootFailed: AugmentedError<ApiType>;
1157
+ InvalidExecutionHeaderProof: AugmentedError<ApiType>;
1158
+ /**
1159
+ * The gap between finalized headers is larger than the retained historical window.
1160
+ **/
1161
+ InvalidFinalizedHeaderGap: AugmentedError<ApiType>;
1162
+ InvalidHeaderMerkleProof: AugmentedError<ApiType>;
1163
+ InvalidSyncCommitteeMerkleProof: AugmentedError<ApiType>;
1164
+ /**
1165
+ * The given update is not in the expected period, or the given next sync committee does
1166
+ * not match the next sync committee in storage.
1167
+ **/
1168
+ InvalidSyncCommitteeUpdate: AugmentedError<ApiType>;
1169
+ InvalidUpdateSlot: AugmentedError<ApiType>;
1170
+ /**
1171
+ * Attested header is older than latest finalized header.
1172
+ **/
1173
+ IrrelevantUpdate: AugmentedError<ApiType>;
1174
+ NotBootstrapped: AugmentedError<ApiType>;
1175
+ SigningRootHashTreeRootFailed: AugmentedError<ApiType>;
1176
+ SkippedSyncCommitteePeriod: AugmentedError<ApiType>;
1177
+ SyncCommitteeHashTreeRootFailed: AugmentedError<ApiType>;
1178
+ SyncCommitteeParticipantsNotSupermajority: AugmentedError<ApiType>;
1179
+ SyncCommitteeUpdateRequired: AugmentedError<ApiType>;
1180
+ };
1143
1181
  feeControl: {
1144
1182
  /**
1145
1183
  * The requested tip + fee is higher than the maximum allowed by the sponsor
@@ -1178,32 +1216,36 @@ declare module '@polkadot/api-base/types/errors' {
1178
1216
  **/
1179
1217
  TooSoon: AugmentedError<ApiType>;
1180
1218
  };
1181
- hyperbridge: {};
1182
- ismp: {
1219
+ localchainTransfer: {
1183
1220
  /**
1184
- * Couldn't update challenge period
1221
+ * Insufficient balance to create this transfer
1185
1222
  **/
1186
- ChallengePeriodUpdateFailed: AugmentedError<ApiType>;
1223
+ InsufficientFunds: AugmentedError<ApiType>;
1187
1224
  /**
1188
- * Encountered an error while creating the consensus client.
1225
+ * Insufficient balance to fulfill a mainchain transfer
1189
1226
  **/
1190
- ConsensusClientCreationFailed: AugmentedError<ApiType>;
1227
+ InsufficientNotarizedFunds: AugmentedError<ApiType>;
1191
1228
  /**
1192
- * Error charging fee
1229
+ * The notary id is not registered
1230
+ **/
1231
+ InvalidNotaryUsedForTransfer: AugmentedError<ApiType>;
1232
+ /**
1233
+ * The transfer was already submitted in a previous block
1193
1234
  **/
1194
- ErrorChargingFee: AugmentedError<ApiType>;
1235
+ InvalidOrDuplicatedLocalchainTransfer: AugmentedError<ApiType>;
1236
+ MaxBlockTransfersExceeded: AugmentedError<ApiType>;
1195
1237
  /**
1196
- * Invalid ISMP message
1238
+ * No transfer IDs are currently available
1197
1239
  **/
1198
- InvalidMessage: AugmentedError<ApiType>;
1240
+ NoAvailableTransferId: AugmentedError<ApiType>;
1199
1241
  /**
1200
- * Requested message was not found
1242
+ * The notary is currently locked and cannot process transfers
1201
1243
  **/
1202
- MessageNotFound: AugmentedError<ApiType>;
1244
+ NotaryLockedForTransfer: AugmentedError<ApiType>;
1203
1245
  /**
1204
- * Couldn't update unbonding period
1246
+ * A transfer was submitted in a previous block but the expiration block has passed
1205
1247
  **/
1206
- UnbondingPeriodUpdateFailed: AugmentedError<ApiType>;
1248
+ NotebookIncludesExpiredLocalchainTransfer: AugmentedError<ApiType>;
1207
1249
  };
1208
1250
  miningSlot: {
1209
1251
  /**
@@ -1630,44 +1672,6 @@ declare module '@polkadot/api-base/types/errors' {
1630
1672
  Unauthorized: AugmentedError<ApiType>;
1631
1673
  };
1632
1674
  ticks: {};
1633
- tokenGateway: {
1634
- /**
1635
- * Asset Id creation failed
1636
- **/
1637
- AssetCreationError: AugmentedError<ApiType>;
1638
- /**
1639
- * Asset decimals not found
1640
- **/
1641
- AssetDecimalsNotFound: AugmentedError<ApiType>;
1642
- /**
1643
- * Error while teleporting asset
1644
- **/
1645
- AssetTeleportError: AugmentedError<ApiType>;
1646
- /**
1647
- * Coprocessor was not configured in the runtime
1648
- **/
1649
- CoprocessorNotConfigured: AugmentedError<ApiType>;
1650
- /**
1651
- * Asset or update Dispatch Error
1652
- **/
1653
- DispatchError: AugmentedError<ApiType>;
1654
- /**
1655
- * Only root or asset owner can update asset
1656
- **/
1657
- NotAssetOwner: AugmentedError<ApiType>;
1658
- /**
1659
- * Protocol Params have not been initialized
1660
- **/
1661
- NotInitialized: AugmentedError<ApiType>;
1662
- /**
1663
- * Unknown Asset
1664
- **/
1665
- UnknownAsset: AugmentedError<ApiType>;
1666
- /**
1667
- * A asset that has not been registered
1668
- **/
1669
- UnregisteredAsset: AugmentedError<ApiType>;
1670
- };
1671
1675
  treasury: {
1672
1676
  /**
1673
1677
  * The bond lot is already scheduled for release.
@@ -2397,105 +2401,16 @@ declare module '@polkadot/api-base/types/events' {
2397
2401
  newVoteMinimum: u128;
2398
2402
  }>;
2399
2403
  };
2400
- chainTransfer: {
2401
- /**
2402
- * A localchain transfer could not be cleaned up properly. Possible invalid transfer
2403
- * needing investigation.
2404
- **/
2405
- PossibleInvalidLocalchainTransferAllowed: AugmentedEvent<ApiType, [
2406
- transferId: u32,
2407
- notaryId: u32,
2408
- notebookNumber: u32
2409
- ], {
2410
- transferId: u32;
2411
- notaryId: u32;
2412
- notebookNumber: u32;
2413
- }>;
2414
- /**
2415
- * Taxation failed
2416
- **/
2417
- TaxationError: AugmentedEvent<ApiType, [
2418
- notaryId: u32,
2419
- notebookNumber: u32,
2420
- tax: u128,
2421
- error: SpRuntimeDispatchError
2422
- ], {
2423
- notaryId: u32;
2424
- notebookNumber: u32;
2425
- tax: u128;
2426
- error: SpRuntimeDispatchError;
2427
- }>;
2428
- /**
2429
- * Transfer from Localchain to Mainchain
2430
- **/
2431
- TransferFromLocalchain: AugmentedEvent<ApiType, [
2432
- accountId: AccountId32,
2433
- amount: u128,
2434
- notaryId: u32
2435
- ], {
2436
- accountId: AccountId32;
2437
- amount: u128;
2438
- notaryId: u32;
2439
- }>;
2440
- /**
2441
- * A transfer into the mainchain failed
2442
- **/
2443
- TransferFromLocalchainError: AugmentedEvent<ApiType, [
2444
- accountId: AccountId32,
2445
- amount: u128,
2446
- notaryId: u32,
2447
- notebookNumber: u32,
2448
- error: SpRuntimeDispatchError
2449
- ], {
2450
- accountId: AccountId32;
2451
- amount: u128;
2452
- notaryId: u32;
2453
- notebookNumber: u32;
2454
- error: SpRuntimeDispatchError;
2455
- }>;
2404
+ crosschainTransfer: {
2456
2405
  /**
2457
- * Funds sent to a localchain
2406
+ * An inbound burn notice was accepted and settled locally.
2458
2407
  **/
2459
- TransferToLocalchain: AugmentedEvent<ApiType, [
2460
- accountId: AccountId32,
2461
- amount: u128,
2462
- transferId: u32,
2463
- notaryId: u32,
2464
- expirationTick: u64
2408
+ BurnNoticeAccepted: AugmentedEvent<ApiType, [
2409
+ sourceChain: PalletCrosschainTransferSourceChain,
2410
+ notice: PalletCrosschainTransferBurnNotice
2465
2411
  ], {
2466
- accountId: AccountId32;
2467
- amount: u128;
2468
- transferId: u32;
2469
- notaryId: u32;
2470
- expirationTick: u64;
2471
- }>;
2472
- /**
2473
- * Transfer to localchain expired and rolled back
2474
- **/
2475
- TransferToLocalchainExpired: AugmentedEvent<ApiType, [
2476
- accountId: AccountId32,
2477
- transferId: u32,
2478
- notaryId: u32
2479
- ], {
2480
- accountId: AccountId32;
2481
- transferId: u32;
2482
- notaryId: u32;
2483
- }>;
2484
- /**
2485
- * An expired transfer to localchain failed to be refunded
2486
- **/
2487
- TransferToLocalchainRefundError: AugmentedEvent<ApiType, [
2488
- accountId: AccountId32,
2489
- transferId: u32,
2490
- notaryId: u32,
2491
- notebookNumber: u32,
2492
- error: SpRuntimeDispatchError
2493
- ], {
2494
- accountId: AccountId32;
2495
- transferId: u32;
2496
- notaryId: u32;
2497
- notebookNumber: u32;
2498
- error: SpRuntimeDispatchError;
2412
+ sourceChain: PalletCrosschainTransferSourceChain;
2413
+ notice: PalletCrosschainTransferBurnNotice;
2499
2414
  }>;
2500
2415
  };
2501
2416
  digests: {};
@@ -2556,6 +2471,33 @@ declare module '@polkadot/api-base/types/events' {
2556
2471
  zoneRecord: ArgonPrimitivesDomainZoneRecord;
2557
2472
  }>;
2558
2473
  };
2474
+ ethereumVerifier: {
2475
+ BeaconHeaderImported: AugmentedEvent<ApiType, [
2476
+ blockHash: H256,
2477
+ slot: u64
2478
+ ], {
2479
+ blockHash: H256;
2480
+ slot: u64;
2481
+ }>;
2482
+ ExecutionHeaderAnchorImported: AugmentedEvent<ApiType, [
2483
+ blockHash: H256,
2484
+ blockNumber: u64
2485
+ ], {
2486
+ blockHash: H256;
2487
+ blockNumber: u64;
2488
+ }>;
2489
+ /**
2490
+ * Set OperatingMode
2491
+ **/
2492
+ OperatingModeChanged: AugmentedEvent<ApiType, [
2493
+ mode: PalletEthereumVerifierBasicOperatingMode
2494
+ ], {
2495
+ mode: PalletEthereumVerifierBasicOperatingMode;
2496
+ }>;
2497
+ SyncCommitteeUpdated: AugmentedEvent<ApiType, [period: u64], {
2498
+ period: u64;
2499
+ }>;
2500
+ };
2559
2501
  feeControl: {
2560
2502
  /**
2561
2503
  * A transaction fee was delegated
@@ -2596,166 +2538,105 @@ declare module '@polkadot/api-base/types/events' {
2596
2538
  **/
2597
2539
  Resumed: AugmentedEvent<ApiType, []>;
2598
2540
  };
2599
- hyperbridge: {
2541
+ localchainTransfer: {
2600
2542
  /**
2601
- * Hyperbridge governance has now updated it's host params on this chain.
2602
- **/
2603
- HostParamsUpdated: AugmentedEvent<ApiType, [
2604
- old: PalletHyperbridgeVersionedHostParams,
2605
- new_: PalletHyperbridgeVersionedHostParams
2606
- ], {
2607
- old: PalletHyperbridgeVersionedHostParams;
2608
- new_: PalletHyperbridgeVersionedHostParams;
2609
- }>;
2610
- /**
2611
- * A relayer has withdrawn some fees
2612
- **/
2613
- RelayerFeeWithdrawn: AugmentedEvent<ApiType, [
2614
- amount: u128,
2615
- account: AccountId32
2616
- ], {
2617
- amount: u128;
2618
- account: AccountId32;
2619
- }>;
2620
- };
2621
- inboundTransferLog: {
2622
- /**
2623
- * A TokenGateway request was ignored or dropped.
2624
- **/
2625
- InboundEvmTransferDropped: AugmentedEvent<ApiType, [
2626
- source: IsmpHostStateMachine,
2627
- nonce: u64,
2628
- reason: PalletInboundTransferLogInboundTransferDropReason
2629
- ], {
2630
- source: IsmpHostStateMachine;
2631
- nonce: u64;
2632
- reason: PalletInboundTransferLogInboundTransferDropReason;
2633
- }>;
2634
- /**
2635
- * A qualifying inbound TokenGateway request was recorded.
2636
- **/
2637
- InboundEvmTransferRecorded: AugmentedEvent<ApiType, [
2638
- transfer: PalletInboundTransferLogInboundEvmTransfer
2639
- ], {
2640
- transfer: PalletInboundTransferLogInboundEvmTransfer;
2641
- }>;
2642
- };
2643
- ismp: {
2644
- /**
2645
- * Indicates that a consensus client has been created
2646
- **/
2647
- ConsensusClientCreated: AugmentedEvent<ApiType, [
2648
- consensusClientId: U8aFixed
2649
- ], {
2650
- consensusClientId: U8aFixed;
2651
- }>;
2652
- /**
2653
- * Indicates that a consensus client has been created
2654
- **/
2655
- ConsensusClientFrozen: AugmentedEvent<ApiType, [
2656
- consensusClientId: U8aFixed
2657
- ], {
2658
- consensusClientId: U8aFixed;
2659
- }>;
2660
- /**
2661
- * Some errors handling some ismp messages
2543
+ * A localchain transfer could not be cleaned up properly. Possible invalid transfer
2544
+ * needing investigation.
2662
2545
  **/
2663
- Errors: AugmentedEvent<ApiType, [
2664
- errors: Vec<PalletIsmpErrorsHandlingError>
2546
+ PossibleInvalidLocalchainTransferAllowed: AugmentedEvent<ApiType, [
2547
+ transferId: u32,
2548
+ notaryId: u32,
2549
+ notebookNumber: u32
2665
2550
  ], {
2666
- errors: Vec<PalletIsmpErrorsHandlingError>;
2551
+ transferId: u32;
2552
+ notaryId: u32;
2553
+ notebookNumber: u32;
2667
2554
  }>;
2668
2555
  /**
2669
- * Get Response Handled
2670
- **/
2671
- GetRequestHandled: AugmentedEvent<ApiType, [IsmpEventsRequestResponseHandled]>;
2672
- /**
2673
- * Get request timeout handled
2674
- **/
2675
- GetRequestTimeoutHandled: AugmentedEvent<ApiType, [IsmpEventsTimeoutHandled]>;
2676
- /**
2677
- * Post Request Handled
2678
- **/
2679
- PostRequestHandled: AugmentedEvent<ApiType, [IsmpEventsRequestResponseHandled]>;
2680
- /**
2681
- * Post request timeout handled
2682
- **/
2683
- PostRequestTimeoutHandled: AugmentedEvent<ApiType, [IsmpEventsTimeoutHandled]>;
2684
- /**
2685
- * Post Response Handled
2686
- **/
2687
- PostResponseHandled: AugmentedEvent<ApiType, [IsmpEventsRequestResponseHandled]>;
2688
- /**
2689
- * Post response timeout handled
2690
- **/
2691
- PostResponseTimeoutHandled: AugmentedEvent<ApiType, [IsmpEventsTimeoutHandled]>;
2692
- /**
2693
- * An Outgoing Request has been deposited
2556
+ * Taxation failed
2694
2557
  **/
2695
- Request: AugmentedEvent<ApiType, [
2696
- destChain: IsmpHostStateMachine,
2697
- sourceChain: IsmpHostStateMachine,
2698
- requestNonce: u64,
2699
- commitment: H256
2558
+ TaxationError: AugmentedEvent<ApiType, [
2559
+ notaryId: u32,
2560
+ notebookNumber: u32,
2561
+ tax: u128,
2562
+ error: SpRuntimeDispatchError
2700
2563
  ], {
2701
- destChain: IsmpHostStateMachine;
2702
- sourceChain: IsmpHostStateMachine;
2703
- requestNonce: u64;
2704
- commitment: H256;
2564
+ notaryId: u32;
2565
+ notebookNumber: u32;
2566
+ tax: u128;
2567
+ error: SpRuntimeDispatchError;
2705
2568
  }>;
2706
2569
  /**
2707
- * An Outgoing Response has been deposited
2570
+ * Transfer from Localchain to Mainchain
2708
2571
  **/
2709
- Response: AugmentedEvent<ApiType, [
2710
- destChain: IsmpHostStateMachine,
2711
- sourceChain: IsmpHostStateMachine,
2712
- requestNonce: u64,
2713
- commitment: H256,
2714
- reqCommitment: H256
2572
+ TransferFromLocalchain: AugmentedEvent<ApiType, [
2573
+ accountId: AccountId32,
2574
+ amount: u128,
2575
+ notaryId: u32
2715
2576
  ], {
2716
- destChain: IsmpHostStateMachine;
2717
- sourceChain: IsmpHostStateMachine;
2718
- requestNonce: u64;
2719
- commitment: H256;
2720
- reqCommitment: H256;
2577
+ accountId: AccountId32;
2578
+ amount: u128;
2579
+ notaryId: u32;
2721
2580
  }>;
2722
2581
  /**
2723
- * Emitted when a state commitment is vetoed by a fisherman
2582
+ * A transfer into the mainchain failed
2724
2583
  **/
2725
- StateCommitmentVetoed: AugmentedEvent<ApiType, [
2726
- height: IsmpConsensusStateMachineHeight,
2727
- fisherman: Bytes
2584
+ TransferFromLocalchainError: AugmentedEvent<ApiType, [
2585
+ accountId: AccountId32,
2586
+ amount: u128,
2587
+ notaryId: u32,
2588
+ notebookNumber: u32,
2589
+ error: SpRuntimeDispatchError
2728
2590
  ], {
2729
- height: IsmpConsensusStateMachineHeight;
2730
- fisherman: Bytes;
2591
+ accountId: AccountId32;
2592
+ amount: u128;
2593
+ notaryId: u32;
2594
+ notebookNumber: u32;
2595
+ error: SpRuntimeDispatchError;
2731
2596
  }>;
2732
2597
  /**
2733
- * Emitted when a state machine is successfully updated to a new height
2598
+ * Funds sent to a localchain
2734
2599
  **/
2735
- StateMachineUpdated: AugmentedEvent<ApiType, [
2736
- stateMachineId: IsmpConsensusStateMachineId,
2737
- latestHeight: u64
2600
+ TransferToLocalchain: AugmentedEvent<ApiType, [
2601
+ accountId: AccountId32,
2602
+ amount: u128,
2603
+ transferId: u32,
2604
+ notaryId: u32,
2605
+ expirationTick: u64
2738
2606
  ], {
2739
- stateMachineId: IsmpConsensusStateMachineId;
2740
- latestHeight: u64;
2607
+ accountId: AccountId32;
2608
+ amount: u128;
2609
+ transferId: u32;
2610
+ notaryId: u32;
2611
+ expirationTick: u64;
2741
2612
  }>;
2742
- };
2743
- ismpGrandpa: {
2744
2613
  /**
2745
- * State machines have been added to whitelist
2614
+ * Transfer to localchain expired and rolled back
2746
2615
  **/
2747
- StateMachineAdded: AugmentedEvent<ApiType, [
2748
- stateMachines: Vec<IsmpHostStateMachine>
2616
+ TransferToLocalchainExpired: AugmentedEvent<ApiType, [
2617
+ accountId: AccountId32,
2618
+ transferId: u32,
2619
+ notaryId: u32
2749
2620
  ], {
2750
- stateMachines: Vec<IsmpHostStateMachine>;
2621
+ accountId: AccountId32;
2622
+ transferId: u32;
2623
+ notaryId: u32;
2751
2624
  }>;
2752
2625
  /**
2753
- * State machines have been removed from the whitelist
2626
+ * An expired transfer to localchain failed to be refunded
2754
2627
  **/
2755
- StateMachineRemoved: AugmentedEvent<ApiType, [
2756
- stateMachines: Vec<IsmpHostStateMachine>
2628
+ TransferToLocalchainRefundError: AugmentedEvent<ApiType, [
2629
+ accountId: AccountId32,
2630
+ transferId: u32,
2631
+ notaryId: u32,
2632
+ notebookNumber: u32,
2633
+ error: SpRuntimeDispatchError
2757
2634
  ], {
2758
- stateMachines: Vec<IsmpHostStateMachine>;
2635
+ accountId: AccountId32;
2636
+ transferId: u32;
2637
+ notaryId: u32;
2638
+ notebookNumber: u32;
2639
+ error: SpRuntimeDispatchError;
2759
2640
  }>;
2760
2641
  };
2761
2642
  miningSlot: {
@@ -2828,8 +2709,8 @@ declare module '@polkadot/api-base/types/events' {
2828
2709
  amount: u128;
2829
2710
  }>;
2830
2711
  /**
2831
- * The amount of microgons minted for mining. NOTE: accounts below Existential Deposit will
2832
- * not be able to mint
2712
+ * The amount of microgons minted for mining. NOTE: accounts below Existential Deposit
2713
+ * will not be able to mint
2833
2714
  **/
2834
2715
  MiningMint: AugmentedEvent<ApiType, [
2835
2716
  amount: u128,
@@ -3611,66 +3492,6 @@ declare module '@polkadot/api-base/types/events' {
3611
3492
  checkVersion: bool;
3612
3493
  }>;
3613
3494
  };
3614
- tokenGateway: {
3615
- /**
3616
- * An asset has been received and transferred to the beneficiary's account
3617
- **/
3618
- AssetReceived: AugmentedEvent<ApiType, [
3619
- beneficiary: AccountId32,
3620
- amount: u128,
3621
- source: IsmpHostStateMachine
3622
- ], {
3623
- beneficiary: AccountId32;
3624
- amount: u128;
3625
- source: IsmpHostStateMachine;
3626
- }>;
3627
- /**
3628
- * An asset has been refunded and transferred to the beneficiary's account
3629
- **/
3630
- AssetRefunded: AugmentedEvent<ApiType, [
3631
- beneficiary: AccountId32,
3632
- amount: u128,
3633
- source: IsmpHostStateMachine
3634
- ], {
3635
- beneficiary: AccountId32;
3636
- amount: u128;
3637
- source: IsmpHostStateMachine;
3638
- }>;
3639
- /**
3640
- * An asset has been registered locally
3641
- **/
3642
- AssetRegisteredLocally: AugmentedEvent<ApiType, [
3643
- localId: u32,
3644
- assetId: H256
3645
- ], {
3646
- localId: u32;
3647
- assetId: H256;
3648
- }>;
3649
- /**
3650
- * An asset has been teleported
3651
- **/
3652
- AssetTeleported: AugmentedEvent<ApiType, [
3653
- from: AccountId32,
3654
- to: H256,
3655
- amount: u128,
3656
- dest: IsmpHostStateMachine,
3657
- commitment: H256
3658
- ], {
3659
- from: AccountId32;
3660
- to: H256;
3661
- amount: u128;
3662
- dest: IsmpHostStateMachine;
3663
- commitment: H256;
3664
- }>;
3665
- /**
3666
- * ERC6160 asset creation request dispatched to hyperbridge
3667
- **/
3668
- ERC6160AssetRegistrationDispatched: AugmentedEvent<ApiType, [
3669
- commitment: H256
3670
- ], {
3671
- commitment: H256;
3672
- }>;
3673
- };
3674
3495
  transactionPayment: {
3675
3496
  /**
3676
3497
  * A transaction fee `actual_fee`, of which `tip` was added to the minimum inclusion fee,
@@ -4318,26 +4139,37 @@ declare module '@polkadot/api-base/types/storage' {
4318
4139
  **/
4319
4140
  voteMinimumHistory: AugmentedQuery<ApiType, () => Observable<Vec<u128>>, []>;
4320
4141
  };
4321
- chainTransfer: {
4142
+ crosschainTransfer: {
4322
4143
  /**
4323
- * Expiration index for outgoing transfers keyed by `(notary_id, expiration_tick)`.
4324
- *
4325
- * NOTE: Expiration processing follows notebook progression (`header.tick`) for each notary,
4326
- * not wall/runtime tick. If a notary stops submitting notebooks indefinitely, pending
4327
- * transfers for that notary remain frozen by design until a notary-switch recovery path is
4328
- * executed.
4144
+ * Config accepted for each supported source chain.
4329
4145
  **/
4330
- expiringTransfersOutByNotary: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: u64 | AnyNumber | Uint8Array) => Observable<Vec<u32>>, [
4331
- u32,
4146
+ chainConfigBySourceChain: AugmentedQuery<ApiType, (arg: PalletCrosschainTransferSourceChain | 'Ethereum' | number | Uint8Array) => Observable<Option<PalletCrosschainTransferChainConfig>>, [
4147
+ PalletCrosschainTransferSourceChain
4148
+ ]>;
4149
+ /**
4150
+ * Accounts whose recent-transfer evidence expires at a given tick.
4151
+ **/
4152
+ inboundTransfersExpiringAt: AugmentedQuery<ApiType, (arg: u64 | AnyNumber | Uint8Array) => Observable<Vec<AccountId32>>, [
4332
4153
  u64
4333
4154
  ]>;
4334
4155
  /**
4335
- * The admin of the hyperbridge token gateway
4156
+ * Latest tick whose recent-transfer expiration bucket was cleaned up.
4336
4157
  **/
4337
- hyperbridgeTokenAdmin: AugmentedQuery<ApiType, () => Observable<Option<AccountId32>>, []>;
4338
- nextTransferId: AugmentedQuery<ApiType, () => Observable<Option<u32>>, []>;
4339
- pendingTransfersOut: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PalletChainTransferQueuedTransferOut>>, [
4340
- u32
4158
+ lastTransferExpiryCleanupTick: AugmentedQuery<ApiType, () => Observable<u64>, []>;
4159
+ /**
4160
+ * Latest accepted nonce for each `(source_chain, from)` pair.
4161
+ **/
4162
+ nonceBySourceAccount: AugmentedQuery<ApiType, (arg: ITuple<[PalletCrosschainTransferSourceChain, H160]> | [
4163
+ PalletCrosschainTransferSourceChain | 'Ethereum' | number | Uint8Array,
4164
+ H160 | string | Uint8Array
4165
+ ]) => Observable<Option<u64>>, [
4166
+ ITuple<[PalletCrosschainTransferSourceChain, H160]>
4167
+ ]>;
4168
+ /**
4169
+ * Count of still-retained qualifying Argon transfers for each local account.
4170
+ **/
4171
+ recentArgonTransfersByAccount: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<u32>, [
4172
+ AccountId32
4341
4173
  ]>;
4342
4174
  };
4343
4175
  digests: {
@@ -4355,194 +4187,138 @@ declare module '@polkadot/api-base/types/storage' {
4355
4187
  H256
4356
4188
  ]>;
4357
4189
  };
4358
- grandpa: {
4190
+ ethereumVerifier: {
4359
4191
  /**
4360
- * The current list of authorities.
4192
+ * Sync committee for current period
4361
4193
  **/
4362
- authorities: AugmentedQuery<ApiType, () => Observable<Vec<ITuple<[SpConsensusGrandpaAppPublic, u64]>>>, [
4194
+ currentSyncCommittee: AugmentedQuery<ApiType, () => Observable<SnowbridgeBeaconPrimitivesSyncCommitteePrepared>, [
4363
4195
  ]>;
4364
4196
  /**
4365
- * The number of changes (both in terms of keys and underlying economic responsibilities)
4366
- * in the "set" of Grandpa validators from genesis.
4367
- **/
4368
- currentSetId: AugmentedQuery<ApiType, () => Observable<u64>, []>;
4369
- /**
4370
- * next block number where we can force a change.
4197
+ * Execution header anchors: current position in ring buffer.
4371
4198
  **/
4372
- nextForced: AugmentedQuery<ApiType, () => Observable<Option<u32>>, []>;
4199
+ executionHeaderAnchorIndex: AugmentedQuery<ApiType, () => Observable<u32>, []>;
4373
4200
  /**
4374
- * Pending change: (signaled at, scheduled change).
4201
+ * Execution header anchors: mapping of ring buffer index to a pruning candidate.
4375
4202
  **/
4376
- pendingChange: AugmentedQuery<ApiType, () => Observable<Option<PalletGrandpaStoredPendingChange>>, [
4203
+ executionHeaderAnchorMapping: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<H256>, [
4204
+ u32
4377
4205
  ]>;
4378
4206
  /**
4379
- * A mapping from grandpa set ID to the index of the *most recent* session for which its
4380
- * members were responsible.
4381
- *
4382
- * This is only used for validating equivocation proofs. An equivocation proof must
4383
- * contains a key-ownership proof for a given session, therefore we need a way to tie
4384
- * together sessions and GRANDPA set ids, i.e. we need to validate that a validator
4385
- * was the owner of a given key on a given session, and what the active set ID was
4386
- * during that session.
4387
- *
4388
- * TWOX-NOTE: `SetId` is not under user control.
4207
+ * Retained execution-layer header anchors by execution block hash.
4389
4208
  **/
4390
- setIdSession: AugmentedQuery<ApiType, (arg: u64 | AnyNumber | Uint8Array) => Observable<Option<u32>>, [
4391
- u64
4209
+ executionHeaderAnchors: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<PalletEthereumVerifierExecutionHeaderAnchor>>, [
4210
+ H256
4392
4211
  ]>;
4393
4212
  /**
4394
- * `true` if we are currently stalled.
4395
- **/
4396
- stalled: AugmentedQuery<ApiType, () => Observable<Option<ITuple<[u32, u32]>>>, []>;
4397
- /**
4398
- * State of the current authority set.
4399
- **/
4400
- state: AugmentedQuery<ApiType, () => Observable<PalletGrandpaStoredState>, []>;
4401
- };
4402
- hyperbridge: {
4403
- /**
4404
- * The host parameters of the pallet-hyperbridge.
4213
+ * Beacon state by finalized block root
4405
4214
  **/
4406
- hostParams: AugmentedQuery<ApiType, () => Observable<PalletHyperbridgeVersionedHostParams>, [
4215
+ finalizedBeaconState: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<PalletEthereumVerifierFinalizedBeaconHeaderState>>, [
4216
+ H256
4407
4217
  ]>;
4408
- };
4409
- inboundTransferLog: {
4410
4218
  /**
4411
- * Inbound EVM transfers recorded by their request commitment key.
4219
+ * Finalized Headers: Current position in ring buffer
4412
4220
  **/
4413
- inboundEvmTransfers: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<PalletInboundTransferLogInboundEvmTransfer>>, [
4414
- H256
4415
- ]>;
4221
+ finalizedBeaconStateIndex: AugmentedQuery<ApiType, () => Observable<u32>, []>;
4416
4222
  /**
4417
- * Index of inbound transfer record keys expiring at a given block.
4223
+ * Finalized Headers: Mapping of ring buffer index to a pruning candidate
4418
4224
  **/
4419
- inboundTransfersExpiringAt: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Vec<H256>>, [
4225
+ finalizedBeaconStateMapping: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<H256>, [
4420
4226
  u32
4421
4227
  ]>;
4422
4228
  /**
4423
- * Recent qualifying Argon transfer count keyed by recipient account.
4424
- *
4425
- * This is a transient retained-window index over `InboundEvmTransfers`, not permanent
4426
- * history.
4229
+ * Fork-version schedule used for sync-committee signing domains and beacon state paths.
4427
4230
  **/
4428
- recentArgonTransfersByAccount: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<u32>, [
4429
- AccountId32
4231
+ forkVersionSchedule: AugmentedQuery<ApiType, () => Observable<Option<PalletEthereumVerifierForkVersions>>, [
4430
4232
  ]>;
4431
- };
4432
- ismp: {
4433
4233
  /**
4434
- * A mapping of state machine Ids to their challenge periods
4234
+ * Latest imported checkpoint root
4435
4235
  **/
4436
- challengePeriod: AugmentedQuery<ApiType, (arg: IsmpConsensusStateMachineId | {
4437
- stateId?: any;
4438
- consensusStateId?: any;
4439
- } | string | Uint8Array) => Observable<Option<u64>>, [
4440
- IsmpConsensusStateMachineId
4441
- ]>;
4236
+ initialCheckpointRoot: AugmentedQuery<ApiType, () => Observable<H256>, []>;
4442
4237
  /**
4443
- * The child trie root of messages
4238
+ * Latest retained execution-layer anchor block hash.
4444
4239
  **/
4445
- childTrieRoot: AugmentedQuery<ApiType, () => Observable<H256>, []>;
4240
+ latestExecutionHeaderAnchorBlockHash: AugmentedQuery<ApiType, () => Observable<Option<H256>>, [
4241
+ ]>;
4446
4242
  /**
4447
- * Holds the timestamp at which a consensus client was recently updated.
4448
- * Used in ensuring that the configured challenge period elapses.
4243
+ * Latest imported finalized block root
4449
4244
  **/
4450
- consensusClientUpdateTime: AugmentedQuery<ApiType, (arg: U8aFixed | string | Uint8Array) => Observable<Option<u64>>, [
4451
- U8aFixed
4452
- ]>;
4245
+ latestFinalizedBlockRoot: AugmentedQuery<ApiType, () => Observable<H256>, []>;
4453
4246
  /**
4454
- * A mapping of consensus state identifier to it's associated consensus client identifier
4247
+ * The last period where the next sync committee was updated for free.
4455
4248
  **/
4456
- consensusStateClient: AugmentedQuery<ApiType, (arg: U8aFixed | string | Uint8Array) => Observable<Option<U8aFixed>>, [
4457
- U8aFixed
4458
- ]>;
4249
+ latestSyncCommitteeUpdatePeriod: AugmentedQuery<ApiType, () => Observable<u64>, []>;
4459
4250
  /**
4460
- * Holds a map of consensus state identifiers to their consensus state.
4251
+ * Sync committee for next period
4461
4252
  **/
4462
- consensusStates: AugmentedQuery<ApiType, (arg: U8aFixed | string | Uint8Array) => Observable<Option<Bytes>>, [
4463
- U8aFixed
4253
+ nextSyncCommittee: AugmentedQuery<ApiType, () => Observable<SnowbridgeBeaconPrimitivesSyncCommitteePrepared>, [
4464
4254
  ]>;
4465
4255
  /**
4466
- * Holds a map of consensus clients frozen due to byzantine
4467
- * behaviour
4256
+ * The current operating mode of the pallet.
4468
4257
  **/
4469
- frozenConsensusClients: AugmentedQuery<ApiType, (arg: U8aFixed | string | Uint8Array) => Observable<bool>, [
4470
- U8aFixed
4258
+ operatingMode: AugmentedQuery<ApiType, () => Observable<PalletEthereumVerifierBasicOperatingMode>, [
4471
4259
  ]>;
4260
+ validatorsRoot: AugmentedQuery<ApiType, () => Observable<H256>, []>;
4261
+ };
4262
+ grandpa: {
4472
4263
  /**
4473
- * The latest verified height for a state machine
4264
+ * The current list of authorities.
4474
4265
  **/
4475
- latestStateMachineHeight: AugmentedQuery<ApiType, (arg: IsmpConsensusStateMachineId | {
4476
- stateId?: any;
4477
- consensusStateId?: any;
4478
- } | string | Uint8Array) => Observable<Option<u64>>, [
4479
- IsmpConsensusStateMachineId
4266
+ authorities: AugmentedQuery<ApiType, () => Observable<Vec<ITuple<[SpConsensusGrandpaAppPublic, u64]>>>, [
4480
4267
  ]>;
4481
4268
  /**
4482
- * Latest nonce for messages sent from this chain
4269
+ * The number of changes (both in terms of keys and underlying economic responsibilities)
4270
+ * in the "set" of Grandpa validators from genesis.
4483
4271
  **/
4484
- nonce: AugmentedQuery<ApiType, () => Observable<u64>, []>;
4272
+ currentSetId: AugmentedQuery<ApiType, () => Observable<u64>, []>;
4485
4273
  /**
4486
- * The previous verified height for a state machine
4274
+ * next block number where we can force a change.
4487
4275
  **/
4488
- previousStateMachineHeight: AugmentedQuery<ApiType, (arg: IsmpConsensusStateMachineId | {
4489
- stateId?: any;
4490
- consensusStateId?: any;
4491
- } | string | Uint8Array) => Observable<Option<u64>>, [
4492
- IsmpConsensusStateMachineId
4493
- ]>;
4276
+ nextForced: AugmentedQuery<ApiType, () => Observable<Option<u32>>, []>;
4494
4277
  /**
4495
- * Tracks requests that have been responded to
4496
- * The key is the request commitment
4278
+ * Pending change: (signaled at, scheduled change).
4497
4279
  **/
4498
- responded: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<bool>, [
4499
- H256
4280
+ pendingChange: AugmentedQuery<ApiType, () => Observable<Option<PalletGrandpaStoredPendingChange>>, [
4500
4281
  ]>;
4501
4282
  /**
4502
- * Holds a map of state machine heights to their verified state commitments. These state
4503
- * commitments end up here after they are successfully verified by a `ConsensusClient`
4283
+ * A mapping from grandpa set ID to the index of the *most recent* session for which its
4284
+ * members were responsible.
4285
+ *
4286
+ * This is only used for validating equivocation proofs. An equivocation proof must
4287
+ * contains a key-ownership proof for a given session, therefore we need a way to tie
4288
+ * together sessions and GRANDPA set ids, i.e. we need to validate that a validator
4289
+ * was the owner of a given key on a given session, and what the active set ID was
4290
+ * during that session.
4291
+ *
4292
+ * TWOX-NOTE: `SetId` is not under user control.
4504
4293
  **/
4505
- stateCommitments: AugmentedQuery<ApiType, (arg: IsmpConsensusStateMachineHeight | {
4506
- id?: any;
4507
- height?: any;
4508
- } | string | Uint8Array) => Observable<Option<IsmpConsensusStateCommitment>>, [
4509
- IsmpConsensusStateMachineHeight
4294
+ setIdSession: AugmentedQuery<ApiType, (arg: u64 | AnyNumber | Uint8Array) => Observable<Option<u32>>, [
4295
+ u64
4510
4296
  ]>;
4511
4297
  /**
4512
- * Holds the timestamp at which a state machine height was updated.
4513
- * Used in ensuring that the configured challenge period elapses.
4514
- **/
4515
- stateMachineUpdateTime: AugmentedQuery<ApiType, (arg: IsmpConsensusStateMachineHeight | {
4516
- id?: any;
4517
- height?: any;
4518
- } | string | Uint8Array) => Observable<Option<u64>>, [
4519
- IsmpConsensusStateMachineHeight
4520
- ]>;
4298
+ * `true` if we are currently stalled.
4299
+ **/
4300
+ stalled: AugmentedQuery<ApiType, () => Observable<Option<ITuple<[u32, u32]>>>, []>;
4521
4301
  /**
4522
- * A mapping of consensus state identifiers to their unbonding periods
4302
+ * State of the current authority set.
4523
4303
  **/
4524
- unbondingPeriod: AugmentedQuery<ApiType, (arg: U8aFixed | string | Uint8Array) => Observable<Option<u64>>, [
4525
- U8aFixed
4526
- ]>;
4304
+ state: AugmentedQuery<ApiType, () => Observable<PalletGrandpaStoredState>, []>;
4527
4305
  };
4528
- ismpGrandpa: {
4306
+ localchainTransfer: {
4529
4307
  /**
4530
- * Registered state machines for the grandpa consensus client
4308
+ * Expiration index for outgoing transfers keyed by `(notary_id, expiration_tick)`.
4309
+ *
4310
+ * NOTE: Expiration processing follows notebook progression (`header.tick`) for each notary,
4311
+ * not wall/runtime tick. If a notary stops submitting notebooks indefinitely, pending
4312
+ * transfers for that notary remain frozen by design until a notary-switch recovery path is
4313
+ * executed.
4531
4314
  **/
4532
- supportedStateMachines: AugmentedQuery<ApiType, (arg: IsmpHostStateMachine | {
4533
- Evm: any;
4534
- } | {
4535
- Polkadot: any;
4536
- } | {
4537
- Kusama: any;
4538
- } | {
4539
- Substrate: any;
4540
- } | {
4541
- Tendermint: any;
4542
- } | {
4543
- Relay: any;
4544
- } | string | Uint8Array) => Observable<Option<u64>>, [
4545
- IsmpHostStateMachine
4315
+ expiringTransfersOutByNotary: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: u64 | AnyNumber | Uint8Array) => Observable<Vec<u32>>, [
4316
+ u32,
4317
+ u64
4318
+ ]>;
4319
+ nextTransferId: AugmentedQuery<ApiType, () => Observable<Option<u32>>, []>;
4320
+ pendingTransfersOut: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PalletLocalchainTransferQueuedTransferOut>>, [
4321
+ u32
4546
4322
  ]>;
4547
4323
  };
4548
4324
  miningSlot: {
@@ -4896,10 +4672,6 @@ declare module '@polkadot/api-base/types/storage' {
4896
4672
  account: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<FrameSystemAccountInfo>, [
4897
4673
  AccountId32
4898
4674
  ]>;
4899
- /**
4900
- * Total length (in bytes) for all extrinsics put together, for the current block.
4901
- **/
4902
- allExtrinsicsLen: AugmentedQuery<ApiType, () => Observable<Option<u32>>, []>;
4903
4675
  /**
4904
4676
  * `Some` if a code upgrade has been authorized.
4905
4677
  **/
@@ -4911,6 +4683,16 @@ declare module '@polkadot/api-base/types/storage' {
4911
4683
  blockHash: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<H256>, [
4912
4684
  u32
4913
4685
  ]>;
4686
+ /**
4687
+ * Total size (in bytes) of the current block.
4688
+ *
4689
+ * Tracks the size of the header and all extrinsics.
4690
+ **/
4691
+ blockSize: AugmentedQuery<ApiType, () => Observable<Option<u32>>, []>;
4692
+ /**
4693
+ * Number of blocks till the pending code upgrade is applied.
4694
+ **/
4695
+ blocksTillUpgrade: AugmentedQuery<ApiType, () => Observable<Option<u8>>, []>;
4914
4696
  /**
4915
4697
  * The current weight for the block.
4916
4698
  **/
@@ -5027,65 +4809,6 @@ declare module '@polkadot/api-base/types/storage' {
5027
4809
  **/
5028
4810
  now: AugmentedQuery<ApiType, () => Observable<u64>, []>;
5029
4811
  };
5030
- tokenGateway: {
5031
- /**
5032
- * Assets supported by this instance of token gateway
5033
- * A map of the token gateway asset id to the local asset id
5034
- **/
5035
- localAssets: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<u32>>, [
5036
- H256
5037
- ]>;
5038
- /**
5039
- * Assets that originate from this chain
5040
- **/
5041
- nativeAssets: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<bool>, [
5042
- u32
5043
- ]>;
5044
- /**
5045
- * The decimals used by the EVM counterpart of this asset
5046
- **/
5047
- precisions: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: IsmpHostStateMachine | {
5048
- Evm: any;
5049
- } | {
5050
- Polkadot: any;
5051
- } | {
5052
- Kusama: any;
5053
- } | {
5054
- Substrate: any;
5055
- } | {
5056
- Tendermint: any;
5057
- } | {
5058
- Relay: any;
5059
- } | string | Uint8Array) => Observable<Option<u8>>, [
5060
- u32,
5061
- IsmpHostStateMachine
5062
- ]>;
5063
- /**
5064
- * Assets supported by this instance of token gateway
5065
- * A map of the local asset id to the token gateway asset id
5066
- **/
5067
- supportedAssets: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<H256>>, [
5068
- u32
5069
- ]>;
5070
- /**
5071
- * The token gateway adresses on different chains
5072
- **/
5073
- tokenGatewayAddresses: AugmentedQuery<ApiType, (arg: IsmpHostStateMachine | {
5074
- Evm: any;
5075
- } | {
5076
- Polkadot: any;
5077
- } | {
5078
- Kusama: any;
5079
- } | {
5080
- Substrate: any;
5081
- } | {
5082
- Tendermint: any;
5083
- } | {
5084
- Relay: any;
5085
- } | string | Uint8Array) => Observable<Option<Bytes>>, [
5086
- IsmpHostStateMachine
5087
- ]>;
5088
- };
5089
4812
  transactionPayment: {
5090
4813
  nextFeeMultiplier: AugmentedQuery<ApiType, () => Observable<u128>, []>;
5091
4814
  storageVersion: AugmentedQuery<ApiType, () => Observable<PalletTransactionPaymentReleases>, [
@@ -5592,10 +5315,16 @@ declare module '@polkadot/api-base/types/submittable' {
5592
5315
  Option<u128>
5593
5316
  ]>;
5594
5317
  };
5595
- chainTransfer: {
5596
- sendToLocalchain: AugmentedSubmittable<(amount: Compact<u128> | AnyNumber | Uint8Array, notaryId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
5597
- Compact<u128>,
5598
- u32
5318
+ crosschainTransfer: {
5319
+ proveTransfer: AugmentedSubmittable<(proof: PalletCrosschainTransferTransferProof | {
5320
+ Ethereum: any;
5321
+ } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
5322
+ PalletCrosschainTransferTransferProof
5323
+ ]>;
5324
+ setChainConfig: AugmentedSubmittable<(config: PalletCrosschainTransferChainConfig | {
5325
+ Ethereum: any;
5326
+ } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
5327
+ PalletCrosschainTransferChainConfig
5599
5328
  ]>;
5600
5329
  };
5601
5330
  domains: {
@@ -5608,6 +5337,59 @@ declare module '@polkadot/api-base/types/submittable' {
5608
5337
  ArgonPrimitivesDomainZoneRecord
5609
5338
  ]>;
5610
5339
  };
5340
+ ethereumVerifier: {
5341
+ /**
5342
+ * Used for pallet initialization and light client resetting. Needs to be called by
5343
+ * the root origin.
5344
+ **/
5345
+ forceCheckpoint: AugmentedSubmittable<(update: PalletEthereumVerifierCheckpointUpdate | {
5346
+ header?: any;
5347
+ currentSyncCommittee?: any;
5348
+ currentSyncCommitteeBranch?: any;
5349
+ validatorsRoot?: any;
5350
+ } | string | Uint8Array, forkVersions: PalletEthereumVerifierForkVersions | {
5351
+ genesis?: any;
5352
+ altair?: any;
5353
+ bellatrix?: any;
5354
+ capella?: any;
5355
+ deneb?: any;
5356
+ electra?: any;
5357
+ fulu?: any;
5358
+ } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
5359
+ PalletEthereumVerifierCheckpointUpdate,
5360
+ PalletEthereumVerifierForkVersions
5361
+ ]>;
5362
+ /**
5363
+ * Imports a proven execution header anchor against already-retained beacon state.
5364
+ **/
5365
+ importExecutionHeaderAnchor: AugmentedSubmittable<(executionProof: PalletEthereumVerifierExecutionProof | {
5366
+ header?: any;
5367
+ executionHeader?: any;
5368
+ executionBranch?: any;
5369
+ } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
5370
+ PalletEthereumVerifierExecutionProof
5371
+ ]>;
5372
+ /**
5373
+ * Halt or resume all pallet operations. May only be called by root.
5374
+ **/
5375
+ setOperatingMode: AugmentedSubmittable<(mode: PalletEthereumVerifierBasicOperatingMode | 'Normal' | 'Halted' | number | Uint8Array) => SubmittableExtrinsic<ApiType>, [
5376
+ PalletEthereumVerifierBasicOperatingMode
5377
+ ]>;
5378
+ /**
5379
+ * Submits a new finalized beacon header update. The update may contain the next
5380
+ * sync committee.
5381
+ **/
5382
+ submit: AugmentedSubmittable<(update: PalletEthereumVerifierUpdate | {
5383
+ attestedHeader?: any;
5384
+ syncAggregate?: any;
5385
+ signatureSlot?: any;
5386
+ nextSyncCommitteeUpdate?: any;
5387
+ finalizedHeader?: any;
5388
+ finalityBranch?: any;
5389
+ } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
5390
+ PalletEthereumVerifierUpdate
5391
+ ]>;
5392
+ };
5611
5393
  grandpa: {
5612
5394
  /**
5613
5395
  * Note that the current authority set of the GRANDPA finality gadget has stalled.
@@ -5659,104 +5441,10 @@ declare module '@polkadot/api-base/types/submittable' {
5659
5441
  SpCoreVoid
5660
5442
  ]>;
5661
5443
  };
5662
- ismp: {
5663
- /**
5664
- * Create a consensus client, using a subjectively chosen consensus state. This can also
5665
- * be used to overwrite an existing consensus state. The dispatch origin for this
5666
- * call must be `T::AdminOrigin`.
5667
- *
5668
- * - `message`: [`CreateConsensusState`] struct.
5669
- *
5670
- * Emits [`Event::ConsensusClientCreated`] if successful.
5671
- **/
5672
- createConsensusClient: AugmentedSubmittable<(message: IsmpMessagingCreateConsensusState | {
5673
- consensusState?: any;
5674
- consensusClientId?: any;
5675
- consensusStateId?: any;
5676
- unbondingPeriod?: any;
5677
- challengePeriods?: any;
5678
- stateMachineCommitments?: any;
5679
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
5680
- IsmpMessagingCreateConsensusState
5681
- ]>;
5682
- /**
5683
- * Add more funds to a message (request or response) to be used for delivery and execution.
5684
- *
5685
- * Should not be called on a message that has been completed (delivered or timed-out) as
5686
- * those funds will be lost forever.
5687
- **/
5688
- fundMessage: AugmentedSubmittable<(message: PalletIsmpUtilsFundMessageParams | {
5689
- commitment?: any;
5690
- amount?: any;
5691
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
5692
- PalletIsmpUtilsFundMessageParams
5693
- ]>;
5694
- /**
5695
- * Execute the provided batch of ISMP messages, this will short-circuit and revert if any
5696
- * of the provided messages are invalid. This is an unsigned extrinsic that permits anyone
5697
- * execute ISMP messages for free, provided they have valid proofs and the messages have
5698
- * not been previously processed.
5699
- *
5700
- * The dispatch origin for this call must be an unsigned one.
5701
- *
5702
- * - `messages`: the messages to handle or process.
5703
- *
5704
- * Emits different message events based on the Message received if successful.
5705
- **/
5706
- handleUnsigned: AugmentedSubmittable<(messages: Vec<IsmpMessagingMessage> | (IsmpMessagingMessage | {
5707
- Consensus: any;
5708
- } | {
5709
- FraudProof: any;
5710
- } | {
5711
- Request: any;
5712
- } | {
5713
- Response: any;
5714
- } | {
5715
- Timeout: any;
5716
- } | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
5717
- Vec<IsmpMessagingMessage>
5718
- ]>;
5719
- /**
5720
- * Modify the unbonding period and challenge period for a consensus state.
5721
- * The dispatch origin for this call must be `T::AdminOrigin`.
5722
- *
5723
- * - `message`: `UpdateConsensusState` struct.
5724
- **/
5725
- updateConsensusState: AugmentedSubmittable<(message: PalletIsmpUtilsUpdateConsensusState | {
5726
- consensusStateId?: any;
5727
- unbondingPeriod?: any;
5728
- challengePeriods?: any;
5729
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
5730
- PalletIsmpUtilsUpdateConsensusState
5731
- ]>;
5732
- };
5733
- ismpGrandpa: {
5734
- /**
5735
- * Add some a state machine to the list of supported state machines
5736
- **/
5737
- addStateMachines: AugmentedSubmittable<(newStateMachines: Vec<IsmpGrandpaAddStateMachine> | (IsmpGrandpaAddStateMachine | {
5738
- stateMachine?: any;
5739
- slotDuration?: any;
5740
- } | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
5741
- Vec<IsmpGrandpaAddStateMachine>
5742
- ]>;
5743
- /**
5744
- * Remove a state machine from the list of supported state machines
5745
- **/
5746
- removeStateMachines: AugmentedSubmittable<(stateMachines: Vec<IsmpHostStateMachine> | (IsmpHostStateMachine | {
5747
- Evm: any;
5748
- } | {
5749
- Polkadot: any;
5750
- } | {
5751
- Kusama: any;
5752
- } | {
5753
- Substrate: any;
5754
- } | {
5755
- Tendermint: any;
5756
- } | {
5757
- Relay: any;
5758
- } | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
5759
- Vec<IsmpHostStateMachine>
5444
+ localchainTransfer: {
5445
+ sendToLocalchain: AugmentedSubmittable<(amount: Compact<u128> | AnyNumber | Uint8Array, notaryId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
5446
+ Compact<u128>,
5447
+ u32
5760
5448
  ]>;
5761
5449
  };
5762
5450
  miningSlot: {
@@ -5806,6 +5494,13 @@ declare module '@polkadot/api-base/types/submittable' {
5806
5494
  * Register approval for a dispatch to be made from a deterministic composite account if
5807
5495
  * approved by a total of `threshold - 1` of `other_signatories`.
5808
5496
  *
5497
+ * **This function will NEVER execute the call, even if the approval threshold is
5498
+ * reached.** It only registers approval. To actually execute the call, `as_multi` must
5499
+ * be called with the full call data by any of the signatories.
5500
+ *
5501
+ * This function is more efficient than `as_multi` for intermediate approvals since it
5502
+ * only requires the call hash, not the full call data.
5503
+ *
5809
5504
  * Payment: `DepositBase` will be reserved if this is the first approval, plus
5810
5505
  * `threshold` times `DepositFactor`. It is returned once this dispatch happens or
5811
5506
  * is cancelled.
@@ -5820,7 +5515,8 @@ declare module '@polkadot/api-base/types/submittable' {
5820
5515
  * transaction index) of the first approval transaction.
5821
5516
  * - `call_hash`: The hash of the call to be executed.
5822
5517
  *
5823
- * NOTE: If this is the final approval, you will want to use `as_multi` instead.
5518
+ * NOTE: To execute the call after approvals are gathered, any signatory must call
5519
+ * `as_multi` with the full call data. This function cannot execute the call.
5824
5520
  *
5825
5521
  * ## Complexity
5826
5522
  * - `O(S)`.
@@ -5851,7 +5547,9 @@ declare module '@polkadot/api-base/types/submittable' {
5851
5547
  * Register approval for a dispatch to be made from a deterministic composite account if
5852
5548
  * approved by a total of `threshold - 1` of `other_signatories`.
5853
5549
  *
5854
- * If there are enough, then dispatch the call.
5550
+ * **If the approval threshold is met (including the sender's approval), this will
5551
+ * immediately execute the call.** This is the only way to execute a multisig call -
5552
+ * `approve_as_multi` will never trigger execution.
5855
5553
  *
5856
5554
  * Payment: `DepositBase` will be reserved if this is the first approval, plus
5857
5555
  * `threshold` times `DepositFactor`. It is returned once this dispatch happens or
@@ -5867,8 +5565,9 @@ declare module '@polkadot/api-base/types/submittable' {
5867
5565
  * transaction index) of the first approval transaction.
5868
5566
  * - `call`: The call to be executed.
5869
5567
  *
5870
- * NOTE: Unless this is the final approval, you will generally want to use
5871
- * `approve_as_multi` instead, since it only requires a hash of the call.
5568
+ * NOTE: For intermediate approvals (not the final approval), you should generally use
5569
+ * `approve_as_multi` instead, since it only requires a hash of the call and is more
5570
+ * efficient.
5872
5571
  *
5873
5572
  * Result is equivalent to the dispatched result if `threshold` is exactly `1`. Otherwise
5874
5573
  * on success, result is `Ok` and the result from the interior call, if it was executed,
@@ -6731,53 +6430,6 @@ declare module '@polkadot/api-base/types/submittable' {
6731
6430
  Compact<u64>
6732
6431
  ]>;
6733
6432
  };
6734
- tokenGateway: {
6735
- /**
6736
- * Registers a multi-chain ERC6160 asset without sending any dispatch request.
6737
- * You should use register_asset_locally when you want to enable token gateway transfers
6738
- * for an asset that already exists on an external chain.
6739
- **/
6740
- createErc6160Asset: AugmentedSubmittable<(asset: PalletTokenGatewayAssetRegistration | {
6741
- localId?: any;
6742
- reg?: any;
6743
- native?: any;
6744
- precision?: any;
6745
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
6746
- PalletTokenGatewayAssetRegistration
6747
- ]>;
6748
- /**
6749
- * Set the token gateway address for specified chains
6750
- **/
6751
- setTokenGatewayAddresses: AugmentedSubmittable<(addresses: BTreeMap<IsmpHostStateMachine, Bytes>) => SubmittableExtrinsic<ApiType>, [
6752
- BTreeMap<IsmpHostStateMachine, Bytes>
6753
- ]>;
6754
- /**
6755
- * Teleports a registered asset
6756
- * locks the asset and dispatches a request to token gateway on the destination
6757
- **/
6758
- teleport: AugmentedSubmittable<(params: PalletTokenGatewayTeleportParams | {
6759
- assetId?: any;
6760
- destination?: any;
6761
- recepient?: any;
6762
- amount?: any;
6763
- timeout?: any;
6764
- tokenGateway?: any;
6765
- relayerFee?: any;
6766
- callData?: any;
6767
- redeem?: any;
6768
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
6769
- PalletTokenGatewayTeleportParams
6770
- ]>;
6771
- /**
6772
- * Update the precision for an existing asset
6773
- **/
6774
- updateAssetPrecision: AugmentedSubmittable<(update: PalletTokenGatewayPrecisionUpdate | {
6775
- assetId?: any;
6776
- precisions?: any;
6777
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
6778
- PalletTokenGatewayPrecisionUpdate
6779
- ]>;
6780
- };
6781
6433
  treasury: {
6782
6434
  /**
6783
6435
  * Buy whole `1 ARGON` bonds for a vault.
@@ -7692,6 +7344,42 @@ declare module '@polkadot/rpc-core/types/jsonrpc' {
7692
7344
  }
7693
7345
  }
7694
7346
 
7347
+ /** @name ArgonPrimitivesEthereumEthereumExecutionBlockProof */
7348
+ interface ArgonPrimitivesEthereumEthereumExecutionBlockProof extends Struct {
7349
+ readonly anchorBlockHash: H256;
7350
+ readonly targetToAnchorHeaderChain: Vec<ArgonPrimitivesEthereumEthereumExecutionHeader>;
7351
+ }
7352
+ /** @name ArgonPrimitivesEthereumEthereumExecutionHeader */
7353
+ interface ArgonPrimitivesEthereumEthereumExecutionHeader extends Struct {
7354
+ readonly rlp: Bytes;
7355
+ }
7356
+ /** @name ArgonPrimitivesEthereumEthereumLog */
7357
+ interface ArgonPrimitivesEthereumEthereumLog extends Struct {
7358
+ readonly address: H160;
7359
+ readonly topics: Vec<H256>;
7360
+ readonly data: Bytes;
7361
+ }
7362
+ /** @name ArgonPrimitivesEthereumEthereumProof */
7363
+ interface ArgonPrimitivesEthereumEthereumProof extends Struct {
7364
+ readonly executionBlockProof: ArgonPrimitivesEthereumEthereumExecutionBlockProof;
7365
+ readonly receiptProof: ArgonPrimitivesEthereumEthereumReceiptProof;
7366
+ }
7367
+ /** @name ArgonPrimitivesEthereumEthereumReceiptProof */
7368
+ interface ArgonPrimitivesEthereumEthereumReceiptProof extends Struct {
7369
+ readonly transactionIndex: Compact<u64>;
7370
+ readonly nodes: Vec<Bytes>;
7371
+ }
7372
+ /** @name ArgonPrimitivesEthereumEthereumVerifyError */
7373
+ interface ArgonPrimitivesEthereumEthereumVerifyError extends Enum {
7374
+ readonly isVerifierUnavailable: boolean;
7375
+ readonly isAnchorNotFound: boolean;
7376
+ readonly isInvalidHeader: boolean;
7377
+ readonly isInvalidHeaderChain: boolean;
7378
+ readonly isLogNotFound: boolean;
7379
+ readonly isInvalidProof: boolean;
7380
+ readonly type: 'VerifierUnavailable' | 'AnchorNotFound' | 'InvalidHeader' | 'InvalidHeaderChain' | 'LogNotFound' | 'InvalidProof';
7381
+ }
7382
+
7695
7383
  declare module '@polkadot/api-base/types/calls' {
7696
7384
  interface AugmentedCalls<ApiType extends ApiTypes> {
7697
7385
  /** 0xbc9d89904f5b923f/1 */
@@ -7751,6 +7439,20 @@ declare module '@polkadot/api-base/types/calls' {
7751
7439
  **/
7752
7440
  version: AugmentedCall<ApiType, () => Observable<RuntimeVersion>>;
7753
7441
  };
7442
+ /** 0x97c56de838cad0ef/1 */
7443
+ ethereumApis: {
7444
+ /**
7445
+ * Preflight verify an Ethereum event log proof.
7446
+ **/
7447
+ verifyEventLog: AugmentedCall<ApiType, (eventLog: ArgonPrimitivesEthereumEthereumLog$1 | {
7448
+ address?: any;
7449
+ topics?: any;
7450
+ data?: any;
7451
+ } | string | Uint8Array, proof: ArgonPrimitivesEthereumEthereumProof$1 | {
7452
+ executionBlockProof?: any;
7453
+ receiptProof?: any;
7454
+ } | string | Uint8Array) => Observable<Result<Null, ArgonPrimitivesEthereumEthereumVerifyError>>>;
7455
+ };
7754
7456
  /** 0xfbc577b9d747efd6/1 */
7755
7457
  genesisBuilder: {
7756
7458
  /**
@@ -7812,17 +7514,6 @@ declare module '@polkadot/api-base/types/calls' {
7812
7514
  digest?: any;
7813
7515
  } | string | Uint8Array) => Observable<Null>>;
7814
7516
  };
7815
- /** 0xab3c0572291feb8b/1 */
7816
- sessionKeys: {
7817
- /**
7818
- * Decode the given public session keys.
7819
- **/
7820
- decodeSessionKeys: AugmentedCall<ApiType, (encoded: Bytes | string | Uint8Array) => Observable<Option<Vec<ITuple<[Bytes, KeyTypeId]>>>>>;
7821
- /**
7822
- * Generate a set of session keys with optionally using the given seed.
7823
- **/
7824
- generateSessionKeys: AugmentedCall<ApiType, (seed: Option<Bytes> | null | Uint8Array | Bytes | string) => Observable<Bytes>>;
7825
- };
7826
7517
  /** 0xd2bc9897eed08f15/3 */
7827
7518
  taggedTransactionQueue: {
7828
7519
  /**
@@ -7915,6 +7606,12 @@ declare module '@polkadot/types/types/registry' {
7915
7606
  ApprovalFlag: ApprovalFlag;
7916
7607
  Approvals: Approvals;
7917
7608
  ApprovalVotingParams: ApprovalVotingParams;
7609
+ ArgonPrimitivesEthereumEthereumExecutionBlockProof: ArgonPrimitivesEthereumEthereumExecutionBlockProof;
7610
+ ArgonPrimitivesEthereumEthereumExecutionHeader: ArgonPrimitivesEthereumEthereumExecutionHeader;
7611
+ ArgonPrimitivesEthereumEthereumLog: ArgonPrimitivesEthereumEthereumLog;
7612
+ ArgonPrimitivesEthereumEthereumProof: ArgonPrimitivesEthereumEthereumProof;
7613
+ ArgonPrimitivesEthereumEthereumReceiptProof: ArgonPrimitivesEthereumEthereumReceiptProof;
7614
+ ArgonPrimitivesEthereumEthereumVerifyError: ArgonPrimitivesEthereumEthereumVerifyError;
7918
7615
  ArithmeticError: ArithmeticError;
7919
7616
  AssetApproval: AssetApproval;
7920
7617
  AssetApprovalKey: AssetApprovalKey;
@@ -9980,8 +9677,8 @@ declare module '@polkadot/types/lookup' {
9980
9677
  readonly isBlockSpecificationNotFound: boolean;
9981
9678
  readonly type: 'RootNotFound' | 'LastChangeNotFound' | 'InvalidTransferToLocalchain' | 'BlockSpecificationNotFound';
9982
9679
  }
9983
- /** @name PalletChainTransferEvent (76) */
9984
- interface PalletChainTransferEvent extends Enum {
9680
+ /** @name PalletLocalchainTransferEvent (76) */
9681
+ interface PalletLocalchainTransferEvent extends Enum {
9985
9682
  readonly isTransferToLocalchain: boolean;
9986
9683
  readonly asTransferToLocalchain: {
9987
9684
  readonly accountId: AccountId32;
@@ -10460,175 +10157,7 @@ declare module '@polkadot/types/lookup' {
10460
10157
  } & Struct;
10461
10158
  readonly type: 'Sudid' | 'KeyChanged' | 'KeyRemoved' | 'SudoAsDone';
10462
10159
  }
10463
- /** @name PalletIsmpEvent (118) */
10464
- interface PalletIsmpEvent extends Enum {
10465
- readonly isStateMachineUpdated: boolean;
10466
- readonly asStateMachineUpdated: {
10467
- readonly stateMachineId: IsmpConsensusStateMachineId;
10468
- readonly latestHeight: u64;
10469
- } & Struct;
10470
- readonly isStateCommitmentVetoed: boolean;
10471
- readonly asStateCommitmentVetoed: {
10472
- readonly height: IsmpConsensusStateMachineHeight;
10473
- readonly fisherman: Bytes;
10474
- } & Struct;
10475
- readonly isConsensusClientCreated: boolean;
10476
- readonly asConsensusClientCreated: {
10477
- readonly consensusClientId: U8aFixed;
10478
- } & Struct;
10479
- readonly isConsensusClientFrozen: boolean;
10480
- readonly asConsensusClientFrozen: {
10481
- readonly consensusClientId: U8aFixed;
10482
- } & Struct;
10483
- readonly isResponse: boolean;
10484
- readonly asResponse: {
10485
- readonly destChain: IsmpHostStateMachine;
10486
- readonly sourceChain: IsmpHostStateMachine;
10487
- readonly requestNonce: u64;
10488
- readonly commitment: H256;
10489
- readonly reqCommitment: H256;
10490
- } & Struct;
10491
- readonly isRequest: boolean;
10492
- readonly asRequest: {
10493
- readonly destChain: IsmpHostStateMachine;
10494
- readonly sourceChain: IsmpHostStateMachine;
10495
- readonly requestNonce: u64;
10496
- readonly commitment: H256;
10497
- } & Struct;
10498
- readonly isErrors: boolean;
10499
- readonly asErrors: {
10500
- readonly errors: Vec<PalletIsmpErrorsHandlingError>;
10501
- } & Struct;
10502
- readonly isPostRequestHandled: boolean;
10503
- readonly asPostRequestHandled: IsmpEventsRequestResponseHandled;
10504
- readonly isPostResponseHandled: boolean;
10505
- readonly asPostResponseHandled: IsmpEventsRequestResponseHandled;
10506
- readonly isGetRequestHandled: boolean;
10507
- readonly asGetRequestHandled: IsmpEventsRequestResponseHandled;
10508
- readonly isPostRequestTimeoutHandled: boolean;
10509
- readonly asPostRequestTimeoutHandled: IsmpEventsTimeoutHandled;
10510
- readonly isPostResponseTimeoutHandled: boolean;
10511
- readonly asPostResponseTimeoutHandled: IsmpEventsTimeoutHandled;
10512
- readonly isGetRequestTimeoutHandled: boolean;
10513
- readonly asGetRequestTimeoutHandled: IsmpEventsTimeoutHandled;
10514
- readonly type: 'StateMachineUpdated' | 'StateCommitmentVetoed' | 'ConsensusClientCreated' | 'ConsensusClientFrozen' | 'Response' | 'Request' | 'Errors' | 'PostRequestHandled' | 'PostResponseHandled' | 'GetRequestHandled' | 'PostRequestTimeoutHandled' | 'PostResponseTimeoutHandled' | 'GetRequestTimeoutHandled';
10515
- }
10516
- /** @name IsmpConsensusStateMachineId (119) */
10517
- interface IsmpConsensusStateMachineId extends Struct {
10518
- readonly stateId: IsmpHostStateMachine;
10519
- readonly consensusStateId: U8aFixed;
10520
- }
10521
- /** @name IsmpHostStateMachine (120) */
10522
- interface IsmpHostStateMachine extends Enum {
10523
- readonly isEvm: boolean;
10524
- readonly asEvm: u32;
10525
- readonly isPolkadot: boolean;
10526
- readonly asPolkadot: u32;
10527
- readonly isKusama: boolean;
10528
- readonly asKusama: u32;
10529
- readonly isSubstrate: boolean;
10530
- readonly asSubstrate: U8aFixed;
10531
- readonly isTendermint: boolean;
10532
- readonly asTendermint: U8aFixed;
10533
- readonly isRelay: boolean;
10534
- readonly asRelay: {
10535
- readonly relay: U8aFixed;
10536
- readonly paraId: u32;
10537
- } & Struct;
10538
- readonly type: 'Evm' | 'Polkadot' | 'Kusama' | 'Substrate' | 'Tendermint' | 'Relay';
10539
- }
10540
- /** @name IsmpConsensusStateMachineHeight (121) */
10541
- interface IsmpConsensusStateMachineHeight extends Struct {
10542
- readonly id: IsmpConsensusStateMachineId;
10543
- readonly height: u64;
10544
- }
10545
- /** @name PalletIsmpErrorsHandlingError (124) */
10546
- interface PalletIsmpErrorsHandlingError extends Struct {
10547
- readonly message: Bytes;
10548
- }
10549
- /** @name IsmpEventsRequestResponseHandled (126) */
10550
- interface IsmpEventsRequestResponseHandled extends Struct {
10551
- readonly commitment: H256;
10552
- readonly relayer: Bytes;
10553
- }
10554
- /** @name IsmpEventsTimeoutHandled (127) */
10555
- interface IsmpEventsTimeoutHandled extends Struct {
10556
- readonly commitment: H256;
10557
- readonly source: IsmpHostStateMachine;
10558
- readonly dest: IsmpHostStateMachine;
10559
- }
10560
- /** @name IsmpGrandpaEvent (128) */
10561
- interface IsmpGrandpaEvent extends Enum {
10562
- readonly isStateMachineAdded: boolean;
10563
- readonly asStateMachineAdded: {
10564
- readonly stateMachines: Vec<IsmpHostStateMachine>;
10565
- } & Struct;
10566
- readonly isStateMachineRemoved: boolean;
10567
- readonly asStateMachineRemoved: {
10568
- readonly stateMachines: Vec<IsmpHostStateMachine>;
10569
- } & Struct;
10570
- readonly type: 'StateMachineAdded' | 'StateMachineRemoved';
10571
- }
10572
- /** @name PalletHyperbridgeEvent (130) */
10573
- interface PalletHyperbridgeEvent extends Enum {
10574
- readonly isHostParamsUpdated: boolean;
10575
- readonly asHostParamsUpdated: {
10576
- readonly old: PalletHyperbridgeVersionedHostParams;
10577
- readonly new_: PalletHyperbridgeVersionedHostParams;
10578
- } & Struct;
10579
- readonly isRelayerFeeWithdrawn: boolean;
10580
- readonly asRelayerFeeWithdrawn: {
10581
- readonly amount: u128;
10582
- readonly account: AccountId32;
10583
- } & Struct;
10584
- readonly type: 'HostParamsUpdated' | 'RelayerFeeWithdrawn';
10585
- }
10586
- /** @name PalletHyperbridgeVersionedHostParams (131) */
10587
- interface PalletHyperbridgeVersionedHostParams extends Enum {
10588
- readonly isV1: boolean;
10589
- readonly asV1: PalletHyperbridgeSubstrateHostParams;
10590
- readonly type: 'V1';
10591
- }
10592
- /** @name PalletHyperbridgeSubstrateHostParams (132) */
10593
- interface PalletHyperbridgeSubstrateHostParams extends Struct {
10594
- readonly defaultPerByteFee: u128;
10595
- readonly perByteFees: BTreeMap<IsmpHostStateMachine, u128>;
10596
- readonly assetRegistrationFee: u128;
10597
- }
10598
- /** @name PalletTokenGatewayEvent (136) */
10599
- interface PalletTokenGatewayEvent extends Enum {
10600
- readonly isAssetTeleported: boolean;
10601
- readonly asAssetTeleported: {
10602
- readonly from: AccountId32;
10603
- readonly to: H256;
10604
- readonly amount: u128;
10605
- readonly dest: IsmpHostStateMachine;
10606
- readonly commitment: H256;
10607
- } & Struct;
10608
- readonly isAssetReceived: boolean;
10609
- readonly asAssetReceived: {
10610
- readonly beneficiary: AccountId32;
10611
- readonly amount: u128;
10612
- readonly source: IsmpHostStateMachine;
10613
- } & Struct;
10614
- readonly isAssetRefunded: boolean;
10615
- readonly asAssetRefunded: {
10616
- readonly beneficiary: AccountId32;
10617
- readonly amount: u128;
10618
- readonly source: IsmpHostStateMachine;
10619
- } & Struct;
10620
- readonly isErc6160AssetRegistrationDispatched: boolean;
10621
- readonly asErc6160AssetRegistrationDispatched: {
10622
- readonly commitment: H256;
10623
- } & Struct;
10624
- readonly isAssetRegisteredLocally: boolean;
10625
- readonly asAssetRegisteredLocally: {
10626
- readonly localId: u32;
10627
- readonly assetId: H256;
10628
- } & Struct;
10629
- readonly type: 'AssetTeleported' | 'AssetReceived' | 'AssetRefunded' | 'Erc6160AssetRegistrationDispatched' | 'AssetRegisteredLocally';
10630
- }
10631
- /** @name PalletTreasuryEvent (137) */
10160
+ /** @name PalletTreasuryEvent (118) */
10632
10161
  interface PalletTreasuryEvent extends Enum {
10633
10162
  readonly isCouldNotDistributeEarningsToBondLot: boolean;
10634
10163
  readonly asCouldNotDistributeEarningsToBondLot: {
@@ -10693,14 +10222,14 @@ declare module '@polkadot/types/lookup' {
10693
10222
  } & Struct;
10694
10223
  readonly type: 'CouldNotDistributeEarningsToBondLot' | 'CouldNotTransferToTreasuryReserves' | 'FrameEarningsDistributed' | 'FrameVaultCapitalLocked' | 'CouldNotReleaseBondLot' | 'BondLotPurchased' | 'BondLotReleaseScheduled' | 'BondLotReleased';
10695
10224
  }
10696
- /** @name PalletTreasuryBondReleaseReason (138) */
10225
+ /** @name PalletTreasuryBondReleaseReason (119) */
10697
10226
  interface PalletTreasuryBondReleaseReason extends Enum {
10698
10227
  readonly isUserLiquidation: boolean;
10699
10228
  readonly isBumped: boolean;
10700
10229
  readonly isVaultClosed: boolean;
10701
10230
  readonly type: 'UserLiquidation' | 'Bumped' | 'VaultClosed';
10702
10231
  }
10703
- /** @name PalletFeeControlEvent (139) */
10232
+ /** @name PalletFeeControlEvent (120) */
10704
10233
  interface PalletFeeControlEvent extends Enum {
10705
10234
  readonly isFeeSkipped: boolean;
10706
10235
  readonly asFeeSkipped: {
@@ -10714,13 +10243,13 @@ declare module '@polkadot/types/lookup' {
10714
10243
  } & Struct;
10715
10244
  readonly type: 'FeeSkipped' | 'FeeDelegated';
10716
10245
  }
10717
- /** @name ArgonRuntimeOriginCaller (140) */
10246
+ /** @name ArgonRuntimeOriginCaller (121) */
10718
10247
  interface ArgonRuntimeOriginCaller extends Enum {
10719
10248
  readonly isSystem: boolean;
10720
10249
  readonly asSystem: FrameSupportDispatchRawOrigin;
10721
10250
  readonly type: 'System';
10722
10251
  }
10723
- /** @name FrameSupportDispatchRawOrigin (141) */
10252
+ /** @name FrameSupportDispatchRawOrigin (122) */
10724
10253
  interface FrameSupportDispatchRawOrigin extends Enum {
10725
10254
  readonly isRoot: boolean;
10726
10255
  readonly isSigned: boolean;
@@ -10729,50 +10258,7 @@ declare module '@polkadot/types/lookup' {
10729
10258
  readonly isAuthorized: boolean;
10730
10259
  readonly type: 'Root' | 'Signed' | 'None' | 'Authorized';
10731
10260
  }
10732
- /** @name PalletInboundTransferLogEvent (142) */
10733
- interface PalletInboundTransferLogEvent extends Enum {
10734
- readonly isInboundEvmTransferRecorded: boolean;
10735
- readonly asInboundEvmTransferRecorded: {
10736
- readonly transfer: PalletInboundTransferLogInboundEvmTransfer;
10737
- } & Struct;
10738
- readonly isInboundEvmTransferDropped: boolean;
10739
- readonly asInboundEvmTransferDropped: {
10740
- readonly source: IsmpHostStateMachine;
10741
- readonly nonce: u64;
10742
- readonly reason: PalletInboundTransferLogInboundTransferDropReason;
10743
- } & Struct;
10744
- readonly type: 'InboundEvmTransferRecorded' | 'InboundEvmTransferDropped';
10745
- }
10746
- /** @name PalletInboundTransferLogInboundEvmTransfer (143) */
10747
- interface PalletInboundTransferLogInboundEvmTransfer extends Struct {
10748
- readonly source: IsmpHostStateMachine;
10749
- readonly nonce: u64;
10750
- readonly evmFrom: H160;
10751
- readonly to: AccountId32;
10752
- readonly assetKind: PalletInboundTransferLogAssetKind;
10753
- readonly amount: u128;
10754
- readonly expiresAtBlock: u32;
10755
- }
10756
- /** @name PalletInboundTransferLogAssetKind (146) */
10757
- interface PalletInboundTransferLogAssetKind extends Enum {
10758
- readonly isArgon: boolean;
10759
- readonly isArgonot: boolean;
10760
- readonly type: 'Argon' | 'Argonot';
10761
- }
10762
- /** @name PalletInboundTransferLogInboundTransferDropReason (147) */
10763
- interface PalletInboundTransferLogInboundTransferDropReason extends Enum {
10764
- readonly isBodyTooLarge: boolean;
10765
- readonly isAbiDecodeFailed: boolean;
10766
- readonly isNonEvmSource: boolean;
10767
- readonly isUnknownAsset: boolean;
10768
- readonly isUnsupportedAsset: boolean;
10769
- readonly isUnknownPrecision: boolean;
10770
- readonly isInvalidAmount: boolean;
10771
- readonly isAmountBelowMinimum: boolean;
10772
- readonly isExpirationQueueFull: boolean;
10773
- readonly type: 'BodyTooLarge' | 'AbiDecodeFailed' | 'NonEvmSource' | 'UnknownAsset' | 'UnsupportedAsset' | 'UnknownPrecision' | 'InvalidAmount' | 'AmountBelowMinimum' | 'ExpirationQueueFull';
10774
- }
10775
- /** @name PalletOperationalAccountsEvent (148) */
10261
+ /** @name PalletOperationalAccountsEvent (123) */
10776
10262
  interface PalletOperationalAccountsEvent extends Enum {
10777
10263
  readonly isOperationalAccountRegistered: boolean;
10778
10264
  readonly asOperationalAccountRegistered: {
@@ -10821,13 +10307,69 @@ declare module '@polkadot/types/lookup' {
10821
10307
  } & Struct;
10822
10308
  readonly type: 'OperationalAccountRegistered' | 'AccountWentOperational' | 'OperationalRewardEarned' | 'OperationalRewardsClaimed' | 'RewardsConfigUpdated' | 'OperationalProgressForced' | 'EncryptedServerUpdated';
10823
10309
  }
10824
- /** @name ArgonPrimitivesProvidersOperationalRewardKind (149) */
10310
+ /** @name ArgonPrimitivesProvidersOperationalRewardKind (124) */
10825
10311
  interface ArgonPrimitivesProvidersOperationalRewardKind extends Enum {
10826
10312
  readonly isActivation: boolean;
10827
10313
  readonly isReferralBonus: boolean;
10828
10314
  readonly type: 'Activation' | 'ReferralBonus';
10829
10315
  }
10830
- /** @name FrameSystemPhase (150) */
10316
+ /** @name PalletEthereumVerifierEvent (125) */
10317
+ interface PalletEthereumVerifierEvent extends Enum {
10318
+ readonly isBeaconHeaderImported: boolean;
10319
+ readonly asBeaconHeaderImported: {
10320
+ readonly blockHash: H256;
10321
+ readonly slot: u64;
10322
+ } & Struct;
10323
+ readonly isExecutionHeaderAnchorImported: boolean;
10324
+ readonly asExecutionHeaderAnchorImported: {
10325
+ readonly blockHash: H256;
10326
+ readonly blockNumber: u64;
10327
+ } & Struct;
10328
+ readonly isSyncCommitteeUpdated: boolean;
10329
+ readonly asSyncCommitteeUpdated: {
10330
+ readonly period: u64;
10331
+ } & Struct;
10332
+ readonly isOperatingModeChanged: boolean;
10333
+ readonly asOperatingModeChanged: {
10334
+ readonly mode: PalletEthereumVerifierBasicOperatingMode;
10335
+ } & Struct;
10336
+ readonly type: 'BeaconHeaderImported' | 'ExecutionHeaderAnchorImported' | 'SyncCommitteeUpdated' | 'OperatingModeChanged';
10337
+ }
10338
+ /** @name PalletEthereumVerifierBasicOperatingMode (126) */
10339
+ interface PalletEthereumVerifierBasicOperatingMode extends Enum {
10340
+ readonly isNormal: boolean;
10341
+ readonly isHalted: boolean;
10342
+ readonly type: 'Normal' | 'Halted';
10343
+ }
10344
+ /** @name PalletCrosschainTransferEvent (127) */
10345
+ interface PalletCrosschainTransferEvent extends Enum {
10346
+ readonly isBurnNoticeAccepted: boolean;
10347
+ readonly asBurnNoticeAccepted: {
10348
+ readonly sourceChain: PalletCrosschainTransferSourceChain;
10349
+ readonly notice: PalletCrosschainTransferBurnNotice;
10350
+ } & Struct;
10351
+ readonly type: 'BurnNoticeAccepted';
10352
+ }
10353
+ /** @name PalletCrosschainTransferSourceChain (128) */
10354
+ interface PalletCrosschainTransferSourceChain extends Enum {
10355
+ readonly isEthereum: boolean;
10356
+ readonly type: 'Ethereum';
10357
+ }
10358
+ /** @name PalletCrosschainTransferBurnNotice (129) */
10359
+ interface PalletCrosschainTransferBurnNotice extends Struct {
10360
+ readonly from: H160;
10361
+ readonly to: AccountId32;
10362
+ readonly assetKind: PalletCrosschainTransferAssetKind;
10363
+ readonly amount: u128;
10364
+ readonly accountNonce: Compact<u64>;
10365
+ }
10366
+ /** @name PalletCrosschainTransferAssetKind (132) */
10367
+ interface PalletCrosschainTransferAssetKind extends Enum {
10368
+ readonly isArgon: boolean;
10369
+ readonly isArgonot: boolean;
10370
+ readonly type: 'Argon' | 'Argonot';
10371
+ }
10372
+ /** @name FrameSystemPhase (133) */
10831
10373
  interface FrameSystemPhase extends Enum {
10832
10374
  readonly isApplyExtrinsic: boolean;
10833
10375
  readonly asApplyExtrinsic: u32;
@@ -10835,17 +10377,17 @@ declare module '@polkadot/types/lookup' {
10835
10377
  readonly isInitialization: boolean;
10836
10378
  readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';
10837
10379
  }
10838
- /** @name FrameSystemLastRuntimeUpgradeInfo (154) */
10380
+ /** @name FrameSystemLastRuntimeUpgradeInfo (137) */
10839
10381
  interface FrameSystemLastRuntimeUpgradeInfo extends Struct {
10840
10382
  readonly specVersion: Compact<u32>;
10841
10383
  readonly specName: Text;
10842
10384
  }
10843
- /** @name FrameSystemCodeUpgradeAuthorization (157) */
10385
+ /** @name FrameSystemCodeUpgradeAuthorization (140) */
10844
10386
  interface FrameSystemCodeUpgradeAuthorization extends Struct {
10845
10387
  readonly codeHash: H256;
10846
10388
  readonly checkVersion: bool;
10847
10389
  }
10848
- /** @name FrameSystemCall (158) */
10390
+ /** @name FrameSystemCall (141) */
10849
10391
  interface FrameSystemCall extends Enum {
10850
10392
  readonly isRemark: boolean;
10851
10393
  readonly asRemark: {
@@ -10894,41 +10436,42 @@ declare module '@polkadot/types/lookup' {
10894
10436
  } & Struct;
10895
10437
  readonly type: 'Remark' | 'SetHeapPages' | 'SetCode' | 'SetCodeWithoutChecks' | 'SetStorage' | 'KillStorage' | 'KillPrefix' | 'RemarkWithEvent' | 'AuthorizeUpgrade' | 'AuthorizeUpgradeWithoutChecks' | 'ApplyAuthorizedUpgrade';
10896
10438
  }
10897
- /** @name FrameSystemLimitsBlockWeights (162) */
10439
+ /** @name FrameSystemLimitsBlockWeights (145) */
10898
10440
  interface FrameSystemLimitsBlockWeights extends Struct {
10899
10441
  readonly baseBlock: SpWeightsWeightV2Weight;
10900
10442
  readonly maxBlock: SpWeightsWeightV2Weight;
10901
10443
  readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;
10902
10444
  }
10903
- /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (163) */
10445
+ /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (146) */
10904
10446
  interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct {
10905
10447
  readonly normal: FrameSystemLimitsWeightsPerClass;
10906
10448
  readonly operational: FrameSystemLimitsWeightsPerClass;
10907
10449
  readonly mandatory: FrameSystemLimitsWeightsPerClass;
10908
10450
  }
10909
- /** @name FrameSystemLimitsWeightsPerClass (164) */
10451
+ /** @name FrameSystemLimitsWeightsPerClass (147) */
10910
10452
  interface FrameSystemLimitsWeightsPerClass extends Struct {
10911
10453
  readonly baseExtrinsic: SpWeightsWeightV2Weight;
10912
10454
  readonly maxExtrinsic: Option<SpWeightsWeightV2Weight>;
10913
10455
  readonly maxTotal: Option<SpWeightsWeightV2Weight>;
10914
10456
  readonly reserved: Option<SpWeightsWeightV2Weight>;
10915
10457
  }
10916
- /** @name FrameSystemLimitsBlockLength (166) */
10458
+ /** @name FrameSystemLimitsBlockLength (149) */
10917
10459
  interface FrameSystemLimitsBlockLength extends Struct {
10918
10460
  readonly max: FrameSupportDispatchPerDispatchClassU32;
10461
+ readonly maxHeaderSize: Option<u32>;
10919
10462
  }
10920
- /** @name FrameSupportDispatchPerDispatchClassU32 (167) */
10463
+ /** @name FrameSupportDispatchPerDispatchClassU32 (150) */
10921
10464
  interface FrameSupportDispatchPerDispatchClassU32 extends Struct {
10922
10465
  readonly normal: u32;
10923
10466
  readonly operational: u32;
10924
10467
  readonly mandatory: u32;
10925
10468
  }
10926
- /** @name SpWeightsRuntimeDbWeight (168) */
10469
+ /** @name SpWeightsRuntimeDbWeight (152) */
10927
10470
  interface SpWeightsRuntimeDbWeight extends Struct {
10928
10471
  readonly read: u64;
10929
10472
  readonly write: u64;
10930
10473
  }
10931
- /** @name SpVersionRuntimeVersion (169) */
10474
+ /** @name SpVersionRuntimeVersion (153) */
10932
10475
  interface SpVersionRuntimeVersion extends Struct {
10933
10476
  readonly specName: Text;
10934
10477
  readonly implName: Text;
@@ -10939,7 +10482,7 @@ declare module '@polkadot/types/lookup' {
10939
10482
  readonly transactionVersion: u32;
10940
10483
  readonly systemVersion: u8;
10941
10484
  }
10942
- /** @name FrameSystemError (174) */
10485
+ /** @name FrameSystemError (158) */
10943
10486
  interface FrameSystemError extends Enum {
10944
10487
  readonly isInvalidSpecName: boolean;
10945
10488
  readonly isSpecVersionNeedsToIncrease: boolean;
@@ -10952,7 +10495,7 @@ declare module '@polkadot/types/lookup' {
10952
10495
  readonly isUnauthorized: boolean;
10953
10496
  readonly type: 'InvalidSpecName' | 'SpecVersionNeedsToIncrease' | 'FailedToExtractRuntimeVersion' | 'NonDefaultComposite' | 'NonZeroRefCount' | 'CallFiltered' | 'MultiBlockMigrationsOngoing' | 'NothingAuthorized' | 'Unauthorized';
10954
10497
  }
10955
- /** @name ArgonPrimitivesDigestsDigestset (175) */
10498
+ /** @name ArgonPrimitivesDigestsDigestset (159) */
10956
10499
  interface ArgonPrimitivesDigestsDigestset extends Struct {
10957
10500
  readonly author: AccountId32;
10958
10501
  readonly blockVote: ArgonPrimitivesDigestsBlockVoteDigest;
@@ -10962,16 +10505,16 @@ declare module '@polkadot/types/lookup' {
10962
10505
  readonly tick: u64;
10963
10506
  readonly notebooks: ArgonPrimitivesDigestsNotebookDigest;
10964
10507
  }
10965
- /** @name ArgonPrimitivesDigestsBlockVoteDigest (176) */
10508
+ /** @name ArgonPrimitivesDigestsBlockVoteDigest (160) */
10966
10509
  interface ArgonPrimitivesDigestsBlockVoteDigest extends Struct {
10967
10510
  readonly votingPower: Compact<u128>;
10968
10511
  readonly votesCount: Compact<u32>;
10969
10512
  }
10970
- /** @name ArgonPrimitivesDigestsParentVotingKeyDigest (178) */
10513
+ /** @name ArgonPrimitivesDigestsParentVotingKeyDigest (162) */
10971
10514
  interface ArgonPrimitivesDigestsParentVotingKeyDigest extends Struct {
10972
10515
  readonly parentVotingKey: Option<H256>;
10973
10516
  }
10974
- /** @name ArgonPrimitivesForkPower (181) */
10517
+ /** @name ArgonPrimitivesForkPower (165) */
10975
10518
  interface ArgonPrimitivesForkPower extends Struct {
10976
10519
  readonly isLatestVote: bool;
10977
10520
  readonly notebooks: Compact<u64>;
@@ -10981,24 +10524,24 @@ declare module '@polkadot/types/lookup' {
10981
10524
  readonly voteCreatedBlocks: Compact<u128>;
10982
10525
  readonly minerNonceScore: Option<U256>;
10983
10526
  }
10984
- /** @name ArgonPrimitivesDigestsFrameInfo (186) */
10527
+ /** @name ArgonPrimitivesDigestsFrameInfo (170) */
10985
10528
  interface ArgonPrimitivesDigestsFrameInfo extends Struct {
10986
10529
  readonly frameId: Compact<u64>;
10987
10530
  readonly frameRewardTicksRemaining: Compact<u32>;
10988
10531
  readonly isNewFrame: bool;
10989
10532
  }
10990
- /** @name ArgonPrimitivesDigestsNotebookDigest (188) */
10533
+ /** @name ArgonPrimitivesDigestsNotebookDigest (172) */
10991
10534
  interface ArgonPrimitivesDigestsNotebookDigest extends Struct {
10992
10535
  readonly notebooks: Vec<ArgonPrimitivesNotebookNotebookAuditResult>;
10993
10536
  }
10994
- /** @name ArgonPrimitivesNotebookNotebookAuditResult (190) */
10537
+ /** @name ArgonPrimitivesNotebookNotebookAuditResult (174) */
10995
10538
  interface ArgonPrimitivesNotebookNotebookAuditResult extends Struct {
10996
10539
  readonly notaryId: Compact<u32>;
10997
10540
  readonly notebookNumber: Compact<u32>;
10998
10541
  readonly tick: Compact<u64>;
10999
10542
  readonly auditFirstFailure: Option<ArgonNotaryAuditErrorVerifyError>;
11000
10543
  }
11001
- /** @name PalletDigestsError (193) */
10544
+ /** @name PalletDigestsError (177) */
11002
10545
  interface PalletDigestsError extends Enum {
11003
10546
  readonly isDuplicateBlockVoteDigest: boolean;
11004
10547
  readonly isDuplicateAuthorDigest: boolean;
@@ -11015,7 +10558,7 @@ declare module '@polkadot/types/lookup' {
11015
10558
  readonly isDuplicateFrameInfoDigest: boolean;
11016
10559
  readonly type: 'DuplicateBlockVoteDigest' | 'DuplicateAuthorDigest' | 'DuplicateTickDigest' | 'DuplicateParentVotingKeyDigest' | 'DuplicateNotebookDigest' | 'DuplicateForkPowerDigest' | 'MissingBlockVoteDigest' | 'MissingAuthorDigest' | 'MissingTickDigest' | 'MissingParentVotingKeyDigest' | 'MissingNotebookDigest' | 'CouldNotDecodeDigest' | 'DuplicateFrameInfoDigest';
11017
10560
  }
11018
- /** @name PalletTimestampCall (194) */
10561
+ /** @name PalletTimestampCall (178) */
11019
10562
  interface PalletTimestampCall extends Enum {
11020
10563
  readonly isSet: boolean;
11021
10564
  readonly asSet: {
@@ -11023,14 +10566,14 @@ declare module '@polkadot/types/lookup' {
11023
10566
  } & Struct;
11024
10567
  readonly type: 'Set';
11025
10568
  }
11026
- /** @name PalletMultisigMultisig (196) */
10569
+ /** @name PalletMultisigMultisig (180) */
11027
10570
  interface PalletMultisigMultisig extends Struct {
11028
10571
  readonly when: PalletMultisigTimepoint;
11029
10572
  readonly deposit: u128;
11030
10573
  readonly depositor: AccountId32;
11031
10574
  readonly approvals: Vec<AccountId32>;
11032
10575
  }
11033
- /** @name PalletMultisigCall (199) */
10576
+ /** @name PalletMultisigCall (183) */
11034
10577
  interface PalletMultisigCall extends Enum {
11035
10578
  readonly isAsMultiThreshold1: boolean;
11036
10579
  readonly asAsMultiThreshold1: {
@@ -11068,7 +10611,7 @@ declare module '@polkadot/types/lookup' {
11068
10611
  } & Struct;
11069
10612
  readonly type: 'AsMultiThreshold1' | 'AsMulti' | 'ApproveAsMulti' | 'CancelAsMulti' | 'PokeDeposit';
11070
10613
  }
11071
- /** @name PalletProxyCall (201) */
10614
+ /** @name PalletProxyCall (185) */
11072
10615
  interface PalletProxyCall extends Enum {
11073
10616
  readonly isProxy: boolean;
11074
10617
  readonly asProxy: {
@@ -11128,9 +10671,9 @@ declare module '@polkadot/types/lookup' {
11128
10671
  readonly isPokeDeposit: boolean;
11129
10672
  readonly type: 'Proxy' | 'AddProxy' | 'RemoveProxy' | 'RemoveProxies' | 'CreatePure' | 'KillPure' | 'Announce' | 'RemoveAnnouncement' | 'RejectAnnouncement' | 'ProxyAnnounced' | 'PokeDeposit';
11130
10673
  }
11131
- /** @name PalletTicksCall (205) */
10674
+ /** @name PalletTicksCall (189) */
11132
10675
  type PalletTicksCall = Null;
11133
- /** @name PalletMiningSlotCall (206) */
10676
+ /** @name PalletMiningSlotCall (190) */
11134
10677
  interface PalletMiningSlotCall extends Enum {
11135
10678
  readonly isBid: boolean;
11136
10679
  readonly asBid: {
@@ -11145,7 +10688,7 @@ declare module '@polkadot/types/lookup' {
11145
10688
  } & Struct;
11146
10689
  readonly type: 'Bid' | 'ConfigureMiningSlotDelay';
11147
10690
  }
11148
- /** @name PalletBitcoinUtxosCall (207) */
10691
+ /** @name PalletBitcoinUtxosCall (191) */
11149
10692
  interface PalletBitcoinUtxosCall extends Enum {
11150
10693
  readonly isSync: boolean;
11151
10694
  readonly asSync: {
@@ -11172,19 +10715,19 @@ declare module '@polkadot/types/lookup' {
11172
10715
  } & Struct;
11173
10716
  readonly type: 'Sync' | 'SetConfirmedBlock' | 'SetOperator' | 'FundWithUtxoCandidate' | 'RejectUtxoCandidate';
11174
10717
  }
11175
- /** @name ArgonPrimitivesInherentsBitcoinUtxoSync (208) */
10718
+ /** @name ArgonPrimitivesInherentsBitcoinUtxoSync (192) */
11176
10719
  interface ArgonPrimitivesInherentsBitcoinUtxoSync extends Struct {
11177
10720
  readonly spent: Vec<ArgonPrimitivesInherentsBitcoinUtxoSpend>;
11178
10721
  readonly funded: Vec<ArgonPrimitivesInherentsBitcoinUtxoFunding>;
11179
10722
  readonly syncToBlock: ArgonPrimitivesBitcoinBitcoinBlock;
11180
10723
  }
11181
- /** @name ArgonPrimitivesInherentsBitcoinUtxoSpend (210) */
10724
+ /** @name ArgonPrimitivesInherentsBitcoinUtxoSpend (194) */
11182
10725
  interface ArgonPrimitivesInherentsBitcoinUtxoSpend extends Struct {
11183
10726
  readonly utxoId: Compact<u64>;
11184
10727
  readonly utxoRef: Option<ArgonPrimitivesBitcoinUtxoRef>;
11185
10728
  readonly bitcoinHeight: Compact<u64>;
11186
10729
  }
11187
- /** @name ArgonPrimitivesInherentsBitcoinUtxoFunding (213) */
10730
+ /** @name ArgonPrimitivesInherentsBitcoinUtxoFunding (197) */
11188
10731
  interface ArgonPrimitivesInherentsBitcoinUtxoFunding extends Struct {
11189
10732
  readonly utxoId: Compact<u64>;
11190
10733
  readonly utxoRef: ArgonPrimitivesBitcoinUtxoRef;
@@ -11192,12 +10735,12 @@ declare module '@polkadot/types/lookup' {
11192
10735
  readonly expectedSatoshis: Compact<u64>;
11193
10736
  readonly bitcoinHeight: Compact<u64>;
11194
10737
  }
11195
- /** @name ArgonPrimitivesBitcoinBitcoinBlock (214) */
10738
+ /** @name ArgonPrimitivesBitcoinBitcoinBlock (198) */
11196
10739
  interface ArgonPrimitivesBitcoinBitcoinBlock extends Struct {
11197
10740
  readonly blockHeight: Compact<u64>;
11198
10741
  readonly blockHash: ArgonPrimitivesBitcoinH256Le;
11199
10742
  }
11200
- /** @name PalletVaultsCall (215) */
10743
+ /** @name PalletVaultsCall (199) */
11201
10744
  interface PalletVaultsCall extends Enum {
11202
10745
  readonly isCreate: boolean;
11203
10746
  readonly asCreate: {
@@ -11237,7 +10780,7 @@ declare module '@polkadot/types/lookup' {
11237
10780
  } & Struct;
11238
10781
  readonly type: 'Create' | 'ModifyFunding' | 'ModifyTerms' | 'Close' | 'ReplaceBitcoinXpub' | 'Collect' | 'SetBitcoinLockDelegate' | 'SetName';
11239
10782
  }
11240
- /** @name PalletVaultsVaultConfig (216) */
10783
+ /** @name PalletVaultsVaultConfig (200) */
11241
10784
  interface PalletVaultsVaultConfig extends Struct {
11242
10785
  readonly terms: ArgonPrimitivesVaultVaultTerms;
11243
10786
  readonly name: Option<Bytes>;
@@ -11245,16 +10788,16 @@ declare module '@polkadot/types/lookup' {
11245
10788
  readonly bitcoinXpubkey: ArgonPrimitivesBitcoinOpaqueBitcoinXpub;
11246
10789
  readonly securitizationRatio: Compact<u128>;
11247
10790
  }
11248
- /** @name ArgonPrimitivesVaultVaultTerms (217) */
10791
+ /** @name ArgonPrimitivesVaultVaultTerms (201) */
11249
10792
  interface ArgonPrimitivesVaultVaultTerms extends Struct {
11250
10793
  readonly bitcoinAnnualPercentRate: Compact<u128>;
11251
10794
  readonly bitcoinBaseFee: Compact<u128>;
11252
10795
  readonly treasuryProfitSharing: Compact<Permill>;
11253
10796
  }
11254
- /** @name ArgonPrimitivesBitcoinOpaqueBitcoinXpub (223) */
10797
+ /** @name ArgonPrimitivesBitcoinOpaqueBitcoinXpub (207) */
11255
10798
  interface ArgonPrimitivesBitcoinOpaqueBitcoinXpub extends U8aFixed {
11256
10799
  }
11257
- /** @name PalletBitcoinLocksCall (225) */
10800
+ /** @name PalletBitcoinLocksCall (209) */
11258
10801
  interface PalletBitcoinLocksCall extends Enum {
11259
10802
  readonly isInitialize: boolean;
11260
10803
  readonly asInitialize: {
@@ -11310,10 +10853,10 @@ declare module '@polkadot/types/lookup' {
11310
10853
  } & Struct;
11311
10854
  readonly type: 'Initialize' | 'RequestRelease' | 'CosignRelease' | 'Ratchet' | 'AdminModifyMinimumLockedSats' | 'RequestOrphanedUtxoRelease' | 'CosignOrphanedUtxoRelease' | 'InitializeFor' | 'IncreaseSecuritization';
11312
10855
  }
11313
- /** @name ArgonPrimitivesBitcoinCompressedBitcoinPubkey (226) */
10856
+ /** @name ArgonPrimitivesBitcoinCompressedBitcoinPubkey (210) */
11314
10857
  interface ArgonPrimitivesBitcoinCompressedBitcoinPubkey extends U8aFixed {
11315
10858
  }
11316
- /** @name PalletBitcoinLocksLockOptions (229) */
10859
+ /** @name PalletBitcoinLocksLockOptions (213) */
11317
10860
  interface PalletBitcoinLocksLockOptions extends Enum {
11318
10861
  readonly isV1: boolean;
11319
10862
  readonly asV1: {
@@ -11321,7 +10864,7 @@ declare module '@polkadot/types/lookup' {
11321
10864
  } & Struct;
11322
10865
  readonly type: 'V1';
11323
10866
  }
11324
- /** @name PalletNotariesCall (232) */
10867
+ /** @name PalletNotariesCall (216) */
11325
10868
  interface PalletNotariesCall extends Enum {
11326
10869
  readonly isPropose: boolean;
11327
10870
  readonly asPropose: {
@@ -11339,7 +10882,7 @@ declare module '@polkadot/types/lookup' {
11339
10882
  } & Struct;
11340
10883
  readonly type: 'Propose' | 'Activate' | 'Update';
11341
10884
  }
11342
- /** @name PalletNotebookCall (233) */
10885
+ /** @name PalletNotebookCall (217) */
11343
10886
  interface PalletNotebookCall extends Enum {
11344
10887
  readonly isSubmit: boolean;
11345
10888
  readonly asSubmit: {
@@ -11351,12 +10894,12 @@ declare module '@polkadot/types/lookup' {
11351
10894
  } & Struct;
11352
10895
  readonly type: 'Submit' | 'Unlock';
11353
10896
  }
11354
- /** @name ArgonPrimitivesNotebookSignedNotebookHeader (235) */
10897
+ /** @name ArgonPrimitivesNotebookSignedNotebookHeader (219) */
11355
10898
  interface ArgonPrimitivesNotebookSignedNotebookHeader extends Struct {
11356
10899
  readonly header: ArgonPrimitivesNotebookNotebookHeader;
11357
10900
  readonly signature: U8aFixed;
11358
10901
  }
11359
- /** @name ArgonPrimitivesNotebookNotebookHeader (236) */
10902
+ /** @name ArgonPrimitivesNotebookNotebookHeader (220) */
11360
10903
  interface ArgonPrimitivesNotebookNotebookHeader extends Struct {
11361
10904
  readonly version: Compact<u16>;
11362
10905
  readonly notebookNumber: Compact<u32>;
@@ -11374,7 +10917,7 @@ declare module '@polkadot/types/lookup' {
11374
10917
  readonly parentSecret: Option<H256>;
11375
10918
  readonly domains: Vec<ITuple<[H256, AccountId32]>>;
11376
10919
  }
11377
- /** @name ArgonPrimitivesNotebookChainTransfer (239) */
10920
+ /** @name ArgonPrimitivesNotebookChainTransfer (223) */
11378
10921
  interface ArgonPrimitivesNotebookChainTransfer extends Enum {
11379
10922
  readonly isToMainchain: boolean;
11380
10923
  readonly asToMainchain: {
@@ -11387,13 +10930,13 @@ declare module '@polkadot/types/lookup' {
11387
10930
  } & Struct;
11388
10931
  readonly type: 'ToMainchain' | 'ToLocalchain';
11389
10932
  }
11390
- /** @name ArgonPrimitivesBalanceChangeAccountOrigin (242) */
10933
+ /** @name ArgonPrimitivesBalanceChangeAccountOrigin (226) */
11391
10934
  interface ArgonPrimitivesBalanceChangeAccountOrigin extends Struct {
11392
10935
  readonly notebookNumber: Compact<u32>;
11393
10936
  readonly accountUid: Compact<u32>;
11394
10937
  }
11395
- /** @name PalletChainTransferCall (249) */
11396
- interface PalletChainTransferCall extends Enum {
10938
+ /** @name PalletLocalchainTransferCall (233) */
10939
+ interface PalletLocalchainTransferCall extends Enum {
11397
10940
  readonly isSendToLocalchain: boolean;
11398
10941
  readonly asSendToLocalchain: {
11399
10942
  readonly amount: Compact<u128>;
@@ -11401,7 +10944,7 @@ declare module '@polkadot/types/lookup' {
11401
10944
  } & Struct;
11402
10945
  readonly type: 'SendToLocalchain';
11403
10946
  }
11404
- /** @name PalletBlockSealSpecCall (250) */
10947
+ /** @name PalletBlockSealSpecCall (234) */
11405
10948
  interface PalletBlockSealSpecCall extends Enum {
11406
10949
  readonly isConfigure: boolean;
11407
10950
  readonly asConfigure: {
@@ -11410,7 +10953,7 @@ declare module '@polkadot/types/lookup' {
11410
10953
  } & Struct;
11411
10954
  readonly type: 'Configure';
11412
10955
  }
11413
- /** @name PalletDomainsCall (251) */
10956
+ /** @name PalletDomainsCall (235) */
11414
10957
  interface PalletDomainsCall extends Enum {
11415
10958
  readonly isSetZoneRecord: boolean;
11416
10959
  readonly asSetZoneRecord: {
@@ -11419,7 +10962,7 @@ declare module '@polkadot/types/lookup' {
11419
10962
  } & Struct;
11420
10963
  readonly type: 'SetZoneRecord';
11421
10964
  }
11422
- /** @name PalletPriceIndexCall (252) */
10965
+ /** @name PalletPriceIndexCall (236) */
11423
10966
  interface PalletPriceIndexCall extends Enum {
11424
10967
  readonly isSubmit: boolean;
11425
10968
  readonly asSubmit: {
@@ -11431,7 +10974,7 @@ declare module '@polkadot/types/lookup' {
11431
10974
  } & Struct;
11432
10975
  readonly type: 'Submit' | 'SetOperator';
11433
10976
  }
11434
- /** @name PalletPriceIndexPriceIndex (253) */
10977
+ /** @name PalletPriceIndexPriceIndex (237) */
11435
10978
  interface PalletPriceIndexPriceIndex extends Struct {
11436
10979
  readonly btcUsdPrice: Compact<u128>;
11437
10980
  readonly argonotUsdPrice: u128;
@@ -11440,7 +10983,7 @@ declare module '@polkadot/types/lookup' {
11440
10983
  readonly argonTimeWeightedAverageLiquidity: u128;
11441
10984
  readonly tick: Compact<u64>;
11442
10985
  }
11443
- /** @name PalletGrandpaCall (254) */
10986
+ /** @name PalletGrandpaCall (238) */
11444
10987
  interface PalletGrandpaCall extends Enum {
11445
10988
  readonly isReportEquivocation: boolean;
11446
10989
  readonly asReportEquivocation: {
@@ -11459,12 +11002,12 @@ declare module '@polkadot/types/lookup' {
11459
11002
  } & Struct;
11460
11003
  readonly type: 'ReportEquivocation' | 'ReportEquivocationUnsigned' | 'NoteStalled';
11461
11004
  }
11462
- /** @name SpConsensusGrandpaEquivocationProof (255) */
11005
+ /** @name SpConsensusGrandpaEquivocationProof (239) */
11463
11006
  interface SpConsensusGrandpaEquivocationProof extends Struct {
11464
11007
  readonly setId: u64;
11465
11008
  readonly equivocation: SpConsensusGrandpaEquivocation;
11466
11009
  }
11467
- /** @name SpConsensusGrandpaEquivocation (256) */
11010
+ /** @name SpConsensusGrandpaEquivocation (240) */
11468
11011
  interface SpConsensusGrandpaEquivocation extends Enum {
11469
11012
  readonly isPrevote: boolean;
11470
11013
  readonly asPrevote: FinalityGrandpaEquivocationPrevote;
@@ -11472,36 +11015,36 @@ declare module '@polkadot/types/lookup' {
11472
11015
  readonly asPrecommit: FinalityGrandpaEquivocationPrecommit;
11473
11016
  readonly type: 'Prevote' | 'Precommit';
11474
11017
  }
11475
- /** @name FinalityGrandpaEquivocationPrevote (257) */
11018
+ /** @name FinalityGrandpaEquivocationPrevote (241) */
11476
11019
  interface FinalityGrandpaEquivocationPrevote extends Struct {
11477
11020
  readonly roundNumber: u64;
11478
11021
  readonly identity: SpConsensusGrandpaAppPublic;
11479
11022
  readonly first: ITuple<[FinalityGrandpaPrevote, SpConsensusGrandpaAppSignature]>;
11480
11023
  readonly second: ITuple<[FinalityGrandpaPrevote, SpConsensusGrandpaAppSignature]>;
11481
11024
  }
11482
- /** @name FinalityGrandpaPrevote (258) */
11025
+ /** @name FinalityGrandpaPrevote (242) */
11483
11026
  interface FinalityGrandpaPrevote extends Struct {
11484
11027
  readonly targetHash: H256;
11485
11028
  readonly targetNumber: u32;
11486
11029
  }
11487
- /** @name SpConsensusGrandpaAppSignature (259) */
11030
+ /** @name SpConsensusGrandpaAppSignature (243) */
11488
11031
  interface SpConsensusGrandpaAppSignature extends U8aFixed {
11489
11032
  }
11490
- /** @name FinalityGrandpaEquivocationPrecommit (261) */
11033
+ /** @name FinalityGrandpaEquivocationPrecommit (245) */
11491
11034
  interface FinalityGrandpaEquivocationPrecommit extends Struct {
11492
11035
  readonly roundNumber: u64;
11493
11036
  readonly identity: SpConsensusGrandpaAppPublic;
11494
11037
  readonly first: ITuple<[FinalityGrandpaPrecommit, SpConsensusGrandpaAppSignature]>;
11495
11038
  readonly second: ITuple<[FinalityGrandpaPrecommit, SpConsensusGrandpaAppSignature]>;
11496
11039
  }
11497
- /** @name FinalityGrandpaPrecommit (262) */
11040
+ /** @name FinalityGrandpaPrecommit (246) */
11498
11041
  interface FinalityGrandpaPrecommit extends Struct {
11499
11042
  readonly targetHash: H256;
11500
11043
  readonly targetNumber: u32;
11501
11044
  }
11502
- /** @name SpCoreVoid (264) */
11045
+ /** @name SpCoreVoid (248) */
11503
11046
  type SpCoreVoid = Null;
11504
- /** @name PalletBlockSealCall (265) */
11047
+ /** @name PalletBlockSealCall (249) */
11505
11048
  interface PalletBlockSealCall extends Enum {
11506
11049
  readonly isApply: boolean;
11507
11050
  readonly asApply: {
@@ -11509,7 +11052,7 @@ declare module '@polkadot/types/lookup' {
11509
11052
  } & Struct;
11510
11053
  readonly type: 'Apply';
11511
11054
  }
11512
- /** @name ArgonPrimitivesInherentsBlockSealInherent (266) */
11055
+ /** @name ArgonPrimitivesInherentsBlockSealInherent (250) */
11513
11056
  interface ArgonPrimitivesInherentsBlockSealInherent extends Enum {
11514
11057
  readonly isVote: boolean;
11515
11058
  readonly asVote: {
@@ -11523,13 +11066,13 @@ declare module '@polkadot/types/lookup' {
11523
11066
  readonly isCompute: boolean;
11524
11067
  readonly type: 'Vote' | 'Compute';
11525
11068
  }
11526
- /** @name ArgonPrimitivesBalanceChangeMerkleProof (267) */
11069
+ /** @name ArgonPrimitivesBalanceChangeMerkleProof (251) */
11527
11070
  interface ArgonPrimitivesBalanceChangeMerkleProof extends Struct {
11528
11071
  readonly proof: Vec<H256>;
11529
11072
  readonly numberOfLeaves: Compact<u32>;
11530
11073
  readonly leafIndex: Compact<u32>;
11531
11074
  }
11532
- /** @name ArgonPrimitivesBlockVoteBlockVoteT (269) */
11075
+ /** @name ArgonPrimitivesBlockVoteBlockVoteT (253) */
11533
11076
  interface ArgonPrimitivesBlockVoteBlockVoteT extends Struct {
11534
11077
  readonly accountId: AccountId32;
11535
11078
  readonly blockHash: H256;
@@ -11539,7 +11082,7 @@ declare module '@polkadot/types/lookup' {
11539
11082
  readonly blockRewardsAccountId: AccountId32;
11540
11083
  readonly tick: Compact<u64>;
11541
11084
  }
11542
- /** @name SpRuntimeMultiSignature (270) */
11085
+ /** @name SpRuntimeMultiSignature (254) */
11543
11086
  interface SpRuntimeMultiSignature extends Enum {
11544
11087
  readonly isEd25519: boolean;
11545
11088
  readonly asEd25519: U8aFixed;
@@ -11551,7 +11094,7 @@ declare module '@polkadot/types/lookup' {
11551
11094
  readonly asEth: U8aFixed;
11552
11095
  readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa' | 'Eth';
11553
11096
  }
11554
- /** @name PalletBlockRewardsCall (272) */
11097
+ /** @name PalletBlockRewardsCall (256) */
11555
11098
  interface PalletBlockRewardsCall extends Enum {
11556
11099
  readonly isSetBlockRewardsPaused: boolean;
11557
11100
  readonly asSetBlockRewardsPaused: {
@@ -11559,9 +11102,9 @@ declare module '@polkadot/types/lookup' {
11559
11102
  } & Struct;
11560
11103
  readonly type: 'SetBlockRewardsPaused';
11561
11104
  }
11562
- /** @name PalletMintCall (273) */
11105
+ /** @name PalletMintCall (257) */
11563
11106
  type PalletMintCall = Null;
11564
- /** @name PalletBalancesCall (274) */
11107
+ /** @name PalletBalancesCall (258) */
11565
11108
  interface PalletBalancesCall extends Enum {
11566
11109
  readonly isTransferAllowDeath: boolean;
11567
11110
  readonly asTransferAllowDeath: {
@@ -11610,13 +11153,13 @@ declare module '@polkadot/types/lookup' {
11610
11153
  } & Struct;
11611
11154
  readonly type: 'TransferAllowDeath' | 'ForceTransfer' | 'TransferKeepAlive' | 'TransferAll' | 'ForceUnreserve' | 'UpgradeAccounts' | 'ForceSetBalance' | 'ForceAdjustTotalIssuance' | 'Burn';
11612
11155
  }
11613
- /** @name PalletBalancesAdjustmentDirection (275) */
11156
+ /** @name PalletBalancesAdjustmentDirection (259) */
11614
11157
  interface PalletBalancesAdjustmentDirection extends Enum {
11615
11158
  readonly isIncrease: boolean;
11616
11159
  readonly isDecrease: boolean;
11617
11160
  readonly type: 'Increase' | 'Decrease';
11618
11161
  }
11619
- /** @name PalletTxPauseCall (277) */
11162
+ /** @name PalletTxPauseCall (261) */
11620
11163
  interface PalletTxPauseCall extends Enum {
11621
11164
  readonly isPause: boolean;
11622
11165
  readonly asPause: {
@@ -11628,7 +11171,7 @@ declare module '@polkadot/types/lookup' {
11628
11171
  } & Struct;
11629
11172
  readonly type: 'Pause' | 'Unpause';
11630
11173
  }
11631
- /** @name PalletUtilityCall (278) */
11174
+ /** @name PalletUtilityCall (262) */
11632
11175
  interface PalletUtilityCall extends Enum {
11633
11176
  readonly isBatch: boolean;
11634
11177
  readonly asBatch: {
@@ -11669,7 +11212,7 @@ declare module '@polkadot/types/lookup' {
11669
11212
  } & Struct;
11670
11213
  readonly type: 'Batch' | 'AsDerivative' | 'BatchAll' | 'DispatchAs' | 'ForceBatch' | 'WithWeight' | 'IfElse' | 'DispatchAsFallible';
11671
11214
  }
11672
- /** @name PalletSudoCall (280) */
11215
+ /** @name PalletSudoCall (264) */
11673
11216
  interface PalletSudoCall extends Enum {
11674
11217
  readonly isSudo: boolean;
11675
11218
  readonly asSudo: {
@@ -11692,257 +11235,7 @@ declare module '@polkadot/types/lookup' {
11692
11235
  readonly isRemoveKey: boolean;
11693
11236
  readonly type: 'Sudo' | 'SudoUncheckedWeight' | 'SetKey' | 'SudoAs' | 'RemoveKey';
11694
11237
  }
11695
- /** @name PalletIsmpCall (281) */
11696
- interface PalletIsmpCall extends Enum {
11697
- readonly isHandleUnsigned: boolean;
11698
- readonly asHandleUnsigned: {
11699
- readonly messages: Vec<IsmpMessagingMessage>;
11700
- } & Struct;
11701
- readonly isCreateConsensusClient: boolean;
11702
- readonly asCreateConsensusClient: {
11703
- readonly message: IsmpMessagingCreateConsensusState;
11704
- } & Struct;
11705
- readonly isUpdateConsensusState: boolean;
11706
- readonly asUpdateConsensusState: {
11707
- readonly message: PalletIsmpUtilsUpdateConsensusState;
11708
- } & Struct;
11709
- readonly isFundMessage: boolean;
11710
- readonly asFundMessage: {
11711
- readonly message: PalletIsmpUtilsFundMessageParams;
11712
- } & Struct;
11713
- readonly type: 'HandleUnsigned' | 'CreateConsensusClient' | 'UpdateConsensusState' | 'FundMessage';
11714
- }
11715
- /** @name IsmpMessagingMessage (283) */
11716
- interface IsmpMessagingMessage extends Enum {
11717
- readonly isConsensus: boolean;
11718
- readonly asConsensus: IsmpMessagingConsensusMessage;
11719
- readonly isFraudProof: boolean;
11720
- readonly asFraudProof: IsmpMessagingFraudProofMessage;
11721
- readonly isRequest: boolean;
11722
- readonly asRequest: IsmpMessagingRequestMessage;
11723
- readonly isResponse: boolean;
11724
- readonly asResponse: IsmpMessagingResponseMessage;
11725
- readonly isTimeout: boolean;
11726
- readonly asTimeout: IsmpMessagingTimeoutMessage;
11727
- readonly type: 'Consensus' | 'FraudProof' | 'Request' | 'Response' | 'Timeout';
11728
- }
11729
- /** @name IsmpMessagingConsensusMessage (284) */
11730
- interface IsmpMessagingConsensusMessage extends Struct {
11731
- readonly consensusProof: Bytes;
11732
- readonly consensusStateId: U8aFixed;
11733
- readonly signer: Bytes;
11734
- }
11735
- /** @name IsmpMessagingFraudProofMessage (285) */
11736
- interface IsmpMessagingFraudProofMessage extends Struct {
11737
- readonly proof1: Bytes;
11738
- readonly proof2: Bytes;
11739
- readonly consensusStateId: U8aFixed;
11740
- readonly signer: Bytes;
11741
- }
11742
- /** @name IsmpMessagingRequestMessage (286) */
11743
- interface IsmpMessagingRequestMessage extends Struct {
11744
- readonly requests: Vec<IsmpRouterPostRequest>;
11745
- readonly proof: IsmpMessagingProof;
11746
- readonly signer: Bytes;
11747
- }
11748
- /** @name IsmpRouterPostRequest (288) */
11749
- interface IsmpRouterPostRequest extends Struct {
11750
- readonly source: IsmpHostStateMachine;
11751
- readonly dest: IsmpHostStateMachine;
11752
- readonly nonce: u64;
11753
- readonly from: Bytes;
11754
- readonly to: Bytes;
11755
- readonly timeoutTimestamp: u64;
11756
- readonly body: Bytes;
11757
- }
11758
- /** @name IsmpMessagingProof (289) */
11759
- interface IsmpMessagingProof extends Struct {
11760
- readonly height: IsmpConsensusStateMachineHeight;
11761
- readonly proof: Bytes;
11762
- }
11763
- /** @name IsmpMessagingResponseMessage (290) */
11764
- interface IsmpMessagingResponseMessage extends Struct {
11765
- readonly datagram: IsmpRouterRequestResponse;
11766
- readonly proof: IsmpMessagingProof;
11767
- readonly signer: Bytes;
11768
- }
11769
- /** @name IsmpRouterRequestResponse (291) */
11770
- interface IsmpRouterRequestResponse extends Enum {
11771
- readonly isRequest: boolean;
11772
- readonly asRequest: Vec<IsmpRouterRequest>;
11773
- readonly isResponse: boolean;
11774
- readonly asResponse: Vec<IsmpRouterResponse>;
11775
- readonly type: 'Request' | 'Response';
11776
- }
11777
- /** @name IsmpRouterRequest (293) */
11778
- interface IsmpRouterRequest extends Enum {
11779
- readonly isPost: boolean;
11780
- readonly asPost: IsmpRouterPostRequest;
11781
- readonly isGet: boolean;
11782
- readonly asGet: IsmpRouterGetRequest;
11783
- readonly type: 'Post' | 'Get';
11784
- }
11785
- /** @name IsmpRouterGetRequest (294) */
11786
- interface IsmpRouterGetRequest extends Struct {
11787
- readonly source: IsmpHostStateMachine;
11788
- readonly dest: IsmpHostStateMachine;
11789
- readonly nonce: u64;
11790
- readonly from: Bytes;
11791
- readonly keys_: Vec<Bytes>;
11792
- readonly height: u64;
11793
- readonly context: Bytes;
11794
- readonly timeoutTimestamp: u64;
11795
- }
11796
- /** @name IsmpRouterResponse (296) */
11797
- interface IsmpRouterResponse extends Enum {
11798
- readonly isPost: boolean;
11799
- readonly asPost: IsmpRouterPostResponse;
11800
- readonly isGet: boolean;
11801
- readonly asGet: IsmpRouterGetResponse;
11802
- readonly type: 'Post' | 'Get';
11803
- }
11804
- /** @name IsmpRouterPostResponse (297) */
11805
- interface IsmpRouterPostResponse extends Struct {
11806
- readonly post: IsmpRouterPostRequest;
11807
- readonly response: Bytes;
11808
- readonly timeoutTimestamp: u64;
11809
- }
11810
- /** @name IsmpRouterGetResponse (298) */
11811
- interface IsmpRouterGetResponse extends Struct {
11812
- readonly get_: IsmpRouterGetRequest;
11813
- readonly values_: Vec<IsmpRouterStorageValue>;
11814
- }
11815
- /** @name IsmpRouterStorageValue (300) */
11816
- interface IsmpRouterStorageValue extends Struct {
11817
- readonly key: Bytes;
11818
- readonly value: Option<Bytes>;
11819
- }
11820
- /** @name IsmpMessagingTimeoutMessage (302) */
11821
- interface IsmpMessagingTimeoutMessage extends Enum {
11822
- readonly isPost: boolean;
11823
- readonly asPost: {
11824
- readonly requests: Vec<IsmpRouterRequest>;
11825
- readonly timeoutProof: IsmpMessagingProof;
11826
- } & Struct;
11827
- readonly isPostResponse: boolean;
11828
- readonly asPostResponse: {
11829
- readonly responses: Vec<IsmpRouterPostResponse>;
11830
- readonly timeoutProof: IsmpMessagingProof;
11831
- } & Struct;
11832
- readonly isGet: boolean;
11833
- readonly asGet: {
11834
- readonly requests: Vec<IsmpRouterRequest>;
11835
- } & Struct;
11836
- readonly type: 'Post' | 'PostResponse' | 'Get';
11837
- }
11838
- /** @name IsmpMessagingCreateConsensusState (304) */
11839
- interface IsmpMessagingCreateConsensusState extends Struct {
11840
- readonly consensusState: Bytes;
11841
- readonly consensusClientId: U8aFixed;
11842
- readonly consensusStateId: U8aFixed;
11843
- readonly unbondingPeriod: u64;
11844
- readonly challengePeriods: BTreeMap<IsmpHostStateMachine, u64>;
11845
- readonly stateMachineCommitments: Vec<ITuple<[IsmpConsensusStateMachineId, IsmpMessagingStateCommitmentHeight]>>;
11846
- }
11847
- /** @name IsmpMessagingStateCommitmentHeight (310) */
11848
- interface IsmpMessagingStateCommitmentHeight extends Struct {
11849
- readonly commitment: IsmpConsensusStateCommitment;
11850
- readonly height: u64;
11851
- }
11852
- /** @name IsmpConsensusStateCommitment (311) */
11853
- interface IsmpConsensusStateCommitment extends Struct {
11854
- readonly timestamp: u64;
11855
- readonly overlayRoot: Option<H256>;
11856
- readonly stateRoot: H256;
11857
- }
11858
- /** @name PalletIsmpUtilsUpdateConsensusState (312) */
11859
- interface PalletIsmpUtilsUpdateConsensusState extends Struct {
11860
- readonly consensusStateId: U8aFixed;
11861
- readonly unbondingPeriod: Option<u64>;
11862
- readonly challengePeriods: BTreeMap<IsmpHostStateMachine, u64>;
11863
- }
11864
- /** @name PalletIsmpUtilsFundMessageParams (313) */
11865
- interface PalletIsmpUtilsFundMessageParams extends Struct {
11866
- readonly commitment: PalletIsmpUtilsMessageCommitment;
11867
- readonly amount: u128;
11868
- }
11869
- /** @name PalletIsmpUtilsMessageCommitment (314) */
11870
- interface PalletIsmpUtilsMessageCommitment extends Enum {
11871
- readonly isRequest: boolean;
11872
- readonly asRequest: H256;
11873
- readonly isResponse: boolean;
11874
- readonly asResponse: H256;
11875
- readonly type: 'Request' | 'Response';
11876
- }
11877
- /** @name IsmpGrandpaCall (315) */
11878
- interface IsmpGrandpaCall extends Enum {
11879
- readonly isAddStateMachines: boolean;
11880
- readonly asAddStateMachines: {
11881
- readonly newStateMachines: Vec<IsmpGrandpaAddStateMachine>;
11882
- } & Struct;
11883
- readonly isRemoveStateMachines: boolean;
11884
- readonly asRemoveStateMachines: {
11885
- readonly stateMachines: Vec<IsmpHostStateMachine>;
11886
- } & Struct;
11887
- readonly type: 'AddStateMachines' | 'RemoveStateMachines';
11888
- }
11889
- /** @name IsmpGrandpaAddStateMachine (317) */
11890
- interface IsmpGrandpaAddStateMachine extends Struct {
11891
- readonly stateMachine: IsmpHostStateMachine;
11892
- readonly slotDuration: u64;
11893
- }
11894
- /** @name PalletTokenGatewayCall (318) */
11895
- interface PalletTokenGatewayCall extends Enum {
11896
- readonly isTeleport: boolean;
11897
- readonly asTeleport: {
11898
- readonly params: PalletTokenGatewayTeleportParams;
11899
- } & Struct;
11900
- readonly isSetTokenGatewayAddresses: boolean;
11901
- readonly asSetTokenGatewayAddresses: {
11902
- readonly addresses: BTreeMap<IsmpHostStateMachine, Bytes>;
11903
- } & Struct;
11904
- readonly isCreateErc6160Asset: boolean;
11905
- readonly asCreateErc6160Asset: {
11906
- readonly asset: PalletTokenGatewayAssetRegistration;
11907
- } & Struct;
11908
- readonly isUpdateAssetPrecision: boolean;
11909
- readonly asUpdateAssetPrecision: {
11910
- readonly update: PalletTokenGatewayPrecisionUpdate;
11911
- } & Struct;
11912
- readonly type: 'Teleport' | 'SetTokenGatewayAddresses' | 'CreateErc6160Asset' | 'UpdateAssetPrecision';
11913
- }
11914
- /** @name PalletTokenGatewayTeleportParams (319) */
11915
- interface PalletTokenGatewayTeleportParams extends Struct {
11916
- readonly assetId: u32;
11917
- readonly destination: IsmpHostStateMachine;
11918
- readonly recepient: H256;
11919
- readonly amount: u128;
11920
- readonly timeout: u64;
11921
- readonly tokenGateway: Bytes;
11922
- readonly relayerFee: u128;
11923
- readonly callData: Option<Bytes>;
11924
- readonly redeem: bool;
11925
- }
11926
- /** @name PalletTokenGatewayAssetRegistration (323) */
11927
- interface PalletTokenGatewayAssetRegistration extends Struct {
11928
- readonly localId: u32;
11929
- readonly reg: TokenGatewayPrimitivesGatewayAssetRegistration;
11930
- readonly native: bool;
11931
- readonly precision: BTreeMap<IsmpHostStateMachine, u8>;
11932
- }
11933
- /** @name TokenGatewayPrimitivesGatewayAssetRegistration (324) */
11934
- interface TokenGatewayPrimitivesGatewayAssetRegistration extends Struct {
11935
- readonly name: Bytes;
11936
- readonly symbol: Bytes;
11937
- readonly chains: Vec<IsmpHostStateMachine>;
11938
- readonly minimumBalance: Option<u128>;
11939
- }
11940
- /** @name PalletTokenGatewayPrecisionUpdate (329) */
11941
- interface PalletTokenGatewayPrecisionUpdate extends Struct {
11942
- readonly assetId: u32;
11943
- readonly precisions: BTreeMap<IsmpHostStateMachine, u8>;
11944
- }
11945
- /** @name PalletTreasuryCall (330) */
11238
+ /** @name PalletTreasuryCall (265) */
11946
11239
  interface PalletTreasuryCall extends Enum {
11947
11240
  readonly isBuyBonds: boolean;
11948
11241
  readonly asBuyBonds: {
@@ -11955,7 +11248,7 @@ declare module '@polkadot/types/lookup' {
11955
11248
  } & Struct;
11956
11249
  readonly type: 'BuyBonds' | 'LiquidateBondLot';
11957
11250
  }
11958
- /** @name PalletOperationalAccountsCall (331) */
11251
+ /** @name PalletOperationalAccountsCall (266) */
11959
11252
  interface PalletOperationalAccountsCall extends Enum {
11960
11253
  readonly isRegister: boolean;
11961
11254
  readonly asRegister: {
@@ -11984,13 +11277,13 @@ declare module '@polkadot/types/lookup' {
11984
11277
  } & Struct;
11985
11278
  readonly type: 'Register' | 'SetRewardConfig' | 'ForceSetProgress' | 'SetEncryptedServerForSponsee' | 'Activate' | 'ClaimRewards';
11986
11279
  }
11987
- /** @name PalletOperationalAccountsRegistration (332) */
11280
+ /** @name PalletOperationalAccountsRegistration (267) */
11988
11281
  interface PalletOperationalAccountsRegistration extends Enum {
11989
11282
  readonly isV1: boolean;
11990
11283
  readonly asV1: PalletOperationalAccountsRegistrationV1;
11991
11284
  readonly type: 'V1';
11992
11285
  }
11993
- /** @name PalletOperationalAccountsRegistrationV1 (333) */
11286
+ /** @name PalletOperationalAccountsRegistrationV1 (268) */
11994
11287
  interface PalletOperationalAccountsRegistrationV1 extends Struct {
11995
11288
  readonly operationalAccount: AccountId32;
11996
11289
  readonly encryptionPubkey: PalletOperationalAccountsOpaqueEncryptionPubkey;
@@ -12003,14 +11296,14 @@ declare module '@polkadot/types/lookup' {
12003
11296
  readonly miningBotAccountProof: PalletOperationalAccountsAccountOwnershipProof;
12004
11297
  readonly referralProof: Option<PalletOperationalAccountsReferralProof>;
12005
11298
  }
12006
- /** @name PalletOperationalAccountsOpaqueEncryptionPubkey (334) */
11299
+ /** @name PalletOperationalAccountsOpaqueEncryptionPubkey (269) */
12007
11300
  interface PalletOperationalAccountsOpaqueEncryptionPubkey extends U8aFixed {
12008
11301
  }
12009
- /** @name PalletOperationalAccountsAccountOwnershipProof (335) */
11302
+ /** @name PalletOperationalAccountsAccountOwnershipProof (270) */
12010
11303
  interface PalletOperationalAccountsAccountOwnershipProof extends Struct {
12011
11304
  readonly signature: SpRuntimeMultiSignature;
12012
11305
  }
12013
- /** @name PalletOperationalAccountsReferralProof (337) */
11306
+ /** @name PalletOperationalAccountsReferralProof (272) */
12014
11307
  interface PalletOperationalAccountsReferralProof extends Struct {
12015
11308
  readonly referralCode: U8aFixed;
12016
11309
  readonly referralSignature: U8aFixed;
@@ -12018,7 +11311,7 @@ declare module '@polkadot/types/lookup' {
12018
11311
  readonly expiresAtFrame: Compact<u64>;
12019
11312
  readonly sponsorSignature: SpRuntimeMultiSignature;
12020
11313
  }
12021
- /** @name PalletOperationalAccountsOperationalProgressPatch (338) */
11314
+ /** @name PalletOperationalAccountsOperationalProgressPatch (273) */
12022
11315
  interface PalletOperationalAccountsOperationalProgressPatch extends Struct {
12023
11316
  readonly hasUniswapTransfer: Option<bool>;
12024
11317
  readonly vaultCreated: Option<bool>;
@@ -12026,7 +11319,199 @@ declare module '@polkadot/types/lookup' {
12026
11319
  readonly observedBitcoinTotal: Option<u128>;
12027
11320
  readonly observedMiningSeatTotal: Option<u32>;
12028
11321
  }
12029
- /** @name PalletMultisigError (342) */
11322
+ /** @name PalletEthereumVerifierCall (275) */
11323
+ interface PalletEthereumVerifierCall extends Enum {
11324
+ readonly isForceCheckpoint: boolean;
11325
+ readonly asForceCheckpoint: {
11326
+ readonly update: PalletEthereumVerifierCheckpointUpdate;
11327
+ readonly forkVersions: PalletEthereumVerifierForkVersions;
11328
+ } & Struct;
11329
+ readonly isSubmit: boolean;
11330
+ readonly asSubmit: {
11331
+ readonly update: PalletEthereumVerifierUpdate;
11332
+ } & Struct;
11333
+ readonly isImportExecutionHeaderAnchor: boolean;
11334
+ readonly asImportExecutionHeaderAnchor: {
11335
+ readonly executionProof: PalletEthereumVerifierExecutionProof;
11336
+ } & Struct;
11337
+ readonly isSetOperatingMode: boolean;
11338
+ readonly asSetOperatingMode: {
11339
+ readonly mode: PalletEthereumVerifierBasicOperatingMode;
11340
+ } & Struct;
11341
+ readonly type: 'ForceCheckpoint' | 'Submit' | 'ImportExecutionHeaderAnchor' | 'SetOperatingMode';
11342
+ }
11343
+ /** @name PalletEthereumVerifierCheckpointUpdate (276) */
11344
+ interface PalletEthereumVerifierCheckpointUpdate extends Struct {
11345
+ readonly header: SnowbridgeBeaconPrimitivesBeaconHeader;
11346
+ readonly currentSyncCommittee: SnowbridgeBeaconPrimitivesSyncCommittee;
11347
+ readonly currentSyncCommitteeBranch: Vec<H256>;
11348
+ readonly validatorsRoot: H256;
11349
+ }
11350
+ /** @name SnowbridgeBeaconPrimitivesBeaconHeader (277) */
11351
+ interface SnowbridgeBeaconPrimitivesBeaconHeader extends Struct {
11352
+ readonly slot: u64;
11353
+ readonly proposerIndex: u64;
11354
+ readonly parentRoot: H256;
11355
+ readonly stateRoot: H256;
11356
+ readonly bodyRoot: H256;
11357
+ }
11358
+ /** @name SnowbridgeBeaconPrimitivesSyncCommittee (278) */
11359
+ interface SnowbridgeBeaconPrimitivesSyncCommittee extends Struct {
11360
+ readonly pubkeys: Vec<SnowbridgeBeaconPrimitivesPublicKey>;
11361
+ readonly aggregatePubkey: SnowbridgeBeaconPrimitivesPublicKey;
11362
+ }
11363
+ /** @name SnowbridgeBeaconPrimitivesPublicKey (280) */
11364
+ interface SnowbridgeBeaconPrimitivesPublicKey extends U8aFixed {
11365
+ }
11366
+ /** @name PalletEthereumVerifierForkVersions (282) */
11367
+ interface PalletEthereumVerifierForkVersions extends Struct {
11368
+ readonly genesis: PalletEthereumVerifierFork;
11369
+ readonly altair: PalletEthereumVerifierFork;
11370
+ readonly bellatrix: PalletEthereumVerifierFork;
11371
+ readonly capella: PalletEthereumVerifierFork;
11372
+ readonly deneb: PalletEthereumVerifierFork;
11373
+ readonly electra: PalletEthereumVerifierFork;
11374
+ readonly fulu: PalletEthereumVerifierFork;
11375
+ }
11376
+ /** @name PalletEthereumVerifierFork (283) */
11377
+ interface PalletEthereumVerifierFork extends Struct {
11378
+ readonly version: U8aFixed;
11379
+ readonly epoch: Compact<u64>;
11380
+ }
11381
+ /** @name PalletEthereumVerifierUpdate (284) */
11382
+ interface PalletEthereumVerifierUpdate extends Struct {
11383
+ readonly attestedHeader: SnowbridgeBeaconPrimitivesBeaconHeader;
11384
+ readonly syncAggregate: SnowbridgeBeaconPrimitivesSyncAggregate;
11385
+ readonly signatureSlot: Compact<u64>;
11386
+ readonly nextSyncCommitteeUpdate: Option<PalletEthereumVerifierNextSyncCommitteeUpdate>;
11387
+ readonly finalizedHeader: SnowbridgeBeaconPrimitivesBeaconHeader;
11388
+ readonly finalityBranch: Vec<H256>;
11389
+ }
11390
+ /** @name SnowbridgeBeaconPrimitivesSyncAggregate (285) */
11391
+ interface SnowbridgeBeaconPrimitivesSyncAggregate extends Struct {
11392
+ readonly syncCommitteeBits: U8aFixed;
11393
+ readonly syncCommitteeSignature: SnowbridgeBeaconPrimitivesSignature;
11394
+ }
11395
+ /** @name SnowbridgeBeaconPrimitivesSignature (286) */
11396
+ interface SnowbridgeBeaconPrimitivesSignature extends U8aFixed {
11397
+ }
11398
+ /** @name PalletEthereumVerifierNextSyncCommitteeUpdate (289) */
11399
+ interface PalletEthereumVerifierNextSyncCommitteeUpdate extends Struct {
11400
+ readonly nextSyncCommittee: SnowbridgeBeaconPrimitivesSyncCommittee;
11401
+ readonly nextSyncCommitteeBranch: Vec<H256>;
11402
+ }
11403
+ /** @name PalletEthereumVerifierExecutionProof (290) */
11404
+ interface PalletEthereumVerifierExecutionProof extends Struct {
11405
+ readonly header: SnowbridgeBeaconPrimitivesBeaconHeader;
11406
+ readonly executionHeader: SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader;
11407
+ readonly executionBranch: Vec<H256>;
11408
+ }
11409
+ /** @name SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader (291) */
11410
+ interface SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader extends Enum {
11411
+ readonly isCapella: boolean;
11412
+ readonly asCapella: SnowbridgeBeaconPrimitivesExecutionPayloadHeader;
11413
+ readonly isDeneb: boolean;
11414
+ readonly asDeneb: SnowbridgeBeaconPrimitivesDenebExecutionPayloadHeader;
11415
+ readonly type: 'Capella' | 'Deneb';
11416
+ }
11417
+ /** @name SnowbridgeBeaconPrimitivesExecutionPayloadHeader (292) */
11418
+ interface SnowbridgeBeaconPrimitivesExecutionPayloadHeader extends Struct {
11419
+ readonly parentHash: H256;
11420
+ readonly feeRecipient: H160;
11421
+ readonly stateRoot: H256;
11422
+ readonly receiptsRoot: H256;
11423
+ readonly logsBloom: Bytes;
11424
+ readonly prevRandao: H256;
11425
+ readonly blockNumber: u64;
11426
+ readonly gasLimit: u64;
11427
+ readonly gasUsed: u64;
11428
+ readonly timestamp: u64;
11429
+ readonly extraData: Bytes;
11430
+ readonly baseFeePerGas: U256;
11431
+ readonly blockHash: H256;
11432
+ readonly transactionsRoot: H256;
11433
+ readonly withdrawalsRoot: H256;
11434
+ }
11435
+ /** @name SnowbridgeBeaconPrimitivesDenebExecutionPayloadHeader (293) */
11436
+ interface SnowbridgeBeaconPrimitivesDenebExecutionPayloadHeader extends Struct {
11437
+ readonly parentHash: H256;
11438
+ readonly feeRecipient: H160;
11439
+ readonly stateRoot: H256;
11440
+ readonly receiptsRoot: H256;
11441
+ readonly logsBloom: Bytes;
11442
+ readonly prevRandao: H256;
11443
+ readonly blockNumber: u64;
11444
+ readonly gasLimit: u64;
11445
+ readonly gasUsed: u64;
11446
+ readonly timestamp: u64;
11447
+ readonly extraData: Bytes;
11448
+ readonly baseFeePerGas: U256;
11449
+ readonly blockHash: H256;
11450
+ readonly transactionsRoot: H256;
11451
+ readonly withdrawalsRoot: H256;
11452
+ readonly blobGasUsed: u64;
11453
+ readonly excessBlobGas: u64;
11454
+ }
11455
+ /** @name PalletCrosschainTransferCall (294) */
11456
+ interface PalletCrosschainTransferCall extends Enum {
11457
+ readonly isSetChainConfig: boolean;
11458
+ readonly asSetChainConfig: {
11459
+ readonly config: PalletCrosschainTransferChainConfig;
11460
+ } & Struct;
11461
+ readonly isProveTransfer: boolean;
11462
+ readonly asProveTransfer: {
11463
+ readonly proof: PalletCrosschainTransferTransferProof;
11464
+ } & Struct;
11465
+ readonly type: 'SetChainConfig' | 'ProveTransfer';
11466
+ }
11467
+ /** @name PalletCrosschainTransferChainConfig (295) */
11468
+ interface PalletCrosschainTransferChainConfig extends Enum {
11469
+ readonly isEthereum: boolean;
11470
+ readonly asEthereum: {
11471
+ readonly gateway: H160;
11472
+ readonly argonToken: H160;
11473
+ readonly argonotToken: H160;
11474
+ readonly previousGateway: Option<H160>;
11475
+ readonly previousReleaseExpiration: Option<u64>;
11476
+ } & Struct;
11477
+ readonly type: 'Ethereum';
11478
+ }
11479
+ /** @name PalletCrosschainTransferTransferProof (297) */
11480
+ interface PalletCrosschainTransferTransferProof extends Enum {
11481
+ readonly isEthereum: boolean;
11482
+ readonly asEthereum: {
11483
+ readonly sourceChain: PalletCrosschainTransferSourceChain;
11484
+ readonly eventLog: ArgonPrimitivesEthereumEthereumLog;
11485
+ readonly proof: ArgonPrimitivesEthereumEthereumProof;
11486
+ } & Struct;
11487
+ readonly type: 'Ethereum';
11488
+ }
11489
+ /** @name ArgonPrimitivesEthereumEthereumLog (298) */
11490
+ interface ArgonPrimitivesEthereumEthereumLog extends Struct {
11491
+ readonly address: H160;
11492
+ readonly topics: Vec<H256>;
11493
+ readonly data: Bytes;
11494
+ }
11495
+ /** @name ArgonPrimitivesEthereumEthereumProof (299) */
11496
+ interface ArgonPrimitivesEthereumEthereumProof extends Struct {
11497
+ readonly executionBlockProof: ArgonPrimitivesEthereumEthereumExecutionBlockProof;
11498
+ readonly receiptProof: ArgonPrimitivesEthereumEthereumReceiptProof;
11499
+ }
11500
+ /** @name ArgonPrimitivesEthereumEthereumExecutionBlockProof (300) */
11501
+ interface ArgonPrimitivesEthereumEthereumExecutionBlockProof extends Struct {
11502
+ readonly anchorBlockHash: H256;
11503
+ readonly targetToAnchorHeaderChain: Vec<ArgonPrimitivesEthereumEthereumExecutionHeader>;
11504
+ }
11505
+ /** @name ArgonPrimitivesEthereumEthereumExecutionHeader (302) */
11506
+ interface ArgonPrimitivesEthereumEthereumExecutionHeader extends Struct {
11507
+ readonly rlp: Bytes;
11508
+ }
11509
+ /** @name ArgonPrimitivesEthereumEthereumReceiptProof (303) */
11510
+ interface ArgonPrimitivesEthereumEthereumReceiptProof extends Struct {
11511
+ readonly transactionIndex: Compact<u64>;
11512
+ readonly nodes: Vec<Bytes>;
11513
+ }
11514
+ /** @name PalletMultisigError (305) */
12030
11515
  interface PalletMultisigError extends Enum {
12031
11516
  readonly isMinimumThreshold: boolean;
12032
11517
  readonly isAlreadyApproved: boolean;
@@ -12044,19 +11529,19 @@ declare module '@polkadot/types/lookup' {
12044
11529
  readonly isAlreadyStored: boolean;
12045
11530
  readonly type: 'MinimumThreshold' | 'AlreadyApproved' | 'NoApprovalsNeeded' | 'TooFewSignatories' | 'TooManySignatories' | 'SignatoriesOutOfOrder' | 'SenderInSignatories' | 'NotFound' | 'NotOwner' | 'NoTimepoint' | 'WrongTimepoint' | 'UnexpectedTimepoint' | 'MaxWeightTooLow' | 'AlreadyStored';
12046
11531
  }
12047
- /** @name PalletProxyProxyDefinition (345) */
11532
+ /** @name PalletProxyProxyDefinition (308) */
12048
11533
  interface PalletProxyProxyDefinition extends Struct {
12049
11534
  readonly delegate: AccountId32;
12050
11535
  readonly proxyType: ArgonRuntimeProxyType;
12051
11536
  readonly delay: u32;
12052
11537
  }
12053
- /** @name PalletProxyAnnouncement (349) */
11538
+ /** @name PalletProxyAnnouncement (312) */
12054
11539
  interface PalletProxyAnnouncement extends Struct {
12055
11540
  readonly real: AccountId32;
12056
11541
  readonly callHash: H256;
12057
11542
  readonly height: u32;
12058
11543
  }
12059
- /** @name PalletProxyError (351) */
11544
+ /** @name PalletProxyError (314) */
12060
11545
  interface PalletProxyError extends Enum {
12061
11546
  readonly isTooMany: boolean;
12062
11547
  readonly isNotFound: boolean;
@@ -12068,34 +11553,34 @@ declare module '@polkadot/types/lookup' {
12068
11553
  readonly isNoSelfProxy: boolean;
12069
11554
  readonly type: 'TooMany' | 'NotFound' | 'NotProxy' | 'Unproxyable' | 'Duplicate' | 'NoPermission' | 'Unannounced' | 'NoSelfProxy';
12070
11555
  }
12071
- /** @name ArgonPrimitivesTickTicker (352) */
11556
+ /** @name ArgonPrimitivesTickTicker (315) */
12072
11557
  interface ArgonPrimitivesTickTicker extends Struct {
12073
11558
  readonly tickDurationMillis: Compact<u64>;
12074
11559
  readonly channelHoldExpirationTicks: Compact<u64>;
12075
11560
  }
12076
- /** @name PalletTicksError (354) */
11561
+ /** @name PalletTicksError (317) */
12077
11562
  type PalletTicksError = Null;
12078
- /** @name PalletMiningSlotMinerNonceScoring (357) */
11563
+ /** @name PalletMiningSlotMinerNonceScoring (320) */
12079
11564
  interface PalletMiningSlotMinerNonceScoring extends Struct {
12080
11565
  readonly nonce: U256;
12081
11566
  readonly lastWinBlock: Option<u32>;
12082
11567
  readonly blocksWonInFrame: u16;
12083
11568
  readonly frameStartBlocksWonSurplus: i16;
12084
11569
  }
12085
- /** @name ArgonPrimitivesBlockSealMiningBidStats (369) */
11570
+ /** @name ArgonPrimitivesBlockSealMiningBidStats (332) */
12086
11571
  interface ArgonPrimitivesBlockSealMiningBidStats extends Struct {
12087
11572
  readonly bidsCount: u32;
12088
11573
  readonly bidAmountMin: u128;
12089
11574
  readonly bidAmountMax: u128;
12090
11575
  readonly bidAmountSum: u128;
12091
11576
  }
12092
- /** @name ArgonPrimitivesBlockSealMiningSlotConfig (373) */
11577
+ /** @name ArgonPrimitivesBlockSealMiningSlotConfig (336) */
12093
11578
  interface ArgonPrimitivesBlockSealMiningSlotConfig extends Struct {
12094
11579
  readonly ticksBeforeBidEndForVrfClose: Compact<u64>;
12095
11580
  readonly ticksBetweenSlots: Compact<u64>;
12096
11581
  readonly slotBiddingStartAfterTicks: Compact<u64>;
12097
11582
  }
12098
- /** @name PalletMiningSlotError (384) */
11583
+ /** @name PalletMiningSlotError (347) */
12099
11584
  interface PalletMiningSlotError extends Enum {
12100
11585
  readonly isSlotNotTakingBids: boolean;
12101
11586
  readonly isTooManyBlockRegistrants: boolean;
@@ -12109,7 +11594,7 @@ declare module '@polkadot/types/lookup' {
12109
11594
  readonly isUnrecoverableHold: boolean;
12110
11595
  readonly type: 'SlotNotTakingBids' | 'TooManyBlockRegistrants' | 'InsufficientOwnershipTokens' | 'BidTooLow' | 'CannotRegisterOverlappingSessions' | 'CannotChangeFundingAccount' | 'InsufficientFunds' | 'BidCannotBeReduced' | 'InvalidBidAmount' | 'UnrecoverableHold';
12111
11596
  }
12112
- /** @name ArgonPrimitivesBitcoinUtxoValue (385) */
11597
+ /** @name ArgonPrimitivesBitcoinUtxoValue (348) */
12113
11598
  interface ArgonPrimitivesBitcoinUtxoValue extends Struct {
12114
11599
  readonly utxoId: u64;
12115
11600
  readonly scriptPubkey: ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey;
@@ -12117,7 +11602,7 @@ declare module '@polkadot/types/lookup' {
12117
11602
  readonly submittedAtHeight: Compact<u64>;
12118
11603
  readonly watchForSpentUntilHeight: Compact<u64>;
12119
11604
  }
12120
- /** @name ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey (386) */
11605
+ /** @name ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey (349) */
12121
11606
  interface ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey extends Enum {
12122
11607
  readonly isP2wsh: boolean;
12123
11608
  readonly asP2wsh: {
@@ -12125,7 +11610,7 @@ declare module '@polkadot/types/lookup' {
12125
11610
  } & Struct;
12126
11611
  readonly type: 'P2wsh';
12127
11612
  }
12128
- /** @name ArgonPrimitivesBitcoinBitcoinNetwork (395) */
11613
+ /** @name ArgonPrimitivesBitcoinBitcoinNetwork (358) */
12129
11614
  interface ArgonPrimitivesBitcoinBitcoinNetwork extends Enum {
12130
11615
  readonly isBitcoin: boolean;
12131
11616
  readonly isTestnet: boolean;
@@ -12133,7 +11618,7 @@ declare module '@polkadot/types/lookup' {
12133
11618
  readonly isRegtest: boolean;
12134
11619
  readonly type: 'Bitcoin' | 'Testnet' | 'Signet' | 'Regtest';
12135
11620
  }
12136
- /** @name PalletBitcoinUtxosError (396) */
11621
+ /** @name PalletBitcoinUtxosError (359) */
12137
11622
  interface PalletBitcoinUtxosError extends Enum {
12138
11623
  readonly isNoPermissions: boolean;
12139
11624
  readonly isNoBitcoinConfirmedBlock: boolean;
@@ -12152,7 +11637,7 @@ declare module '@polkadot/types/lookup' {
12152
11637
  readonly isLockAlreadyFunded: boolean;
12153
11638
  readonly type: 'NoPermissions' | 'NoBitcoinConfirmedBlock' | 'InsufficientBitcoinAmount' | 'NoBitcoinPricesAvailable' | 'ScriptPubkeyConflict' | 'UtxoNotLocked' | 'RedemptionsUnavailable' | 'InvalidBitcoinSyncHeight' | 'BitcoinHeightNotConfirmed' | 'MaxUtxosExceeded' | 'InvalidBitcoinScript' | 'DuplicateUtxoId' | 'MaxCandidateUtxosExceeded' | 'UtxoNotCandidate' | 'LockAlreadyFunded';
12154
11639
  }
12155
- /** @name ArgonPrimitivesVault (397) */
11640
+ /** @name ArgonPrimitivesVault (360) */
12156
11641
  interface ArgonPrimitivesVault extends Struct {
12157
11642
  readonly operatorAccountId: AccountId32;
12158
11643
  readonly bitcoinLockDelegateAccount: Option<AccountId32>;
@@ -12172,7 +11657,7 @@ declare module '@polkadot/types/lookup' {
12172
11657
  readonly openedTick: Compact<u64>;
12173
11658
  readonly operationalMinimumReleaseTick: Option<u64>;
12174
11659
  }
12175
- /** @name ArgonPrimitivesBitcoinBitcoinXPub (405) */
11660
+ /** @name ArgonPrimitivesBitcoinBitcoinXPub (368) */
12176
11661
  interface ArgonPrimitivesBitcoinBitcoinXPub extends Struct {
12177
11662
  readonly publicKey: ArgonPrimitivesBitcoinCompressedBitcoinPubkey;
12178
11663
  readonly depth: Compact<u8>;
@@ -12181,13 +11666,13 @@ declare module '@polkadot/types/lookup' {
12181
11666
  readonly chainCode: U8aFixed;
12182
11667
  readonly network: ArgonPrimitivesBitcoinNetworkKind;
12183
11668
  }
12184
- /** @name ArgonPrimitivesBitcoinNetworkKind (407) */
11669
+ /** @name ArgonPrimitivesBitcoinNetworkKind (370) */
12185
11670
  interface ArgonPrimitivesBitcoinNetworkKind extends Enum {
12186
11671
  readonly isMain: boolean;
12187
11672
  readonly isTest: boolean;
12188
11673
  readonly type: 'Main' | 'Test';
12189
11674
  }
12190
- /** @name PalletVaultsVaultFrameRevenue (416) */
11675
+ /** @name PalletVaultsVaultFrameRevenue (379) */
12191
11676
  interface PalletVaultsVaultFrameRevenue extends Struct {
12192
11677
  readonly frameId: Compact<u64>;
12193
11678
  readonly bitcoinLockFeeRevenue: Compact<u128>;
@@ -12206,14 +11691,14 @@ declare module '@polkadot/types/lookup' {
12206
11691
  readonly treasuryExternalCapital: Compact<u128>;
12207
11692
  readonly uncollectedRevenue: Compact<u128>;
12208
11693
  }
12209
- /** @name PalletVaultsRecentCapacityDrop (419) */
11694
+ /** @name PalletVaultsRecentCapacityDrop (382) */
12210
11695
  interface PalletVaultsRecentCapacityDrop extends Struct {
12211
11696
  readonly blockNumber: Compact<u32>;
12212
11697
  readonly availableBeforeDrop: Compact<u128>;
12213
11698
  readonly availableAfterDrop: Compact<u128>;
12214
11699
  readonly noFeeFailuresUsed: Compact<u32>;
12215
11700
  }
12216
- /** @name PalletVaultsError (421) */
11701
+ /** @name PalletVaultsError (384) */
12217
11702
  interface PalletVaultsError extends Enum {
12218
11703
  readonly isNoMoreVaultIds: boolean;
12219
11704
  readonly isInsufficientFunds: boolean;
@@ -12247,7 +11732,7 @@ declare module '@polkadot/types/lookup' {
12247
11732
  readonly isAccountAlreadyHasVault: boolean;
12248
11733
  readonly type: 'NoMoreVaultIds' | 'InsufficientFunds' | 'InsufficientVaultFunds' | 'AccountBelowMinimumBalance' | 'VaultClosed' | 'InvalidVaultAmount' | 'VaultReductionBelowSecuritization' | 'InvalidSecuritization' | 'ReusedVaultBitcoinXpub' | 'InvalidBitcoinScript' | 'InvalidXpubkey' | 'WrongXpubNetwork' | 'UnsafeXpubkey' | 'UnableToDeriveVaultXpubChild' | 'BitcoinConversionFailed' | 'NoPermissions' | 'HoldUnexpectedlyModified' | 'UnrecoverableHold' | 'VaultNotFound' | 'VaultNotYetActive' | 'NoVaultBitcoinPubkeysAvailable' | 'TermsModificationOverflow' | 'TermsChangeAlreadyScheduled' | 'InternalError' | 'UnableToGenerateVaultBitcoinPubkey' | 'FundingChangeAlreadyScheduled' | 'InvalidVaultName' | 'PendingCosignsBeforeCollect' | 'PendingOrphanedUtxoCosignsBeforeCollect' | 'AccountAlreadyHasVault';
12249
11734
  }
12250
- /** @name PalletBitcoinLocksLockedBitcoin (422) */
11735
+ /** @name PalletBitcoinLocksLockedBitcoin (385) */
12251
11736
  interface PalletBitcoinLocksLockedBitcoin extends Struct {
12252
11737
  readonly vaultId: Compact<u32>;
12253
11738
  readonly liquidityPromised: Compact<u128>;
@@ -12270,7 +11755,7 @@ declare module '@polkadot/types/lookup' {
12270
11755
  readonly fundHoldExtensions: BTreeMap<u64, u128>;
12271
11756
  readonly createdAtArgonBlock: Compact<u32>;
12272
11757
  }
12273
- /** @name PalletBitcoinLocksLockReleaseRequest (425) */
11758
+ /** @name PalletBitcoinLocksLockReleaseRequest (388) */
12274
11759
  interface PalletBitcoinLocksLockReleaseRequest extends Struct {
12275
11760
  readonly utxoId: Compact<u64>;
12276
11761
  readonly vaultId: Compact<u32>;
@@ -12279,7 +11764,7 @@ declare module '@polkadot/types/lookup' {
12279
11764
  readonly toScriptPubkey: Bytes;
12280
11765
  readonly redemptionPrice: Compact<u128>;
12281
11766
  }
12282
- /** @name PalletBitcoinLocksOrphanedUtxo (427) */
11767
+ /** @name PalletBitcoinLocksOrphanedUtxo (390) */
12283
11768
  interface PalletBitcoinLocksOrphanedUtxo extends Struct {
12284
11769
  readonly utxoId: Compact<u64>;
12285
11770
  readonly vaultId: Compact<u32>;
@@ -12287,13 +11772,13 @@ declare module '@polkadot/types/lookup' {
12287
11772
  readonly recordedArgonBlockNumber: Compact<u32>;
12288
11773
  readonly cosignRequest: Option<PalletBitcoinLocksOrphanedUtxoCosignRequest>;
12289
11774
  }
12290
- /** @name PalletBitcoinLocksOrphanedUtxoCosignRequest (429) */
11775
+ /** @name PalletBitcoinLocksOrphanedUtxoCosignRequest (392) */
12291
11776
  interface PalletBitcoinLocksOrphanedUtxoCosignRequest extends Struct {
12292
11777
  readonly bitcoinNetworkFee: u64;
12293
11778
  readonly toScriptPubkey: Bytes;
12294
11779
  readonly createdAtArgonBlockNumber: u32;
12295
11780
  }
12296
- /** @name PalletBitcoinLocksError (436) */
11781
+ /** @name PalletBitcoinLocksError (399) */
12297
11782
  interface PalletBitcoinLocksError extends Enum {
12298
11783
  readonly isInsufficientFunds: boolean;
12299
11784
  readonly isInsufficientVaultFunds: boolean;
@@ -12333,7 +11818,7 @@ declare module '@polkadot/types/lookup' {
12333
11818
  readonly isMaxOrphanedUtxoReleaseRequestsExceeded: boolean;
12334
11819
  readonly type: 'InsufficientFunds' | 'InsufficientVaultFunds' | 'AccountWouldGoBelowMinimumBalance' | 'VaultClosed' | 'InvalidVaultAmount' | 'RedemptionNotLocked' | 'BitcoinReleaseInitiationDeadlinePassed' | 'BitcoinFeeTooHigh' | 'BitcoinUtxoNotFound' | 'BitcoinUnableToBeDecodedForRelease' | 'BitcoinSignatureUnableToBeDecoded' | 'BitcoinPubkeyUnableToBeDecoded' | 'BitcoinInvalidCosignature' | 'InsufficientSatoshisLocked' | 'NoBitcoinPricesAvailable' | 'InvalidBitcoinScript' | 'NoPermissions' | 'HoldUnexpectedlyModified' | 'UnrecoverableHold' | 'VaultNotFound' | 'GenericVaultError' | 'LockNotFound' | 'NoVaultBitcoinPubkeysAvailable' | 'UnableToGenerateVaultBitcoinPubkey' | 'VaultNotYetActive' | 'ExpirationAtBlockOverflow' | 'NoRatchetingAvailable' | 'LockInProcessOfRelease' | 'LockPendingFunding' | 'OverflowError' | 'IneligibleMicrogonRateRequested' | 'OrphanedUtxoFundingConflict' | 'OrphanedUtxoReleaseRequested' | 'FundingUtxoCannotBeReleased' | 'MaxOrphanedUtxoReleaseRequestsExceeded';
12335
11820
  }
12336
- /** @name ArgonPrimitivesVaultVaultError (437) */
11821
+ /** @name ArgonPrimitivesVaultVaultError (400) */
12337
11822
  interface ArgonPrimitivesVaultVaultError extends Enum {
12338
11823
  readonly isVaultClosed: boolean;
12339
11824
  readonly isAccountWouldBeBelowMinimum: boolean;
@@ -12349,7 +11834,7 @@ declare module '@polkadot/types/lookup' {
12349
11834
  readonly isVaultNotYetActive: boolean;
12350
11835
  readonly type: 'VaultClosed' | 'AccountWouldBeBelowMinimum' | 'InsufficientFunds' | 'InsufficientVaultFunds' | 'HoldUnexpectedlyModified' | 'UnrecoverableHold' | 'VaultNotFound' | 'NoVaultBitcoinPubkeysAvailable' | 'UnableToGenerateVaultBitcoinPubkey' | 'InvalidBitcoinScript' | 'InternalError' | 'VaultNotYetActive';
12351
11836
  }
12352
- /** @name PalletNotariesError (449) */
11837
+ /** @name PalletNotariesError (412) */
12353
11838
  interface PalletNotariesError extends Enum {
12354
11839
  readonly isProposalNotFound: boolean;
12355
11840
  readonly isMaxNotariesExceeded: boolean;
@@ -12362,7 +11847,7 @@ declare module '@polkadot/types/lookup' {
12362
11847
  readonly isInvalidNotary: boolean;
12363
11848
  readonly type: 'ProposalNotFound' | 'MaxNotariesExceeded' | 'MaxProposalsPerBlockExceeded' | 'NotAnActiveNotary' | 'InvalidNotaryOperator' | 'NoMoreNotaryIds' | 'EffectiveTickTooSoon' | 'TooManyKeys' | 'InvalidNotary';
12364
11849
  }
12365
- /** @name ArgonPrimitivesNotaryNotaryNotebookKeyDetails (453) */
11850
+ /** @name ArgonPrimitivesNotaryNotaryNotebookKeyDetails (416) */
12366
11851
  interface ArgonPrimitivesNotaryNotaryNotebookKeyDetails extends Struct {
12367
11852
  readonly notebookNumber: Compact<u32>;
12368
11853
  readonly tick: Compact<u64>;
@@ -12370,7 +11855,7 @@ declare module '@polkadot/types/lookup' {
12370
11855
  readonly secretHash: H256;
12371
11856
  readonly parentSecret: Option<H256>;
12372
11857
  }
12373
- /** @name PalletNotebookError (456) */
11858
+ /** @name PalletNotebookError (419) */
12374
11859
  interface PalletNotebookError extends Enum {
12375
11860
  readonly isDuplicateNotebookNumber: boolean;
12376
11861
  readonly isMissingNotebookNumber: boolean;
@@ -12389,18 +11874,18 @@ declare module '@polkadot/types/lookup' {
12389
11874
  readonly isInvalidNotebookSubmissionTick: boolean;
12390
11875
  readonly type: 'DuplicateNotebookNumber' | 'MissingNotebookNumber' | 'NotebookTickAlreadyUsed' | 'InvalidNotebookSignature' | 'InvalidSecretProvided' | 'CouldNotDecodeNotebook' | 'DuplicateNotebookDigest' | 'MissingNotebookDigest' | 'InvalidNotebookDigest' | 'MultipleNotebookInherentsProvided' | 'InternalError' | 'NotebookSubmittedForLockedNotary' | 'InvalidReprocessNotebook' | 'InvalidNotaryOperator' | 'InvalidNotebookSubmissionTick';
12391
11876
  }
12392
- /** @name PalletChainTransferQueuedTransferOut (457) */
12393
- interface PalletChainTransferQueuedTransferOut extends Struct {
11877
+ /** @name PalletLocalchainTransferQueuedTransferOut (420) */
11878
+ interface PalletLocalchainTransferQueuedTransferOut extends Struct {
12394
11879
  readonly accountId: AccountId32;
12395
11880
  readonly amount: u128;
12396
11881
  readonly expirationTick: u64;
12397
11882
  readonly notaryId: u32;
12398
11883
  }
12399
- /** @name FrameSupportPalletId (459) */
11884
+ /** @name FrameSupportPalletId (422) */
12400
11885
  interface FrameSupportPalletId extends U8aFixed {
12401
11886
  }
12402
- /** @name PalletChainTransferError (460) */
12403
- interface PalletChainTransferError extends Enum {
11887
+ /** @name PalletLocalchainTransferError (423) */
11888
+ interface PalletLocalchainTransferError extends Enum {
12404
11889
  readonly isMaxBlockTransfersExceeded: boolean;
12405
11890
  readonly isInsufficientFunds: boolean;
12406
11891
  readonly isInsufficientNotarizedFunds: boolean;
@@ -12411,7 +11896,7 @@ declare module '@polkadot/types/lookup' {
12411
11896
  readonly isNoAvailableTransferId: boolean;
12412
11897
  readonly type: 'MaxBlockTransfersExceeded' | 'InsufficientFunds' | 'InsufficientNotarizedFunds' | 'InvalidOrDuplicatedLocalchainTransfer' | 'NotebookIncludesExpiredLocalchainTransfer' | 'InvalidNotaryUsedForTransfer' | 'NotaryLockedForTransfer' | 'NoAvailableTransferId';
12413
11898
  }
12414
- /** @name ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails (464) */
11899
+ /** @name ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails (427) */
12415
11900
  interface ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails extends Struct {
12416
11901
  readonly notaryId: Compact<u32>;
12417
11902
  readonly notebookNumber: Compact<u32>;
@@ -12419,12 +11904,12 @@ declare module '@polkadot/types/lookup' {
12419
11904
  readonly blockVotesCount: Compact<u32>;
12420
11905
  readonly blockVotingPower: Compact<u128>;
12421
11906
  }
12422
- /** @name PalletBlockSealSpecError (469) */
11907
+ /** @name PalletBlockSealSpecError (432) */
12423
11908
  interface PalletBlockSealSpecError extends Enum {
12424
11909
  readonly isMaxNotebooksAtTickExceeded: boolean;
12425
11910
  readonly type: 'MaxNotebooksAtTickExceeded';
12426
11911
  }
12427
- /** @name PalletDomainsError (471) */
11912
+ /** @name PalletDomainsError (434) */
12428
11913
  interface PalletDomainsError extends Enum {
12429
11914
  readonly isDomainNotRegistered: boolean;
12430
11915
  readonly isNotDomainOwner: boolean;
@@ -12433,13 +11918,13 @@ declare module '@polkadot/types/lookup' {
12433
11918
  readonly isAccountDecodingError: boolean;
12434
11919
  readonly type: 'DomainNotRegistered' | 'NotDomainOwner' | 'FailedToAddToAddressHistory' | 'FailedToAddExpiringDomain' | 'AccountDecodingError';
12435
11920
  }
12436
- /** @name PalletPriceIndexCpiMeasurementBucket (473) */
11921
+ /** @name PalletPriceIndexCpiMeasurementBucket (436) */
12437
11922
  interface PalletPriceIndexCpiMeasurementBucket extends Struct {
12438
11923
  readonly tickRange: ITuple<[u64, u64]>;
12439
11924
  readonly totalCpi: i128;
12440
11925
  readonly measurementsCount: u32;
12441
11926
  }
12442
- /** @name PalletPriceIndexError (475) */
11927
+ /** @name PalletPriceIndexError (438) */
12443
11928
  interface PalletPriceIndexError extends Enum {
12444
11929
  readonly isNotAuthorizedOperator: boolean;
12445
11930
  readonly isMissingValue: boolean;
@@ -12447,7 +11932,7 @@ declare module '@polkadot/types/lookup' {
12447
11932
  readonly isMaxPriceChangePerTickExceeded: boolean;
12448
11933
  readonly type: 'NotAuthorizedOperator' | 'MissingValue' | 'PricesTooOld' | 'MaxPriceChangePerTickExceeded';
12449
11934
  }
12450
- /** @name PalletGrandpaStoredState (476) */
11935
+ /** @name PalletGrandpaStoredState (439) */
12451
11936
  interface PalletGrandpaStoredState extends Enum {
12452
11937
  readonly isLive: boolean;
12453
11938
  readonly isPendingPause: boolean;
@@ -12463,14 +11948,14 @@ declare module '@polkadot/types/lookup' {
12463
11948
  } & Struct;
12464
11949
  readonly type: 'Live' | 'PendingPause' | 'Paused' | 'PendingResume';
12465
11950
  }
12466
- /** @name PalletGrandpaStoredPendingChange (477) */
11951
+ /** @name PalletGrandpaStoredPendingChange (440) */
12467
11952
  interface PalletGrandpaStoredPendingChange extends Struct {
12468
11953
  readonly scheduledAt: u32;
12469
11954
  readonly delay: u32;
12470
11955
  readonly nextAuthorities: Vec<ITuple<[SpConsensusGrandpaAppPublic, u64]>>;
12471
11956
  readonly forced: Option<u32>;
12472
11957
  }
12473
- /** @name PalletGrandpaError (479) */
11958
+ /** @name PalletGrandpaError (442) */
12474
11959
  interface PalletGrandpaError extends Enum {
12475
11960
  readonly isPauseFailed: boolean;
12476
11961
  readonly isResumeFailed: boolean;
@@ -12481,13 +11966,13 @@ declare module '@polkadot/types/lookup' {
12481
11966
  readonly isDuplicateOffenceReport: boolean;
12482
11967
  readonly type: 'PauseFailed' | 'ResumeFailed' | 'ChangePending' | 'TooSoon' | 'InvalidKeyOwnershipProof' | 'InvalidEquivocationProof' | 'DuplicateOffenceReport';
12483
11968
  }
12484
- /** @name ArgonPrimitivesProvidersBlockSealerInfo (480) */
11969
+ /** @name ArgonPrimitivesProvidersBlockSealerInfo (443) */
12485
11970
  interface ArgonPrimitivesProvidersBlockSealerInfo extends Struct {
12486
11971
  readonly blockAuthorAccountId: AccountId32;
12487
11972
  readonly blockVoteRewardsAccount: Option<AccountId32>;
12488
11973
  readonly blockSealAuthority: Option<ArgonPrimitivesBlockSealAppPublic>;
12489
11974
  }
12490
- /** @name PalletBlockSealError (482) */
11975
+ /** @name PalletBlockSealError (445) */
12491
11976
  interface PalletBlockSealError extends Enum {
12492
11977
  readonly isInvalidVoteSealStrength: boolean;
12493
11978
  readonly isInvalidSubmitter: boolean;
@@ -12512,59 +11997,59 @@ declare module '@polkadot/types/lookup' {
12512
11997
  readonly isDuplicateVoteBlockAtTick: boolean;
12513
11998
  readonly type: 'InvalidVoteSealStrength' | 'InvalidSubmitter' | 'UnableToDecodeVoteAccount' | 'UnregisteredBlockAuthor' | 'InvalidBlockVoteProof' | 'NoGrandparentVoteMinimum' | 'DuplicateBlockSealProvided' | 'InsufficientVotingPower' | 'ParentVotingKeyNotFound' | 'InvalidVoteGrandparentHash' | 'IneligibleNotebookUsed' | 'NoEligibleVotingRoot' | 'CouldNotDecodeVote' | 'MaxNotebooksAtTickExceeded' | 'NoClosestMinerFoundForVote' | 'BlockVoteInvalidSignature' | 'InvalidForkPowerParent' | 'BlockSealDecodeError' | 'InvalidComputeBlockTick' | 'InvalidMinerNonceScore' | 'DuplicateVoteBlockAtTick';
12514
11999
  }
12515
- /** @name PalletBlockRewardsError (486) */
12000
+ /** @name PalletBlockRewardsError (449) */
12516
12001
  type PalletBlockRewardsError = Null;
12517
- /** @name PalletMintMintAction (492) */
12002
+ /** @name PalletMintMintAction (455) */
12518
12003
  interface PalletMintMintAction extends Struct {
12519
12004
  readonly argonBurned: u128;
12520
12005
  readonly argonMinted: u128;
12521
12006
  readonly bitcoinMinted: u128;
12522
12007
  }
12523
- /** @name PalletMintError (493) */
12008
+ /** @name PalletMintError (456) */
12524
12009
  interface PalletMintError extends Enum {
12525
12010
  readonly isTooManyPendingMints: boolean;
12526
12011
  readonly type: 'TooManyPendingMints';
12527
12012
  }
12528
- /** @name PalletBalancesBalanceLock (495) */
12013
+ /** @name PalletBalancesBalanceLock (458) */
12529
12014
  interface PalletBalancesBalanceLock extends Struct {
12530
12015
  readonly id: U8aFixed;
12531
12016
  readonly amount: u128;
12532
12017
  readonly reasons: PalletBalancesReasons;
12533
12018
  }
12534
- /** @name PalletBalancesReasons (496) */
12019
+ /** @name PalletBalancesReasons (459) */
12535
12020
  interface PalletBalancesReasons extends Enum {
12536
12021
  readonly isFee: boolean;
12537
12022
  readonly isMisc: boolean;
12538
12023
  readonly isAll: boolean;
12539
12024
  readonly type: 'Fee' | 'Misc' | 'All';
12540
12025
  }
12541
- /** @name PalletBalancesReserveData (499) */
12026
+ /** @name PalletBalancesReserveData (462) */
12542
12027
  interface PalletBalancesReserveData extends Struct {
12543
12028
  readonly id: U8aFixed;
12544
12029
  readonly amount: u128;
12545
12030
  }
12546
- /** @name FrameSupportTokensMiscIdAmountRuntimeHoldReason (502) */
12031
+ /** @name FrameSupportTokensMiscIdAmountRuntimeHoldReason (465) */
12547
12032
  interface FrameSupportTokensMiscIdAmountRuntimeHoldReason extends Struct {
12548
12033
  readonly id: ArgonRuntimeRuntimeHoldReason;
12549
12034
  readonly amount: u128;
12550
12035
  }
12551
- /** @name FrameSupportTokensMiscIdAmountRuntimeFreezeReason (505) */
12036
+ /** @name FrameSupportTokensMiscIdAmountRuntimeFreezeReason (468) */
12552
12037
  interface FrameSupportTokensMiscIdAmountRuntimeFreezeReason extends Struct {
12553
12038
  readonly id: ArgonRuntimeRuntimeFreezeReason;
12554
12039
  readonly amount: u128;
12555
12040
  }
12556
- /** @name ArgonRuntimeRuntimeFreezeReason (506) */
12041
+ /** @name ArgonRuntimeRuntimeFreezeReason (469) */
12557
12042
  interface ArgonRuntimeRuntimeFreezeReason extends Enum {
12558
12043
  readonly isBlockRewards: boolean;
12559
12044
  readonly asBlockRewards: PalletBlockRewardsFreezeReason;
12560
12045
  readonly type: 'BlockRewards';
12561
12046
  }
12562
- /** @name PalletBlockRewardsFreezeReason (507) */
12047
+ /** @name PalletBlockRewardsFreezeReason (470) */
12563
12048
  interface PalletBlockRewardsFreezeReason extends Enum {
12564
12049
  readonly isMaturationPeriod: boolean;
12565
12050
  readonly type: 'MaturationPeriod';
12566
12051
  }
12567
- /** @name PalletBalancesError (509) */
12052
+ /** @name PalletBalancesError (472) */
12568
12053
  interface PalletBalancesError extends Enum {
12569
12054
  readonly isVestingBalance: boolean;
12570
12055
  readonly isLiquidityRestrictions: boolean;
@@ -12580,7 +12065,7 @@ declare module '@polkadot/types/lookup' {
12580
12065
  readonly isDeltaZero: boolean;
12581
12066
  readonly type: 'VestingBalance' | 'LiquidityRestrictions' | 'InsufficientBalance' | 'ExistentialDeposit' | 'Expendability' | 'ExistingVestingSchedule' | 'DeadAccount' | 'TooManyReserves' | 'TooManyHolds' | 'TooManyFreezes' | 'IssuanceDeactivated' | 'DeltaZero';
12582
12067
  }
12583
- /** @name PalletTxPauseError (511) */
12068
+ /** @name PalletTxPauseError (474) */
12584
12069
  interface PalletTxPauseError extends Enum {
12585
12070
  readonly isIsPaused: boolean;
12586
12071
  readonly isIsUnpaused: boolean;
@@ -12588,71 +12073,46 @@ declare module '@polkadot/types/lookup' {
12588
12073
  readonly isNotFound: boolean;
12589
12074
  readonly type: 'IsPaused' | 'IsUnpaused' | 'Unpausable' | 'NotFound';
12590
12075
  }
12591
- /** @name PalletTransactionPaymentReleases (512) */
12076
+ /** @name PalletTransactionPaymentReleases (475) */
12592
12077
  interface PalletTransactionPaymentReleases extends Enum {
12593
12078
  readonly isV1Ancient: boolean;
12594
12079
  readonly isV2: boolean;
12595
12080
  readonly type: 'V1Ancient' | 'V2';
12596
12081
  }
12597
- /** @name FrameSupportStorageNoDrop (513) */
12082
+ /** @name FrameSupportStorageNoDrop (476) */
12598
12083
  interface FrameSupportStorageNoDrop extends FrameSupportTokensFungibleImbalance {
12599
12084
  }
12600
- /** @name FrameSupportTokensFungibleImbalance (514) */
12085
+ /** @name FrameSupportTokensFungibleImbalance (477) */
12601
12086
  interface FrameSupportTokensFungibleImbalance extends Struct {
12602
12087
  readonly amount: u128;
12603
12088
  }
12604
- /** @name PalletUtilityError (515) */
12089
+ /** @name PalletUtilityError (478) */
12605
12090
  interface PalletUtilityError extends Enum {
12606
12091
  readonly isTooManyCalls: boolean;
12607
12092
  readonly type: 'TooManyCalls';
12608
12093
  }
12609
- /** @name PalletSudoError (516) */
12094
+ /** @name PalletSudoError (479) */
12610
12095
  interface PalletSudoError extends Enum {
12611
12096
  readonly isRequireSudo: boolean;
12612
12097
  readonly type: 'RequireSudo';
12613
12098
  }
12614
- /** @name PalletIsmpError (517) */
12615
- interface PalletIsmpError extends Enum {
12616
- readonly isInvalidMessage: boolean;
12617
- readonly isMessageNotFound: boolean;
12618
- readonly isConsensusClientCreationFailed: boolean;
12619
- readonly isUnbondingPeriodUpdateFailed: boolean;
12620
- readonly isChallengePeriodUpdateFailed: boolean;
12621
- readonly isErrorChargingFee: boolean;
12622
- readonly type: 'InvalidMessage' | 'MessageNotFound' | 'ConsensusClientCreationFailed' | 'UnbondingPeriodUpdateFailed' | 'ChallengePeriodUpdateFailed' | 'ErrorChargingFee';
12623
- }
12624
- /** @name PalletHyperbridgeError (518) */
12625
- type PalletHyperbridgeError = Null;
12626
- /** @name PalletTokenGatewayError (520) */
12627
- interface PalletTokenGatewayError extends Enum {
12628
- readonly isUnregisteredAsset: boolean;
12629
- readonly isAssetTeleportError: boolean;
12630
- readonly isCoprocessorNotConfigured: boolean;
12631
- readonly isDispatchError: boolean;
12632
- readonly isAssetCreationError: boolean;
12633
- readonly isAssetDecimalsNotFound: boolean;
12634
- readonly isNotInitialized: boolean;
12635
- readonly isUnknownAsset: boolean;
12636
- readonly isNotAssetOwner: boolean;
12637
- readonly type: 'UnregisteredAsset' | 'AssetTeleportError' | 'CoprocessorNotConfigured' | 'DispatchError' | 'AssetCreationError' | 'AssetDecimalsNotFound' | 'NotInitialized' | 'UnknownAsset' | 'NotAssetOwner';
12638
- }
12639
- /** @name PalletTreasuryFrameVaultCapital (521) */
12099
+ /** @name PalletTreasuryFrameVaultCapital (480) */
12640
12100
  interface PalletTreasuryFrameVaultCapital extends Struct {
12641
12101
  readonly frameId: Compact<u64>;
12642
12102
  readonly vaults: BTreeMap<u32, PalletTreasuryVaultCapital>;
12643
12103
  }
12644
- /** @name PalletTreasuryVaultCapital (523) */
12104
+ /** @name PalletTreasuryVaultCapital (482) */
12645
12105
  interface PalletTreasuryVaultCapital extends Struct {
12646
12106
  readonly bondLotAllocations: Vec<PalletTreasuryBondLotAllocation>;
12647
12107
  readonly eligibleBonds: Compact<u32>;
12648
12108
  readonly vaultSharingPercent: Compact<Permill>;
12649
12109
  }
12650
- /** @name PalletTreasuryBondLotAllocation (525) */
12110
+ /** @name PalletTreasuryBondLotAllocation (484) */
12651
12111
  interface PalletTreasuryBondLotAllocation extends Struct {
12652
12112
  readonly bondLotId: Compact<u64>;
12653
12113
  readonly prorata: u128;
12654
12114
  }
12655
- /** @name PalletTreasuryBondLot (530) */
12115
+ /** @name PalletTreasuryBondLot (489) */
12656
12116
  interface PalletTreasuryBondLot extends Struct {
12657
12117
  readonly owner: AccountId32;
12658
12118
  readonly vaultId: Compact<u32>;
@@ -12665,12 +12125,12 @@ declare module '@polkadot/types/lookup' {
12665
12125
  readonly releaseFrameId: Option<u64>;
12666
12126
  readonly releaseReason: Option<PalletTreasuryBondReleaseReason>;
12667
12127
  }
12668
- /** @name PalletTreasuryBondLotSummary (535) */
12128
+ /** @name PalletTreasuryBondLotSummary (494) */
12669
12129
  interface PalletTreasuryBondLotSummary extends Struct {
12670
12130
  readonly bondLotId: Compact<u64>;
12671
12131
  readonly bonds: Compact<u32>;
12672
12132
  }
12673
- /** @name PalletTreasuryError (537) */
12133
+ /** @name PalletTreasuryError (496) */
12674
12134
  interface PalletTreasuryError extends Enum {
12675
12135
  readonly isBondPurchaseRejected: boolean;
12676
12136
  readonly isVaultNotAcceptingBondPurchases: boolean;
@@ -12684,12 +12144,12 @@ declare module '@polkadot/types/lookup' {
12684
12144
  readonly isBondPurchaseAboveSecurity: boolean;
12685
12145
  readonly type: 'BondPurchaseRejected' | 'VaultNotAcceptingBondPurchases' | 'BondPurchaseBelowMinimum' | 'InternalError' | 'MaxAcceptedBondLotsExceeded' | 'MaxPendingBondReleasesExceeded' | 'BondLotNotFound' | 'NotBondLotOwner' | 'BondLotAlreadyReleasing' | 'BondPurchaseAboveSecurity';
12686
12146
  }
12687
- /** @name PalletFeeControlError (538) */
12147
+ /** @name PalletFeeControlError (497) */
12688
12148
  interface PalletFeeControlError extends Enum {
12689
12149
  readonly isSponsoredFeeTooHigh: boolean;
12690
12150
  readonly type: 'SponsoredFeeTooHigh';
12691
12151
  }
12692
- /** @name PalletOperationalAccountsOperationalAccount (540) */
12152
+ /** @name PalletOperationalAccountsOperationalAccount (498) */
12693
12153
  interface PalletOperationalAccountsOperationalAccount extends Struct {
12694
12154
  readonly vaultAccount: AccountId32;
12695
12155
  readonly miningFundingAccount: AccountId32;
@@ -12711,12 +12171,12 @@ declare module '@polkadot/types/lookup' {
12711
12171
  readonly rewardsCollectedAmount: u128;
12712
12172
  readonly isOperational: bool;
12713
12173
  }
12714
- /** @name PalletOperationalAccountsRewardsConfig (542) */
12174
+ /** @name PalletOperationalAccountsRewardsConfig (500) */
12715
12175
  interface PalletOperationalAccountsRewardsConfig extends Struct {
12716
12176
  readonly operationalReferralReward: Compact<u128>;
12717
12177
  readonly referralBonusReward: Compact<u128>;
12718
12178
  }
12719
- /** @name PalletOperationalAccountsError (544) */
12179
+ /** @name PalletOperationalAccountsError (502) */
12720
12180
  interface PalletOperationalAccountsError extends Enum {
12721
12181
  readonly isAlreadyRegistered: boolean;
12722
12182
  readonly isInvalidRegistrationSubmitter: boolean;
@@ -12737,37 +12197,111 @@ declare module '@polkadot/types/lookup' {
12737
12197
  readonly isNotEligibleForActivation: boolean;
12738
12198
  readonly type: 'AlreadyRegistered' | 'InvalidRegistrationSubmitter' | 'AccountAlreadyLinked' | 'InvalidAccountProof' | 'NotOperationalAccount' | 'InvalidReferralProof' | 'ReferralProofExpired' | 'NoProgressUpdateProvided' | 'EncryptedServerTooLong' | 'NotSponsorOfSponsee' | 'NoPendingRewards' | 'RewardClaimBelowMinimum' | 'RewardClaimNotWholeArgon' | 'RewardClaimExceedsPending' | 'TreasuryInsufficientFunds' | 'AlreadyOperational' | 'NotEligibleForActivation';
12739
12199
  }
12740
- /** @name FrameSystemExtensionsAuthorizeCall (547) */
12200
+ /** @name PalletEthereumVerifierFinalizedBeaconHeaderState (503) */
12201
+ interface PalletEthereumVerifierFinalizedBeaconHeaderState extends Struct {
12202
+ readonly slot: Compact<u64>;
12203
+ }
12204
+ /** @name PalletEthereumVerifierExecutionHeaderAnchor (504) */
12205
+ interface PalletEthereumVerifierExecutionHeaderAnchor extends Struct {
12206
+ readonly blockNumber: Compact<u64>;
12207
+ readonly blockHash: H256;
12208
+ readonly parentHash: H256;
12209
+ readonly receiptsRoot: H256;
12210
+ }
12211
+ /** @name SnowbridgeBeaconPrimitivesSyncCommitteePrepared (505) */
12212
+ interface SnowbridgeBeaconPrimitivesSyncCommitteePrepared extends Struct {
12213
+ readonly root: H256;
12214
+ readonly pubkeys: Vec<SnowbridgeMilagroBlsKeysPublicKey>;
12215
+ readonly aggregatePubkey: SnowbridgeMilagroBlsKeysPublicKey;
12216
+ }
12217
+ /** @name SnowbridgeMilagroBlsKeysPublicKey (507) */
12218
+ interface SnowbridgeMilagroBlsKeysPublicKey extends Struct {
12219
+ readonly point: SnowbridgeAmclBls381Ecp;
12220
+ }
12221
+ /** @name SnowbridgeAmclBls381Ecp (508) */
12222
+ interface SnowbridgeAmclBls381Ecp extends Struct {
12223
+ readonly x: SnowbridgeAmclBls381Fp;
12224
+ readonly y: SnowbridgeAmclBls381Fp;
12225
+ readonly z: SnowbridgeAmclBls381Fp;
12226
+ }
12227
+ /** @name SnowbridgeAmclBls381Fp (509) */
12228
+ interface SnowbridgeAmclBls381Fp extends Struct {
12229
+ readonly x: SnowbridgeAmclBls381Big;
12230
+ readonly xes: i32;
12231
+ }
12232
+ /** @name SnowbridgeAmclBls381Big (510) */
12233
+ interface SnowbridgeAmclBls381Big extends Struct {
12234
+ readonly w: Vec<i32>;
12235
+ }
12236
+ /** @name PalletEthereumVerifierError (513) */
12237
+ interface PalletEthereumVerifierError extends Enum {
12238
+ readonly isSkippedSyncCommitteePeriod: boolean;
12239
+ readonly isSyncCommitteeUpdateRequired: boolean;
12240
+ readonly isIrrelevantUpdate: boolean;
12241
+ readonly isNotBootstrapped: boolean;
12242
+ readonly isSyncCommitteeParticipantsNotSupermajority: boolean;
12243
+ readonly isInvalidHeaderMerkleProof: boolean;
12244
+ readonly isInvalidSyncCommitteeMerkleProof: boolean;
12245
+ readonly isInvalidExecutionHeaderProof: boolean;
12246
+ readonly isInvalidFinalizedHeaderGap: boolean;
12247
+ readonly isHeaderHashTreeRootFailed: boolean;
12248
+ readonly isBlockBodyHashTreeRootFailed: boolean;
12249
+ readonly isSyncCommitteeHashTreeRootFailed: boolean;
12250
+ readonly isSigningRootHashTreeRootFailed: boolean;
12251
+ readonly isForkDataHashTreeRootFailed: boolean;
12252
+ readonly isExpectedFinalizedHeaderNotStored: boolean;
12253
+ readonly isBlsPreparePublicKeysFailed: boolean;
12254
+ readonly isBlsVerificationFailed: boolean;
12255
+ readonly isInvalidUpdateSlot: boolean;
12256
+ readonly isInvalidSyncCommitteeUpdate: boolean;
12257
+ readonly isHalted: boolean;
12258
+ readonly type: 'SkippedSyncCommitteePeriod' | 'SyncCommitteeUpdateRequired' | 'IrrelevantUpdate' | 'NotBootstrapped' | 'SyncCommitteeParticipantsNotSupermajority' | 'InvalidHeaderMerkleProof' | 'InvalidSyncCommitteeMerkleProof' | 'InvalidExecutionHeaderProof' | 'InvalidFinalizedHeaderGap' | 'HeaderHashTreeRootFailed' | 'BlockBodyHashTreeRootFailed' | 'SyncCommitteeHashTreeRootFailed' | 'SigningRootHashTreeRootFailed' | 'ForkDataHashTreeRootFailed' | 'ExpectedFinalizedHeaderNotStored' | 'BlsPreparePublicKeysFailed' | 'BlsVerificationFailed' | 'InvalidUpdateSlot' | 'InvalidSyncCommitteeUpdate' | 'Halted';
12259
+ }
12260
+ /** @name PalletCrosschainTransferError (515) */
12261
+ interface PalletCrosschainTransferError extends Enum {
12262
+ readonly isInvalidEthereumEvent: boolean;
12263
+ readonly isInvalidProof: boolean;
12264
+ readonly isInvalidRecipient: boolean;
12265
+ readonly isInvalidAmount: boolean;
12266
+ readonly isUnsupportedSource: boolean;
12267
+ readonly isUnsupportedGateway: boolean;
12268
+ readonly isUnsupportedToken: boolean;
12269
+ readonly isUnexpectedNonce: boolean;
12270
+ readonly isInvalidChainConfig: boolean;
12271
+ readonly isInsufficientLiquidity: boolean;
12272
+ readonly type: 'InvalidEthereumEvent' | 'InvalidProof' | 'InvalidRecipient' | 'InvalidAmount' | 'UnsupportedSource' | 'UnsupportedGateway' | 'UnsupportedToken' | 'UnexpectedNonce' | 'InvalidChainConfig' | 'InsufficientLiquidity';
12273
+ }
12274
+ /** @name FrameSystemExtensionsAuthorizeCall (518) */
12741
12275
  type FrameSystemExtensionsAuthorizeCall = Null;
12742
- /** @name FrameSystemExtensionsCheckNonZeroSender (548) */
12276
+ /** @name FrameSystemExtensionsCheckNonZeroSender (519) */
12743
12277
  type FrameSystemExtensionsCheckNonZeroSender = Null;
12744
- /** @name FrameSystemExtensionsCheckSpecVersion (549) */
12278
+ /** @name FrameSystemExtensionsCheckSpecVersion (520) */
12745
12279
  type FrameSystemExtensionsCheckSpecVersion = Null;
12746
- /** @name FrameSystemExtensionsCheckTxVersion (550) */
12280
+ /** @name FrameSystemExtensionsCheckTxVersion (521) */
12747
12281
  type FrameSystemExtensionsCheckTxVersion = Null;
12748
- /** @name FrameSystemExtensionsCheckGenesis (551) */
12282
+ /** @name FrameSystemExtensionsCheckGenesis (522) */
12749
12283
  type FrameSystemExtensionsCheckGenesis = Null;
12750
- /** @name FrameSystemExtensionsCheckNonce (554) */
12284
+ /** @name FrameSystemExtensionsCheckNonce (525) */
12751
12285
  interface FrameSystemExtensionsCheckNonce extends Compact<u32> {
12752
12286
  }
12753
- /** @name FrameSystemExtensionsCheckWeight (555) */
12287
+ /** @name FrameSystemExtensionsCheckWeight (526) */
12754
12288
  type FrameSystemExtensionsCheckWeight = Null;
12755
- /** @name PalletTransactionPaymentChargeTransactionPayment (556) */
12289
+ /** @name PalletTransactionPaymentChargeTransactionPayment (527) */
12756
12290
  interface PalletTransactionPaymentChargeTransactionPayment extends Compact<u128> {
12757
12291
  }
12758
- /** @name FrameMetadataHashExtensionCheckMetadataHash (557) */
12292
+ /** @name FrameMetadataHashExtensionCheckMetadataHash (528) */
12759
12293
  interface FrameMetadataHashExtensionCheckMetadataHash extends Struct {
12760
12294
  readonly mode: FrameMetadataHashExtensionMode;
12761
12295
  }
12762
- /** @name FrameMetadataHashExtensionMode (558) */
12296
+ /** @name FrameMetadataHashExtensionMode (529) */
12763
12297
  interface FrameMetadataHashExtensionMode extends Enum {
12764
12298
  readonly isDisabled: boolean;
12765
12299
  readonly isEnabled: boolean;
12766
12300
  readonly type: 'Disabled' | 'Enabled';
12767
12301
  }
12768
- /** @name FrameSystemExtensionsWeightReclaim (559) */
12302
+ /** @name FrameSystemExtensionsWeightReclaim (530) */
12769
12303
  type FrameSystemExtensionsWeightReclaim = Null;
12770
- /** @name ArgonRuntimeRuntime (561) */
12304
+ /** @name ArgonRuntimeRuntime (532) */
12771
12305
  type ArgonRuntimeRuntime = Null;
12772
12306
  }
12773
12307
 
@@ -13237,7 +12771,79 @@ interface IBitcoinLock {
13237
12771
  fundHoldExtensionsByBitcoinExpirationHeight: Record<number, bigint>;
13238
12772
  }
13239
12773
 
12774
+ declare const MINTING_GATEWAY_BURN_FOR_TRANSFER_EVENT_NAME: 'BurnForTransfer';
12775
+ declare const MINTING_GATEWAY_RUNTIME_DECIMALS: 6;
12776
+ declare const MINTING_GATEWAY_TOKEN_DECIMALS: 18;
12777
+ declare const MINTING_GATEWAY_RUNTIME_TO_ERC20_SCALE: bigint;
12778
+ declare const mintingGatewayArtifact: __artifacts_contracts_MintingGateway_sol_artifacts_js.MintingGateway$Type;
12779
+
12780
+ type VerifyEventLog = IArgonQueryable['call']['ethereumApis']['verifyEventLog'];
12781
+ type EthereumVerifyEventLogResult = Awaited<ReturnType<VerifyEventLog>>;
12782
+ type EthereumReceipt = Awaited<ReturnType<ReturnType<typeof createPublicClient>['getTransactionReceipt']>>;
12783
+ type EthereumExecutionClient = ReturnType<typeof createPublicClient>;
12784
+ type RetainedExecutionAnchor = {
12785
+ blockHash: Hex;
12786
+ blockNumber: bigint;
12787
+ };
12788
+ type EthereumEventLocator = {
12789
+ txHash: Hex;
12790
+ logIndex?: number;
12791
+ executionRpcUrl?: string;
12792
+ executionClient?: EthereumExecutionClient;
12793
+ receipt?: EthereumReceipt;
12794
+ };
12795
+ type EthereumEventLog = {
12796
+ address: Hex;
12797
+ topics: Hex[];
12798
+ data: Hex;
12799
+ };
12800
+ type EthereumExecutionHeaderProof = {
12801
+ rlp: Hex;
12802
+ };
12803
+ type EthereumExecutionBlockProof = {
12804
+ anchorBlockHash: Hex;
12805
+ targetToAnchorHeaderChain: EthereumExecutionHeaderProof[];
12806
+ };
12807
+ type EthereumReceiptProof = {
12808
+ transactionIndex: number;
12809
+ nodes: Hex[];
12810
+ };
12811
+ type EthereumEventProof = {
12812
+ eventLog: EthereumEventLog;
12813
+ proof: {
12814
+ executionBlockProof: EthereumExecutionBlockProof;
12815
+ receiptProof: EthereumReceiptProof;
12816
+ };
12817
+ };
12818
+ declare function buildEthereumEventProof(client: IArgonQueryable, { txHash, logIndex, receipt: providedReceipt, ...executionSource }: EthereumEventLocator): Promise<EthereumEventProof>;
12819
+ declare function findEthereumBurnForTransferLogIndex(receipt: EthereumReceipt, gatewayAddress: Hex): number;
12820
+ declare function getLatestRetainedAnchor(client: IArgonQueryable): Promise<RetainedExecutionAnchor>;
12821
+ declare function waitForRetainedExecutionAnchor(client: IArgonQueryable, targetBlockNumber: bigint, options?: {
12822
+ pollMs?: number;
12823
+ timeoutMs?: number;
12824
+ }): Promise<RetainedExecutionAnchor>;
12825
+
12826
+ type EthereumBeaconSyncState = {
12827
+ isBootstrapped: false;
12828
+ hasNextSyncCommittee: boolean;
12829
+ latestFinalizedBlockRoot: string;
12830
+ latestSyncCommitteeUpdatePeriod: bigint;
12831
+ headerInterval: bigint;
12832
+ } | {
12833
+ isBootstrapped: true;
12834
+ hasNextSyncCommittee: boolean;
12835
+ latestFinalizedBlockRoot: string;
12836
+ latestFinalizedSlot: bigint;
12837
+ nextRecommendedFinalizedSlot: bigint;
12838
+ latestSyncCommitteeUpdatePeriod: bigint;
12839
+ headerInterval: bigint;
12840
+ };
12841
+ declare function getEthereumBeaconSyncBootstrapTx(client: ArgonClient, beaconApiUrl: string): Promise<SubmittableExtrinsic$1>;
12842
+ declare function getNextEthereumBeaconSyncTxs(client: ArgonClient, beaconApiUrl: string): Promise<SubmittableExtrinsic$1[]>;
12843
+ declare function getEthereumBeaconSyncState(client: ArgonClient): Promise<EthereumBeaconSyncState>;
12844
+
13240
12845
  type ArgonClient = ApiPromise;
12846
+ type IArgonQueryable = ArgonClient | ApiDecoration<'promise'>;
13241
12847
  /**
13242
12848
  * Wait for the crypto library to be ready (requires wasm, which needs async loading in commonjs)
13243
12849
  */
@@ -13251,4 +12857,4 @@ declare function waitForLoad(): Promise<void>;
13251
12857
  declare function getClient(host: string, options?: ApiOptions): Promise<ArgonClient>;
13252
12858
  declare function getOfflineRegistry(): TypeRegistry;
13253
12859
 
13254
- export { type ArgonClient, BitcoinLock, ExtrinsicError, FIXED_U128_DECIMALS, type IBitcoinLock, type IBitcoinLockConfig, type IReleaseRequest, type IReleaseRequestDetails, type ISubmittableOptions, type ITerms, type ITxProgressCallback, MICROGONS_PER_ARGON, PERMILL_DECIMALS, PriceIndex, SATS_PER_BTC, TxResult, type TxSigningAccount, TxSubmitter, Vault, WageProtector, checkForExtrinsicSuccess, createKeyringPair, dispatchErrorToExtrinsicError, dispatchErrorToString, formatArgons, fromFixedNumber, getAuthorFromHeader, getClient, getFrameInfoFromHeader, getOfflineRegistry, getTickFromHeader, gettersToObject, keyringFromSuri, toFixedNumber, waitForLoad };
12860
+ export { type ArgonClient, BitcoinLock, type EthereumEventLocator, type EthereumEventProof, type EthereumExecutionClient, type EthereumReceipt, type EthereumVerifyEventLogResult, ExtrinsicError, FIXED_U128_DECIMALS, type IArgonQueryable, type IBitcoinLock, type IBitcoinLockConfig, type IReleaseRequest, type IReleaseRequestDetails, type ISubmittableOptions, type ITerms, type ITxProgressCallback, MICROGONS_PER_ARGON, MINTING_GATEWAY_BURN_FOR_TRANSFER_EVENT_NAME, MINTING_GATEWAY_RUNTIME_DECIMALS, MINTING_GATEWAY_RUNTIME_TO_ERC20_SCALE, MINTING_GATEWAY_TOKEN_DECIMALS, PERMILL_DECIMALS, PriceIndex, type RetainedExecutionAnchor, SATS_PER_BTC, TxResult, type TxSigningAccount, TxSubmitter, Vault, WageProtector, buildEthereumEventProof, checkForExtrinsicSuccess, createKeyringPair, dispatchErrorToExtrinsicError, dispatchErrorToString, findEthereumBurnForTransferLogIndex, formatArgons, fromFixedNumber, getAuthorFromHeader, getClient, getEthereumBeaconSyncBootstrapTx, getEthereumBeaconSyncState, getFrameInfoFromHeader, getLatestRetainedAnchor, getNextEthereumBeaconSyncTxs, getOfflineRegistry, getTickFromHeader, gettersToObject, keyringFromSuri, mintingGatewayArtifact, toFixedNumber, waitForLoad, waitForRetainedExecutionAnchor };