@argonprotocol/mainchain 1.4.3-dev.43df9563 → 1.4.3-dev.4e058920

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