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

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