@argonprotocol/mainchain 1.4.3-dev.f32d0f42 → 1.4.3-dev.fbc5662c

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 +1337 -1704
  2. package/browser/index.js +561 -29
  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 +575 -30
  13. package/lib/index.cjs.map +1 -1
  14. package/lib/index.d.cts +1337 -1704
  15. package/lib/index.d.ts +1337 -1704
  16. package/lib/index.js +573 -28
  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 +18 -13
  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, 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, PalletOperationalAccountsAccessCodeMetadata, PalletOperationalAccountsOperationalAccount, ArgonPrimitivesProvidersOperationalRewardPayout, PalletOperationalAccountsRewardsConfig, PalletPriceIndexPriceIndex, PalletPriceIndexCpiMeasurementBucket, PalletProxyAnnouncement, PalletProxyProxyDefinition, FrameSystemAccountInfo, FrameSystemCodeUpgradeAuthorization, FrameSupportDispatchPerDispatchClassWeight, SpRuntimeDigest, FrameSystemEventRecord, FrameSystemPhase, SpWeightsWeightV2Weight, FrameSystemLastRuntimeUpgradeInfo, ArgonPrimitivesTickTicker, PalletTransactionPaymentReleases, FrameSupportTokensFungibleImbalance, PalletTreasuryTreasuryCapital, PalletTreasuryFunderState, PalletTreasuryPendingUnlock, PalletTreasuryTreasuryPool, 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,7 @@ 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 { Hex } from 'viem';
101
102
  export { hexToU8a, u8aEq, u8aToHex } from '@polkadot/util';
102
103
 
103
104
  declare module '@polkadot/api-base/types/consts' {
@@ -241,17 +242,26 @@ declare module '@polkadot/api-base/types/consts' {
241
242
  **/
242
243
  targetBlockVotes: u128 & AugmentedConst<ApiType>;
243
244
  };
244
- chainTransfer: {
245
+ crosschainTransfer: {
245
246
  /**
246
- * How many transfers out can be queued per block
247
+ * Canonical Ethereum burn-accounting account representing funds moved to Ethereum.
247
248
  **/
248
- maxPendingTransfersOutPerBlock: u32 & AugmentedConst<ApiType>;
249
- palletId: FrameSupportPalletId & AugmentedConst<ApiType>;
249
+ ethereumBurnAccount: AccountId32 & AugmentedConst<ApiType>;
250
250
  /**
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
251
+ * Retention window, in ticks, for recent Argon transfer evidence used by operational
252
+ * accounts.
253
253
  **/
254
- transferExpirationTicks: u64 & AugmentedConst<ApiType>;
254
+ recentTransferRetentionTicks: u64 & AugmentedConst<ApiType>;
255
+ };
256
+ ethereumVerifier: {
257
+ /**
258
+ * Whether the read-only event-log verification API is enabled.
259
+ **/
260
+ eventLogVerifierEnabled: bool & AugmentedConst<ApiType>;
261
+ /**
262
+ * Minimum gap between finalized headers for an update to be free.
263
+ **/
264
+ freeHeadersInterval: u32 & AugmentedConst<ApiType>;
255
265
  };
256
266
  grandpa: {
257
267
  /**
@@ -272,27 +282,17 @@ declare module '@polkadot/api-base/types/consts' {
272
282
  **/
273
283
  maxSetIdSessionEntries: u64 & AugmentedConst<ApiType>;
274
284
  };
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>;
285
+ localchainTransfer: {
288
286
  /**
289
- * Minimum amount (in base units) to record an inbound transfer.
287
+ * How many transfers out can be queued per block
290
288
  **/
291
- minimumTransferMicrogonsToRecord: u128 & AugmentedConst<ApiType>;
289
+ maxPendingTransfersOutPerBlock: u32 & AugmentedConst<ApiType>;
290
+ palletId: FrameSupportPalletId & AugmentedConst<ApiType>;
292
291
  /**
293
- * Ownership token asset id (Argonot).
292
+ * How long a transfer should remain in storage before returning. NOTE: there is a 2 tick
293
+ * grace period where we will still allow a transfer
294
294
  **/
295
- ownershipAssetId: u32 & AugmentedConst<ApiType>;
295
+ transferExpirationTicks: u64 & AugmentedConst<ApiType>;
296
296
  };
297
297
  miningSlot: {
298
298
  /**
@@ -325,6 +325,10 @@ declare module '@polkadot/api-base/types/consts' {
325
325
  * The minimum argonots needed per seat
326
326
  **/
327
327
  minimumArgonotsPerSeat: u128 & AugmentedConst<ApiType>;
328
+ /**
329
+ * Account that receives mining bid funds before treasury distribution.
330
+ **/
331
+ miningBidPoolAccount: AccountId32 & AugmentedConst<ApiType>;
328
332
  /**
329
333
  * The damper on the price per seat adjustment (from the last price)
330
334
  **/
@@ -398,41 +402,29 @@ declare module '@polkadot/api-base/types/consts' {
398
402
  };
399
403
  operationalAccounts: {
400
404
  /**
401
- * How many frames an access code remains valid.
402
- **/
403
- accessCodeExpirationFrames: u64 & AugmentedConst<ApiType>;
404
- /**
405
- * Additional argon amount (base units) required per access code after operational.
405
+ * Additional argon amount (base units) required per referral after operational.
406
406
  **/
407
- bitcoinLockSizeForAccessCode: u128 & AugmentedConst<ApiType>;
407
+ bitcoinLockSizeForReferral: u128 & AugmentedConst<ApiType>;
408
408
  /**
409
- * Maximum number of access codes that may expire in the same frame.
409
+ * Maximum number of available referrals allowed at once.
410
410
  **/
411
- maxAccessCodesExpiringPerFrame: u32 & AugmentedConst<ApiType>;
411
+ maxAvailableReferrals: u32 & AugmentedConst<ApiType>;
412
412
  /**
413
413
  * Maximum number of encrypted server bytes stored per sponsee.
414
414
  **/
415
415
  maxEncryptedServerLen: u32 & AugmentedConst<ApiType>;
416
416
  /**
417
- * Maximum number of issuable access codes allowed at once.
418
- **/
419
- maxIssuableAccessCodes: u32 & AugmentedConst<ApiType>;
420
- /**
421
- * Maximum number of queued operational rewards.
422
- **/
423
- maxOperationalRewardsQueued: u32 & AugmentedConst<ApiType>;
424
- /**
425
- * Maximum number of unactivated (issued but unused) access codes allowed at once.
417
+ * Maximum number of expired referral codes cleared per block.
426
418
  **/
427
- maxUnactivatedAccessCodes: u32 & AugmentedConst<ApiType>;
419
+ maxExpiredReferralCodeCleanupsPerBlock: u32 & AugmentedConst<ApiType>;
428
420
  /**
429
421
  * Mining seats required to become operational.
430
422
  **/
431
423
  miningSeatsForOperational: u32 & AugmentedConst<ApiType>;
432
424
  /**
433
- * Mining seats required per access code after operational.
425
+ * Mining seats required per referral after operational.
434
426
  **/
435
- miningSeatsPerAccessCode: u32 & AugmentedConst<ApiType>;
427
+ miningSeatsPerReferral: u32 & AugmentedConst<ApiType>;
436
428
  /**
437
429
  * Minimum vault securitization required to become operational.
438
430
  **/
@@ -576,12 +568,6 @@ declare module '@polkadot/api-base/types/consts' {
576
568
  **/
577
569
  minimumPeriod: u64 & AugmentedConst<ApiType>;
578
570
  };
579
- tokenGateway: {
580
- /**
581
- * The decimals of the native currency
582
- **/
583
- decimals: u8 & AugmentedConst<ApiType>;
584
- };
585
571
  transactionPayment: {
586
572
  /**
587
573
  * A fee multiplier for `Operational` extrinsics to compute "virtual tip" to boost their
@@ -610,28 +596,23 @@ declare module '@polkadot/api-base/types/consts' {
610
596
  };
611
597
  treasury: {
612
598
  /**
613
- * The maximum number of pending unlock entries that may mature in a single frame.
599
+ * The maximum number of bond lots whose release delay may mature in a single frame.
614
600
  **/
615
601
  maxPendingUnlocksPerFrame: u32 & AugmentedConst<ApiType>;
616
602
  /**
617
- * The maximum number of tracked funded contributors kept per vault, including standby
618
- * entries beyond the active pool size.
619
- **/
620
- maxTrackedTreasuryFunders: u32 & AugmentedConst<ApiType>;
621
- /**
622
- * The maximum number of contributors in a vault's treasury pool
603
+ * The maximum number of accepted bond lots in a vault's accepted bond-lot list.
623
604
  **/
624
605
  maxTreasuryContributors: u32 & AugmentedConst<ApiType>;
625
606
  /**
626
- * The number of vaults that can participate in each bond. This is a substrate limit.
607
+ * The maximum number of vaults that can participate in one frame's locked vault capital.
627
608
  **/
628
609
  maxVaultsPerPool: u32 & AugmentedConst<ApiType>;
629
610
  /**
630
- * The minimum argons per fund contributor
611
+ * The minimum whole-bond purchase amount.
631
612
  **/
632
613
  minimumArgonsPerContributor: u128 & AugmentedConst<ApiType>;
633
614
  /**
634
- * A pallet id that is used to hold the bid pool
615
+ * Treasury pallet id retained in metadata for account derivation.
635
616
  **/
636
617
  palletId: FrameSupportPalletId & AugmentedConst<ApiType>;
637
618
  /**
@@ -639,9 +620,13 @@ declare module '@polkadot/api-base/types/consts' {
639
620
  **/
640
621
  percentForTreasuryReserves: Percent & AugmentedConst<ApiType>;
641
622
  /**
642
- * The number of frames an allocation decrease remains locked before release.
623
+ * The number of frames a releasing bond lot remains held before release.
643
624
  **/
644
625
  treasuryExitDelayFrames: u64 & AugmentedConst<ApiType>;
626
+ /**
627
+ * Account that holds treasury reserves for claims and reserve-funded payouts.
628
+ **/
629
+ treasuryReservesAccount: AccountId32 & AugmentedConst<ApiType>;
645
630
  };
646
631
  txPause: {
647
632
  /**
@@ -1042,36 +1027,47 @@ declare module '@polkadot/api-base/types/errors' {
1042
1027
  **/
1043
1028
  MaxNotebooksAtTickExceeded: AugmentedError<ApiType>;
1044
1029
  };
1045
- chainTransfer: {
1030
+ crosschainTransfer: {
1046
1031
  /**
1047
- * Insufficient balance to create this transfer
1032
+ * The burn account lacks enough balance for the payout.
1048
1033
  **/
1049
- InsufficientFunds: AugmentedError<ApiType>;
1034
+ InsufficientLiquidity: AugmentedError<ApiType>;
1050
1035
  /**
1051
- * Insufficient balance to fulfill a mainchain transfer
1036
+ * The claimed amount was zero or too large for the local balance type.
1052
1037
  **/
1053
- InsufficientNotarizedFunds: AugmentedError<ApiType>;
1038
+ InvalidAmount: AugmentedError<ApiType>;
1054
1039
  /**
1055
- * The notary id is not registered
1040
+ * The configured source-chain shape is incomplete or malformed.
1056
1041
  **/
1057
- InvalidNotaryUsedForTransfer: AugmentedError<ApiType>;
1042
+ InvalidChainConfig: AugmentedError<ApiType>;
1058
1043
  /**
1059
- * The transfer was already submitted in a previous block
1044
+ * The Ethereum event topics or payload do not match `BurnForTransfer`.
1060
1045
  **/
1061
- InvalidOrDuplicatedLocalchainTransfer: AugmentedError<ApiType>;
1062
- MaxBlockTransfersExceeded: AugmentedError<ApiType>;
1046
+ InvalidEthereumEvent: AugmentedError<ApiType>;
1063
1047
  /**
1064
- * No transfer IDs are currently available
1048
+ * The Ethereum verifier rejected the supplied proof.
1065
1049
  **/
1066
- NoAvailableTransferId: AugmentedError<ApiType>;
1050
+ InvalidProof: AugmentedError<ApiType>;
1067
1051
  /**
1068
- * The notary is currently locked and cannot process transfers
1052
+ * The destination account bytes could not be decoded into a local account id.
1069
1053
  **/
1070
- NotaryLockedForTransfer: AugmentedError<ApiType>;
1054
+ InvalidRecipient: AugmentedError<ApiType>;
1071
1055
  /**
1072
- * A transfer was submitted in a previous block but the expiration block has passed
1056
+ * The claim nonce is not exactly the next accepted nonce for the source account.
1073
1057
  **/
1074
- NotebookIncludesExpiredLocalchainTransfer: AugmentedError<ApiType>;
1058
+ UnexpectedNonce: AugmentedError<ApiType>;
1059
+ /**
1060
+ * The gateway does not match the active or still-accepted previous release.
1061
+ **/
1062
+ UnsupportedGateway: AugmentedError<ApiType>;
1063
+ /**
1064
+ * The source chain is not configured for inbound claims.
1065
+ **/
1066
+ UnsupportedSource: AugmentedError<ApiType>;
1067
+ /**
1068
+ * The token is not supported under the matched gateway release.
1069
+ **/
1070
+ UnsupportedToken: AugmentedError<ApiType>;
1075
1071
  };
1076
1072
  digests: {
1077
1073
  /**
@@ -1149,6 +1145,38 @@ declare module '@polkadot/api-base/types/errors' {
1149
1145
  **/
1150
1146
  NotDomainOwner: AugmentedError<ApiType>;
1151
1147
  };
1148
+ ethereumVerifier: {
1149
+ BlockBodyHashTreeRootFailed: AugmentedError<ApiType>;
1150
+ BLSPreparePublicKeysFailed: AugmentedError<ApiType>;
1151
+ BLSVerificationFailed: AugmentedError<ApiType>;
1152
+ ExpectedFinalizedHeaderNotStored: AugmentedError<ApiType>;
1153
+ ForkDataHashTreeRootFailed: AugmentedError<ApiType>;
1154
+ Halted: AugmentedError<ApiType>;
1155
+ HeaderHashTreeRootFailed: AugmentedError<ApiType>;
1156
+ InvalidExecutionHeaderProof: AugmentedError<ApiType>;
1157
+ /**
1158
+ * The gap between finalized headers is larger than the retained historical window.
1159
+ **/
1160
+ InvalidFinalizedHeaderGap: AugmentedError<ApiType>;
1161
+ InvalidHeaderMerkleProof: AugmentedError<ApiType>;
1162
+ InvalidSyncCommitteeMerkleProof: AugmentedError<ApiType>;
1163
+ /**
1164
+ * The given update is not in the expected period, or the given next sync committee does
1165
+ * not match the next sync committee in storage.
1166
+ **/
1167
+ InvalidSyncCommitteeUpdate: AugmentedError<ApiType>;
1168
+ InvalidUpdateSlot: AugmentedError<ApiType>;
1169
+ /**
1170
+ * Attested header is older than latest finalized header.
1171
+ **/
1172
+ IrrelevantUpdate: AugmentedError<ApiType>;
1173
+ NotBootstrapped: AugmentedError<ApiType>;
1174
+ SigningRootHashTreeRootFailed: AugmentedError<ApiType>;
1175
+ SkippedSyncCommitteePeriod: AugmentedError<ApiType>;
1176
+ SyncCommitteeHashTreeRootFailed: AugmentedError<ApiType>;
1177
+ SyncCommitteeParticipantsNotSupermajority: AugmentedError<ApiType>;
1178
+ SyncCommitteeUpdateRequired: AugmentedError<ApiType>;
1179
+ };
1152
1180
  feeControl: {
1153
1181
  /**
1154
1182
  * The requested tip + fee is higher than the maximum allowed by the sponsor
@@ -1187,32 +1215,36 @@ declare module '@polkadot/api-base/types/errors' {
1187
1215
  **/
1188
1216
  TooSoon: AugmentedError<ApiType>;
1189
1217
  };
1190
- hyperbridge: {};
1191
- ismp: {
1218
+ localchainTransfer: {
1219
+ /**
1220
+ * Insufficient balance to create this transfer
1221
+ **/
1222
+ InsufficientFunds: AugmentedError<ApiType>;
1192
1223
  /**
1193
- * Couldn't update challenge period
1224
+ * Insufficient balance to fulfill a mainchain transfer
1194
1225
  **/
1195
- ChallengePeriodUpdateFailed: AugmentedError<ApiType>;
1226
+ InsufficientNotarizedFunds: AugmentedError<ApiType>;
1196
1227
  /**
1197
- * Encountered an error while creating the consensus client.
1228
+ * The notary id is not registered
1198
1229
  **/
1199
- ConsensusClientCreationFailed: AugmentedError<ApiType>;
1230
+ InvalidNotaryUsedForTransfer: AugmentedError<ApiType>;
1200
1231
  /**
1201
- * Error charging fee
1232
+ * The transfer was already submitted in a previous block
1202
1233
  **/
1203
- ErrorChargingFee: AugmentedError<ApiType>;
1234
+ InvalidOrDuplicatedLocalchainTransfer: AugmentedError<ApiType>;
1235
+ MaxBlockTransfersExceeded: AugmentedError<ApiType>;
1204
1236
  /**
1205
- * Invalid ISMP message
1237
+ * No transfer IDs are currently available
1206
1238
  **/
1207
- InvalidMessage: AugmentedError<ApiType>;
1239
+ NoAvailableTransferId: AugmentedError<ApiType>;
1208
1240
  /**
1209
- * Requested message was not found
1241
+ * The notary is currently locked and cannot process transfers
1210
1242
  **/
1211
- MessageNotFound: AugmentedError<ApiType>;
1243
+ NotaryLockedForTransfer: AugmentedError<ApiType>;
1212
1244
  /**
1213
- * Couldn't update unbonding period
1245
+ * A transfer was submitted in a previous block but the expiration block has passed
1214
1246
  **/
1215
- UnbondingPeriodUpdateFailed: AugmentedError<ApiType>;
1247
+ NotebookIncludesExpiredLocalchainTransfer: AugmentedError<ApiType>;
1216
1248
  };
1217
1249
  miningSlot: {
1218
1250
  /**
@@ -1419,14 +1451,14 @@ declare module '@polkadot/api-base/types/errors' {
1419
1451
  NotebookTickAlreadyUsed: AugmentedError<ApiType>;
1420
1452
  };
1421
1453
  operationalAccounts: {
1422
- /**
1423
- * The access code is already registered.
1424
- **/
1425
- AccessCodeAlreadyRegistered: AugmentedError<ApiType>;
1426
1454
  /**
1427
1455
  * One of the provided accounts is already linked to an operational account.
1428
1456
  **/
1429
1457
  AccountAlreadyLinked: AugmentedError<ApiType>;
1458
+ /**
1459
+ * The account is already operational.
1460
+ **/
1461
+ AlreadyOperational: AugmentedError<ApiType>;
1430
1462
  /**
1431
1463
  * The caller already registered an operational account.
1432
1464
  **/
@@ -1435,38 +1467,30 @@ declare module '@polkadot/api-base/types/errors' {
1435
1467
  * The encrypted server payload exceeds the configured max length.
1436
1468
  **/
1437
1469
  EncryptedServerTooLong: AugmentedError<ApiType>;
1438
- /**
1439
- * The access code provided is not registered.
1440
- **/
1441
- InvalidAccessCode: AugmentedError<ApiType>;
1442
- /**
1443
- * The access code activation proof is invalid.
1444
- **/
1445
- InvalidAccessCodeProof: AugmentedError<ApiType>;
1446
1470
  /**
1447
1471
  * One of the linked account ownership proofs is invalid.
1448
1472
  **/
1449
1473
  InvalidAccountProof: AugmentedError<ApiType>;
1450
1474
  /**
1451
- * The caller is not one of the accounts included in the registration.
1452
- **/
1453
- InvalidRegistrationSubmitter: AugmentedError<ApiType>;
1454
- /**
1455
- * Too many access codes are already scheduled to expire in this frame.
1475
+ * The referral proof or sponsor proof is invalid.
1456
1476
  **/
1457
- MaxAccessCodesExpiringPerFrameReached: AugmentedError<ApiType>;
1477
+ InvalidReferralProof: AugmentedError<ApiType>;
1458
1478
  /**
1459
- * Too many unactivated access codes are outstanding.
1479
+ * The caller is not one of the accounts included in the registration.
1460
1480
  **/
1461
- MaxUnactivatedAccessCodesReached: AugmentedError<ApiType>;
1481
+ InvalidRegistrationSubmitter: AugmentedError<ApiType>;
1462
1482
  /**
1463
- * No access codes are currently issuable.
1483
+ * The operational account has no pending rewards to claim.
1464
1484
  **/
1465
- NoIssuableAccessCodes: AugmentedError<ApiType>;
1485
+ NoPendingRewards: AugmentedError<ApiType>;
1466
1486
  /**
1467
1487
  * The requested progress patch does not contain any updates.
1468
1488
  **/
1469
1489
  NoProgressUpdateProvided: AugmentedError<ApiType>;
1490
+ /**
1491
+ * The account has not satisfied operational requirements yet.
1492
+ **/
1493
+ NotEligibleForActivation: AugmentedError<ApiType>;
1470
1494
  /**
1471
1495
  * The caller has not registered an operational account.
1472
1496
  **/
@@ -1475,6 +1499,26 @@ declare module '@polkadot/api-base/types/errors' {
1475
1499
  * The caller is not the sponsor of the requested sponsee.
1476
1500
  **/
1477
1501
  NotSponsorOfSponsee: AugmentedError<ApiType>;
1502
+ /**
1503
+ * The referral proof has expired.
1504
+ **/
1505
+ ReferralProofExpired: AugmentedError<ApiType>;
1506
+ /**
1507
+ * Reward claims must be at least one Argon.
1508
+ **/
1509
+ RewardClaimBelowMinimum: AugmentedError<ApiType>;
1510
+ /**
1511
+ * The requested reward claim exceeds pending rewards.
1512
+ **/
1513
+ RewardClaimExceedsPending: AugmentedError<ApiType>;
1514
+ /**
1515
+ * Reward claims must be whole Argon increments.
1516
+ **/
1517
+ RewardClaimNotWholeArgon: AugmentedError<ApiType>;
1518
+ /**
1519
+ * The treasury does not currently have enough available reserves for the claim.
1520
+ **/
1521
+ TreasuryInsufficientFunds: AugmentedError<ApiType>;
1478
1522
  };
1479
1523
  ownership: {
1480
1524
  /**
@@ -1627,89 +1671,47 @@ declare module '@polkadot/api-base/types/errors' {
1627
1671
  Unauthorized: AugmentedError<ApiType>;
1628
1672
  };
1629
1673
  ticks: {};
1630
- tokenGateway: {
1631
- /**
1632
- * Asset Id creation failed
1633
- **/
1634
- AssetCreationError: AugmentedError<ApiType>;
1635
- /**
1636
- * Asset decimals not found
1637
- **/
1638
- AssetDecimalsNotFound: AugmentedError<ApiType>;
1639
- /**
1640
- * Error while teleporting asset
1641
- **/
1642
- AssetTeleportError: AugmentedError<ApiType>;
1643
- /**
1644
- * Coprocessor was not configured in the runtime
1645
- **/
1646
- CoprocessorNotConfigured: AugmentedError<ApiType>;
1647
- /**
1648
- * Asset or update Dispatch Error
1649
- **/
1650
- DispatchError: AugmentedError<ApiType>;
1651
- /**
1652
- * Only root or asset owner can update asset
1653
- **/
1654
- NotAssetOwner: AugmentedError<ApiType>;
1655
- /**
1656
- * Protocol Params have not been initialized
1657
- **/
1658
- NotInitialized: AugmentedError<ApiType>;
1659
- /**
1660
- * Unknown Asset
1661
- **/
1662
- UnknownAsset: AugmentedError<ApiType>;
1663
- /**
1664
- * A asset that has not been registered
1665
- **/
1666
- UnregisteredAsset: AugmentedError<ApiType>;
1667
- };
1668
1674
  treasury: {
1669
1675
  /**
1670
- * This fund has already been renewed
1676
+ * The bond lot is already scheduled for release.
1671
1677
  **/
1672
- AlreadyRenewed: AugmentedError<ApiType>;
1678
+ BondLotAlreadyReleasing: AugmentedError<ApiType>;
1673
1679
  /**
1674
- * Below the minimum amount of argons per contributor
1680
+ * The bond lot could not be found.
1675
1681
  **/
1676
- BelowMinimum: AugmentedError<ApiType>;
1682
+ BondLotNotFound: AugmentedError<ApiType>;
1677
1683
  /**
1678
- * The contributed amount would not make this account a contributor
1684
+ * The vault doesn't have enough bitcoin security to support this bond purchase
1679
1685
  **/
1680
- ContributionTooLow: AugmentedError<ApiType>;
1686
+ BondPurchaseAboveSecurity: AugmentedError<ApiType>;
1681
1687
  /**
1682
- * Unable to update the vault fund
1688
+ * The purchase is below the minimum amount.
1683
1689
  **/
1684
- CouldNotFindTreasury: AugmentedError<ApiType>;
1690
+ BondPurchaseBelowMinimum: AugmentedError<ApiType>;
1685
1691
  /**
1686
- * An internal error occurred (like an overflow)
1692
+ * The purchase would not enter the vault's accepted list.
1687
1693
  **/
1688
- InternalError: AugmentedError<ApiType>;
1689
- /**
1690
- * Max contributors for a fund exceeded
1691
- **/
1692
- MaxContributorsExceeded: AugmentedError<ApiType>;
1694
+ BondPurchaseRejected: AugmentedError<ApiType>;
1693
1695
  /**
1694
- * Max pending unlocks scheduled for a frame exceeded
1696
+ * An internal error occurred.
1695
1697
  **/
1696
- MaxPendingUnlocksExceeded: AugmentedError<ApiType>;
1698
+ InternalError: AugmentedError<ApiType>;
1697
1699
  /**
1698
- * Max Vaults exceeded
1700
+ * The vault already has the maximum number of accepted bond lots.
1699
1701
  **/
1700
- MaxVaultsExceeded: AugmentedError<ApiType>;
1702
+ MaxAcceptedBondLotsExceeded: AugmentedError<ApiType>;
1701
1703
  /**
1702
- * This account is not an active mining fund contributor
1704
+ * Too many bond lot releases are scheduled for the same frame.
1703
1705
  **/
1704
- NotAFundContributor: AugmentedError<ApiType>;
1706
+ MaxPendingBondReleasesExceeded: AugmentedError<ApiType>;
1705
1707
  /**
1706
- * Vault operator only
1708
+ * The caller does not own the bond lot.
1707
1709
  **/
1708
- NotAVaultOperator: AugmentedError<ApiType>;
1710
+ NotBondLotOwner: AugmentedError<ApiType>;
1709
1711
  /**
1710
- * The given vault is not accepting mining bonds
1712
+ * The vault is not accepting bond purchases.
1711
1713
  **/
1712
- VaultNotAcceptingMiningBonds: AugmentedError<ApiType>;
1714
+ VaultNotAcceptingBondPurchases: AugmentedError<ApiType>;
1713
1715
  };
1714
1716
  txPause: {
1715
1717
  /**
@@ -2398,105 +2400,16 @@ declare module '@polkadot/api-base/types/events' {
2398
2400
  newVoteMinimum: u128;
2399
2401
  }>;
2400
2402
  };
2401
- chainTransfer: {
2402
- /**
2403
- * A localchain transfer could not be cleaned up properly. Possible invalid transfer
2404
- * needing investigation.
2405
- **/
2406
- PossibleInvalidLocalchainTransferAllowed: AugmentedEvent<ApiType, [
2407
- transferId: u32,
2408
- notaryId: u32,
2409
- notebookNumber: u32
2410
- ], {
2411
- transferId: u32;
2412
- notaryId: u32;
2413
- notebookNumber: u32;
2414
- }>;
2415
- /**
2416
- * Taxation failed
2417
- **/
2418
- TaxationError: AugmentedEvent<ApiType, [
2419
- notaryId: u32,
2420
- notebookNumber: u32,
2421
- tax: u128,
2422
- error: SpRuntimeDispatchError
2423
- ], {
2424
- notaryId: u32;
2425
- notebookNumber: u32;
2426
- tax: u128;
2427
- error: SpRuntimeDispatchError;
2428
- }>;
2429
- /**
2430
- * Transfer from Localchain to Mainchain
2431
- **/
2432
- TransferFromLocalchain: AugmentedEvent<ApiType, [
2433
- accountId: AccountId32,
2434
- amount: u128,
2435
- notaryId: u32
2436
- ], {
2437
- accountId: AccountId32;
2438
- amount: u128;
2439
- notaryId: u32;
2440
- }>;
2441
- /**
2442
- * A transfer into the mainchain failed
2443
- **/
2444
- TransferFromLocalchainError: AugmentedEvent<ApiType, [
2445
- accountId: AccountId32,
2446
- amount: u128,
2447
- notaryId: u32,
2448
- notebookNumber: u32,
2449
- error: SpRuntimeDispatchError
2450
- ], {
2451
- accountId: AccountId32;
2452
- amount: u128;
2453
- notaryId: u32;
2454
- notebookNumber: u32;
2455
- error: SpRuntimeDispatchError;
2456
- }>;
2457
- /**
2458
- * Funds sent to a localchain
2459
- **/
2460
- TransferToLocalchain: AugmentedEvent<ApiType, [
2461
- accountId: AccountId32,
2462
- amount: u128,
2463
- transferId: u32,
2464
- notaryId: u32,
2465
- expirationTick: u64
2466
- ], {
2467
- accountId: AccountId32;
2468
- amount: u128;
2469
- transferId: u32;
2470
- notaryId: u32;
2471
- expirationTick: u64;
2472
- }>;
2473
- /**
2474
- * Transfer to localchain expired and rolled back
2475
- **/
2476
- TransferToLocalchainExpired: AugmentedEvent<ApiType, [
2477
- accountId: AccountId32,
2478
- transferId: u32,
2479
- notaryId: u32
2480
- ], {
2481
- accountId: AccountId32;
2482
- transferId: u32;
2483
- notaryId: u32;
2484
- }>;
2403
+ crosschainTransfer: {
2485
2404
  /**
2486
- * An expired transfer to localchain failed to be refunded
2405
+ * An inbound burn notice was accepted and settled locally.
2487
2406
  **/
2488
- TransferToLocalchainRefundError: AugmentedEvent<ApiType, [
2489
- accountId: AccountId32,
2490
- transferId: u32,
2491
- notaryId: u32,
2492
- notebookNumber: u32,
2493
- error: SpRuntimeDispatchError
2407
+ BurnNoticeAccepted: AugmentedEvent<ApiType, [
2408
+ sourceChain: PalletCrosschainTransferSourceChain,
2409
+ notice: PalletCrosschainTransferBurnNotice
2494
2410
  ], {
2495
- accountId: AccountId32;
2496
- transferId: u32;
2497
- notaryId: u32;
2498
- notebookNumber: u32;
2499
- error: SpRuntimeDispatchError;
2411
+ sourceChain: PalletCrosschainTransferSourceChain;
2412
+ notice: PalletCrosschainTransferBurnNotice;
2500
2413
  }>;
2501
2414
  };
2502
2415
  digests: {};
@@ -2557,6 +2470,33 @@ declare module '@polkadot/api-base/types/events' {
2557
2470
  zoneRecord: ArgonPrimitivesDomainZoneRecord;
2558
2471
  }>;
2559
2472
  };
2473
+ ethereumVerifier: {
2474
+ BeaconHeaderImported: AugmentedEvent<ApiType, [
2475
+ blockHash: H256,
2476
+ slot: u64
2477
+ ], {
2478
+ blockHash: H256;
2479
+ slot: u64;
2480
+ }>;
2481
+ ExecutionHeaderAnchorImported: AugmentedEvent<ApiType, [
2482
+ blockHash: H256,
2483
+ blockNumber: u64
2484
+ ], {
2485
+ blockHash: H256;
2486
+ blockNumber: u64;
2487
+ }>;
2488
+ /**
2489
+ * Set OperatingMode
2490
+ **/
2491
+ OperatingModeChanged: AugmentedEvent<ApiType, [
2492
+ mode: PalletEthereumVerifierBasicOperatingMode
2493
+ ], {
2494
+ mode: PalletEthereumVerifierBasicOperatingMode;
2495
+ }>;
2496
+ SyncCommitteeUpdated: AugmentedEvent<ApiType, [period: u64], {
2497
+ period: u64;
2498
+ }>;
2499
+ };
2560
2500
  feeControl: {
2561
2501
  /**
2562
2502
  * A transaction fee was delegated
@@ -2597,166 +2537,105 @@ declare module '@polkadot/api-base/types/events' {
2597
2537
  **/
2598
2538
  Resumed: AugmentedEvent<ApiType, []>;
2599
2539
  };
2600
- hyperbridge: {
2540
+ localchainTransfer: {
2601
2541
  /**
2602
- * Hyperbridge governance has now updated it's host params on this chain.
2542
+ * A localchain transfer could not be cleaned up properly. Possible invalid transfer
2543
+ * needing investigation.
2603
2544
  **/
2604
- HostParamsUpdated: AugmentedEvent<ApiType, [
2605
- old: PalletHyperbridgeVersionedHostParams,
2606
- new_: PalletHyperbridgeVersionedHostParams
2545
+ PossibleInvalidLocalchainTransferAllowed: AugmentedEvent<ApiType, [
2546
+ transferId: u32,
2547
+ notaryId: u32,
2548
+ notebookNumber: u32
2607
2549
  ], {
2608
- old: PalletHyperbridgeVersionedHostParams;
2609
- new_: PalletHyperbridgeVersionedHostParams;
2550
+ transferId: u32;
2551
+ notaryId: u32;
2552
+ notebookNumber: u32;
2610
2553
  }>;
2611
2554
  /**
2612
- * A relayer has withdrawn some fees
2555
+ * Taxation failed
2613
2556
  **/
2614
- RelayerFeeWithdrawn: AugmentedEvent<ApiType, [
2615
- amount: u128,
2616
- account: AccountId32
2557
+ TaxationError: AugmentedEvent<ApiType, [
2558
+ notaryId: u32,
2559
+ notebookNumber: u32,
2560
+ tax: u128,
2561
+ error: SpRuntimeDispatchError
2617
2562
  ], {
2618
- amount: u128;
2619
- account: AccountId32;
2620
- }>;
2621
- };
2622
- inboundTransferLog: {
2623
- /**
2624
- * A TokenGateway request was ignored or dropped.
2625
- **/
2626
- InboundEvmTransferDropped: AugmentedEvent<ApiType, [
2627
- source: IsmpHostStateMachine,
2628
- nonce: u64,
2629
- reason: PalletInboundTransferLogInboundTransferDropReason
2630
- ], {
2631
- source: IsmpHostStateMachine;
2632
- nonce: u64;
2633
- reason: PalletInboundTransferLogInboundTransferDropReason;
2634
- }>;
2635
- /**
2636
- * A qualifying inbound TokenGateway request was recorded.
2637
- **/
2638
- InboundEvmTransferRecorded: AugmentedEvent<ApiType, [
2639
- transfer: PalletInboundTransferLogInboundEvmTransfer
2640
- ], {
2641
- transfer: PalletInboundTransferLogInboundEvmTransfer;
2642
- }>;
2643
- };
2644
- ismp: {
2645
- /**
2646
- * Indicates that a consensus client has been created
2647
- **/
2648
- ConsensusClientCreated: AugmentedEvent<ApiType, [
2649
- consensusClientId: U8aFixed
2650
- ], {
2651
- consensusClientId: U8aFixed;
2652
- }>;
2653
- /**
2654
- * Indicates that a consensus client has been created
2655
- **/
2656
- ConsensusClientFrozen: AugmentedEvent<ApiType, [
2657
- consensusClientId: U8aFixed
2658
- ], {
2659
- consensusClientId: U8aFixed;
2660
- }>;
2661
- /**
2662
- * Some errors handling some ismp messages
2663
- **/
2664
- Errors: AugmentedEvent<ApiType, [
2665
- errors: Vec<PalletIsmpErrorsHandlingError>
2666
- ], {
2667
- errors: Vec<PalletIsmpErrorsHandlingError>;
2668
- }>;
2669
- /**
2670
- * Get Response Handled
2671
- **/
2672
- GetRequestHandled: AugmentedEvent<ApiType, [IsmpEventsRequestResponseHandled]>;
2673
- /**
2674
- * Get request timeout handled
2675
- **/
2676
- GetRequestTimeoutHandled: AugmentedEvent<ApiType, [IsmpEventsTimeoutHandled]>;
2677
- /**
2678
- * Post Request Handled
2679
- **/
2680
- PostRequestHandled: AugmentedEvent<ApiType, [IsmpEventsRequestResponseHandled]>;
2681
- /**
2682
- * Post request timeout handled
2683
- **/
2684
- PostRequestTimeoutHandled: AugmentedEvent<ApiType, [IsmpEventsTimeoutHandled]>;
2685
- /**
2686
- * Post Response Handled
2687
- **/
2688
- PostResponseHandled: AugmentedEvent<ApiType, [IsmpEventsRequestResponseHandled]>;
2689
- /**
2690
- * Post response timeout handled
2691
- **/
2692
- PostResponseTimeoutHandled: AugmentedEvent<ApiType, [IsmpEventsTimeoutHandled]>;
2693
- /**
2694
- * An Outgoing Request has been deposited
2695
- **/
2696
- Request: AugmentedEvent<ApiType, [
2697
- destChain: IsmpHostStateMachine,
2698
- sourceChain: IsmpHostStateMachine,
2699
- requestNonce: u64,
2700
- commitment: H256
2701
- ], {
2702
- destChain: IsmpHostStateMachine;
2703
- sourceChain: IsmpHostStateMachine;
2704
- requestNonce: u64;
2705
- commitment: H256;
2563
+ notaryId: u32;
2564
+ notebookNumber: u32;
2565
+ tax: u128;
2566
+ error: SpRuntimeDispatchError;
2706
2567
  }>;
2707
2568
  /**
2708
- * An Outgoing Response has been deposited
2569
+ * Transfer from Localchain to Mainchain
2709
2570
  **/
2710
- Response: AugmentedEvent<ApiType, [
2711
- destChain: IsmpHostStateMachine,
2712
- sourceChain: IsmpHostStateMachine,
2713
- requestNonce: u64,
2714
- commitment: H256,
2715
- reqCommitment: H256
2571
+ TransferFromLocalchain: AugmentedEvent<ApiType, [
2572
+ accountId: AccountId32,
2573
+ amount: u128,
2574
+ notaryId: u32
2716
2575
  ], {
2717
- destChain: IsmpHostStateMachine;
2718
- sourceChain: IsmpHostStateMachine;
2719
- requestNonce: u64;
2720
- commitment: H256;
2721
- reqCommitment: H256;
2576
+ accountId: AccountId32;
2577
+ amount: u128;
2578
+ notaryId: u32;
2722
2579
  }>;
2723
2580
  /**
2724
- * Emitted when a state commitment is vetoed by a fisherman
2581
+ * A transfer into the mainchain failed
2725
2582
  **/
2726
- StateCommitmentVetoed: AugmentedEvent<ApiType, [
2727
- height: IsmpConsensusStateMachineHeight,
2728
- fisherman: Bytes
2583
+ TransferFromLocalchainError: AugmentedEvent<ApiType, [
2584
+ accountId: AccountId32,
2585
+ amount: u128,
2586
+ notaryId: u32,
2587
+ notebookNumber: u32,
2588
+ error: SpRuntimeDispatchError
2729
2589
  ], {
2730
- height: IsmpConsensusStateMachineHeight;
2731
- fisherman: Bytes;
2590
+ accountId: AccountId32;
2591
+ amount: u128;
2592
+ notaryId: u32;
2593
+ notebookNumber: u32;
2594
+ error: SpRuntimeDispatchError;
2732
2595
  }>;
2733
2596
  /**
2734
- * Emitted when a state machine is successfully updated to a new height
2597
+ * Funds sent to a localchain
2735
2598
  **/
2736
- StateMachineUpdated: AugmentedEvent<ApiType, [
2737
- stateMachineId: IsmpConsensusStateMachineId,
2738
- latestHeight: u64
2599
+ TransferToLocalchain: AugmentedEvent<ApiType, [
2600
+ accountId: AccountId32,
2601
+ amount: u128,
2602
+ transferId: u32,
2603
+ notaryId: u32,
2604
+ expirationTick: u64
2739
2605
  ], {
2740
- stateMachineId: IsmpConsensusStateMachineId;
2741
- latestHeight: u64;
2606
+ accountId: AccountId32;
2607
+ amount: u128;
2608
+ transferId: u32;
2609
+ notaryId: u32;
2610
+ expirationTick: u64;
2742
2611
  }>;
2743
- };
2744
- ismpGrandpa: {
2745
2612
  /**
2746
- * State machines have been added to whitelist
2613
+ * Transfer to localchain expired and rolled back
2747
2614
  **/
2748
- StateMachineAdded: AugmentedEvent<ApiType, [
2749
- stateMachines: Vec<IsmpHostStateMachine>
2615
+ TransferToLocalchainExpired: AugmentedEvent<ApiType, [
2616
+ accountId: AccountId32,
2617
+ transferId: u32,
2618
+ notaryId: u32
2750
2619
  ], {
2751
- stateMachines: Vec<IsmpHostStateMachine>;
2620
+ accountId: AccountId32;
2621
+ transferId: u32;
2622
+ notaryId: u32;
2752
2623
  }>;
2753
2624
  /**
2754
- * State machines have been removed from the whitelist
2625
+ * An expired transfer to localchain failed to be refunded
2755
2626
  **/
2756
- StateMachineRemoved: AugmentedEvent<ApiType, [
2757
- stateMachines: Vec<IsmpHostStateMachine>
2627
+ TransferToLocalchainRefundError: AugmentedEvent<ApiType, [
2628
+ accountId: AccountId32,
2629
+ transferId: u32,
2630
+ notaryId: u32,
2631
+ notebookNumber: u32,
2632
+ error: SpRuntimeDispatchError
2758
2633
  ], {
2759
- stateMachines: Vec<IsmpHostStateMachine>;
2634
+ accountId: AccountId32;
2635
+ transferId: u32;
2636
+ notaryId: u32;
2637
+ notebookNumber: u32;
2638
+ error: SpRuntimeDispatchError;
2760
2639
  }>;
2761
2640
  };
2762
2641
  miningSlot: {
@@ -2829,8 +2708,8 @@ declare module '@polkadot/api-base/types/events' {
2829
2708
  amount: u128;
2830
2709
  }>;
2831
2710
  /**
2832
- * The amount of microgons minted for mining. NOTE: accounts below Existential Deposit will
2833
- * not be able to mint
2711
+ * The amount of microgons minted for mining. NOTE: accounts below Existential Deposit
2712
+ * will not be able to mint
2834
2713
  **/
2835
2714
  MiningMint: AugmentedEvent<ApiType, [
2836
2715
  amount: u128,
@@ -3072,7 +2951,7 @@ declare module '@polkadot/api-base/types/events' {
3072
2951
  observedMiningSeatTotal: u32;
3073
2952
  }>;
3074
2953
  /**
3075
- * A reward has been queued for treasury payout.
2954
+ * A reward is earned for an operational account, but not yet claimed.
3076
2955
  **/
3077
2956
  OperationalRewardEarned: AugmentedEvent<ApiType, [
3078
2957
  account: AccountId32,
@@ -3084,16 +2963,18 @@ declare module '@polkadot/api-base/types/events' {
3084
2963
  amount: u128;
3085
2964
  }>;
3086
2965
  /**
3087
- * Reward enqueue failed because the pending queue is full.
2966
+ * Claimable operational rewards were paid to a managed account.
3088
2967
  **/
3089
- OperationalRewardEnqueueFailed: AugmentedEvent<ApiType, [
3090
- account: AccountId32,
3091
- rewardKind: ArgonPrimitivesProvidersOperationalRewardKind,
3092
- amount: u128
2968
+ OperationalRewardsClaimed: AugmentedEvent<ApiType, [
2969
+ operationalAccount: AccountId32,
2970
+ claimant: AccountId32,
2971
+ amount: u128,
2972
+ remainingPending: u128
3093
2973
  ], {
3094
- account: AccountId32;
3095
- rewardKind: ArgonPrimitivesProvidersOperationalRewardKind;
2974
+ operationalAccount: AccountId32;
2975
+ claimant: AccountId32;
3096
2976
  amount: u128;
2977
+ remainingPending: u128;
3097
2978
  }>;
3098
2979
  /**
3099
2980
  * Reward config values were updated.
@@ -3610,66 +3491,6 @@ declare module '@polkadot/api-base/types/events' {
3610
3491
  checkVersion: bool;
3611
3492
  }>;
3612
3493
  };
3613
- tokenGateway: {
3614
- /**
3615
- * An asset has been received and transferred to the beneficiary's account
3616
- **/
3617
- AssetReceived: AugmentedEvent<ApiType, [
3618
- beneficiary: AccountId32,
3619
- amount: u128,
3620
- source: IsmpHostStateMachine
3621
- ], {
3622
- beneficiary: AccountId32;
3623
- amount: u128;
3624
- source: IsmpHostStateMachine;
3625
- }>;
3626
- /**
3627
- * An asset has been refunded and transferred to the beneficiary's account
3628
- **/
3629
- AssetRefunded: AugmentedEvent<ApiType, [
3630
- beneficiary: AccountId32,
3631
- amount: u128,
3632
- source: IsmpHostStateMachine
3633
- ], {
3634
- beneficiary: AccountId32;
3635
- amount: u128;
3636
- source: IsmpHostStateMachine;
3637
- }>;
3638
- /**
3639
- * An asset has been registered locally
3640
- **/
3641
- AssetRegisteredLocally: AugmentedEvent<ApiType, [
3642
- localId: u32,
3643
- assetId: H256
3644
- ], {
3645
- localId: u32;
3646
- assetId: H256;
3647
- }>;
3648
- /**
3649
- * An asset has been teleported
3650
- **/
3651
- AssetTeleported: AugmentedEvent<ApiType, [
3652
- from: AccountId32,
3653
- to: H256,
3654
- amount: u128,
3655
- dest: IsmpHostStateMachine,
3656
- commitment: H256
3657
- ], {
3658
- from: AccountId32;
3659
- to: H256;
3660
- amount: u128;
3661
- dest: IsmpHostStateMachine;
3662
- commitment: H256;
3663
- }>;
3664
- /**
3665
- * ERC6160 asset creation request dispatched to hyperbridge
3666
- **/
3667
- ERC6160AssetRegistrationDispatched: AugmentedEvent<ApiType, [
3668
- commitment: H256
3669
- ], {
3670
- commitment: H256;
3671
- }>;
3672
- };
3673
3494
  transactionPayment: {
3674
3495
  /**
3675
3496
  * A transaction fee `actual_fee`, of which `tip` was added to the minimum inclusion fee,
@@ -3687,105 +3508,126 @@ declare module '@polkadot/api-base/types/events' {
3687
3508
  };
3688
3509
  treasury: {
3689
3510
  /**
3690
- * Funds from the active bid pool have been distributed
3511
+ * A bond purchase entered a vault's accepted list.
3691
3512
  **/
3692
- BidPoolDistributed: AugmentedEvent<ApiType, [
3693
- frameId: u64,
3694
- bidPoolDistributed: u128,
3695
- treasuryReserves: u128,
3696
- bidPoolShares: u32
3513
+ BondLotPurchased: AugmentedEvent<ApiType, [
3514
+ vaultId: u32,
3515
+ bondLotId: u64,
3516
+ accountId: AccountId32,
3517
+ bonds: u32
3697
3518
  ], {
3698
- frameId: u64;
3699
- bidPoolDistributed: u128;
3700
- treasuryReserves: u128;
3701
- bidPoolShares: u32;
3519
+ vaultId: u32;
3520
+ bondLotId: u64;
3521
+ accountId: AccountId32;
3522
+ bonds: u32;
3702
3523
  }>;
3703
3524
  /**
3704
- * An error occurred distributing a bid pool
3525
+ * A bond lot was released.
3705
3526
  **/
3706
- CouldNotDistributeBidPool: AugmentedEvent<ApiType, [
3707
- accountId: AccountId32,
3527
+ BondLotReleased: AugmentedEvent<ApiType, [
3708
3528
  frameId: u64,
3709
3529
  vaultId: u32,
3710
- amount: u128,
3711
- dispatchError: SpRuntimeDispatchError,
3712
- isForVault: bool
3530
+ bondLotId: u64,
3531
+ accountId: AccountId32,
3532
+ bonds: u32
3713
3533
  ], {
3714
- accountId: AccountId32;
3715
3534
  frameId: u64;
3716
3535
  vaultId: u32;
3717
- amount: u128;
3718
- dispatchError: SpRuntimeDispatchError;
3719
- isForVault: bool;
3536
+ bondLotId: u64;
3537
+ accountId: AccountId32;
3538
+ bonds: u32;
3720
3539
  }>;
3721
3540
  /**
3722
- * An error occurred reserving treasury reserves from the bid pool.
3541
+ * A bond lot was removed from future frames and scheduled for release.
3723
3542
  **/
3724
- CouldNotFundTreasury: AugmentedEvent<ApiType, [
3543
+ BondLotReleaseScheduled: AugmentedEvent<ApiType, [
3544
+ vaultId: u32,
3545
+ bondLotId: u64,
3546
+ accountId: AccountId32,
3547
+ bonds: u32,
3548
+ releaseFrameId: u64,
3549
+ reason: PalletTreasuryBondReleaseReason
3550
+ ], {
3551
+ vaultId: u32;
3552
+ bondLotId: u64;
3553
+ accountId: AccountId32;
3554
+ bonds: u32;
3555
+ releaseFrameId: u64;
3556
+ reason: PalletTreasuryBondReleaseReason;
3557
+ }>;
3558
+ /**
3559
+ * An error occurred while paying frame earnings for a bond lot.
3560
+ **/
3561
+ CouldNotDistributeEarningsToBondLot: AugmentedEvent<ApiType, [
3725
3562
  frameId: u64,
3563
+ vaultId: u32,
3564
+ bondLotId: u64,
3565
+ accountId: AccountId32,
3726
3566
  amount: u128,
3727
3567
  dispatchError: SpRuntimeDispatchError
3728
3568
  ], {
3729
3569
  frameId: u64;
3570
+ vaultId: u32;
3571
+ bondLotId: u64;
3572
+ accountId: AccountId32;
3730
3573
  amount: u128;
3731
3574
  dispatchError: SpRuntimeDispatchError;
3732
3575
  }>;
3733
3576
  /**
3734
- * An error occurred releasing a contributor hold
3577
+ * An error occurred while releasing a bond lot.
3735
3578
  **/
3736
- ErrorRefundingTreasuryCapital: AugmentedEvent<ApiType, [
3579
+ CouldNotReleaseBondLot: AugmentedEvent<ApiType, [
3737
3580
  frameId: u64,
3738
3581
  vaultId: u32,
3582
+ bondLotId: u64,
3739
3583
  amount: u128,
3740
3584
  accountId: AccountId32,
3741
3585
  dispatchError: SpRuntimeDispatchError
3742
3586
  ], {
3743
3587
  frameId: u64;
3744
3588
  vaultId: u32;
3589
+ bondLotId: u64;
3745
3590
  amount: u128;
3746
3591
  accountId: AccountId32;
3747
3592
  dispatchError: SpRuntimeDispatchError;
3748
3593
  }>;
3749
3594
  /**
3750
- * The next bid pool has been locked in
3595
+ * An error occurred while moving bid-pool funds into treasury reserves.
3751
3596
  **/
3752
- NextBidPoolCapitalLocked: AugmentedEvent<ApiType, [
3597
+ CouldNotTransferToTreasuryReserves: AugmentedEvent<ApiType, [
3753
3598
  frameId: u64,
3754
- totalActivatedCapital: u128,
3755
- participatingVaults: u32
3599
+ amount: u128,
3600
+ dispatchError: SpRuntimeDispatchError
3756
3601
  ], {
3757
3602
  frameId: u64;
3758
- totalActivatedCapital: u128;
3759
- participatingVaults: u32;
3603
+ amount: u128;
3604
+ dispatchError: SpRuntimeDispatchError;
3760
3605
  }>;
3761
3606
  /**
3762
- * Some mining bond capital was refunded because vault securitized satoshis (`sats *
3763
- * securitization ratio`) were lower than bond capital
3607
+ * Frame earnings were distributed.
3764
3608
  **/
3765
- RefundedTreasuryCapital: AugmentedEvent<ApiType, [
3609
+ FrameEarningsDistributed: AugmentedEvent<ApiType, [
3766
3610
  frameId: u64,
3767
- vaultId: u32,
3768
- amount: u128,
3769
- accountId: AccountId32
3611
+ bidPoolDistributed: u128,
3612
+ treasuryReserves: u128,
3613
+ participatingVaults: u32
3770
3614
  ], {
3771
3615
  frameId: u64;
3772
- vaultId: u32;
3773
- amount: u128;
3774
- accountId: AccountId32;
3616
+ bidPoolDistributed: u128;
3617
+ treasuryReserves: u128;
3618
+ participatingVaults: u32;
3775
3619
  }>;
3776
3620
  /**
3777
- * A funder has set their allocation for a vault
3621
+ * The current frame's vault capital was locked in.
3778
3622
  **/
3779
- VaultFunderAllocation: AugmentedEvent<ApiType, [
3780
- vaultId: u32,
3781
- accountId: AccountId32,
3782
- amount: u128,
3783
- previousAmount: Option<u128>
3623
+ FrameVaultCapitalLocked: AugmentedEvent<ApiType, [
3624
+ frameId: u64,
3625
+ totalEligibleBonds: u128,
3626
+ participatingVaults: u32
3784
3627
  ], {
3785
- vaultId: u32;
3786
- accountId: AccountId32;
3787
- amount: u128;
3788
- previousAmount: Option<u128>;
3628
+ frameId: u64;
3629
+ totalEligibleBonds: u128;
3630
+ participatingVaults: u32;
3789
3631
  }>;
3790
3632
  };
3791
3633
  txPause: {
@@ -4296,26 +4138,37 @@ declare module '@polkadot/api-base/types/storage' {
4296
4138
  **/
4297
4139
  voteMinimumHistory: AugmentedQuery<ApiType, () => Observable<Vec<u128>>, []>;
4298
4140
  };
4299
- chainTransfer: {
4141
+ crosschainTransfer: {
4300
4142
  /**
4301
- * Expiration index for outgoing transfers keyed by `(notary_id, expiration_tick)`.
4302
- *
4303
- * NOTE: Expiration processing follows notebook progression (`header.tick`) for each notary,
4304
- * not wall/runtime tick. If a notary stops submitting notebooks indefinitely, pending
4305
- * transfers for that notary remain frozen by design until a notary-switch recovery path is
4306
- * executed.
4143
+ * Config accepted for each supported source chain.
4307
4144
  **/
4308
- expiringTransfersOutByNotary: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: u64 | AnyNumber | Uint8Array) => Observable<Vec<u32>>, [
4309
- u32,
4145
+ chainConfigBySourceChain: AugmentedQuery<ApiType, (arg: PalletCrosschainTransferSourceChain | 'Ethereum' | number | Uint8Array) => Observable<Option<PalletCrosschainTransferChainConfig>>, [
4146
+ PalletCrosschainTransferSourceChain
4147
+ ]>;
4148
+ /**
4149
+ * Accounts whose recent-transfer evidence expires at a given tick.
4150
+ **/
4151
+ inboundTransfersExpiringAt: AugmentedQuery<ApiType, (arg: u64 | AnyNumber | Uint8Array) => Observable<Vec<AccountId32>>, [
4310
4152
  u64
4311
4153
  ]>;
4312
4154
  /**
4313
- * The admin of the hyperbridge token gateway
4155
+ * Latest tick whose recent-transfer expiration bucket was cleaned up.
4314
4156
  **/
4315
- hyperbridgeTokenAdmin: AugmentedQuery<ApiType, () => Observable<Option<AccountId32>>, []>;
4316
- nextTransferId: AugmentedQuery<ApiType, () => Observable<Option<u32>>, []>;
4317
- pendingTransfersOut: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PalletChainTransferQueuedTransferOut>>, [
4318
- u32
4157
+ lastTransferExpiryCleanupTick: AugmentedQuery<ApiType, () => Observable<u64>, []>;
4158
+ /**
4159
+ * Latest accepted nonce for each `(source_chain, from)` pair.
4160
+ **/
4161
+ nonceBySourceAccount: AugmentedQuery<ApiType, (arg: ITuple<[PalletCrosschainTransferSourceChain, H160]> | [
4162
+ PalletCrosschainTransferSourceChain | 'Ethereum' | number | Uint8Array,
4163
+ H160 | string | Uint8Array
4164
+ ]) => Observable<Option<u64>>, [
4165
+ ITuple<[PalletCrosschainTransferSourceChain, H160]>
4166
+ ]>;
4167
+ /**
4168
+ * Count of still-retained qualifying Argon transfers for each local account.
4169
+ **/
4170
+ recentArgonTransfersByAccount: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<u32>, [
4171
+ AccountId32
4319
4172
  ]>;
4320
4173
  };
4321
4174
  digests: {
@@ -4333,194 +4186,138 @@ declare module '@polkadot/api-base/types/storage' {
4333
4186
  H256
4334
4187
  ]>;
4335
4188
  };
4336
- grandpa: {
4189
+ ethereumVerifier: {
4337
4190
  /**
4338
- * The current list of authorities.
4191
+ * Sync committee for current period
4339
4192
  **/
4340
- authorities: AugmentedQuery<ApiType, () => Observable<Vec<ITuple<[SpConsensusGrandpaAppPublic, u64]>>>, [
4193
+ currentSyncCommittee: AugmentedQuery<ApiType, () => Observable<SnowbridgeBeaconPrimitivesSyncCommitteePrepared>, [
4341
4194
  ]>;
4342
4195
  /**
4343
- * The number of changes (both in terms of keys and underlying economic responsibilities)
4344
- * in the "set" of Grandpa validators from genesis.
4196
+ * Execution header anchors: current position in ring buffer.
4345
4197
  **/
4346
- currentSetId: AugmentedQuery<ApiType, () => Observable<u64>, []>;
4198
+ executionHeaderAnchorIndex: AugmentedQuery<ApiType, () => Observable<u32>, []>;
4347
4199
  /**
4348
- * next block number where we can force a change.
4200
+ * Execution header anchors: mapping of ring buffer index to a pruning candidate.
4349
4201
  **/
4350
- nextForced: AugmentedQuery<ApiType, () => Observable<Option<u32>>, []>;
4351
- /**
4352
- * Pending change: (signaled at, scheduled change).
4353
- **/
4354
- pendingChange: AugmentedQuery<ApiType, () => Observable<Option<PalletGrandpaStoredPendingChange>>, [
4202
+ executionHeaderAnchorMapping: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<H256>, [
4203
+ u32
4355
4204
  ]>;
4356
4205
  /**
4357
- * A mapping from grandpa set ID to the index of the *most recent* session for which its
4358
- * members were responsible.
4359
- *
4360
- * This is only used for validating equivocation proofs. An equivocation proof must
4361
- * contains a key-ownership proof for a given session, therefore we need a way to tie
4362
- * together sessions and GRANDPA set ids, i.e. we need to validate that a validator
4363
- * was the owner of a given key on a given session, and what the active set ID was
4364
- * during that session.
4365
- *
4366
- * TWOX-NOTE: `SetId` is not under user control.
4206
+ * Retained execution-layer header anchors by execution block hash.
4367
4207
  **/
4368
- setIdSession: AugmentedQuery<ApiType, (arg: u64 | AnyNumber | Uint8Array) => Observable<Option<u32>>, [
4369
- u64
4208
+ executionHeaderAnchors: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<PalletEthereumVerifierExecutionHeaderAnchor>>, [
4209
+ H256
4370
4210
  ]>;
4371
4211
  /**
4372
- * `true` if we are currently stalled.
4212
+ * Beacon state by finalized block root
4373
4213
  **/
4374
- stalled: AugmentedQuery<ApiType, () => Observable<Option<ITuple<[u32, u32]>>>, []>;
4375
- /**
4376
- * State of the current authority set.
4377
- **/
4378
- state: AugmentedQuery<ApiType, () => Observable<PalletGrandpaStoredState>, []>;
4379
- };
4380
- hyperbridge: {
4381
- /**
4382
- * The host parameters of the pallet-hyperbridge.
4383
- **/
4384
- hostParams: AugmentedQuery<ApiType, () => Observable<PalletHyperbridgeVersionedHostParams>, [
4214
+ finalizedBeaconState: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<PalletEthereumVerifierFinalizedBeaconHeaderState>>, [
4215
+ H256
4385
4216
  ]>;
4386
- };
4387
- inboundTransferLog: {
4388
4217
  /**
4389
- * Inbound EVM transfers recorded by their request commitment key.
4218
+ * Finalized Headers: Current position in ring buffer
4390
4219
  **/
4391
- inboundEvmTransfers: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<PalletInboundTransferLogInboundEvmTransfer>>, [
4392
- H256
4393
- ]>;
4220
+ finalizedBeaconStateIndex: AugmentedQuery<ApiType, () => Observable<u32>, []>;
4394
4221
  /**
4395
- * Index of inbound transfer record keys expiring at a given block.
4222
+ * Finalized Headers: Mapping of ring buffer index to a pruning candidate
4396
4223
  **/
4397
- inboundTransfersExpiringAt: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Vec<H256>>, [
4224
+ finalizedBeaconStateMapping: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<H256>, [
4398
4225
  u32
4399
4226
  ]>;
4400
4227
  /**
4401
- * Recent qualifying Argon transfer count keyed by recipient account.
4402
- *
4403
- * This is a transient retained-window index over `InboundEvmTransfers`, not permanent
4404
- * history.
4228
+ * Fork-version schedule used for sync-committee signing domains and beacon state paths.
4405
4229
  **/
4406
- recentArgonTransfersByAccount: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<u32>, [
4407
- AccountId32
4230
+ forkVersionSchedule: AugmentedQuery<ApiType, () => Observable<Option<PalletEthereumVerifierForkVersions>>, [
4408
4231
  ]>;
4409
- };
4410
- ismp: {
4411
4232
  /**
4412
- * A mapping of state machine Ids to their challenge periods
4233
+ * Latest imported checkpoint root
4413
4234
  **/
4414
- challengePeriod: AugmentedQuery<ApiType, (arg: IsmpConsensusStateMachineId | {
4415
- stateId?: any;
4416
- consensusStateId?: any;
4417
- } | string | Uint8Array) => Observable<Option<u64>>, [
4418
- IsmpConsensusStateMachineId
4419
- ]>;
4235
+ initialCheckpointRoot: AugmentedQuery<ApiType, () => Observable<H256>, []>;
4420
4236
  /**
4421
- * The child trie root of messages
4237
+ * Latest retained execution-layer anchor block hash.
4422
4238
  **/
4423
- childTrieRoot: AugmentedQuery<ApiType, () => Observable<H256>, []>;
4239
+ latestExecutionHeaderAnchorBlockHash: AugmentedQuery<ApiType, () => Observable<Option<H256>>, [
4240
+ ]>;
4424
4241
  /**
4425
- * Holds the timestamp at which a consensus client was recently updated.
4426
- * Used in ensuring that the configured challenge period elapses.
4242
+ * Latest imported finalized block root
4427
4243
  **/
4428
- consensusClientUpdateTime: AugmentedQuery<ApiType, (arg: U8aFixed | string | Uint8Array) => Observable<Option<u64>>, [
4429
- U8aFixed
4430
- ]>;
4244
+ latestFinalizedBlockRoot: AugmentedQuery<ApiType, () => Observable<H256>, []>;
4431
4245
  /**
4432
- * A mapping of consensus state identifier to it's associated consensus client identifier
4246
+ * The last period where the next sync committee was updated for free.
4433
4247
  **/
4434
- consensusStateClient: AugmentedQuery<ApiType, (arg: U8aFixed | string | Uint8Array) => Observable<Option<U8aFixed>>, [
4435
- U8aFixed
4436
- ]>;
4248
+ latestSyncCommitteeUpdatePeriod: AugmentedQuery<ApiType, () => Observable<u64>, []>;
4437
4249
  /**
4438
- * Holds a map of consensus state identifiers to their consensus state.
4250
+ * Sync committee for next period
4439
4251
  **/
4440
- consensusStates: AugmentedQuery<ApiType, (arg: U8aFixed | string | Uint8Array) => Observable<Option<Bytes>>, [
4441
- U8aFixed
4252
+ nextSyncCommittee: AugmentedQuery<ApiType, () => Observable<SnowbridgeBeaconPrimitivesSyncCommitteePrepared>, [
4442
4253
  ]>;
4443
4254
  /**
4444
- * Holds a map of consensus clients frozen due to byzantine
4445
- * behaviour
4255
+ * The current operating mode of the pallet.
4446
4256
  **/
4447
- frozenConsensusClients: AugmentedQuery<ApiType, (arg: U8aFixed | string | Uint8Array) => Observable<bool>, [
4448
- U8aFixed
4257
+ operatingMode: AugmentedQuery<ApiType, () => Observable<PalletEthereumVerifierBasicOperatingMode>, [
4449
4258
  ]>;
4259
+ validatorsRoot: AugmentedQuery<ApiType, () => Observable<H256>, []>;
4260
+ };
4261
+ grandpa: {
4450
4262
  /**
4451
- * The latest verified height for a state machine
4263
+ * The current list of authorities.
4452
4264
  **/
4453
- latestStateMachineHeight: AugmentedQuery<ApiType, (arg: IsmpConsensusStateMachineId | {
4454
- stateId?: any;
4455
- consensusStateId?: any;
4456
- } | string | Uint8Array) => Observable<Option<u64>>, [
4457
- IsmpConsensusStateMachineId
4265
+ authorities: AugmentedQuery<ApiType, () => Observable<Vec<ITuple<[SpConsensusGrandpaAppPublic, u64]>>>, [
4458
4266
  ]>;
4459
4267
  /**
4460
- * Latest nonce for messages sent from this chain
4268
+ * The number of changes (both in terms of keys and underlying economic responsibilities)
4269
+ * in the "set" of Grandpa validators from genesis.
4461
4270
  **/
4462
- nonce: AugmentedQuery<ApiType, () => Observable<u64>, []>;
4271
+ currentSetId: AugmentedQuery<ApiType, () => Observable<u64>, []>;
4463
4272
  /**
4464
- * The previous verified height for a state machine
4273
+ * next block number where we can force a change.
4465
4274
  **/
4466
- previousStateMachineHeight: AugmentedQuery<ApiType, (arg: IsmpConsensusStateMachineId | {
4467
- stateId?: any;
4468
- consensusStateId?: any;
4469
- } | string | Uint8Array) => Observable<Option<u64>>, [
4470
- IsmpConsensusStateMachineId
4471
- ]>;
4275
+ nextForced: AugmentedQuery<ApiType, () => Observable<Option<u32>>, []>;
4472
4276
  /**
4473
- * Tracks requests that have been responded to
4474
- * The key is the request commitment
4277
+ * Pending change: (signaled at, scheduled change).
4475
4278
  **/
4476
- responded: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<bool>, [
4477
- H256
4279
+ pendingChange: AugmentedQuery<ApiType, () => Observable<Option<PalletGrandpaStoredPendingChange>>, [
4478
4280
  ]>;
4479
4281
  /**
4480
- * Holds a map of state machine heights to their verified state commitments. These state
4481
- * commitments end up here after they are successfully verified by a `ConsensusClient`
4282
+ * A mapping from grandpa set ID to the index of the *most recent* session for which its
4283
+ * members were responsible.
4284
+ *
4285
+ * This is only used for validating equivocation proofs. An equivocation proof must
4286
+ * contains a key-ownership proof for a given session, therefore we need a way to tie
4287
+ * together sessions and GRANDPA set ids, i.e. we need to validate that a validator
4288
+ * was the owner of a given key on a given session, and what the active set ID was
4289
+ * during that session.
4290
+ *
4291
+ * TWOX-NOTE: `SetId` is not under user control.
4482
4292
  **/
4483
- stateCommitments: AugmentedQuery<ApiType, (arg: IsmpConsensusStateMachineHeight | {
4484
- id?: any;
4485
- height?: any;
4486
- } | string | Uint8Array) => Observable<Option<IsmpConsensusStateCommitment>>, [
4487
- IsmpConsensusStateMachineHeight
4293
+ setIdSession: AugmentedQuery<ApiType, (arg: u64 | AnyNumber | Uint8Array) => Observable<Option<u32>>, [
4294
+ u64
4488
4295
  ]>;
4489
4296
  /**
4490
- * Holds the timestamp at which a state machine height was updated.
4491
- * Used in ensuring that the configured challenge period elapses.
4297
+ * `true` if we are currently stalled.
4492
4298
  **/
4493
- stateMachineUpdateTime: AugmentedQuery<ApiType, (arg: IsmpConsensusStateMachineHeight | {
4494
- id?: any;
4495
- height?: any;
4496
- } | string | Uint8Array) => Observable<Option<u64>>, [
4497
- IsmpConsensusStateMachineHeight
4498
- ]>;
4299
+ stalled: AugmentedQuery<ApiType, () => Observable<Option<ITuple<[u32, u32]>>>, []>;
4499
4300
  /**
4500
- * A mapping of consensus state identifiers to their unbonding periods
4301
+ * State of the current authority set.
4501
4302
  **/
4502
- unbondingPeriod: AugmentedQuery<ApiType, (arg: U8aFixed | string | Uint8Array) => Observable<Option<u64>>, [
4503
- U8aFixed
4504
- ]>;
4303
+ state: AugmentedQuery<ApiType, () => Observable<PalletGrandpaStoredState>, []>;
4505
4304
  };
4506
- ismpGrandpa: {
4305
+ localchainTransfer: {
4507
4306
  /**
4508
- * Registered state machines for the grandpa consensus client
4307
+ * Expiration index for outgoing transfers keyed by `(notary_id, expiration_tick)`.
4308
+ *
4309
+ * NOTE: Expiration processing follows notebook progression (`header.tick`) for each notary,
4310
+ * not wall/runtime tick. If a notary stops submitting notebooks indefinitely, pending
4311
+ * transfers for that notary remain frozen by design until a notary-switch recovery path is
4312
+ * executed.
4509
4313
  **/
4510
- supportedStateMachines: AugmentedQuery<ApiType, (arg: IsmpHostStateMachine | {
4511
- Evm: any;
4512
- } | {
4513
- Polkadot: any;
4514
- } | {
4515
- Kusama: any;
4516
- } | {
4517
- Substrate: any;
4518
- } | {
4519
- Tendermint: any;
4520
- } | {
4521
- Relay: any;
4522
- } | string | Uint8Array) => Observable<Option<u64>>, [
4523
- IsmpHostStateMachine
4314
+ expiringTransfersOutByNotary: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: u64 | AnyNumber | Uint8Array) => Observable<Vec<u32>>, [
4315
+ u32,
4316
+ u64
4317
+ ]>;
4318
+ nextTransferId: AugmentedQuery<ApiType, () => Observable<Option<u32>>, []>;
4319
+ pendingTransfersOut: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PalletLocalchainTransferQueuedTransferOut>>, [
4320
+ u32
4524
4321
  ]>;
4525
4322
  };
4526
4323
  miningSlot: {
@@ -4719,16 +4516,17 @@ declare module '@polkadot/api-base/types/storage' {
4719
4516
  };
4720
4517
  operationalAccounts: {
4721
4518
  /**
4722
- * Registered access codes keyed by their public key.
4519
+ * Referral codes that have already been linked, keyed to their proof expiration frame.
4723
4520
  **/
4724
- accessCodesByPublic: AugmentedQuery<ApiType, (arg: U8aFixed | string | Uint8Array) => Observable<Option<PalletOperationalAccountsAccessCodeMetadata>>, [
4521
+ consumedReferralCodes: AugmentedQuery<ApiType, (arg: U8aFixed | string | Uint8Array) => Observable<Option<u64>>, [
4725
4522
  U8aFixed
4726
4523
  ]>;
4727
4524
  /**
4728
- * Registered access codes expiring at a given mining frame.
4525
+ * Referral codes to clear after their referral proof expiration frame.
4729
4526
  **/
4730
- accessCodesExpiringByFrame: AugmentedQuery<ApiType, (arg: u64 | AnyNumber | Uint8Array) => Observable<Vec<U8aFixed>>, [
4731
- u64
4527
+ consumedReferralCodesByExpiration: AugmentedQuery<ApiType, (arg1: u64 | AnyNumber | Uint8Array, arg2: U8aFixed | string | Uint8Array) => Observable<Option<Null>>, [
4528
+ u64,
4529
+ U8aFixed
4732
4530
  ]>;
4733
4531
  /**
4734
4532
  * Opaque encrypted sponsor server payload keyed by the sponsee operational account.
@@ -4736,6 +4534,10 @@ declare module '@polkadot/api-base/types/storage' {
4736
4534
  encryptedServerBySponsee: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<Bytes>>, [
4737
4535
  AccountId32
4738
4536
  ]>;
4537
+ /**
4538
+ * Oldest referral expiration frame that still has cleanup work to resume.
4539
+ **/
4540
+ expiredReferralCodeCleanupFrame: AugmentedQuery<ApiType, () => Observable<Option<u64>>, []>;
4739
4541
  /**
4740
4542
  * Reverse lookup of any linked account to its operational account id.
4741
4543
  **/
@@ -4748,11 +4550,6 @@ declare module '@polkadot/api-base/types/storage' {
4748
4550
  operationalAccounts: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<PalletOperationalAccountsOperationalAccount>>, [
4749
4551
  AccountId32
4750
4552
  ]>;
4751
- /**
4752
- * Pending operational account rewards waiting on treasury payout (FIFO queue).
4753
- **/
4754
- operationalRewardsQueue: AugmentedQuery<ApiType, () => Observable<Vec<ArgonPrimitivesProvidersOperationalRewardPayout>>, [
4755
- ]>;
4756
4553
  /**
4757
4554
  * Configured reward amounts for operational accounts.
4758
4555
  **/
@@ -4874,10 +4671,6 @@ declare module '@polkadot/api-base/types/storage' {
4874
4671
  account: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<FrameSystemAccountInfo>, [
4875
4672
  AccountId32
4876
4673
  ]>;
4877
- /**
4878
- * Total length (in bytes) for all extrinsics put together, for the current block.
4879
- **/
4880
- allExtrinsicsLen: AugmentedQuery<ApiType, () => Observable<Option<u32>>, []>;
4881
4674
  /**
4882
4675
  * `Some` if a code upgrade has been authorized.
4883
4676
  **/
@@ -4889,6 +4682,16 @@ declare module '@polkadot/api-base/types/storage' {
4889
4682
  blockHash: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<H256>, [
4890
4683
  u32
4891
4684
  ]>;
4685
+ /**
4686
+ * Total size (in bytes) of the current block.
4687
+ *
4688
+ * Tracks the size of the header and all extrinsics.
4689
+ **/
4690
+ blockSize: AugmentedQuery<ApiType, () => Observable<Option<u32>>, []>;
4691
+ /**
4692
+ * Number of blocks till the pending code upgrade is applied.
4693
+ **/
4694
+ blocksTillUpgrade: AugmentedQuery<ApiType, () => Observable<Option<u8>>, []>;
4892
4695
  /**
4893
4696
  * The current weight for the block.
4894
4697
  **/
@@ -4999,70 +4802,11 @@ declare module '@polkadot/api-base/types/storage' {
4999
4802
  * This value is updated to `true` upon successful submission of a timestamp by a node.
5000
4803
  * It is then checked at the end of each block execution in the `on_finalize` hook.
5001
4804
  **/
5002
- didUpdate: AugmentedQuery<ApiType, () => Observable<bool>, []>;
5003
- /**
5004
- * The current time for the current block.
5005
- **/
5006
- now: AugmentedQuery<ApiType, () => Observable<u64>, []>;
5007
- };
5008
- tokenGateway: {
5009
- /**
5010
- * Assets supported by this instance of token gateway
5011
- * A map of the token gateway asset id to the local asset id
5012
- **/
5013
- localAssets: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<u32>>, [
5014
- H256
5015
- ]>;
5016
- /**
5017
- * Assets that originate from this chain
5018
- **/
5019
- nativeAssets: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<bool>, [
5020
- u32
5021
- ]>;
5022
- /**
5023
- * The decimals used by the EVM counterpart of this asset
5024
- **/
5025
- precisions: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: IsmpHostStateMachine | {
5026
- Evm: any;
5027
- } | {
5028
- Polkadot: any;
5029
- } | {
5030
- Kusama: any;
5031
- } | {
5032
- Substrate: any;
5033
- } | {
5034
- Tendermint: any;
5035
- } | {
5036
- Relay: any;
5037
- } | string | Uint8Array) => Observable<Option<u8>>, [
5038
- u32,
5039
- IsmpHostStateMachine
5040
- ]>;
5041
- /**
5042
- * Assets supported by this instance of token gateway
5043
- * A map of the local asset id to the token gateway asset id
5044
- **/
5045
- supportedAssets: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<H256>>, [
5046
- u32
5047
- ]>;
5048
- /**
5049
- * The token gateway adresses on different chains
5050
- **/
5051
- tokenGatewayAddresses: AugmentedQuery<ApiType, (arg: IsmpHostStateMachine | {
5052
- Evm: any;
5053
- } | {
5054
- Polkadot: any;
5055
- } | {
5056
- Kusama: any;
5057
- } | {
5058
- Substrate: any;
5059
- } | {
5060
- Tendermint: any;
5061
- } | {
5062
- Relay: any;
5063
- } | string | Uint8Array) => Observable<Option<Bytes>>, [
5064
- IsmpHostStateMachine
5065
- ]>;
4805
+ didUpdate: AugmentedQuery<ApiType, () => Observable<bool>, []>;
4806
+ /**
4807
+ * The current time for the current block.
4808
+ **/
4809
+ now: AugmentedQuery<ApiType, () => Observable<u64>, []>;
5066
4810
  };
5067
4811
  transactionPayment: {
5068
4812
  nextFeeMultiplier: AugmentedQuery<ApiType, () => Observable<u128>, []>;
@@ -5078,44 +4822,45 @@ declare module '@polkadot/api-base/types/storage' {
5078
4822
  };
5079
4823
  treasury: {
5080
4824
  /**
5081
- * The treasury pool for the current frame. This correlates with the bids coming in for the
5082
- * current frame. Sorted with the biggest share first. (current frame)
4825
+ * The stored state for each bond lot.
4826
+ **/
4827
+ bondLotById: AugmentedQuery<ApiType, (arg: u64 | AnyNumber | Uint8Array) => Observable<Option<PalletTreasuryBondLot>>, [
4828
+ u64
4829
+ ]>;
4830
+ /**
4831
+ * The bond lot ids that belong to an account.
5083
4832
  **/
5084
- capitalActive: AugmentedQuery<ApiType, () => Observable<Vec<PalletTreasuryTreasuryCapital>>, [
4833
+ bondLotIdsByAccount: AugmentedQuery<ApiType, (arg1: AccountId32 | string | Uint8Array, arg2: u64 | AnyNumber | Uint8Array) => Observable<Option<Null>>, [
4834
+ AccountId32,
4835
+ u64
5085
4836
  ]>;
5086
4837
  /**
5087
- * Bounded, sorted working set for a vault's treasury pool construction.
4838
+ * The accepted bond lots for a vault.
5088
4839
  *
5089
- * `FunderStateByVaultAndAccount` stores every funder's state. This index only keeps the top
5090
- * funded contributors plus a small standby window so treasury can recover from a few exits
5091
- * without a global scan. Entries are stored with the operator first while funded, then the
5092
- * remaining accounts sorted by held principal descending.
4840
+ * Lots are kept in descending bond order, then lower `bond_lot_id` first for ties.
5093
4841
  **/
5094
- fundersByVaultId: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Vec<ITuple<[AccountId32, u128]>>>, [
4842
+ bondLotsByVault: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Vec<PalletTreasuryBondLotSummary>>, [
5095
4843
  u32
5096
4844
  ]>;
5097
4845
  /**
5098
- * Per-vault per-account commitment and held principal (long-lived source of truth).
4846
+ * The vault capital locked for the current frame.
4847
+ *
4848
+ * Payout uses this to see which vaults and bond lots are participating in the frame.
5099
4849
  **/
5100
- funderStateByVaultAndAccount: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: AccountId32 | string | Uint8Array) => Observable<Option<PalletTreasuryFunderState>>, [
5101
- u32,
5102
- AccountId32
4850
+ currentFrameVaultCapital: AugmentedQuery<ApiType, () => Observable<Option<PalletTreasuryFrameVaultCapital>>, [
5103
4851
  ]>;
5104
4852
  /**
5105
- * Oldest matured unlock frame that still has entries to retry.
4853
+ * The next bond lot id.
5106
4854
  **/
5107
- pendingUnlockRetryCursor: AugmentedQuery<ApiType, () => Observable<Option<u64>>, []>;
4855
+ nextBondLotId: AugmentedQuery<ApiType, () => Observable<u64>, []>;
5108
4856
  /**
5109
- * Index of delayed unlocks that mature at the given frame.
4857
+ * The oldest frame that still has bond lots to retry releasing.
5110
4858
  **/
5111
- pendingUnlocksByFrame: AugmentedQuery<ApiType, (arg: u64 | AnyNumber | Uint8Array) => Observable<Vec<PalletTreasuryPendingUnlock>>, [
5112
- u64
5113
- ]>;
4859
+ pendingBondReleaseRetryCursor: AugmentedQuery<ApiType, () => Observable<Option<u64>>, []>;
5114
4860
  /**
5115
- * The currently earning contributors for the current epoch's bond funds. Sorted by highest
5116
- * bids first
4861
+ * Bond lots to release at the given frame.
5117
4862
  **/
5118
- vaultPoolsByFrame: AugmentedQuery<ApiType, (arg: u64 | AnyNumber | Uint8Array) => Observable<BTreeMap<u32, PalletTreasuryTreasuryPool>>, [
4863
+ pendingBondReleasesByFrame: AugmentedQuery<ApiType, (arg: u64 | AnyNumber | Uint8Array) => Observable<Vec<u64>>, [
5119
4864
  u64
5120
4865
  ]>;
5121
4866
  };
@@ -5569,10 +5314,16 @@ declare module '@polkadot/api-base/types/submittable' {
5569
5314
  Option<u128>
5570
5315
  ]>;
5571
5316
  };
5572
- chainTransfer: {
5573
- sendToLocalchain: AugmentedSubmittable<(amount: Compact<u128> | AnyNumber | Uint8Array, notaryId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
5574
- Compact<u128>,
5575
- u32
5317
+ crosschainTransfer: {
5318
+ proveTransfer: AugmentedSubmittable<(proof: PalletCrosschainTransferTransferProof | {
5319
+ Ethereum: any;
5320
+ } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
5321
+ PalletCrosschainTransferTransferProof
5322
+ ]>;
5323
+ setChainConfig: AugmentedSubmittable<(config: PalletCrosschainTransferChainConfig | {
5324
+ Ethereum: any;
5325
+ } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
5326
+ PalletCrosschainTransferChainConfig
5576
5327
  ]>;
5577
5328
  };
5578
5329
  domains: {
@@ -5585,6 +5336,59 @@ declare module '@polkadot/api-base/types/submittable' {
5585
5336
  ArgonPrimitivesDomainZoneRecord
5586
5337
  ]>;
5587
5338
  };
5339
+ ethereumVerifier: {
5340
+ /**
5341
+ * Used for pallet initialization and light client resetting. Needs to be called by
5342
+ * the root origin.
5343
+ **/
5344
+ forceCheckpoint: AugmentedSubmittable<(update: PalletEthereumVerifierCheckpointUpdate | {
5345
+ header?: any;
5346
+ currentSyncCommittee?: any;
5347
+ currentSyncCommitteeBranch?: any;
5348
+ validatorsRoot?: any;
5349
+ } | string | Uint8Array, forkVersions: PalletEthereumVerifierForkVersions | {
5350
+ genesis?: any;
5351
+ altair?: any;
5352
+ bellatrix?: any;
5353
+ capella?: any;
5354
+ deneb?: any;
5355
+ electra?: any;
5356
+ fulu?: any;
5357
+ } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
5358
+ PalletEthereumVerifierCheckpointUpdate,
5359
+ PalletEthereumVerifierForkVersions
5360
+ ]>;
5361
+ /**
5362
+ * Imports a proven execution header anchor against already-retained beacon state.
5363
+ **/
5364
+ importExecutionHeaderAnchor: AugmentedSubmittable<(executionProof: PalletEthereumVerifierExecutionProof | {
5365
+ header?: any;
5366
+ executionHeader?: any;
5367
+ executionBranch?: any;
5368
+ } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
5369
+ PalletEthereumVerifierExecutionProof
5370
+ ]>;
5371
+ /**
5372
+ * Halt or resume all pallet operations. May only be called by root.
5373
+ **/
5374
+ setOperatingMode: AugmentedSubmittable<(mode: PalletEthereumVerifierBasicOperatingMode | 'Normal' | 'Halted' | number | Uint8Array) => SubmittableExtrinsic<ApiType>, [
5375
+ PalletEthereumVerifierBasicOperatingMode
5376
+ ]>;
5377
+ /**
5378
+ * Submits a new finalized beacon header update. The update may contain the next
5379
+ * sync committee.
5380
+ **/
5381
+ submit: AugmentedSubmittable<(update: PalletEthereumVerifierUpdate | {
5382
+ attestedHeader?: any;
5383
+ syncAggregate?: any;
5384
+ signatureSlot?: any;
5385
+ nextSyncCommitteeUpdate?: any;
5386
+ finalizedHeader?: any;
5387
+ finalityBranch?: any;
5388
+ } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
5389
+ PalletEthereumVerifierUpdate
5390
+ ]>;
5391
+ };
5588
5392
  grandpa: {
5589
5393
  /**
5590
5394
  * Note that the current authority set of the GRANDPA finality gadget has stalled.
@@ -5636,104 +5440,10 @@ declare module '@polkadot/api-base/types/submittable' {
5636
5440
  SpCoreVoid
5637
5441
  ]>;
5638
5442
  };
5639
- ismp: {
5640
- /**
5641
- * Create a consensus client, using a subjectively chosen consensus state. This can also
5642
- * be used to overwrite an existing consensus state. The dispatch origin for this
5643
- * call must be `T::AdminOrigin`.
5644
- *
5645
- * - `message`: [`CreateConsensusState`] struct.
5646
- *
5647
- * Emits [`Event::ConsensusClientCreated`] if successful.
5648
- **/
5649
- createConsensusClient: AugmentedSubmittable<(message: IsmpMessagingCreateConsensusState | {
5650
- consensusState?: any;
5651
- consensusClientId?: any;
5652
- consensusStateId?: any;
5653
- unbondingPeriod?: any;
5654
- challengePeriods?: any;
5655
- stateMachineCommitments?: any;
5656
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
5657
- IsmpMessagingCreateConsensusState
5658
- ]>;
5659
- /**
5660
- * Add more funds to a message (request or response) to be used for delivery and execution.
5661
- *
5662
- * Should not be called on a message that has been completed (delivered or timed-out) as
5663
- * those funds will be lost forever.
5664
- **/
5665
- fundMessage: AugmentedSubmittable<(message: PalletIsmpUtilsFundMessageParams | {
5666
- commitment?: any;
5667
- amount?: any;
5668
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
5669
- PalletIsmpUtilsFundMessageParams
5670
- ]>;
5671
- /**
5672
- * Execute the provided batch of ISMP messages, this will short-circuit and revert if any
5673
- * of the provided messages are invalid. This is an unsigned extrinsic that permits anyone
5674
- * execute ISMP messages for free, provided they have valid proofs and the messages have
5675
- * not been previously processed.
5676
- *
5677
- * The dispatch origin for this call must be an unsigned one.
5678
- *
5679
- * - `messages`: the messages to handle or process.
5680
- *
5681
- * Emits different message events based on the Message received if successful.
5682
- **/
5683
- handleUnsigned: AugmentedSubmittable<(messages: Vec<IsmpMessagingMessage> | (IsmpMessagingMessage | {
5684
- Consensus: any;
5685
- } | {
5686
- FraudProof: any;
5687
- } | {
5688
- Request: any;
5689
- } | {
5690
- Response: any;
5691
- } | {
5692
- Timeout: any;
5693
- } | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
5694
- Vec<IsmpMessagingMessage>
5695
- ]>;
5696
- /**
5697
- * Modify the unbonding period and challenge period for a consensus state.
5698
- * The dispatch origin for this call must be `T::AdminOrigin`.
5699
- *
5700
- * - `message`: `UpdateConsensusState` struct.
5701
- **/
5702
- updateConsensusState: AugmentedSubmittable<(message: PalletIsmpUtilsUpdateConsensusState | {
5703
- consensusStateId?: any;
5704
- unbondingPeriod?: any;
5705
- challengePeriods?: any;
5706
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
5707
- PalletIsmpUtilsUpdateConsensusState
5708
- ]>;
5709
- };
5710
- ismpGrandpa: {
5711
- /**
5712
- * Add some a state machine to the list of supported state machines
5713
- **/
5714
- addStateMachines: AugmentedSubmittable<(newStateMachines: Vec<IsmpGrandpaAddStateMachine> | (IsmpGrandpaAddStateMachine | {
5715
- stateMachine?: any;
5716
- slotDuration?: any;
5717
- } | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
5718
- Vec<IsmpGrandpaAddStateMachine>
5719
- ]>;
5720
- /**
5721
- * Remove a state machine from the list of supported state machines
5722
- **/
5723
- removeStateMachines: AugmentedSubmittable<(stateMachines: Vec<IsmpHostStateMachine> | (IsmpHostStateMachine | {
5724
- Evm: any;
5725
- } | {
5726
- Polkadot: any;
5727
- } | {
5728
- Kusama: any;
5729
- } | {
5730
- Substrate: any;
5731
- } | {
5732
- Tendermint: any;
5733
- } | {
5734
- Relay: any;
5735
- } | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
5736
- Vec<IsmpHostStateMachine>
5443
+ localchainTransfer: {
5444
+ sendToLocalchain: AugmentedSubmittable<(amount: Compact<u128> | AnyNumber | Uint8Array, notaryId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
5445
+ Compact<u128>,
5446
+ u32
5737
5447
  ]>;
5738
5448
  };
5739
5449
  miningSlot: {
@@ -5783,6 +5493,13 @@ declare module '@polkadot/api-base/types/submittable' {
5783
5493
  * Register approval for a dispatch to be made from a deterministic composite account if
5784
5494
  * approved by a total of `threshold - 1` of `other_signatories`.
5785
5495
  *
5496
+ * **This function will NEVER execute the call, even if the approval threshold is
5497
+ * reached.** It only registers approval. To actually execute the call, `as_multi` must
5498
+ * be called with the full call data by any of the signatories.
5499
+ *
5500
+ * This function is more efficient than `as_multi` for intermediate approvals since it
5501
+ * only requires the call hash, not the full call data.
5502
+ *
5786
5503
  * Payment: `DepositBase` will be reserved if this is the first approval, plus
5787
5504
  * `threshold` times `DepositFactor`. It is returned once this dispatch happens or
5788
5505
  * is cancelled.
@@ -5797,7 +5514,8 @@ declare module '@polkadot/api-base/types/submittable' {
5797
5514
  * transaction index) of the first approval transaction.
5798
5515
  * - `call_hash`: The hash of the call to be executed.
5799
5516
  *
5800
- * NOTE: If this is the final approval, you will want to use `as_multi` instead.
5517
+ * NOTE: To execute the call after approvals are gathered, any signatory must call
5518
+ * `as_multi` with the full call data. This function cannot execute the call.
5801
5519
  *
5802
5520
  * ## Complexity
5803
5521
  * - `O(S)`.
@@ -5828,7 +5546,9 @@ declare module '@polkadot/api-base/types/submittable' {
5828
5546
  * Register approval for a dispatch to be made from a deterministic composite account if
5829
5547
  * approved by a total of `threshold - 1` of `other_signatories`.
5830
5548
  *
5831
- * If there are enough, then dispatch the call.
5549
+ * **If the approval threshold is met (including the sender's approval), this will
5550
+ * immediately execute the call.** This is the only way to execute a multisig call -
5551
+ * `approve_as_multi` will never trigger execution.
5832
5552
  *
5833
5553
  * Payment: `DepositBase` will be reserved if this is the first approval, plus
5834
5554
  * `threshold` times `DepositFactor`. It is returned once this dispatch happens or
@@ -5844,8 +5564,9 @@ declare module '@polkadot/api-base/types/submittable' {
5844
5564
  * transaction index) of the first approval transaction.
5845
5565
  * - `call`: The call to be executed.
5846
5566
  *
5847
- * NOTE: Unless this is the final approval, you will generally want to use
5848
- * `approve_as_multi` instead, since it only requires a hash of the call.
5567
+ * NOTE: For intermediate approvals (not the final approval), you should generally use
5568
+ * `approve_as_multi` instead, since it only requires a hash of the call and is more
5569
+ * efficient.
5849
5570
  *
5850
5571
  * Result is equivalent to the dispatched result if `threshold` is exactly `1`. Otherwise
5851
5572
  * on success, result is `Ok` and the result from the interior call, if it was executed,
@@ -5986,6 +5707,16 @@ declare module '@polkadot/api-base/types/submittable' {
5986
5707
  ]>;
5987
5708
  };
5988
5709
  operationalAccounts: {
5710
+ /**
5711
+ * Activate an eligible operational account from any managed account.
5712
+ **/
5713
+ activate: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
5714
+ /**
5715
+ * Claim pending operational rewards to any managed account.
5716
+ **/
5717
+ claimRewards: AugmentedSubmittable<(amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
5718
+ u128
5719
+ ]>;
5989
5720
  /**
5990
5721
  * Force-update operational progress markers for an account.
5991
5722
  **/
@@ -6000,17 +5731,10 @@ declare module '@polkadot/api-base/types/submittable' {
6000
5731
  PalletOperationalAccountsOperationalProgressPatch,
6001
5732
  bool
6002
5733
  ]>;
6003
- /**
6004
- * Issue an access code (the public key itself) for this operational account.
6005
- * The access code expires after `AccessCodeExpirationFrames`.
6006
- **/
6007
- issueAccessCode: AugmentedSubmittable<(accessCodePublic: U8aFixed | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
6008
- U8aFixed
6009
- ]>;
6010
5734
  /**
6011
5735
  * Register vault, mining funding, and bot accounts for an operational account.
6012
5736
  * Any account in the registration may submit the transaction.
6013
- * If an access code is provided, the registration records the sponsor relationship.
5737
+ * If a referral proof is provided, the registration records the sponsor relationship.
6014
5738
  **/
6015
5739
  register: AugmentedSubmittable<(registration: PalletOperationalAccountsRegistration | {
6016
5740
  V1: any;
@@ -6705,60 +6429,23 @@ declare module '@polkadot/api-base/types/submittable' {
6705
6429
  Compact<u64>
6706
6430
  ]>;
6707
6431
  };
6708
- tokenGateway: {
6709
- /**
6710
- * Registers a multi-chain ERC6160 asset without sending any dispatch request.
6711
- * You should use register_asset_locally when you want to enable token gateway transfers
6712
- * for an asset that already exists on an external chain.
6713
- **/
6714
- createErc6160Asset: AugmentedSubmittable<(asset: PalletTokenGatewayAssetRegistration | {
6715
- localId?: any;
6716
- reg?: any;
6717
- native?: any;
6718
- precision?: any;
6719
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
6720
- PalletTokenGatewayAssetRegistration
6721
- ]>;
6722
- /**
6723
- * Set the token gateway address for specified chains
6724
- **/
6725
- setTokenGatewayAddresses: AugmentedSubmittable<(addresses: BTreeMap<IsmpHostStateMachine, Bytes>) => SubmittableExtrinsic<ApiType>, [
6726
- BTreeMap<IsmpHostStateMachine, Bytes>
6727
- ]>;
6728
- /**
6729
- * Teleports a registered asset
6730
- * locks the asset and dispatches a request to token gateway on the destination
6731
- **/
6732
- teleport: AugmentedSubmittable<(params: PalletTokenGatewayTeleportParams | {
6733
- assetId?: any;
6734
- destination?: any;
6735
- recepient?: any;
6736
- amount?: any;
6737
- timeout?: any;
6738
- tokenGateway?: any;
6739
- relayerFee?: any;
6740
- callData?: any;
6741
- redeem?: any;
6742
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
6743
- PalletTokenGatewayTeleportParams
6744
- ]>;
6432
+ treasury: {
6745
6433
  /**
6746
- * Update the precision for an existing asset
6434
+ * Buy whole `1 ARGON` bonds for a vault.
6435
+ *
6436
+ * The purchase either enters the accepted list or fails.
6747
6437
  **/
6748
- updateAssetPrecision: AugmentedSubmittable<(update: PalletTokenGatewayPrecisionUpdate | {
6749
- assetId?: any;
6750
- precisions?: any;
6751
- } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
6752
- PalletTokenGatewayPrecisionUpdate
6438
+ buyBonds: AugmentedSubmittable<(vaultId: u32 | AnyNumber | Uint8Array, bonds: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
6439
+ u32,
6440
+ u32
6753
6441
  ]>;
6754
- };
6755
- treasury: {
6756
6442
  /**
6757
- * All funders can set their committed principal for a vault.
6443
+ * Liquidate one full bond lot.
6444
+ *
6445
+ * The lot stops participating right away and is released after the delay.
6758
6446
  **/
6759
- setAllocation: AugmentedSubmittable<(vaultId: u32 | AnyNumber | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
6760
- u32,
6761
- u128
6447
+ liquidateBondLot: AugmentedSubmittable<(bondLotId: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
6448
+ u64
6762
6449
  ]>;
6763
6450
  };
6764
6451
  txPause: {
@@ -7656,6 +7343,42 @@ declare module '@polkadot/rpc-core/types/jsonrpc' {
7656
7343
  }
7657
7344
  }
7658
7345
 
7346
+ /** @name ArgonPrimitivesEthereumEthereumExecutionBlockProof */
7347
+ interface ArgonPrimitivesEthereumEthereumExecutionBlockProof extends Struct {
7348
+ readonly anchorBlockHash: H256;
7349
+ readonly targetToAnchorHeaderChain: Vec<ArgonPrimitivesEthereumEthereumExecutionHeader>;
7350
+ }
7351
+ /** @name ArgonPrimitivesEthereumEthereumExecutionHeader */
7352
+ interface ArgonPrimitivesEthereumEthereumExecutionHeader extends Struct {
7353
+ readonly rlp: Bytes;
7354
+ }
7355
+ /** @name ArgonPrimitivesEthereumEthereumLog */
7356
+ interface ArgonPrimitivesEthereumEthereumLog extends Struct {
7357
+ readonly address: H160;
7358
+ readonly topics: Vec<H256>;
7359
+ readonly data: Bytes;
7360
+ }
7361
+ /** @name ArgonPrimitivesEthereumEthereumProof */
7362
+ interface ArgonPrimitivesEthereumEthereumProof extends Struct {
7363
+ readonly executionBlockProof: ArgonPrimitivesEthereumEthereumExecutionBlockProof;
7364
+ readonly receiptProof: ArgonPrimitivesEthereumEthereumReceiptProof;
7365
+ }
7366
+ /** @name ArgonPrimitivesEthereumEthereumReceiptProof */
7367
+ interface ArgonPrimitivesEthereumEthereumReceiptProof extends Struct {
7368
+ readonly transactionIndex: Compact<u64>;
7369
+ readonly nodes: Vec<Bytes>;
7370
+ }
7371
+ /** @name ArgonPrimitivesEthereumEthereumVerifyError */
7372
+ interface ArgonPrimitivesEthereumEthereumVerifyError extends Enum {
7373
+ readonly isVerifierUnavailable: boolean;
7374
+ readonly isAnchorNotFound: boolean;
7375
+ readonly isInvalidHeader: boolean;
7376
+ readonly isInvalidHeaderChain: boolean;
7377
+ readonly isLogNotFound: boolean;
7378
+ readonly isInvalidProof: boolean;
7379
+ readonly type: 'VerifierUnavailable' | 'AnchorNotFound' | 'InvalidHeader' | 'InvalidHeaderChain' | 'LogNotFound' | 'InvalidProof';
7380
+ }
7381
+
7659
7382
  declare module '@polkadot/api-base/types/calls' {
7660
7383
  interface AugmentedCalls<ApiType extends ApiTypes> {
7661
7384
  /** 0xbc9d89904f5b923f/1 */
@@ -7715,6 +7438,20 @@ declare module '@polkadot/api-base/types/calls' {
7715
7438
  **/
7716
7439
  version: AugmentedCall<ApiType, () => Observable<RuntimeVersion>>;
7717
7440
  };
7441
+ /** 0x97c56de838cad0ef/1 */
7442
+ ethereumApis: {
7443
+ /**
7444
+ * Preflight verify an Ethereum event log proof.
7445
+ **/
7446
+ verifyEventLog: AugmentedCall<ApiType, (eventLog: ArgonPrimitivesEthereumEthereumLog$1 | {
7447
+ address?: any;
7448
+ topics?: any;
7449
+ data?: any;
7450
+ } | string | Uint8Array, proof: ArgonPrimitivesEthereumEthereumProof$1 | {
7451
+ executionBlockProof?: any;
7452
+ receiptProof?: any;
7453
+ } | string | Uint8Array) => Observable<Result<Null, ArgonPrimitivesEthereumEthereumVerifyError>>>;
7454
+ };
7718
7455
  /** 0xfbc577b9d747efd6/1 */
7719
7456
  genesisBuilder: {
7720
7457
  /**
@@ -7776,17 +7513,6 @@ declare module '@polkadot/api-base/types/calls' {
7776
7513
  digest?: any;
7777
7514
  } | string | Uint8Array) => Observable<Null>>;
7778
7515
  };
7779
- /** 0xab3c0572291feb8b/1 */
7780
- sessionKeys: {
7781
- /**
7782
- * Decode the given public session keys.
7783
- **/
7784
- decodeSessionKeys: AugmentedCall<ApiType, (encoded: Bytes | string | Uint8Array) => Observable<Option<Vec<ITuple<[Bytes, KeyTypeId]>>>>>;
7785
- /**
7786
- * Generate a set of session keys with optionally using the given seed.
7787
- **/
7788
- generateSessionKeys: AugmentedCall<ApiType, (seed: Option<Bytes> | null | Uint8Array | Bytes | string) => Observable<Bytes>>;
7789
- };
7790
7516
  /** 0xd2bc9897eed08f15/3 */
7791
7517
  taggedTransactionQueue: {
7792
7518
  /**
@@ -7879,6 +7605,12 @@ declare module '@polkadot/types/types/registry' {
7879
7605
  ApprovalFlag: ApprovalFlag;
7880
7606
  Approvals: Approvals;
7881
7607
  ApprovalVotingParams: ApprovalVotingParams;
7608
+ ArgonPrimitivesEthereumEthereumExecutionBlockProof: ArgonPrimitivesEthereumEthereumExecutionBlockProof;
7609
+ ArgonPrimitivesEthereumEthereumExecutionHeader: ArgonPrimitivesEthereumEthereumExecutionHeader;
7610
+ ArgonPrimitivesEthereumEthereumLog: ArgonPrimitivesEthereumEthereumLog;
7611
+ ArgonPrimitivesEthereumEthereumProof: ArgonPrimitivesEthereumEthereumProof;
7612
+ ArgonPrimitivesEthereumEthereumReceiptProof: ArgonPrimitivesEthereumEthereumReceiptProof;
7613
+ ArgonPrimitivesEthereumEthereumVerifyError: ArgonPrimitivesEthereumEthereumVerifyError;
7882
7614
  ArithmeticError: ArithmeticError;
7883
7615
  AssetApproval: AssetApproval;
7884
7616
  AssetApprovalKey: AssetApprovalKey;
@@ -9944,8 +9676,8 @@ declare module '@polkadot/types/lookup' {
9944
9676
  readonly isBlockSpecificationNotFound: boolean;
9945
9677
  readonly type: 'RootNotFound' | 'LastChangeNotFound' | 'InvalidTransferToLocalchain' | 'BlockSpecificationNotFound';
9946
9678
  }
9947
- /** @name PalletChainTransferEvent (76) */
9948
- interface PalletChainTransferEvent extends Enum {
9679
+ /** @name PalletLocalchainTransferEvent (76) */
9680
+ interface PalletLocalchainTransferEvent extends Enum {
9949
9681
  readonly isTransferToLocalchain: boolean;
9950
9682
  readonly asTransferToLocalchain: {
9951
9683
  readonly accountId: AccountId32;
@@ -10424,229 +10156,79 @@ declare module '@polkadot/types/lookup' {
10424
10156
  } & Struct;
10425
10157
  readonly type: 'Sudid' | 'KeyChanged' | 'KeyRemoved' | 'SudoAsDone';
10426
10158
  }
10427
- /** @name PalletIsmpEvent (118) */
10428
- interface PalletIsmpEvent extends Enum {
10429
- readonly isStateMachineUpdated: boolean;
10430
- readonly asStateMachineUpdated: {
10431
- readonly stateMachineId: IsmpConsensusStateMachineId;
10432
- readonly latestHeight: u64;
10433
- } & Struct;
10434
- readonly isStateCommitmentVetoed: boolean;
10435
- readonly asStateCommitmentVetoed: {
10436
- readonly height: IsmpConsensusStateMachineHeight;
10437
- readonly fisherman: Bytes;
10438
- } & Struct;
10439
- readonly isConsensusClientCreated: boolean;
10440
- readonly asConsensusClientCreated: {
10441
- readonly consensusClientId: U8aFixed;
10442
- } & Struct;
10443
- readonly isConsensusClientFrozen: boolean;
10444
- readonly asConsensusClientFrozen: {
10445
- readonly consensusClientId: U8aFixed;
10446
- } & Struct;
10447
- readonly isResponse: boolean;
10448
- readonly asResponse: {
10449
- readonly destChain: IsmpHostStateMachine;
10450
- readonly sourceChain: IsmpHostStateMachine;
10451
- readonly requestNonce: u64;
10452
- readonly commitment: H256;
10453
- readonly reqCommitment: H256;
10454
- } & Struct;
10455
- readonly isRequest: boolean;
10456
- readonly asRequest: {
10457
- readonly destChain: IsmpHostStateMachine;
10458
- readonly sourceChain: IsmpHostStateMachine;
10459
- readonly requestNonce: u64;
10460
- readonly commitment: H256;
10461
- } & Struct;
10462
- readonly isErrors: boolean;
10463
- readonly asErrors: {
10464
- readonly errors: Vec<PalletIsmpErrorsHandlingError>;
10465
- } & Struct;
10466
- readonly isPostRequestHandled: boolean;
10467
- readonly asPostRequestHandled: IsmpEventsRequestResponseHandled;
10468
- readonly isPostResponseHandled: boolean;
10469
- readonly asPostResponseHandled: IsmpEventsRequestResponseHandled;
10470
- readonly isGetRequestHandled: boolean;
10471
- readonly asGetRequestHandled: IsmpEventsRequestResponseHandled;
10472
- readonly isPostRequestTimeoutHandled: boolean;
10473
- readonly asPostRequestTimeoutHandled: IsmpEventsTimeoutHandled;
10474
- readonly isPostResponseTimeoutHandled: boolean;
10475
- readonly asPostResponseTimeoutHandled: IsmpEventsTimeoutHandled;
10476
- readonly isGetRequestTimeoutHandled: boolean;
10477
- readonly asGetRequestTimeoutHandled: IsmpEventsTimeoutHandled;
10478
- readonly type: 'StateMachineUpdated' | 'StateCommitmentVetoed' | 'ConsensusClientCreated' | 'ConsensusClientFrozen' | 'Response' | 'Request' | 'Errors' | 'PostRequestHandled' | 'PostResponseHandled' | 'GetRequestHandled' | 'PostRequestTimeoutHandled' | 'PostResponseTimeoutHandled' | 'GetRequestTimeoutHandled';
10479
- }
10480
- /** @name IsmpConsensusStateMachineId (119) */
10481
- interface IsmpConsensusStateMachineId extends Struct {
10482
- readonly stateId: IsmpHostStateMachine;
10483
- readonly consensusStateId: U8aFixed;
10484
- }
10485
- /** @name IsmpHostStateMachine (120) */
10486
- interface IsmpHostStateMachine extends Enum {
10487
- readonly isEvm: boolean;
10488
- readonly asEvm: u32;
10489
- readonly isPolkadot: boolean;
10490
- readonly asPolkadot: u32;
10491
- readonly isKusama: boolean;
10492
- readonly asKusama: u32;
10493
- readonly isSubstrate: boolean;
10494
- readonly asSubstrate: U8aFixed;
10495
- readonly isTendermint: boolean;
10496
- readonly asTendermint: U8aFixed;
10497
- readonly isRelay: boolean;
10498
- readonly asRelay: {
10499
- readonly relay: U8aFixed;
10500
- readonly paraId: u32;
10501
- } & Struct;
10502
- readonly type: 'Evm' | 'Polkadot' | 'Kusama' | 'Substrate' | 'Tendermint' | 'Relay';
10503
- }
10504
- /** @name IsmpConsensusStateMachineHeight (121) */
10505
- interface IsmpConsensusStateMachineHeight extends Struct {
10506
- readonly id: IsmpConsensusStateMachineId;
10507
- readonly height: u64;
10508
- }
10509
- /** @name PalletIsmpErrorsHandlingError (124) */
10510
- interface PalletIsmpErrorsHandlingError extends Struct {
10511
- readonly message: Bytes;
10512
- }
10513
- /** @name IsmpEventsRequestResponseHandled (126) */
10514
- interface IsmpEventsRequestResponseHandled extends Struct {
10515
- readonly commitment: H256;
10516
- readonly relayer: Bytes;
10517
- }
10518
- /** @name IsmpEventsTimeoutHandled (127) */
10519
- interface IsmpEventsTimeoutHandled extends Struct {
10520
- readonly commitment: H256;
10521
- readonly source: IsmpHostStateMachine;
10522
- readonly dest: IsmpHostStateMachine;
10523
- }
10524
- /** @name IsmpGrandpaEvent (128) */
10525
- interface IsmpGrandpaEvent extends Enum {
10526
- readonly isStateMachineAdded: boolean;
10527
- readonly asStateMachineAdded: {
10528
- readonly stateMachines: Vec<IsmpHostStateMachine>;
10529
- } & Struct;
10530
- readonly isStateMachineRemoved: boolean;
10531
- readonly asStateMachineRemoved: {
10532
- readonly stateMachines: Vec<IsmpHostStateMachine>;
10533
- } & Struct;
10534
- readonly type: 'StateMachineAdded' | 'StateMachineRemoved';
10535
- }
10536
- /** @name PalletHyperbridgeEvent (130) */
10537
- interface PalletHyperbridgeEvent extends Enum {
10538
- readonly isHostParamsUpdated: boolean;
10539
- readonly asHostParamsUpdated: {
10540
- readonly old: PalletHyperbridgeVersionedHostParams;
10541
- readonly new_: PalletHyperbridgeVersionedHostParams;
10542
- } & Struct;
10543
- readonly isRelayerFeeWithdrawn: boolean;
10544
- readonly asRelayerFeeWithdrawn: {
10545
- readonly amount: u128;
10546
- readonly account: AccountId32;
10547
- } & Struct;
10548
- readonly type: 'HostParamsUpdated' | 'RelayerFeeWithdrawn';
10549
- }
10550
- /** @name PalletHyperbridgeVersionedHostParams (131) */
10551
- interface PalletHyperbridgeVersionedHostParams extends Enum {
10552
- readonly isV1: boolean;
10553
- readonly asV1: PalletHyperbridgeSubstrateHostParams;
10554
- readonly type: 'V1';
10555
- }
10556
- /** @name PalletHyperbridgeSubstrateHostParams (132) */
10557
- interface PalletHyperbridgeSubstrateHostParams extends Struct {
10558
- readonly defaultPerByteFee: u128;
10559
- readonly perByteFees: BTreeMap<IsmpHostStateMachine, u128>;
10560
- readonly assetRegistrationFee: u128;
10561
- }
10562
- /** @name PalletTokenGatewayEvent (136) */
10563
- interface PalletTokenGatewayEvent extends Enum {
10564
- readonly isAssetTeleported: boolean;
10565
- readonly asAssetTeleported: {
10566
- readonly from: AccountId32;
10567
- readonly to: H256;
10568
- readonly amount: u128;
10569
- readonly dest: IsmpHostStateMachine;
10570
- readonly commitment: H256;
10571
- } & Struct;
10572
- readonly isAssetReceived: boolean;
10573
- readonly asAssetReceived: {
10574
- readonly beneficiary: AccountId32;
10575
- readonly amount: u128;
10576
- readonly source: IsmpHostStateMachine;
10577
- } & Struct;
10578
- readonly isAssetRefunded: boolean;
10579
- readonly asAssetRefunded: {
10580
- readonly beneficiary: AccountId32;
10581
- readonly amount: u128;
10582
- readonly source: IsmpHostStateMachine;
10583
- } & Struct;
10584
- readonly isErc6160AssetRegistrationDispatched: boolean;
10585
- readonly asErc6160AssetRegistrationDispatched: {
10586
- readonly commitment: H256;
10587
- } & Struct;
10588
- readonly isAssetRegisteredLocally: boolean;
10589
- readonly asAssetRegisteredLocally: {
10590
- readonly localId: u32;
10591
- readonly assetId: H256;
10592
- } & Struct;
10593
- readonly type: 'AssetTeleported' | 'AssetReceived' | 'AssetRefunded' | 'Erc6160AssetRegistrationDispatched' | 'AssetRegisteredLocally';
10594
- }
10595
- /** @name PalletTreasuryEvent (137) */
10159
+ /** @name PalletTreasuryEvent (118) */
10596
10160
  interface PalletTreasuryEvent extends Enum {
10597
- readonly isCouldNotDistributeBidPool: boolean;
10598
- readonly asCouldNotDistributeBidPool: {
10599
- readonly accountId: AccountId32;
10161
+ readonly isCouldNotDistributeEarningsToBondLot: boolean;
10162
+ readonly asCouldNotDistributeEarningsToBondLot: {
10600
10163
  readonly frameId: u64;
10601
10164
  readonly vaultId: u32;
10165
+ readonly bondLotId: u64;
10166
+ readonly accountId: AccountId32;
10602
10167
  readonly amount: u128;
10603
10168
  readonly dispatchError: SpRuntimeDispatchError;
10604
- readonly isForVault: bool;
10605
10169
  } & Struct;
10606
- readonly isCouldNotFundTreasury: boolean;
10607
- readonly asCouldNotFundTreasury: {
10170
+ readonly isCouldNotTransferToTreasuryReserves: boolean;
10171
+ readonly asCouldNotTransferToTreasuryReserves: {
10608
10172
  readonly frameId: u64;
10609
10173
  readonly amount: u128;
10610
10174
  readonly dispatchError: SpRuntimeDispatchError;
10611
10175
  } & Struct;
10612
- readonly isBidPoolDistributed: boolean;
10613
- readonly asBidPoolDistributed: {
10176
+ readonly isFrameEarningsDistributed: boolean;
10177
+ readonly asFrameEarningsDistributed: {
10614
10178
  readonly frameId: u64;
10615
10179
  readonly bidPoolDistributed: u128;
10616
10180
  readonly treasuryReserves: u128;
10617
- readonly bidPoolShares: u32;
10181
+ readonly participatingVaults: u32;
10618
10182
  } & Struct;
10619
- readonly isNextBidPoolCapitalLocked: boolean;
10620
- readonly asNextBidPoolCapitalLocked: {
10183
+ readonly isFrameVaultCapitalLocked: boolean;
10184
+ readonly asFrameVaultCapitalLocked: {
10621
10185
  readonly frameId: u64;
10622
- readonly totalActivatedCapital: u128;
10186
+ readonly totalEligibleBonds: u128;
10623
10187
  readonly participatingVaults: u32;
10624
10188
  } & Struct;
10625
- readonly isErrorRefundingTreasuryCapital: boolean;
10626
- readonly asErrorRefundingTreasuryCapital: {
10189
+ readonly isCouldNotReleaseBondLot: boolean;
10190
+ readonly asCouldNotReleaseBondLot: {
10627
10191
  readonly frameId: u64;
10628
10192
  readonly vaultId: u32;
10193
+ readonly bondLotId: u64;
10629
10194
  readonly amount: u128;
10630
10195
  readonly accountId: AccountId32;
10631
10196
  readonly dispatchError: SpRuntimeDispatchError;
10632
10197
  } & Struct;
10633
- readonly isRefundedTreasuryCapital: boolean;
10634
- readonly asRefundedTreasuryCapital: {
10635
- readonly frameId: u64;
10198
+ readonly isBondLotPurchased: boolean;
10199
+ readonly asBondLotPurchased: {
10636
10200
  readonly vaultId: u32;
10637
- readonly amount: u128;
10201
+ readonly bondLotId: u64;
10638
10202
  readonly accountId: AccountId32;
10203
+ readonly bonds: u32;
10639
10204
  } & Struct;
10640
- readonly isVaultFunderAllocation: boolean;
10641
- readonly asVaultFunderAllocation: {
10205
+ readonly isBondLotReleaseScheduled: boolean;
10206
+ readonly asBondLotReleaseScheduled: {
10642
10207
  readonly vaultId: u32;
10208
+ readonly bondLotId: u64;
10643
10209
  readonly accountId: AccountId32;
10644
- readonly amount: u128;
10645
- readonly previousAmount: Option<u128>;
10210
+ readonly bonds: u32;
10211
+ readonly releaseFrameId: u64;
10212
+ readonly reason: PalletTreasuryBondReleaseReason;
10213
+ } & Struct;
10214
+ readonly isBondLotReleased: boolean;
10215
+ readonly asBondLotReleased: {
10216
+ readonly frameId: u64;
10217
+ readonly vaultId: u32;
10218
+ readonly bondLotId: u64;
10219
+ readonly accountId: AccountId32;
10220
+ readonly bonds: u32;
10646
10221
  } & Struct;
10647
- readonly type: 'CouldNotDistributeBidPool' | 'CouldNotFundTreasury' | 'BidPoolDistributed' | 'NextBidPoolCapitalLocked' | 'ErrorRefundingTreasuryCapital' | 'RefundedTreasuryCapital' | 'VaultFunderAllocation';
10222
+ readonly type: 'CouldNotDistributeEarningsToBondLot' | 'CouldNotTransferToTreasuryReserves' | 'FrameEarningsDistributed' | 'FrameVaultCapitalLocked' | 'CouldNotReleaseBondLot' | 'BondLotPurchased' | 'BondLotReleaseScheduled' | 'BondLotReleased';
10223
+ }
10224
+ /** @name PalletTreasuryBondReleaseReason (119) */
10225
+ interface PalletTreasuryBondReleaseReason extends Enum {
10226
+ readonly isUserLiquidation: boolean;
10227
+ readonly isBumped: boolean;
10228
+ readonly isVaultClosed: boolean;
10229
+ readonly type: 'UserLiquidation' | 'Bumped' | 'VaultClosed';
10648
10230
  }
10649
- /** @name PalletFeeControlEvent (138) */
10231
+ /** @name PalletFeeControlEvent (120) */
10650
10232
  interface PalletFeeControlEvent extends Enum {
10651
10233
  readonly isFeeSkipped: boolean;
10652
10234
  readonly asFeeSkipped: {
@@ -10660,13 +10242,13 @@ declare module '@polkadot/types/lookup' {
10660
10242
  } & Struct;
10661
10243
  readonly type: 'FeeSkipped' | 'FeeDelegated';
10662
10244
  }
10663
- /** @name ArgonRuntimeOriginCaller (139) */
10245
+ /** @name ArgonRuntimeOriginCaller (121) */
10664
10246
  interface ArgonRuntimeOriginCaller extends Enum {
10665
10247
  readonly isSystem: boolean;
10666
10248
  readonly asSystem: FrameSupportDispatchRawOrigin;
10667
10249
  readonly type: 'System';
10668
10250
  }
10669
- /** @name FrameSupportDispatchRawOrigin (140) */
10251
+ /** @name FrameSupportDispatchRawOrigin (122) */
10670
10252
  interface FrameSupportDispatchRawOrigin extends Enum {
10671
10253
  readonly isRoot: boolean;
10672
10254
  readonly isSigned: boolean;
@@ -10675,50 +10257,7 @@ declare module '@polkadot/types/lookup' {
10675
10257
  readonly isAuthorized: boolean;
10676
10258
  readonly type: 'Root' | 'Signed' | 'None' | 'Authorized';
10677
10259
  }
10678
- /** @name PalletInboundTransferLogEvent (141) */
10679
- interface PalletInboundTransferLogEvent extends Enum {
10680
- readonly isInboundEvmTransferRecorded: boolean;
10681
- readonly asInboundEvmTransferRecorded: {
10682
- readonly transfer: PalletInboundTransferLogInboundEvmTransfer;
10683
- } & Struct;
10684
- readonly isInboundEvmTransferDropped: boolean;
10685
- readonly asInboundEvmTransferDropped: {
10686
- readonly source: IsmpHostStateMachine;
10687
- readonly nonce: u64;
10688
- readonly reason: PalletInboundTransferLogInboundTransferDropReason;
10689
- } & Struct;
10690
- readonly type: 'InboundEvmTransferRecorded' | 'InboundEvmTransferDropped';
10691
- }
10692
- /** @name PalletInboundTransferLogInboundEvmTransfer (142) */
10693
- interface PalletInboundTransferLogInboundEvmTransfer extends Struct {
10694
- readonly source: IsmpHostStateMachine;
10695
- readonly nonce: u64;
10696
- readonly evmFrom: H160;
10697
- readonly to: AccountId32;
10698
- readonly assetKind: PalletInboundTransferLogAssetKind;
10699
- readonly amount: u128;
10700
- readonly expiresAtBlock: u32;
10701
- }
10702
- /** @name PalletInboundTransferLogAssetKind (145) */
10703
- interface PalletInboundTransferLogAssetKind extends Enum {
10704
- readonly isArgon: boolean;
10705
- readonly isArgonot: boolean;
10706
- readonly type: 'Argon' | 'Argonot';
10707
- }
10708
- /** @name PalletInboundTransferLogInboundTransferDropReason (146) */
10709
- interface PalletInboundTransferLogInboundTransferDropReason extends Enum {
10710
- readonly isBodyTooLarge: boolean;
10711
- readonly isAbiDecodeFailed: boolean;
10712
- readonly isNonEvmSource: boolean;
10713
- readonly isUnknownAsset: boolean;
10714
- readonly isUnsupportedAsset: boolean;
10715
- readonly isUnknownPrecision: boolean;
10716
- readonly isInvalidAmount: boolean;
10717
- readonly isAmountBelowMinimum: boolean;
10718
- readonly isExpirationQueueFull: boolean;
10719
- readonly type: 'BodyTooLarge' | 'AbiDecodeFailed' | 'NonEvmSource' | 'UnknownAsset' | 'UnsupportedAsset' | 'UnknownPrecision' | 'InvalidAmount' | 'AmountBelowMinimum' | 'ExpirationQueueFull';
10720
- }
10721
- /** @name PalletOperationalAccountsEvent (147) */
10260
+ /** @name PalletOperationalAccountsEvent (123) */
10722
10261
  interface PalletOperationalAccountsEvent extends Enum {
10723
10262
  readonly isOperationalAccountRegistered: boolean;
10724
10263
  readonly asOperationalAccountRegistered: {
@@ -10738,11 +10277,12 @@ declare module '@polkadot/types/lookup' {
10738
10277
  readonly rewardKind: ArgonPrimitivesProvidersOperationalRewardKind;
10739
10278
  readonly amount: u128;
10740
10279
  } & Struct;
10741
- readonly isOperationalRewardEnqueueFailed: boolean;
10742
- readonly asOperationalRewardEnqueueFailed: {
10743
- readonly account: AccountId32;
10744
- readonly rewardKind: ArgonPrimitivesProvidersOperationalRewardKind;
10280
+ readonly isOperationalRewardsClaimed: boolean;
10281
+ readonly asOperationalRewardsClaimed: {
10282
+ readonly operationalAccount: AccountId32;
10283
+ readonly claimant: AccountId32;
10745
10284
  readonly amount: u128;
10285
+ readonly remainingPending: u128;
10746
10286
  } & Struct;
10747
10287
  readonly isRewardsConfigUpdated: boolean;
10748
10288
  readonly asRewardsConfigUpdated: {
@@ -10764,15 +10304,71 @@ declare module '@polkadot/types/lookup' {
10764
10304
  readonly sponsor: AccountId32;
10765
10305
  readonly sponsee: AccountId32;
10766
10306
  } & Struct;
10767
- readonly type: 'OperationalAccountRegistered' | 'AccountWentOperational' | 'OperationalRewardEarned' | 'OperationalRewardEnqueueFailed' | 'RewardsConfigUpdated' | 'OperationalProgressForced' | 'EncryptedServerUpdated';
10307
+ readonly type: 'OperationalAccountRegistered' | 'AccountWentOperational' | 'OperationalRewardEarned' | 'OperationalRewardsClaimed' | 'RewardsConfigUpdated' | 'OperationalProgressForced' | 'EncryptedServerUpdated';
10768
10308
  }
10769
- /** @name ArgonPrimitivesProvidersOperationalRewardKind (148) */
10309
+ /** @name ArgonPrimitivesProvidersOperationalRewardKind (124) */
10770
10310
  interface ArgonPrimitivesProvidersOperationalRewardKind extends Enum {
10771
10311
  readonly isActivation: boolean;
10772
10312
  readonly isReferralBonus: boolean;
10773
10313
  readonly type: 'Activation' | 'ReferralBonus';
10774
10314
  }
10775
- /** @name FrameSystemPhase (149) */
10315
+ /** @name PalletEthereumVerifierEvent (125) */
10316
+ interface PalletEthereumVerifierEvent extends Enum {
10317
+ readonly isBeaconHeaderImported: boolean;
10318
+ readonly asBeaconHeaderImported: {
10319
+ readonly blockHash: H256;
10320
+ readonly slot: u64;
10321
+ } & Struct;
10322
+ readonly isExecutionHeaderAnchorImported: boolean;
10323
+ readonly asExecutionHeaderAnchorImported: {
10324
+ readonly blockHash: H256;
10325
+ readonly blockNumber: u64;
10326
+ } & Struct;
10327
+ readonly isSyncCommitteeUpdated: boolean;
10328
+ readonly asSyncCommitteeUpdated: {
10329
+ readonly period: u64;
10330
+ } & Struct;
10331
+ readonly isOperatingModeChanged: boolean;
10332
+ readonly asOperatingModeChanged: {
10333
+ readonly mode: PalletEthereumVerifierBasicOperatingMode;
10334
+ } & Struct;
10335
+ readonly type: 'BeaconHeaderImported' | 'ExecutionHeaderAnchorImported' | 'SyncCommitteeUpdated' | 'OperatingModeChanged';
10336
+ }
10337
+ /** @name PalletEthereumVerifierBasicOperatingMode (126) */
10338
+ interface PalletEthereumVerifierBasicOperatingMode extends Enum {
10339
+ readonly isNormal: boolean;
10340
+ readonly isHalted: boolean;
10341
+ readonly type: 'Normal' | 'Halted';
10342
+ }
10343
+ /** @name PalletCrosschainTransferEvent (127) */
10344
+ interface PalletCrosschainTransferEvent extends Enum {
10345
+ readonly isBurnNoticeAccepted: boolean;
10346
+ readonly asBurnNoticeAccepted: {
10347
+ readonly sourceChain: PalletCrosschainTransferSourceChain;
10348
+ readonly notice: PalletCrosschainTransferBurnNotice;
10349
+ } & Struct;
10350
+ readonly type: 'BurnNoticeAccepted';
10351
+ }
10352
+ /** @name PalletCrosschainTransferSourceChain (128) */
10353
+ interface PalletCrosschainTransferSourceChain extends Enum {
10354
+ readonly isEthereum: boolean;
10355
+ readonly type: 'Ethereum';
10356
+ }
10357
+ /** @name PalletCrosschainTransferBurnNotice (129) */
10358
+ interface PalletCrosschainTransferBurnNotice extends Struct {
10359
+ readonly from: H160;
10360
+ readonly to: AccountId32;
10361
+ readonly assetKind: PalletCrosschainTransferAssetKind;
10362
+ readonly amount: u128;
10363
+ readonly accountNonce: Compact<u64>;
10364
+ }
10365
+ /** @name PalletCrosschainTransferAssetKind (132) */
10366
+ interface PalletCrosschainTransferAssetKind extends Enum {
10367
+ readonly isArgon: boolean;
10368
+ readonly isArgonot: boolean;
10369
+ readonly type: 'Argon' | 'Argonot';
10370
+ }
10371
+ /** @name FrameSystemPhase (133) */
10776
10372
  interface FrameSystemPhase extends Enum {
10777
10373
  readonly isApplyExtrinsic: boolean;
10778
10374
  readonly asApplyExtrinsic: u32;
@@ -10780,17 +10376,17 @@ declare module '@polkadot/types/lookup' {
10780
10376
  readonly isInitialization: boolean;
10781
10377
  readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';
10782
10378
  }
10783
- /** @name FrameSystemLastRuntimeUpgradeInfo (153) */
10379
+ /** @name FrameSystemLastRuntimeUpgradeInfo (137) */
10784
10380
  interface FrameSystemLastRuntimeUpgradeInfo extends Struct {
10785
10381
  readonly specVersion: Compact<u32>;
10786
10382
  readonly specName: Text;
10787
10383
  }
10788
- /** @name FrameSystemCodeUpgradeAuthorization (156) */
10384
+ /** @name FrameSystemCodeUpgradeAuthorization (140) */
10789
10385
  interface FrameSystemCodeUpgradeAuthorization extends Struct {
10790
10386
  readonly codeHash: H256;
10791
10387
  readonly checkVersion: bool;
10792
10388
  }
10793
- /** @name FrameSystemCall (157) */
10389
+ /** @name FrameSystemCall (141) */
10794
10390
  interface FrameSystemCall extends Enum {
10795
10391
  readonly isRemark: boolean;
10796
10392
  readonly asRemark: {
@@ -10839,41 +10435,42 @@ declare module '@polkadot/types/lookup' {
10839
10435
  } & Struct;
10840
10436
  readonly type: 'Remark' | 'SetHeapPages' | 'SetCode' | 'SetCodeWithoutChecks' | 'SetStorage' | 'KillStorage' | 'KillPrefix' | 'RemarkWithEvent' | 'AuthorizeUpgrade' | 'AuthorizeUpgradeWithoutChecks' | 'ApplyAuthorizedUpgrade';
10841
10437
  }
10842
- /** @name FrameSystemLimitsBlockWeights (161) */
10438
+ /** @name FrameSystemLimitsBlockWeights (145) */
10843
10439
  interface FrameSystemLimitsBlockWeights extends Struct {
10844
10440
  readonly baseBlock: SpWeightsWeightV2Weight;
10845
10441
  readonly maxBlock: SpWeightsWeightV2Weight;
10846
10442
  readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;
10847
10443
  }
10848
- /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (162) */
10444
+ /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (146) */
10849
10445
  interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct {
10850
10446
  readonly normal: FrameSystemLimitsWeightsPerClass;
10851
10447
  readonly operational: FrameSystemLimitsWeightsPerClass;
10852
10448
  readonly mandatory: FrameSystemLimitsWeightsPerClass;
10853
10449
  }
10854
- /** @name FrameSystemLimitsWeightsPerClass (163) */
10450
+ /** @name FrameSystemLimitsWeightsPerClass (147) */
10855
10451
  interface FrameSystemLimitsWeightsPerClass extends Struct {
10856
10452
  readonly baseExtrinsic: SpWeightsWeightV2Weight;
10857
10453
  readonly maxExtrinsic: Option<SpWeightsWeightV2Weight>;
10858
10454
  readonly maxTotal: Option<SpWeightsWeightV2Weight>;
10859
10455
  readonly reserved: Option<SpWeightsWeightV2Weight>;
10860
10456
  }
10861
- /** @name FrameSystemLimitsBlockLength (165) */
10457
+ /** @name FrameSystemLimitsBlockLength (149) */
10862
10458
  interface FrameSystemLimitsBlockLength extends Struct {
10863
10459
  readonly max: FrameSupportDispatchPerDispatchClassU32;
10460
+ readonly maxHeaderSize: Option<u32>;
10864
10461
  }
10865
- /** @name FrameSupportDispatchPerDispatchClassU32 (166) */
10462
+ /** @name FrameSupportDispatchPerDispatchClassU32 (150) */
10866
10463
  interface FrameSupportDispatchPerDispatchClassU32 extends Struct {
10867
10464
  readonly normal: u32;
10868
10465
  readonly operational: u32;
10869
10466
  readonly mandatory: u32;
10870
10467
  }
10871
- /** @name SpWeightsRuntimeDbWeight (167) */
10468
+ /** @name SpWeightsRuntimeDbWeight (152) */
10872
10469
  interface SpWeightsRuntimeDbWeight extends Struct {
10873
10470
  readonly read: u64;
10874
10471
  readonly write: u64;
10875
10472
  }
10876
- /** @name SpVersionRuntimeVersion (168) */
10473
+ /** @name SpVersionRuntimeVersion (153) */
10877
10474
  interface SpVersionRuntimeVersion extends Struct {
10878
10475
  readonly specName: Text;
10879
10476
  readonly implName: Text;
@@ -10884,7 +10481,7 @@ declare module '@polkadot/types/lookup' {
10884
10481
  readonly transactionVersion: u32;
10885
10482
  readonly systemVersion: u8;
10886
10483
  }
10887
- /** @name FrameSystemError (173) */
10484
+ /** @name FrameSystemError (158) */
10888
10485
  interface FrameSystemError extends Enum {
10889
10486
  readonly isInvalidSpecName: boolean;
10890
10487
  readonly isSpecVersionNeedsToIncrease: boolean;
@@ -10897,7 +10494,7 @@ declare module '@polkadot/types/lookup' {
10897
10494
  readonly isUnauthorized: boolean;
10898
10495
  readonly type: 'InvalidSpecName' | 'SpecVersionNeedsToIncrease' | 'FailedToExtractRuntimeVersion' | 'NonDefaultComposite' | 'NonZeroRefCount' | 'CallFiltered' | 'MultiBlockMigrationsOngoing' | 'NothingAuthorized' | 'Unauthorized';
10899
10496
  }
10900
- /** @name ArgonPrimitivesDigestsDigestset (174) */
10497
+ /** @name ArgonPrimitivesDigestsDigestset (159) */
10901
10498
  interface ArgonPrimitivesDigestsDigestset extends Struct {
10902
10499
  readonly author: AccountId32;
10903
10500
  readonly blockVote: ArgonPrimitivesDigestsBlockVoteDigest;
@@ -10907,16 +10504,16 @@ declare module '@polkadot/types/lookup' {
10907
10504
  readonly tick: u64;
10908
10505
  readonly notebooks: ArgonPrimitivesDigestsNotebookDigest;
10909
10506
  }
10910
- /** @name ArgonPrimitivesDigestsBlockVoteDigest (175) */
10507
+ /** @name ArgonPrimitivesDigestsBlockVoteDigest (160) */
10911
10508
  interface ArgonPrimitivesDigestsBlockVoteDigest extends Struct {
10912
10509
  readonly votingPower: Compact<u128>;
10913
10510
  readonly votesCount: Compact<u32>;
10914
10511
  }
10915
- /** @name ArgonPrimitivesDigestsParentVotingKeyDigest (177) */
10512
+ /** @name ArgonPrimitivesDigestsParentVotingKeyDigest (162) */
10916
10513
  interface ArgonPrimitivesDigestsParentVotingKeyDigest extends Struct {
10917
10514
  readonly parentVotingKey: Option<H256>;
10918
10515
  }
10919
- /** @name ArgonPrimitivesForkPower (180) */
10516
+ /** @name ArgonPrimitivesForkPower (165) */
10920
10517
  interface ArgonPrimitivesForkPower extends Struct {
10921
10518
  readonly isLatestVote: bool;
10922
10519
  readonly notebooks: Compact<u64>;
@@ -10926,24 +10523,24 @@ declare module '@polkadot/types/lookup' {
10926
10523
  readonly voteCreatedBlocks: Compact<u128>;
10927
10524
  readonly minerNonceScore: Option<U256>;
10928
10525
  }
10929
- /** @name ArgonPrimitivesDigestsFrameInfo (185) */
10526
+ /** @name ArgonPrimitivesDigestsFrameInfo (170) */
10930
10527
  interface ArgonPrimitivesDigestsFrameInfo extends Struct {
10931
10528
  readonly frameId: Compact<u64>;
10932
10529
  readonly frameRewardTicksRemaining: Compact<u32>;
10933
10530
  readonly isNewFrame: bool;
10934
10531
  }
10935
- /** @name ArgonPrimitivesDigestsNotebookDigest (187) */
10532
+ /** @name ArgonPrimitivesDigestsNotebookDigest (172) */
10936
10533
  interface ArgonPrimitivesDigestsNotebookDigest extends Struct {
10937
10534
  readonly notebooks: Vec<ArgonPrimitivesNotebookNotebookAuditResult>;
10938
10535
  }
10939
- /** @name ArgonPrimitivesNotebookNotebookAuditResult (189) */
10536
+ /** @name ArgonPrimitivesNotebookNotebookAuditResult (174) */
10940
10537
  interface ArgonPrimitivesNotebookNotebookAuditResult extends Struct {
10941
10538
  readonly notaryId: Compact<u32>;
10942
10539
  readonly notebookNumber: Compact<u32>;
10943
10540
  readonly tick: Compact<u64>;
10944
10541
  readonly auditFirstFailure: Option<ArgonNotaryAuditErrorVerifyError>;
10945
10542
  }
10946
- /** @name PalletDigestsError (192) */
10543
+ /** @name PalletDigestsError (177) */
10947
10544
  interface PalletDigestsError extends Enum {
10948
10545
  readonly isDuplicateBlockVoteDigest: boolean;
10949
10546
  readonly isDuplicateAuthorDigest: boolean;
@@ -10960,7 +10557,7 @@ declare module '@polkadot/types/lookup' {
10960
10557
  readonly isDuplicateFrameInfoDigest: boolean;
10961
10558
  readonly type: 'DuplicateBlockVoteDigest' | 'DuplicateAuthorDigest' | 'DuplicateTickDigest' | 'DuplicateParentVotingKeyDigest' | 'DuplicateNotebookDigest' | 'DuplicateForkPowerDigest' | 'MissingBlockVoteDigest' | 'MissingAuthorDigest' | 'MissingTickDigest' | 'MissingParentVotingKeyDigest' | 'MissingNotebookDigest' | 'CouldNotDecodeDigest' | 'DuplicateFrameInfoDigest';
10962
10559
  }
10963
- /** @name PalletTimestampCall (193) */
10560
+ /** @name PalletTimestampCall (178) */
10964
10561
  interface PalletTimestampCall extends Enum {
10965
10562
  readonly isSet: boolean;
10966
10563
  readonly asSet: {
@@ -10968,14 +10565,14 @@ declare module '@polkadot/types/lookup' {
10968
10565
  } & Struct;
10969
10566
  readonly type: 'Set';
10970
10567
  }
10971
- /** @name PalletMultisigMultisig (195) */
10568
+ /** @name PalletMultisigMultisig (180) */
10972
10569
  interface PalletMultisigMultisig extends Struct {
10973
10570
  readonly when: PalletMultisigTimepoint;
10974
10571
  readonly deposit: u128;
10975
10572
  readonly depositor: AccountId32;
10976
10573
  readonly approvals: Vec<AccountId32>;
10977
10574
  }
10978
- /** @name PalletMultisigCall (198) */
10575
+ /** @name PalletMultisigCall (183) */
10979
10576
  interface PalletMultisigCall extends Enum {
10980
10577
  readonly isAsMultiThreshold1: boolean;
10981
10578
  readonly asAsMultiThreshold1: {
@@ -11013,7 +10610,7 @@ declare module '@polkadot/types/lookup' {
11013
10610
  } & Struct;
11014
10611
  readonly type: 'AsMultiThreshold1' | 'AsMulti' | 'ApproveAsMulti' | 'CancelAsMulti' | 'PokeDeposit';
11015
10612
  }
11016
- /** @name PalletProxyCall (200) */
10613
+ /** @name PalletProxyCall (185) */
11017
10614
  interface PalletProxyCall extends Enum {
11018
10615
  readonly isProxy: boolean;
11019
10616
  readonly asProxy: {
@@ -11073,9 +10670,9 @@ declare module '@polkadot/types/lookup' {
11073
10670
  readonly isPokeDeposit: boolean;
11074
10671
  readonly type: 'Proxy' | 'AddProxy' | 'RemoveProxy' | 'RemoveProxies' | 'CreatePure' | 'KillPure' | 'Announce' | 'RemoveAnnouncement' | 'RejectAnnouncement' | 'ProxyAnnounced' | 'PokeDeposit';
11075
10672
  }
11076
- /** @name PalletTicksCall (204) */
10673
+ /** @name PalletTicksCall (189) */
11077
10674
  type PalletTicksCall = Null;
11078
- /** @name PalletMiningSlotCall (205) */
10675
+ /** @name PalletMiningSlotCall (190) */
11079
10676
  interface PalletMiningSlotCall extends Enum {
11080
10677
  readonly isBid: boolean;
11081
10678
  readonly asBid: {
@@ -11090,7 +10687,7 @@ declare module '@polkadot/types/lookup' {
11090
10687
  } & Struct;
11091
10688
  readonly type: 'Bid' | 'ConfigureMiningSlotDelay';
11092
10689
  }
11093
- /** @name PalletBitcoinUtxosCall (206) */
10690
+ /** @name PalletBitcoinUtxosCall (191) */
11094
10691
  interface PalletBitcoinUtxosCall extends Enum {
11095
10692
  readonly isSync: boolean;
11096
10693
  readonly asSync: {
@@ -11117,19 +10714,19 @@ declare module '@polkadot/types/lookup' {
11117
10714
  } & Struct;
11118
10715
  readonly type: 'Sync' | 'SetConfirmedBlock' | 'SetOperator' | 'FundWithUtxoCandidate' | 'RejectUtxoCandidate';
11119
10716
  }
11120
- /** @name ArgonPrimitivesInherentsBitcoinUtxoSync (207) */
10717
+ /** @name ArgonPrimitivesInherentsBitcoinUtxoSync (192) */
11121
10718
  interface ArgonPrimitivesInherentsBitcoinUtxoSync extends Struct {
11122
10719
  readonly spent: Vec<ArgonPrimitivesInherentsBitcoinUtxoSpend>;
11123
10720
  readonly funded: Vec<ArgonPrimitivesInherentsBitcoinUtxoFunding>;
11124
10721
  readonly syncToBlock: ArgonPrimitivesBitcoinBitcoinBlock;
11125
10722
  }
11126
- /** @name ArgonPrimitivesInherentsBitcoinUtxoSpend (209) */
10723
+ /** @name ArgonPrimitivesInherentsBitcoinUtxoSpend (194) */
11127
10724
  interface ArgonPrimitivesInherentsBitcoinUtxoSpend extends Struct {
11128
10725
  readonly utxoId: Compact<u64>;
11129
10726
  readonly utxoRef: Option<ArgonPrimitivesBitcoinUtxoRef>;
11130
10727
  readonly bitcoinHeight: Compact<u64>;
11131
10728
  }
11132
- /** @name ArgonPrimitivesInherentsBitcoinUtxoFunding (212) */
10729
+ /** @name ArgonPrimitivesInherentsBitcoinUtxoFunding (197) */
11133
10730
  interface ArgonPrimitivesInherentsBitcoinUtxoFunding extends Struct {
11134
10731
  readonly utxoId: Compact<u64>;
11135
10732
  readonly utxoRef: ArgonPrimitivesBitcoinUtxoRef;
@@ -11137,12 +10734,12 @@ declare module '@polkadot/types/lookup' {
11137
10734
  readonly expectedSatoshis: Compact<u64>;
11138
10735
  readonly bitcoinHeight: Compact<u64>;
11139
10736
  }
11140
- /** @name ArgonPrimitivesBitcoinBitcoinBlock (213) */
10737
+ /** @name ArgonPrimitivesBitcoinBitcoinBlock (198) */
11141
10738
  interface ArgonPrimitivesBitcoinBitcoinBlock extends Struct {
11142
10739
  readonly blockHeight: Compact<u64>;
11143
10740
  readonly blockHash: ArgonPrimitivesBitcoinH256Le;
11144
10741
  }
11145
- /** @name PalletVaultsCall (214) */
10742
+ /** @name PalletVaultsCall (199) */
11146
10743
  interface PalletVaultsCall extends Enum {
11147
10744
  readonly isCreate: boolean;
11148
10745
  readonly asCreate: {
@@ -11182,7 +10779,7 @@ declare module '@polkadot/types/lookup' {
11182
10779
  } & Struct;
11183
10780
  readonly type: 'Create' | 'ModifyFunding' | 'ModifyTerms' | 'Close' | 'ReplaceBitcoinXpub' | 'Collect' | 'SetBitcoinLockDelegate' | 'SetName';
11184
10781
  }
11185
- /** @name PalletVaultsVaultConfig (215) */
10782
+ /** @name PalletVaultsVaultConfig (200) */
11186
10783
  interface PalletVaultsVaultConfig extends Struct {
11187
10784
  readonly terms: ArgonPrimitivesVaultVaultTerms;
11188
10785
  readonly name: Option<Bytes>;
@@ -11190,16 +10787,16 @@ declare module '@polkadot/types/lookup' {
11190
10787
  readonly bitcoinXpubkey: ArgonPrimitivesBitcoinOpaqueBitcoinXpub;
11191
10788
  readonly securitizationRatio: Compact<u128>;
11192
10789
  }
11193
- /** @name ArgonPrimitivesVaultVaultTerms (216) */
10790
+ /** @name ArgonPrimitivesVaultVaultTerms (201) */
11194
10791
  interface ArgonPrimitivesVaultVaultTerms extends Struct {
11195
10792
  readonly bitcoinAnnualPercentRate: Compact<u128>;
11196
10793
  readonly bitcoinBaseFee: Compact<u128>;
11197
10794
  readonly treasuryProfitSharing: Compact<Permill>;
11198
10795
  }
11199
- /** @name ArgonPrimitivesBitcoinOpaqueBitcoinXpub (222) */
10796
+ /** @name ArgonPrimitivesBitcoinOpaqueBitcoinXpub (207) */
11200
10797
  interface ArgonPrimitivesBitcoinOpaqueBitcoinXpub extends U8aFixed {
11201
10798
  }
11202
- /** @name PalletBitcoinLocksCall (224) */
10799
+ /** @name PalletBitcoinLocksCall (209) */
11203
10800
  interface PalletBitcoinLocksCall extends Enum {
11204
10801
  readonly isInitialize: boolean;
11205
10802
  readonly asInitialize: {
@@ -11255,10 +10852,10 @@ declare module '@polkadot/types/lookup' {
11255
10852
  } & Struct;
11256
10853
  readonly type: 'Initialize' | 'RequestRelease' | 'CosignRelease' | 'Ratchet' | 'AdminModifyMinimumLockedSats' | 'RequestOrphanedUtxoRelease' | 'CosignOrphanedUtxoRelease' | 'InitializeFor' | 'IncreaseSecuritization';
11257
10854
  }
11258
- /** @name ArgonPrimitivesBitcoinCompressedBitcoinPubkey (225) */
10855
+ /** @name ArgonPrimitivesBitcoinCompressedBitcoinPubkey (210) */
11259
10856
  interface ArgonPrimitivesBitcoinCompressedBitcoinPubkey extends U8aFixed {
11260
10857
  }
11261
- /** @name PalletBitcoinLocksLockOptions (228) */
10858
+ /** @name PalletBitcoinLocksLockOptions (213) */
11262
10859
  interface PalletBitcoinLocksLockOptions extends Enum {
11263
10860
  readonly isV1: boolean;
11264
10861
  readonly asV1: {
@@ -11266,7 +10863,7 @@ declare module '@polkadot/types/lookup' {
11266
10863
  } & Struct;
11267
10864
  readonly type: 'V1';
11268
10865
  }
11269
- /** @name PalletNotariesCall (231) */
10866
+ /** @name PalletNotariesCall (216) */
11270
10867
  interface PalletNotariesCall extends Enum {
11271
10868
  readonly isPropose: boolean;
11272
10869
  readonly asPropose: {
@@ -11284,7 +10881,7 @@ declare module '@polkadot/types/lookup' {
11284
10881
  } & Struct;
11285
10882
  readonly type: 'Propose' | 'Activate' | 'Update';
11286
10883
  }
11287
- /** @name PalletNotebookCall (232) */
10884
+ /** @name PalletNotebookCall (217) */
11288
10885
  interface PalletNotebookCall extends Enum {
11289
10886
  readonly isSubmit: boolean;
11290
10887
  readonly asSubmit: {
@@ -11296,12 +10893,12 @@ declare module '@polkadot/types/lookup' {
11296
10893
  } & Struct;
11297
10894
  readonly type: 'Submit' | 'Unlock';
11298
10895
  }
11299
- /** @name ArgonPrimitivesNotebookSignedNotebookHeader (234) */
10896
+ /** @name ArgonPrimitivesNotebookSignedNotebookHeader (219) */
11300
10897
  interface ArgonPrimitivesNotebookSignedNotebookHeader extends Struct {
11301
10898
  readonly header: ArgonPrimitivesNotebookNotebookHeader;
11302
10899
  readonly signature: U8aFixed;
11303
10900
  }
11304
- /** @name ArgonPrimitivesNotebookNotebookHeader (235) */
10901
+ /** @name ArgonPrimitivesNotebookNotebookHeader (220) */
11305
10902
  interface ArgonPrimitivesNotebookNotebookHeader extends Struct {
11306
10903
  readonly version: Compact<u16>;
11307
10904
  readonly notebookNumber: Compact<u32>;
@@ -11319,7 +10916,7 @@ declare module '@polkadot/types/lookup' {
11319
10916
  readonly parentSecret: Option<H256>;
11320
10917
  readonly domains: Vec<ITuple<[H256, AccountId32]>>;
11321
10918
  }
11322
- /** @name ArgonPrimitivesNotebookChainTransfer (238) */
10919
+ /** @name ArgonPrimitivesNotebookChainTransfer (223) */
11323
10920
  interface ArgonPrimitivesNotebookChainTransfer extends Enum {
11324
10921
  readonly isToMainchain: boolean;
11325
10922
  readonly asToMainchain: {
@@ -11332,13 +10929,13 @@ declare module '@polkadot/types/lookup' {
11332
10929
  } & Struct;
11333
10930
  readonly type: 'ToMainchain' | 'ToLocalchain';
11334
10931
  }
11335
- /** @name ArgonPrimitivesBalanceChangeAccountOrigin (241) */
10932
+ /** @name ArgonPrimitivesBalanceChangeAccountOrigin (226) */
11336
10933
  interface ArgonPrimitivesBalanceChangeAccountOrigin extends Struct {
11337
10934
  readonly notebookNumber: Compact<u32>;
11338
10935
  readonly accountUid: Compact<u32>;
11339
10936
  }
11340
- /** @name PalletChainTransferCall (248) */
11341
- interface PalletChainTransferCall extends Enum {
10937
+ /** @name PalletLocalchainTransferCall (233) */
10938
+ interface PalletLocalchainTransferCall extends Enum {
11342
10939
  readonly isSendToLocalchain: boolean;
11343
10940
  readonly asSendToLocalchain: {
11344
10941
  readonly amount: Compact<u128>;
@@ -11346,7 +10943,7 @@ declare module '@polkadot/types/lookup' {
11346
10943
  } & Struct;
11347
10944
  readonly type: 'SendToLocalchain';
11348
10945
  }
11349
- /** @name PalletBlockSealSpecCall (249) */
10946
+ /** @name PalletBlockSealSpecCall (234) */
11350
10947
  interface PalletBlockSealSpecCall extends Enum {
11351
10948
  readonly isConfigure: boolean;
11352
10949
  readonly asConfigure: {
@@ -11355,7 +10952,7 @@ declare module '@polkadot/types/lookup' {
11355
10952
  } & Struct;
11356
10953
  readonly type: 'Configure';
11357
10954
  }
11358
- /** @name PalletDomainsCall (250) */
10955
+ /** @name PalletDomainsCall (235) */
11359
10956
  interface PalletDomainsCall extends Enum {
11360
10957
  readonly isSetZoneRecord: boolean;
11361
10958
  readonly asSetZoneRecord: {
@@ -11364,7 +10961,7 @@ declare module '@polkadot/types/lookup' {
11364
10961
  } & Struct;
11365
10962
  readonly type: 'SetZoneRecord';
11366
10963
  }
11367
- /** @name PalletPriceIndexCall (251) */
10964
+ /** @name PalletPriceIndexCall (236) */
11368
10965
  interface PalletPriceIndexCall extends Enum {
11369
10966
  readonly isSubmit: boolean;
11370
10967
  readonly asSubmit: {
@@ -11376,7 +10973,7 @@ declare module '@polkadot/types/lookup' {
11376
10973
  } & Struct;
11377
10974
  readonly type: 'Submit' | 'SetOperator';
11378
10975
  }
11379
- /** @name PalletPriceIndexPriceIndex (252) */
10976
+ /** @name PalletPriceIndexPriceIndex (237) */
11380
10977
  interface PalletPriceIndexPriceIndex extends Struct {
11381
10978
  readonly btcUsdPrice: Compact<u128>;
11382
10979
  readonly argonotUsdPrice: u128;
@@ -11385,7 +10982,7 @@ declare module '@polkadot/types/lookup' {
11385
10982
  readonly argonTimeWeightedAverageLiquidity: u128;
11386
10983
  readonly tick: Compact<u64>;
11387
10984
  }
11388
- /** @name PalletGrandpaCall (253) */
10985
+ /** @name PalletGrandpaCall (238) */
11389
10986
  interface PalletGrandpaCall extends Enum {
11390
10987
  readonly isReportEquivocation: boolean;
11391
10988
  readonly asReportEquivocation: {
@@ -11404,12 +11001,12 @@ declare module '@polkadot/types/lookup' {
11404
11001
  } & Struct;
11405
11002
  readonly type: 'ReportEquivocation' | 'ReportEquivocationUnsigned' | 'NoteStalled';
11406
11003
  }
11407
- /** @name SpConsensusGrandpaEquivocationProof (254) */
11004
+ /** @name SpConsensusGrandpaEquivocationProof (239) */
11408
11005
  interface SpConsensusGrandpaEquivocationProof extends Struct {
11409
11006
  readonly setId: u64;
11410
11007
  readonly equivocation: SpConsensusGrandpaEquivocation;
11411
11008
  }
11412
- /** @name SpConsensusGrandpaEquivocation (255) */
11009
+ /** @name SpConsensusGrandpaEquivocation (240) */
11413
11010
  interface SpConsensusGrandpaEquivocation extends Enum {
11414
11011
  readonly isPrevote: boolean;
11415
11012
  readonly asPrevote: FinalityGrandpaEquivocationPrevote;
@@ -11417,36 +11014,36 @@ declare module '@polkadot/types/lookup' {
11417
11014
  readonly asPrecommit: FinalityGrandpaEquivocationPrecommit;
11418
11015
  readonly type: 'Prevote' | 'Precommit';
11419
11016
  }
11420
- /** @name FinalityGrandpaEquivocationPrevote (256) */
11017
+ /** @name FinalityGrandpaEquivocationPrevote (241) */
11421
11018
  interface FinalityGrandpaEquivocationPrevote extends Struct {
11422
11019
  readonly roundNumber: u64;
11423
11020
  readonly identity: SpConsensusGrandpaAppPublic;
11424
11021
  readonly first: ITuple<[FinalityGrandpaPrevote, SpConsensusGrandpaAppSignature]>;
11425
11022
  readonly second: ITuple<[FinalityGrandpaPrevote, SpConsensusGrandpaAppSignature]>;
11426
11023
  }
11427
- /** @name FinalityGrandpaPrevote (257) */
11024
+ /** @name FinalityGrandpaPrevote (242) */
11428
11025
  interface FinalityGrandpaPrevote extends Struct {
11429
11026
  readonly targetHash: H256;
11430
11027
  readonly targetNumber: u32;
11431
11028
  }
11432
- /** @name SpConsensusGrandpaAppSignature (258) */
11029
+ /** @name SpConsensusGrandpaAppSignature (243) */
11433
11030
  interface SpConsensusGrandpaAppSignature extends U8aFixed {
11434
11031
  }
11435
- /** @name FinalityGrandpaEquivocationPrecommit (260) */
11032
+ /** @name FinalityGrandpaEquivocationPrecommit (245) */
11436
11033
  interface FinalityGrandpaEquivocationPrecommit extends Struct {
11437
11034
  readonly roundNumber: u64;
11438
11035
  readonly identity: SpConsensusGrandpaAppPublic;
11439
11036
  readonly first: ITuple<[FinalityGrandpaPrecommit, SpConsensusGrandpaAppSignature]>;
11440
11037
  readonly second: ITuple<[FinalityGrandpaPrecommit, SpConsensusGrandpaAppSignature]>;
11441
11038
  }
11442
- /** @name FinalityGrandpaPrecommit (261) */
11039
+ /** @name FinalityGrandpaPrecommit (246) */
11443
11040
  interface FinalityGrandpaPrecommit extends Struct {
11444
11041
  readonly targetHash: H256;
11445
11042
  readonly targetNumber: u32;
11446
11043
  }
11447
- /** @name SpCoreVoid (263) */
11044
+ /** @name SpCoreVoid (248) */
11448
11045
  type SpCoreVoid = Null;
11449
- /** @name PalletBlockSealCall (264) */
11046
+ /** @name PalletBlockSealCall (249) */
11450
11047
  interface PalletBlockSealCall extends Enum {
11451
11048
  readonly isApply: boolean;
11452
11049
  readonly asApply: {
@@ -11454,7 +11051,7 @@ declare module '@polkadot/types/lookup' {
11454
11051
  } & Struct;
11455
11052
  readonly type: 'Apply';
11456
11053
  }
11457
- /** @name ArgonPrimitivesInherentsBlockSealInherent (265) */
11054
+ /** @name ArgonPrimitivesInherentsBlockSealInherent (250) */
11458
11055
  interface ArgonPrimitivesInherentsBlockSealInherent extends Enum {
11459
11056
  readonly isVote: boolean;
11460
11057
  readonly asVote: {
@@ -11468,13 +11065,13 @@ declare module '@polkadot/types/lookup' {
11468
11065
  readonly isCompute: boolean;
11469
11066
  readonly type: 'Vote' | 'Compute';
11470
11067
  }
11471
- /** @name ArgonPrimitivesBalanceChangeMerkleProof (266) */
11068
+ /** @name ArgonPrimitivesBalanceChangeMerkleProof (251) */
11472
11069
  interface ArgonPrimitivesBalanceChangeMerkleProof extends Struct {
11473
11070
  readonly proof: Vec<H256>;
11474
11071
  readonly numberOfLeaves: Compact<u32>;
11475
11072
  readonly leafIndex: Compact<u32>;
11476
11073
  }
11477
- /** @name ArgonPrimitivesBlockVoteBlockVoteT (268) */
11074
+ /** @name ArgonPrimitivesBlockVoteBlockVoteT (253) */
11478
11075
  interface ArgonPrimitivesBlockVoteBlockVoteT extends Struct {
11479
11076
  readonly accountId: AccountId32;
11480
11077
  readonly blockHash: H256;
@@ -11484,7 +11081,7 @@ declare module '@polkadot/types/lookup' {
11484
11081
  readonly blockRewardsAccountId: AccountId32;
11485
11082
  readonly tick: Compact<u64>;
11486
11083
  }
11487
- /** @name SpRuntimeMultiSignature (269) */
11084
+ /** @name SpRuntimeMultiSignature (254) */
11488
11085
  interface SpRuntimeMultiSignature extends Enum {
11489
11086
  readonly isEd25519: boolean;
11490
11087
  readonly asEd25519: U8aFixed;
@@ -11496,7 +11093,7 @@ declare module '@polkadot/types/lookup' {
11496
11093
  readonly asEth: U8aFixed;
11497
11094
  readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa' | 'Eth';
11498
11095
  }
11499
- /** @name PalletBlockRewardsCall (271) */
11096
+ /** @name PalletBlockRewardsCall (256) */
11500
11097
  interface PalletBlockRewardsCall extends Enum {
11501
11098
  readonly isSetBlockRewardsPaused: boolean;
11502
11099
  readonly asSetBlockRewardsPaused: {
@@ -11504,9 +11101,9 @@ declare module '@polkadot/types/lookup' {
11504
11101
  } & Struct;
11505
11102
  readonly type: 'SetBlockRewardsPaused';
11506
11103
  }
11507
- /** @name PalletMintCall (272) */
11104
+ /** @name PalletMintCall (257) */
11508
11105
  type PalletMintCall = Null;
11509
- /** @name PalletBalancesCall (273) */
11106
+ /** @name PalletBalancesCall (258) */
11510
11107
  interface PalletBalancesCall extends Enum {
11511
11108
  readonly isTransferAllowDeath: boolean;
11512
11109
  readonly asTransferAllowDeath: {
@@ -11555,13 +11152,13 @@ declare module '@polkadot/types/lookup' {
11555
11152
  } & Struct;
11556
11153
  readonly type: 'TransferAllowDeath' | 'ForceTransfer' | 'TransferKeepAlive' | 'TransferAll' | 'ForceUnreserve' | 'UpgradeAccounts' | 'ForceSetBalance' | 'ForceAdjustTotalIssuance' | 'Burn';
11557
11154
  }
11558
- /** @name PalletBalancesAdjustmentDirection (274) */
11155
+ /** @name PalletBalancesAdjustmentDirection (259) */
11559
11156
  interface PalletBalancesAdjustmentDirection extends Enum {
11560
11157
  readonly isIncrease: boolean;
11561
11158
  readonly isDecrease: boolean;
11562
11159
  readonly type: 'Increase' | 'Decrease';
11563
11160
  }
11564
- /** @name PalletTxPauseCall (276) */
11161
+ /** @name PalletTxPauseCall (261) */
11565
11162
  interface PalletTxPauseCall extends Enum {
11566
11163
  readonly isPause: boolean;
11567
11164
  readonly asPause: {
@@ -11573,7 +11170,7 @@ declare module '@polkadot/types/lookup' {
11573
11170
  } & Struct;
11574
11171
  readonly type: 'Pause' | 'Unpause';
11575
11172
  }
11576
- /** @name PalletUtilityCall (277) */
11173
+ /** @name PalletUtilityCall (262) */
11577
11174
  interface PalletUtilityCall extends Enum {
11578
11175
  readonly isBatch: boolean;
11579
11176
  readonly asBatch: {
@@ -11614,7 +11211,7 @@ declare module '@polkadot/types/lookup' {
11614
11211
  } & Struct;
11615
11212
  readonly type: 'Batch' | 'AsDerivative' | 'BatchAll' | 'DispatchAs' | 'ForceBatch' | 'WithWeight' | 'IfElse' | 'DispatchAsFallible';
11616
11213
  }
11617
- /** @name PalletSudoCall (279) */
11214
+ /** @name PalletSudoCall (264) */
11618
11215
  interface PalletSudoCall extends Enum {
11619
11216
  readonly isSudo: boolean;
11620
11217
  readonly asSudo: {
@@ -11637,275 +11234,25 @@ declare module '@polkadot/types/lookup' {
11637
11234
  readonly isRemoveKey: boolean;
11638
11235
  readonly type: 'Sudo' | 'SudoUncheckedWeight' | 'SetKey' | 'SudoAs' | 'RemoveKey';
11639
11236
  }
11640
- /** @name PalletIsmpCall (280) */
11641
- interface PalletIsmpCall extends Enum {
11642
- readonly isHandleUnsigned: boolean;
11643
- readonly asHandleUnsigned: {
11644
- readonly messages: Vec<IsmpMessagingMessage>;
11645
- } & Struct;
11646
- readonly isCreateConsensusClient: boolean;
11647
- readonly asCreateConsensusClient: {
11648
- readonly message: IsmpMessagingCreateConsensusState;
11649
- } & Struct;
11650
- readonly isUpdateConsensusState: boolean;
11651
- readonly asUpdateConsensusState: {
11652
- readonly message: PalletIsmpUtilsUpdateConsensusState;
11653
- } & Struct;
11654
- readonly isFundMessage: boolean;
11655
- readonly asFundMessage: {
11656
- readonly message: PalletIsmpUtilsFundMessageParams;
11657
- } & Struct;
11658
- readonly type: 'HandleUnsigned' | 'CreateConsensusClient' | 'UpdateConsensusState' | 'FundMessage';
11659
- }
11660
- /** @name IsmpMessagingMessage (282) */
11661
- interface IsmpMessagingMessage extends Enum {
11662
- readonly isConsensus: boolean;
11663
- readonly asConsensus: IsmpMessagingConsensusMessage;
11664
- readonly isFraudProof: boolean;
11665
- readonly asFraudProof: IsmpMessagingFraudProofMessage;
11666
- readonly isRequest: boolean;
11667
- readonly asRequest: IsmpMessagingRequestMessage;
11668
- readonly isResponse: boolean;
11669
- readonly asResponse: IsmpMessagingResponseMessage;
11670
- readonly isTimeout: boolean;
11671
- readonly asTimeout: IsmpMessagingTimeoutMessage;
11672
- readonly type: 'Consensus' | 'FraudProof' | 'Request' | 'Response' | 'Timeout';
11673
- }
11674
- /** @name IsmpMessagingConsensusMessage (283) */
11675
- interface IsmpMessagingConsensusMessage extends Struct {
11676
- readonly consensusProof: Bytes;
11677
- readonly consensusStateId: U8aFixed;
11678
- readonly signer: Bytes;
11679
- }
11680
- /** @name IsmpMessagingFraudProofMessage (284) */
11681
- interface IsmpMessagingFraudProofMessage extends Struct {
11682
- readonly proof1: Bytes;
11683
- readonly proof2: Bytes;
11684
- readonly consensusStateId: U8aFixed;
11685
- readonly signer: Bytes;
11686
- }
11687
- /** @name IsmpMessagingRequestMessage (285) */
11688
- interface IsmpMessagingRequestMessage extends Struct {
11689
- readonly requests: Vec<IsmpRouterPostRequest>;
11690
- readonly proof: IsmpMessagingProof;
11691
- readonly signer: Bytes;
11692
- }
11693
- /** @name IsmpRouterPostRequest (287) */
11694
- interface IsmpRouterPostRequest extends Struct {
11695
- readonly source: IsmpHostStateMachine;
11696
- readonly dest: IsmpHostStateMachine;
11697
- readonly nonce: u64;
11698
- readonly from: Bytes;
11699
- readonly to: Bytes;
11700
- readonly timeoutTimestamp: u64;
11701
- readonly body: Bytes;
11702
- }
11703
- /** @name IsmpMessagingProof (288) */
11704
- interface IsmpMessagingProof extends Struct {
11705
- readonly height: IsmpConsensusStateMachineHeight;
11706
- readonly proof: Bytes;
11707
- }
11708
- /** @name IsmpMessagingResponseMessage (289) */
11709
- interface IsmpMessagingResponseMessage extends Struct {
11710
- readonly datagram: IsmpRouterRequestResponse;
11711
- readonly proof: IsmpMessagingProof;
11712
- readonly signer: Bytes;
11713
- }
11714
- /** @name IsmpRouterRequestResponse (290) */
11715
- interface IsmpRouterRequestResponse extends Enum {
11716
- readonly isRequest: boolean;
11717
- readonly asRequest: Vec<IsmpRouterRequest>;
11718
- readonly isResponse: boolean;
11719
- readonly asResponse: Vec<IsmpRouterResponse>;
11720
- readonly type: 'Request' | 'Response';
11721
- }
11722
- /** @name IsmpRouterRequest (292) */
11723
- interface IsmpRouterRequest extends Enum {
11724
- readonly isPost: boolean;
11725
- readonly asPost: IsmpRouterPostRequest;
11726
- readonly isGet: boolean;
11727
- readonly asGet: IsmpRouterGetRequest;
11728
- readonly type: 'Post' | 'Get';
11729
- }
11730
- /** @name IsmpRouterGetRequest (293) */
11731
- interface IsmpRouterGetRequest extends Struct {
11732
- readonly source: IsmpHostStateMachine;
11733
- readonly dest: IsmpHostStateMachine;
11734
- readonly nonce: u64;
11735
- readonly from: Bytes;
11736
- readonly keys_: Vec<Bytes>;
11737
- readonly height: u64;
11738
- readonly context: Bytes;
11739
- readonly timeoutTimestamp: u64;
11740
- }
11741
- /** @name IsmpRouterResponse (295) */
11742
- interface IsmpRouterResponse extends Enum {
11743
- readonly isPost: boolean;
11744
- readonly asPost: IsmpRouterPostResponse;
11745
- readonly isGet: boolean;
11746
- readonly asGet: IsmpRouterGetResponse;
11747
- readonly type: 'Post' | 'Get';
11748
- }
11749
- /** @name IsmpRouterPostResponse (296) */
11750
- interface IsmpRouterPostResponse extends Struct {
11751
- readonly post: IsmpRouterPostRequest;
11752
- readonly response: Bytes;
11753
- readonly timeoutTimestamp: u64;
11754
- }
11755
- /** @name IsmpRouterGetResponse (297) */
11756
- interface IsmpRouterGetResponse extends Struct {
11757
- readonly get_: IsmpRouterGetRequest;
11758
- readonly values_: Vec<IsmpRouterStorageValue>;
11759
- }
11760
- /** @name IsmpRouterStorageValue (299) */
11761
- interface IsmpRouterStorageValue extends Struct {
11762
- readonly key: Bytes;
11763
- readonly value: Option<Bytes>;
11764
- }
11765
- /** @name IsmpMessagingTimeoutMessage (301) */
11766
- interface IsmpMessagingTimeoutMessage extends Enum {
11767
- readonly isPost: boolean;
11768
- readonly asPost: {
11769
- readonly requests: Vec<IsmpRouterRequest>;
11770
- readonly timeoutProof: IsmpMessagingProof;
11771
- } & Struct;
11772
- readonly isPostResponse: boolean;
11773
- readonly asPostResponse: {
11774
- readonly responses: Vec<IsmpRouterPostResponse>;
11775
- readonly timeoutProof: IsmpMessagingProof;
11776
- } & Struct;
11777
- readonly isGet: boolean;
11778
- readonly asGet: {
11779
- readonly requests: Vec<IsmpRouterRequest>;
11780
- } & Struct;
11781
- readonly type: 'Post' | 'PostResponse' | 'Get';
11782
- }
11783
- /** @name IsmpMessagingCreateConsensusState (303) */
11784
- interface IsmpMessagingCreateConsensusState extends Struct {
11785
- readonly consensusState: Bytes;
11786
- readonly consensusClientId: U8aFixed;
11787
- readonly consensusStateId: U8aFixed;
11788
- readonly unbondingPeriod: u64;
11789
- readonly challengePeriods: BTreeMap<IsmpHostStateMachine, u64>;
11790
- readonly stateMachineCommitments: Vec<ITuple<[IsmpConsensusStateMachineId, IsmpMessagingStateCommitmentHeight]>>;
11791
- }
11792
- /** @name IsmpMessagingStateCommitmentHeight (309) */
11793
- interface IsmpMessagingStateCommitmentHeight extends Struct {
11794
- readonly commitment: IsmpConsensusStateCommitment;
11795
- readonly height: u64;
11796
- }
11797
- /** @name IsmpConsensusStateCommitment (310) */
11798
- interface IsmpConsensusStateCommitment extends Struct {
11799
- readonly timestamp: u64;
11800
- readonly overlayRoot: Option<H256>;
11801
- readonly stateRoot: H256;
11802
- }
11803
- /** @name PalletIsmpUtilsUpdateConsensusState (311) */
11804
- interface PalletIsmpUtilsUpdateConsensusState extends Struct {
11805
- readonly consensusStateId: U8aFixed;
11806
- readonly unbondingPeriod: Option<u64>;
11807
- readonly challengePeriods: BTreeMap<IsmpHostStateMachine, u64>;
11808
- }
11809
- /** @name PalletIsmpUtilsFundMessageParams (312) */
11810
- interface PalletIsmpUtilsFundMessageParams extends Struct {
11811
- readonly commitment: PalletIsmpUtilsMessageCommitment;
11812
- readonly amount: u128;
11813
- }
11814
- /** @name PalletIsmpUtilsMessageCommitment (313) */
11815
- interface PalletIsmpUtilsMessageCommitment extends Enum {
11816
- readonly isRequest: boolean;
11817
- readonly asRequest: H256;
11818
- readonly isResponse: boolean;
11819
- readonly asResponse: H256;
11820
- readonly type: 'Request' | 'Response';
11821
- }
11822
- /** @name IsmpGrandpaCall (314) */
11823
- interface IsmpGrandpaCall extends Enum {
11824
- readonly isAddStateMachines: boolean;
11825
- readonly asAddStateMachines: {
11826
- readonly newStateMachines: Vec<IsmpGrandpaAddStateMachine>;
11827
- } & Struct;
11828
- readonly isRemoveStateMachines: boolean;
11829
- readonly asRemoveStateMachines: {
11830
- readonly stateMachines: Vec<IsmpHostStateMachine>;
11831
- } & Struct;
11832
- readonly type: 'AddStateMachines' | 'RemoveStateMachines';
11833
- }
11834
- /** @name IsmpGrandpaAddStateMachine (316) */
11835
- interface IsmpGrandpaAddStateMachine extends Struct {
11836
- readonly stateMachine: IsmpHostStateMachine;
11837
- readonly slotDuration: u64;
11838
- }
11839
- /** @name PalletTokenGatewayCall (317) */
11840
- interface PalletTokenGatewayCall extends Enum {
11841
- readonly isTeleport: boolean;
11842
- readonly asTeleport: {
11843
- readonly params: PalletTokenGatewayTeleportParams;
11844
- } & Struct;
11845
- readonly isSetTokenGatewayAddresses: boolean;
11846
- readonly asSetTokenGatewayAddresses: {
11847
- readonly addresses: BTreeMap<IsmpHostStateMachine, Bytes>;
11848
- } & Struct;
11849
- readonly isCreateErc6160Asset: boolean;
11850
- readonly asCreateErc6160Asset: {
11851
- readonly asset: PalletTokenGatewayAssetRegistration;
11852
- } & Struct;
11853
- readonly isUpdateAssetPrecision: boolean;
11854
- readonly asUpdateAssetPrecision: {
11855
- readonly update: PalletTokenGatewayPrecisionUpdate;
11856
- } & Struct;
11857
- readonly type: 'Teleport' | 'SetTokenGatewayAddresses' | 'CreateErc6160Asset' | 'UpdateAssetPrecision';
11858
- }
11859
- /** @name PalletTokenGatewayTeleportParams (318) */
11860
- interface PalletTokenGatewayTeleportParams extends Struct {
11861
- readonly assetId: u32;
11862
- readonly destination: IsmpHostStateMachine;
11863
- readonly recepient: H256;
11864
- readonly amount: u128;
11865
- readonly timeout: u64;
11866
- readonly tokenGateway: Bytes;
11867
- readonly relayerFee: u128;
11868
- readonly callData: Option<Bytes>;
11869
- readonly redeem: bool;
11870
- }
11871
- /** @name PalletTokenGatewayAssetRegistration (322) */
11872
- interface PalletTokenGatewayAssetRegistration extends Struct {
11873
- readonly localId: u32;
11874
- readonly reg: TokenGatewayPrimitivesGatewayAssetRegistration;
11875
- readonly native: bool;
11876
- readonly precision: BTreeMap<IsmpHostStateMachine, u8>;
11877
- }
11878
- /** @name TokenGatewayPrimitivesGatewayAssetRegistration (323) */
11879
- interface TokenGatewayPrimitivesGatewayAssetRegistration extends Struct {
11880
- readonly name: Bytes;
11881
- readonly symbol: Bytes;
11882
- readonly chains: Vec<IsmpHostStateMachine>;
11883
- readonly minimumBalance: Option<u128>;
11884
- }
11885
- /** @name PalletTokenGatewayPrecisionUpdate (328) */
11886
- interface PalletTokenGatewayPrecisionUpdate extends Struct {
11887
- readonly assetId: u32;
11888
- readonly precisions: BTreeMap<IsmpHostStateMachine, u8>;
11889
- }
11890
- /** @name PalletTreasuryCall (329) */
11237
+ /** @name PalletTreasuryCall (265) */
11891
11238
  interface PalletTreasuryCall extends Enum {
11892
- readonly isSetAllocation: boolean;
11893
- readonly asSetAllocation: {
11239
+ readonly isBuyBonds: boolean;
11240
+ readonly asBuyBonds: {
11894
11241
  readonly vaultId: u32;
11895
- readonly amount: u128;
11242
+ readonly bonds: u32;
11896
11243
  } & Struct;
11897
- readonly type: 'SetAllocation';
11244
+ readonly isLiquidateBondLot: boolean;
11245
+ readonly asLiquidateBondLot: {
11246
+ readonly bondLotId: u64;
11247
+ } & Struct;
11248
+ readonly type: 'BuyBonds' | 'LiquidateBondLot';
11898
11249
  }
11899
- /** @name PalletOperationalAccountsCall (330) */
11250
+ /** @name PalletOperationalAccountsCall (266) */
11900
11251
  interface PalletOperationalAccountsCall extends Enum {
11901
11252
  readonly isRegister: boolean;
11902
11253
  readonly asRegister: {
11903
11254
  readonly registration: PalletOperationalAccountsRegistration;
11904
11255
  } & Struct;
11905
- readonly isIssueAccessCode: boolean;
11906
- readonly asIssueAccessCode: {
11907
- readonly accessCodePublic: U8aFixed;
11908
- } & Struct;
11909
11256
  readonly isSetRewardConfig: boolean;
11910
11257
  readonly asSetRewardConfig: {
11911
11258
  readonly operationalReferralReward: u128;
@@ -11922,15 +11269,20 @@ declare module '@polkadot/types/lookup' {
11922
11269
  readonly sponsee: AccountId32;
11923
11270
  readonly encryptedServer: Bytes;
11924
11271
  } & Struct;
11925
- readonly type: 'Register' | 'IssueAccessCode' | 'SetRewardConfig' | 'ForceSetProgress' | 'SetEncryptedServerForSponsee';
11272
+ readonly isActivate: boolean;
11273
+ readonly isClaimRewards: boolean;
11274
+ readonly asClaimRewards: {
11275
+ readonly amount: u128;
11276
+ } & Struct;
11277
+ readonly type: 'Register' | 'SetRewardConfig' | 'ForceSetProgress' | 'SetEncryptedServerForSponsee' | 'Activate' | 'ClaimRewards';
11926
11278
  }
11927
- /** @name PalletOperationalAccountsRegistration (331) */
11279
+ /** @name PalletOperationalAccountsRegistration (267) */
11928
11280
  interface PalletOperationalAccountsRegistration extends Enum {
11929
11281
  readonly isV1: boolean;
11930
11282
  readonly asV1: PalletOperationalAccountsRegistrationV1;
11931
11283
  readonly type: 'V1';
11932
11284
  }
11933
- /** @name PalletOperationalAccountsRegistrationV1 (332) */
11285
+ /** @name PalletOperationalAccountsRegistrationV1 (268) */
11934
11286
  interface PalletOperationalAccountsRegistrationV1 extends Struct {
11935
11287
  readonly operationalAccount: AccountId32;
11936
11288
  readonly encryptionPubkey: PalletOperationalAccountsOpaqueEncryptionPubkey;
@@ -11941,21 +11293,24 @@ declare module '@polkadot/types/lookup' {
11941
11293
  readonly vaultAccountProof: PalletOperationalAccountsAccountOwnershipProof;
11942
11294
  readonly miningFundingAccountProof: PalletOperationalAccountsAccountOwnershipProof;
11943
11295
  readonly miningBotAccountProof: PalletOperationalAccountsAccountOwnershipProof;
11944
- readonly accessCode: Option<PalletOperationalAccountsAccessCodeProof>;
11296
+ readonly referralProof: Option<PalletOperationalAccountsReferralProof>;
11945
11297
  }
11946
- /** @name PalletOperationalAccountsOpaqueEncryptionPubkey (333) */
11298
+ /** @name PalletOperationalAccountsOpaqueEncryptionPubkey (269) */
11947
11299
  interface PalletOperationalAccountsOpaqueEncryptionPubkey extends U8aFixed {
11948
11300
  }
11949
- /** @name PalletOperationalAccountsAccountOwnershipProof (334) */
11301
+ /** @name PalletOperationalAccountsAccountOwnershipProof (270) */
11950
11302
  interface PalletOperationalAccountsAccountOwnershipProof extends Struct {
11951
11303
  readonly signature: SpRuntimeMultiSignature;
11952
11304
  }
11953
- /** @name PalletOperationalAccountsAccessCodeProof (336) */
11954
- interface PalletOperationalAccountsAccessCodeProof extends Struct {
11955
- readonly public: U8aFixed;
11956
- readonly signature: U8aFixed;
11305
+ /** @name PalletOperationalAccountsReferralProof (272) */
11306
+ interface PalletOperationalAccountsReferralProof extends Struct {
11307
+ readonly referralCode: U8aFixed;
11308
+ readonly referralSignature: U8aFixed;
11309
+ readonly sponsor: AccountId32;
11310
+ readonly expiresAtFrame: Compact<u64>;
11311
+ readonly sponsorSignature: SpRuntimeMultiSignature;
11957
11312
  }
11958
- /** @name PalletOperationalAccountsOperationalProgressPatch (337) */
11313
+ /** @name PalletOperationalAccountsOperationalProgressPatch (273) */
11959
11314
  interface PalletOperationalAccountsOperationalProgressPatch extends Struct {
11960
11315
  readonly hasUniswapTransfer: Option<bool>;
11961
11316
  readonly vaultCreated: Option<bool>;
@@ -11963,7 +11318,199 @@ declare module '@polkadot/types/lookup' {
11963
11318
  readonly observedBitcoinTotal: Option<u128>;
11964
11319
  readonly observedMiningSeatTotal: Option<u32>;
11965
11320
  }
11966
- /** @name PalletMultisigError (341) */
11321
+ /** @name PalletEthereumVerifierCall (275) */
11322
+ interface PalletEthereumVerifierCall extends Enum {
11323
+ readonly isForceCheckpoint: boolean;
11324
+ readonly asForceCheckpoint: {
11325
+ readonly update: PalletEthereumVerifierCheckpointUpdate;
11326
+ readonly forkVersions: PalletEthereumVerifierForkVersions;
11327
+ } & Struct;
11328
+ readonly isSubmit: boolean;
11329
+ readonly asSubmit: {
11330
+ readonly update: PalletEthereumVerifierUpdate;
11331
+ } & Struct;
11332
+ readonly isImportExecutionHeaderAnchor: boolean;
11333
+ readonly asImportExecutionHeaderAnchor: {
11334
+ readonly executionProof: PalletEthereumVerifierExecutionProof;
11335
+ } & Struct;
11336
+ readonly isSetOperatingMode: boolean;
11337
+ readonly asSetOperatingMode: {
11338
+ readonly mode: PalletEthereumVerifierBasicOperatingMode;
11339
+ } & Struct;
11340
+ readonly type: 'ForceCheckpoint' | 'Submit' | 'ImportExecutionHeaderAnchor' | 'SetOperatingMode';
11341
+ }
11342
+ /** @name PalletEthereumVerifierCheckpointUpdate (276) */
11343
+ interface PalletEthereumVerifierCheckpointUpdate extends Struct {
11344
+ readonly header: SnowbridgeBeaconPrimitivesBeaconHeader;
11345
+ readonly currentSyncCommittee: SnowbridgeBeaconPrimitivesSyncCommittee;
11346
+ readonly currentSyncCommitteeBranch: Vec<H256>;
11347
+ readonly validatorsRoot: H256;
11348
+ }
11349
+ /** @name SnowbridgeBeaconPrimitivesBeaconHeader (277) */
11350
+ interface SnowbridgeBeaconPrimitivesBeaconHeader extends Struct {
11351
+ readonly slot: u64;
11352
+ readonly proposerIndex: u64;
11353
+ readonly parentRoot: H256;
11354
+ readonly stateRoot: H256;
11355
+ readonly bodyRoot: H256;
11356
+ }
11357
+ /** @name SnowbridgeBeaconPrimitivesSyncCommittee (278) */
11358
+ interface SnowbridgeBeaconPrimitivesSyncCommittee extends Struct {
11359
+ readonly pubkeys: Vec<SnowbridgeBeaconPrimitivesPublicKey>;
11360
+ readonly aggregatePubkey: SnowbridgeBeaconPrimitivesPublicKey;
11361
+ }
11362
+ /** @name SnowbridgeBeaconPrimitivesPublicKey (280) */
11363
+ interface SnowbridgeBeaconPrimitivesPublicKey extends U8aFixed {
11364
+ }
11365
+ /** @name PalletEthereumVerifierForkVersions (282) */
11366
+ interface PalletEthereumVerifierForkVersions extends Struct {
11367
+ readonly genesis: PalletEthereumVerifierFork;
11368
+ readonly altair: PalletEthereumVerifierFork;
11369
+ readonly bellatrix: PalletEthereumVerifierFork;
11370
+ readonly capella: PalletEthereumVerifierFork;
11371
+ readonly deneb: PalletEthereumVerifierFork;
11372
+ readonly electra: PalletEthereumVerifierFork;
11373
+ readonly fulu: PalletEthereumVerifierFork;
11374
+ }
11375
+ /** @name PalletEthereumVerifierFork (283) */
11376
+ interface PalletEthereumVerifierFork extends Struct {
11377
+ readonly version: U8aFixed;
11378
+ readonly epoch: Compact<u64>;
11379
+ }
11380
+ /** @name PalletEthereumVerifierUpdate (284) */
11381
+ interface PalletEthereumVerifierUpdate extends Struct {
11382
+ readonly attestedHeader: SnowbridgeBeaconPrimitivesBeaconHeader;
11383
+ readonly syncAggregate: SnowbridgeBeaconPrimitivesSyncAggregate;
11384
+ readonly signatureSlot: Compact<u64>;
11385
+ readonly nextSyncCommitteeUpdate: Option<PalletEthereumVerifierNextSyncCommitteeUpdate>;
11386
+ readonly finalizedHeader: SnowbridgeBeaconPrimitivesBeaconHeader;
11387
+ readonly finalityBranch: Vec<H256>;
11388
+ }
11389
+ /** @name SnowbridgeBeaconPrimitivesSyncAggregate (285) */
11390
+ interface SnowbridgeBeaconPrimitivesSyncAggregate extends Struct {
11391
+ readonly syncCommitteeBits: U8aFixed;
11392
+ readonly syncCommitteeSignature: SnowbridgeBeaconPrimitivesSignature;
11393
+ }
11394
+ /** @name SnowbridgeBeaconPrimitivesSignature (286) */
11395
+ interface SnowbridgeBeaconPrimitivesSignature extends U8aFixed {
11396
+ }
11397
+ /** @name PalletEthereumVerifierNextSyncCommitteeUpdate (289) */
11398
+ interface PalletEthereumVerifierNextSyncCommitteeUpdate extends Struct {
11399
+ readonly nextSyncCommittee: SnowbridgeBeaconPrimitivesSyncCommittee;
11400
+ readonly nextSyncCommitteeBranch: Vec<H256>;
11401
+ }
11402
+ /** @name PalletEthereumVerifierExecutionProof (290) */
11403
+ interface PalletEthereumVerifierExecutionProof extends Struct {
11404
+ readonly header: SnowbridgeBeaconPrimitivesBeaconHeader;
11405
+ readonly executionHeader: SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader;
11406
+ readonly executionBranch: Vec<H256>;
11407
+ }
11408
+ /** @name SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader (291) */
11409
+ interface SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader extends Enum {
11410
+ readonly isCapella: boolean;
11411
+ readonly asCapella: SnowbridgeBeaconPrimitivesExecutionPayloadHeader;
11412
+ readonly isDeneb: boolean;
11413
+ readonly asDeneb: SnowbridgeBeaconPrimitivesDenebExecutionPayloadHeader;
11414
+ readonly type: 'Capella' | 'Deneb';
11415
+ }
11416
+ /** @name SnowbridgeBeaconPrimitivesExecutionPayloadHeader (292) */
11417
+ interface SnowbridgeBeaconPrimitivesExecutionPayloadHeader extends Struct {
11418
+ readonly parentHash: H256;
11419
+ readonly feeRecipient: H160;
11420
+ readonly stateRoot: H256;
11421
+ readonly receiptsRoot: H256;
11422
+ readonly logsBloom: Bytes;
11423
+ readonly prevRandao: H256;
11424
+ readonly blockNumber: u64;
11425
+ readonly gasLimit: u64;
11426
+ readonly gasUsed: u64;
11427
+ readonly timestamp: u64;
11428
+ readonly extraData: Bytes;
11429
+ readonly baseFeePerGas: U256;
11430
+ readonly blockHash: H256;
11431
+ readonly transactionsRoot: H256;
11432
+ readonly withdrawalsRoot: H256;
11433
+ }
11434
+ /** @name SnowbridgeBeaconPrimitivesDenebExecutionPayloadHeader (293) */
11435
+ interface SnowbridgeBeaconPrimitivesDenebExecutionPayloadHeader extends Struct {
11436
+ readonly parentHash: H256;
11437
+ readonly feeRecipient: H160;
11438
+ readonly stateRoot: H256;
11439
+ readonly receiptsRoot: H256;
11440
+ readonly logsBloom: Bytes;
11441
+ readonly prevRandao: H256;
11442
+ readonly blockNumber: u64;
11443
+ readonly gasLimit: u64;
11444
+ readonly gasUsed: u64;
11445
+ readonly timestamp: u64;
11446
+ readonly extraData: Bytes;
11447
+ readonly baseFeePerGas: U256;
11448
+ readonly blockHash: H256;
11449
+ readonly transactionsRoot: H256;
11450
+ readonly withdrawalsRoot: H256;
11451
+ readonly blobGasUsed: u64;
11452
+ readonly excessBlobGas: u64;
11453
+ }
11454
+ /** @name PalletCrosschainTransferCall (294) */
11455
+ interface PalletCrosschainTransferCall extends Enum {
11456
+ readonly isSetChainConfig: boolean;
11457
+ readonly asSetChainConfig: {
11458
+ readonly config: PalletCrosschainTransferChainConfig;
11459
+ } & Struct;
11460
+ readonly isProveTransfer: boolean;
11461
+ readonly asProveTransfer: {
11462
+ readonly proof: PalletCrosschainTransferTransferProof;
11463
+ } & Struct;
11464
+ readonly type: 'SetChainConfig' | 'ProveTransfer';
11465
+ }
11466
+ /** @name PalletCrosschainTransferChainConfig (295) */
11467
+ interface PalletCrosschainTransferChainConfig extends Enum {
11468
+ readonly isEthereum: boolean;
11469
+ readonly asEthereum: {
11470
+ readonly gateway: H160;
11471
+ readonly argonToken: H160;
11472
+ readonly argonotToken: H160;
11473
+ readonly previousGateway: Option<H160>;
11474
+ readonly previousReleaseExpiration: Option<u64>;
11475
+ } & Struct;
11476
+ readonly type: 'Ethereum';
11477
+ }
11478
+ /** @name PalletCrosschainTransferTransferProof (297) */
11479
+ interface PalletCrosschainTransferTransferProof extends Enum {
11480
+ readonly isEthereum: boolean;
11481
+ readonly asEthereum: {
11482
+ readonly sourceChain: PalletCrosschainTransferSourceChain;
11483
+ readonly eventLog: ArgonPrimitivesEthereumEthereumLog;
11484
+ readonly proof: ArgonPrimitivesEthereumEthereumProof;
11485
+ } & Struct;
11486
+ readonly type: 'Ethereum';
11487
+ }
11488
+ /** @name ArgonPrimitivesEthereumEthereumLog (298) */
11489
+ interface ArgonPrimitivesEthereumEthereumLog extends Struct {
11490
+ readonly address: H160;
11491
+ readonly topics: Vec<H256>;
11492
+ readonly data: Bytes;
11493
+ }
11494
+ /** @name ArgonPrimitivesEthereumEthereumProof (299) */
11495
+ interface ArgonPrimitivesEthereumEthereumProof extends Struct {
11496
+ readonly executionBlockProof: ArgonPrimitivesEthereumEthereumExecutionBlockProof;
11497
+ readonly receiptProof: ArgonPrimitivesEthereumEthereumReceiptProof;
11498
+ }
11499
+ /** @name ArgonPrimitivesEthereumEthereumExecutionBlockProof (300) */
11500
+ interface ArgonPrimitivesEthereumEthereumExecutionBlockProof extends Struct {
11501
+ readonly anchorBlockHash: H256;
11502
+ readonly targetToAnchorHeaderChain: Vec<ArgonPrimitivesEthereumEthereumExecutionHeader>;
11503
+ }
11504
+ /** @name ArgonPrimitivesEthereumEthereumExecutionHeader (302) */
11505
+ interface ArgonPrimitivesEthereumEthereumExecutionHeader extends Struct {
11506
+ readonly rlp: Bytes;
11507
+ }
11508
+ /** @name ArgonPrimitivesEthereumEthereumReceiptProof (303) */
11509
+ interface ArgonPrimitivesEthereumEthereumReceiptProof extends Struct {
11510
+ readonly transactionIndex: Compact<u64>;
11511
+ readonly nodes: Vec<Bytes>;
11512
+ }
11513
+ /** @name PalletMultisigError (305) */
11967
11514
  interface PalletMultisigError extends Enum {
11968
11515
  readonly isMinimumThreshold: boolean;
11969
11516
  readonly isAlreadyApproved: boolean;
@@ -11981,19 +11528,19 @@ declare module '@polkadot/types/lookup' {
11981
11528
  readonly isAlreadyStored: boolean;
11982
11529
  readonly type: 'MinimumThreshold' | 'AlreadyApproved' | 'NoApprovalsNeeded' | 'TooFewSignatories' | 'TooManySignatories' | 'SignatoriesOutOfOrder' | 'SenderInSignatories' | 'NotFound' | 'NotOwner' | 'NoTimepoint' | 'WrongTimepoint' | 'UnexpectedTimepoint' | 'MaxWeightTooLow' | 'AlreadyStored';
11983
11530
  }
11984
- /** @name PalletProxyProxyDefinition (344) */
11531
+ /** @name PalletProxyProxyDefinition (308) */
11985
11532
  interface PalletProxyProxyDefinition extends Struct {
11986
11533
  readonly delegate: AccountId32;
11987
11534
  readonly proxyType: ArgonRuntimeProxyType;
11988
11535
  readonly delay: u32;
11989
11536
  }
11990
- /** @name PalletProxyAnnouncement (348) */
11537
+ /** @name PalletProxyAnnouncement (312) */
11991
11538
  interface PalletProxyAnnouncement extends Struct {
11992
11539
  readonly real: AccountId32;
11993
11540
  readonly callHash: H256;
11994
11541
  readonly height: u32;
11995
11542
  }
11996
- /** @name PalletProxyError (350) */
11543
+ /** @name PalletProxyError (314) */
11997
11544
  interface PalletProxyError extends Enum {
11998
11545
  readonly isTooMany: boolean;
11999
11546
  readonly isNotFound: boolean;
@@ -12005,34 +11552,34 @@ declare module '@polkadot/types/lookup' {
12005
11552
  readonly isNoSelfProxy: boolean;
12006
11553
  readonly type: 'TooMany' | 'NotFound' | 'NotProxy' | 'Unproxyable' | 'Duplicate' | 'NoPermission' | 'Unannounced' | 'NoSelfProxy';
12007
11554
  }
12008
- /** @name ArgonPrimitivesTickTicker (351) */
11555
+ /** @name ArgonPrimitivesTickTicker (315) */
12009
11556
  interface ArgonPrimitivesTickTicker extends Struct {
12010
11557
  readonly tickDurationMillis: Compact<u64>;
12011
11558
  readonly channelHoldExpirationTicks: Compact<u64>;
12012
11559
  }
12013
- /** @name PalletTicksError (353) */
11560
+ /** @name PalletTicksError (317) */
12014
11561
  type PalletTicksError = Null;
12015
- /** @name PalletMiningSlotMinerNonceScoring (356) */
11562
+ /** @name PalletMiningSlotMinerNonceScoring (320) */
12016
11563
  interface PalletMiningSlotMinerNonceScoring extends Struct {
12017
11564
  readonly nonce: U256;
12018
11565
  readonly lastWinBlock: Option<u32>;
12019
11566
  readonly blocksWonInFrame: u16;
12020
11567
  readonly frameStartBlocksWonSurplus: i16;
12021
11568
  }
12022
- /** @name ArgonPrimitivesBlockSealMiningBidStats (368) */
11569
+ /** @name ArgonPrimitivesBlockSealMiningBidStats (332) */
12023
11570
  interface ArgonPrimitivesBlockSealMiningBidStats extends Struct {
12024
11571
  readonly bidsCount: u32;
12025
11572
  readonly bidAmountMin: u128;
12026
11573
  readonly bidAmountMax: u128;
12027
11574
  readonly bidAmountSum: u128;
12028
11575
  }
12029
- /** @name ArgonPrimitivesBlockSealMiningSlotConfig (372) */
11576
+ /** @name ArgonPrimitivesBlockSealMiningSlotConfig (336) */
12030
11577
  interface ArgonPrimitivesBlockSealMiningSlotConfig extends Struct {
12031
11578
  readonly ticksBeforeBidEndForVrfClose: Compact<u64>;
12032
11579
  readonly ticksBetweenSlots: Compact<u64>;
12033
11580
  readonly slotBiddingStartAfterTicks: Compact<u64>;
12034
11581
  }
12035
- /** @name PalletMiningSlotError (383) */
11582
+ /** @name PalletMiningSlotError (347) */
12036
11583
  interface PalletMiningSlotError extends Enum {
12037
11584
  readonly isSlotNotTakingBids: boolean;
12038
11585
  readonly isTooManyBlockRegistrants: boolean;
@@ -12046,7 +11593,7 @@ declare module '@polkadot/types/lookup' {
12046
11593
  readonly isUnrecoverableHold: boolean;
12047
11594
  readonly type: 'SlotNotTakingBids' | 'TooManyBlockRegistrants' | 'InsufficientOwnershipTokens' | 'BidTooLow' | 'CannotRegisterOverlappingSessions' | 'CannotChangeFundingAccount' | 'InsufficientFunds' | 'BidCannotBeReduced' | 'InvalidBidAmount' | 'UnrecoverableHold';
12048
11595
  }
12049
- /** @name ArgonPrimitivesBitcoinUtxoValue (384) */
11596
+ /** @name ArgonPrimitivesBitcoinUtxoValue (348) */
12050
11597
  interface ArgonPrimitivesBitcoinUtxoValue extends Struct {
12051
11598
  readonly utxoId: u64;
12052
11599
  readonly scriptPubkey: ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey;
@@ -12054,7 +11601,7 @@ declare module '@polkadot/types/lookup' {
12054
11601
  readonly submittedAtHeight: Compact<u64>;
12055
11602
  readonly watchForSpentUntilHeight: Compact<u64>;
12056
11603
  }
12057
- /** @name ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey (385) */
11604
+ /** @name ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey (349) */
12058
11605
  interface ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey extends Enum {
12059
11606
  readonly isP2wsh: boolean;
12060
11607
  readonly asP2wsh: {
@@ -12062,7 +11609,7 @@ declare module '@polkadot/types/lookup' {
12062
11609
  } & Struct;
12063
11610
  readonly type: 'P2wsh';
12064
11611
  }
12065
- /** @name ArgonPrimitivesBitcoinBitcoinNetwork (394) */
11612
+ /** @name ArgonPrimitivesBitcoinBitcoinNetwork (358) */
12066
11613
  interface ArgonPrimitivesBitcoinBitcoinNetwork extends Enum {
12067
11614
  readonly isBitcoin: boolean;
12068
11615
  readonly isTestnet: boolean;
@@ -12070,7 +11617,7 @@ declare module '@polkadot/types/lookup' {
12070
11617
  readonly isRegtest: boolean;
12071
11618
  readonly type: 'Bitcoin' | 'Testnet' | 'Signet' | 'Regtest';
12072
11619
  }
12073
- /** @name PalletBitcoinUtxosError (395) */
11620
+ /** @name PalletBitcoinUtxosError (359) */
12074
11621
  interface PalletBitcoinUtxosError extends Enum {
12075
11622
  readonly isNoPermissions: boolean;
12076
11623
  readonly isNoBitcoinConfirmedBlock: boolean;
@@ -12089,7 +11636,7 @@ declare module '@polkadot/types/lookup' {
12089
11636
  readonly isLockAlreadyFunded: boolean;
12090
11637
  readonly type: 'NoPermissions' | 'NoBitcoinConfirmedBlock' | 'InsufficientBitcoinAmount' | 'NoBitcoinPricesAvailable' | 'ScriptPubkeyConflict' | 'UtxoNotLocked' | 'RedemptionsUnavailable' | 'InvalidBitcoinSyncHeight' | 'BitcoinHeightNotConfirmed' | 'MaxUtxosExceeded' | 'InvalidBitcoinScript' | 'DuplicateUtxoId' | 'MaxCandidateUtxosExceeded' | 'UtxoNotCandidate' | 'LockAlreadyFunded';
12091
11638
  }
12092
- /** @name ArgonPrimitivesVault (396) */
11639
+ /** @name ArgonPrimitivesVault (360) */
12093
11640
  interface ArgonPrimitivesVault extends Struct {
12094
11641
  readonly operatorAccountId: AccountId32;
12095
11642
  readonly bitcoinLockDelegateAccount: Option<AccountId32>;
@@ -12109,7 +11656,7 @@ declare module '@polkadot/types/lookup' {
12109
11656
  readonly openedTick: Compact<u64>;
12110
11657
  readonly operationalMinimumReleaseTick: Option<u64>;
12111
11658
  }
12112
- /** @name ArgonPrimitivesBitcoinBitcoinXPub (404) */
11659
+ /** @name ArgonPrimitivesBitcoinBitcoinXPub (368) */
12113
11660
  interface ArgonPrimitivesBitcoinBitcoinXPub extends Struct {
12114
11661
  readonly publicKey: ArgonPrimitivesBitcoinCompressedBitcoinPubkey;
12115
11662
  readonly depth: Compact<u8>;
@@ -12118,13 +11665,13 @@ declare module '@polkadot/types/lookup' {
12118
11665
  readonly chainCode: U8aFixed;
12119
11666
  readonly network: ArgonPrimitivesBitcoinNetworkKind;
12120
11667
  }
12121
- /** @name ArgonPrimitivesBitcoinNetworkKind (406) */
11668
+ /** @name ArgonPrimitivesBitcoinNetworkKind (370) */
12122
11669
  interface ArgonPrimitivesBitcoinNetworkKind extends Enum {
12123
11670
  readonly isMain: boolean;
12124
11671
  readonly isTest: boolean;
12125
11672
  readonly type: 'Main' | 'Test';
12126
11673
  }
12127
- /** @name PalletVaultsVaultFrameRevenue (415) */
11674
+ /** @name PalletVaultsVaultFrameRevenue (379) */
12128
11675
  interface PalletVaultsVaultFrameRevenue extends Struct {
12129
11676
  readonly frameId: Compact<u64>;
12130
11677
  readonly bitcoinLockFeeRevenue: Compact<u128>;
@@ -12143,14 +11690,14 @@ declare module '@polkadot/types/lookup' {
12143
11690
  readonly treasuryExternalCapital: Compact<u128>;
12144
11691
  readonly uncollectedRevenue: Compact<u128>;
12145
11692
  }
12146
- /** @name PalletVaultsRecentCapacityDrop (418) */
11693
+ /** @name PalletVaultsRecentCapacityDrop (382) */
12147
11694
  interface PalletVaultsRecentCapacityDrop extends Struct {
12148
11695
  readonly blockNumber: Compact<u32>;
12149
11696
  readonly availableBeforeDrop: Compact<u128>;
12150
11697
  readonly availableAfterDrop: Compact<u128>;
12151
11698
  readonly noFeeFailuresUsed: Compact<u32>;
12152
11699
  }
12153
- /** @name PalletVaultsError (420) */
11700
+ /** @name PalletVaultsError (384) */
12154
11701
  interface PalletVaultsError extends Enum {
12155
11702
  readonly isNoMoreVaultIds: boolean;
12156
11703
  readonly isInsufficientFunds: boolean;
@@ -12184,7 +11731,7 @@ declare module '@polkadot/types/lookup' {
12184
11731
  readonly isAccountAlreadyHasVault: boolean;
12185
11732
  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';
12186
11733
  }
12187
- /** @name PalletBitcoinLocksLockedBitcoin (421) */
11734
+ /** @name PalletBitcoinLocksLockedBitcoin (385) */
12188
11735
  interface PalletBitcoinLocksLockedBitcoin extends Struct {
12189
11736
  readonly vaultId: Compact<u32>;
12190
11737
  readonly liquidityPromised: Compact<u128>;
@@ -12207,7 +11754,7 @@ declare module '@polkadot/types/lookup' {
12207
11754
  readonly fundHoldExtensions: BTreeMap<u64, u128>;
12208
11755
  readonly createdAtArgonBlock: Compact<u32>;
12209
11756
  }
12210
- /** @name PalletBitcoinLocksLockReleaseRequest (424) */
11757
+ /** @name PalletBitcoinLocksLockReleaseRequest (388) */
12211
11758
  interface PalletBitcoinLocksLockReleaseRequest extends Struct {
12212
11759
  readonly utxoId: Compact<u64>;
12213
11760
  readonly vaultId: Compact<u32>;
@@ -12216,7 +11763,7 @@ declare module '@polkadot/types/lookup' {
12216
11763
  readonly toScriptPubkey: Bytes;
12217
11764
  readonly redemptionPrice: Compact<u128>;
12218
11765
  }
12219
- /** @name PalletBitcoinLocksOrphanedUtxo (426) */
11766
+ /** @name PalletBitcoinLocksOrphanedUtxo (390) */
12220
11767
  interface PalletBitcoinLocksOrphanedUtxo extends Struct {
12221
11768
  readonly utxoId: Compact<u64>;
12222
11769
  readonly vaultId: Compact<u32>;
@@ -12224,13 +11771,13 @@ declare module '@polkadot/types/lookup' {
12224
11771
  readonly recordedArgonBlockNumber: Compact<u32>;
12225
11772
  readonly cosignRequest: Option<PalletBitcoinLocksOrphanedUtxoCosignRequest>;
12226
11773
  }
12227
- /** @name PalletBitcoinLocksOrphanedUtxoCosignRequest (428) */
11774
+ /** @name PalletBitcoinLocksOrphanedUtxoCosignRequest (392) */
12228
11775
  interface PalletBitcoinLocksOrphanedUtxoCosignRequest extends Struct {
12229
11776
  readonly bitcoinNetworkFee: u64;
12230
11777
  readonly toScriptPubkey: Bytes;
12231
11778
  readonly createdAtArgonBlockNumber: u32;
12232
11779
  }
12233
- /** @name PalletBitcoinLocksError (435) */
11780
+ /** @name PalletBitcoinLocksError (399) */
12234
11781
  interface PalletBitcoinLocksError extends Enum {
12235
11782
  readonly isInsufficientFunds: boolean;
12236
11783
  readonly isInsufficientVaultFunds: boolean;
@@ -12270,7 +11817,7 @@ declare module '@polkadot/types/lookup' {
12270
11817
  readonly isMaxOrphanedUtxoReleaseRequestsExceeded: boolean;
12271
11818
  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';
12272
11819
  }
12273
- /** @name ArgonPrimitivesVaultVaultError (436) */
11820
+ /** @name ArgonPrimitivesVaultVaultError (400) */
12274
11821
  interface ArgonPrimitivesVaultVaultError extends Enum {
12275
11822
  readonly isVaultClosed: boolean;
12276
11823
  readonly isAccountWouldBeBelowMinimum: boolean;
@@ -12286,7 +11833,7 @@ declare module '@polkadot/types/lookup' {
12286
11833
  readonly isVaultNotYetActive: boolean;
12287
11834
  readonly type: 'VaultClosed' | 'AccountWouldBeBelowMinimum' | 'InsufficientFunds' | 'InsufficientVaultFunds' | 'HoldUnexpectedlyModified' | 'UnrecoverableHold' | 'VaultNotFound' | 'NoVaultBitcoinPubkeysAvailable' | 'UnableToGenerateVaultBitcoinPubkey' | 'InvalidBitcoinScript' | 'InternalError' | 'VaultNotYetActive';
12288
11835
  }
12289
- /** @name PalletNotariesError (448) */
11836
+ /** @name PalletNotariesError (412) */
12290
11837
  interface PalletNotariesError extends Enum {
12291
11838
  readonly isProposalNotFound: boolean;
12292
11839
  readonly isMaxNotariesExceeded: boolean;
@@ -12299,7 +11846,7 @@ declare module '@polkadot/types/lookup' {
12299
11846
  readonly isInvalidNotary: boolean;
12300
11847
  readonly type: 'ProposalNotFound' | 'MaxNotariesExceeded' | 'MaxProposalsPerBlockExceeded' | 'NotAnActiveNotary' | 'InvalidNotaryOperator' | 'NoMoreNotaryIds' | 'EffectiveTickTooSoon' | 'TooManyKeys' | 'InvalidNotary';
12301
11848
  }
12302
- /** @name ArgonPrimitivesNotaryNotaryNotebookKeyDetails (452) */
11849
+ /** @name ArgonPrimitivesNotaryNotaryNotebookKeyDetails (416) */
12303
11850
  interface ArgonPrimitivesNotaryNotaryNotebookKeyDetails extends Struct {
12304
11851
  readonly notebookNumber: Compact<u32>;
12305
11852
  readonly tick: Compact<u64>;
@@ -12307,7 +11854,7 @@ declare module '@polkadot/types/lookup' {
12307
11854
  readonly secretHash: H256;
12308
11855
  readonly parentSecret: Option<H256>;
12309
11856
  }
12310
- /** @name PalletNotebookError (455) */
11857
+ /** @name PalletNotebookError (419) */
12311
11858
  interface PalletNotebookError extends Enum {
12312
11859
  readonly isDuplicateNotebookNumber: boolean;
12313
11860
  readonly isMissingNotebookNumber: boolean;
@@ -12326,18 +11873,18 @@ declare module '@polkadot/types/lookup' {
12326
11873
  readonly isInvalidNotebookSubmissionTick: boolean;
12327
11874
  readonly type: 'DuplicateNotebookNumber' | 'MissingNotebookNumber' | 'NotebookTickAlreadyUsed' | 'InvalidNotebookSignature' | 'InvalidSecretProvided' | 'CouldNotDecodeNotebook' | 'DuplicateNotebookDigest' | 'MissingNotebookDigest' | 'InvalidNotebookDigest' | 'MultipleNotebookInherentsProvided' | 'InternalError' | 'NotebookSubmittedForLockedNotary' | 'InvalidReprocessNotebook' | 'InvalidNotaryOperator' | 'InvalidNotebookSubmissionTick';
12328
11875
  }
12329
- /** @name PalletChainTransferQueuedTransferOut (456) */
12330
- interface PalletChainTransferQueuedTransferOut extends Struct {
11876
+ /** @name PalletLocalchainTransferQueuedTransferOut (420) */
11877
+ interface PalletLocalchainTransferQueuedTransferOut extends Struct {
12331
11878
  readonly accountId: AccountId32;
12332
11879
  readonly amount: u128;
12333
11880
  readonly expirationTick: u64;
12334
11881
  readonly notaryId: u32;
12335
11882
  }
12336
- /** @name FrameSupportPalletId (458) */
11883
+ /** @name FrameSupportPalletId (422) */
12337
11884
  interface FrameSupportPalletId extends U8aFixed {
12338
11885
  }
12339
- /** @name PalletChainTransferError (459) */
12340
- interface PalletChainTransferError extends Enum {
11886
+ /** @name PalletLocalchainTransferError (423) */
11887
+ interface PalletLocalchainTransferError extends Enum {
12341
11888
  readonly isMaxBlockTransfersExceeded: boolean;
12342
11889
  readonly isInsufficientFunds: boolean;
12343
11890
  readonly isInsufficientNotarizedFunds: boolean;
@@ -12348,7 +11895,7 @@ declare module '@polkadot/types/lookup' {
12348
11895
  readonly isNoAvailableTransferId: boolean;
12349
11896
  readonly type: 'MaxBlockTransfersExceeded' | 'InsufficientFunds' | 'InsufficientNotarizedFunds' | 'InvalidOrDuplicatedLocalchainTransfer' | 'NotebookIncludesExpiredLocalchainTransfer' | 'InvalidNotaryUsedForTransfer' | 'NotaryLockedForTransfer' | 'NoAvailableTransferId';
12350
11897
  }
12351
- /** @name ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails (463) */
11898
+ /** @name ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails (427) */
12352
11899
  interface ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails extends Struct {
12353
11900
  readonly notaryId: Compact<u32>;
12354
11901
  readonly notebookNumber: Compact<u32>;
@@ -12356,12 +11903,12 @@ declare module '@polkadot/types/lookup' {
12356
11903
  readonly blockVotesCount: Compact<u32>;
12357
11904
  readonly blockVotingPower: Compact<u128>;
12358
11905
  }
12359
- /** @name PalletBlockSealSpecError (468) */
11906
+ /** @name PalletBlockSealSpecError (432) */
12360
11907
  interface PalletBlockSealSpecError extends Enum {
12361
11908
  readonly isMaxNotebooksAtTickExceeded: boolean;
12362
11909
  readonly type: 'MaxNotebooksAtTickExceeded';
12363
11910
  }
12364
- /** @name PalletDomainsError (470) */
11911
+ /** @name PalletDomainsError (434) */
12365
11912
  interface PalletDomainsError extends Enum {
12366
11913
  readonly isDomainNotRegistered: boolean;
12367
11914
  readonly isNotDomainOwner: boolean;
@@ -12370,13 +11917,13 @@ declare module '@polkadot/types/lookup' {
12370
11917
  readonly isAccountDecodingError: boolean;
12371
11918
  readonly type: 'DomainNotRegistered' | 'NotDomainOwner' | 'FailedToAddToAddressHistory' | 'FailedToAddExpiringDomain' | 'AccountDecodingError';
12372
11919
  }
12373
- /** @name PalletPriceIndexCpiMeasurementBucket (472) */
11920
+ /** @name PalletPriceIndexCpiMeasurementBucket (436) */
12374
11921
  interface PalletPriceIndexCpiMeasurementBucket extends Struct {
12375
11922
  readonly tickRange: ITuple<[u64, u64]>;
12376
11923
  readonly totalCpi: i128;
12377
11924
  readonly measurementsCount: u32;
12378
11925
  }
12379
- /** @name PalletPriceIndexError (474) */
11926
+ /** @name PalletPriceIndexError (438) */
12380
11927
  interface PalletPriceIndexError extends Enum {
12381
11928
  readonly isNotAuthorizedOperator: boolean;
12382
11929
  readonly isMissingValue: boolean;
@@ -12384,7 +11931,7 @@ declare module '@polkadot/types/lookup' {
12384
11931
  readonly isMaxPriceChangePerTickExceeded: boolean;
12385
11932
  readonly type: 'NotAuthorizedOperator' | 'MissingValue' | 'PricesTooOld' | 'MaxPriceChangePerTickExceeded';
12386
11933
  }
12387
- /** @name PalletGrandpaStoredState (475) */
11934
+ /** @name PalletGrandpaStoredState (439) */
12388
11935
  interface PalletGrandpaStoredState extends Enum {
12389
11936
  readonly isLive: boolean;
12390
11937
  readonly isPendingPause: boolean;
@@ -12400,14 +11947,14 @@ declare module '@polkadot/types/lookup' {
12400
11947
  } & Struct;
12401
11948
  readonly type: 'Live' | 'PendingPause' | 'Paused' | 'PendingResume';
12402
11949
  }
12403
- /** @name PalletGrandpaStoredPendingChange (476) */
11950
+ /** @name PalletGrandpaStoredPendingChange (440) */
12404
11951
  interface PalletGrandpaStoredPendingChange extends Struct {
12405
11952
  readonly scheduledAt: u32;
12406
11953
  readonly delay: u32;
12407
11954
  readonly nextAuthorities: Vec<ITuple<[SpConsensusGrandpaAppPublic, u64]>>;
12408
11955
  readonly forced: Option<u32>;
12409
11956
  }
12410
- /** @name PalletGrandpaError (478) */
11957
+ /** @name PalletGrandpaError (442) */
12411
11958
  interface PalletGrandpaError extends Enum {
12412
11959
  readonly isPauseFailed: boolean;
12413
11960
  readonly isResumeFailed: boolean;
@@ -12418,13 +11965,13 @@ declare module '@polkadot/types/lookup' {
12418
11965
  readonly isDuplicateOffenceReport: boolean;
12419
11966
  readonly type: 'PauseFailed' | 'ResumeFailed' | 'ChangePending' | 'TooSoon' | 'InvalidKeyOwnershipProof' | 'InvalidEquivocationProof' | 'DuplicateOffenceReport';
12420
11967
  }
12421
- /** @name ArgonPrimitivesProvidersBlockSealerInfo (479) */
11968
+ /** @name ArgonPrimitivesProvidersBlockSealerInfo (443) */
12422
11969
  interface ArgonPrimitivesProvidersBlockSealerInfo extends Struct {
12423
11970
  readonly blockAuthorAccountId: AccountId32;
12424
11971
  readonly blockVoteRewardsAccount: Option<AccountId32>;
12425
11972
  readonly blockSealAuthority: Option<ArgonPrimitivesBlockSealAppPublic>;
12426
11973
  }
12427
- /** @name PalletBlockSealError (481) */
11974
+ /** @name PalletBlockSealError (445) */
12428
11975
  interface PalletBlockSealError extends Enum {
12429
11976
  readonly isInvalidVoteSealStrength: boolean;
12430
11977
  readonly isInvalidSubmitter: boolean;
@@ -12449,59 +11996,59 @@ declare module '@polkadot/types/lookup' {
12449
11996
  readonly isDuplicateVoteBlockAtTick: boolean;
12450
11997
  readonly type: 'InvalidVoteSealStrength' | 'InvalidSubmitter' | 'UnableToDecodeVoteAccount' | 'UnregisteredBlockAuthor' | 'InvalidBlockVoteProof' | 'NoGrandparentVoteMinimum' | 'DuplicateBlockSealProvided' | 'InsufficientVotingPower' | 'ParentVotingKeyNotFound' | 'InvalidVoteGrandparentHash' | 'IneligibleNotebookUsed' | 'NoEligibleVotingRoot' | 'CouldNotDecodeVote' | 'MaxNotebooksAtTickExceeded' | 'NoClosestMinerFoundForVote' | 'BlockVoteInvalidSignature' | 'InvalidForkPowerParent' | 'BlockSealDecodeError' | 'InvalidComputeBlockTick' | 'InvalidMinerNonceScore' | 'DuplicateVoteBlockAtTick';
12451
11998
  }
12452
- /** @name PalletBlockRewardsError (485) */
11999
+ /** @name PalletBlockRewardsError (449) */
12453
12000
  type PalletBlockRewardsError = Null;
12454
- /** @name PalletMintMintAction (491) */
12001
+ /** @name PalletMintMintAction (455) */
12455
12002
  interface PalletMintMintAction extends Struct {
12456
12003
  readonly argonBurned: u128;
12457
12004
  readonly argonMinted: u128;
12458
12005
  readonly bitcoinMinted: u128;
12459
12006
  }
12460
- /** @name PalletMintError (492) */
12007
+ /** @name PalletMintError (456) */
12461
12008
  interface PalletMintError extends Enum {
12462
12009
  readonly isTooManyPendingMints: boolean;
12463
12010
  readonly type: 'TooManyPendingMints';
12464
12011
  }
12465
- /** @name PalletBalancesBalanceLock (494) */
12012
+ /** @name PalletBalancesBalanceLock (458) */
12466
12013
  interface PalletBalancesBalanceLock extends Struct {
12467
12014
  readonly id: U8aFixed;
12468
12015
  readonly amount: u128;
12469
12016
  readonly reasons: PalletBalancesReasons;
12470
12017
  }
12471
- /** @name PalletBalancesReasons (495) */
12018
+ /** @name PalletBalancesReasons (459) */
12472
12019
  interface PalletBalancesReasons extends Enum {
12473
12020
  readonly isFee: boolean;
12474
12021
  readonly isMisc: boolean;
12475
12022
  readonly isAll: boolean;
12476
12023
  readonly type: 'Fee' | 'Misc' | 'All';
12477
12024
  }
12478
- /** @name PalletBalancesReserveData (498) */
12025
+ /** @name PalletBalancesReserveData (462) */
12479
12026
  interface PalletBalancesReserveData extends Struct {
12480
12027
  readonly id: U8aFixed;
12481
12028
  readonly amount: u128;
12482
12029
  }
12483
- /** @name FrameSupportTokensMiscIdAmountRuntimeHoldReason (501) */
12030
+ /** @name FrameSupportTokensMiscIdAmountRuntimeHoldReason (465) */
12484
12031
  interface FrameSupportTokensMiscIdAmountRuntimeHoldReason extends Struct {
12485
12032
  readonly id: ArgonRuntimeRuntimeHoldReason;
12486
12033
  readonly amount: u128;
12487
12034
  }
12488
- /** @name FrameSupportTokensMiscIdAmountRuntimeFreezeReason (504) */
12035
+ /** @name FrameSupportTokensMiscIdAmountRuntimeFreezeReason (468) */
12489
12036
  interface FrameSupportTokensMiscIdAmountRuntimeFreezeReason extends Struct {
12490
12037
  readonly id: ArgonRuntimeRuntimeFreezeReason;
12491
12038
  readonly amount: u128;
12492
12039
  }
12493
- /** @name ArgonRuntimeRuntimeFreezeReason (505) */
12040
+ /** @name ArgonRuntimeRuntimeFreezeReason (469) */
12494
12041
  interface ArgonRuntimeRuntimeFreezeReason extends Enum {
12495
12042
  readonly isBlockRewards: boolean;
12496
12043
  readonly asBlockRewards: PalletBlockRewardsFreezeReason;
12497
12044
  readonly type: 'BlockRewards';
12498
12045
  }
12499
- /** @name PalletBlockRewardsFreezeReason (506) */
12046
+ /** @name PalletBlockRewardsFreezeReason (470) */
12500
12047
  interface PalletBlockRewardsFreezeReason extends Enum {
12501
12048
  readonly isMaturationPeriod: boolean;
12502
12049
  readonly type: 'MaturationPeriod';
12503
12050
  }
12504
- /** @name PalletBalancesError (508) */
12051
+ /** @name PalletBalancesError (472) */
12505
12052
  interface PalletBalancesError extends Enum {
12506
12053
  readonly isVestingBalance: boolean;
12507
12054
  readonly isLiquidityRestrictions: boolean;
@@ -12517,7 +12064,7 @@ declare module '@polkadot/types/lookup' {
12517
12064
  readonly isDeltaZero: boolean;
12518
12065
  readonly type: 'VestingBalance' | 'LiquidityRestrictions' | 'InsufficientBalance' | 'ExistentialDeposit' | 'Expendability' | 'ExistingVestingSchedule' | 'DeadAccount' | 'TooManyReserves' | 'TooManyHolds' | 'TooManyFreezes' | 'IssuanceDeactivated' | 'DeltaZero';
12519
12066
  }
12520
- /** @name PalletTxPauseError (510) */
12067
+ /** @name PalletTxPauseError (474) */
12521
12068
  interface PalletTxPauseError extends Enum {
12522
12069
  readonly isIsPaused: boolean;
12523
12070
  readonly isIsUnpaused: boolean;
@@ -12525,101 +12072,83 @@ declare module '@polkadot/types/lookup' {
12525
12072
  readonly isNotFound: boolean;
12526
12073
  readonly type: 'IsPaused' | 'IsUnpaused' | 'Unpausable' | 'NotFound';
12527
12074
  }
12528
- /** @name PalletTransactionPaymentReleases (511) */
12075
+ /** @name PalletTransactionPaymentReleases (475) */
12529
12076
  interface PalletTransactionPaymentReleases extends Enum {
12530
12077
  readonly isV1Ancient: boolean;
12531
12078
  readonly isV2: boolean;
12532
12079
  readonly type: 'V1Ancient' | 'V2';
12533
12080
  }
12534
- /** @name FrameSupportStorageNoDrop (512) */
12081
+ /** @name FrameSupportStorageNoDrop (476) */
12535
12082
  interface FrameSupportStorageNoDrop extends FrameSupportTokensFungibleImbalance {
12536
12083
  }
12537
- /** @name FrameSupportTokensFungibleImbalance (513) */
12084
+ /** @name FrameSupportTokensFungibleImbalance (477) */
12538
12085
  interface FrameSupportTokensFungibleImbalance extends Struct {
12539
12086
  readonly amount: u128;
12540
12087
  }
12541
- /** @name PalletUtilityError (514) */
12088
+ /** @name PalletUtilityError (478) */
12542
12089
  interface PalletUtilityError extends Enum {
12543
12090
  readonly isTooManyCalls: boolean;
12544
12091
  readonly type: 'TooManyCalls';
12545
12092
  }
12546
- /** @name PalletSudoError (515) */
12093
+ /** @name PalletSudoError (479) */
12547
12094
  interface PalletSudoError extends Enum {
12548
12095
  readonly isRequireSudo: boolean;
12549
12096
  readonly type: 'RequireSudo';
12550
12097
  }
12551
- /** @name PalletIsmpError (516) */
12552
- interface PalletIsmpError extends Enum {
12553
- readonly isInvalidMessage: boolean;
12554
- readonly isMessageNotFound: boolean;
12555
- readonly isConsensusClientCreationFailed: boolean;
12556
- readonly isUnbondingPeriodUpdateFailed: boolean;
12557
- readonly isChallengePeriodUpdateFailed: boolean;
12558
- readonly isErrorChargingFee: boolean;
12559
- readonly type: 'InvalidMessage' | 'MessageNotFound' | 'ConsensusClientCreationFailed' | 'UnbondingPeriodUpdateFailed' | 'ChallengePeriodUpdateFailed' | 'ErrorChargingFee';
12560
- }
12561
- /** @name PalletHyperbridgeError (517) */
12562
- type PalletHyperbridgeError = Null;
12563
- /** @name PalletTokenGatewayError (519) */
12564
- interface PalletTokenGatewayError extends Enum {
12565
- readonly isUnregisteredAsset: boolean;
12566
- readonly isAssetTeleportError: boolean;
12567
- readonly isCoprocessorNotConfigured: boolean;
12568
- readonly isDispatchError: boolean;
12569
- readonly isAssetCreationError: boolean;
12570
- readonly isAssetDecimalsNotFound: boolean;
12571
- readonly isNotInitialized: boolean;
12572
- readonly isUnknownAsset: boolean;
12573
- readonly isNotAssetOwner: boolean;
12574
- readonly type: 'UnregisteredAsset' | 'AssetTeleportError' | 'CoprocessorNotConfigured' | 'DispatchError' | 'AssetCreationError' | 'AssetDecimalsNotFound' | 'NotInitialized' | 'UnknownAsset' | 'NotAssetOwner';
12098
+ /** @name PalletTreasuryFrameVaultCapital (480) */
12099
+ interface PalletTreasuryFrameVaultCapital extends Struct {
12100
+ readonly frameId: Compact<u64>;
12101
+ readonly vaults: BTreeMap<u32, PalletTreasuryVaultCapital>;
12575
12102
  }
12576
- /** @name PalletTreasuryTreasuryPool (521) */
12577
- interface PalletTreasuryTreasuryPool extends Struct {
12578
- readonly bondHolders: Vec<ITuple<[AccountId32, u128]>>;
12579
- readonly distributedEarnings: Option<u128>;
12103
+ /** @name PalletTreasuryVaultCapital (482) */
12104
+ interface PalletTreasuryVaultCapital extends Struct {
12105
+ readonly bondLotAllocations: Vec<PalletTreasuryBondLotAllocation>;
12106
+ readonly eligibleBonds: Compact<u32>;
12580
12107
  readonly vaultSharingPercent: Compact<Permill>;
12581
12108
  }
12582
- /** @name PalletTreasuryFunderState (528) */
12583
- interface PalletTreasuryFunderState extends Struct {
12584
- readonly heldPrincipal: Compact<u128>;
12585
- readonly pendingUnlockAmount: Compact<u128>;
12586
- readonly pendingUnlockAtFrame: Option<u64>;
12587
- readonly lifetimeCompoundedEarnings: Compact<u128>;
12588
- readonly lifetimePrincipalDeployed: Compact<u128>;
12589
- readonly lifetimePrincipalLastBasisFrame: Compact<u64>;
12590
- }
12591
- /** @name PalletTreasuryTreasuryCapital (530) */
12592
- interface PalletTreasuryTreasuryCapital extends Struct {
12593
- readonly vaultId: Compact<u32>;
12594
- readonly activatedCapital: Compact<u128>;
12595
- readonly frameId: Compact<u64>;
12109
+ /** @name PalletTreasuryBondLotAllocation (484) */
12110
+ interface PalletTreasuryBondLotAllocation extends Struct {
12111
+ readonly bondLotId: Compact<u64>;
12112
+ readonly prorata: u128;
12596
12113
  }
12597
- /** @name PalletTreasuryPendingUnlock (533) */
12598
- interface PalletTreasuryPendingUnlock extends Struct {
12114
+ /** @name PalletTreasuryBondLot (489) */
12115
+ interface PalletTreasuryBondLot extends Struct {
12116
+ readonly owner: AccountId32;
12599
12117
  readonly vaultId: Compact<u32>;
12600
- readonly accountId: AccountId32;
12601
- }
12602
- /** @name PalletTreasuryError (536) */
12118
+ readonly bonds: Compact<u32>;
12119
+ readonly createdFrameId: Compact<u64>;
12120
+ readonly participatedFrames: Compact<u32>;
12121
+ readonly lastFrameEarningsFrameId: Option<u64>;
12122
+ readonly lastFrameEarnings: Option<u128>;
12123
+ readonly cumulativeEarnings: Compact<u128>;
12124
+ readonly releaseFrameId: Option<u64>;
12125
+ readonly releaseReason: Option<PalletTreasuryBondReleaseReason>;
12126
+ }
12127
+ /** @name PalletTreasuryBondLotSummary (494) */
12128
+ interface PalletTreasuryBondLotSummary extends Struct {
12129
+ readonly bondLotId: Compact<u64>;
12130
+ readonly bonds: Compact<u32>;
12131
+ }
12132
+ /** @name PalletTreasuryError (496) */
12603
12133
  interface PalletTreasuryError extends Enum {
12604
- readonly isContributionTooLow: boolean;
12605
- readonly isVaultNotAcceptingMiningBonds: boolean;
12606
- readonly isBelowMinimum: boolean;
12607
- readonly isNotAFundContributor: boolean;
12134
+ readonly isBondPurchaseRejected: boolean;
12135
+ readonly isVaultNotAcceptingBondPurchases: boolean;
12136
+ readonly isBondPurchaseBelowMinimum: boolean;
12608
12137
  readonly isInternalError: boolean;
12609
- readonly isCouldNotFindTreasury: boolean;
12610
- readonly isMaxContributorsExceeded: boolean;
12611
- readonly isMaxVaultsExceeded: boolean;
12612
- readonly isMaxPendingUnlocksExceeded: boolean;
12613
- readonly isAlreadyRenewed: boolean;
12614
- readonly isNotAVaultOperator: boolean;
12615
- readonly type: 'ContributionTooLow' | 'VaultNotAcceptingMiningBonds' | 'BelowMinimum' | 'NotAFundContributor' | 'InternalError' | 'CouldNotFindTreasury' | 'MaxContributorsExceeded' | 'MaxVaultsExceeded' | 'MaxPendingUnlocksExceeded' | 'AlreadyRenewed' | 'NotAVaultOperator';
12616
- }
12617
- /** @name PalletFeeControlError (537) */
12138
+ readonly isMaxAcceptedBondLotsExceeded: boolean;
12139
+ readonly isMaxPendingBondReleasesExceeded: boolean;
12140
+ readonly isBondLotNotFound: boolean;
12141
+ readonly isNotBondLotOwner: boolean;
12142
+ readonly isBondLotAlreadyReleasing: boolean;
12143
+ readonly isBondPurchaseAboveSecurity: boolean;
12144
+ readonly type: 'BondPurchaseRejected' | 'VaultNotAcceptingBondPurchases' | 'BondPurchaseBelowMinimum' | 'InternalError' | 'MaxAcceptedBondLotsExceeded' | 'MaxPendingBondReleasesExceeded' | 'BondLotNotFound' | 'NotBondLotOwner' | 'BondLotAlreadyReleasing' | 'BondPurchaseAboveSecurity';
12145
+ }
12146
+ /** @name PalletFeeControlError (497) */
12618
12147
  interface PalletFeeControlError extends Enum {
12619
12148
  readonly isSponsoredFeeTooHigh: boolean;
12620
12149
  readonly type: 'SponsoredFeeTooHigh';
12621
12150
  }
12622
- /** @name PalletOperationalAccountsOperationalAccount (539) */
12151
+ /** @name PalletOperationalAccountsOperationalAccount (498) */
12623
12152
  interface PalletOperationalAccountsOperationalAccount extends Struct {
12624
12153
  readonly vaultAccount: AccountId32;
12625
12154
  readonly miningFundingAccount: AccountId32;
@@ -12634,80 +12163,144 @@ declare module '@polkadot/types/lookup' {
12634
12163
  readonly miningSeatAccrual: Compact<u32>;
12635
12164
  readonly miningSeatAppliedTotal: Compact<u32>;
12636
12165
  readonly operationalReferralsCount: Compact<u32>;
12637
- readonly referralAccessCodePending: bool;
12638
- readonly issuableAccessCodes: Compact<u32>;
12639
- readonly unactivatedAccessCodes: Compact<u32>;
12166
+ readonly referralPending: bool;
12167
+ readonly availableReferrals: Compact<u32>;
12640
12168
  readonly rewardsEarnedCount: Compact<u32>;
12641
12169
  readonly rewardsEarnedAmount: u128;
12642
12170
  readonly rewardsCollectedAmount: u128;
12643
12171
  readonly isOperational: bool;
12644
12172
  }
12645
- /** @name PalletOperationalAccountsAccessCodeMetadata (540) */
12646
- interface PalletOperationalAccountsAccessCodeMetadata extends Struct {
12647
- readonly sponsor: AccountId32;
12648
- readonly expirationFrame: Compact<u64>;
12649
- }
12650
- /** @name PalletOperationalAccountsRewardsConfig (543) */
12173
+ /** @name PalletOperationalAccountsRewardsConfig (500) */
12651
12174
  interface PalletOperationalAccountsRewardsConfig extends Struct {
12652
12175
  readonly operationalReferralReward: Compact<u128>;
12653
12176
  readonly referralBonusReward: Compact<u128>;
12654
12177
  }
12655
- /** @name ArgonPrimitivesProvidersOperationalRewardPayout (545) */
12656
- interface ArgonPrimitivesProvidersOperationalRewardPayout extends Struct {
12657
- readonly operationalAccount: AccountId32;
12658
- readonly payoutAccount: AccountId32;
12659
- readonly rewardKind: ArgonPrimitivesProvidersOperationalRewardKind;
12660
- readonly amount: u128;
12661
- }
12662
- /** @name PalletOperationalAccountsError (548) */
12178
+ /** @name PalletOperationalAccountsError (502) */
12663
12179
  interface PalletOperationalAccountsError extends Enum {
12664
12180
  readonly isAlreadyRegistered: boolean;
12665
12181
  readonly isInvalidRegistrationSubmitter: boolean;
12666
12182
  readonly isAccountAlreadyLinked: boolean;
12667
12183
  readonly isInvalidAccountProof: boolean;
12668
12184
  readonly isNotOperationalAccount: boolean;
12669
- readonly isAccessCodeAlreadyRegistered: boolean;
12670
- readonly isInvalidAccessCode: boolean;
12671
- readonly isInvalidAccessCodeProof: boolean;
12672
- readonly isNoIssuableAccessCodes: boolean;
12673
- readonly isMaxUnactivatedAccessCodesReached: boolean;
12674
- readonly isMaxAccessCodesExpiringPerFrameReached: boolean;
12185
+ readonly isInvalidReferralProof: boolean;
12186
+ readonly isReferralProofExpired: boolean;
12675
12187
  readonly isNoProgressUpdateProvided: boolean;
12676
12188
  readonly isEncryptedServerTooLong: boolean;
12677
12189
  readonly isNotSponsorOfSponsee: boolean;
12678
- readonly type: 'AlreadyRegistered' | 'InvalidRegistrationSubmitter' | 'AccountAlreadyLinked' | 'InvalidAccountProof' | 'NotOperationalAccount' | 'AccessCodeAlreadyRegistered' | 'InvalidAccessCode' | 'InvalidAccessCodeProof' | 'NoIssuableAccessCodes' | 'MaxUnactivatedAccessCodesReached' | 'MaxAccessCodesExpiringPerFrameReached' | 'NoProgressUpdateProvided' | 'EncryptedServerTooLong' | 'NotSponsorOfSponsee';
12679
- }
12680
- /** @name FrameSystemExtensionsAuthorizeCall (551) */
12190
+ readonly isNoPendingRewards: boolean;
12191
+ readonly isRewardClaimBelowMinimum: boolean;
12192
+ readonly isRewardClaimNotWholeArgon: boolean;
12193
+ readonly isRewardClaimExceedsPending: boolean;
12194
+ readonly isTreasuryInsufficientFunds: boolean;
12195
+ readonly isAlreadyOperational: boolean;
12196
+ readonly isNotEligibleForActivation: boolean;
12197
+ readonly type: 'AlreadyRegistered' | 'InvalidRegistrationSubmitter' | 'AccountAlreadyLinked' | 'InvalidAccountProof' | 'NotOperationalAccount' | 'InvalidReferralProof' | 'ReferralProofExpired' | 'NoProgressUpdateProvided' | 'EncryptedServerTooLong' | 'NotSponsorOfSponsee' | 'NoPendingRewards' | 'RewardClaimBelowMinimum' | 'RewardClaimNotWholeArgon' | 'RewardClaimExceedsPending' | 'TreasuryInsufficientFunds' | 'AlreadyOperational' | 'NotEligibleForActivation';
12198
+ }
12199
+ /** @name PalletEthereumVerifierFinalizedBeaconHeaderState (503) */
12200
+ interface PalletEthereumVerifierFinalizedBeaconHeaderState extends Struct {
12201
+ readonly slot: Compact<u64>;
12202
+ }
12203
+ /** @name PalletEthereumVerifierExecutionHeaderAnchor (504) */
12204
+ interface PalletEthereumVerifierExecutionHeaderAnchor extends Struct {
12205
+ readonly blockNumber: Compact<u64>;
12206
+ readonly blockHash: H256;
12207
+ readonly parentHash: H256;
12208
+ readonly receiptsRoot: H256;
12209
+ }
12210
+ /** @name SnowbridgeBeaconPrimitivesSyncCommitteePrepared (505) */
12211
+ interface SnowbridgeBeaconPrimitivesSyncCommitteePrepared extends Struct {
12212
+ readonly root: H256;
12213
+ readonly pubkeys: Vec<SnowbridgeMilagroBlsKeysPublicKey>;
12214
+ readonly aggregatePubkey: SnowbridgeMilagroBlsKeysPublicKey;
12215
+ }
12216
+ /** @name SnowbridgeMilagroBlsKeysPublicKey (507) */
12217
+ interface SnowbridgeMilagroBlsKeysPublicKey extends Struct {
12218
+ readonly point: SnowbridgeAmclBls381Ecp;
12219
+ }
12220
+ /** @name SnowbridgeAmclBls381Ecp (508) */
12221
+ interface SnowbridgeAmclBls381Ecp extends Struct {
12222
+ readonly x: SnowbridgeAmclBls381Fp;
12223
+ readonly y: SnowbridgeAmclBls381Fp;
12224
+ readonly z: SnowbridgeAmclBls381Fp;
12225
+ }
12226
+ /** @name SnowbridgeAmclBls381Fp (509) */
12227
+ interface SnowbridgeAmclBls381Fp extends Struct {
12228
+ readonly x: SnowbridgeAmclBls381Big;
12229
+ readonly xes: i32;
12230
+ }
12231
+ /** @name SnowbridgeAmclBls381Big (510) */
12232
+ interface SnowbridgeAmclBls381Big extends Struct {
12233
+ readonly w: Vec<i32>;
12234
+ }
12235
+ /** @name PalletEthereumVerifierError (513) */
12236
+ interface PalletEthereumVerifierError extends Enum {
12237
+ readonly isSkippedSyncCommitteePeriod: boolean;
12238
+ readonly isSyncCommitteeUpdateRequired: boolean;
12239
+ readonly isIrrelevantUpdate: boolean;
12240
+ readonly isNotBootstrapped: boolean;
12241
+ readonly isSyncCommitteeParticipantsNotSupermajority: boolean;
12242
+ readonly isInvalidHeaderMerkleProof: boolean;
12243
+ readonly isInvalidSyncCommitteeMerkleProof: boolean;
12244
+ readonly isInvalidExecutionHeaderProof: boolean;
12245
+ readonly isInvalidFinalizedHeaderGap: boolean;
12246
+ readonly isHeaderHashTreeRootFailed: boolean;
12247
+ readonly isBlockBodyHashTreeRootFailed: boolean;
12248
+ readonly isSyncCommitteeHashTreeRootFailed: boolean;
12249
+ readonly isSigningRootHashTreeRootFailed: boolean;
12250
+ readonly isForkDataHashTreeRootFailed: boolean;
12251
+ readonly isExpectedFinalizedHeaderNotStored: boolean;
12252
+ readonly isBlsPreparePublicKeysFailed: boolean;
12253
+ readonly isBlsVerificationFailed: boolean;
12254
+ readonly isInvalidUpdateSlot: boolean;
12255
+ readonly isInvalidSyncCommitteeUpdate: boolean;
12256
+ readonly isHalted: boolean;
12257
+ readonly type: 'SkippedSyncCommitteePeriod' | 'SyncCommitteeUpdateRequired' | 'IrrelevantUpdate' | 'NotBootstrapped' | 'SyncCommitteeParticipantsNotSupermajority' | 'InvalidHeaderMerkleProof' | 'InvalidSyncCommitteeMerkleProof' | 'InvalidExecutionHeaderProof' | 'InvalidFinalizedHeaderGap' | 'HeaderHashTreeRootFailed' | 'BlockBodyHashTreeRootFailed' | 'SyncCommitteeHashTreeRootFailed' | 'SigningRootHashTreeRootFailed' | 'ForkDataHashTreeRootFailed' | 'ExpectedFinalizedHeaderNotStored' | 'BlsPreparePublicKeysFailed' | 'BlsVerificationFailed' | 'InvalidUpdateSlot' | 'InvalidSyncCommitteeUpdate' | 'Halted';
12258
+ }
12259
+ /** @name PalletCrosschainTransferError (515) */
12260
+ interface PalletCrosschainTransferError extends Enum {
12261
+ readonly isInvalidEthereumEvent: boolean;
12262
+ readonly isInvalidProof: boolean;
12263
+ readonly isInvalidRecipient: boolean;
12264
+ readonly isInvalidAmount: boolean;
12265
+ readonly isUnsupportedSource: boolean;
12266
+ readonly isUnsupportedGateway: boolean;
12267
+ readonly isUnsupportedToken: boolean;
12268
+ readonly isUnexpectedNonce: boolean;
12269
+ readonly isInvalidChainConfig: boolean;
12270
+ readonly isInsufficientLiquidity: boolean;
12271
+ readonly type: 'InvalidEthereumEvent' | 'InvalidProof' | 'InvalidRecipient' | 'InvalidAmount' | 'UnsupportedSource' | 'UnsupportedGateway' | 'UnsupportedToken' | 'UnexpectedNonce' | 'InvalidChainConfig' | 'InsufficientLiquidity';
12272
+ }
12273
+ /** @name FrameSystemExtensionsAuthorizeCall (518) */
12681
12274
  type FrameSystemExtensionsAuthorizeCall = Null;
12682
- /** @name FrameSystemExtensionsCheckNonZeroSender (552) */
12275
+ /** @name FrameSystemExtensionsCheckNonZeroSender (519) */
12683
12276
  type FrameSystemExtensionsCheckNonZeroSender = Null;
12684
- /** @name FrameSystemExtensionsCheckSpecVersion (553) */
12277
+ /** @name FrameSystemExtensionsCheckSpecVersion (520) */
12685
12278
  type FrameSystemExtensionsCheckSpecVersion = Null;
12686
- /** @name FrameSystemExtensionsCheckTxVersion (554) */
12279
+ /** @name FrameSystemExtensionsCheckTxVersion (521) */
12687
12280
  type FrameSystemExtensionsCheckTxVersion = Null;
12688
- /** @name FrameSystemExtensionsCheckGenesis (555) */
12281
+ /** @name FrameSystemExtensionsCheckGenesis (522) */
12689
12282
  type FrameSystemExtensionsCheckGenesis = Null;
12690
- /** @name FrameSystemExtensionsCheckNonce (558) */
12283
+ /** @name FrameSystemExtensionsCheckNonce (525) */
12691
12284
  interface FrameSystemExtensionsCheckNonce extends Compact<u32> {
12692
12285
  }
12693
- /** @name FrameSystemExtensionsCheckWeight (559) */
12286
+ /** @name FrameSystemExtensionsCheckWeight (526) */
12694
12287
  type FrameSystemExtensionsCheckWeight = Null;
12695
- /** @name PalletTransactionPaymentChargeTransactionPayment (560) */
12288
+ /** @name PalletTransactionPaymentChargeTransactionPayment (527) */
12696
12289
  interface PalletTransactionPaymentChargeTransactionPayment extends Compact<u128> {
12697
12290
  }
12698
- /** @name FrameMetadataHashExtensionCheckMetadataHash (561) */
12291
+ /** @name FrameMetadataHashExtensionCheckMetadataHash (528) */
12699
12292
  interface FrameMetadataHashExtensionCheckMetadataHash extends Struct {
12700
12293
  readonly mode: FrameMetadataHashExtensionMode;
12701
12294
  }
12702
- /** @name FrameMetadataHashExtensionMode (562) */
12295
+ /** @name FrameMetadataHashExtensionMode (529) */
12703
12296
  interface FrameMetadataHashExtensionMode extends Enum {
12704
12297
  readonly isDisabled: boolean;
12705
12298
  readonly isEnabled: boolean;
12706
12299
  readonly type: 'Disabled' | 'Enabled';
12707
12300
  }
12708
- /** @name FrameSystemExtensionsWeightReclaim (563) */
12301
+ /** @name FrameSystemExtensionsWeightReclaim (530) */
12709
12302
  type FrameSystemExtensionsWeightReclaim = Null;
12710
- /** @name ArgonRuntimeRuntime (565) */
12303
+ /** @name ArgonRuntimeRuntime (532) */
12711
12304
  type ArgonRuntimeRuntime = Null;
12712
12305
  }
12713
12306
 
@@ -12831,7 +12424,11 @@ declare class TxResult {
12831
12424
  private parseEvents;
12832
12425
  }
12833
12426
 
12834
- type ISubmittableOptions = Partial<SignerOptions> & {
12427
+ type TxSigningAccount = KeyringPair | {
12428
+ address: string;
12429
+ signer: NonNullable<SignerOptions['signer']>;
12430
+ };
12431
+ type ISubmittableOptions = Partial<Omit<SignerOptions, 'signer'>> & {
12835
12432
  tip?: bigint;
12836
12433
  logResults?: boolean;
12837
12434
  useLatestNonce?: boolean;
@@ -12841,8 +12438,9 @@ type ISubmittableOptions = Partial<SignerOptions> & {
12841
12438
  declare class TxSubmitter {
12842
12439
  readonly client: ArgonClient;
12843
12440
  tx: SubmittableExtrinsic$1;
12844
- pair: KeyringPair;
12845
- constructor(client: ArgonClient, tx: SubmittableExtrinsic$1, pair: KeyringPair);
12441
+ readonly account: TxSigningAccount;
12442
+ readonly address: string;
12443
+ constructor(client: ArgonClient, tx: SubmittableExtrinsic$1, account: TxSigningAccount);
12846
12444
  feeEstimate(tip?: bigint): Promise<bigint>;
12847
12445
  canAfford(options?: {
12848
12446
  tip?: bigint;
@@ -12853,6 +12451,8 @@ declare class TxSubmitter {
12853
12451
  availableBalance: bigint;
12854
12452
  txFee: bigint;
12855
12453
  }>;
12454
+ sign(options?: ISubmittableOptions): Promise<SubmittableExtrinsic$1>;
12455
+ submitSigned(signedTx: SubmittableExtrinsic$1, options?: ISubmittableOptions): Promise<TxResult>;
12856
12456
  submit(options?: ISubmittableOptions): Promise<TxResult>;
12857
12457
  private logRequest;
12858
12458
  }
@@ -12918,7 +12518,7 @@ declare class Vault {
12918
12518
  activatedSecuritizationPerSlot(): bigint;
12919
12519
  calculateBitcoinFee(amount: bigint): bigint;
12920
12520
  static get(client: ArgonClient | ApiDecoration<'promise'>, vaultId: number, tickDurationMillis?: number): Promise<Vault>;
12921
- static create(client: ArgonClient, keypair: KeyringPair, args: {
12521
+ static create(client: ArgonClient, txSigner: TxSigningAccount, args: {
12922
12522
  securitization: bigint | number;
12923
12523
  securitizationRatio: number;
12924
12524
  annualPercentRate: number;
@@ -12933,7 +12533,7 @@ declare class Vault {
12933
12533
  getVault(): Promise<Vault>;
12934
12534
  txResult: TxResult;
12935
12535
  }>;
12936
- static setName(client: ArgonClient, keypair: KeyringPair, args: {
12536
+ static setName(client: ArgonClient, txSigner: TxSigningAccount, args: {
12937
12537
  name?: string | null;
12938
12538
  } & ISubmittableOptions): Promise<TxResult>;
12939
12539
  }
@@ -13015,7 +12615,7 @@ declare class BitcoinLock implements IBitcoinLock {
13015
12615
  ratchet(args: {
13016
12616
  client: ArgonClient;
13017
12617
  priceIndex: PriceIndex;
13018
- argonKeyring: KeyringPair;
12618
+ txSigner: TxSigningAccount;
13019
12619
  vault: Vault;
13020
12620
  microgonsPerBtc?: bigint;
13021
12621
  } & ISubmittableOptions): Promise<{
@@ -13036,7 +12636,7 @@ declare class BitcoinLock implements IBitcoinLock {
13036
12636
  client: ArgonClient;
13037
12637
  priceIndex: PriceIndex;
13038
12638
  releaseRequest: IReleaseRequest;
13039
- argonKeyring: KeyringPair;
12639
+ txSigner: TxSigningAccount;
13040
12640
  } & ISubmittableOptions): Promise<TxResult>;
13041
12641
  getReleaseRequest(client: IQueryableClient): Promise<IReleaseRequestDetails | undefined>;
13042
12642
  /**
@@ -13062,7 +12662,7 @@ declare class BitcoinLock implements IBitcoinLock {
13062
12662
  client: ArgonClient;
13063
12663
  utxoId: number;
13064
12664
  vaultSignature: Uint8Array;
13065
- argonKeyring: KeyringPair;
12665
+ txSigner: TxSigningAccount;
13066
12666
  } & ISubmittableOptions): Promise<TxResult>;
13067
12667
  static createIncreaseSecuritizationTx(args: {
13068
12668
  utxoId: number;
@@ -13093,7 +12693,7 @@ declare class BitcoinLock implements IBitcoinLock {
13093
12693
  priceIndex: PriceIndex;
13094
12694
  ownerBitcoinPubkey: Uint8Array;
13095
12695
  satoshis: bigint;
13096
- argonKeyring: KeyringPair;
12696
+ txSigner: TxSigningAccount;
13097
12697
  reducedBalanceBy?: bigint;
13098
12698
  microgonsPerBtc?: bigint;
13099
12699
  tip?: bigint;
@@ -13111,7 +12711,7 @@ declare class BitcoinLock implements IBitcoinLock {
13111
12711
  vault: Vault;
13112
12712
  priceIndex: PriceIndex;
13113
12713
  ownerBitcoinPubkey: Uint8Array;
13114
- argonKeyring: KeyringPair;
12714
+ txSigner: TxSigningAccount;
13115
12715
  satoshis: bigint;
13116
12716
  } & ISubmittableOptions): Promise<{
13117
12717
  getLock(): Promise<{
@@ -13170,7 +12770,40 @@ interface IBitcoinLock {
13170
12770
  fundHoldExtensionsByBitcoinExpirationHeight: Record<number, bigint>;
13171
12771
  }
13172
12772
 
12773
+ type VerifyEventLog = IArgonQueryable['call']['ethereumApis']['verifyEventLog'];
12774
+ type EthereumVerifyEventLogResult = Awaited<ReturnType<VerifyEventLog>>;
12775
+ type EthereumEventLocator = {
12776
+ txHash: Hex;
12777
+ logIndex?: number;
12778
+ executionRpcUrl: string;
12779
+ };
12780
+ type EthereumEventProof = {
12781
+ eventLog: Parameters<VerifyEventLog>[0];
12782
+ proof: Parameters<VerifyEventLog>[1];
12783
+ };
12784
+ declare function buildEthereumEventProof(client: IArgonQueryable, { txHash, logIndex, executionRpcUrl }: EthereumEventLocator): Promise<EthereumEventProof>;
12785
+
12786
+ type EthereumBeaconSyncState = {
12787
+ isBootstrapped: false;
12788
+ hasNextSyncCommittee: boolean;
12789
+ latestFinalizedBlockRoot: string;
12790
+ latestSyncCommitteeUpdatePeriod: bigint;
12791
+ headerInterval: bigint;
12792
+ } | {
12793
+ isBootstrapped: true;
12794
+ hasNextSyncCommittee: boolean;
12795
+ latestFinalizedBlockRoot: string;
12796
+ latestFinalizedSlot: bigint;
12797
+ nextRecommendedFinalizedSlot: bigint;
12798
+ latestSyncCommitteeUpdatePeriod: bigint;
12799
+ headerInterval: bigint;
12800
+ };
12801
+ declare function getEthereumBeaconSyncBootstrapTx(client: ArgonClient, beaconApiUrl: string): Promise<SubmittableExtrinsic$1>;
12802
+ declare function getNextEthereumBeaconSyncTxs(client: ArgonClient, beaconApiUrl: string): Promise<SubmittableExtrinsic$1[]>;
12803
+ declare function getEthereumBeaconSyncState(client: ArgonClient): Promise<EthereumBeaconSyncState>;
12804
+
13173
12805
  type ArgonClient = ApiPromise;
12806
+ type IArgonQueryable = ArgonClient | ApiDecoration<'promise'>;
13174
12807
  /**
13175
12808
  * Wait for the crypto library to be ready (requires wasm, which needs async loading in commonjs)
13176
12809
  */
@@ -13184,4 +12817,4 @@ declare function waitForLoad(): Promise<void>;
13184
12817
  declare function getClient(host: string, options?: ApiOptions): Promise<ArgonClient>;
13185
12818
  declare function getOfflineRegistry(): TypeRegistry;
13186
12819
 
13187
- 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, TxSubmitter, Vault, WageProtector, checkForExtrinsicSuccess, createKeyringPair, dispatchErrorToExtrinsicError, dispatchErrorToString, formatArgons, fromFixedNumber, getAuthorFromHeader, getClient, getFrameInfoFromHeader, getOfflineRegistry, getTickFromHeader, gettersToObject, keyringFromSuri, toFixedNumber, waitForLoad };
12820
+ export { type ArgonClient, BitcoinLock, type EthereumEventLocator, type EthereumEventProof, 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, PERMILL_DECIMALS, PriceIndex, SATS_PER_BTC, TxResult, type TxSigningAccount, TxSubmitter, Vault, WageProtector, buildEthereumEventProof, checkForExtrinsicSuccess, createKeyringPair, dispatchErrorToExtrinsicError, dispatchErrorToString, formatArgons, fromFixedNumber, getAuthorFromHeader, getClient, getEthereumBeaconSyncBootstrapTx, getEthereumBeaconSyncState, getFrameInfoFromHeader, getNextEthereumBeaconSyncTxs, getOfflineRegistry, getTickFromHeader, gettersToObject, keyringFromSuri, toFixedNumber, waitForLoad };