@argonprotocol/mainchain 1.4.3-dev.1523df53 → 1.4.3-dev.25eec055
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.
- package/browser/index.d.ts +1231 -1464
- package/browser/index.js +6860 -91
- package/browser/index.js.map +1 -1
- package/lib/index.cjs +6990 -162
- package/lib/index.cjs.map +1 -1
- package/lib/index.d.cts +1231 -1464
- package/lib/index.d.ts +1231 -1464
- package/lib/index.js +6926 -98
- package/lib/index.js.map +1 -1
- package/package.json +28 -25
- package/src/interfaces/augment-api-consts.ts +610 -0
- package/src/interfaces/augment-api-errors.ts +1184 -0
- package/src/interfaces/augment-api-events.ts +1831 -0
- package/src/interfaces/augment-api-query.ts +1549 -0
- package/src/interfaces/augment-api-rpc.ts +1133 -0
- package/src/interfaces/augment-api-runtime.ts +305 -0
- package/src/interfaces/augment-api-tx.ts +2195 -0
- package/src/interfaces/augment-api.ts +9 -0
- package/src/interfaces/augment-types.ts +2691 -0
- package/src/interfaces/definitions.ts +42 -0
- package/src/interfaces/ethereum/index.ts +3 -0
- package/src/interfaces/ethereum/types.ts +65 -0
- package/src/interfaces/lookup.ts +3797 -0
- package/src/interfaces/registry.ts +565 -0
- package/src/interfaces/types-lookup.ts +4379 -0
package/browser/index.d.ts
CHANGED
|
@@ -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,
|
|
2
|
+
import { u128, u32, u64, u16, u8, bool, Bytes, Vec, Option, i128, U8aFixed, Result, Null, BTreeSet, BTreeMap, Compact, Text, HashMap, U256, U64, f64, Json, Struct, Enum, BitVec, Bool, f32, F32, F64, I128, i16, I16, i256, I256, i32, I32, i64, I64, i8, I8, isize, ISize, OptionBool, Raw, Type, U128, U16, u256, U32, U8, usize, USize } from '@polkadot/types-codec';
|
|
3
3
|
export { BTreeMap, Bool, Bytes, Compact, Enum, Null, Option, Range, Result, Struct, Text, Tuple, U256, U8aFixed, Vec, bool, i128, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
|
|
4
4
|
import { ITuple, AnyNumber, IMethod, Codec } from '@polkadot/types-codec/types';
|
|
5
5
|
export { Codec, ITuple } from '@polkadot/types-codec/types';
|
|
6
|
-
import {
|
|
6
|
+
import { AccountId32, Percent, H256, MultiAddress, Call, Hash, SignedBlock, BlockNumber, Header, StorageData, AccountId, Justification, H160, H64, KeyValue, Index, Block, ExtrinsicInclusionMode, Balance, Weight, AccountId20, AccountId33, AccountIdOf, AccountIndex, Address, AssetId, BalanceOf, BlockNumberFor, BlockNumberOf, CallHash, CallHashOf, ChangesTrieConfiguration, ChangesTrieSignal, CodecHash, Consensus, ConsensusEngineId, CrateVersion, Digest, DigestItem, EncodedJustification, ExtrinsicsWeight, Fixed128, Fixed64, FixedI128, FixedI64, FixedU128, FixedU64, H1024, H128, H2048, H32, H512, HeaderPartial, I32F32, IndicesLookupSource, Justifications, KeyTypeId, LockIdentifier, LookupSource, LookupTarget, ModuleId, Moment, MultiSigner, OpaqueCall, Origin, OriginCaller, PalletId, PalletsOrigin, PalletVersion, Pays, Perbill, Permill, Perquintill, PerU16, Phantom, PhantomData, PreRuntime, Releases, RuntimeCall, RuntimeDbWeight, RuntimeEvent, Seal, SealV0, SignedBlockWithJustification, SignedBlockWithJustifications, Slot, SlotDuration, StorageInfo, StorageProof, TransactionInfo, TransactionLongevity, TransactionPriority, TransactionStorageProof, TransactionTag, U32F32, ValidatorId, ValidatorIdOf, WeightMultiplier, WeightV0, WeightV1, WeightV2 } from '@polkadot/types/interfaces/runtime';
|
|
7
7
|
export { AccountId, AccountId32, Block, Call, H160, H256, Header, MultiAddress, Permill, SignedBlock } from '@polkadot/types/interfaces/runtime';
|
|
8
|
-
import { FrameSupportPalletId, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, SpWeightsRuntimeDbWeight, SpVersionRuntimeVersion, ArgonRuntimeRuntimeHoldReason, FrameSupportTokensMiscBalanceStatus, PalletBalancesUnexpectedKind, SpRuntimeDispatchError, ArgonPrimitivesBitcoinUtxoRef, ArgonPrimitivesBitcoinBitcoinRejectedReason, ArgonPrimitivesBlockSealBlockPayout,
|
|
8
|
+
import { FrameSupportPalletId, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, SpWeightsRuntimeDbWeight, SpVersionRuntimeVersion, ArgonRuntimeRuntimeHoldReason, FrameSupportTokensMiscBalanceStatus, PalletBalancesUnexpectedKind, SpRuntimeDispatchError, ArgonPrimitivesBitcoinUtxoRef, ArgonPrimitivesBitcoinBitcoinRejectedReason, ArgonPrimitivesBlockSealBlockPayout, PalletCrosschainTransferSourceChain, PalletCrosschainTransferGatewayState, PalletCrosschainTransferTransferToArgonActivity, PalletDomainsDomainRegistration, ArgonPrimitivesDomainZoneRecord, PalletEthereumVerifierBasicOperatingMode, ArgonRuntimeOriginCaller, SpConsensusGrandpaAppPublic, ArgonPrimitivesBlockSealMiningRegistration, PalletMintMintType, PalletMultisigTimepoint, ArgonPrimitivesNotaryNotaryRecord, ArgonPrimitivesNotaryNotaryMeta, ArgonNotaryAuditErrorVerifyError, ArgonPrimitivesProvidersOperationalRewardKind, PalletProxyDepositKind, ArgonRuntimeProxyType, FrameSystemDispatchEventInfo, PalletTreasuryBondReleaseReason, PalletBalancesAccountData, FrameSupportTokensMiscIdAmountRuntimeFreezeReason, FrameSupportTokensMiscIdAmountRuntimeHoldReason, PalletBalancesBalanceLock, PalletBalancesReserveData, PalletBitcoinLocksLockReleaseRequest, PalletBitcoinLocksLockedBitcoin, PalletBitcoinLocksOrphanedUtxo, ArgonPrimitivesBitcoinBitcoinNetwork, ArgonPrimitivesBitcoinBitcoinBlock, ArgonPrimitivesBitcoinUtxoValue, ArgonPrimitivesForkPower, ArgonPrimitivesProvidersBlockSealerInfo, ArgonPrimitivesInherentsBlockSealInherent, ArgonPrimitivesDigestsBlockVoteDigest, ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails, PalletCrosschainTransferChainConfig, ArgonPrimitivesDigestsDigestset, ArgonPrimitivesEthereumEthereumBeaconPreset, PalletEthereumVerifierSyncCommitteePrepared, PalletEthereumVerifierExecutionHeaderAnchor, PalletEthereumVerifierFinalizedBeaconHeaderState, PalletEthereumVerifierForkVersions, PalletGrandpaStoredPendingChange, PalletGrandpaStoredState, PalletLocalchainTransferQueuedTransferOut, ArgonPrimitivesBlockSealMiningBidStats, PalletMiningSlotMinerNonceScoring, ArgonPrimitivesBlockSealMiningSlotConfig, ArgonPrimitivesDigestsFrameInfo, PalletMintMintAction, PalletMultisigMultisig, ArgonPrimitivesBalanceChangeAccountOrigin, ArgonPrimitivesDigestsNotebookDigest, ArgonPrimitivesNotaryNotaryNotebookKeyDetails, PalletOperationalAccountsOperationalAccount, PalletOperationalAccountsRewardsConfig, PalletPriceIndexPriceIndex, PalletPriceIndexCpiMeasurementBucket, PalletProxyAnnouncement, PalletProxyProxyDefinition, FrameSystemAccountInfo, FrameSystemCodeUpgradeAuthorization, FrameSupportDispatchPerDispatchClassWeight, SpRuntimeDigest, FrameSystemEventRecord, FrameSystemPhase, SpWeightsWeightV2Weight, FrameSystemLastRuntimeUpgradeInfo, ArgonPrimitivesTickTicker, PalletTransactionPaymentReleases, FrameSupportTokensFungibleImbalance, PalletTreasuryBondLot, PalletTreasuryBondLotSummary, PalletTreasuryFrameVaultCapital, PalletVaultsRecentCapacityDrop, PalletVaultsVaultFrameRevenue, ArgonPrimitivesVault, ArgonPrimitivesBitcoinBitcoinXPub, PalletBalancesAdjustmentDirection, ArgonPrimitivesBitcoinCompressedBitcoinPubkey, PalletBitcoinLocksLockOptions, ArgonPrimitivesBitcoinH256Le, ArgonPrimitivesInherentsBitcoinUtxoSync, ArgonPrimitivesEthereumEthereumReceiptLogProofBatch, PalletEthereumVerifierCheckpointUpdate, PalletEthereumVerifierExecutionProof, PalletEthereumVerifierUpdate, SpConsensusGrandpaEquivocationProof, SpCoreVoid, ArgonRuntimeSessionKeys, ArgonPrimitivesNotebookSignedNotebookHeader, PalletOperationalAccountsOperationalProgressPatch, PalletOperationalAccountsRegistration, PalletVaultsVaultConfig, ArgonPrimitivesVaultVaultTerms, ArgonPrimitivesBitcoinOpaqueBitcoinXpub } from '@polkadot/types/lookup';
|
|
9
9
|
export * from '@polkadot/types/lookup';
|
|
10
10
|
import { Observable, IExtrinsic } from '@polkadot/types/types';
|
|
11
11
|
import { AugmentedRpc } from '@polkadot/rpc-core/types';
|
|
@@ -92,13 +92,22 @@ import { SignerOptions, ApiDecoration, ApiOptions } from '@polkadot/api/types';
|
|
|
92
92
|
export { ApiDecoration } from '@polkadot/api/types';
|
|
93
93
|
import { SubmittableExtrinsic as SubmittableExtrinsic$1 } from '@polkadot/api/promise/types';
|
|
94
94
|
export { SubmittableExtrinsic } from '@polkadot/api/promise/types';
|
|
95
|
-
import { DispatchError as DispatchError$1 } from '@polkadot/types/interfaces';
|
|
96
95
|
import { ISubmittableResult } from '@polkadot/types/types/extrinsic';
|
|
97
96
|
export { IExtrinsic, ISignerPayload, ISubmittableResult, Signer, SignerResult } from '@polkadot/types/types/extrinsic';
|
|
98
97
|
import { GenericEvent } from '@polkadot/types/generic';
|
|
99
98
|
export { GenericAddress, GenericBlock, GenericEvent } from '@polkadot/types/generic';
|
|
100
99
|
import BigNumber from 'bignumber.js';
|
|
100
|
+
import { ArgonPrimitivesVault as ArgonPrimitivesVault$1, ArgonPrimitivesBitcoinBitcoinNetwork as ArgonPrimitivesBitcoinBitcoinNetwork$1, ArgonPrimitivesBitcoinUtxoRef as ArgonPrimitivesBitcoinUtxoRef$1, MintingGatewayEvents, MintingGatewayGlobalIssuanceCouncilRotated, MintingGatewayMintingAuthorityActivated, MintingGatewayMintingAuthorityDeactivated, MintingGatewayTransferOutOfArgonCanceled, MintingGatewayTransferOutOfArgonFinalized, MintingGatewayTransferToArgonStarted } from './generated.js';
|
|
101
|
+
export * from './generated.js';
|
|
102
|
+
import { BlockHeader } from '@ethereumjs/block';
|
|
103
|
+
import { createPublicClient, Hex } from 'viem';
|
|
101
104
|
export { hexToU8a, u8aEq, u8aToHex } from '@polkadot/util';
|
|
105
|
+
export * from './hashing.js';
|
|
106
|
+
export { default as argonTokenArtifact } from './artifacts/contracts/ArgonToken.sol/ArgonToken.json';
|
|
107
|
+
export { default as argonotTokenArtifact } from './artifacts/contracts/ArgonotToken.sol/ArgonotToken.json';
|
|
108
|
+
export { default as mintingGatewayArtifact } from './artifacts/contracts/MintingGateway.sol/MintingGateway.json';
|
|
109
|
+
export { default as proxyAdminArtifact } from './artifacts/contracts/ProxyArtifacts.sol/ProxyAdmin.json';
|
|
110
|
+
export { default as transparentUpgradeableProxyArtifact } from './artifacts/contracts/ProxyArtifacts.sol/TransparentUpgradeableProxy.json';
|
|
102
111
|
|
|
103
112
|
declare module '@polkadot/api-base/types/consts' {
|
|
104
113
|
interface AugmentedConsts<ApiType extends ApiTypes> {
|
|
@@ -241,17 +250,34 @@ declare module '@polkadot/api-base/types/consts' {
|
|
|
241
250
|
**/
|
|
242
251
|
targetBlockVotes: u128 & AugmentedConst<ApiType>;
|
|
243
252
|
};
|
|
244
|
-
|
|
253
|
+
crosschainTransfer: {
|
|
245
254
|
/**
|
|
246
|
-
*
|
|
255
|
+
* Canonical Ethereum burn-accounting account representing funds moved to Ethereum.
|
|
247
256
|
**/
|
|
248
|
-
|
|
249
|
-
palletId: FrameSupportPalletId & AugmentedConst<ApiType>;
|
|
257
|
+
ethereumBurnAccount: AccountId32 & AugmentedConst<ApiType>;
|
|
250
258
|
/**
|
|
251
|
-
*
|
|
252
|
-
* grace period where we will still allow a transfer
|
|
259
|
+
* Maximum number of ordered gateway activities that may share one receipt proof.
|
|
253
260
|
**/
|
|
254
|
-
|
|
261
|
+
maxActivitiesPerReceiptProof: u32 & AugmentedConst<ApiType>;
|
|
262
|
+
/**
|
|
263
|
+
* Maximum execution headers carried in one receipt proof's target-to-anchor chain.
|
|
264
|
+
**/
|
|
265
|
+
maxProofExecutionHeaderDepth: u32 & AugmentedConst<ApiType>;
|
|
266
|
+
/**
|
|
267
|
+
* Maximum number of proved receipt proofs that may be supplied in one extrinsic.
|
|
268
|
+
**/
|
|
269
|
+
maxReceiptProofsPerExtrinsic: u32 & AugmentedConst<ApiType>;
|
|
270
|
+
/**
|
|
271
|
+
* Retention window, in ticks, for recent Argon transfer evidence used by operational
|
|
272
|
+
* accounts.
|
|
273
|
+
**/
|
|
274
|
+
recentTransferRetentionTicks: u64 & AugmentedConst<ApiType>;
|
|
275
|
+
};
|
|
276
|
+
ethereumVerifier: {
|
|
277
|
+
/**
|
|
278
|
+
* Minimum gap between finalized headers for an update to be free.
|
|
279
|
+
**/
|
|
280
|
+
freeHeadersInterval: u32 & AugmentedConst<ApiType>;
|
|
255
281
|
};
|
|
256
282
|
grandpa: {
|
|
257
283
|
/**
|
|
@@ -272,27 +298,17 @@ declare module '@polkadot/api-base/types/consts' {
|
|
|
272
298
|
**/
|
|
273
299
|
maxSetIdSessionEntries: u64 & AugmentedConst<ApiType>;
|
|
274
300
|
};
|
|
275
|
-
|
|
301
|
+
localchainTransfer: {
|
|
276
302
|
/**
|
|
277
|
-
* How many
|
|
278
|
-
**/
|
|
279
|
-
inboundTransfersRetentionBlocks: u32 & AugmentedConst<ApiType>;
|
|
280
|
-
/**
|
|
281
|
-
* Maximum number of bytes allowed in a TokenGateway request body (0 disables the cap).
|
|
282
|
-
**/
|
|
283
|
-
maxInboundTransferBytes: u32 & AugmentedConst<ApiType>;
|
|
284
|
-
/**
|
|
285
|
-
* Maximum number of records retained from a single block.
|
|
286
|
-
**/
|
|
287
|
-
maxTransfersToRetainPerBlock: u32 & AugmentedConst<ApiType>;
|
|
288
|
-
/**
|
|
289
|
-
* Minimum amount (in base units) to record an inbound transfer.
|
|
303
|
+
* How many transfers out can be queued per block
|
|
290
304
|
**/
|
|
291
|
-
|
|
305
|
+
maxPendingTransfersOutPerBlock: u32 & AugmentedConst<ApiType>;
|
|
306
|
+
palletId: FrameSupportPalletId & AugmentedConst<ApiType>;
|
|
292
307
|
/**
|
|
293
|
-
*
|
|
308
|
+
* How long a transfer should remain in storage before returning. NOTE: there is a 2 tick
|
|
309
|
+
* grace period where we will still allow a transfer
|
|
294
310
|
**/
|
|
295
|
-
|
|
311
|
+
transferExpirationTicks: u64 & AugmentedConst<ApiType>;
|
|
296
312
|
};
|
|
297
313
|
miningSlot: {
|
|
298
314
|
/**
|
|
@@ -568,12 +584,6 @@ declare module '@polkadot/api-base/types/consts' {
|
|
|
568
584
|
**/
|
|
569
585
|
minimumPeriod: u64 & AugmentedConst<ApiType>;
|
|
570
586
|
};
|
|
571
|
-
tokenGateway: {
|
|
572
|
-
/**
|
|
573
|
-
* The decimals of the native currency
|
|
574
|
-
**/
|
|
575
|
-
decimals: u8 & AugmentedConst<ApiType>;
|
|
576
|
-
};
|
|
577
587
|
transactionPayment: {
|
|
578
588
|
/**
|
|
579
589
|
* A fee multiplier for `Operational` extrinsics to compute "virtual tip" to boost their
|
|
@@ -1033,36 +1043,55 @@ declare module '@polkadot/api-base/types/errors' {
|
|
|
1033
1043
|
**/
|
|
1034
1044
|
MaxNotebooksAtTickExceeded: AugmentedError<ApiType>;
|
|
1035
1045
|
};
|
|
1036
|
-
|
|
1046
|
+
crosschainTransfer: {
|
|
1037
1047
|
/**
|
|
1038
|
-
*
|
|
1048
|
+
* The burn account lacks enough balance for the payout.
|
|
1039
1049
|
**/
|
|
1040
|
-
|
|
1050
|
+
InsufficientLiquidity: AugmentedError<ApiType>;
|
|
1041
1051
|
/**
|
|
1042
|
-
*
|
|
1052
|
+
* The configured source-chain shape is incomplete or malformed.
|
|
1043
1053
|
**/
|
|
1044
|
-
|
|
1054
|
+
InvalidChainConfig: AugmentedError<ApiType>;
|
|
1045
1055
|
/**
|
|
1046
|
-
* The
|
|
1056
|
+
* The Ethereum verifier rejected the supplied proof.
|
|
1047
1057
|
**/
|
|
1048
|
-
|
|
1058
|
+
InvalidProof: AugmentedError<ApiType>;
|
|
1049
1059
|
/**
|
|
1050
|
-
* The
|
|
1060
|
+
* The destination account bytes could not be decoded into a local account id.
|
|
1051
1061
|
**/
|
|
1052
|
-
|
|
1053
|
-
MaxBlockTransfersExceeded: AugmentedError<ApiType>;
|
|
1062
|
+
InvalidRecipient: AugmentedError<ApiType>;
|
|
1054
1063
|
/**
|
|
1055
|
-
*
|
|
1064
|
+
* The Ethereum event topics or payload do not match `TransferToArgonStarted`.
|
|
1056
1065
|
**/
|
|
1057
|
-
|
|
1066
|
+
InvalidTransferToArgonActivity: AugmentedError<ApiType>;
|
|
1058
1067
|
/**
|
|
1059
|
-
*
|
|
1068
|
+
* At least one gateway activity log must be supplied with the receipt proof.
|
|
1060
1069
|
**/
|
|
1061
|
-
|
|
1070
|
+
NoGatewayActivitiesProvided: AugmentedError<ApiType>;
|
|
1062
1071
|
/**
|
|
1063
|
-
*
|
|
1072
|
+
* At least one proved gateway-activity block must be supplied.
|
|
1064
1073
|
**/
|
|
1065
|
-
|
|
1074
|
+
NoGatewayProofBlocksProvided: AugmentedError<ApiType>;
|
|
1075
|
+
/**
|
|
1076
|
+
* The proven gateway activity nonce is not the next contiguous nonce.
|
|
1077
|
+
**/
|
|
1078
|
+
UnexpectedGatewayActivityNonce: AugmentedError<ApiType>;
|
|
1079
|
+
/**
|
|
1080
|
+
* The caller's expected already-proven gateway activity nonce is stale or incorrect.
|
|
1081
|
+
**/
|
|
1082
|
+
UnexpectedPreviousGatewayActivityNonce: AugmentedError<ApiType>;
|
|
1083
|
+
/**
|
|
1084
|
+
* The gateway does not match the configured gateway address.
|
|
1085
|
+
**/
|
|
1086
|
+
UnsupportedGateway: AugmentedError<ApiType>;
|
|
1087
|
+
/**
|
|
1088
|
+
* The source chain is not configured for inbound claims.
|
|
1089
|
+
**/
|
|
1090
|
+
UnsupportedSource: AugmentedError<ApiType>;
|
|
1091
|
+
/**
|
|
1092
|
+
* The token is not supported under the configured gateway.
|
|
1093
|
+
**/
|
|
1094
|
+
UnsupportedToken: AugmentedError<ApiType>;
|
|
1066
1095
|
};
|
|
1067
1096
|
digests: {
|
|
1068
1097
|
/**
|
|
@@ -1140,6 +1169,39 @@ declare module '@polkadot/api-base/types/errors' {
|
|
|
1140
1169
|
**/
|
|
1141
1170
|
NotDomainOwner: AugmentedError<ApiType>;
|
|
1142
1171
|
};
|
|
1172
|
+
ethereumVerifier: {
|
|
1173
|
+
BlockBodyHashTreeRootFailed: AugmentedError<ApiType>;
|
|
1174
|
+
BLSPreparePublicKeysFailed: AugmentedError<ApiType>;
|
|
1175
|
+
BLSVerificationFailed: AugmentedError<ApiType>;
|
|
1176
|
+
ExpectedFinalizedHeaderNotStored: AugmentedError<ApiType>;
|
|
1177
|
+
ForkDataHashTreeRootFailed: AugmentedError<ApiType>;
|
|
1178
|
+
Halted: AugmentedError<ApiType>;
|
|
1179
|
+
HeaderHashTreeRootFailed: AugmentedError<ApiType>;
|
|
1180
|
+
InvalidExecutionHeaderProof: AugmentedError<ApiType>;
|
|
1181
|
+
/**
|
|
1182
|
+
* The gap between finalized headers is larger than the retained historical window.
|
|
1183
|
+
**/
|
|
1184
|
+
InvalidFinalizedHeaderGap: AugmentedError<ApiType>;
|
|
1185
|
+
InvalidHeaderMerkleProof: AugmentedError<ApiType>;
|
|
1186
|
+
InvalidSyncCommitteeMerkleProof: AugmentedError<ApiType>;
|
|
1187
|
+
/**
|
|
1188
|
+
* The given update is not in the expected period, or the given next sync committee does
|
|
1189
|
+
* not match the next sync committee in storage.
|
|
1190
|
+
**/
|
|
1191
|
+
InvalidSyncCommitteeUpdate: AugmentedError<ApiType>;
|
|
1192
|
+
InvalidUpdateSlot: AugmentedError<ApiType>;
|
|
1193
|
+
/**
|
|
1194
|
+
* Attested header is older than latest finalized header.
|
|
1195
|
+
**/
|
|
1196
|
+
IrrelevantUpdate: AugmentedError<ApiType>;
|
|
1197
|
+
NotBootstrapped: AugmentedError<ApiType>;
|
|
1198
|
+
SigningRootHashTreeRootFailed: AugmentedError<ApiType>;
|
|
1199
|
+
SkippedSyncCommitteePeriod: AugmentedError<ApiType>;
|
|
1200
|
+
SyncCommitteeHashTreeRootFailed: AugmentedError<ApiType>;
|
|
1201
|
+
SyncCommitteeParticipantsNotSupermajority: AugmentedError<ApiType>;
|
|
1202
|
+
SyncCommitteeUpdateRequired: AugmentedError<ApiType>;
|
|
1203
|
+
UnexpectedBeaconPreset: AugmentedError<ApiType>;
|
|
1204
|
+
};
|
|
1143
1205
|
feeControl: {
|
|
1144
1206
|
/**
|
|
1145
1207
|
* The requested tip + fee is higher than the maximum allowed by the sponsor
|
|
@@ -1178,32 +1240,36 @@ declare module '@polkadot/api-base/types/errors' {
|
|
|
1178
1240
|
**/
|
|
1179
1241
|
TooSoon: AugmentedError<ApiType>;
|
|
1180
1242
|
};
|
|
1181
|
-
|
|
1182
|
-
ismp: {
|
|
1243
|
+
localchainTransfer: {
|
|
1183
1244
|
/**
|
|
1184
|
-
*
|
|
1245
|
+
* Insufficient balance to create this transfer
|
|
1185
1246
|
**/
|
|
1186
|
-
|
|
1247
|
+
InsufficientFunds: AugmentedError<ApiType>;
|
|
1187
1248
|
/**
|
|
1188
|
-
*
|
|
1249
|
+
* Insufficient balance to fulfill a mainchain transfer
|
|
1189
1250
|
**/
|
|
1190
|
-
|
|
1251
|
+
InsufficientNotarizedFunds: AugmentedError<ApiType>;
|
|
1191
1252
|
/**
|
|
1192
|
-
*
|
|
1253
|
+
* The notary id is not registered
|
|
1193
1254
|
**/
|
|
1194
|
-
|
|
1255
|
+
InvalidNotaryUsedForTransfer: AugmentedError<ApiType>;
|
|
1195
1256
|
/**
|
|
1196
|
-
*
|
|
1257
|
+
* The transfer was already submitted in a previous block
|
|
1258
|
+
**/
|
|
1259
|
+
InvalidOrDuplicatedLocalchainTransfer: AugmentedError<ApiType>;
|
|
1260
|
+
MaxBlockTransfersExceeded: AugmentedError<ApiType>;
|
|
1261
|
+
/**
|
|
1262
|
+
* No transfer IDs are currently available
|
|
1197
1263
|
**/
|
|
1198
|
-
|
|
1264
|
+
NoAvailableTransferId: AugmentedError<ApiType>;
|
|
1199
1265
|
/**
|
|
1200
|
-
*
|
|
1266
|
+
* The notary is currently locked and cannot process transfers
|
|
1201
1267
|
**/
|
|
1202
|
-
|
|
1268
|
+
NotaryLockedForTransfer: AugmentedError<ApiType>;
|
|
1203
1269
|
/**
|
|
1204
|
-
*
|
|
1270
|
+
* A transfer was submitted in a previous block but the expiration block has passed
|
|
1205
1271
|
**/
|
|
1206
|
-
|
|
1272
|
+
NotebookIncludesExpiredLocalchainTransfer: AugmentedError<ApiType>;
|
|
1207
1273
|
};
|
|
1208
1274
|
miningSlot: {
|
|
1209
1275
|
/**
|
|
@@ -1630,44 +1696,6 @@ declare module '@polkadot/api-base/types/errors' {
|
|
|
1630
1696
|
Unauthorized: AugmentedError<ApiType>;
|
|
1631
1697
|
};
|
|
1632
1698
|
ticks: {};
|
|
1633
|
-
tokenGateway: {
|
|
1634
|
-
/**
|
|
1635
|
-
* Asset Id creation failed
|
|
1636
|
-
**/
|
|
1637
|
-
AssetCreationError: AugmentedError<ApiType>;
|
|
1638
|
-
/**
|
|
1639
|
-
* Asset decimals not found
|
|
1640
|
-
**/
|
|
1641
|
-
AssetDecimalsNotFound: AugmentedError<ApiType>;
|
|
1642
|
-
/**
|
|
1643
|
-
* Error while teleporting asset
|
|
1644
|
-
**/
|
|
1645
|
-
AssetTeleportError: AugmentedError<ApiType>;
|
|
1646
|
-
/**
|
|
1647
|
-
* Coprocessor was not configured in the runtime
|
|
1648
|
-
**/
|
|
1649
|
-
CoprocessorNotConfigured: AugmentedError<ApiType>;
|
|
1650
|
-
/**
|
|
1651
|
-
* Asset or update Dispatch Error
|
|
1652
|
-
**/
|
|
1653
|
-
DispatchError: AugmentedError<ApiType>;
|
|
1654
|
-
/**
|
|
1655
|
-
* Only root or asset owner can update asset
|
|
1656
|
-
**/
|
|
1657
|
-
NotAssetOwner: AugmentedError<ApiType>;
|
|
1658
|
-
/**
|
|
1659
|
-
* Protocol Params have not been initialized
|
|
1660
|
-
**/
|
|
1661
|
-
NotInitialized: AugmentedError<ApiType>;
|
|
1662
|
-
/**
|
|
1663
|
-
* Unknown Asset
|
|
1664
|
-
**/
|
|
1665
|
-
UnknownAsset: AugmentedError<ApiType>;
|
|
1666
|
-
/**
|
|
1667
|
-
* A asset that has not been registered
|
|
1668
|
-
**/
|
|
1669
|
-
UnregisteredAsset: AugmentedError<ApiType>;
|
|
1670
|
-
};
|
|
1671
1699
|
treasury: {
|
|
1672
1700
|
/**
|
|
1673
1701
|
* The bond lot is already scheduled for release.
|
|
@@ -2172,7 +2200,7 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
2172
2200
|
vaultId: u32,
|
|
2173
2201
|
liquidityPromised: u128,
|
|
2174
2202
|
securitization: u128,
|
|
2175
|
-
|
|
2203
|
+
lockedTargetPrice: u128,
|
|
2176
2204
|
accountId: AccountId32,
|
|
2177
2205
|
securityFee: u128
|
|
2178
2206
|
], {
|
|
@@ -2180,7 +2208,7 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
2180
2208
|
vaultId: u32;
|
|
2181
2209
|
liquidityPromised: u128;
|
|
2182
2210
|
securitization: u128;
|
|
2183
|
-
|
|
2211
|
+
lockedTargetPrice: u128;
|
|
2184
2212
|
accountId: AccountId32;
|
|
2185
2213
|
securityFee: u128;
|
|
2186
2214
|
}>;
|
|
@@ -2188,18 +2216,18 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
2188
2216
|
utxoId: u64,
|
|
2189
2217
|
vaultId: u32,
|
|
2190
2218
|
liquidityPromised: u128,
|
|
2191
|
-
|
|
2219
|
+
oldTargetPrice: u128,
|
|
2192
2220
|
securityFee: u128,
|
|
2193
|
-
|
|
2221
|
+
newTargetPrice: u128,
|
|
2194
2222
|
amountBurned: u128,
|
|
2195
2223
|
accountId: AccountId32
|
|
2196
2224
|
], {
|
|
2197
2225
|
utxoId: u64;
|
|
2198
2226
|
vaultId: u32;
|
|
2199
2227
|
liquidityPromised: u128;
|
|
2200
|
-
|
|
2228
|
+
oldTargetPrice: u128;
|
|
2201
2229
|
securityFee: u128;
|
|
2202
|
-
|
|
2230
|
+
newTargetPrice: u128;
|
|
2203
2231
|
amountBurned: u128;
|
|
2204
2232
|
accountId: AccountId32;
|
|
2205
2233
|
}>;
|
|
@@ -2397,105 +2425,26 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
2397
2425
|
newVoteMinimum: u128;
|
|
2398
2426
|
}>;
|
|
2399
2427
|
};
|
|
2400
|
-
|
|
2401
|
-
/**
|
|
2402
|
-
* A localchain transfer could not be cleaned up properly. Possible invalid transfer
|
|
2403
|
-
* needing investigation.
|
|
2404
|
-
**/
|
|
2405
|
-
PossibleInvalidLocalchainTransferAllowed: AugmentedEvent<ApiType, [
|
|
2406
|
-
transferId: u32,
|
|
2407
|
-
notaryId: u32,
|
|
2408
|
-
notebookNumber: u32
|
|
2409
|
-
], {
|
|
2410
|
-
transferId: u32;
|
|
2411
|
-
notaryId: u32;
|
|
2412
|
-
notebookNumber: u32;
|
|
2413
|
-
}>;
|
|
2414
|
-
/**
|
|
2415
|
-
* Taxation failed
|
|
2416
|
-
**/
|
|
2417
|
-
TaxationError: AugmentedEvent<ApiType, [
|
|
2418
|
-
notaryId: u32,
|
|
2419
|
-
notebookNumber: u32,
|
|
2420
|
-
tax: u128,
|
|
2421
|
-
error: SpRuntimeDispatchError
|
|
2422
|
-
], {
|
|
2423
|
-
notaryId: u32;
|
|
2424
|
-
notebookNumber: u32;
|
|
2425
|
-
tax: u128;
|
|
2426
|
-
error: SpRuntimeDispatchError;
|
|
2427
|
-
}>;
|
|
2428
|
-
/**
|
|
2429
|
-
* Transfer from Localchain to Mainchain
|
|
2430
|
-
**/
|
|
2431
|
-
TransferFromLocalchain: AugmentedEvent<ApiType, [
|
|
2432
|
-
accountId: AccountId32,
|
|
2433
|
-
amount: u128,
|
|
2434
|
-
notaryId: u32
|
|
2435
|
-
], {
|
|
2436
|
-
accountId: AccountId32;
|
|
2437
|
-
amount: u128;
|
|
2438
|
-
notaryId: u32;
|
|
2439
|
-
}>;
|
|
2428
|
+
crosschainTransfer: {
|
|
2440
2429
|
/**
|
|
2441
|
-
*
|
|
2430
|
+
* The stored gateway-state snapshot advanced after a proved contiguous batch.
|
|
2442
2431
|
**/
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
notaryId: u32,
|
|
2447
|
-
notebookNumber: u32,
|
|
2448
|
-
error: SpRuntimeDispatchError
|
|
2432
|
+
GatewayStateAdvanced: AugmentedEvent<ApiType, [
|
|
2433
|
+
sourceChain: PalletCrosschainTransferSourceChain,
|
|
2434
|
+
gatewayState: PalletCrosschainTransferGatewayState
|
|
2449
2435
|
], {
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
notaryId: u32;
|
|
2453
|
-
notebookNumber: u32;
|
|
2454
|
-
error: SpRuntimeDispatchError;
|
|
2455
|
-
}>;
|
|
2456
|
-
/**
|
|
2457
|
-
* Funds sent to a localchain
|
|
2458
|
-
**/
|
|
2459
|
-
TransferToLocalchain: AugmentedEvent<ApiType, [
|
|
2460
|
-
accountId: AccountId32,
|
|
2461
|
-
amount: u128,
|
|
2462
|
-
transferId: u32,
|
|
2463
|
-
notaryId: u32,
|
|
2464
|
-
expirationTick: u64
|
|
2465
|
-
], {
|
|
2466
|
-
accountId: AccountId32;
|
|
2467
|
-
amount: u128;
|
|
2468
|
-
transferId: u32;
|
|
2469
|
-
notaryId: u32;
|
|
2470
|
-
expirationTick: u64;
|
|
2471
|
-
}>;
|
|
2472
|
-
/**
|
|
2473
|
-
* Transfer to localchain expired and rolled back
|
|
2474
|
-
**/
|
|
2475
|
-
TransferToLocalchainExpired: AugmentedEvent<ApiType, [
|
|
2476
|
-
accountId: AccountId32,
|
|
2477
|
-
transferId: u32,
|
|
2478
|
-
notaryId: u32
|
|
2479
|
-
], {
|
|
2480
|
-
accountId: AccountId32;
|
|
2481
|
-
transferId: u32;
|
|
2482
|
-
notaryId: u32;
|
|
2436
|
+
sourceChain: PalletCrosschainTransferSourceChain;
|
|
2437
|
+
gatewayState: PalletCrosschainTransferGatewayState;
|
|
2483
2438
|
}>;
|
|
2484
2439
|
/**
|
|
2485
|
-
*
|
|
2440
|
+
* A `TransferToArgonStarted` activity was proved and settled locally.
|
|
2486
2441
|
**/
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
notaryId: u32,
|
|
2491
|
-
notebookNumber: u32,
|
|
2492
|
-
error: SpRuntimeDispatchError
|
|
2442
|
+
TransferToArgonSettled: AugmentedEvent<ApiType, [
|
|
2443
|
+
sourceChain: PalletCrosschainTransferSourceChain,
|
|
2444
|
+
transfer: PalletCrosschainTransferTransferToArgonActivity
|
|
2493
2445
|
], {
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
notaryId: u32;
|
|
2497
|
-
notebookNumber: u32;
|
|
2498
|
-
error: SpRuntimeDispatchError;
|
|
2446
|
+
sourceChain: PalletCrosschainTransferSourceChain;
|
|
2447
|
+
transfer: PalletCrosschainTransferTransferToArgonActivity;
|
|
2499
2448
|
}>;
|
|
2500
2449
|
};
|
|
2501
2450
|
digests: {};
|
|
@@ -2556,6 +2505,33 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
2556
2505
|
zoneRecord: ArgonPrimitivesDomainZoneRecord;
|
|
2557
2506
|
}>;
|
|
2558
2507
|
};
|
|
2508
|
+
ethereumVerifier: {
|
|
2509
|
+
BeaconHeaderImported: AugmentedEvent<ApiType, [
|
|
2510
|
+
blockHash: H256,
|
|
2511
|
+
slot: u64
|
|
2512
|
+
], {
|
|
2513
|
+
blockHash: H256;
|
|
2514
|
+
slot: u64;
|
|
2515
|
+
}>;
|
|
2516
|
+
ExecutionHeaderAnchorImported: AugmentedEvent<ApiType, [
|
|
2517
|
+
blockHash: H256,
|
|
2518
|
+
blockNumber: u64
|
|
2519
|
+
], {
|
|
2520
|
+
blockHash: H256;
|
|
2521
|
+
blockNumber: u64;
|
|
2522
|
+
}>;
|
|
2523
|
+
/**
|
|
2524
|
+
* Set OperatingMode
|
|
2525
|
+
**/
|
|
2526
|
+
OperatingModeChanged: AugmentedEvent<ApiType, [
|
|
2527
|
+
mode: PalletEthereumVerifierBasicOperatingMode
|
|
2528
|
+
], {
|
|
2529
|
+
mode: PalletEthereumVerifierBasicOperatingMode;
|
|
2530
|
+
}>;
|
|
2531
|
+
SyncCommitteeUpdated: AugmentedEvent<ApiType, [period: u64], {
|
|
2532
|
+
period: u64;
|
|
2533
|
+
}>;
|
|
2534
|
+
};
|
|
2559
2535
|
feeControl: {
|
|
2560
2536
|
/**
|
|
2561
2537
|
* A transaction fee was delegated
|
|
@@ -2596,166 +2572,105 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
2596
2572
|
**/
|
|
2597
2573
|
Resumed: AugmentedEvent<ApiType, []>;
|
|
2598
2574
|
};
|
|
2599
|
-
|
|
2575
|
+
localchainTransfer: {
|
|
2600
2576
|
/**
|
|
2601
|
-
*
|
|
2602
|
-
|
|
2603
|
-
HostParamsUpdated: AugmentedEvent<ApiType, [
|
|
2604
|
-
old: PalletHyperbridgeVersionedHostParams,
|
|
2605
|
-
new_: PalletHyperbridgeVersionedHostParams
|
|
2606
|
-
], {
|
|
2607
|
-
old: PalletHyperbridgeVersionedHostParams;
|
|
2608
|
-
new_: PalletHyperbridgeVersionedHostParams;
|
|
2609
|
-
}>;
|
|
2610
|
-
/**
|
|
2611
|
-
* A relayer has withdrawn some fees
|
|
2612
|
-
**/
|
|
2613
|
-
RelayerFeeWithdrawn: AugmentedEvent<ApiType, [
|
|
2614
|
-
amount: u128,
|
|
2615
|
-
account: AccountId32
|
|
2616
|
-
], {
|
|
2617
|
-
amount: u128;
|
|
2618
|
-
account: AccountId32;
|
|
2619
|
-
}>;
|
|
2620
|
-
};
|
|
2621
|
-
inboundTransferLog: {
|
|
2622
|
-
/**
|
|
2623
|
-
* A TokenGateway request was ignored or dropped.
|
|
2624
|
-
**/
|
|
2625
|
-
InboundEvmTransferDropped: AugmentedEvent<ApiType, [
|
|
2626
|
-
source: IsmpHostStateMachine,
|
|
2627
|
-
nonce: u64,
|
|
2628
|
-
reason: PalletInboundTransferLogInboundTransferDropReason
|
|
2629
|
-
], {
|
|
2630
|
-
source: IsmpHostStateMachine;
|
|
2631
|
-
nonce: u64;
|
|
2632
|
-
reason: PalletInboundTransferLogInboundTransferDropReason;
|
|
2633
|
-
}>;
|
|
2634
|
-
/**
|
|
2635
|
-
* A qualifying inbound TokenGateway request was recorded.
|
|
2636
|
-
**/
|
|
2637
|
-
InboundEvmTransferRecorded: AugmentedEvent<ApiType, [
|
|
2638
|
-
transfer: PalletInboundTransferLogInboundEvmTransfer
|
|
2639
|
-
], {
|
|
2640
|
-
transfer: PalletInboundTransferLogInboundEvmTransfer;
|
|
2641
|
-
}>;
|
|
2642
|
-
};
|
|
2643
|
-
ismp: {
|
|
2644
|
-
/**
|
|
2645
|
-
* Indicates that a consensus client has been created
|
|
2646
|
-
**/
|
|
2647
|
-
ConsensusClientCreated: AugmentedEvent<ApiType, [
|
|
2648
|
-
consensusClientId: U8aFixed
|
|
2649
|
-
], {
|
|
2650
|
-
consensusClientId: U8aFixed;
|
|
2651
|
-
}>;
|
|
2652
|
-
/**
|
|
2653
|
-
* Indicates that a consensus client has been created
|
|
2654
|
-
**/
|
|
2655
|
-
ConsensusClientFrozen: AugmentedEvent<ApiType, [
|
|
2656
|
-
consensusClientId: U8aFixed
|
|
2657
|
-
], {
|
|
2658
|
-
consensusClientId: U8aFixed;
|
|
2659
|
-
}>;
|
|
2660
|
-
/**
|
|
2661
|
-
* Some errors handling some ismp messages
|
|
2577
|
+
* A localchain transfer could not be cleaned up properly. Possible invalid transfer
|
|
2578
|
+
* needing investigation.
|
|
2662
2579
|
**/
|
|
2663
|
-
|
|
2664
|
-
|
|
2580
|
+
PossibleInvalidLocalchainTransferAllowed: AugmentedEvent<ApiType, [
|
|
2581
|
+
transferId: u32,
|
|
2582
|
+
notaryId: u32,
|
|
2583
|
+
notebookNumber: u32
|
|
2665
2584
|
], {
|
|
2666
|
-
|
|
2585
|
+
transferId: u32;
|
|
2586
|
+
notaryId: u32;
|
|
2587
|
+
notebookNumber: u32;
|
|
2667
2588
|
}>;
|
|
2668
2589
|
/**
|
|
2669
|
-
*
|
|
2670
|
-
**/
|
|
2671
|
-
GetRequestHandled: AugmentedEvent<ApiType, [IsmpEventsRequestResponseHandled]>;
|
|
2672
|
-
/**
|
|
2673
|
-
* Get request timeout handled
|
|
2674
|
-
**/
|
|
2675
|
-
GetRequestTimeoutHandled: AugmentedEvent<ApiType, [IsmpEventsTimeoutHandled]>;
|
|
2676
|
-
/**
|
|
2677
|
-
* Post Request Handled
|
|
2678
|
-
**/
|
|
2679
|
-
PostRequestHandled: AugmentedEvent<ApiType, [IsmpEventsRequestResponseHandled]>;
|
|
2680
|
-
/**
|
|
2681
|
-
* Post request timeout handled
|
|
2682
|
-
**/
|
|
2683
|
-
PostRequestTimeoutHandled: AugmentedEvent<ApiType, [IsmpEventsTimeoutHandled]>;
|
|
2684
|
-
/**
|
|
2685
|
-
* Post Response Handled
|
|
2686
|
-
**/
|
|
2687
|
-
PostResponseHandled: AugmentedEvent<ApiType, [IsmpEventsRequestResponseHandled]>;
|
|
2688
|
-
/**
|
|
2689
|
-
* Post response timeout handled
|
|
2690
|
-
**/
|
|
2691
|
-
PostResponseTimeoutHandled: AugmentedEvent<ApiType, [IsmpEventsTimeoutHandled]>;
|
|
2692
|
-
/**
|
|
2693
|
-
* An Outgoing Request has been deposited
|
|
2590
|
+
* Taxation failed
|
|
2694
2591
|
**/
|
|
2695
|
-
|
|
2696
|
-
|
|
2697
|
-
|
|
2698
|
-
|
|
2699
|
-
|
|
2592
|
+
TaxationError: AugmentedEvent<ApiType, [
|
|
2593
|
+
notaryId: u32,
|
|
2594
|
+
notebookNumber: u32,
|
|
2595
|
+
tax: u128,
|
|
2596
|
+
error: SpRuntimeDispatchError
|
|
2700
2597
|
], {
|
|
2701
|
-
|
|
2702
|
-
|
|
2703
|
-
|
|
2704
|
-
|
|
2598
|
+
notaryId: u32;
|
|
2599
|
+
notebookNumber: u32;
|
|
2600
|
+
tax: u128;
|
|
2601
|
+
error: SpRuntimeDispatchError;
|
|
2705
2602
|
}>;
|
|
2706
2603
|
/**
|
|
2707
|
-
*
|
|
2604
|
+
* Transfer from Localchain to Mainchain
|
|
2708
2605
|
**/
|
|
2709
|
-
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
|
|
2713
|
-
commitment: H256,
|
|
2714
|
-
reqCommitment: H256
|
|
2606
|
+
TransferFromLocalchain: AugmentedEvent<ApiType, [
|
|
2607
|
+
accountId: AccountId32,
|
|
2608
|
+
amount: u128,
|
|
2609
|
+
notaryId: u32
|
|
2715
2610
|
], {
|
|
2716
|
-
|
|
2717
|
-
|
|
2718
|
-
|
|
2719
|
-
commitment: H256;
|
|
2720
|
-
reqCommitment: H256;
|
|
2611
|
+
accountId: AccountId32;
|
|
2612
|
+
amount: u128;
|
|
2613
|
+
notaryId: u32;
|
|
2721
2614
|
}>;
|
|
2722
2615
|
/**
|
|
2723
|
-
*
|
|
2616
|
+
* A transfer into the mainchain failed
|
|
2724
2617
|
**/
|
|
2725
|
-
|
|
2726
|
-
|
|
2727
|
-
|
|
2618
|
+
TransferFromLocalchainError: AugmentedEvent<ApiType, [
|
|
2619
|
+
accountId: AccountId32,
|
|
2620
|
+
amount: u128,
|
|
2621
|
+
notaryId: u32,
|
|
2622
|
+
notebookNumber: u32,
|
|
2623
|
+
error: SpRuntimeDispatchError
|
|
2728
2624
|
], {
|
|
2729
|
-
|
|
2730
|
-
|
|
2625
|
+
accountId: AccountId32;
|
|
2626
|
+
amount: u128;
|
|
2627
|
+
notaryId: u32;
|
|
2628
|
+
notebookNumber: u32;
|
|
2629
|
+
error: SpRuntimeDispatchError;
|
|
2731
2630
|
}>;
|
|
2732
2631
|
/**
|
|
2733
|
-
*
|
|
2632
|
+
* Funds sent to a localchain
|
|
2734
2633
|
**/
|
|
2735
|
-
|
|
2736
|
-
|
|
2737
|
-
|
|
2634
|
+
TransferToLocalchain: AugmentedEvent<ApiType, [
|
|
2635
|
+
accountId: AccountId32,
|
|
2636
|
+
amount: u128,
|
|
2637
|
+
transferId: u32,
|
|
2638
|
+
notaryId: u32,
|
|
2639
|
+
expirationTick: u64
|
|
2738
2640
|
], {
|
|
2739
|
-
|
|
2740
|
-
|
|
2641
|
+
accountId: AccountId32;
|
|
2642
|
+
amount: u128;
|
|
2643
|
+
transferId: u32;
|
|
2644
|
+
notaryId: u32;
|
|
2645
|
+
expirationTick: u64;
|
|
2741
2646
|
}>;
|
|
2742
|
-
};
|
|
2743
|
-
ismpGrandpa: {
|
|
2744
2647
|
/**
|
|
2745
|
-
*
|
|
2648
|
+
* Transfer to localchain expired and rolled back
|
|
2746
2649
|
**/
|
|
2747
|
-
|
|
2748
|
-
|
|
2650
|
+
TransferToLocalchainExpired: AugmentedEvent<ApiType, [
|
|
2651
|
+
accountId: AccountId32,
|
|
2652
|
+
transferId: u32,
|
|
2653
|
+
notaryId: u32
|
|
2749
2654
|
], {
|
|
2750
|
-
|
|
2655
|
+
accountId: AccountId32;
|
|
2656
|
+
transferId: u32;
|
|
2657
|
+
notaryId: u32;
|
|
2751
2658
|
}>;
|
|
2752
2659
|
/**
|
|
2753
|
-
*
|
|
2660
|
+
* An expired transfer to localchain failed to be refunded
|
|
2754
2661
|
**/
|
|
2755
|
-
|
|
2756
|
-
|
|
2662
|
+
TransferToLocalchainRefundError: AugmentedEvent<ApiType, [
|
|
2663
|
+
accountId: AccountId32,
|
|
2664
|
+
transferId: u32,
|
|
2665
|
+
notaryId: u32,
|
|
2666
|
+
notebookNumber: u32,
|
|
2667
|
+
error: SpRuntimeDispatchError
|
|
2757
2668
|
], {
|
|
2758
|
-
|
|
2669
|
+
accountId: AccountId32;
|
|
2670
|
+
transferId: u32;
|
|
2671
|
+
notaryId: u32;
|
|
2672
|
+
notebookNumber: u32;
|
|
2673
|
+
error: SpRuntimeDispatchError;
|
|
2759
2674
|
}>;
|
|
2760
2675
|
};
|
|
2761
2676
|
miningSlot: {
|
|
@@ -2828,8 +2743,8 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
2828
2743
|
amount: u128;
|
|
2829
2744
|
}>;
|
|
2830
2745
|
/**
|
|
2831
|
-
* The amount of microgons minted for mining. NOTE: accounts below Existential Deposit
|
|
2832
|
-
* not be able to mint
|
|
2746
|
+
* The amount of microgons minted for mining. NOTE: accounts below Existential Deposit
|
|
2747
|
+
* will not be able to mint
|
|
2833
2748
|
**/
|
|
2834
2749
|
MiningMint: AugmentedEvent<ApiType, [
|
|
2835
2750
|
amount: u128,
|
|
@@ -3611,66 +3526,6 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
3611
3526
|
checkVersion: bool;
|
|
3612
3527
|
}>;
|
|
3613
3528
|
};
|
|
3614
|
-
tokenGateway: {
|
|
3615
|
-
/**
|
|
3616
|
-
* An asset has been received and transferred to the beneficiary's account
|
|
3617
|
-
**/
|
|
3618
|
-
AssetReceived: AugmentedEvent<ApiType, [
|
|
3619
|
-
beneficiary: AccountId32,
|
|
3620
|
-
amount: u128,
|
|
3621
|
-
source: IsmpHostStateMachine
|
|
3622
|
-
], {
|
|
3623
|
-
beneficiary: AccountId32;
|
|
3624
|
-
amount: u128;
|
|
3625
|
-
source: IsmpHostStateMachine;
|
|
3626
|
-
}>;
|
|
3627
|
-
/**
|
|
3628
|
-
* An asset has been refunded and transferred to the beneficiary's account
|
|
3629
|
-
**/
|
|
3630
|
-
AssetRefunded: AugmentedEvent<ApiType, [
|
|
3631
|
-
beneficiary: AccountId32,
|
|
3632
|
-
amount: u128,
|
|
3633
|
-
source: IsmpHostStateMachine
|
|
3634
|
-
], {
|
|
3635
|
-
beneficiary: AccountId32;
|
|
3636
|
-
amount: u128;
|
|
3637
|
-
source: IsmpHostStateMachine;
|
|
3638
|
-
}>;
|
|
3639
|
-
/**
|
|
3640
|
-
* An asset has been registered locally
|
|
3641
|
-
**/
|
|
3642
|
-
AssetRegisteredLocally: AugmentedEvent<ApiType, [
|
|
3643
|
-
localId: u32,
|
|
3644
|
-
assetId: H256
|
|
3645
|
-
], {
|
|
3646
|
-
localId: u32;
|
|
3647
|
-
assetId: H256;
|
|
3648
|
-
}>;
|
|
3649
|
-
/**
|
|
3650
|
-
* An asset has been teleported
|
|
3651
|
-
**/
|
|
3652
|
-
AssetTeleported: AugmentedEvent<ApiType, [
|
|
3653
|
-
from: AccountId32,
|
|
3654
|
-
to: H256,
|
|
3655
|
-
amount: u128,
|
|
3656
|
-
dest: IsmpHostStateMachine,
|
|
3657
|
-
commitment: H256
|
|
3658
|
-
], {
|
|
3659
|
-
from: AccountId32;
|
|
3660
|
-
to: H256;
|
|
3661
|
-
amount: u128;
|
|
3662
|
-
dest: IsmpHostStateMachine;
|
|
3663
|
-
commitment: H256;
|
|
3664
|
-
}>;
|
|
3665
|
-
/**
|
|
3666
|
-
* ERC6160 asset creation request dispatched to hyperbridge
|
|
3667
|
-
**/
|
|
3668
|
-
ERC6160AssetRegistrationDispatched: AugmentedEvent<ApiType, [
|
|
3669
|
-
commitment: H256
|
|
3670
|
-
], {
|
|
3671
|
-
commitment: H256;
|
|
3672
|
-
}>;
|
|
3673
|
-
};
|
|
3674
3529
|
transactionPayment: {
|
|
3675
3530
|
/**
|
|
3676
3531
|
* A transaction fee `actual_fee`, of which `tip` was added to the minimum inclusion fee,
|
|
@@ -4130,7 +3985,7 @@ declare module '@polkadot/api-base/types/storage' {
|
|
|
4130
3985
|
u64
|
|
4131
3986
|
]>;
|
|
4132
3987
|
/**
|
|
4133
|
-
* History of microgons per btc
|
|
3988
|
+
* History of target microgons per btc.
|
|
4134
3989
|
**/
|
|
4135
3990
|
microgonPerBtcHistory: AugmentedQuery<ApiType, () => Observable<Vec<ITuple<[u64, u128]>>>, [
|
|
4136
3991
|
]>;
|
|
@@ -4318,26 +4173,34 @@ declare module '@polkadot/api-base/types/storage' {
|
|
|
4318
4173
|
**/
|
|
4319
4174
|
voteMinimumHistory: AugmentedQuery<ApiType, () => Observable<Vec<u128>>, []>;
|
|
4320
4175
|
};
|
|
4321
|
-
|
|
4176
|
+
crosschainTransfer: {
|
|
4322
4177
|
/**
|
|
4323
|
-
*
|
|
4324
|
-
*
|
|
4325
|
-
* NOTE: Expiration processing follows notebook progression (`header.tick`) for each notary,
|
|
4326
|
-
* not wall/runtime tick. If a notary stops submitting notebooks indefinitely, pending
|
|
4327
|
-
* transfers for that notary remain frozen by design until a notary-switch recovery path is
|
|
4328
|
-
* executed.
|
|
4178
|
+
* Config accepted for each supported source chain.
|
|
4329
4179
|
**/
|
|
4330
|
-
|
|
4331
|
-
|
|
4180
|
+
chainConfigBySourceChain: AugmentedQuery<ApiType, (arg: PalletCrosschainTransferSourceChain | 'Ethereum' | number | Uint8Array) => Observable<Option<PalletCrosschainTransferChainConfig>>, [
|
|
4181
|
+
PalletCrosschainTransferSourceChain
|
|
4182
|
+
]>;
|
|
4183
|
+
/**
|
|
4184
|
+
* Latest proven gateway activity snapshot for each source chain.
|
|
4185
|
+
**/
|
|
4186
|
+
gatewayStateBySourceChain: AugmentedQuery<ApiType, (arg: PalletCrosschainTransferSourceChain | 'Ethereum' | number | Uint8Array) => Observable<Option<PalletCrosschainTransferGatewayState>>, [
|
|
4187
|
+
PalletCrosschainTransferSourceChain
|
|
4188
|
+
]>;
|
|
4189
|
+
/**
|
|
4190
|
+
* Accounts whose recent-transfer evidence expires at a given tick.
|
|
4191
|
+
**/
|
|
4192
|
+
inboundTransfersExpiringAt: AugmentedQuery<ApiType, (arg: u64 | AnyNumber | Uint8Array) => Observable<Vec<AccountId32>>, [
|
|
4332
4193
|
u64
|
|
4333
4194
|
]>;
|
|
4334
4195
|
/**
|
|
4335
|
-
*
|
|
4196
|
+
* Latest tick whose recent-transfer expiration bucket was cleaned up.
|
|
4336
4197
|
**/
|
|
4337
|
-
|
|
4338
|
-
|
|
4339
|
-
|
|
4340
|
-
|
|
4198
|
+
lastTransferExpiryCleanupTick: AugmentedQuery<ApiType, () => Observable<u64>, []>;
|
|
4199
|
+
/**
|
|
4200
|
+
* Count of still-retained qualifying Argon transfers for each local account.
|
|
4201
|
+
**/
|
|
4202
|
+
recentArgonTransfersByAccount: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<u32>, [
|
|
4203
|
+
AccountId32
|
|
4341
4204
|
]>;
|
|
4342
4205
|
};
|
|
4343
4206
|
digests: {
|
|
@@ -4355,194 +4218,143 @@ declare module '@polkadot/api-base/types/storage' {
|
|
|
4355
4218
|
H256
|
|
4356
4219
|
]>;
|
|
4357
4220
|
};
|
|
4358
|
-
|
|
4221
|
+
ethereumVerifier: {
|
|
4359
4222
|
/**
|
|
4360
|
-
*
|
|
4223
|
+
* Chain-configured beacon preset expected by clients that submit verifier updates.
|
|
4361
4224
|
**/
|
|
4362
|
-
|
|
4225
|
+
beaconPreset: AugmentedQuery<ApiType, () => Observable<ArgonPrimitivesEthereumEthereumBeaconPreset>, [
|
|
4363
4226
|
]>;
|
|
4364
4227
|
/**
|
|
4365
|
-
*
|
|
4366
|
-
* in the "set" of Grandpa validators from genesis.
|
|
4228
|
+
* Sync committee for current period
|
|
4367
4229
|
**/
|
|
4368
|
-
|
|
4230
|
+
currentSyncCommittee: AugmentedQuery<ApiType, () => Observable<PalletEthereumVerifierSyncCommitteePrepared>, [
|
|
4231
|
+
]>;
|
|
4369
4232
|
/**
|
|
4370
|
-
*
|
|
4233
|
+
* Execution header anchors: current position in ring buffer.
|
|
4371
4234
|
**/
|
|
4372
|
-
|
|
4235
|
+
executionHeaderAnchorIndex: AugmentedQuery<ApiType, () => Observable<u32>, []>;
|
|
4373
4236
|
/**
|
|
4374
|
-
*
|
|
4237
|
+
* Execution header anchors: mapping of ring buffer index to a pruning candidate.
|
|
4375
4238
|
**/
|
|
4376
|
-
|
|
4239
|
+
executionHeaderAnchorMapping: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<H256>, [
|
|
4240
|
+
u32
|
|
4377
4241
|
]>;
|
|
4378
4242
|
/**
|
|
4379
|
-
*
|
|
4380
|
-
* members were responsible.
|
|
4381
|
-
*
|
|
4382
|
-
* This is only used for validating equivocation proofs. An equivocation proof must
|
|
4383
|
-
* contains a key-ownership proof for a given session, therefore we need a way to tie
|
|
4384
|
-
* together sessions and GRANDPA set ids, i.e. we need to validate that a validator
|
|
4385
|
-
* was the owner of a given key on a given session, and what the active set ID was
|
|
4386
|
-
* during that session.
|
|
4387
|
-
*
|
|
4388
|
-
* TWOX-NOTE: `SetId` is not under user control.
|
|
4243
|
+
* Retained execution-layer header anchors by execution block hash.
|
|
4389
4244
|
**/
|
|
4390
|
-
|
|
4391
|
-
|
|
4245
|
+
executionHeaderAnchors: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<PalletEthereumVerifierExecutionHeaderAnchor>>, [
|
|
4246
|
+
H256
|
|
4392
4247
|
]>;
|
|
4393
4248
|
/**
|
|
4394
|
-
*
|
|
4249
|
+
* Beacon state by finalized block root
|
|
4395
4250
|
**/
|
|
4396
|
-
|
|
4397
|
-
|
|
4398
|
-
* State of the current authority set.
|
|
4399
|
-
**/
|
|
4400
|
-
state: AugmentedQuery<ApiType, () => Observable<PalletGrandpaStoredState>, []>;
|
|
4401
|
-
};
|
|
4402
|
-
hyperbridge: {
|
|
4403
|
-
/**
|
|
4404
|
-
* The host parameters of the pallet-hyperbridge.
|
|
4405
|
-
**/
|
|
4406
|
-
hostParams: AugmentedQuery<ApiType, () => Observable<PalletHyperbridgeVersionedHostParams>, [
|
|
4251
|
+
finalizedBeaconState: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<PalletEthereumVerifierFinalizedBeaconHeaderState>>, [
|
|
4252
|
+
H256
|
|
4407
4253
|
]>;
|
|
4408
|
-
};
|
|
4409
|
-
inboundTransferLog: {
|
|
4410
4254
|
/**
|
|
4411
|
-
*
|
|
4255
|
+
* Finalized Headers: Current position in ring buffer
|
|
4412
4256
|
**/
|
|
4413
|
-
|
|
4414
|
-
H256
|
|
4415
|
-
]>;
|
|
4257
|
+
finalizedBeaconStateIndex: AugmentedQuery<ApiType, () => Observable<u32>, []>;
|
|
4416
4258
|
/**
|
|
4417
|
-
*
|
|
4259
|
+
* Finalized Headers: Mapping of ring buffer index to a pruning candidate
|
|
4418
4260
|
**/
|
|
4419
|
-
|
|
4261
|
+
finalizedBeaconStateMapping: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<H256>, [
|
|
4420
4262
|
u32
|
|
4421
4263
|
]>;
|
|
4422
4264
|
/**
|
|
4423
|
-
*
|
|
4424
|
-
*
|
|
4425
|
-
* This is a transient retained-window index over `InboundEvmTransfers`, not permanent
|
|
4426
|
-
* history.
|
|
4265
|
+
* Fork-version schedule used for sync-committee signing domains and beacon state paths.
|
|
4427
4266
|
**/
|
|
4428
|
-
|
|
4429
|
-
AccountId32
|
|
4267
|
+
forkVersionSchedule: AugmentedQuery<ApiType, () => Observable<Option<PalletEthereumVerifierForkVersions>>, [
|
|
4430
4268
|
]>;
|
|
4431
|
-
};
|
|
4432
|
-
ismp: {
|
|
4433
4269
|
/**
|
|
4434
|
-
*
|
|
4270
|
+
* Latest imported checkpoint root
|
|
4435
4271
|
**/
|
|
4436
|
-
|
|
4437
|
-
stateId?: any;
|
|
4438
|
-
consensusStateId?: any;
|
|
4439
|
-
} | string | Uint8Array) => Observable<Option<u64>>, [
|
|
4440
|
-
IsmpConsensusStateMachineId
|
|
4441
|
-
]>;
|
|
4272
|
+
initialCheckpointRoot: AugmentedQuery<ApiType, () => Observable<H256>, []>;
|
|
4442
4273
|
/**
|
|
4443
|
-
*
|
|
4274
|
+
* Latest retained execution-layer anchor block hash.
|
|
4444
4275
|
**/
|
|
4445
|
-
|
|
4276
|
+
latestExecutionHeaderAnchorBlockHash: AugmentedQuery<ApiType, () => Observable<Option<H256>>, [
|
|
4277
|
+
]>;
|
|
4446
4278
|
/**
|
|
4447
|
-
*
|
|
4448
|
-
* Used in ensuring that the configured challenge period elapses.
|
|
4279
|
+
* Latest imported finalized block root
|
|
4449
4280
|
**/
|
|
4450
|
-
|
|
4451
|
-
U8aFixed
|
|
4452
|
-
]>;
|
|
4281
|
+
latestFinalizedBlockRoot: AugmentedQuery<ApiType, () => Observable<H256>, []>;
|
|
4453
4282
|
/**
|
|
4454
|
-
*
|
|
4283
|
+
* The last period where the next sync committee was updated for free.
|
|
4455
4284
|
**/
|
|
4456
|
-
|
|
4457
|
-
U8aFixed
|
|
4458
|
-
]>;
|
|
4285
|
+
latestSyncCommitteeUpdatePeriod: AugmentedQuery<ApiType, () => Observable<u64>, []>;
|
|
4459
4286
|
/**
|
|
4460
|
-
*
|
|
4287
|
+
* Sync committee for next period
|
|
4461
4288
|
**/
|
|
4462
|
-
|
|
4463
|
-
U8aFixed
|
|
4289
|
+
nextSyncCommittee: AugmentedQuery<ApiType, () => Observable<PalletEthereumVerifierSyncCommitteePrepared>, [
|
|
4464
4290
|
]>;
|
|
4465
4291
|
/**
|
|
4466
|
-
*
|
|
4467
|
-
* behaviour
|
|
4292
|
+
* The current operating mode of the pallet.
|
|
4468
4293
|
**/
|
|
4469
|
-
|
|
4470
|
-
U8aFixed
|
|
4294
|
+
operatingMode: AugmentedQuery<ApiType, () => Observable<PalletEthereumVerifierBasicOperatingMode>, [
|
|
4471
4295
|
]>;
|
|
4296
|
+
validatorsRoot: AugmentedQuery<ApiType, () => Observable<H256>, []>;
|
|
4297
|
+
};
|
|
4298
|
+
grandpa: {
|
|
4472
4299
|
/**
|
|
4473
|
-
* The
|
|
4300
|
+
* The current list of authorities.
|
|
4474
4301
|
**/
|
|
4475
|
-
|
|
4476
|
-
stateId?: any;
|
|
4477
|
-
consensusStateId?: any;
|
|
4478
|
-
} | string | Uint8Array) => Observable<Option<u64>>, [
|
|
4479
|
-
IsmpConsensusStateMachineId
|
|
4302
|
+
authorities: AugmentedQuery<ApiType, () => Observable<Vec<ITuple<[SpConsensusGrandpaAppPublic, u64]>>>, [
|
|
4480
4303
|
]>;
|
|
4481
4304
|
/**
|
|
4482
|
-
*
|
|
4305
|
+
* The number of changes (both in terms of keys and underlying economic responsibilities)
|
|
4306
|
+
* in the "set" of Grandpa validators from genesis.
|
|
4483
4307
|
**/
|
|
4484
|
-
|
|
4308
|
+
currentSetId: AugmentedQuery<ApiType, () => Observable<u64>, []>;
|
|
4485
4309
|
/**
|
|
4486
|
-
*
|
|
4310
|
+
* next block number where we can force a change.
|
|
4487
4311
|
**/
|
|
4488
|
-
|
|
4489
|
-
stateId?: any;
|
|
4490
|
-
consensusStateId?: any;
|
|
4491
|
-
} | string | Uint8Array) => Observable<Option<u64>>, [
|
|
4492
|
-
IsmpConsensusStateMachineId
|
|
4493
|
-
]>;
|
|
4312
|
+
nextForced: AugmentedQuery<ApiType, () => Observable<Option<u32>>, []>;
|
|
4494
4313
|
/**
|
|
4495
|
-
*
|
|
4496
|
-
* The key is the request commitment
|
|
4314
|
+
* Pending change: (signaled at, scheduled change).
|
|
4497
4315
|
**/
|
|
4498
|
-
|
|
4499
|
-
H256
|
|
4316
|
+
pendingChange: AugmentedQuery<ApiType, () => Observable<Option<PalletGrandpaStoredPendingChange>>, [
|
|
4500
4317
|
]>;
|
|
4501
4318
|
/**
|
|
4502
|
-
*
|
|
4503
|
-
*
|
|
4319
|
+
* A mapping from grandpa set ID to the index of the *most recent* session for which its
|
|
4320
|
+
* members were responsible.
|
|
4321
|
+
*
|
|
4322
|
+
* This is only used for validating equivocation proofs. An equivocation proof must
|
|
4323
|
+
* contains a key-ownership proof for a given session, therefore we need a way to tie
|
|
4324
|
+
* together sessions and GRANDPA set ids, i.e. we need to validate that a validator
|
|
4325
|
+
* was the owner of a given key on a given session, and what the active set ID was
|
|
4326
|
+
* during that session.
|
|
4327
|
+
*
|
|
4328
|
+
* TWOX-NOTE: `SetId` is not under user control.
|
|
4504
4329
|
**/
|
|
4505
|
-
|
|
4506
|
-
|
|
4507
|
-
height?: any;
|
|
4508
|
-
} | string | Uint8Array) => Observable<Option<IsmpConsensusStateCommitment>>, [
|
|
4509
|
-
IsmpConsensusStateMachineHeight
|
|
4330
|
+
setIdSession: AugmentedQuery<ApiType, (arg: u64 | AnyNumber | Uint8Array) => Observable<Option<u32>>, [
|
|
4331
|
+
u64
|
|
4510
4332
|
]>;
|
|
4511
4333
|
/**
|
|
4512
|
-
*
|
|
4513
|
-
* Used in ensuring that the configured challenge period elapses.
|
|
4334
|
+
* `true` if we are currently stalled.
|
|
4514
4335
|
**/
|
|
4515
|
-
|
|
4516
|
-
id?: any;
|
|
4517
|
-
height?: any;
|
|
4518
|
-
} | string | Uint8Array) => Observable<Option<u64>>, [
|
|
4519
|
-
IsmpConsensusStateMachineHeight
|
|
4520
|
-
]>;
|
|
4336
|
+
stalled: AugmentedQuery<ApiType, () => Observable<Option<ITuple<[u32, u32]>>>, []>;
|
|
4521
4337
|
/**
|
|
4522
|
-
*
|
|
4338
|
+
* State of the current authority set.
|
|
4523
4339
|
**/
|
|
4524
|
-
|
|
4525
|
-
U8aFixed
|
|
4526
|
-
]>;
|
|
4340
|
+
state: AugmentedQuery<ApiType, () => Observable<PalletGrandpaStoredState>, []>;
|
|
4527
4341
|
};
|
|
4528
|
-
|
|
4342
|
+
localchainTransfer: {
|
|
4529
4343
|
/**
|
|
4530
|
-
*
|
|
4344
|
+
* Expiration index for outgoing transfers keyed by `(notary_id, expiration_tick)`.
|
|
4345
|
+
*
|
|
4346
|
+
* NOTE: Expiration processing follows notebook progression (`header.tick`) for each notary,
|
|
4347
|
+
* not wall/runtime tick. If a notary stops submitting notebooks indefinitely, pending
|
|
4348
|
+
* transfers for that notary remain frozen by design until a notary-switch recovery path is
|
|
4349
|
+
* executed.
|
|
4531
4350
|
**/
|
|
4532
|
-
|
|
4533
|
-
|
|
4534
|
-
|
|
4535
|
-
|
|
4536
|
-
|
|
4537
|
-
|
|
4538
|
-
|
|
4539
|
-
Substrate: any;
|
|
4540
|
-
} | {
|
|
4541
|
-
Tendermint: any;
|
|
4542
|
-
} | {
|
|
4543
|
-
Relay: any;
|
|
4544
|
-
} | string | Uint8Array) => Observable<Option<u64>>, [
|
|
4545
|
-
IsmpHostStateMachine
|
|
4351
|
+
expiringTransfersOutByNotary: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: u64 | AnyNumber | Uint8Array) => Observable<Vec<u32>>, [
|
|
4352
|
+
u32,
|
|
4353
|
+
u64
|
|
4354
|
+
]>;
|
|
4355
|
+
nextTransferId: AugmentedQuery<ApiType, () => Observable<Option<u32>>, []>;
|
|
4356
|
+
pendingTransfersOut: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PalletLocalchainTransferQueuedTransferOut>>, [
|
|
4357
|
+
u32
|
|
4546
4358
|
]>;
|
|
4547
4359
|
};
|
|
4548
4360
|
miningSlot: {
|
|
@@ -4896,10 +4708,6 @@ declare module '@polkadot/api-base/types/storage' {
|
|
|
4896
4708
|
account: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<FrameSystemAccountInfo>, [
|
|
4897
4709
|
AccountId32
|
|
4898
4710
|
]>;
|
|
4899
|
-
/**
|
|
4900
|
-
* Total length (in bytes) for all extrinsics put together, for the current block.
|
|
4901
|
-
**/
|
|
4902
|
-
allExtrinsicsLen: AugmentedQuery<ApiType, () => Observable<Option<u32>>, []>;
|
|
4903
4711
|
/**
|
|
4904
4712
|
* `Some` if a code upgrade has been authorized.
|
|
4905
4713
|
**/
|
|
@@ -4911,6 +4719,16 @@ declare module '@polkadot/api-base/types/storage' {
|
|
|
4911
4719
|
blockHash: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<H256>, [
|
|
4912
4720
|
u32
|
|
4913
4721
|
]>;
|
|
4722
|
+
/**
|
|
4723
|
+
* Total size (in bytes) of the current block.
|
|
4724
|
+
*
|
|
4725
|
+
* Tracks the size of the header and all extrinsics.
|
|
4726
|
+
**/
|
|
4727
|
+
blockSize: AugmentedQuery<ApiType, () => Observable<Option<u32>>, []>;
|
|
4728
|
+
/**
|
|
4729
|
+
* Number of blocks till the pending code upgrade is applied.
|
|
4730
|
+
**/
|
|
4731
|
+
blocksTillUpgrade: AugmentedQuery<ApiType, () => Observable<Option<u8>>, []>;
|
|
4914
4732
|
/**
|
|
4915
4733
|
* The current weight for the block.
|
|
4916
4734
|
**/
|
|
@@ -5027,65 +4845,6 @@ declare module '@polkadot/api-base/types/storage' {
|
|
|
5027
4845
|
**/
|
|
5028
4846
|
now: AugmentedQuery<ApiType, () => Observable<u64>, []>;
|
|
5029
4847
|
};
|
|
5030
|
-
tokenGateway: {
|
|
5031
|
-
/**
|
|
5032
|
-
* Assets supported by this instance of token gateway
|
|
5033
|
-
* A map of the token gateway asset id to the local asset id
|
|
5034
|
-
**/
|
|
5035
|
-
localAssets: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<u32>>, [
|
|
5036
|
-
H256
|
|
5037
|
-
]>;
|
|
5038
|
-
/**
|
|
5039
|
-
* Assets that originate from this chain
|
|
5040
|
-
**/
|
|
5041
|
-
nativeAssets: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<bool>, [
|
|
5042
|
-
u32
|
|
5043
|
-
]>;
|
|
5044
|
-
/**
|
|
5045
|
-
* The decimals used by the EVM counterpart of this asset
|
|
5046
|
-
**/
|
|
5047
|
-
precisions: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: IsmpHostStateMachine | {
|
|
5048
|
-
Evm: any;
|
|
5049
|
-
} | {
|
|
5050
|
-
Polkadot: any;
|
|
5051
|
-
} | {
|
|
5052
|
-
Kusama: any;
|
|
5053
|
-
} | {
|
|
5054
|
-
Substrate: any;
|
|
5055
|
-
} | {
|
|
5056
|
-
Tendermint: any;
|
|
5057
|
-
} | {
|
|
5058
|
-
Relay: any;
|
|
5059
|
-
} | string | Uint8Array) => Observable<Option<u8>>, [
|
|
5060
|
-
u32,
|
|
5061
|
-
IsmpHostStateMachine
|
|
5062
|
-
]>;
|
|
5063
|
-
/**
|
|
5064
|
-
* Assets supported by this instance of token gateway
|
|
5065
|
-
* A map of the local asset id to the token gateway asset id
|
|
5066
|
-
**/
|
|
5067
|
-
supportedAssets: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<H256>>, [
|
|
5068
|
-
u32
|
|
5069
|
-
]>;
|
|
5070
|
-
/**
|
|
5071
|
-
* The token gateway adresses on different chains
|
|
5072
|
-
**/
|
|
5073
|
-
tokenGatewayAddresses: AugmentedQuery<ApiType, (arg: IsmpHostStateMachine | {
|
|
5074
|
-
Evm: any;
|
|
5075
|
-
} | {
|
|
5076
|
-
Polkadot: any;
|
|
5077
|
-
} | {
|
|
5078
|
-
Kusama: any;
|
|
5079
|
-
} | {
|
|
5080
|
-
Substrate: any;
|
|
5081
|
-
} | {
|
|
5082
|
-
Tendermint: any;
|
|
5083
|
-
} | {
|
|
5084
|
-
Relay: any;
|
|
5085
|
-
} | string | Uint8Array) => Observable<Option<Bytes>>, [
|
|
5086
|
-
IsmpHostStateMachine
|
|
5087
|
-
]>;
|
|
5088
|
-
};
|
|
5089
4848
|
transactionPayment: {
|
|
5090
4849
|
nextFeeMultiplier: AugmentedQuery<ApiType, () => Observable<u128>, []>;
|
|
5091
4850
|
storageVersion: AugmentedQuery<ApiType, () => Observable<PalletTransactionPaymentReleases>, [
|
|
@@ -5592,10 +5351,19 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
5592
5351
|
Option<u128>
|
|
5593
5352
|
]>;
|
|
5594
5353
|
};
|
|
5595
|
-
|
|
5596
|
-
|
|
5597
|
-
|
|
5598
|
-
|
|
5354
|
+
crosschainTransfer: {
|
|
5355
|
+
proveGatewayActivity: AugmentedSubmittable<(sourceChain: PalletCrosschainTransferSourceChain | 'Ethereum' | number | Uint8Array, previousGatewayActivityNonce: Compact<u64> | AnyNumber | Uint8Array, proofBatch: ArgonPrimitivesEthereumEthereumReceiptLogProofBatch | {
|
|
5356
|
+
executionBlockProof?: any;
|
|
5357
|
+
blocks?: any;
|
|
5358
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
5359
|
+
PalletCrosschainTransferSourceChain,
|
|
5360
|
+
Compact<u64>,
|
|
5361
|
+
ArgonPrimitivesEthereumEthereumReceiptLogProofBatch
|
|
5362
|
+
]>;
|
|
5363
|
+
setChainConfig: AugmentedSubmittable<(config: PalletCrosschainTransferChainConfig | {
|
|
5364
|
+
Ethereum: any;
|
|
5365
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
5366
|
+
PalletCrosschainTransferChainConfig
|
|
5599
5367
|
]>;
|
|
5600
5368
|
};
|
|
5601
5369
|
domains: {
|
|
@@ -5608,6 +5376,59 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
5608
5376
|
ArgonPrimitivesDomainZoneRecord
|
|
5609
5377
|
]>;
|
|
5610
5378
|
};
|
|
5379
|
+
ethereumVerifier: {
|
|
5380
|
+
/**
|
|
5381
|
+
* Used for pallet initialization and light client resetting. Needs to be called by
|
|
5382
|
+
* the root origin.
|
|
5383
|
+
**/
|
|
5384
|
+
forceCheckpoint: AugmentedSubmittable<(update: PalletEthereumVerifierCheckpointUpdate | {
|
|
5385
|
+
header?: any;
|
|
5386
|
+
currentSyncCommittee?: any;
|
|
5387
|
+
currentSyncCommitteeBranch?: any;
|
|
5388
|
+
validatorsRoot?: any;
|
|
5389
|
+
} | string | Uint8Array, forkVersions: PalletEthereumVerifierForkVersions | {
|
|
5390
|
+
genesis?: any;
|
|
5391
|
+
altair?: any;
|
|
5392
|
+
bellatrix?: any;
|
|
5393
|
+
capella?: any;
|
|
5394
|
+
deneb?: any;
|
|
5395
|
+
electra?: any;
|
|
5396
|
+
fulu?: any;
|
|
5397
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
5398
|
+
PalletEthereumVerifierCheckpointUpdate,
|
|
5399
|
+
PalletEthereumVerifierForkVersions
|
|
5400
|
+
]>;
|
|
5401
|
+
/**
|
|
5402
|
+
* Imports a proven execution header anchor against already-retained beacon state.
|
|
5403
|
+
**/
|
|
5404
|
+
importExecutionHeaderAnchor: AugmentedSubmittable<(executionProof: PalletEthereumVerifierExecutionProof | {
|
|
5405
|
+
header?: any;
|
|
5406
|
+
executionHeader?: any;
|
|
5407
|
+
executionBranch?: any;
|
|
5408
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
5409
|
+
PalletEthereumVerifierExecutionProof
|
|
5410
|
+
]>;
|
|
5411
|
+
/**
|
|
5412
|
+
* Halt or resume all pallet operations. May only be called by root.
|
|
5413
|
+
**/
|
|
5414
|
+
setOperatingMode: AugmentedSubmittable<(mode: PalletEthereumVerifierBasicOperatingMode | 'Normal' | 'Halted' | number | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
5415
|
+
PalletEthereumVerifierBasicOperatingMode
|
|
5416
|
+
]>;
|
|
5417
|
+
/**
|
|
5418
|
+
* Submits a new finalized beacon header update. The update may contain the next
|
|
5419
|
+
* sync committee.
|
|
5420
|
+
**/
|
|
5421
|
+
submit: AugmentedSubmittable<(update: PalletEthereumVerifierUpdate | {
|
|
5422
|
+
attestedHeader?: any;
|
|
5423
|
+
syncAggregate?: any;
|
|
5424
|
+
signatureSlot?: any;
|
|
5425
|
+
nextSyncCommitteeUpdate?: any;
|
|
5426
|
+
finalizedHeader?: any;
|
|
5427
|
+
finalityBranch?: any;
|
|
5428
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
5429
|
+
PalletEthereumVerifierUpdate
|
|
5430
|
+
]>;
|
|
5431
|
+
};
|
|
5611
5432
|
grandpa: {
|
|
5612
5433
|
/**
|
|
5613
5434
|
* Note that the current authority set of the GRANDPA finality gadget has stalled.
|
|
@@ -5659,104 +5480,10 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
5659
5480
|
SpCoreVoid
|
|
5660
5481
|
]>;
|
|
5661
5482
|
};
|
|
5662
|
-
|
|
5663
|
-
|
|
5664
|
-
|
|
5665
|
-
|
|
5666
|
-
* call must be `T::AdminOrigin`.
|
|
5667
|
-
*
|
|
5668
|
-
* - `message`: [`CreateConsensusState`] struct.
|
|
5669
|
-
*
|
|
5670
|
-
* Emits [`Event::ConsensusClientCreated`] if successful.
|
|
5671
|
-
**/
|
|
5672
|
-
createConsensusClient: AugmentedSubmittable<(message: IsmpMessagingCreateConsensusState | {
|
|
5673
|
-
consensusState?: any;
|
|
5674
|
-
consensusClientId?: any;
|
|
5675
|
-
consensusStateId?: any;
|
|
5676
|
-
unbondingPeriod?: any;
|
|
5677
|
-
challengePeriods?: any;
|
|
5678
|
-
stateMachineCommitments?: any;
|
|
5679
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
5680
|
-
IsmpMessagingCreateConsensusState
|
|
5681
|
-
]>;
|
|
5682
|
-
/**
|
|
5683
|
-
* Add more funds to a message (request or response) to be used for delivery and execution.
|
|
5684
|
-
*
|
|
5685
|
-
* Should not be called on a message that has been completed (delivered or timed-out) as
|
|
5686
|
-
* those funds will be lost forever.
|
|
5687
|
-
**/
|
|
5688
|
-
fundMessage: AugmentedSubmittable<(message: PalletIsmpUtilsFundMessageParams | {
|
|
5689
|
-
commitment?: any;
|
|
5690
|
-
amount?: any;
|
|
5691
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
5692
|
-
PalletIsmpUtilsFundMessageParams
|
|
5693
|
-
]>;
|
|
5694
|
-
/**
|
|
5695
|
-
* Execute the provided batch of ISMP messages, this will short-circuit and revert if any
|
|
5696
|
-
* of the provided messages are invalid. This is an unsigned extrinsic that permits anyone
|
|
5697
|
-
* execute ISMP messages for free, provided they have valid proofs and the messages have
|
|
5698
|
-
* not been previously processed.
|
|
5699
|
-
*
|
|
5700
|
-
* The dispatch origin for this call must be an unsigned one.
|
|
5701
|
-
*
|
|
5702
|
-
* - `messages`: the messages to handle or process.
|
|
5703
|
-
*
|
|
5704
|
-
* Emits different message events based on the Message received if successful.
|
|
5705
|
-
**/
|
|
5706
|
-
handleUnsigned: AugmentedSubmittable<(messages: Vec<IsmpMessagingMessage> | (IsmpMessagingMessage | {
|
|
5707
|
-
Consensus: any;
|
|
5708
|
-
} | {
|
|
5709
|
-
FraudProof: any;
|
|
5710
|
-
} | {
|
|
5711
|
-
Request: any;
|
|
5712
|
-
} | {
|
|
5713
|
-
Response: any;
|
|
5714
|
-
} | {
|
|
5715
|
-
Timeout: any;
|
|
5716
|
-
} | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
|
|
5717
|
-
Vec<IsmpMessagingMessage>
|
|
5718
|
-
]>;
|
|
5719
|
-
/**
|
|
5720
|
-
* Modify the unbonding period and challenge period for a consensus state.
|
|
5721
|
-
* The dispatch origin for this call must be `T::AdminOrigin`.
|
|
5722
|
-
*
|
|
5723
|
-
* - `message`: `UpdateConsensusState` struct.
|
|
5724
|
-
**/
|
|
5725
|
-
updateConsensusState: AugmentedSubmittable<(message: PalletIsmpUtilsUpdateConsensusState | {
|
|
5726
|
-
consensusStateId?: any;
|
|
5727
|
-
unbondingPeriod?: any;
|
|
5728
|
-
challengePeriods?: any;
|
|
5729
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
5730
|
-
PalletIsmpUtilsUpdateConsensusState
|
|
5731
|
-
]>;
|
|
5732
|
-
};
|
|
5733
|
-
ismpGrandpa: {
|
|
5734
|
-
/**
|
|
5735
|
-
* Add some a state machine to the list of supported state machines
|
|
5736
|
-
**/
|
|
5737
|
-
addStateMachines: AugmentedSubmittable<(newStateMachines: Vec<IsmpGrandpaAddStateMachine> | (IsmpGrandpaAddStateMachine | {
|
|
5738
|
-
stateMachine?: any;
|
|
5739
|
-
slotDuration?: any;
|
|
5740
|
-
} | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
|
|
5741
|
-
Vec<IsmpGrandpaAddStateMachine>
|
|
5742
|
-
]>;
|
|
5743
|
-
/**
|
|
5744
|
-
* Remove a state machine from the list of supported state machines
|
|
5745
|
-
**/
|
|
5746
|
-
removeStateMachines: AugmentedSubmittable<(stateMachines: Vec<IsmpHostStateMachine> | (IsmpHostStateMachine | {
|
|
5747
|
-
Evm: any;
|
|
5748
|
-
} | {
|
|
5749
|
-
Polkadot: any;
|
|
5750
|
-
} | {
|
|
5751
|
-
Kusama: any;
|
|
5752
|
-
} | {
|
|
5753
|
-
Substrate: any;
|
|
5754
|
-
} | {
|
|
5755
|
-
Tendermint: any;
|
|
5756
|
-
} | {
|
|
5757
|
-
Relay: any;
|
|
5758
|
-
} | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
|
|
5759
|
-
Vec<IsmpHostStateMachine>
|
|
5483
|
+
localchainTransfer: {
|
|
5484
|
+
sendToLocalchain: AugmentedSubmittable<(amount: Compact<u128> | AnyNumber | Uint8Array, notaryId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
5485
|
+
Compact<u128>,
|
|
5486
|
+
u32
|
|
5760
5487
|
]>;
|
|
5761
5488
|
};
|
|
5762
5489
|
miningSlot: {
|
|
@@ -5806,6 +5533,13 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
5806
5533
|
* Register approval for a dispatch to be made from a deterministic composite account if
|
|
5807
5534
|
* approved by a total of `threshold - 1` of `other_signatories`.
|
|
5808
5535
|
*
|
|
5536
|
+
* **This function will NEVER execute the call, even if the approval threshold is
|
|
5537
|
+
* reached.** It only registers approval. To actually execute the call, `as_multi` must
|
|
5538
|
+
* be called with the full call data by any of the signatories.
|
|
5539
|
+
*
|
|
5540
|
+
* This function is more efficient than `as_multi` for intermediate approvals since it
|
|
5541
|
+
* only requires the call hash, not the full call data.
|
|
5542
|
+
*
|
|
5809
5543
|
* Payment: `DepositBase` will be reserved if this is the first approval, plus
|
|
5810
5544
|
* `threshold` times `DepositFactor`. It is returned once this dispatch happens or
|
|
5811
5545
|
* is cancelled.
|
|
@@ -5820,7 +5554,8 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
5820
5554
|
* transaction index) of the first approval transaction.
|
|
5821
5555
|
* - `call_hash`: The hash of the call to be executed.
|
|
5822
5556
|
*
|
|
5823
|
-
* NOTE:
|
|
5557
|
+
* NOTE: To execute the call after approvals are gathered, any signatory must call
|
|
5558
|
+
* `as_multi` with the full call data. This function cannot execute the call.
|
|
5824
5559
|
*
|
|
5825
5560
|
* ## Complexity
|
|
5826
5561
|
* - `O(S)`.
|
|
@@ -5851,7 +5586,9 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
5851
5586
|
* Register approval for a dispatch to be made from a deterministic composite account if
|
|
5852
5587
|
* approved by a total of `threshold - 1` of `other_signatories`.
|
|
5853
5588
|
*
|
|
5854
|
-
* If
|
|
5589
|
+
* **If the approval threshold is met (including the sender's approval), this will
|
|
5590
|
+
* immediately execute the call.** This is the only way to execute a multisig call -
|
|
5591
|
+
* `approve_as_multi` will never trigger execution.
|
|
5855
5592
|
*
|
|
5856
5593
|
* Payment: `DepositBase` will be reserved if this is the first approval, plus
|
|
5857
5594
|
* `threshold` times `DepositFactor`. It is returned once this dispatch happens or
|
|
@@ -5867,8 +5604,9 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
5867
5604
|
* transaction index) of the first approval transaction.
|
|
5868
5605
|
* - `call`: The call to be executed.
|
|
5869
5606
|
*
|
|
5870
|
-
* NOTE:
|
|
5871
|
-
* `approve_as_multi` instead, since it only requires a hash of the call
|
|
5607
|
+
* NOTE: For intermediate approvals (not the final approval), you should generally use
|
|
5608
|
+
* `approve_as_multi` instead, since it only requires a hash of the call and is more
|
|
5609
|
+
* efficient.
|
|
5872
5610
|
*
|
|
5873
5611
|
* Result is equivalent to the dispatched result if `threshold` is exactly `1`. Otherwise
|
|
5874
5612
|
* on success, result is `Ok` and the result from the interior call, if it was executed,
|
|
@@ -6731,53 +6469,6 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
6731
6469
|
Compact<u64>
|
|
6732
6470
|
]>;
|
|
6733
6471
|
};
|
|
6734
|
-
tokenGateway: {
|
|
6735
|
-
/**
|
|
6736
|
-
* Registers a multi-chain ERC6160 asset without sending any dispatch request.
|
|
6737
|
-
* You should use register_asset_locally when you want to enable token gateway transfers
|
|
6738
|
-
* for an asset that already exists on an external chain.
|
|
6739
|
-
**/
|
|
6740
|
-
createErc6160Asset: AugmentedSubmittable<(asset: PalletTokenGatewayAssetRegistration | {
|
|
6741
|
-
localId?: any;
|
|
6742
|
-
reg?: any;
|
|
6743
|
-
native?: any;
|
|
6744
|
-
precision?: any;
|
|
6745
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
6746
|
-
PalletTokenGatewayAssetRegistration
|
|
6747
|
-
]>;
|
|
6748
|
-
/**
|
|
6749
|
-
* Set the token gateway address for specified chains
|
|
6750
|
-
**/
|
|
6751
|
-
setTokenGatewayAddresses: AugmentedSubmittable<(addresses: BTreeMap<IsmpHostStateMachine, Bytes>) => SubmittableExtrinsic<ApiType>, [
|
|
6752
|
-
BTreeMap<IsmpHostStateMachine, Bytes>
|
|
6753
|
-
]>;
|
|
6754
|
-
/**
|
|
6755
|
-
* Teleports a registered asset
|
|
6756
|
-
* locks the asset and dispatches a request to token gateway on the destination
|
|
6757
|
-
**/
|
|
6758
|
-
teleport: AugmentedSubmittable<(params: PalletTokenGatewayTeleportParams | {
|
|
6759
|
-
assetId?: any;
|
|
6760
|
-
destination?: any;
|
|
6761
|
-
recepient?: any;
|
|
6762
|
-
amount?: any;
|
|
6763
|
-
timeout?: any;
|
|
6764
|
-
tokenGateway?: any;
|
|
6765
|
-
relayerFee?: any;
|
|
6766
|
-
callData?: any;
|
|
6767
|
-
redeem?: any;
|
|
6768
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
6769
|
-
PalletTokenGatewayTeleportParams
|
|
6770
|
-
]>;
|
|
6771
|
-
/**
|
|
6772
|
-
* Update the precision for an existing asset
|
|
6773
|
-
**/
|
|
6774
|
-
updateAssetPrecision: AugmentedSubmittable<(update: PalletTokenGatewayPrecisionUpdate | {
|
|
6775
|
-
assetId?: any;
|
|
6776
|
-
precisions?: any;
|
|
6777
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
6778
|
-
PalletTokenGatewayPrecisionUpdate
|
|
6779
|
-
]>;
|
|
6780
|
-
};
|
|
6781
6472
|
treasury: {
|
|
6782
6473
|
/**
|
|
6783
6474
|
* Buy whole `1 ARGON` bonds for a vault.
|
|
@@ -7812,17 +7503,6 @@ declare module '@polkadot/api-base/types/calls' {
|
|
|
7812
7503
|
digest?: any;
|
|
7813
7504
|
} | string | Uint8Array) => Observable<Null>>;
|
|
7814
7505
|
};
|
|
7815
|
-
/** 0xab3c0572291feb8b/1 */
|
|
7816
|
-
sessionKeys: {
|
|
7817
|
-
/**
|
|
7818
|
-
* Decode the given public session keys.
|
|
7819
|
-
**/
|
|
7820
|
-
decodeSessionKeys: AugmentedCall<ApiType, (encoded: Bytes | string | Uint8Array) => Observable<Option<Vec<ITuple<[Bytes, KeyTypeId]>>>>>;
|
|
7821
|
-
/**
|
|
7822
|
-
* Generate a set of session keys with optionally using the given seed.
|
|
7823
|
-
**/
|
|
7824
|
-
generateSessionKeys: AugmentedCall<ApiType, (seed: Option<Bytes> | null | Uint8Array | Bytes | string) => Observable<Bytes>>;
|
|
7825
|
-
};
|
|
7826
7506
|
/** 0xd2bc9897eed08f15/3 */
|
|
7827
7507
|
taggedTransactionQueue: {
|
|
7828
7508
|
/**
|
|
@@ -7877,6 +7557,52 @@ declare module '@polkadot/api-base/types/calls' {
|
|
|
7877
7557
|
}
|
|
7878
7558
|
}
|
|
7879
7559
|
|
|
7560
|
+
/** @name ArgonPrimitivesEthereumEthereumCombinedReceiptProof */
|
|
7561
|
+
interface ArgonPrimitivesEthereumEthereumCombinedReceiptProof extends Struct {
|
|
7562
|
+
readonly nodes: Vec<Bytes>;
|
|
7563
|
+
readonly receipts: Vec<ArgonPrimitivesEthereumEthereumReceiptProofReceipt>;
|
|
7564
|
+
}
|
|
7565
|
+
/** @name ArgonPrimitivesEthereumEthereumExecutionBlockProof */
|
|
7566
|
+
interface ArgonPrimitivesEthereumEthereumExecutionBlockProof extends Struct {
|
|
7567
|
+
readonly anchorBlockHash: H256;
|
|
7568
|
+
readonly targetToAnchorHeaderChain: Vec<ArgonPrimitivesEthereumEthereumExecutionHeader>;
|
|
7569
|
+
}
|
|
7570
|
+
/** @name ArgonPrimitivesEthereumEthereumExecutionHeader */
|
|
7571
|
+
interface ArgonPrimitivesEthereumEthereumExecutionHeader extends Struct {
|
|
7572
|
+
readonly rlp: Bytes;
|
|
7573
|
+
}
|
|
7574
|
+
/** @name ArgonPrimitivesEthereumEthereumLog */
|
|
7575
|
+
interface ArgonPrimitivesEthereumEthereumLog extends Struct {
|
|
7576
|
+
readonly address: H160;
|
|
7577
|
+
readonly topics: Vec<H256>;
|
|
7578
|
+
readonly data: Bytes;
|
|
7579
|
+
}
|
|
7580
|
+
/** @name ArgonPrimitivesEthereumEthereumProof */
|
|
7581
|
+
interface ArgonPrimitivesEthereumEthereumProof extends Struct {
|
|
7582
|
+
readonly executionBlockProof: ArgonPrimitivesEthereumEthereumExecutionBlockProof;
|
|
7583
|
+
readonly receiptProof: ArgonPrimitivesEthereumEthereumCombinedReceiptProof;
|
|
7584
|
+
}
|
|
7585
|
+
/** @name ArgonPrimitivesEthereumEthereumReceiptLog */
|
|
7586
|
+
interface ArgonPrimitivesEthereumEthereumReceiptLog extends Struct {
|
|
7587
|
+
readonly transactionIndex: Compact<u64>;
|
|
7588
|
+
readonly eventLog: ArgonPrimitivesEthereumEthereumLog;
|
|
7589
|
+
}
|
|
7590
|
+
/** @name ArgonPrimitivesEthereumEthereumReceiptProofReceipt */
|
|
7591
|
+
interface ArgonPrimitivesEthereumEthereumReceiptProofReceipt extends Struct {
|
|
7592
|
+
readonly transactionIndex: Compact<u64>;
|
|
7593
|
+
readonly nodeIndexes: Vec<u16>;
|
|
7594
|
+
}
|
|
7595
|
+
/** @name ArgonPrimitivesEthereumEthereumVerifyError */
|
|
7596
|
+
interface ArgonPrimitivesEthereumEthereumVerifyError extends Enum {
|
|
7597
|
+
readonly isVerifierUnavailable: boolean;
|
|
7598
|
+
readonly isAnchorNotFound: boolean;
|
|
7599
|
+
readonly isInvalidHeader: boolean;
|
|
7600
|
+
readonly isInvalidHeaderChain: boolean;
|
|
7601
|
+
readonly isLogNotFound: boolean;
|
|
7602
|
+
readonly isInvalidProof: boolean;
|
|
7603
|
+
readonly type: 'VerifierUnavailable' | 'AnchorNotFound' | 'InvalidHeader' | 'InvalidHeaderChain' | 'LogNotFound' | 'InvalidProof';
|
|
7604
|
+
}
|
|
7605
|
+
|
|
7880
7606
|
declare module '@polkadot/types/types/registry' {
|
|
7881
7607
|
interface InterfaceTypes {
|
|
7882
7608
|
AbridgedCandidateReceipt: AbridgedCandidateReceipt;
|
|
@@ -7915,6 +7641,14 @@ declare module '@polkadot/types/types/registry' {
|
|
|
7915
7641
|
ApprovalFlag: ApprovalFlag;
|
|
7916
7642
|
Approvals: Approvals;
|
|
7917
7643
|
ApprovalVotingParams: ApprovalVotingParams;
|
|
7644
|
+
ArgonPrimitivesEthereumEthereumCombinedReceiptProof: ArgonPrimitivesEthereumEthereumCombinedReceiptProof;
|
|
7645
|
+
ArgonPrimitivesEthereumEthereumExecutionBlockProof: ArgonPrimitivesEthereumEthereumExecutionBlockProof;
|
|
7646
|
+
ArgonPrimitivesEthereumEthereumExecutionHeader: ArgonPrimitivesEthereumEthereumExecutionHeader;
|
|
7647
|
+
ArgonPrimitivesEthereumEthereumLog: ArgonPrimitivesEthereumEthereumLog;
|
|
7648
|
+
ArgonPrimitivesEthereumEthereumProof: ArgonPrimitivesEthereumEthereumProof;
|
|
7649
|
+
ArgonPrimitivesEthereumEthereumReceiptLog: ArgonPrimitivesEthereumEthereumReceiptLog;
|
|
7650
|
+
ArgonPrimitivesEthereumEthereumReceiptProofReceipt: ArgonPrimitivesEthereumEthereumReceiptProofReceipt;
|
|
7651
|
+
ArgonPrimitivesEthereumEthereumVerifyError: ArgonPrimitivesEthereumEthereumVerifyError;
|
|
7918
7652
|
ArithmeticError: ArithmeticError;
|
|
7919
7653
|
AssetApproval: AssetApproval;
|
|
7920
7654
|
AssetApprovalKey: AssetApprovalKey;
|
|
@@ -9687,7 +9421,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
9687
9421
|
readonly vaultId: u32;
|
|
9688
9422
|
readonly liquidityPromised: u128;
|
|
9689
9423
|
readonly securitization: u128;
|
|
9690
|
-
readonly
|
|
9424
|
+
readonly lockedTargetPrice: u128;
|
|
9691
9425
|
readonly accountId: AccountId32;
|
|
9692
9426
|
readonly securityFee: u128;
|
|
9693
9427
|
} & Struct;
|
|
@@ -9696,9 +9430,9 @@ declare module '@polkadot/types/lookup' {
|
|
|
9696
9430
|
readonly utxoId: u64;
|
|
9697
9431
|
readonly vaultId: u32;
|
|
9698
9432
|
readonly liquidityPromised: u128;
|
|
9699
|
-
readonly
|
|
9433
|
+
readonly oldTargetPrice: u128;
|
|
9700
9434
|
readonly securityFee: u128;
|
|
9701
|
-
readonly
|
|
9435
|
+
readonly newTargetPrice: u128;
|
|
9702
9436
|
readonly amountBurned: u128;
|
|
9703
9437
|
readonly accountId: AccountId32;
|
|
9704
9438
|
} & Struct;
|
|
@@ -9980,8 +9714,8 @@ declare module '@polkadot/types/lookup' {
|
|
|
9980
9714
|
readonly isBlockSpecificationNotFound: boolean;
|
|
9981
9715
|
readonly type: 'RootNotFound' | 'LastChangeNotFound' | 'InvalidTransferToLocalchain' | 'BlockSpecificationNotFound';
|
|
9982
9716
|
}
|
|
9983
|
-
/** @name
|
|
9984
|
-
interface
|
|
9717
|
+
/** @name PalletLocalchainTransferEvent (76) */
|
|
9718
|
+
interface PalletLocalchainTransferEvent extends Enum {
|
|
9985
9719
|
readonly isTransferToLocalchain: boolean;
|
|
9986
9720
|
readonly asTransferToLocalchain: {
|
|
9987
9721
|
readonly accountId: AccountId32;
|
|
@@ -10460,175 +10194,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
10460
10194
|
} & Struct;
|
|
10461
10195
|
readonly type: 'Sudid' | 'KeyChanged' | 'KeyRemoved' | 'SudoAsDone';
|
|
10462
10196
|
}
|
|
10463
|
-
/** @name
|
|
10464
|
-
interface PalletIsmpEvent extends Enum {
|
|
10465
|
-
readonly isStateMachineUpdated: boolean;
|
|
10466
|
-
readonly asStateMachineUpdated: {
|
|
10467
|
-
readonly stateMachineId: IsmpConsensusStateMachineId;
|
|
10468
|
-
readonly latestHeight: u64;
|
|
10469
|
-
} & Struct;
|
|
10470
|
-
readonly isStateCommitmentVetoed: boolean;
|
|
10471
|
-
readonly asStateCommitmentVetoed: {
|
|
10472
|
-
readonly height: IsmpConsensusStateMachineHeight;
|
|
10473
|
-
readonly fisherman: Bytes;
|
|
10474
|
-
} & Struct;
|
|
10475
|
-
readonly isConsensusClientCreated: boolean;
|
|
10476
|
-
readonly asConsensusClientCreated: {
|
|
10477
|
-
readonly consensusClientId: U8aFixed;
|
|
10478
|
-
} & Struct;
|
|
10479
|
-
readonly isConsensusClientFrozen: boolean;
|
|
10480
|
-
readonly asConsensusClientFrozen: {
|
|
10481
|
-
readonly consensusClientId: U8aFixed;
|
|
10482
|
-
} & Struct;
|
|
10483
|
-
readonly isResponse: boolean;
|
|
10484
|
-
readonly asResponse: {
|
|
10485
|
-
readonly destChain: IsmpHostStateMachine;
|
|
10486
|
-
readonly sourceChain: IsmpHostStateMachine;
|
|
10487
|
-
readonly requestNonce: u64;
|
|
10488
|
-
readonly commitment: H256;
|
|
10489
|
-
readonly reqCommitment: H256;
|
|
10490
|
-
} & Struct;
|
|
10491
|
-
readonly isRequest: boolean;
|
|
10492
|
-
readonly asRequest: {
|
|
10493
|
-
readonly destChain: IsmpHostStateMachine;
|
|
10494
|
-
readonly sourceChain: IsmpHostStateMachine;
|
|
10495
|
-
readonly requestNonce: u64;
|
|
10496
|
-
readonly commitment: H256;
|
|
10497
|
-
} & Struct;
|
|
10498
|
-
readonly isErrors: boolean;
|
|
10499
|
-
readonly asErrors: {
|
|
10500
|
-
readonly errors: Vec<PalletIsmpErrorsHandlingError>;
|
|
10501
|
-
} & Struct;
|
|
10502
|
-
readonly isPostRequestHandled: boolean;
|
|
10503
|
-
readonly asPostRequestHandled: IsmpEventsRequestResponseHandled;
|
|
10504
|
-
readonly isPostResponseHandled: boolean;
|
|
10505
|
-
readonly asPostResponseHandled: IsmpEventsRequestResponseHandled;
|
|
10506
|
-
readonly isGetRequestHandled: boolean;
|
|
10507
|
-
readonly asGetRequestHandled: IsmpEventsRequestResponseHandled;
|
|
10508
|
-
readonly isPostRequestTimeoutHandled: boolean;
|
|
10509
|
-
readonly asPostRequestTimeoutHandled: IsmpEventsTimeoutHandled;
|
|
10510
|
-
readonly isPostResponseTimeoutHandled: boolean;
|
|
10511
|
-
readonly asPostResponseTimeoutHandled: IsmpEventsTimeoutHandled;
|
|
10512
|
-
readonly isGetRequestTimeoutHandled: boolean;
|
|
10513
|
-
readonly asGetRequestTimeoutHandled: IsmpEventsTimeoutHandled;
|
|
10514
|
-
readonly type: 'StateMachineUpdated' | 'StateCommitmentVetoed' | 'ConsensusClientCreated' | 'ConsensusClientFrozen' | 'Response' | 'Request' | 'Errors' | 'PostRequestHandled' | 'PostResponseHandled' | 'GetRequestHandled' | 'PostRequestTimeoutHandled' | 'PostResponseTimeoutHandled' | 'GetRequestTimeoutHandled';
|
|
10515
|
-
}
|
|
10516
|
-
/** @name IsmpConsensusStateMachineId (119) */
|
|
10517
|
-
interface IsmpConsensusStateMachineId extends Struct {
|
|
10518
|
-
readonly stateId: IsmpHostStateMachine;
|
|
10519
|
-
readonly consensusStateId: U8aFixed;
|
|
10520
|
-
}
|
|
10521
|
-
/** @name IsmpHostStateMachine (120) */
|
|
10522
|
-
interface IsmpHostStateMachine extends Enum {
|
|
10523
|
-
readonly isEvm: boolean;
|
|
10524
|
-
readonly asEvm: u32;
|
|
10525
|
-
readonly isPolkadot: boolean;
|
|
10526
|
-
readonly asPolkadot: u32;
|
|
10527
|
-
readonly isKusama: boolean;
|
|
10528
|
-
readonly asKusama: u32;
|
|
10529
|
-
readonly isSubstrate: boolean;
|
|
10530
|
-
readonly asSubstrate: U8aFixed;
|
|
10531
|
-
readonly isTendermint: boolean;
|
|
10532
|
-
readonly asTendermint: U8aFixed;
|
|
10533
|
-
readonly isRelay: boolean;
|
|
10534
|
-
readonly asRelay: {
|
|
10535
|
-
readonly relay: U8aFixed;
|
|
10536
|
-
readonly paraId: u32;
|
|
10537
|
-
} & Struct;
|
|
10538
|
-
readonly type: 'Evm' | 'Polkadot' | 'Kusama' | 'Substrate' | 'Tendermint' | 'Relay';
|
|
10539
|
-
}
|
|
10540
|
-
/** @name IsmpConsensusStateMachineHeight (121) */
|
|
10541
|
-
interface IsmpConsensusStateMachineHeight extends Struct {
|
|
10542
|
-
readonly id: IsmpConsensusStateMachineId;
|
|
10543
|
-
readonly height: u64;
|
|
10544
|
-
}
|
|
10545
|
-
/** @name PalletIsmpErrorsHandlingError (124) */
|
|
10546
|
-
interface PalletIsmpErrorsHandlingError extends Struct {
|
|
10547
|
-
readonly message: Bytes;
|
|
10548
|
-
}
|
|
10549
|
-
/** @name IsmpEventsRequestResponseHandled (126) */
|
|
10550
|
-
interface IsmpEventsRequestResponseHandled extends Struct {
|
|
10551
|
-
readonly commitment: H256;
|
|
10552
|
-
readonly relayer: Bytes;
|
|
10553
|
-
}
|
|
10554
|
-
/** @name IsmpEventsTimeoutHandled (127) */
|
|
10555
|
-
interface IsmpEventsTimeoutHandled extends Struct {
|
|
10556
|
-
readonly commitment: H256;
|
|
10557
|
-
readonly source: IsmpHostStateMachine;
|
|
10558
|
-
readonly dest: IsmpHostStateMachine;
|
|
10559
|
-
}
|
|
10560
|
-
/** @name IsmpGrandpaEvent (128) */
|
|
10561
|
-
interface IsmpGrandpaEvent extends Enum {
|
|
10562
|
-
readonly isStateMachineAdded: boolean;
|
|
10563
|
-
readonly asStateMachineAdded: {
|
|
10564
|
-
readonly stateMachines: Vec<IsmpHostStateMachine>;
|
|
10565
|
-
} & Struct;
|
|
10566
|
-
readonly isStateMachineRemoved: boolean;
|
|
10567
|
-
readonly asStateMachineRemoved: {
|
|
10568
|
-
readonly stateMachines: Vec<IsmpHostStateMachine>;
|
|
10569
|
-
} & Struct;
|
|
10570
|
-
readonly type: 'StateMachineAdded' | 'StateMachineRemoved';
|
|
10571
|
-
}
|
|
10572
|
-
/** @name PalletHyperbridgeEvent (130) */
|
|
10573
|
-
interface PalletHyperbridgeEvent extends Enum {
|
|
10574
|
-
readonly isHostParamsUpdated: boolean;
|
|
10575
|
-
readonly asHostParamsUpdated: {
|
|
10576
|
-
readonly old: PalletHyperbridgeVersionedHostParams;
|
|
10577
|
-
readonly new_: PalletHyperbridgeVersionedHostParams;
|
|
10578
|
-
} & Struct;
|
|
10579
|
-
readonly isRelayerFeeWithdrawn: boolean;
|
|
10580
|
-
readonly asRelayerFeeWithdrawn: {
|
|
10581
|
-
readonly amount: u128;
|
|
10582
|
-
readonly account: AccountId32;
|
|
10583
|
-
} & Struct;
|
|
10584
|
-
readonly type: 'HostParamsUpdated' | 'RelayerFeeWithdrawn';
|
|
10585
|
-
}
|
|
10586
|
-
/** @name PalletHyperbridgeVersionedHostParams (131) */
|
|
10587
|
-
interface PalletHyperbridgeVersionedHostParams extends Enum {
|
|
10588
|
-
readonly isV1: boolean;
|
|
10589
|
-
readonly asV1: PalletHyperbridgeSubstrateHostParams;
|
|
10590
|
-
readonly type: 'V1';
|
|
10591
|
-
}
|
|
10592
|
-
/** @name PalletHyperbridgeSubstrateHostParams (132) */
|
|
10593
|
-
interface PalletHyperbridgeSubstrateHostParams extends Struct {
|
|
10594
|
-
readonly defaultPerByteFee: u128;
|
|
10595
|
-
readonly perByteFees: BTreeMap<IsmpHostStateMachine, u128>;
|
|
10596
|
-
readonly assetRegistrationFee: u128;
|
|
10597
|
-
}
|
|
10598
|
-
/** @name PalletTokenGatewayEvent (136) */
|
|
10599
|
-
interface PalletTokenGatewayEvent extends Enum {
|
|
10600
|
-
readonly isAssetTeleported: boolean;
|
|
10601
|
-
readonly asAssetTeleported: {
|
|
10602
|
-
readonly from: AccountId32;
|
|
10603
|
-
readonly to: H256;
|
|
10604
|
-
readonly amount: u128;
|
|
10605
|
-
readonly dest: IsmpHostStateMachine;
|
|
10606
|
-
readonly commitment: H256;
|
|
10607
|
-
} & Struct;
|
|
10608
|
-
readonly isAssetReceived: boolean;
|
|
10609
|
-
readonly asAssetReceived: {
|
|
10610
|
-
readonly beneficiary: AccountId32;
|
|
10611
|
-
readonly amount: u128;
|
|
10612
|
-
readonly source: IsmpHostStateMachine;
|
|
10613
|
-
} & Struct;
|
|
10614
|
-
readonly isAssetRefunded: boolean;
|
|
10615
|
-
readonly asAssetRefunded: {
|
|
10616
|
-
readonly beneficiary: AccountId32;
|
|
10617
|
-
readonly amount: u128;
|
|
10618
|
-
readonly source: IsmpHostStateMachine;
|
|
10619
|
-
} & Struct;
|
|
10620
|
-
readonly isErc6160AssetRegistrationDispatched: boolean;
|
|
10621
|
-
readonly asErc6160AssetRegistrationDispatched: {
|
|
10622
|
-
readonly commitment: H256;
|
|
10623
|
-
} & Struct;
|
|
10624
|
-
readonly isAssetRegisteredLocally: boolean;
|
|
10625
|
-
readonly asAssetRegisteredLocally: {
|
|
10626
|
-
readonly localId: u32;
|
|
10627
|
-
readonly assetId: H256;
|
|
10628
|
-
} & Struct;
|
|
10629
|
-
readonly type: 'AssetTeleported' | 'AssetReceived' | 'AssetRefunded' | 'Erc6160AssetRegistrationDispatched' | 'AssetRegisteredLocally';
|
|
10630
|
-
}
|
|
10631
|
-
/** @name PalletTreasuryEvent (137) */
|
|
10197
|
+
/** @name PalletTreasuryEvent (118) */
|
|
10632
10198
|
interface PalletTreasuryEvent extends Enum {
|
|
10633
10199
|
readonly isCouldNotDistributeEarningsToBondLot: boolean;
|
|
10634
10200
|
readonly asCouldNotDistributeEarningsToBondLot: {
|
|
@@ -10693,14 +10259,14 @@ declare module '@polkadot/types/lookup' {
|
|
|
10693
10259
|
} & Struct;
|
|
10694
10260
|
readonly type: 'CouldNotDistributeEarningsToBondLot' | 'CouldNotTransferToTreasuryReserves' | 'FrameEarningsDistributed' | 'FrameVaultCapitalLocked' | 'CouldNotReleaseBondLot' | 'BondLotPurchased' | 'BondLotReleaseScheduled' | 'BondLotReleased';
|
|
10695
10261
|
}
|
|
10696
|
-
/** @name PalletTreasuryBondReleaseReason (
|
|
10262
|
+
/** @name PalletTreasuryBondReleaseReason (119) */
|
|
10697
10263
|
interface PalletTreasuryBondReleaseReason extends Enum {
|
|
10698
10264
|
readonly isUserLiquidation: boolean;
|
|
10699
10265
|
readonly isBumped: boolean;
|
|
10700
10266
|
readonly isVaultClosed: boolean;
|
|
10701
10267
|
readonly type: 'UserLiquidation' | 'Bumped' | 'VaultClosed';
|
|
10702
10268
|
}
|
|
10703
|
-
/** @name PalletFeeControlEvent (
|
|
10269
|
+
/** @name PalletFeeControlEvent (120) */
|
|
10704
10270
|
interface PalletFeeControlEvent extends Enum {
|
|
10705
10271
|
readonly isFeeSkipped: boolean;
|
|
10706
10272
|
readonly asFeeSkipped: {
|
|
@@ -10714,13 +10280,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
10714
10280
|
} & Struct;
|
|
10715
10281
|
readonly type: 'FeeSkipped' | 'FeeDelegated';
|
|
10716
10282
|
}
|
|
10717
|
-
/** @name ArgonRuntimeOriginCaller (
|
|
10283
|
+
/** @name ArgonRuntimeOriginCaller (121) */
|
|
10718
10284
|
interface ArgonRuntimeOriginCaller extends Enum {
|
|
10719
10285
|
readonly isSystem: boolean;
|
|
10720
10286
|
readonly asSystem: FrameSupportDispatchRawOrigin;
|
|
10721
10287
|
readonly type: 'System';
|
|
10722
10288
|
}
|
|
10723
|
-
/** @name FrameSupportDispatchRawOrigin (
|
|
10289
|
+
/** @name FrameSupportDispatchRawOrigin (122) */
|
|
10724
10290
|
interface FrameSupportDispatchRawOrigin extends Enum {
|
|
10725
10291
|
readonly isRoot: boolean;
|
|
10726
10292
|
readonly isSigned: boolean;
|
|
@@ -10729,50 +10295,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
10729
10295
|
readonly isAuthorized: boolean;
|
|
10730
10296
|
readonly type: 'Root' | 'Signed' | 'None' | 'Authorized';
|
|
10731
10297
|
}
|
|
10732
|
-
/** @name
|
|
10733
|
-
interface PalletInboundTransferLogEvent extends Enum {
|
|
10734
|
-
readonly isInboundEvmTransferRecorded: boolean;
|
|
10735
|
-
readonly asInboundEvmTransferRecorded: {
|
|
10736
|
-
readonly transfer: PalletInboundTransferLogInboundEvmTransfer;
|
|
10737
|
-
} & Struct;
|
|
10738
|
-
readonly isInboundEvmTransferDropped: boolean;
|
|
10739
|
-
readonly asInboundEvmTransferDropped: {
|
|
10740
|
-
readonly source: IsmpHostStateMachine;
|
|
10741
|
-
readonly nonce: u64;
|
|
10742
|
-
readonly reason: PalletInboundTransferLogInboundTransferDropReason;
|
|
10743
|
-
} & Struct;
|
|
10744
|
-
readonly type: 'InboundEvmTransferRecorded' | 'InboundEvmTransferDropped';
|
|
10745
|
-
}
|
|
10746
|
-
/** @name PalletInboundTransferLogInboundEvmTransfer (143) */
|
|
10747
|
-
interface PalletInboundTransferLogInboundEvmTransfer extends Struct {
|
|
10748
|
-
readonly source: IsmpHostStateMachine;
|
|
10749
|
-
readonly nonce: u64;
|
|
10750
|
-
readonly evmFrom: H160;
|
|
10751
|
-
readonly to: AccountId32;
|
|
10752
|
-
readonly assetKind: PalletInboundTransferLogAssetKind;
|
|
10753
|
-
readonly amount: u128;
|
|
10754
|
-
readonly expiresAtBlock: u32;
|
|
10755
|
-
}
|
|
10756
|
-
/** @name PalletInboundTransferLogAssetKind (146) */
|
|
10757
|
-
interface PalletInboundTransferLogAssetKind extends Enum {
|
|
10758
|
-
readonly isArgon: boolean;
|
|
10759
|
-
readonly isArgonot: boolean;
|
|
10760
|
-
readonly type: 'Argon' | 'Argonot';
|
|
10761
|
-
}
|
|
10762
|
-
/** @name PalletInboundTransferLogInboundTransferDropReason (147) */
|
|
10763
|
-
interface PalletInboundTransferLogInboundTransferDropReason extends Enum {
|
|
10764
|
-
readonly isBodyTooLarge: boolean;
|
|
10765
|
-
readonly isAbiDecodeFailed: boolean;
|
|
10766
|
-
readonly isNonEvmSource: boolean;
|
|
10767
|
-
readonly isUnknownAsset: boolean;
|
|
10768
|
-
readonly isUnsupportedAsset: boolean;
|
|
10769
|
-
readonly isUnknownPrecision: boolean;
|
|
10770
|
-
readonly isInvalidAmount: boolean;
|
|
10771
|
-
readonly isAmountBelowMinimum: boolean;
|
|
10772
|
-
readonly isExpirationQueueFull: boolean;
|
|
10773
|
-
readonly type: 'BodyTooLarge' | 'AbiDecodeFailed' | 'NonEvmSource' | 'UnknownAsset' | 'UnsupportedAsset' | 'UnknownPrecision' | 'InvalidAmount' | 'AmountBelowMinimum' | 'ExpirationQueueFull';
|
|
10774
|
-
}
|
|
10775
|
-
/** @name PalletOperationalAccountsEvent (148) */
|
|
10298
|
+
/** @name PalletOperationalAccountsEvent (123) */
|
|
10776
10299
|
interface PalletOperationalAccountsEvent extends Enum {
|
|
10777
10300
|
readonly isOperationalAccountRegistered: boolean;
|
|
10778
10301
|
readonly asOperationalAccountRegistered: {
|
|
@@ -10821,13 +10344,81 @@ declare module '@polkadot/types/lookup' {
|
|
|
10821
10344
|
} & Struct;
|
|
10822
10345
|
readonly type: 'OperationalAccountRegistered' | 'AccountWentOperational' | 'OperationalRewardEarned' | 'OperationalRewardsClaimed' | 'RewardsConfigUpdated' | 'OperationalProgressForced' | 'EncryptedServerUpdated';
|
|
10823
10346
|
}
|
|
10824
|
-
/** @name ArgonPrimitivesProvidersOperationalRewardKind (
|
|
10347
|
+
/** @name ArgonPrimitivesProvidersOperationalRewardKind (124) */
|
|
10825
10348
|
interface ArgonPrimitivesProvidersOperationalRewardKind extends Enum {
|
|
10826
10349
|
readonly isActivation: boolean;
|
|
10827
10350
|
readonly isReferralBonus: boolean;
|
|
10828
10351
|
readonly type: 'Activation' | 'ReferralBonus';
|
|
10829
10352
|
}
|
|
10830
|
-
/** @name
|
|
10353
|
+
/** @name PalletEthereumVerifierEvent (125) */
|
|
10354
|
+
interface PalletEthereumVerifierEvent extends Enum {
|
|
10355
|
+
readonly isBeaconHeaderImported: boolean;
|
|
10356
|
+
readonly asBeaconHeaderImported: {
|
|
10357
|
+
readonly blockHash: H256;
|
|
10358
|
+
readonly slot: u64;
|
|
10359
|
+
} & Struct;
|
|
10360
|
+
readonly isExecutionHeaderAnchorImported: boolean;
|
|
10361
|
+
readonly asExecutionHeaderAnchorImported: {
|
|
10362
|
+
readonly blockHash: H256;
|
|
10363
|
+
readonly blockNumber: u64;
|
|
10364
|
+
} & Struct;
|
|
10365
|
+
readonly isSyncCommitteeUpdated: boolean;
|
|
10366
|
+
readonly asSyncCommitteeUpdated: {
|
|
10367
|
+
readonly period: u64;
|
|
10368
|
+
} & Struct;
|
|
10369
|
+
readonly isOperatingModeChanged: boolean;
|
|
10370
|
+
readonly asOperatingModeChanged: {
|
|
10371
|
+
readonly mode: PalletEthereumVerifierBasicOperatingMode;
|
|
10372
|
+
} & Struct;
|
|
10373
|
+
readonly type: 'BeaconHeaderImported' | 'ExecutionHeaderAnchorImported' | 'SyncCommitteeUpdated' | 'OperatingModeChanged';
|
|
10374
|
+
}
|
|
10375
|
+
/** @name PalletEthereumVerifierBasicOperatingMode (126) */
|
|
10376
|
+
interface PalletEthereumVerifierBasicOperatingMode extends Enum {
|
|
10377
|
+
readonly isNormal: boolean;
|
|
10378
|
+
readonly isHalted: boolean;
|
|
10379
|
+
readonly type: 'Normal' | 'Halted';
|
|
10380
|
+
}
|
|
10381
|
+
/** @name PalletCrosschainTransferEvent (127) */
|
|
10382
|
+
interface PalletCrosschainTransferEvent extends Enum {
|
|
10383
|
+
readonly isTransferToArgonSettled: boolean;
|
|
10384
|
+
readonly asTransferToArgonSettled: {
|
|
10385
|
+
readonly sourceChain: PalletCrosschainTransferSourceChain;
|
|
10386
|
+
readonly transfer: PalletCrosschainTransferTransferToArgonActivity;
|
|
10387
|
+
} & Struct;
|
|
10388
|
+
readonly isGatewayStateAdvanced: boolean;
|
|
10389
|
+
readonly asGatewayStateAdvanced: {
|
|
10390
|
+
readonly sourceChain: PalletCrosschainTransferSourceChain;
|
|
10391
|
+
readonly gatewayState: PalletCrosschainTransferGatewayState;
|
|
10392
|
+
} & Struct;
|
|
10393
|
+
readonly type: 'TransferToArgonSettled' | 'GatewayStateAdvanced';
|
|
10394
|
+
}
|
|
10395
|
+
/** @name PalletCrosschainTransferSourceChain (128) */
|
|
10396
|
+
interface PalletCrosschainTransferSourceChain extends Enum {
|
|
10397
|
+
readonly isEthereum: boolean;
|
|
10398
|
+
readonly type: 'Ethereum';
|
|
10399
|
+
}
|
|
10400
|
+
/** @name PalletCrosschainTransferTransferToArgonActivity (129) */
|
|
10401
|
+
interface PalletCrosschainTransferTransferToArgonActivity extends Struct {
|
|
10402
|
+
readonly gatewayActivityNonce: Compact<u64>;
|
|
10403
|
+
readonly from: H160;
|
|
10404
|
+
readonly asset: PalletCrosschainTransferAssetKind;
|
|
10405
|
+
readonly to: AccountId32;
|
|
10406
|
+
readonly amount: Compact<u128>;
|
|
10407
|
+
}
|
|
10408
|
+
/** @name PalletCrosschainTransferAssetKind (132) */
|
|
10409
|
+
interface PalletCrosschainTransferAssetKind extends Enum {
|
|
10410
|
+
readonly isArgon: boolean;
|
|
10411
|
+
readonly isArgonot: boolean;
|
|
10412
|
+
readonly type: 'Argon' | 'Argonot';
|
|
10413
|
+
}
|
|
10414
|
+
/** @name PalletCrosschainTransferGatewayState (133) */
|
|
10415
|
+
interface PalletCrosschainTransferGatewayState extends Struct {
|
|
10416
|
+
readonly gatewayActivityNonce: Compact<u64>;
|
|
10417
|
+
readonly argonApprovalsNonce: Compact<u64>;
|
|
10418
|
+
readonly argonCirculation: u128;
|
|
10419
|
+
readonly argonotCirculation: u128;
|
|
10420
|
+
}
|
|
10421
|
+
/** @name FrameSystemPhase (134) */
|
|
10831
10422
|
interface FrameSystemPhase extends Enum {
|
|
10832
10423
|
readonly isApplyExtrinsic: boolean;
|
|
10833
10424
|
readonly asApplyExtrinsic: u32;
|
|
@@ -10835,17 +10426,17 @@ declare module '@polkadot/types/lookup' {
|
|
|
10835
10426
|
readonly isInitialization: boolean;
|
|
10836
10427
|
readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';
|
|
10837
10428
|
}
|
|
10838
|
-
/** @name FrameSystemLastRuntimeUpgradeInfo (
|
|
10429
|
+
/** @name FrameSystemLastRuntimeUpgradeInfo (138) */
|
|
10839
10430
|
interface FrameSystemLastRuntimeUpgradeInfo extends Struct {
|
|
10840
10431
|
readonly specVersion: Compact<u32>;
|
|
10841
10432
|
readonly specName: Text;
|
|
10842
10433
|
}
|
|
10843
|
-
/** @name FrameSystemCodeUpgradeAuthorization (
|
|
10434
|
+
/** @name FrameSystemCodeUpgradeAuthorization (141) */
|
|
10844
10435
|
interface FrameSystemCodeUpgradeAuthorization extends Struct {
|
|
10845
10436
|
readonly codeHash: H256;
|
|
10846
10437
|
readonly checkVersion: bool;
|
|
10847
10438
|
}
|
|
10848
|
-
/** @name FrameSystemCall (
|
|
10439
|
+
/** @name FrameSystemCall (142) */
|
|
10849
10440
|
interface FrameSystemCall extends Enum {
|
|
10850
10441
|
readonly isRemark: boolean;
|
|
10851
10442
|
readonly asRemark: {
|
|
@@ -10894,41 +10485,42 @@ declare module '@polkadot/types/lookup' {
|
|
|
10894
10485
|
} & Struct;
|
|
10895
10486
|
readonly type: 'Remark' | 'SetHeapPages' | 'SetCode' | 'SetCodeWithoutChecks' | 'SetStorage' | 'KillStorage' | 'KillPrefix' | 'RemarkWithEvent' | 'AuthorizeUpgrade' | 'AuthorizeUpgradeWithoutChecks' | 'ApplyAuthorizedUpgrade';
|
|
10896
10487
|
}
|
|
10897
|
-
/** @name FrameSystemLimitsBlockWeights (
|
|
10488
|
+
/** @name FrameSystemLimitsBlockWeights (146) */
|
|
10898
10489
|
interface FrameSystemLimitsBlockWeights extends Struct {
|
|
10899
10490
|
readonly baseBlock: SpWeightsWeightV2Weight;
|
|
10900
10491
|
readonly maxBlock: SpWeightsWeightV2Weight;
|
|
10901
10492
|
readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;
|
|
10902
10493
|
}
|
|
10903
|
-
/** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (
|
|
10494
|
+
/** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (147) */
|
|
10904
10495
|
interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct {
|
|
10905
10496
|
readonly normal: FrameSystemLimitsWeightsPerClass;
|
|
10906
10497
|
readonly operational: FrameSystemLimitsWeightsPerClass;
|
|
10907
10498
|
readonly mandatory: FrameSystemLimitsWeightsPerClass;
|
|
10908
10499
|
}
|
|
10909
|
-
/** @name FrameSystemLimitsWeightsPerClass (
|
|
10500
|
+
/** @name FrameSystemLimitsWeightsPerClass (148) */
|
|
10910
10501
|
interface FrameSystemLimitsWeightsPerClass extends Struct {
|
|
10911
10502
|
readonly baseExtrinsic: SpWeightsWeightV2Weight;
|
|
10912
10503
|
readonly maxExtrinsic: Option<SpWeightsWeightV2Weight>;
|
|
10913
10504
|
readonly maxTotal: Option<SpWeightsWeightV2Weight>;
|
|
10914
10505
|
readonly reserved: Option<SpWeightsWeightV2Weight>;
|
|
10915
10506
|
}
|
|
10916
|
-
/** @name FrameSystemLimitsBlockLength (
|
|
10507
|
+
/** @name FrameSystemLimitsBlockLength (150) */
|
|
10917
10508
|
interface FrameSystemLimitsBlockLength extends Struct {
|
|
10918
10509
|
readonly max: FrameSupportDispatchPerDispatchClassU32;
|
|
10510
|
+
readonly maxHeaderSize: Option<u32>;
|
|
10919
10511
|
}
|
|
10920
|
-
/** @name FrameSupportDispatchPerDispatchClassU32 (
|
|
10512
|
+
/** @name FrameSupportDispatchPerDispatchClassU32 (151) */
|
|
10921
10513
|
interface FrameSupportDispatchPerDispatchClassU32 extends Struct {
|
|
10922
10514
|
readonly normal: u32;
|
|
10923
10515
|
readonly operational: u32;
|
|
10924
10516
|
readonly mandatory: u32;
|
|
10925
10517
|
}
|
|
10926
|
-
/** @name SpWeightsRuntimeDbWeight (
|
|
10518
|
+
/** @name SpWeightsRuntimeDbWeight (153) */
|
|
10927
10519
|
interface SpWeightsRuntimeDbWeight extends Struct {
|
|
10928
10520
|
readonly read: u64;
|
|
10929
10521
|
readonly write: u64;
|
|
10930
10522
|
}
|
|
10931
|
-
/** @name SpVersionRuntimeVersion (
|
|
10523
|
+
/** @name SpVersionRuntimeVersion (154) */
|
|
10932
10524
|
interface SpVersionRuntimeVersion extends Struct {
|
|
10933
10525
|
readonly specName: Text;
|
|
10934
10526
|
readonly implName: Text;
|
|
@@ -10939,7 +10531,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
10939
10531
|
readonly transactionVersion: u32;
|
|
10940
10532
|
readonly systemVersion: u8;
|
|
10941
10533
|
}
|
|
10942
|
-
/** @name FrameSystemError (
|
|
10534
|
+
/** @name FrameSystemError (159) */
|
|
10943
10535
|
interface FrameSystemError extends Enum {
|
|
10944
10536
|
readonly isInvalidSpecName: boolean;
|
|
10945
10537
|
readonly isSpecVersionNeedsToIncrease: boolean;
|
|
@@ -10952,7 +10544,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
10952
10544
|
readonly isUnauthorized: boolean;
|
|
10953
10545
|
readonly type: 'InvalidSpecName' | 'SpecVersionNeedsToIncrease' | 'FailedToExtractRuntimeVersion' | 'NonDefaultComposite' | 'NonZeroRefCount' | 'CallFiltered' | 'MultiBlockMigrationsOngoing' | 'NothingAuthorized' | 'Unauthorized';
|
|
10954
10546
|
}
|
|
10955
|
-
/** @name ArgonPrimitivesDigestsDigestset (
|
|
10547
|
+
/** @name ArgonPrimitivesDigestsDigestset (160) */
|
|
10956
10548
|
interface ArgonPrimitivesDigestsDigestset extends Struct {
|
|
10957
10549
|
readonly author: AccountId32;
|
|
10958
10550
|
readonly blockVote: ArgonPrimitivesDigestsBlockVoteDigest;
|
|
@@ -10962,16 +10554,16 @@ declare module '@polkadot/types/lookup' {
|
|
|
10962
10554
|
readonly tick: u64;
|
|
10963
10555
|
readonly notebooks: ArgonPrimitivesDigestsNotebookDigest;
|
|
10964
10556
|
}
|
|
10965
|
-
/** @name ArgonPrimitivesDigestsBlockVoteDigest (
|
|
10557
|
+
/** @name ArgonPrimitivesDigestsBlockVoteDigest (161) */
|
|
10966
10558
|
interface ArgonPrimitivesDigestsBlockVoteDigest extends Struct {
|
|
10967
10559
|
readonly votingPower: Compact<u128>;
|
|
10968
10560
|
readonly votesCount: Compact<u32>;
|
|
10969
10561
|
}
|
|
10970
|
-
/** @name ArgonPrimitivesDigestsParentVotingKeyDigest (
|
|
10562
|
+
/** @name ArgonPrimitivesDigestsParentVotingKeyDigest (163) */
|
|
10971
10563
|
interface ArgonPrimitivesDigestsParentVotingKeyDigest extends Struct {
|
|
10972
10564
|
readonly parentVotingKey: Option<H256>;
|
|
10973
10565
|
}
|
|
10974
|
-
/** @name ArgonPrimitivesForkPower (
|
|
10566
|
+
/** @name ArgonPrimitivesForkPower (166) */
|
|
10975
10567
|
interface ArgonPrimitivesForkPower extends Struct {
|
|
10976
10568
|
readonly isLatestVote: bool;
|
|
10977
10569
|
readonly notebooks: Compact<u64>;
|
|
@@ -10981,24 +10573,24 @@ declare module '@polkadot/types/lookup' {
|
|
|
10981
10573
|
readonly voteCreatedBlocks: Compact<u128>;
|
|
10982
10574
|
readonly minerNonceScore: Option<U256>;
|
|
10983
10575
|
}
|
|
10984
|
-
/** @name ArgonPrimitivesDigestsFrameInfo (
|
|
10576
|
+
/** @name ArgonPrimitivesDigestsFrameInfo (171) */
|
|
10985
10577
|
interface ArgonPrimitivesDigestsFrameInfo extends Struct {
|
|
10986
10578
|
readonly frameId: Compact<u64>;
|
|
10987
10579
|
readonly frameRewardTicksRemaining: Compact<u32>;
|
|
10988
10580
|
readonly isNewFrame: bool;
|
|
10989
10581
|
}
|
|
10990
|
-
/** @name ArgonPrimitivesDigestsNotebookDigest (
|
|
10582
|
+
/** @name ArgonPrimitivesDigestsNotebookDigest (173) */
|
|
10991
10583
|
interface ArgonPrimitivesDigestsNotebookDigest extends Struct {
|
|
10992
10584
|
readonly notebooks: Vec<ArgonPrimitivesNotebookNotebookAuditResult>;
|
|
10993
10585
|
}
|
|
10994
|
-
/** @name ArgonPrimitivesNotebookNotebookAuditResult (
|
|
10586
|
+
/** @name ArgonPrimitivesNotebookNotebookAuditResult (175) */
|
|
10995
10587
|
interface ArgonPrimitivesNotebookNotebookAuditResult extends Struct {
|
|
10996
10588
|
readonly notaryId: Compact<u32>;
|
|
10997
10589
|
readonly notebookNumber: Compact<u32>;
|
|
10998
10590
|
readonly tick: Compact<u64>;
|
|
10999
10591
|
readonly auditFirstFailure: Option<ArgonNotaryAuditErrorVerifyError>;
|
|
11000
10592
|
}
|
|
11001
|
-
/** @name PalletDigestsError (
|
|
10593
|
+
/** @name PalletDigestsError (178) */
|
|
11002
10594
|
interface PalletDigestsError extends Enum {
|
|
11003
10595
|
readonly isDuplicateBlockVoteDigest: boolean;
|
|
11004
10596
|
readonly isDuplicateAuthorDigest: boolean;
|
|
@@ -11015,7 +10607,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
11015
10607
|
readonly isDuplicateFrameInfoDigest: boolean;
|
|
11016
10608
|
readonly type: 'DuplicateBlockVoteDigest' | 'DuplicateAuthorDigest' | 'DuplicateTickDigest' | 'DuplicateParentVotingKeyDigest' | 'DuplicateNotebookDigest' | 'DuplicateForkPowerDigest' | 'MissingBlockVoteDigest' | 'MissingAuthorDigest' | 'MissingTickDigest' | 'MissingParentVotingKeyDigest' | 'MissingNotebookDigest' | 'CouldNotDecodeDigest' | 'DuplicateFrameInfoDigest';
|
|
11017
10609
|
}
|
|
11018
|
-
/** @name PalletTimestampCall (
|
|
10610
|
+
/** @name PalletTimestampCall (179) */
|
|
11019
10611
|
interface PalletTimestampCall extends Enum {
|
|
11020
10612
|
readonly isSet: boolean;
|
|
11021
10613
|
readonly asSet: {
|
|
@@ -11023,14 +10615,14 @@ declare module '@polkadot/types/lookup' {
|
|
|
11023
10615
|
} & Struct;
|
|
11024
10616
|
readonly type: 'Set';
|
|
11025
10617
|
}
|
|
11026
|
-
/** @name PalletMultisigMultisig (
|
|
10618
|
+
/** @name PalletMultisigMultisig (181) */
|
|
11027
10619
|
interface PalletMultisigMultisig extends Struct {
|
|
11028
10620
|
readonly when: PalletMultisigTimepoint;
|
|
11029
10621
|
readonly deposit: u128;
|
|
11030
10622
|
readonly depositor: AccountId32;
|
|
11031
10623
|
readonly approvals: Vec<AccountId32>;
|
|
11032
10624
|
}
|
|
11033
|
-
/** @name PalletMultisigCall (
|
|
10625
|
+
/** @name PalletMultisigCall (184) */
|
|
11034
10626
|
interface PalletMultisigCall extends Enum {
|
|
11035
10627
|
readonly isAsMultiThreshold1: boolean;
|
|
11036
10628
|
readonly asAsMultiThreshold1: {
|
|
@@ -11068,7 +10660,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
11068
10660
|
} & Struct;
|
|
11069
10661
|
readonly type: 'AsMultiThreshold1' | 'AsMulti' | 'ApproveAsMulti' | 'CancelAsMulti' | 'PokeDeposit';
|
|
11070
10662
|
}
|
|
11071
|
-
/** @name PalletProxyCall (
|
|
10663
|
+
/** @name PalletProxyCall (186) */
|
|
11072
10664
|
interface PalletProxyCall extends Enum {
|
|
11073
10665
|
readonly isProxy: boolean;
|
|
11074
10666
|
readonly asProxy: {
|
|
@@ -11128,9 +10720,9 @@ declare module '@polkadot/types/lookup' {
|
|
|
11128
10720
|
readonly isPokeDeposit: boolean;
|
|
11129
10721
|
readonly type: 'Proxy' | 'AddProxy' | 'RemoveProxy' | 'RemoveProxies' | 'CreatePure' | 'KillPure' | 'Announce' | 'RemoveAnnouncement' | 'RejectAnnouncement' | 'ProxyAnnounced' | 'PokeDeposit';
|
|
11130
10722
|
}
|
|
11131
|
-
/** @name PalletTicksCall (
|
|
10723
|
+
/** @name PalletTicksCall (190) */
|
|
11132
10724
|
type PalletTicksCall = Null;
|
|
11133
|
-
/** @name PalletMiningSlotCall (
|
|
10725
|
+
/** @name PalletMiningSlotCall (191) */
|
|
11134
10726
|
interface PalletMiningSlotCall extends Enum {
|
|
11135
10727
|
readonly isBid: boolean;
|
|
11136
10728
|
readonly asBid: {
|
|
@@ -11145,7 +10737,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
11145
10737
|
} & Struct;
|
|
11146
10738
|
readonly type: 'Bid' | 'ConfigureMiningSlotDelay';
|
|
11147
10739
|
}
|
|
11148
|
-
/** @name PalletBitcoinUtxosCall (
|
|
10740
|
+
/** @name PalletBitcoinUtxosCall (192) */
|
|
11149
10741
|
interface PalletBitcoinUtxosCall extends Enum {
|
|
11150
10742
|
readonly isSync: boolean;
|
|
11151
10743
|
readonly asSync: {
|
|
@@ -11172,19 +10764,19 @@ declare module '@polkadot/types/lookup' {
|
|
|
11172
10764
|
} & Struct;
|
|
11173
10765
|
readonly type: 'Sync' | 'SetConfirmedBlock' | 'SetOperator' | 'FundWithUtxoCandidate' | 'RejectUtxoCandidate';
|
|
11174
10766
|
}
|
|
11175
|
-
/** @name ArgonPrimitivesInherentsBitcoinUtxoSync (
|
|
10767
|
+
/** @name ArgonPrimitivesInherentsBitcoinUtxoSync (193) */
|
|
11176
10768
|
interface ArgonPrimitivesInherentsBitcoinUtxoSync extends Struct {
|
|
11177
10769
|
readonly spent: Vec<ArgonPrimitivesInherentsBitcoinUtxoSpend>;
|
|
11178
10770
|
readonly funded: Vec<ArgonPrimitivesInherentsBitcoinUtxoFunding>;
|
|
11179
10771
|
readonly syncToBlock: ArgonPrimitivesBitcoinBitcoinBlock;
|
|
11180
10772
|
}
|
|
11181
|
-
/** @name ArgonPrimitivesInherentsBitcoinUtxoSpend (
|
|
10773
|
+
/** @name ArgonPrimitivesInherentsBitcoinUtxoSpend (195) */
|
|
11182
10774
|
interface ArgonPrimitivesInherentsBitcoinUtxoSpend extends Struct {
|
|
11183
10775
|
readonly utxoId: Compact<u64>;
|
|
11184
10776
|
readonly utxoRef: Option<ArgonPrimitivesBitcoinUtxoRef>;
|
|
11185
10777
|
readonly bitcoinHeight: Compact<u64>;
|
|
11186
10778
|
}
|
|
11187
|
-
/** @name ArgonPrimitivesInherentsBitcoinUtxoFunding (
|
|
10779
|
+
/** @name ArgonPrimitivesInherentsBitcoinUtxoFunding (198) */
|
|
11188
10780
|
interface ArgonPrimitivesInherentsBitcoinUtxoFunding extends Struct {
|
|
11189
10781
|
readonly utxoId: Compact<u64>;
|
|
11190
10782
|
readonly utxoRef: ArgonPrimitivesBitcoinUtxoRef;
|
|
@@ -11192,12 +10784,12 @@ declare module '@polkadot/types/lookup' {
|
|
|
11192
10784
|
readonly expectedSatoshis: Compact<u64>;
|
|
11193
10785
|
readonly bitcoinHeight: Compact<u64>;
|
|
11194
10786
|
}
|
|
11195
|
-
/** @name ArgonPrimitivesBitcoinBitcoinBlock (
|
|
10787
|
+
/** @name ArgonPrimitivesBitcoinBitcoinBlock (199) */
|
|
11196
10788
|
interface ArgonPrimitivesBitcoinBitcoinBlock extends Struct {
|
|
11197
10789
|
readonly blockHeight: Compact<u64>;
|
|
11198
10790
|
readonly blockHash: ArgonPrimitivesBitcoinH256Le;
|
|
11199
10791
|
}
|
|
11200
|
-
/** @name PalletVaultsCall (
|
|
10792
|
+
/** @name PalletVaultsCall (200) */
|
|
11201
10793
|
interface PalletVaultsCall extends Enum {
|
|
11202
10794
|
readonly isCreate: boolean;
|
|
11203
10795
|
readonly asCreate: {
|
|
@@ -11237,7 +10829,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
11237
10829
|
} & Struct;
|
|
11238
10830
|
readonly type: 'Create' | 'ModifyFunding' | 'ModifyTerms' | 'Close' | 'ReplaceBitcoinXpub' | 'Collect' | 'SetBitcoinLockDelegate' | 'SetName';
|
|
11239
10831
|
}
|
|
11240
|
-
/** @name PalletVaultsVaultConfig (
|
|
10832
|
+
/** @name PalletVaultsVaultConfig (201) */
|
|
11241
10833
|
interface PalletVaultsVaultConfig extends Struct {
|
|
11242
10834
|
readonly terms: ArgonPrimitivesVaultVaultTerms;
|
|
11243
10835
|
readonly name: Option<Bytes>;
|
|
@@ -11245,16 +10837,16 @@ declare module '@polkadot/types/lookup' {
|
|
|
11245
10837
|
readonly bitcoinXpubkey: ArgonPrimitivesBitcoinOpaqueBitcoinXpub;
|
|
11246
10838
|
readonly securitizationRatio: Compact<u128>;
|
|
11247
10839
|
}
|
|
11248
|
-
/** @name ArgonPrimitivesVaultVaultTerms (
|
|
10840
|
+
/** @name ArgonPrimitivesVaultVaultTerms (202) */
|
|
11249
10841
|
interface ArgonPrimitivesVaultVaultTerms extends Struct {
|
|
11250
10842
|
readonly bitcoinAnnualPercentRate: Compact<u128>;
|
|
11251
10843
|
readonly bitcoinBaseFee: Compact<u128>;
|
|
11252
10844
|
readonly treasuryProfitSharing: Compact<Permill>;
|
|
11253
10845
|
}
|
|
11254
|
-
/** @name ArgonPrimitivesBitcoinOpaqueBitcoinXpub (
|
|
10846
|
+
/** @name ArgonPrimitivesBitcoinOpaqueBitcoinXpub (208) */
|
|
11255
10847
|
interface ArgonPrimitivesBitcoinOpaqueBitcoinXpub extends U8aFixed {
|
|
11256
10848
|
}
|
|
11257
|
-
/** @name PalletBitcoinLocksCall (
|
|
10849
|
+
/** @name PalletBitcoinLocksCall (210) */
|
|
11258
10850
|
interface PalletBitcoinLocksCall extends Enum {
|
|
11259
10851
|
readonly isInitialize: boolean;
|
|
11260
10852
|
readonly asInitialize: {
|
|
@@ -11310,18 +10902,18 @@ declare module '@polkadot/types/lookup' {
|
|
|
11310
10902
|
} & Struct;
|
|
11311
10903
|
readonly type: 'Initialize' | 'RequestRelease' | 'CosignRelease' | 'Ratchet' | 'AdminModifyMinimumLockedSats' | 'RequestOrphanedUtxoRelease' | 'CosignOrphanedUtxoRelease' | 'InitializeFor' | 'IncreaseSecuritization';
|
|
11312
10904
|
}
|
|
11313
|
-
/** @name ArgonPrimitivesBitcoinCompressedBitcoinPubkey (
|
|
10905
|
+
/** @name ArgonPrimitivesBitcoinCompressedBitcoinPubkey (211) */
|
|
11314
10906
|
interface ArgonPrimitivesBitcoinCompressedBitcoinPubkey extends U8aFixed {
|
|
11315
10907
|
}
|
|
11316
|
-
/** @name PalletBitcoinLocksLockOptions (
|
|
10908
|
+
/** @name PalletBitcoinLocksLockOptions (214) */
|
|
11317
10909
|
interface PalletBitcoinLocksLockOptions extends Enum {
|
|
11318
10910
|
readonly isV1: boolean;
|
|
11319
10911
|
readonly asV1: {
|
|
11320
|
-
readonly
|
|
10912
|
+
readonly microgonsAtTargetPerBtc: Option<u128>;
|
|
11321
10913
|
} & Struct;
|
|
11322
10914
|
readonly type: 'V1';
|
|
11323
10915
|
}
|
|
11324
|
-
/** @name PalletNotariesCall (
|
|
10916
|
+
/** @name PalletNotariesCall (217) */
|
|
11325
10917
|
interface PalletNotariesCall extends Enum {
|
|
11326
10918
|
readonly isPropose: boolean;
|
|
11327
10919
|
readonly asPropose: {
|
|
@@ -11339,7 +10931,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
11339
10931
|
} & Struct;
|
|
11340
10932
|
readonly type: 'Propose' | 'Activate' | 'Update';
|
|
11341
10933
|
}
|
|
11342
|
-
/** @name PalletNotebookCall (
|
|
10934
|
+
/** @name PalletNotebookCall (218) */
|
|
11343
10935
|
interface PalletNotebookCall extends Enum {
|
|
11344
10936
|
readonly isSubmit: boolean;
|
|
11345
10937
|
readonly asSubmit: {
|
|
@@ -11351,12 +10943,12 @@ declare module '@polkadot/types/lookup' {
|
|
|
11351
10943
|
} & Struct;
|
|
11352
10944
|
readonly type: 'Submit' | 'Unlock';
|
|
11353
10945
|
}
|
|
11354
|
-
/** @name ArgonPrimitivesNotebookSignedNotebookHeader (
|
|
10946
|
+
/** @name ArgonPrimitivesNotebookSignedNotebookHeader (220) */
|
|
11355
10947
|
interface ArgonPrimitivesNotebookSignedNotebookHeader extends Struct {
|
|
11356
10948
|
readonly header: ArgonPrimitivesNotebookNotebookHeader;
|
|
11357
10949
|
readonly signature: U8aFixed;
|
|
11358
10950
|
}
|
|
11359
|
-
/** @name ArgonPrimitivesNotebookNotebookHeader (
|
|
10951
|
+
/** @name ArgonPrimitivesNotebookNotebookHeader (221) */
|
|
11360
10952
|
interface ArgonPrimitivesNotebookNotebookHeader extends Struct {
|
|
11361
10953
|
readonly version: Compact<u16>;
|
|
11362
10954
|
readonly notebookNumber: Compact<u32>;
|
|
@@ -11374,7 +10966,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
11374
10966
|
readonly parentSecret: Option<H256>;
|
|
11375
10967
|
readonly domains: Vec<ITuple<[H256, AccountId32]>>;
|
|
11376
10968
|
}
|
|
11377
|
-
/** @name ArgonPrimitivesNotebookChainTransfer (
|
|
10969
|
+
/** @name ArgonPrimitivesNotebookChainTransfer (224) */
|
|
11378
10970
|
interface ArgonPrimitivesNotebookChainTransfer extends Enum {
|
|
11379
10971
|
readonly isToMainchain: boolean;
|
|
11380
10972
|
readonly asToMainchain: {
|
|
@@ -11387,13 +10979,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
11387
10979
|
} & Struct;
|
|
11388
10980
|
readonly type: 'ToMainchain' | 'ToLocalchain';
|
|
11389
10981
|
}
|
|
11390
|
-
/** @name ArgonPrimitivesBalanceChangeAccountOrigin (
|
|
10982
|
+
/** @name ArgonPrimitivesBalanceChangeAccountOrigin (227) */
|
|
11391
10983
|
interface ArgonPrimitivesBalanceChangeAccountOrigin extends Struct {
|
|
11392
10984
|
readonly notebookNumber: Compact<u32>;
|
|
11393
10985
|
readonly accountUid: Compact<u32>;
|
|
11394
10986
|
}
|
|
11395
|
-
/** @name
|
|
11396
|
-
interface
|
|
10987
|
+
/** @name PalletLocalchainTransferCall (234) */
|
|
10988
|
+
interface PalletLocalchainTransferCall extends Enum {
|
|
11397
10989
|
readonly isSendToLocalchain: boolean;
|
|
11398
10990
|
readonly asSendToLocalchain: {
|
|
11399
10991
|
readonly amount: Compact<u128>;
|
|
@@ -11401,7 +10993,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
11401
10993
|
} & Struct;
|
|
11402
10994
|
readonly type: 'SendToLocalchain';
|
|
11403
10995
|
}
|
|
11404
|
-
/** @name PalletBlockSealSpecCall (
|
|
10996
|
+
/** @name PalletBlockSealSpecCall (235) */
|
|
11405
10997
|
interface PalletBlockSealSpecCall extends Enum {
|
|
11406
10998
|
readonly isConfigure: boolean;
|
|
11407
10999
|
readonly asConfigure: {
|
|
@@ -11410,7 +11002,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
11410
11002
|
} & Struct;
|
|
11411
11003
|
readonly type: 'Configure';
|
|
11412
11004
|
}
|
|
11413
|
-
/** @name PalletDomainsCall (
|
|
11005
|
+
/** @name PalletDomainsCall (236) */
|
|
11414
11006
|
interface PalletDomainsCall extends Enum {
|
|
11415
11007
|
readonly isSetZoneRecord: boolean;
|
|
11416
11008
|
readonly asSetZoneRecord: {
|
|
@@ -11419,7 +11011,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
11419
11011
|
} & Struct;
|
|
11420
11012
|
readonly type: 'SetZoneRecord';
|
|
11421
11013
|
}
|
|
11422
|
-
/** @name PalletPriceIndexCall (
|
|
11014
|
+
/** @name PalletPriceIndexCall (237) */
|
|
11423
11015
|
interface PalletPriceIndexCall extends Enum {
|
|
11424
11016
|
readonly isSubmit: boolean;
|
|
11425
11017
|
readonly asSubmit: {
|
|
@@ -11431,7 +11023,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
11431
11023
|
} & Struct;
|
|
11432
11024
|
readonly type: 'Submit' | 'SetOperator';
|
|
11433
11025
|
}
|
|
11434
|
-
/** @name PalletPriceIndexPriceIndex (
|
|
11026
|
+
/** @name PalletPriceIndexPriceIndex (238) */
|
|
11435
11027
|
interface PalletPriceIndexPriceIndex extends Struct {
|
|
11436
11028
|
readonly btcUsdPrice: Compact<u128>;
|
|
11437
11029
|
readonly argonotUsdPrice: u128;
|
|
@@ -11440,7 +11032,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
11440
11032
|
readonly argonTimeWeightedAverageLiquidity: u128;
|
|
11441
11033
|
readonly tick: Compact<u64>;
|
|
11442
11034
|
}
|
|
11443
|
-
/** @name PalletGrandpaCall (
|
|
11035
|
+
/** @name PalletGrandpaCall (239) */
|
|
11444
11036
|
interface PalletGrandpaCall extends Enum {
|
|
11445
11037
|
readonly isReportEquivocation: boolean;
|
|
11446
11038
|
readonly asReportEquivocation: {
|
|
@@ -11459,12 +11051,12 @@ declare module '@polkadot/types/lookup' {
|
|
|
11459
11051
|
} & Struct;
|
|
11460
11052
|
readonly type: 'ReportEquivocation' | 'ReportEquivocationUnsigned' | 'NoteStalled';
|
|
11461
11053
|
}
|
|
11462
|
-
/** @name SpConsensusGrandpaEquivocationProof (
|
|
11054
|
+
/** @name SpConsensusGrandpaEquivocationProof (240) */
|
|
11463
11055
|
interface SpConsensusGrandpaEquivocationProof extends Struct {
|
|
11464
11056
|
readonly setId: u64;
|
|
11465
11057
|
readonly equivocation: SpConsensusGrandpaEquivocation;
|
|
11466
11058
|
}
|
|
11467
|
-
/** @name SpConsensusGrandpaEquivocation (
|
|
11059
|
+
/** @name SpConsensusGrandpaEquivocation (241) */
|
|
11468
11060
|
interface SpConsensusGrandpaEquivocation extends Enum {
|
|
11469
11061
|
readonly isPrevote: boolean;
|
|
11470
11062
|
readonly asPrevote: FinalityGrandpaEquivocationPrevote;
|
|
@@ -11472,36 +11064,36 @@ declare module '@polkadot/types/lookup' {
|
|
|
11472
11064
|
readonly asPrecommit: FinalityGrandpaEquivocationPrecommit;
|
|
11473
11065
|
readonly type: 'Prevote' | 'Precommit';
|
|
11474
11066
|
}
|
|
11475
|
-
/** @name FinalityGrandpaEquivocationPrevote (
|
|
11067
|
+
/** @name FinalityGrandpaEquivocationPrevote (242) */
|
|
11476
11068
|
interface FinalityGrandpaEquivocationPrevote extends Struct {
|
|
11477
11069
|
readonly roundNumber: u64;
|
|
11478
11070
|
readonly identity: SpConsensusGrandpaAppPublic;
|
|
11479
11071
|
readonly first: ITuple<[FinalityGrandpaPrevote, SpConsensusGrandpaAppSignature]>;
|
|
11480
11072
|
readonly second: ITuple<[FinalityGrandpaPrevote, SpConsensusGrandpaAppSignature]>;
|
|
11481
11073
|
}
|
|
11482
|
-
/** @name FinalityGrandpaPrevote (
|
|
11074
|
+
/** @name FinalityGrandpaPrevote (243) */
|
|
11483
11075
|
interface FinalityGrandpaPrevote extends Struct {
|
|
11484
11076
|
readonly targetHash: H256;
|
|
11485
11077
|
readonly targetNumber: u32;
|
|
11486
11078
|
}
|
|
11487
|
-
/** @name SpConsensusGrandpaAppSignature (
|
|
11079
|
+
/** @name SpConsensusGrandpaAppSignature (244) */
|
|
11488
11080
|
interface SpConsensusGrandpaAppSignature extends U8aFixed {
|
|
11489
11081
|
}
|
|
11490
|
-
/** @name FinalityGrandpaEquivocationPrecommit (
|
|
11082
|
+
/** @name FinalityGrandpaEquivocationPrecommit (246) */
|
|
11491
11083
|
interface FinalityGrandpaEquivocationPrecommit extends Struct {
|
|
11492
11084
|
readonly roundNumber: u64;
|
|
11493
11085
|
readonly identity: SpConsensusGrandpaAppPublic;
|
|
11494
11086
|
readonly first: ITuple<[FinalityGrandpaPrecommit, SpConsensusGrandpaAppSignature]>;
|
|
11495
11087
|
readonly second: ITuple<[FinalityGrandpaPrecommit, SpConsensusGrandpaAppSignature]>;
|
|
11496
11088
|
}
|
|
11497
|
-
/** @name FinalityGrandpaPrecommit (
|
|
11089
|
+
/** @name FinalityGrandpaPrecommit (247) */
|
|
11498
11090
|
interface FinalityGrandpaPrecommit extends Struct {
|
|
11499
11091
|
readonly targetHash: H256;
|
|
11500
11092
|
readonly targetNumber: u32;
|
|
11501
11093
|
}
|
|
11502
|
-
/** @name SpCoreVoid (
|
|
11094
|
+
/** @name SpCoreVoid (249) */
|
|
11503
11095
|
type SpCoreVoid = Null;
|
|
11504
|
-
/** @name PalletBlockSealCall (
|
|
11096
|
+
/** @name PalletBlockSealCall (250) */
|
|
11505
11097
|
interface PalletBlockSealCall extends Enum {
|
|
11506
11098
|
readonly isApply: boolean;
|
|
11507
11099
|
readonly asApply: {
|
|
@@ -11509,7 +11101,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
11509
11101
|
} & Struct;
|
|
11510
11102
|
readonly type: 'Apply';
|
|
11511
11103
|
}
|
|
11512
|
-
/** @name ArgonPrimitivesInherentsBlockSealInherent (
|
|
11104
|
+
/** @name ArgonPrimitivesInherentsBlockSealInherent (251) */
|
|
11513
11105
|
interface ArgonPrimitivesInherentsBlockSealInherent extends Enum {
|
|
11514
11106
|
readonly isVote: boolean;
|
|
11515
11107
|
readonly asVote: {
|
|
@@ -11523,13 +11115,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
11523
11115
|
readonly isCompute: boolean;
|
|
11524
11116
|
readonly type: 'Vote' | 'Compute';
|
|
11525
11117
|
}
|
|
11526
|
-
/** @name ArgonPrimitivesBalanceChangeMerkleProof (
|
|
11118
|
+
/** @name ArgonPrimitivesBalanceChangeMerkleProof (252) */
|
|
11527
11119
|
interface ArgonPrimitivesBalanceChangeMerkleProof extends Struct {
|
|
11528
11120
|
readonly proof: Vec<H256>;
|
|
11529
11121
|
readonly numberOfLeaves: Compact<u32>;
|
|
11530
11122
|
readonly leafIndex: Compact<u32>;
|
|
11531
11123
|
}
|
|
11532
|
-
/** @name ArgonPrimitivesBlockVoteBlockVoteT (
|
|
11124
|
+
/** @name ArgonPrimitivesBlockVoteBlockVoteT (254) */
|
|
11533
11125
|
interface ArgonPrimitivesBlockVoteBlockVoteT extends Struct {
|
|
11534
11126
|
readonly accountId: AccountId32;
|
|
11535
11127
|
readonly blockHash: H256;
|
|
@@ -11539,7 +11131,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
11539
11131
|
readonly blockRewardsAccountId: AccountId32;
|
|
11540
11132
|
readonly tick: Compact<u64>;
|
|
11541
11133
|
}
|
|
11542
|
-
/** @name SpRuntimeMultiSignature (
|
|
11134
|
+
/** @name SpRuntimeMultiSignature (255) */
|
|
11543
11135
|
interface SpRuntimeMultiSignature extends Enum {
|
|
11544
11136
|
readonly isEd25519: boolean;
|
|
11545
11137
|
readonly asEd25519: U8aFixed;
|
|
@@ -11551,7 +11143,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
11551
11143
|
readonly asEth: U8aFixed;
|
|
11552
11144
|
readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa' | 'Eth';
|
|
11553
11145
|
}
|
|
11554
|
-
/** @name PalletBlockRewardsCall (
|
|
11146
|
+
/** @name PalletBlockRewardsCall (257) */
|
|
11555
11147
|
interface PalletBlockRewardsCall extends Enum {
|
|
11556
11148
|
readonly isSetBlockRewardsPaused: boolean;
|
|
11557
11149
|
readonly asSetBlockRewardsPaused: {
|
|
@@ -11559,9 +11151,9 @@ declare module '@polkadot/types/lookup' {
|
|
|
11559
11151
|
} & Struct;
|
|
11560
11152
|
readonly type: 'SetBlockRewardsPaused';
|
|
11561
11153
|
}
|
|
11562
|
-
/** @name PalletMintCall (
|
|
11154
|
+
/** @name PalletMintCall (258) */
|
|
11563
11155
|
type PalletMintCall = Null;
|
|
11564
|
-
/** @name PalletBalancesCall (
|
|
11156
|
+
/** @name PalletBalancesCall (259) */
|
|
11565
11157
|
interface PalletBalancesCall extends Enum {
|
|
11566
11158
|
readonly isTransferAllowDeath: boolean;
|
|
11567
11159
|
readonly asTransferAllowDeath: {
|
|
@@ -11610,13 +11202,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
11610
11202
|
} & Struct;
|
|
11611
11203
|
readonly type: 'TransferAllowDeath' | 'ForceTransfer' | 'TransferKeepAlive' | 'TransferAll' | 'ForceUnreserve' | 'UpgradeAccounts' | 'ForceSetBalance' | 'ForceAdjustTotalIssuance' | 'Burn';
|
|
11612
11204
|
}
|
|
11613
|
-
/** @name PalletBalancesAdjustmentDirection (
|
|
11205
|
+
/** @name PalletBalancesAdjustmentDirection (260) */
|
|
11614
11206
|
interface PalletBalancesAdjustmentDirection extends Enum {
|
|
11615
11207
|
readonly isIncrease: boolean;
|
|
11616
11208
|
readonly isDecrease: boolean;
|
|
11617
11209
|
readonly type: 'Increase' | 'Decrease';
|
|
11618
11210
|
}
|
|
11619
|
-
/** @name PalletTxPauseCall (
|
|
11211
|
+
/** @name PalletTxPauseCall (262) */
|
|
11620
11212
|
interface PalletTxPauseCall extends Enum {
|
|
11621
11213
|
readonly isPause: boolean;
|
|
11622
11214
|
readonly asPause: {
|
|
@@ -11628,7 +11220,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
11628
11220
|
} & Struct;
|
|
11629
11221
|
readonly type: 'Pause' | 'Unpause';
|
|
11630
11222
|
}
|
|
11631
|
-
/** @name PalletUtilityCall (
|
|
11223
|
+
/** @name PalletUtilityCall (263) */
|
|
11632
11224
|
interface PalletUtilityCall extends Enum {
|
|
11633
11225
|
readonly isBatch: boolean;
|
|
11634
11226
|
readonly asBatch: {
|
|
@@ -11669,7 +11261,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
11669
11261
|
} & Struct;
|
|
11670
11262
|
readonly type: 'Batch' | 'AsDerivative' | 'BatchAll' | 'DispatchAs' | 'ForceBatch' | 'WithWeight' | 'IfElse' | 'DispatchAsFallible';
|
|
11671
11263
|
}
|
|
11672
|
-
/** @name PalletSudoCall (
|
|
11264
|
+
/** @name PalletSudoCall (265) */
|
|
11673
11265
|
interface PalletSudoCall extends Enum {
|
|
11674
11266
|
readonly isSudo: boolean;
|
|
11675
11267
|
readonly asSudo: {
|
|
@@ -11692,257 +11284,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
11692
11284
|
readonly isRemoveKey: boolean;
|
|
11693
11285
|
readonly type: 'Sudo' | 'SudoUncheckedWeight' | 'SetKey' | 'SudoAs' | 'RemoveKey';
|
|
11694
11286
|
}
|
|
11695
|
-
/** @name
|
|
11696
|
-
interface PalletIsmpCall extends Enum {
|
|
11697
|
-
readonly isHandleUnsigned: boolean;
|
|
11698
|
-
readonly asHandleUnsigned: {
|
|
11699
|
-
readonly messages: Vec<IsmpMessagingMessage>;
|
|
11700
|
-
} & Struct;
|
|
11701
|
-
readonly isCreateConsensusClient: boolean;
|
|
11702
|
-
readonly asCreateConsensusClient: {
|
|
11703
|
-
readonly message: IsmpMessagingCreateConsensusState;
|
|
11704
|
-
} & Struct;
|
|
11705
|
-
readonly isUpdateConsensusState: boolean;
|
|
11706
|
-
readonly asUpdateConsensusState: {
|
|
11707
|
-
readonly message: PalletIsmpUtilsUpdateConsensusState;
|
|
11708
|
-
} & Struct;
|
|
11709
|
-
readonly isFundMessage: boolean;
|
|
11710
|
-
readonly asFundMessage: {
|
|
11711
|
-
readonly message: PalletIsmpUtilsFundMessageParams;
|
|
11712
|
-
} & Struct;
|
|
11713
|
-
readonly type: 'HandleUnsigned' | 'CreateConsensusClient' | 'UpdateConsensusState' | 'FundMessage';
|
|
11714
|
-
}
|
|
11715
|
-
/** @name IsmpMessagingMessage (283) */
|
|
11716
|
-
interface IsmpMessagingMessage extends Enum {
|
|
11717
|
-
readonly isConsensus: boolean;
|
|
11718
|
-
readonly asConsensus: IsmpMessagingConsensusMessage;
|
|
11719
|
-
readonly isFraudProof: boolean;
|
|
11720
|
-
readonly asFraudProof: IsmpMessagingFraudProofMessage;
|
|
11721
|
-
readonly isRequest: boolean;
|
|
11722
|
-
readonly asRequest: IsmpMessagingRequestMessage;
|
|
11723
|
-
readonly isResponse: boolean;
|
|
11724
|
-
readonly asResponse: IsmpMessagingResponseMessage;
|
|
11725
|
-
readonly isTimeout: boolean;
|
|
11726
|
-
readonly asTimeout: IsmpMessagingTimeoutMessage;
|
|
11727
|
-
readonly type: 'Consensus' | 'FraudProof' | 'Request' | 'Response' | 'Timeout';
|
|
11728
|
-
}
|
|
11729
|
-
/** @name IsmpMessagingConsensusMessage (284) */
|
|
11730
|
-
interface IsmpMessagingConsensusMessage extends Struct {
|
|
11731
|
-
readonly consensusProof: Bytes;
|
|
11732
|
-
readonly consensusStateId: U8aFixed;
|
|
11733
|
-
readonly signer: Bytes;
|
|
11734
|
-
}
|
|
11735
|
-
/** @name IsmpMessagingFraudProofMessage (285) */
|
|
11736
|
-
interface IsmpMessagingFraudProofMessage extends Struct {
|
|
11737
|
-
readonly proof1: Bytes;
|
|
11738
|
-
readonly proof2: Bytes;
|
|
11739
|
-
readonly consensusStateId: U8aFixed;
|
|
11740
|
-
readonly signer: Bytes;
|
|
11741
|
-
}
|
|
11742
|
-
/** @name IsmpMessagingRequestMessage (286) */
|
|
11743
|
-
interface IsmpMessagingRequestMessage extends Struct {
|
|
11744
|
-
readonly requests: Vec<IsmpRouterPostRequest>;
|
|
11745
|
-
readonly proof: IsmpMessagingProof;
|
|
11746
|
-
readonly signer: Bytes;
|
|
11747
|
-
}
|
|
11748
|
-
/** @name IsmpRouterPostRequest (288) */
|
|
11749
|
-
interface IsmpRouterPostRequest extends Struct {
|
|
11750
|
-
readonly source: IsmpHostStateMachine;
|
|
11751
|
-
readonly dest: IsmpHostStateMachine;
|
|
11752
|
-
readonly nonce: u64;
|
|
11753
|
-
readonly from: Bytes;
|
|
11754
|
-
readonly to: Bytes;
|
|
11755
|
-
readonly timeoutTimestamp: u64;
|
|
11756
|
-
readonly body: Bytes;
|
|
11757
|
-
}
|
|
11758
|
-
/** @name IsmpMessagingProof (289) */
|
|
11759
|
-
interface IsmpMessagingProof extends Struct {
|
|
11760
|
-
readonly height: IsmpConsensusStateMachineHeight;
|
|
11761
|
-
readonly proof: Bytes;
|
|
11762
|
-
}
|
|
11763
|
-
/** @name IsmpMessagingResponseMessage (290) */
|
|
11764
|
-
interface IsmpMessagingResponseMessage extends Struct {
|
|
11765
|
-
readonly datagram: IsmpRouterRequestResponse;
|
|
11766
|
-
readonly proof: IsmpMessagingProof;
|
|
11767
|
-
readonly signer: Bytes;
|
|
11768
|
-
}
|
|
11769
|
-
/** @name IsmpRouterRequestResponse (291) */
|
|
11770
|
-
interface IsmpRouterRequestResponse extends Enum {
|
|
11771
|
-
readonly isRequest: boolean;
|
|
11772
|
-
readonly asRequest: Vec<IsmpRouterRequest>;
|
|
11773
|
-
readonly isResponse: boolean;
|
|
11774
|
-
readonly asResponse: Vec<IsmpRouterResponse>;
|
|
11775
|
-
readonly type: 'Request' | 'Response';
|
|
11776
|
-
}
|
|
11777
|
-
/** @name IsmpRouterRequest (293) */
|
|
11778
|
-
interface IsmpRouterRequest extends Enum {
|
|
11779
|
-
readonly isPost: boolean;
|
|
11780
|
-
readonly asPost: IsmpRouterPostRequest;
|
|
11781
|
-
readonly isGet: boolean;
|
|
11782
|
-
readonly asGet: IsmpRouterGetRequest;
|
|
11783
|
-
readonly type: 'Post' | 'Get';
|
|
11784
|
-
}
|
|
11785
|
-
/** @name IsmpRouterGetRequest (294) */
|
|
11786
|
-
interface IsmpRouterGetRequest extends Struct {
|
|
11787
|
-
readonly source: IsmpHostStateMachine;
|
|
11788
|
-
readonly dest: IsmpHostStateMachine;
|
|
11789
|
-
readonly nonce: u64;
|
|
11790
|
-
readonly from: Bytes;
|
|
11791
|
-
readonly keys_: Vec<Bytes>;
|
|
11792
|
-
readonly height: u64;
|
|
11793
|
-
readonly context: Bytes;
|
|
11794
|
-
readonly timeoutTimestamp: u64;
|
|
11795
|
-
}
|
|
11796
|
-
/** @name IsmpRouterResponse (296) */
|
|
11797
|
-
interface IsmpRouterResponse extends Enum {
|
|
11798
|
-
readonly isPost: boolean;
|
|
11799
|
-
readonly asPost: IsmpRouterPostResponse;
|
|
11800
|
-
readonly isGet: boolean;
|
|
11801
|
-
readonly asGet: IsmpRouterGetResponse;
|
|
11802
|
-
readonly type: 'Post' | 'Get';
|
|
11803
|
-
}
|
|
11804
|
-
/** @name IsmpRouterPostResponse (297) */
|
|
11805
|
-
interface IsmpRouterPostResponse extends Struct {
|
|
11806
|
-
readonly post: IsmpRouterPostRequest;
|
|
11807
|
-
readonly response: Bytes;
|
|
11808
|
-
readonly timeoutTimestamp: u64;
|
|
11809
|
-
}
|
|
11810
|
-
/** @name IsmpRouterGetResponse (298) */
|
|
11811
|
-
interface IsmpRouterGetResponse extends Struct {
|
|
11812
|
-
readonly get_: IsmpRouterGetRequest;
|
|
11813
|
-
readonly values_: Vec<IsmpRouterStorageValue>;
|
|
11814
|
-
}
|
|
11815
|
-
/** @name IsmpRouterStorageValue (300) */
|
|
11816
|
-
interface IsmpRouterStorageValue extends Struct {
|
|
11817
|
-
readonly key: Bytes;
|
|
11818
|
-
readonly value: Option<Bytes>;
|
|
11819
|
-
}
|
|
11820
|
-
/** @name IsmpMessagingTimeoutMessage (302) */
|
|
11821
|
-
interface IsmpMessagingTimeoutMessage extends Enum {
|
|
11822
|
-
readonly isPost: boolean;
|
|
11823
|
-
readonly asPost: {
|
|
11824
|
-
readonly requests: Vec<IsmpRouterRequest>;
|
|
11825
|
-
readonly timeoutProof: IsmpMessagingProof;
|
|
11826
|
-
} & Struct;
|
|
11827
|
-
readonly isPostResponse: boolean;
|
|
11828
|
-
readonly asPostResponse: {
|
|
11829
|
-
readonly responses: Vec<IsmpRouterPostResponse>;
|
|
11830
|
-
readonly timeoutProof: IsmpMessagingProof;
|
|
11831
|
-
} & Struct;
|
|
11832
|
-
readonly isGet: boolean;
|
|
11833
|
-
readonly asGet: {
|
|
11834
|
-
readonly requests: Vec<IsmpRouterRequest>;
|
|
11835
|
-
} & Struct;
|
|
11836
|
-
readonly type: 'Post' | 'PostResponse' | 'Get';
|
|
11837
|
-
}
|
|
11838
|
-
/** @name IsmpMessagingCreateConsensusState (304) */
|
|
11839
|
-
interface IsmpMessagingCreateConsensusState extends Struct {
|
|
11840
|
-
readonly consensusState: Bytes;
|
|
11841
|
-
readonly consensusClientId: U8aFixed;
|
|
11842
|
-
readonly consensusStateId: U8aFixed;
|
|
11843
|
-
readonly unbondingPeriod: u64;
|
|
11844
|
-
readonly challengePeriods: BTreeMap<IsmpHostStateMachine, u64>;
|
|
11845
|
-
readonly stateMachineCommitments: Vec<ITuple<[IsmpConsensusStateMachineId, IsmpMessagingStateCommitmentHeight]>>;
|
|
11846
|
-
}
|
|
11847
|
-
/** @name IsmpMessagingStateCommitmentHeight (310) */
|
|
11848
|
-
interface IsmpMessagingStateCommitmentHeight extends Struct {
|
|
11849
|
-
readonly commitment: IsmpConsensusStateCommitment;
|
|
11850
|
-
readonly height: u64;
|
|
11851
|
-
}
|
|
11852
|
-
/** @name IsmpConsensusStateCommitment (311) */
|
|
11853
|
-
interface IsmpConsensusStateCommitment extends Struct {
|
|
11854
|
-
readonly timestamp: u64;
|
|
11855
|
-
readonly overlayRoot: Option<H256>;
|
|
11856
|
-
readonly stateRoot: H256;
|
|
11857
|
-
}
|
|
11858
|
-
/** @name PalletIsmpUtilsUpdateConsensusState (312) */
|
|
11859
|
-
interface PalletIsmpUtilsUpdateConsensusState extends Struct {
|
|
11860
|
-
readonly consensusStateId: U8aFixed;
|
|
11861
|
-
readonly unbondingPeriod: Option<u64>;
|
|
11862
|
-
readonly challengePeriods: BTreeMap<IsmpHostStateMachine, u64>;
|
|
11863
|
-
}
|
|
11864
|
-
/** @name PalletIsmpUtilsFundMessageParams (313) */
|
|
11865
|
-
interface PalletIsmpUtilsFundMessageParams extends Struct {
|
|
11866
|
-
readonly commitment: PalletIsmpUtilsMessageCommitment;
|
|
11867
|
-
readonly amount: u128;
|
|
11868
|
-
}
|
|
11869
|
-
/** @name PalletIsmpUtilsMessageCommitment (314) */
|
|
11870
|
-
interface PalletIsmpUtilsMessageCommitment extends Enum {
|
|
11871
|
-
readonly isRequest: boolean;
|
|
11872
|
-
readonly asRequest: H256;
|
|
11873
|
-
readonly isResponse: boolean;
|
|
11874
|
-
readonly asResponse: H256;
|
|
11875
|
-
readonly type: 'Request' | 'Response';
|
|
11876
|
-
}
|
|
11877
|
-
/** @name IsmpGrandpaCall (315) */
|
|
11878
|
-
interface IsmpGrandpaCall extends Enum {
|
|
11879
|
-
readonly isAddStateMachines: boolean;
|
|
11880
|
-
readonly asAddStateMachines: {
|
|
11881
|
-
readonly newStateMachines: Vec<IsmpGrandpaAddStateMachine>;
|
|
11882
|
-
} & Struct;
|
|
11883
|
-
readonly isRemoveStateMachines: boolean;
|
|
11884
|
-
readonly asRemoveStateMachines: {
|
|
11885
|
-
readonly stateMachines: Vec<IsmpHostStateMachine>;
|
|
11886
|
-
} & Struct;
|
|
11887
|
-
readonly type: 'AddStateMachines' | 'RemoveStateMachines';
|
|
11888
|
-
}
|
|
11889
|
-
/** @name IsmpGrandpaAddStateMachine (317) */
|
|
11890
|
-
interface IsmpGrandpaAddStateMachine extends Struct {
|
|
11891
|
-
readonly stateMachine: IsmpHostStateMachine;
|
|
11892
|
-
readonly slotDuration: u64;
|
|
11893
|
-
}
|
|
11894
|
-
/** @name PalletTokenGatewayCall (318) */
|
|
11895
|
-
interface PalletTokenGatewayCall extends Enum {
|
|
11896
|
-
readonly isTeleport: boolean;
|
|
11897
|
-
readonly asTeleport: {
|
|
11898
|
-
readonly params: PalletTokenGatewayTeleportParams;
|
|
11899
|
-
} & Struct;
|
|
11900
|
-
readonly isSetTokenGatewayAddresses: boolean;
|
|
11901
|
-
readonly asSetTokenGatewayAddresses: {
|
|
11902
|
-
readonly addresses: BTreeMap<IsmpHostStateMachine, Bytes>;
|
|
11903
|
-
} & Struct;
|
|
11904
|
-
readonly isCreateErc6160Asset: boolean;
|
|
11905
|
-
readonly asCreateErc6160Asset: {
|
|
11906
|
-
readonly asset: PalletTokenGatewayAssetRegistration;
|
|
11907
|
-
} & Struct;
|
|
11908
|
-
readonly isUpdateAssetPrecision: boolean;
|
|
11909
|
-
readonly asUpdateAssetPrecision: {
|
|
11910
|
-
readonly update: PalletTokenGatewayPrecisionUpdate;
|
|
11911
|
-
} & Struct;
|
|
11912
|
-
readonly type: 'Teleport' | 'SetTokenGatewayAddresses' | 'CreateErc6160Asset' | 'UpdateAssetPrecision';
|
|
11913
|
-
}
|
|
11914
|
-
/** @name PalletTokenGatewayTeleportParams (319) */
|
|
11915
|
-
interface PalletTokenGatewayTeleportParams extends Struct {
|
|
11916
|
-
readonly assetId: u32;
|
|
11917
|
-
readonly destination: IsmpHostStateMachine;
|
|
11918
|
-
readonly recepient: H256;
|
|
11919
|
-
readonly amount: u128;
|
|
11920
|
-
readonly timeout: u64;
|
|
11921
|
-
readonly tokenGateway: Bytes;
|
|
11922
|
-
readonly relayerFee: u128;
|
|
11923
|
-
readonly callData: Option<Bytes>;
|
|
11924
|
-
readonly redeem: bool;
|
|
11925
|
-
}
|
|
11926
|
-
/** @name PalletTokenGatewayAssetRegistration (323) */
|
|
11927
|
-
interface PalletTokenGatewayAssetRegistration extends Struct {
|
|
11928
|
-
readonly localId: u32;
|
|
11929
|
-
readonly reg: TokenGatewayPrimitivesGatewayAssetRegistration;
|
|
11930
|
-
readonly native: bool;
|
|
11931
|
-
readonly precision: BTreeMap<IsmpHostStateMachine, u8>;
|
|
11932
|
-
}
|
|
11933
|
-
/** @name TokenGatewayPrimitivesGatewayAssetRegistration (324) */
|
|
11934
|
-
interface TokenGatewayPrimitivesGatewayAssetRegistration extends Struct {
|
|
11935
|
-
readonly name: Bytes;
|
|
11936
|
-
readonly symbol: Bytes;
|
|
11937
|
-
readonly chains: Vec<IsmpHostStateMachine>;
|
|
11938
|
-
readonly minimumBalance: Option<u128>;
|
|
11939
|
-
}
|
|
11940
|
-
/** @name PalletTokenGatewayPrecisionUpdate (329) */
|
|
11941
|
-
interface PalletTokenGatewayPrecisionUpdate extends Struct {
|
|
11942
|
-
readonly assetId: u32;
|
|
11943
|
-
readonly precisions: BTreeMap<IsmpHostStateMachine, u8>;
|
|
11944
|
-
}
|
|
11945
|
-
/** @name PalletTreasuryCall (330) */
|
|
11287
|
+
/** @name PalletTreasuryCall (266) */
|
|
11946
11288
|
interface PalletTreasuryCall extends Enum {
|
|
11947
11289
|
readonly isBuyBonds: boolean;
|
|
11948
11290
|
readonly asBuyBonds: {
|
|
@@ -11955,7 +11297,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
11955
11297
|
} & Struct;
|
|
11956
11298
|
readonly type: 'BuyBonds' | 'LiquidateBondLot';
|
|
11957
11299
|
}
|
|
11958
|
-
/** @name PalletOperationalAccountsCall (
|
|
11300
|
+
/** @name PalletOperationalAccountsCall (267) */
|
|
11959
11301
|
interface PalletOperationalAccountsCall extends Enum {
|
|
11960
11302
|
readonly isRegister: boolean;
|
|
11961
11303
|
readonly asRegister: {
|
|
@@ -11984,13 +11326,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
11984
11326
|
} & Struct;
|
|
11985
11327
|
readonly type: 'Register' | 'SetRewardConfig' | 'ForceSetProgress' | 'SetEncryptedServerForSponsee' | 'Activate' | 'ClaimRewards';
|
|
11986
11328
|
}
|
|
11987
|
-
/** @name PalletOperationalAccountsRegistration (
|
|
11329
|
+
/** @name PalletOperationalAccountsRegistration (268) */
|
|
11988
11330
|
interface PalletOperationalAccountsRegistration extends Enum {
|
|
11989
11331
|
readonly isV1: boolean;
|
|
11990
11332
|
readonly asV1: PalletOperationalAccountsRegistrationV1;
|
|
11991
11333
|
readonly type: 'V1';
|
|
11992
11334
|
}
|
|
11993
|
-
/** @name PalletOperationalAccountsRegistrationV1 (
|
|
11335
|
+
/** @name PalletOperationalAccountsRegistrationV1 (269) */
|
|
11994
11336
|
interface PalletOperationalAccountsRegistrationV1 extends Struct {
|
|
11995
11337
|
readonly operationalAccount: AccountId32;
|
|
11996
11338
|
readonly encryptionPubkey: PalletOperationalAccountsOpaqueEncryptionPubkey;
|
|
@@ -12003,14 +11345,14 @@ declare module '@polkadot/types/lookup' {
|
|
|
12003
11345
|
readonly miningBotAccountProof: PalletOperationalAccountsAccountOwnershipProof;
|
|
12004
11346
|
readonly referralProof: Option<PalletOperationalAccountsReferralProof>;
|
|
12005
11347
|
}
|
|
12006
|
-
/** @name PalletOperationalAccountsOpaqueEncryptionPubkey (
|
|
11348
|
+
/** @name PalletOperationalAccountsOpaqueEncryptionPubkey (270) */
|
|
12007
11349
|
interface PalletOperationalAccountsOpaqueEncryptionPubkey extends U8aFixed {
|
|
12008
11350
|
}
|
|
12009
|
-
/** @name PalletOperationalAccountsAccountOwnershipProof (
|
|
11351
|
+
/** @name PalletOperationalAccountsAccountOwnershipProof (271) */
|
|
12010
11352
|
interface PalletOperationalAccountsAccountOwnershipProof extends Struct {
|
|
12011
11353
|
readonly signature: SpRuntimeMultiSignature;
|
|
12012
11354
|
}
|
|
12013
|
-
/** @name PalletOperationalAccountsReferralProof (
|
|
11355
|
+
/** @name PalletOperationalAccountsReferralProof (273) */
|
|
12014
11356
|
interface PalletOperationalAccountsReferralProof extends Struct {
|
|
12015
11357
|
readonly referralCode: U8aFixed;
|
|
12016
11358
|
readonly referralSignature: U8aFixed;
|
|
@@ -12018,7 +11360,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
12018
11360
|
readonly expiresAtFrame: Compact<u64>;
|
|
12019
11361
|
readonly sponsorSignature: SpRuntimeMultiSignature;
|
|
12020
11362
|
}
|
|
12021
|
-
/** @name PalletOperationalAccountsOperationalProgressPatch (
|
|
11363
|
+
/** @name PalletOperationalAccountsOperationalProgressPatch (274) */
|
|
12022
11364
|
interface PalletOperationalAccountsOperationalProgressPatch extends Struct {
|
|
12023
11365
|
readonly hasUniswapTransfer: Option<bool>;
|
|
12024
11366
|
readonly vaultCreated: Option<bool>;
|
|
@@ -12026,7 +11368,205 @@ declare module '@polkadot/types/lookup' {
|
|
|
12026
11368
|
readonly observedBitcoinTotal: Option<u128>;
|
|
12027
11369
|
readonly observedMiningSeatTotal: Option<u32>;
|
|
12028
11370
|
}
|
|
12029
|
-
/** @name
|
|
11371
|
+
/** @name PalletEthereumVerifierCall (276) */
|
|
11372
|
+
interface PalletEthereumVerifierCall extends Enum {
|
|
11373
|
+
readonly isForceCheckpoint: boolean;
|
|
11374
|
+
readonly asForceCheckpoint: {
|
|
11375
|
+
readonly update: PalletEthereumVerifierCheckpointUpdate;
|
|
11376
|
+
readonly forkVersions: PalletEthereumVerifierForkVersions;
|
|
11377
|
+
} & Struct;
|
|
11378
|
+
readonly isSubmit: boolean;
|
|
11379
|
+
readonly asSubmit: {
|
|
11380
|
+
readonly update: PalletEthereumVerifierUpdate;
|
|
11381
|
+
} & Struct;
|
|
11382
|
+
readonly isImportExecutionHeaderAnchor: boolean;
|
|
11383
|
+
readonly asImportExecutionHeaderAnchor: {
|
|
11384
|
+
readonly executionProof: PalletEthereumVerifierExecutionProof;
|
|
11385
|
+
} & Struct;
|
|
11386
|
+
readonly isSetOperatingMode: boolean;
|
|
11387
|
+
readonly asSetOperatingMode: {
|
|
11388
|
+
readonly mode: PalletEthereumVerifierBasicOperatingMode;
|
|
11389
|
+
} & Struct;
|
|
11390
|
+
readonly type: 'ForceCheckpoint' | 'Submit' | 'ImportExecutionHeaderAnchor' | 'SetOperatingMode';
|
|
11391
|
+
}
|
|
11392
|
+
/** @name PalletEthereumVerifierCheckpointUpdate (277) */
|
|
11393
|
+
interface PalletEthereumVerifierCheckpointUpdate extends Struct {
|
|
11394
|
+
readonly header: SnowbridgeBeaconPrimitivesBeaconHeader;
|
|
11395
|
+
readonly currentSyncCommittee: PalletEthereumVerifierSyncCommittee;
|
|
11396
|
+
readonly currentSyncCommitteeBranch: Vec<H256>;
|
|
11397
|
+
readonly validatorsRoot: H256;
|
|
11398
|
+
}
|
|
11399
|
+
/** @name SnowbridgeBeaconPrimitivesBeaconHeader (278) */
|
|
11400
|
+
interface SnowbridgeBeaconPrimitivesBeaconHeader extends Struct {
|
|
11401
|
+
readonly slot: u64;
|
|
11402
|
+
readonly proposerIndex: u64;
|
|
11403
|
+
readonly parentRoot: H256;
|
|
11404
|
+
readonly stateRoot: H256;
|
|
11405
|
+
readonly bodyRoot: H256;
|
|
11406
|
+
}
|
|
11407
|
+
/** @name PalletEthereumVerifierSyncCommittee (279) */
|
|
11408
|
+
interface PalletEthereumVerifierSyncCommittee extends Struct {
|
|
11409
|
+
readonly pubkeys: Vec<SnowbridgeBeaconPrimitivesPublicKey>;
|
|
11410
|
+
readonly aggregatePubkey: SnowbridgeBeaconPrimitivesPublicKey;
|
|
11411
|
+
}
|
|
11412
|
+
/** @name SnowbridgeBeaconPrimitivesPublicKey (281) */
|
|
11413
|
+
interface SnowbridgeBeaconPrimitivesPublicKey extends U8aFixed {
|
|
11414
|
+
}
|
|
11415
|
+
/** @name PalletEthereumVerifierForkVersions (285) */
|
|
11416
|
+
interface PalletEthereumVerifierForkVersions extends Struct {
|
|
11417
|
+
readonly genesis: PalletEthereumVerifierFork;
|
|
11418
|
+
readonly altair: PalletEthereumVerifierFork;
|
|
11419
|
+
readonly bellatrix: PalletEthereumVerifierFork;
|
|
11420
|
+
readonly capella: PalletEthereumVerifierFork;
|
|
11421
|
+
readonly deneb: PalletEthereumVerifierFork;
|
|
11422
|
+
readonly electra: PalletEthereumVerifierFork;
|
|
11423
|
+
readonly fulu: PalletEthereumVerifierFork;
|
|
11424
|
+
}
|
|
11425
|
+
/** @name PalletEthereumVerifierFork (286) */
|
|
11426
|
+
interface PalletEthereumVerifierFork extends Struct {
|
|
11427
|
+
readonly version: U8aFixed;
|
|
11428
|
+
readonly epoch: Compact<u64>;
|
|
11429
|
+
}
|
|
11430
|
+
/** @name PalletEthereumVerifierUpdate (287) */
|
|
11431
|
+
interface PalletEthereumVerifierUpdate extends Struct {
|
|
11432
|
+
readonly attestedHeader: SnowbridgeBeaconPrimitivesBeaconHeader;
|
|
11433
|
+
readonly syncAggregate: PalletEthereumVerifierSyncAggregate;
|
|
11434
|
+
readonly signatureSlot: Compact<u64>;
|
|
11435
|
+
readonly nextSyncCommitteeUpdate: Option<PalletEthereumVerifierNextSyncCommitteeUpdate>;
|
|
11436
|
+
readonly finalizedHeader: SnowbridgeBeaconPrimitivesBeaconHeader;
|
|
11437
|
+
readonly finalityBranch: Vec<H256>;
|
|
11438
|
+
}
|
|
11439
|
+
/** @name PalletEthereumVerifierSyncAggregate (288) */
|
|
11440
|
+
interface PalletEthereumVerifierSyncAggregate extends Struct {
|
|
11441
|
+
readonly syncCommitteeBits: Bytes;
|
|
11442
|
+
readonly syncCommitteeSignature: SnowbridgeBeaconPrimitivesSignature;
|
|
11443
|
+
}
|
|
11444
|
+
/** @name SnowbridgeBeaconPrimitivesSignature (290) */
|
|
11445
|
+
interface SnowbridgeBeaconPrimitivesSignature extends U8aFixed {
|
|
11446
|
+
}
|
|
11447
|
+
/** @name PalletEthereumVerifierNextSyncCommitteeUpdate (293) */
|
|
11448
|
+
interface PalletEthereumVerifierNextSyncCommitteeUpdate extends Struct {
|
|
11449
|
+
readonly nextSyncCommittee: PalletEthereumVerifierSyncCommittee;
|
|
11450
|
+
readonly nextSyncCommitteeBranch: Vec<H256>;
|
|
11451
|
+
}
|
|
11452
|
+
/** @name PalletEthereumVerifierExecutionProof (294) */
|
|
11453
|
+
interface PalletEthereumVerifierExecutionProof extends Struct {
|
|
11454
|
+
readonly header: SnowbridgeBeaconPrimitivesBeaconHeader;
|
|
11455
|
+
readonly executionHeader: SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader;
|
|
11456
|
+
readonly executionBranch: Vec<H256>;
|
|
11457
|
+
}
|
|
11458
|
+
/** @name SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader (295) */
|
|
11459
|
+
interface SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader extends Enum {
|
|
11460
|
+
readonly isCapella: boolean;
|
|
11461
|
+
readonly asCapella: SnowbridgeBeaconPrimitivesExecutionPayloadHeader;
|
|
11462
|
+
readonly isDeneb: boolean;
|
|
11463
|
+
readonly asDeneb: SnowbridgeBeaconPrimitivesDenebExecutionPayloadHeader;
|
|
11464
|
+
readonly type: 'Capella' | 'Deneb';
|
|
11465
|
+
}
|
|
11466
|
+
/** @name SnowbridgeBeaconPrimitivesExecutionPayloadHeader (296) */
|
|
11467
|
+
interface SnowbridgeBeaconPrimitivesExecutionPayloadHeader extends Struct {
|
|
11468
|
+
readonly parentHash: H256;
|
|
11469
|
+
readonly feeRecipient: H160;
|
|
11470
|
+
readonly stateRoot: H256;
|
|
11471
|
+
readonly receiptsRoot: H256;
|
|
11472
|
+
readonly logsBloom: Bytes;
|
|
11473
|
+
readonly prevRandao: H256;
|
|
11474
|
+
readonly blockNumber: u64;
|
|
11475
|
+
readonly gasLimit: u64;
|
|
11476
|
+
readonly gasUsed: u64;
|
|
11477
|
+
readonly timestamp: u64;
|
|
11478
|
+
readonly extraData: Bytes;
|
|
11479
|
+
readonly baseFeePerGas: U256;
|
|
11480
|
+
readonly blockHash: H256;
|
|
11481
|
+
readonly transactionsRoot: H256;
|
|
11482
|
+
readonly withdrawalsRoot: H256;
|
|
11483
|
+
}
|
|
11484
|
+
/** @name SnowbridgeBeaconPrimitivesDenebExecutionPayloadHeader (297) */
|
|
11485
|
+
interface SnowbridgeBeaconPrimitivesDenebExecutionPayloadHeader extends Struct {
|
|
11486
|
+
readonly parentHash: H256;
|
|
11487
|
+
readonly feeRecipient: H160;
|
|
11488
|
+
readonly stateRoot: H256;
|
|
11489
|
+
readonly receiptsRoot: H256;
|
|
11490
|
+
readonly logsBloom: Bytes;
|
|
11491
|
+
readonly prevRandao: H256;
|
|
11492
|
+
readonly blockNumber: u64;
|
|
11493
|
+
readonly gasLimit: u64;
|
|
11494
|
+
readonly gasUsed: u64;
|
|
11495
|
+
readonly timestamp: u64;
|
|
11496
|
+
readonly extraData: Bytes;
|
|
11497
|
+
readonly baseFeePerGas: U256;
|
|
11498
|
+
readonly blockHash: H256;
|
|
11499
|
+
readonly transactionsRoot: H256;
|
|
11500
|
+
readonly withdrawalsRoot: H256;
|
|
11501
|
+
readonly blobGasUsed: u64;
|
|
11502
|
+
readonly excessBlobGas: u64;
|
|
11503
|
+
}
|
|
11504
|
+
/** @name PalletCrosschainTransferCall (298) */
|
|
11505
|
+
interface PalletCrosschainTransferCall extends Enum {
|
|
11506
|
+
readonly isSetChainConfig: boolean;
|
|
11507
|
+
readonly asSetChainConfig: {
|
|
11508
|
+
readonly config: PalletCrosschainTransferChainConfig;
|
|
11509
|
+
} & Struct;
|
|
11510
|
+
readonly isProveGatewayActivity: boolean;
|
|
11511
|
+
readonly asProveGatewayActivity: {
|
|
11512
|
+
readonly sourceChain: PalletCrosschainTransferSourceChain;
|
|
11513
|
+
readonly previousGatewayActivityNonce: Compact<u64>;
|
|
11514
|
+
readonly proofBatch: ArgonPrimitivesEthereumEthereumReceiptLogProofBatch;
|
|
11515
|
+
} & Struct;
|
|
11516
|
+
readonly type: 'SetChainConfig' | 'ProveGatewayActivity';
|
|
11517
|
+
}
|
|
11518
|
+
/** @name PalletCrosschainTransferChainConfig (299) */
|
|
11519
|
+
interface PalletCrosschainTransferChainConfig extends Enum {
|
|
11520
|
+
readonly isEthereum: boolean;
|
|
11521
|
+
readonly asEthereum: {
|
|
11522
|
+
readonly gateway: H160;
|
|
11523
|
+
readonly argonToken: H160;
|
|
11524
|
+
readonly argonotToken: H160;
|
|
11525
|
+
} & Struct;
|
|
11526
|
+
readonly type: 'Ethereum';
|
|
11527
|
+
}
|
|
11528
|
+
/** @name ArgonPrimitivesEthereumEthereumReceiptLogProofBatch (300) */
|
|
11529
|
+
interface ArgonPrimitivesEthereumEthereumReceiptLogProofBatch extends Struct {
|
|
11530
|
+
readonly executionBlockProof: ArgonPrimitivesEthereumEthereumExecutionBlockProof;
|
|
11531
|
+
readonly blocks: Vec<ArgonPrimitivesEthereumEthereumReceiptLogProofBlock>;
|
|
11532
|
+
}
|
|
11533
|
+
/** @name ArgonPrimitivesEthereumEthereumExecutionBlockProof (301) */
|
|
11534
|
+
interface ArgonPrimitivesEthereumEthereumExecutionBlockProof extends Struct {
|
|
11535
|
+
readonly anchorBlockHash: H256;
|
|
11536
|
+
readonly targetToAnchorHeaderChain: Vec<ArgonPrimitivesEthereumEthereumExecutionHeader>;
|
|
11537
|
+
}
|
|
11538
|
+
/** @name ArgonPrimitivesEthereumEthereumExecutionHeader (303) */
|
|
11539
|
+
interface ArgonPrimitivesEthereumEthereumExecutionHeader extends Struct {
|
|
11540
|
+
readonly rlp: Bytes;
|
|
11541
|
+
}
|
|
11542
|
+
/** @name ArgonPrimitivesEthereumEthereumReceiptLogProofBlock (307) */
|
|
11543
|
+
interface ArgonPrimitivesEthereumEthereumReceiptLogProofBlock extends Struct {
|
|
11544
|
+
readonly targetBlockNumber: Compact<u64>;
|
|
11545
|
+
readonly receiptProof: ArgonPrimitivesEthereumEthereumCombinedReceiptProof;
|
|
11546
|
+
readonly receiptLogs: Vec<ArgonPrimitivesEthereumEthereumReceiptLog>;
|
|
11547
|
+
}
|
|
11548
|
+
/** @name ArgonPrimitivesEthereumEthereumCombinedReceiptProof (308) */
|
|
11549
|
+
interface ArgonPrimitivesEthereumEthereumCombinedReceiptProof extends Struct {
|
|
11550
|
+
readonly nodes: Vec<Bytes>;
|
|
11551
|
+
readonly receipts: Vec<ArgonPrimitivesEthereumEthereumReceiptProofReceipt>;
|
|
11552
|
+
}
|
|
11553
|
+
/** @name ArgonPrimitivesEthereumEthereumReceiptProofReceipt (312) */
|
|
11554
|
+
interface ArgonPrimitivesEthereumEthereumReceiptProofReceipt extends Struct {
|
|
11555
|
+
readonly transactionIndex: Compact<u64>;
|
|
11556
|
+
readonly nodeIndexes: Vec<u16>;
|
|
11557
|
+
}
|
|
11558
|
+
/** @name ArgonPrimitivesEthereumEthereumReceiptLog (317) */
|
|
11559
|
+
interface ArgonPrimitivesEthereumEthereumReceiptLog extends Struct {
|
|
11560
|
+
readonly transactionIndex: Compact<u64>;
|
|
11561
|
+
readonly eventLog: ArgonPrimitivesEthereumEthereumLog;
|
|
11562
|
+
}
|
|
11563
|
+
/** @name ArgonPrimitivesEthereumEthereumLog (318) */
|
|
11564
|
+
interface ArgonPrimitivesEthereumEthereumLog extends Struct {
|
|
11565
|
+
readonly address: H160;
|
|
11566
|
+
readonly topics: Vec<H256>;
|
|
11567
|
+
readonly data: Bytes;
|
|
11568
|
+
}
|
|
11569
|
+
/** @name PalletMultisigError (324) */
|
|
12030
11570
|
interface PalletMultisigError extends Enum {
|
|
12031
11571
|
readonly isMinimumThreshold: boolean;
|
|
12032
11572
|
readonly isAlreadyApproved: boolean;
|
|
@@ -12044,19 +11584,19 @@ declare module '@polkadot/types/lookup' {
|
|
|
12044
11584
|
readonly isAlreadyStored: boolean;
|
|
12045
11585
|
readonly type: 'MinimumThreshold' | 'AlreadyApproved' | 'NoApprovalsNeeded' | 'TooFewSignatories' | 'TooManySignatories' | 'SignatoriesOutOfOrder' | 'SenderInSignatories' | 'NotFound' | 'NotOwner' | 'NoTimepoint' | 'WrongTimepoint' | 'UnexpectedTimepoint' | 'MaxWeightTooLow' | 'AlreadyStored';
|
|
12046
11586
|
}
|
|
12047
|
-
/** @name PalletProxyProxyDefinition (
|
|
11587
|
+
/** @name PalletProxyProxyDefinition (327) */
|
|
12048
11588
|
interface PalletProxyProxyDefinition extends Struct {
|
|
12049
11589
|
readonly delegate: AccountId32;
|
|
12050
11590
|
readonly proxyType: ArgonRuntimeProxyType;
|
|
12051
11591
|
readonly delay: u32;
|
|
12052
11592
|
}
|
|
12053
|
-
/** @name PalletProxyAnnouncement (
|
|
11593
|
+
/** @name PalletProxyAnnouncement (331) */
|
|
12054
11594
|
interface PalletProxyAnnouncement extends Struct {
|
|
12055
11595
|
readonly real: AccountId32;
|
|
12056
11596
|
readonly callHash: H256;
|
|
12057
11597
|
readonly height: u32;
|
|
12058
11598
|
}
|
|
12059
|
-
/** @name PalletProxyError (
|
|
11599
|
+
/** @name PalletProxyError (333) */
|
|
12060
11600
|
interface PalletProxyError extends Enum {
|
|
12061
11601
|
readonly isTooMany: boolean;
|
|
12062
11602
|
readonly isNotFound: boolean;
|
|
@@ -12068,34 +11608,34 @@ declare module '@polkadot/types/lookup' {
|
|
|
12068
11608
|
readonly isNoSelfProxy: boolean;
|
|
12069
11609
|
readonly type: 'TooMany' | 'NotFound' | 'NotProxy' | 'Unproxyable' | 'Duplicate' | 'NoPermission' | 'Unannounced' | 'NoSelfProxy';
|
|
12070
11610
|
}
|
|
12071
|
-
/** @name ArgonPrimitivesTickTicker (
|
|
11611
|
+
/** @name ArgonPrimitivesTickTicker (334) */
|
|
12072
11612
|
interface ArgonPrimitivesTickTicker extends Struct {
|
|
12073
11613
|
readonly tickDurationMillis: Compact<u64>;
|
|
12074
11614
|
readonly channelHoldExpirationTicks: Compact<u64>;
|
|
12075
11615
|
}
|
|
12076
|
-
/** @name PalletTicksError (
|
|
11616
|
+
/** @name PalletTicksError (336) */
|
|
12077
11617
|
type PalletTicksError = Null;
|
|
12078
|
-
/** @name PalletMiningSlotMinerNonceScoring (
|
|
11618
|
+
/** @name PalletMiningSlotMinerNonceScoring (339) */
|
|
12079
11619
|
interface PalletMiningSlotMinerNonceScoring extends Struct {
|
|
12080
11620
|
readonly nonce: U256;
|
|
12081
11621
|
readonly lastWinBlock: Option<u32>;
|
|
12082
11622
|
readonly blocksWonInFrame: u16;
|
|
12083
11623
|
readonly frameStartBlocksWonSurplus: i16;
|
|
12084
11624
|
}
|
|
12085
|
-
/** @name ArgonPrimitivesBlockSealMiningBidStats (
|
|
11625
|
+
/** @name ArgonPrimitivesBlockSealMiningBidStats (351) */
|
|
12086
11626
|
interface ArgonPrimitivesBlockSealMiningBidStats extends Struct {
|
|
12087
11627
|
readonly bidsCount: u32;
|
|
12088
11628
|
readonly bidAmountMin: u128;
|
|
12089
11629
|
readonly bidAmountMax: u128;
|
|
12090
11630
|
readonly bidAmountSum: u128;
|
|
12091
11631
|
}
|
|
12092
|
-
/** @name ArgonPrimitivesBlockSealMiningSlotConfig (
|
|
11632
|
+
/** @name ArgonPrimitivesBlockSealMiningSlotConfig (355) */
|
|
12093
11633
|
interface ArgonPrimitivesBlockSealMiningSlotConfig extends Struct {
|
|
12094
11634
|
readonly ticksBeforeBidEndForVrfClose: Compact<u64>;
|
|
12095
11635
|
readonly ticksBetweenSlots: Compact<u64>;
|
|
12096
11636
|
readonly slotBiddingStartAfterTicks: Compact<u64>;
|
|
12097
11637
|
}
|
|
12098
|
-
/** @name PalletMiningSlotError (
|
|
11638
|
+
/** @name PalletMiningSlotError (366) */
|
|
12099
11639
|
interface PalletMiningSlotError extends Enum {
|
|
12100
11640
|
readonly isSlotNotTakingBids: boolean;
|
|
12101
11641
|
readonly isTooManyBlockRegistrants: boolean;
|
|
@@ -12109,7 +11649,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
12109
11649
|
readonly isUnrecoverableHold: boolean;
|
|
12110
11650
|
readonly type: 'SlotNotTakingBids' | 'TooManyBlockRegistrants' | 'InsufficientOwnershipTokens' | 'BidTooLow' | 'CannotRegisterOverlappingSessions' | 'CannotChangeFundingAccount' | 'InsufficientFunds' | 'BidCannotBeReduced' | 'InvalidBidAmount' | 'UnrecoverableHold';
|
|
12111
11651
|
}
|
|
12112
|
-
/** @name ArgonPrimitivesBitcoinUtxoValue (
|
|
11652
|
+
/** @name ArgonPrimitivesBitcoinUtxoValue (367) */
|
|
12113
11653
|
interface ArgonPrimitivesBitcoinUtxoValue extends Struct {
|
|
12114
11654
|
readonly utxoId: u64;
|
|
12115
11655
|
readonly scriptPubkey: ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey;
|
|
@@ -12117,7 +11657,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
12117
11657
|
readonly submittedAtHeight: Compact<u64>;
|
|
12118
11658
|
readonly watchForSpentUntilHeight: Compact<u64>;
|
|
12119
11659
|
}
|
|
12120
|
-
/** @name ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey (
|
|
11660
|
+
/** @name ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey (368) */
|
|
12121
11661
|
interface ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey extends Enum {
|
|
12122
11662
|
readonly isP2wsh: boolean;
|
|
12123
11663
|
readonly asP2wsh: {
|
|
@@ -12125,7 +11665,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
12125
11665
|
} & Struct;
|
|
12126
11666
|
readonly type: 'P2wsh';
|
|
12127
11667
|
}
|
|
12128
|
-
/** @name ArgonPrimitivesBitcoinBitcoinNetwork (
|
|
11668
|
+
/** @name ArgonPrimitivesBitcoinBitcoinNetwork (377) */
|
|
12129
11669
|
interface ArgonPrimitivesBitcoinBitcoinNetwork extends Enum {
|
|
12130
11670
|
readonly isBitcoin: boolean;
|
|
12131
11671
|
readonly isTestnet: boolean;
|
|
@@ -12133,7 +11673,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
12133
11673
|
readonly isRegtest: boolean;
|
|
12134
11674
|
readonly type: 'Bitcoin' | 'Testnet' | 'Signet' | 'Regtest';
|
|
12135
11675
|
}
|
|
12136
|
-
/** @name PalletBitcoinUtxosError (
|
|
11676
|
+
/** @name PalletBitcoinUtxosError (378) */
|
|
12137
11677
|
interface PalletBitcoinUtxosError extends Enum {
|
|
12138
11678
|
readonly isNoPermissions: boolean;
|
|
12139
11679
|
readonly isNoBitcoinConfirmedBlock: boolean;
|
|
@@ -12152,7 +11692,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
12152
11692
|
readonly isLockAlreadyFunded: boolean;
|
|
12153
11693
|
readonly type: 'NoPermissions' | 'NoBitcoinConfirmedBlock' | 'InsufficientBitcoinAmount' | 'NoBitcoinPricesAvailable' | 'ScriptPubkeyConflict' | 'UtxoNotLocked' | 'RedemptionsUnavailable' | 'InvalidBitcoinSyncHeight' | 'BitcoinHeightNotConfirmed' | 'MaxUtxosExceeded' | 'InvalidBitcoinScript' | 'DuplicateUtxoId' | 'MaxCandidateUtxosExceeded' | 'UtxoNotCandidate' | 'LockAlreadyFunded';
|
|
12154
11694
|
}
|
|
12155
|
-
/** @name ArgonPrimitivesVault (
|
|
11695
|
+
/** @name ArgonPrimitivesVault (379) */
|
|
12156
11696
|
interface ArgonPrimitivesVault extends Struct {
|
|
12157
11697
|
readonly operatorAccountId: AccountId32;
|
|
12158
11698
|
readonly bitcoinLockDelegateAccount: Option<AccountId32>;
|
|
@@ -12172,7 +11712,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
12172
11712
|
readonly openedTick: Compact<u64>;
|
|
12173
11713
|
readonly operationalMinimumReleaseTick: Option<u64>;
|
|
12174
11714
|
}
|
|
12175
|
-
/** @name ArgonPrimitivesBitcoinBitcoinXPub (
|
|
11715
|
+
/** @name ArgonPrimitivesBitcoinBitcoinXPub (387) */
|
|
12176
11716
|
interface ArgonPrimitivesBitcoinBitcoinXPub extends Struct {
|
|
12177
11717
|
readonly publicKey: ArgonPrimitivesBitcoinCompressedBitcoinPubkey;
|
|
12178
11718
|
readonly depth: Compact<u8>;
|
|
@@ -12181,13 +11721,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
12181
11721
|
readonly chainCode: U8aFixed;
|
|
12182
11722
|
readonly network: ArgonPrimitivesBitcoinNetworkKind;
|
|
12183
11723
|
}
|
|
12184
|
-
/** @name ArgonPrimitivesBitcoinNetworkKind (
|
|
11724
|
+
/** @name ArgonPrimitivesBitcoinNetworkKind (389) */
|
|
12185
11725
|
interface ArgonPrimitivesBitcoinNetworkKind extends Enum {
|
|
12186
11726
|
readonly isMain: boolean;
|
|
12187
11727
|
readonly isTest: boolean;
|
|
12188
11728
|
readonly type: 'Main' | 'Test';
|
|
12189
11729
|
}
|
|
12190
|
-
/** @name PalletVaultsVaultFrameRevenue (
|
|
11730
|
+
/** @name PalletVaultsVaultFrameRevenue (398) */
|
|
12191
11731
|
interface PalletVaultsVaultFrameRevenue extends Struct {
|
|
12192
11732
|
readonly frameId: Compact<u64>;
|
|
12193
11733
|
readonly bitcoinLockFeeRevenue: Compact<u128>;
|
|
@@ -12206,14 +11746,14 @@ declare module '@polkadot/types/lookup' {
|
|
|
12206
11746
|
readonly treasuryExternalCapital: Compact<u128>;
|
|
12207
11747
|
readonly uncollectedRevenue: Compact<u128>;
|
|
12208
11748
|
}
|
|
12209
|
-
/** @name PalletVaultsRecentCapacityDrop (
|
|
11749
|
+
/** @name PalletVaultsRecentCapacityDrop (401) */
|
|
12210
11750
|
interface PalletVaultsRecentCapacityDrop extends Struct {
|
|
12211
11751
|
readonly blockNumber: Compact<u32>;
|
|
12212
11752
|
readonly availableBeforeDrop: Compact<u128>;
|
|
12213
11753
|
readonly availableAfterDrop: Compact<u128>;
|
|
12214
11754
|
readonly noFeeFailuresUsed: Compact<u32>;
|
|
12215
11755
|
}
|
|
12216
|
-
/** @name PalletVaultsError (
|
|
11756
|
+
/** @name PalletVaultsError (403) */
|
|
12217
11757
|
interface PalletVaultsError extends Enum {
|
|
12218
11758
|
readonly isNoMoreVaultIds: boolean;
|
|
12219
11759
|
readonly isInsufficientFunds: boolean;
|
|
@@ -12247,11 +11787,11 @@ declare module '@polkadot/types/lookup' {
|
|
|
12247
11787
|
readonly isAccountAlreadyHasVault: boolean;
|
|
12248
11788
|
readonly type: 'NoMoreVaultIds' | 'InsufficientFunds' | 'InsufficientVaultFunds' | 'AccountBelowMinimumBalance' | 'VaultClosed' | 'InvalidVaultAmount' | 'VaultReductionBelowSecuritization' | 'InvalidSecuritization' | 'ReusedVaultBitcoinXpub' | 'InvalidBitcoinScript' | 'InvalidXpubkey' | 'WrongXpubNetwork' | 'UnsafeXpubkey' | 'UnableToDeriveVaultXpubChild' | 'BitcoinConversionFailed' | 'NoPermissions' | 'HoldUnexpectedlyModified' | 'UnrecoverableHold' | 'VaultNotFound' | 'VaultNotYetActive' | 'NoVaultBitcoinPubkeysAvailable' | 'TermsModificationOverflow' | 'TermsChangeAlreadyScheduled' | 'InternalError' | 'UnableToGenerateVaultBitcoinPubkey' | 'FundingChangeAlreadyScheduled' | 'InvalidVaultName' | 'PendingCosignsBeforeCollect' | 'PendingOrphanedUtxoCosignsBeforeCollect' | 'AccountAlreadyHasVault';
|
|
12249
11789
|
}
|
|
12250
|
-
/** @name PalletBitcoinLocksLockedBitcoin (
|
|
11790
|
+
/** @name PalletBitcoinLocksLockedBitcoin (404) */
|
|
12251
11791
|
interface PalletBitcoinLocksLockedBitcoin extends Struct {
|
|
12252
11792
|
readonly vaultId: Compact<u32>;
|
|
12253
11793
|
readonly liquidityPromised: Compact<u128>;
|
|
12254
|
-
readonly
|
|
11794
|
+
readonly lockedTargetPrice: Compact<u128>;
|
|
12255
11795
|
readonly ownerAccount: AccountId32;
|
|
12256
11796
|
readonly securitizationRatio: u128;
|
|
12257
11797
|
readonly securityFees: Compact<u128>;
|
|
@@ -12270,16 +11810,16 @@ declare module '@polkadot/types/lookup' {
|
|
|
12270
11810
|
readonly fundHoldExtensions: BTreeMap<u64, u128>;
|
|
12271
11811
|
readonly createdAtArgonBlock: Compact<u32>;
|
|
12272
11812
|
}
|
|
12273
|
-
/** @name PalletBitcoinLocksLockReleaseRequest (
|
|
11813
|
+
/** @name PalletBitcoinLocksLockReleaseRequest (407) */
|
|
12274
11814
|
interface PalletBitcoinLocksLockReleaseRequest extends Struct {
|
|
12275
11815
|
readonly utxoId: Compact<u64>;
|
|
12276
11816
|
readonly vaultId: Compact<u32>;
|
|
12277
11817
|
readonly bitcoinNetworkFee: Compact<u64>;
|
|
12278
11818
|
readonly cosignDueFrame: Compact<u64>;
|
|
12279
11819
|
readonly toScriptPubkey: Bytes;
|
|
12280
|
-
readonly
|
|
11820
|
+
readonly redemptionAmount: Compact<u128>;
|
|
12281
11821
|
}
|
|
12282
|
-
/** @name PalletBitcoinLocksOrphanedUtxo (
|
|
11822
|
+
/** @name PalletBitcoinLocksOrphanedUtxo (409) */
|
|
12283
11823
|
interface PalletBitcoinLocksOrphanedUtxo extends Struct {
|
|
12284
11824
|
readonly utxoId: Compact<u64>;
|
|
12285
11825
|
readonly vaultId: Compact<u32>;
|
|
@@ -12287,13 +11827,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
12287
11827
|
readonly recordedArgonBlockNumber: Compact<u32>;
|
|
12288
11828
|
readonly cosignRequest: Option<PalletBitcoinLocksOrphanedUtxoCosignRequest>;
|
|
12289
11829
|
}
|
|
12290
|
-
/** @name PalletBitcoinLocksOrphanedUtxoCosignRequest (
|
|
11830
|
+
/** @name PalletBitcoinLocksOrphanedUtxoCosignRequest (411) */
|
|
12291
11831
|
interface PalletBitcoinLocksOrphanedUtxoCosignRequest extends Struct {
|
|
12292
11832
|
readonly bitcoinNetworkFee: u64;
|
|
12293
11833
|
readonly toScriptPubkey: Bytes;
|
|
12294
11834
|
readonly createdAtArgonBlockNumber: u32;
|
|
12295
11835
|
}
|
|
12296
|
-
/** @name PalletBitcoinLocksError (
|
|
11836
|
+
/** @name PalletBitcoinLocksError (418) */
|
|
12297
11837
|
interface PalletBitcoinLocksError extends Enum {
|
|
12298
11838
|
readonly isInsufficientFunds: boolean;
|
|
12299
11839
|
readonly isInsufficientVaultFunds: boolean;
|
|
@@ -12333,7 +11873,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
12333
11873
|
readonly isMaxOrphanedUtxoReleaseRequestsExceeded: boolean;
|
|
12334
11874
|
readonly type: 'InsufficientFunds' | 'InsufficientVaultFunds' | 'AccountWouldGoBelowMinimumBalance' | 'VaultClosed' | 'InvalidVaultAmount' | 'RedemptionNotLocked' | 'BitcoinReleaseInitiationDeadlinePassed' | 'BitcoinFeeTooHigh' | 'BitcoinUtxoNotFound' | 'BitcoinUnableToBeDecodedForRelease' | 'BitcoinSignatureUnableToBeDecoded' | 'BitcoinPubkeyUnableToBeDecoded' | 'BitcoinInvalidCosignature' | 'InsufficientSatoshisLocked' | 'NoBitcoinPricesAvailable' | 'InvalidBitcoinScript' | 'NoPermissions' | 'HoldUnexpectedlyModified' | 'UnrecoverableHold' | 'VaultNotFound' | 'GenericVaultError' | 'LockNotFound' | 'NoVaultBitcoinPubkeysAvailable' | 'UnableToGenerateVaultBitcoinPubkey' | 'VaultNotYetActive' | 'ExpirationAtBlockOverflow' | 'NoRatchetingAvailable' | 'LockInProcessOfRelease' | 'LockPendingFunding' | 'OverflowError' | 'IneligibleMicrogonRateRequested' | 'OrphanedUtxoFundingConflict' | 'OrphanedUtxoReleaseRequested' | 'FundingUtxoCannotBeReleased' | 'MaxOrphanedUtxoReleaseRequestsExceeded';
|
|
12335
11875
|
}
|
|
12336
|
-
/** @name ArgonPrimitivesVaultVaultError (
|
|
11876
|
+
/** @name ArgonPrimitivesVaultVaultError (419) */
|
|
12337
11877
|
interface ArgonPrimitivesVaultVaultError extends Enum {
|
|
12338
11878
|
readonly isVaultClosed: boolean;
|
|
12339
11879
|
readonly isAccountWouldBeBelowMinimum: boolean;
|
|
@@ -12349,7 +11889,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
12349
11889
|
readonly isVaultNotYetActive: boolean;
|
|
12350
11890
|
readonly type: 'VaultClosed' | 'AccountWouldBeBelowMinimum' | 'InsufficientFunds' | 'InsufficientVaultFunds' | 'HoldUnexpectedlyModified' | 'UnrecoverableHold' | 'VaultNotFound' | 'NoVaultBitcoinPubkeysAvailable' | 'UnableToGenerateVaultBitcoinPubkey' | 'InvalidBitcoinScript' | 'InternalError' | 'VaultNotYetActive';
|
|
12351
11891
|
}
|
|
12352
|
-
/** @name PalletNotariesError (
|
|
11892
|
+
/** @name PalletNotariesError (431) */
|
|
12353
11893
|
interface PalletNotariesError extends Enum {
|
|
12354
11894
|
readonly isProposalNotFound: boolean;
|
|
12355
11895
|
readonly isMaxNotariesExceeded: boolean;
|
|
@@ -12362,7 +11902,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
12362
11902
|
readonly isInvalidNotary: boolean;
|
|
12363
11903
|
readonly type: 'ProposalNotFound' | 'MaxNotariesExceeded' | 'MaxProposalsPerBlockExceeded' | 'NotAnActiveNotary' | 'InvalidNotaryOperator' | 'NoMoreNotaryIds' | 'EffectiveTickTooSoon' | 'TooManyKeys' | 'InvalidNotary';
|
|
12364
11904
|
}
|
|
12365
|
-
/** @name ArgonPrimitivesNotaryNotaryNotebookKeyDetails (
|
|
11905
|
+
/** @name ArgonPrimitivesNotaryNotaryNotebookKeyDetails (435) */
|
|
12366
11906
|
interface ArgonPrimitivesNotaryNotaryNotebookKeyDetails extends Struct {
|
|
12367
11907
|
readonly notebookNumber: Compact<u32>;
|
|
12368
11908
|
readonly tick: Compact<u64>;
|
|
@@ -12370,7 +11910,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
12370
11910
|
readonly secretHash: H256;
|
|
12371
11911
|
readonly parentSecret: Option<H256>;
|
|
12372
11912
|
}
|
|
12373
|
-
/** @name PalletNotebookError (
|
|
11913
|
+
/** @name PalletNotebookError (438) */
|
|
12374
11914
|
interface PalletNotebookError extends Enum {
|
|
12375
11915
|
readonly isDuplicateNotebookNumber: boolean;
|
|
12376
11916
|
readonly isMissingNotebookNumber: boolean;
|
|
@@ -12389,18 +11929,18 @@ declare module '@polkadot/types/lookup' {
|
|
|
12389
11929
|
readonly isInvalidNotebookSubmissionTick: boolean;
|
|
12390
11930
|
readonly type: 'DuplicateNotebookNumber' | 'MissingNotebookNumber' | 'NotebookTickAlreadyUsed' | 'InvalidNotebookSignature' | 'InvalidSecretProvided' | 'CouldNotDecodeNotebook' | 'DuplicateNotebookDigest' | 'MissingNotebookDigest' | 'InvalidNotebookDigest' | 'MultipleNotebookInherentsProvided' | 'InternalError' | 'NotebookSubmittedForLockedNotary' | 'InvalidReprocessNotebook' | 'InvalidNotaryOperator' | 'InvalidNotebookSubmissionTick';
|
|
12391
11931
|
}
|
|
12392
|
-
/** @name
|
|
12393
|
-
interface
|
|
11932
|
+
/** @name PalletLocalchainTransferQueuedTransferOut (439) */
|
|
11933
|
+
interface PalletLocalchainTransferQueuedTransferOut extends Struct {
|
|
12394
11934
|
readonly accountId: AccountId32;
|
|
12395
11935
|
readonly amount: u128;
|
|
12396
11936
|
readonly expirationTick: u64;
|
|
12397
11937
|
readonly notaryId: u32;
|
|
12398
11938
|
}
|
|
12399
|
-
/** @name FrameSupportPalletId (
|
|
11939
|
+
/** @name FrameSupportPalletId (441) */
|
|
12400
11940
|
interface FrameSupportPalletId extends U8aFixed {
|
|
12401
11941
|
}
|
|
12402
|
-
/** @name
|
|
12403
|
-
interface
|
|
11942
|
+
/** @name PalletLocalchainTransferError (442) */
|
|
11943
|
+
interface PalletLocalchainTransferError extends Enum {
|
|
12404
11944
|
readonly isMaxBlockTransfersExceeded: boolean;
|
|
12405
11945
|
readonly isInsufficientFunds: boolean;
|
|
12406
11946
|
readonly isInsufficientNotarizedFunds: boolean;
|
|
@@ -12411,7 +11951,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
12411
11951
|
readonly isNoAvailableTransferId: boolean;
|
|
12412
11952
|
readonly type: 'MaxBlockTransfersExceeded' | 'InsufficientFunds' | 'InsufficientNotarizedFunds' | 'InvalidOrDuplicatedLocalchainTransfer' | 'NotebookIncludesExpiredLocalchainTransfer' | 'InvalidNotaryUsedForTransfer' | 'NotaryLockedForTransfer' | 'NoAvailableTransferId';
|
|
12413
11953
|
}
|
|
12414
|
-
/** @name ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails (
|
|
11954
|
+
/** @name ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails (446) */
|
|
12415
11955
|
interface ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails extends Struct {
|
|
12416
11956
|
readonly notaryId: Compact<u32>;
|
|
12417
11957
|
readonly notebookNumber: Compact<u32>;
|
|
@@ -12419,12 +11959,12 @@ declare module '@polkadot/types/lookup' {
|
|
|
12419
11959
|
readonly blockVotesCount: Compact<u32>;
|
|
12420
11960
|
readonly blockVotingPower: Compact<u128>;
|
|
12421
11961
|
}
|
|
12422
|
-
/** @name PalletBlockSealSpecError (
|
|
11962
|
+
/** @name PalletBlockSealSpecError (451) */
|
|
12423
11963
|
interface PalletBlockSealSpecError extends Enum {
|
|
12424
11964
|
readonly isMaxNotebooksAtTickExceeded: boolean;
|
|
12425
11965
|
readonly type: 'MaxNotebooksAtTickExceeded';
|
|
12426
11966
|
}
|
|
12427
|
-
/** @name PalletDomainsError (
|
|
11967
|
+
/** @name PalletDomainsError (453) */
|
|
12428
11968
|
interface PalletDomainsError extends Enum {
|
|
12429
11969
|
readonly isDomainNotRegistered: boolean;
|
|
12430
11970
|
readonly isNotDomainOwner: boolean;
|
|
@@ -12433,13 +11973,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
12433
11973
|
readonly isAccountDecodingError: boolean;
|
|
12434
11974
|
readonly type: 'DomainNotRegistered' | 'NotDomainOwner' | 'FailedToAddToAddressHistory' | 'FailedToAddExpiringDomain' | 'AccountDecodingError';
|
|
12435
11975
|
}
|
|
12436
|
-
/** @name PalletPriceIndexCpiMeasurementBucket (
|
|
11976
|
+
/** @name PalletPriceIndexCpiMeasurementBucket (455) */
|
|
12437
11977
|
interface PalletPriceIndexCpiMeasurementBucket extends Struct {
|
|
12438
11978
|
readonly tickRange: ITuple<[u64, u64]>;
|
|
12439
11979
|
readonly totalCpi: i128;
|
|
12440
11980
|
readonly measurementsCount: u32;
|
|
12441
11981
|
}
|
|
12442
|
-
/** @name PalletPriceIndexError (
|
|
11982
|
+
/** @name PalletPriceIndexError (457) */
|
|
12443
11983
|
interface PalletPriceIndexError extends Enum {
|
|
12444
11984
|
readonly isNotAuthorizedOperator: boolean;
|
|
12445
11985
|
readonly isMissingValue: boolean;
|
|
@@ -12447,7 +11987,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
12447
11987
|
readonly isMaxPriceChangePerTickExceeded: boolean;
|
|
12448
11988
|
readonly type: 'NotAuthorizedOperator' | 'MissingValue' | 'PricesTooOld' | 'MaxPriceChangePerTickExceeded';
|
|
12449
11989
|
}
|
|
12450
|
-
/** @name PalletGrandpaStoredState (
|
|
11990
|
+
/** @name PalletGrandpaStoredState (458) */
|
|
12451
11991
|
interface PalletGrandpaStoredState extends Enum {
|
|
12452
11992
|
readonly isLive: boolean;
|
|
12453
11993
|
readonly isPendingPause: boolean;
|
|
@@ -12463,14 +12003,14 @@ declare module '@polkadot/types/lookup' {
|
|
|
12463
12003
|
} & Struct;
|
|
12464
12004
|
readonly type: 'Live' | 'PendingPause' | 'Paused' | 'PendingResume';
|
|
12465
12005
|
}
|
|
12466
|
-
/** @name PalletGrandpaStoredPendingChange (
|
|
12006
|
+
/** @name PalletGrandpaStoredPendingChange (459) */
|
|
12467
12007
|
interface PalletGrandpaStoredPendingChange extends Struct {
|
|
12468
12008
|
readonly scheduledAt: u32;
|
|
12469
12009
|
readonly delay: u32;
|
|
12470
12010
|
readonly nextAuthorities: Vec<ITuple<[SpConsensusGrandpaAppPublic, u64]>>;
|
|
12471
12011
|
readonly forced: Option<u32>;
|
|
12472
12012
|
}
|
|
12473
|
-
/** @name PalletGrandpaError (
|
|
12013
|
+
/** @name PalletGrandpaError (461) */
|
|
12474
12014
|
interface PalletGrandpaError extends Enum {
|
|
12475
12015
|
readonly isPauseFailed: boolean;
|
|
12476
12016
|
readonly isResumeFailed: boolean;
|
|
@@ -12481,13 +12021,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
12481
12021
|
readonly isDuplicateOffenceReport: boolean;
|
|
12482
12022
|
readonly type: 'PauseFailed' | 'ResumeFailed' | 'ChangePending' | 'TooSoon' | 'InvalidKeyOwnershipProof' | 'InvalidEquivocationProof' | 'DuplicateOffenceReport';
|
|
12483
12023
|
}
|
|
12484
|
-
/** @name ArgonPrimitivesProvidersBlockSealerInfo (
|
|
12024
|
+
/** @name ArgonPrimitivesProvidersBlockSealerInfo (462) */
|
|
12485
12025
|
interface ArgonPrimitivesProvidersBlockSealerInfo extends Struct {
|
|
12486
12026
|
readonly blockAuthorAccountId: AccountId32;
|
|
12487
12027
|
readonly blockVoteRewardsAccount: Option<AccountId32>;
|
|
12488
12028
|
readonly blockSealAuthority: Option<ArgonPrimitivesBlockSealAppPublic>;
|
|
12489
12029
|
}
|
|
12490
|
-
/** @name PalletBlockSealError (
|
|
12030
|
+
/** @name PalletBlockSealError (464) */
|
|
12491
12031
|
interface PalletBlockSealError extends Enum {
|
|
12492
12032
|
readonly isInvalidVoteSealStrength: boolean;
|
|
12493
12033
|
readonly isInvalidSubmitter: boolean;
|
|
@@ -12512,59 +12052,59 @@ declare module '@polkadot/types/lookup' {
|
|
|
12512
12052
|
readonly isDuplicateVoteBlockAtTick: boolean;
|
|
12513
12053
|
readonly type: 'InvalidVoteSealStrength' | 'InvalidSubmitter' | 'UnableToDecodeVoteAccount' | 'UnregisteredBlockAuthor' | 'InvalidBlockVoteProof' | 'NoGrandparentVoteMinimum' | 'DuplicateBlockSealProvided' | 'InsufficientVotingPower' | 'ParentVotingKeyNotFound' | 'InvalidVoteGrandparentHash' | 'IneligibleNotebookUsed' | 'NoEligibleVotingRoot' | 'CouldNotDecodeVote' | 'MaxNotebooksAtTickExceeded' | 'NoClosestMinerFoundForVote' | 'BlockVoteInvalidSignature' | 'InvalidForkPowerParent' | 'BlockSealDecodeError' | 'InvalidComputeBlockTick' | 'InvalidMinerNonceScore' | 'DuplicateVoteBlockAtTick';
|
|
12514
12054
|
}
|
|
12515
|
-
/** @name PalletBlockRewardsError (
|
|
12055
|
+
/** @name PalletBlockRewardsError (468) */
|
|
12516
12056
|
type PalletBlockRewardsError = Null;
|
|
12517
|
-
/** @name PalletMintMintAction (
|
|
12057
|
+
/** @name PalletMintMintAction (474) */
|
|
12518
12058
|
interface PalletMintMintAction extends Struct {
|
|
12519
12059
|
readonly argonBurned: u128;
|
|
12520
12060
|
readonly argonMinted: u128;
|
|
12521
12061
|
readonly bitcoinMinted: u128;
|
|
12522
12062
|
}
|
|
12523
|
-
/** @name PalletMintError (
|
|
12063
|
+
/** @name PalletMintError (475) */
|
|
12524
12064
|
interface PalletMintError extends Enum {
|
|
12525
12065
|
readonly isTooManyPendingMints: boolean;
|
|
12526
12066
|
readonly type: 'TooManyPendingMints';
|
|
12527
12067
|
}
|
|
12528
|
-
/** @name PalletBalancesBalanceLock (
|
|
12068
|
+
/** @name PalletBalancesBalanceLock (477) */
|
|
12529
12069
|
interface PalletBalancesBalanceLock extends Struct {
|
|
12530
12070
|
readonly id: U8aFixed;
|
|
12531
12071
|
readonly amount: u128;
|
|
12532
12072
|
readonly reasons: PalletBalancesReasons;
|
|
12533
12073
|
}
|
|
12534
|
-
/** @name PalletBalancesReasons (
|
|
12074
|
+
/** @name PalletBalancesReasons (478) */
|
|
12535
12075
|
interface PalletBalancesReasons extends Enum {
|
|
12536
12076
|
readonly isFee: boolean;
|
|
12537
12077
|
readonly isMisc: boolean;
|
|
12538
12078
|
readonly isAll: boolean;
|
|
12539
12079
|
readonly type: 'Fee' | 'Misc' | 'All';
|
|
12540
12080
|
}
|
|
12541
|
-
/** @name PalletBalancesReserveData (
|
|
12081
|
+
/** @name PalletBalancesReserveData (481) */
|
|
12542
12082
|
interface PalletBalancesReserveData extends Struct {
|
|
12543
12083
|
readonly id: U8aFixed;
|
|
12544
12084
|
readonly amount: u128;
|
|
12545
12085
|
}
|
|
12546
|
-
/** @name FrameSupportTokensMiscIdAmountRuntimeHoldReason (
|
|
12086
|
+
/** @name FrameSupportTokensMiscIdAmountRuntimeHoldReason (484) */
|
|
12547
12087
|
interface FrameSupportTokensMiscIdAmountRuntimeHoldReason extends Struct {
|
|
12548
12088
|
readonly id: ArgonRuntimeRuntimeHoldReason;
|
|
12549
12089
|
readonly amount: u128;
|
|
12550
12090
|
}
|
|
12551
|
-
/** @name FrameSupportTokensMiscIdAmountRuntimeFreezeReason (
|
|
12091
|
+
/** @name FrameSupportTokensMiscIdAmountRuntimeFreezeReason (487) */
|
|
12552
12092
|
interface FrameSupportTokensMiscIdAmountRuntimeFreezeReason extends Struct {
|
|
12553
12093
|
readonly id: ArgonRuntimeRuntimeFreezeReason;
|
|
12554
12094
|
readonly amount: u128;
|
|
12555
12095
|
}
|
|
12556
|
-
/** @name ArgonRuntimeRuntimeFreezeReason (
|
|
12096
|
+
/** @name ArgonRuntimeRuntimeFreezeReason (488) */
|
|
12557
12097
|
interface ArgonRuntimeRuntimeFreezeReason extends Enum {
|
|
12558
12098
|
readonly isBlockRewards: boolean;
|
|
12559
12099
|
readonly asBlockRewards: PalletBlockRewardsFreezeReason;
|
|
12560
12100
|
readonly type: 'BlockRewards';
|
|
12561
12101
|
}
|
|
12562
|
-
/** @name PalletBlockRewardsFreezeReason (
|
|
12102
|
+
/** @name PalletBlockRewardsFreezeReason (489) */
|
|
12563
12103
|
interface PalletBlockRewardsFreezeReason extends Enum {
|
|
12564
12104
|
readonly isMaturationPeriod: boolean;
|
|
12565
12105
|
readonly type: 'MaturationPeriod';
|
|
12566
12106
|
}
|
|
12567
|
-
/** @name PalletBalancesError (
|
|
12107
|
+
/** @name PalletBalancesError (491) */
|
|
12568
12108
|
interface PalletBalancesError extends Enum {
|
|
12569
12109
|
readonly isVestingBalance: boolean;
|
|
12570
12110
|
readonly isLiquidityRestrictions: boolean;
|
|
@@ -12580,7 +12120,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
12580
12120
|
readonly isDeltaZero: boolean;
|
|
12581
12121
|
readonly type: 'VestingBalance' | 'LiquidityRestrictions' | 'InsufficientBalance' | 'ExistentialDeposit' | 'Expendability' | 'ExistingVestingSchedule' | 'DeadAccount' | 'TooManyReserves' | 'TooManyHolds' | 'TooManyFreezes' | 'IssuanceDeactivated' | 'DeltaZero';
|
|
12582
12122
|
}
|
|
12583
|
-
/** @name PalletTxPauseError (
|
|
12123
|
+
/** @name PalletTxPauseError (493) */
|
|
12584
12124
|
interface PalletTxPauseError extends Enum {
|
|
12585
12125
|
readonly isIsPaused: boolean;
|
|
12586
12126
|
readonly isIsUnpaused: boolean;
|
|
@@ -12588,71 +12128,46 @@ declare module '@polkadot/types/lookup' {
|
|
|
12588
12128
|
readonly isNotFound: boolean;
|
|
12589
12129
|
readonly type: 'IsPaused' | 'IsUnpaused' | 'Unpausable' | 'NotFound';
|
|
12590
12130
|
}
|
|
12591
|
-
/** @name PalletTransactionPaymentReleases (
|
|
12131
|
+
/** @name PalletTransactionPaymentReleases (494) */
|
|
12592
12132
|
interface PalletTransactionPaymentReleases extends Enum {
|
|
12593
12133
|
readonly isV1Ancient: boolean;
|
|
12594
12134
|
readonly isV2: boolean;
|
|
12595
12135
|
readonly type: 'V1Ancient' | 'V2';
|
|
12596
12136
|
}
|
|
12597
|
-
/** @name FrameSupportStorageNoDrop (
|
|
12137
|
+
/** @name FrameSupportStorageNoDrop (495) */
|
|
12598
12138
|
interface FrameSupportStorageNoDrop extends FrameSupportTokensFungibleImbalance {
|
|
12599
12139
|
}
|
|
12600
|
-
/** @name FrameSupportTokensFungibleImbalance (
|
|
12140
|
+
/** @name FrameSupportTokensFungibleImbalance (496) */
|
|
12601
12141
|
interface FrameSupportTokensFungibleImbalance extends Struct {
|
|
12602
12142
|
readonly amount: u128;
|
|
12603
12143
|
}
|
|
12604
|
-
/** @name PalletUtilityError (
|
|
12144
|
+
/** @name PalletUtilityError (497) */
|
|
12605
12145
|
interface PalletUtilityError extends Enum {
|
|
12606
12146
|
readonly isTooManyCalls: boolean;
|
|
12607
12147
|
readonly type: 'TooManyCalls';
|
|
12608
12148
|
}
|
|
12609
|
-
/** @name PalletSudoError (
|
|
12149
|
+
/** @name PalletSudoError (498) */
|
|
12610
12150
|
interface PalletSudoError extends Enum {
|
|
12611
12151
|
readonly isRequireSudo: boolean;
|
|
12612
12152
|
readonly type: 'RequireSudo';
|
|
12613
12153
|
}
|
|
12614
|
-
/** @name
|
|
12615
|
-
interface PalletIsmpError extends Enum {
|
|
12616
|
-
readonly isInvalidMessage: boolean;
|
|
12617
|
-
readonly isMessageNotFound: boolean;
|
|
12618
|
-
readonly isConsensusClientCreationFailed: boolean;
|
|
12619
|
-
readonly isUnbondingPeriodUpdateFailed: boolean;
|
|
12620
|
-
readonly isChallengePeriodUpdateFailed: boolean;
|
|
12621
|
-
readonly isErrorChargingFee: boolean;
|
|
12622
|
-
readonly type: 'InvalidMessage' | 'MessageNotFound' | 'ConsensusClientCreationFailed' | 'UnbondingPeriodUpdateFailed' | 'ChallengePeriodUpdateFailed' | 'ErrorChargingFee';
|
|
12623
|
-
}
|
|
12624
|
-
/** @name PalletHyperbridgeError (518) */
|
|
12625
|
-
type PalletHyperbridgeError = Null;
|
|
12626
|
-
/** @name PalletTokenGatewayError (520) */
|
|
12627
|
-
interface PalletTokenGatewayError extends Enum {
|
|
12628
|
-
readonly isUnregisteredAsset: boolean;
|
|
12629
|
-
readonly isAssetTeleportError: boolean;
|
|
12630
|
-
readonly isCoprocessorNotConfigured: boolean;
|
|
12631
|
-
readonly isDispatchError: boolean;
|
|
12632
|
-
readonly isAssetCreationError: boolean;
|
|
12633
|
-
readonly isAssetDecimalsNotFound: boolean;
|
|
12634
|
-
readonly isNotInitialized: boolean;
|
|
12635
|
-
readonly isUnknownAsset: boolean;
|
|
12636
|
-
readonly isNotAssetOwner: boolean;
|
|
12637
|
-
readonly type: 'UnregisteredAsset' | 'AssetTeleportError' | 'CoprocessorNotConfigured' | 'DispatchError' | 'AssetCreationError' | 'AssetDecimalsNotFound' | 'NotInitialized' | 'UnknownAsset' | 'NotAssetOwner';
|
|
12638
|
-
}
|
|
12639
|
-
/** @name PalletTreasuryFrameVaultCapital (521) */
|
|
12154
|
+
/** @name PalletTreasuryFrameVaultCapital (499) */
|
|
12640
12155
|
interface PalletTreasuryFrameVaultCapital extends Struct {
|
|
12641
12156
|
readonly frameId: Compact<u64>;
|
|
12642
12157
|
readonly vaults: BTreeMap<u32, PalletTreasuryVaultCapital>;
|
|
12643
12158
|
}
|
|
12644
|
-
/** @name PalletTreasuryVaultCapital (
|
|
12159
|
+
/** @name PalletTreasuryVaultCapital (501) */
|
|
12645
12160
|
interface PalletTreasuryVaultCapital extends Struct {
|
|
12646
12161
|
readonly bondLotAllocations: Vec<PalletTreasuryBondLotAllocation>;
|
|
12647
12162
|
readonly eligibleBonds: Compact<u32>;
|
|
12648
12163
|
readonly vaultSharingPercent: Compact<Permill>;
|
|
12649
12164
|
}
|
|
12650
|
-
/** @name PalletTreasuryBondLotAllocation (
|
|
12165
|
+
/** @name PalletTreasuryBondLotAllocation (503) */
|
|
12651
12166
|
interface PalletTreasuryBondLotAllocation extends Struct {
|
|
12652
12167
|
readonly bondLotId: Compact<u64>;
|
|
12653
12168
|
readonly prorata: u128;
|
|
12654
12169
|
}
|
|
12655
|
-
/** @name PalletTreasuryBondLot (
|
|
12170
|
+
/** @name PalletTreasuryBondLot (508) */
|
|
12656
12171
|
interface PalletTreasuryBondLot extends Struct {
|
|
12657
12172
|
readonly owner: AccountId32;
|
|
12658
12173
|
readonly vaultId: Compact<u32>;
|
|
@@ -12665,12 +12180,12 @@ declare module '@polkadot/types/lookup' {
|
|
|
12665
12180
|
readonly releaseFrameId: Option<u64>;
|
|
12666
12181
|
readonly releaseReason: Option<PalletTreasuryBondReleaseReason>;
|
|
12667
12182
|
}
|
|
12668
|
-
/** @name PalletTreasuryBondLotSummary (
|
|
12183
|
+
/** @name PalletTreasuryBondLotSummary (513) */
|
|
12669
12184
|
interface PalletTreasuryBondLotSummary extends Struct {
|
|
12670
12185
|
readonly bondLotId: Compact<u64>;
|
|
12671
12186
|
readonly bonds: Compact<u32>;
|
|
12672
12187
|
}
|
|
12673
|
-
/** @name PalletTreasuryError (
|
|
12188
|
+
/** @name PalletTreasuryError (515) */
|
|
12674
12189
|
interface PalletTreasuryError extends Enum {
|
|
12675
12190
|
readonly isBondPurchaseRejected: boolean;
|
|
12676
12191
|
readonly isVaultNotAcceptingBondPurchases: boolean;
|
|
@@ -12684,12 +12199,12 @@ declare module '@polkadot/types/lookup' {
|
|
|
12684
12199
|
readonly isBondPurchaseAboveSecurity: boolean;
|
|
12685
12200
|
readonly type: 'BondPurchaseRejected' | 'VaultNotAcceptingBondPurchases' | 'BondPurchaseBelowMinimum' | 'InternalError' | 'MaxAcceptedBondLotsExceeded' | 'MaxPendingBondReleasesExceeded' | 'BondLotNotFound' | 'NotBondLotOwner' | 'BondLotAlreadyReleasing' | 'BondPurchaseAboveSecurity';
|
|
12686
12201
|
}
|
|
12687
|
-
/** @name PalletFeeControlError (
|
|
12202
|
+
/** @name PalletFeeControlError (516) */
|
|
12688
12203
|
interface PalletFeeControlError extends Enum {
|
|
12689
12204
|
readonly isSponsoredFeeTooHigh: boolean;
|
|
12690
12205
|
readonly type: 'SponsoredFeeTooHigh';
|
|
12691
12206
|
}
|
|
12692
|
-
/** @name PalletOperationalAccountsOperationalAccount (
|
|
12207
|
+
/** @name PalletOperationalAccountsOperationalAccount (517) */
|
|
12693
12208
|
interface PalletOperationalAccountsOperationalAccount extends Struct {
|
|
12694
12209
|
readonly vaultAccount: AccountId32;
|
|
12695
12210
|
readonly miningFundingAccount: AccountId32;
|
|
@@ -12711,12 +12226,12 @@ declare module '@polkadot/types/lookup' {
|
|
|
12711
12226
|
readonly rewardsCollectedAmount: u128;
|
|
12712
12227
|
readonly isOperational: bool;
|
|
12713
12228
|
}
|
|
12714
|
-
/** @name PalletOperationalAccountsRewardsConfig (
|
|
12229
|
+
/** @name PalletOperationalAccountsRewardsConfig (519) */
|
|
12715
12230
|
interface PalletOperationalAccountsRewardsConfig extends Struct {
|
|
12716
12231
|
readonly operationalReferralReward: Compact<u128>;
|
|
12717
12232
|
readonly referralBonusReward: Compact<u128>;
|
|
12718
12233
|
}
|
|
12719
|
-
/** @name PalletOperationalAccountsError (
|
|
12234
|
+
/** @name PalletOperationalAccountsError (521) */
|
|
12720
12235
|
interface PalletOperationalAccountsError extends Enum {
|
|
12721
12236
|
readonly isAlreadyRegistered: boolean;
|
|
12722
12237
|
readonly isInvalidRegistrationSubmitter: boolean;
|
|
@@ -12737,37 +12252,120 @@ declare module '@polkadot/types/lookup' {
|
|
|
12737
12252
|
readonly isNotEligibleForActivation: boolean;
|
|
12738
12253
|
readonly type: 'AlreadyRegistered' | 'InvalidRegistrationSubmitter' | 'AccountAlreadyLinked' | 'InvalidAccountProof' | 'NotOperationalAccount' | 'InvalidReferralProof' | 'ReferralProofExpired' | 'NoProgressUpdateProvided' | 'EncryptedServerTooLong' | 'NotSponsorOfSponsee' | 'NoPendingRewards' | 'RewardClaimBelowMinimum' | 'RewardClaimNotWholeArgon' | 'RewardClaimExceedsPending' | 'TreasuryInsufficientFunds' | 'AlreadyOperational' | 'NotEligibleForActivation';
|
|
12739
12254
|
}
|
|
12740
|
-
/** @name
|
|
12255
|
+
/** @name PalletEthereumVerifierFinalizedBeaconHeaderState (522) */
|
|
12256
|
+
interface PalletEthereumVerifierFinalizedBeaconHeaderState extends Struct {
|
|
12257
|
+
readonly slot: Compact<u64>;
|
|
12258
|
+
}
|
|
12259
|
+
/** @name PalletEthereumVerifierExecutionHeaderAnchor (523) */
|
|
12260
|
+
interface PalletEthereumVerifierExecutionHeaderAnchor extends Struct {
|
|
12261
|
+
readonly blockNumber: Compact<u64>;
|
|
12262
|
+
readonly blockHash: H256;
|
|
12263
|
+
readonly parentHash: H256;
|
|
12264
|
+
readonly receiptsRoot: H256;
|
|
12265
|
+
}
|
|
12266
|
+
/** @name PalletEthereumVerifierSyncCommitteePrepared (524) */
|
|
12267
|
+
interface PalletEthereumVerifierSyncCommitteePrepared extends Struct {
|
|
12268
|
+
readonly root: H256;
|
|
12269
|
+
readonly pubkeys: Vec<SnowbridgeMilagroBlsKeysPublicKey>;
|
|
12270
|
+
readonly aggregatePubkey: SnowbridgeMilagroBlsKeysPublicKey;
|
|
12271
|
+
}
|
|
12272
|
+
/** @name SnowbridgeMilagroBlsKeysPublicKey (526) */
|
|
12273
|
+
interface SnowbridgeMilagroBlsKeysPublicKey extends Struct {
|
|
12274
|
+
readonly point: SnowbridgeAmclBls381Ecp;
|
|
12275
|
+
}
|
|
12276
|
+
/** @name SnowbridgeAmclBls381Ecp (527) */
|
|
12277
|
+
interface SnowbridgeAmclBls381Ecp extends Struct {
|
|
12278
|
+
readonly x: SnowbridgeAmclBls381Fp;
|
|
12279
|
+
readonly y: SnowbridgeAmclBls381Fp;
|
|
12280
|
+
readonly z: SnowbridgeAmclBls381Fp;
|
|
12281
|
+
}
|
|
12282
|
+
/** @name SnowbridgeAmclBls381Fp (528) */
|
|
12283
|
+
interface SnowbridgeAmclBls381Fp extends Struct {
|
|
12284
|
+
readonly x: SnowbridgeAmclBls381Big;
|
|
12285
|
+
readonly xes: i32;
|
|
12286
|
+
}
|
|
12287
|
+
/** @name SnowbridgeAmclBls381Big (529) */
|
|
12288
|
+
interface SnowbridgeAmclBls381Big extends Struct {
|
|
12289
|
+
readonly w: Vec<i32>;
|
|
12290
|
+
}
|
|
12291
|
+
/** @name ArgonPrimitivesEthereumEthereumBeaconPreset (533) */
|
|
12292
|
+
interface ArgonPrimitivesEthereumEthereumBeaconPreset extends Enum {
|
|
12293
|
+
readonly isMainnet: boolean;
|
|
12294
|
+
readonly isMinimal: boolean;
|
|
12295
|
+
readonly type: 'Mainnet' | 'Minimal';
|
|
12296
|
+
}
|
|
12297
|
+
/** @name PalletEthereumVerifierError (534) */
|
|
12298
|
+
interface PalletEthereumVerifierError extends Enum {
|
|
12299
|
+
readonly isSkippedSyncCommitteePeriod: boolean;
|
|
12300
|
+
readonly isSyncCommitteeUpdateRequired: boolean;
|
|
12301
|
+
readonly isIrrelevantUpdate: boolean;
|
|
12302
|
+
readonly isNotBootstrapped: boolean;
|
|
12303
|
+
readonly isSyncCommitteeParticipantsNotSupermajority: boolean;
|
|
12304
|
+
readonly isInvalidHeaderMerkleProof: boolean;
|
|
12305
|
+
readonly isInvalidSyncCommitteeMerkleProof: boolean;
|
|
12306
|
+
readonly isInvalidExecutionHeaderProof: boolean;
|
|
12307
|
+
readonly isInvalidFinalizedHeaderGap: boolean;
|
|
12308
|
+
readonly isHeaderHashTreeRootFailed: boolean;
|
|
12309
|
+
readonly isBlockBodyHashTreeRootFailed: boolean;
|
|
12310
|
+
readonly isSyncCommitteeHashTreeRootFailed: boolean;
|
|
12311
|
+
readonly isSigningRootHashTreeRootFailed: boolean;
|
|
12312
|
+
readonly isForkDataHashTreeRootFailed: boolean;
|
|
12313
|
+
readonly isExpectedFinalizedHeaderNotStored: boolean;
|
|
12314
|
+
readonly isBlsPreparePublicKeysFailed: boolean;
|
|
12315
|
+
readonly isBlsVerificationFailed: boolean;
|
|
12316
|
+
readonly isUnexpectedBeaconPreset: boolean;
|
|
12317
|
+
readonly isInvalidUpdateSlot: boolean;
|
|
12318
|
+
readonly isInvalidSyncCommitteeUpdate: boolean;
|
|
12319
|
+
readonly isHalted: boolean;
|
|
12320
|
+
readonly type: 'SkippedSyncCommitteePeriod' | 'SyncCommitteeUpdateRequired' | 'IrrelevantUpdate' | 'NotBootstrapped' | 'SyncCommitteeParticipantsNotSupermajority' | 'InvalidHeaderMerkleProof' | 'InvalidSyncCommitteeMerkleProof' | 'InvalidExecutionHeaderProof' | 'InvalidFinalizedHeaderGap' | 'HeaderHashTreeRootFailed' | 'BlockBodyHashTreeRootFailed' | 'SyncCommitteeHashTreeRootFailed' | 'SigningRootHashTreeRootFailed' | 'ForkDataHashTreeRootFailed' | 'ExpectedFinalizedHeaderNotStored' | 'BlsPreparePublicKeysFailed' | 'BlsVerificationFailed' | 'UnexpectedBeaconPreset' | 'InvalidUpdateSlot' | 'InvalidSyncCommitteeUpdate' | 'Halted';
|
|
12321
|
+
}
|
|
12322
|
+
/** @name PalletCrosschainTransferError (535) */
|
|
12323
|
+
interface PalletCrosschainTransferError extends Enum {
|
|
12324
|
+
readonly isInvalidTransferToArgonActivity: boolean;
|
|
12325
|
+
readonly isNoGatewayProofBlocksProvided: boolean;
|
|
12326
|
+
readonly isNoGatewayActivitiesProvided: boolean;
|
|
12327
|
+
readonly isInvalidProof: boolean;
|
|
12328
|
+
readonly isInvalidRecipient: boolean;
|
|
12329
|
+
readonly isUnsupportedSource: boolean;
|
|
12330
|
+
readonly isUnsupportedGateway: boolean;
|
|
12331
|
+
readonly isUnsupportedToken: boolean;
|
|
12332
|
+
readonly isUnexpectedPreviousGatewayActivityNonce: boolean;
|
|
12333
|
+
readonly isUnexpectedGatewayActivityNonce: boolean;
|
|
12334
|
+
readonly isInvalidChainConfig: boolean;
|
|
12335
|
+
readonly isInsufficientLiquidity: boolean;
|
|
12336
|
+
readonly type: 'InvalidTransferToArgonActivity' | 'NoGatewayProofBlocksProvided' | 'NoGatewayActivitiesProvided' | 'InvalidProof' | 'InvalidRecipient' | 'UnsupportedSource' | 'UnsupportedGateway' | 'UnsupportedToken' | 'UnexpectedPreviousGatewayActivityNonce' | 'UnexpectedGatewayActivityNonce' | 'InvalidChainConfig' | 'InsufficientLiquidity';
|
|
12337
|
+
}
|
|
12338
|
+
/** @name FrameSystemExtensionsAuthorizeCall (538) */
|
|
12741
12339
|
type FrameSystemExtensionsAuthorizeCall = Null;
|
|
12742
|
-
/** @name FrameSystemExtensionsCheckNonZeroSender (
|
|
12340
|
+
/** @name FrameSystemExtensionsCheckNonZeroSender (539) */
|
|
12743
12341
|
type FrameSystemExtensionsCheckNonZeroSender = Null;
|
|
12744
|
-
/** @name FrameSystemExtensionsCheckSpecVersion (
|
|
12342
|
+
/** @name FrameSystemExtensionsCheckSpecVersion (540) */
|
|
12745
12343
|
type FrameSystemExtensionsCheckSpecVersion = Null;
|
|
12746
|
-
/** @name FrameSystemExtensionsCheckTxVersion (
|
|
12344
|
+
/** @name FrameSystemExtensionsCheckTxVersion (541) */
|
|
12747
12345
|
type FrameSystemExtensionsCheckTxVersion = Null;
|
|
12748
|
-
/** @name FrameSystemExtensionsCheckGenesis (
|
|
12346
|
+
/** @name FrameSystemExtensionsCheckGenesis (542) */
|
|
12749
12347
|
type FrameSystemExtensionsCheckGenesis = Null;
|
|
12750
|
-
/** @name FrameSystemExtensionsCheckNonce (
|
|
12348
|
+
/** @name FrameSystemExtensionsCheckNonce (545) */
|
|
12751
12349
|
interface FrameSystemExtensionsCheckNonce extends Compact<u32> {
|
|
12752
12350
|
}
|
|
12753
|
-
/** @name FrameSystemExtensionsCheckWeight (
|
|
12351
|
+
/** @name FrameSystemExtensionsCheckWeight (546) */
|
|
12754
12352
|
type FrameSystemExtensionsCheckWeight = Null;
|
|
12755
|
-
/** @name PalletTransactionPaymentChargeTransactionPayment (
|
|
12353
|
+
/** @name PalletTransactionPaymentChargeTransactionPayment (547) */
|
|
12756
12354
|
interface PalletTransactionPaymentChargeTransactionPayment extends Compact<u128> {
|
|
12757
12355
|
}
|
|
12758
|
-
/** @name FrameMetadataHashExtensionCheckMetadataHash (
|
|
12356
|
+
/** @name FrameMetadataHashExtensionCheckMetadataHash (548) */
|
|
12759
12357
|
interface FrameMetadataHashExtensionCheckMetadataHash extends Struct {
|
|
12760
12358
|
readonly mode: FrameMetadataHashExtensionMode;
|
|
12761
12359
|
}
|
|
12762
|
-
/** @name FrameMetadataHashExtensionMode (
|
|
12360
|
+
/** @name FrameMetadataHashExtensionMode (549) */
|
|
12763
12361
|
interface FrameMetadataHashExtensionMode extends Enum {
|
|
12764
12362
|
readonly isDisabled: boolean;
|
|
12765
12363
|
readonly isEnabled: boolean;
|
|
12766
12364
|
readonly type: 'Disabled' | 'Enabled';
|
|
12767
12365
|
}
|
|
12768
|
-
/** @name FrameSystemExtensionsWeightReclaim (
|
|
12366
|
+
/** @name FrameSystemExtensionsWeightReclaim (550) */
|
|
12769
12367
|
type FrameSystemExtensionsWeightReclaim = Null;
|
|
12770
|
-
/** @name ArgonRuntimeRuntime (
|
|
12368
|
+
/** @name ArgonRuntimeRuntime (552) */
|
|
12771
12369
|
type ArgonRuntimeRuntime = Null;
|
|
12772
12370
|
}
|
|
12773
12371
|
|
|
@@ -12809,9 +12407,15 @@ declare class WageProtector {
|
|
|
12809
12407
|
}
|
|
12810
12408
|
|
|
12811
12409
|
declare const MICROGONS_PER_ARGON = 1000000;
|
|
12410
|
+
type IDispatchErrorLike = {
|
|
12411
|
+
isModule: boolean;
|
|
12412
|
+
asModule: Parameters<ArgonClient['registry']['findMetaError']>[0];
|
|
12413
|
+
toString(): string;
|
|
12414
|
+
};
|
|
12812
12415
|
declare function formatArgons(microgons: bigint | number): string;
|
|
12813
12416
|
declare function gettersToObject<T>(obj: T): Promise<T>;
|
|
12814
|
-
declare function dispatchErrorToString(client: ArgonClient, error:
|
|
12417
|
+
declare function dispatchErrorToString(client: ArgonClient, error: IDispatchErrorLike): string;
|
|
12418
|
+
declare function isOutdatedTransactionError(error: unknown): boolean;
|
|
12815
12419
|
declare class ExtrinsicError extends Error {
|
|
12816
12420
|
readonly errorCode: string;
|
|
12817
12421
|
readonly details?: string | undefined;
|
|
@@ -12820,7 +12424,7 @@ declare class ExtrinsicError extends Error {
|
|
|
12820
12424
|
constructor(errorCode: string, details?: string | undefined, batchInterruptedIndex?: number | undefined, txFee?: bigint);
|
|
12821
12425
|
toString(): string;
|
|
12822
12426
|
}
|
|
12823
|
-
declare function dispatchErrorToExtrinsicError(client: ArgonClient, error:
|
|
12427
|
+
declare function dispatchErrorToExtrinsicError(client: ArgonClient, error: IDispatchErrorLike, batchInterruptedIndex?: number, txFee?: bigint): ExtrinsicError;
|
|
12824
12428
|
/**
|
|
12825
12429
|
* Check for an extrinsic success event in the given events. Helpful to validate the result of an extrinsic inclusion in a block (it will be included even if it fails)
|
|
12826
12430
|
* @param events The events to check
|
|
@@ -12828,6 +12432,19 @@ declare function dispatchErrorToExtrinsicError(client: ArgonClient, error: Dispa
|
|
|
12828
12432
|
* @returns A promise that resolves if the extrinsic was successful, and rejects if it failed
|
|
12829
12433
|
*/
|
|
12830
12434
|
declare function checkForExtrinsicSuccess(events: EventRecord[], client: ArgonClient): Promise<void>;
|
|
12435
|
+
/**
|
|
12436
|
+
* Return a bigint value using a canonical field first, then named fallback fields on the same source object.
|
|
12437
|
+
* Helpful when reading runtime records that may use older field names across spec versions.
|
|
12438
|
+
* @param value The preferred bigint-like value, usually from the current field name
|
|
12439
|
+
* @param source The object to read fallback fields from
|
|
12440
|
+
* @param fallbackFields The fallback field names to check in order
|
|
12441
|
+
* @param fallback The value to return if no preferred or fallback field is present
|
|
12442
|
+
* @returns The preferred or fallback value converted to bigint
|
|
12443
|
+
*/
|
|
12444
|
+
declare function getBigIntFallback<T extends object>(value: IBigIntLike | undefined, source: T, fallbackFields: readonly string[], fallback?: bigint): bigint;
|
|
12445
|
+
type IBigIntLike = bigint | {
|
|
12446
|
+
toBigInt(): bigint;
|
|
12447
|
+
};
|
|
12831
12448
|
|
|
12832
12449
|
type ITxProgressCallback = (progressToInBlock: number, result?: TxResult) => void;
|
|
12833
12450
|
declare class TxResult {
|
|
@@ -12937,6 +12554,20 @@ declare function getFrameInfoFromHeader(header: Header): {
|
|
|
12937
12554
|
frameRewardTicksRemaining: number;
|
|
12938
12555
|
} | undefined;
|
|
12939
12556
|
|
|
12557
|
+
declare class PriceIndex {
|
|
12558
|
+
btcUsdPrice?: BigNumber;
|
|
12559
|
+
argonotUsdPrice?: BigNumber;
|
|
12560
|
+
argonUsdPrice?: BigNumber;
|
|
12561
|
+
argonUsdTargetPrice?: BigNumber;
|
|
12562
|
+
argonTimeWeightedAverageLiquidity?: BigNumber;
|
|
12563
|
+
lastUpdatedTick?: number;
|
|
12564
|
+
load(client: ArgonClient | ApiDecoration<'promise'>): Promise<this>;
|
|
12565
|
+
getSatoshiPriceInMarketMicrogons(satoshis: bigint | number): bigint;
|
|
12566
|
+
getSatoshiPriceInTargetMicrogons(satoshis: bigint | number): bigint;
|
|
12567
|
+
get rValue(): BigNumber;
|
|
12568
|
+
get argonCpi(): BigNumber;
|
|
12569
|
+
}
|
|
12570
|
+
|
|
12940
12571
|
interface ArgonPrimitivesVaultV144 extends Struct {
|
|
12941
12572
|
readonly operatorAccountId: AccountId32;
|
|
12942
12573
|
readonly securitization: Compact<u128>;
|
|
@@ -12972,10 +12603,13 @@ declare class Vault {
|
|
|
12972
12603
|
name?: string;
|
|
12973
12604
|
lastNameChangeTick?: number;
|
|
12974
12605
|
bitcoinLockDelegateAccount?: string;
|
|
12975
|
-
constructor(id: number, vault: ArgonPrimitivesVault, tickDuration: number);
|
|
12976
|
-
load(vault: ArgonPrimitivesVault | ArgonPrimitivesVaultV144): void;
|
|
12606
|
+
constructor(id: number, vault: ArgonPrimitivesVault$1, tickDuration: number);
|
|
12607
|
+
load(vault: ArgonPrimitivesVault$1 | ArgonPrimitivesVaultV144): void;
|
|
12977
12608
|
availableBitcoinSpace(): bigint;
|
|
12978
12609
|
availableSecuritization(): bigint;
|
|
12610
|
+
availableBondSpace(priceIndex: PriceIndex, bondLots?: Iterable<{
|
|
12611
|
+
activeBonds: number;
|
|
12612
|
+
}>, bondFullCapacityPerFrame?: boolean): bigint;
|
|
12979
12613
|
getRelockCapacity(): bigint;
|
|
12980
12614
|
securitizationRatioBN(): BigNumber;
|
|
12981
12615
|
activatedSecuritization(): bigint;
|
|
@@ -13016,22 +12650,9 @@ declare function fromFixedNumber(value: bigint, decimals?: number): BigNumber;
|
|
|
13016
12650
|
declare const FIXED_U128_DECIMALS = 18;
|
|
13017
12651
|
declare const PERMILL_DECIMALS = 6;
|
|
13018
12652
|
|
|
13019
|
-
declare class PriceIndex {
|
|
13020
|
-
btcUsdPrice?: BigNumber;
|
|
13021
|
-
argonotUsdPrice?: BigNumber;
|
|
13022
|
-
argonUsdPrice?: BigNumber;
|
|
13023
|
-
argonUsdTargetPrice?: BigNumber;
|
|
13024
|
-
argonTimeWeightedAverageLiquidity?: BigNumber;
|
|
13025
|
-
lastUpdatedTick?: number;
|
|
13026
|
-
load(client: ArgonClient | ApiDecoration<'promise'>): Promise<this>;
|
|
13027
|
-
getBtcMicrogonPrice(satoshis: bigint | number): bigint;
|
|
13028
|
-
get rValue(): BigNumber;
|
|
13029
|
-
get argonCpi(): BigNumber;
|
|
13030
|
-
}
|
|
13031
|
-
|
|
13032
12653
|
declare const SATS_PER_BTC = 100000000n;
|
|
13033
12654
|
type IQueryableClient = ArgonClient | ApiDecoration<'promise'>;
|
|
13034
|
-
type UtxoRefLike = ArgonPrimitivesBitcoinUtxoRef | {
|
|
12655
|
+
type UtxoRefLike = ArgonPrimitivesBitcoinUtxoRef$1 | {
|
|
13035
12656
|
txid: string | Uint8Array;
|
|
13036
12657
|
outputIndex: number;
|
|
13037
12658
|
};
|
|
@@ -13039,7 +12660,7 @@ declare class BitcoinLock implements IBitcoinLock {
|
|
|
13039
12660
|
utxoId: number;
|
|
13040
12661
|
p2wshScriptHashHex: string;
|
|
13041
12662
|
vaultId: number;
|
|
13042
|
-
|
|
12663
|
+
lockedTargetPrice: bigint;
|
|
13043
12664
|
liquidityPromised: bigint;
|
|
13044
12665
|
ownerAccount: string;
|
|
13045
12666
|
satoshis: bigint;
|
|
@@ -13074,23 +12695,22 @@ declare class BitcoinLock implements IBitcoinLock {
|
|
|
13074
12695
|
bitcoinTxid: string;
|
|
13075
12696
|
} | undefined>;
|
|
13076
12697
|
findPendingMints(client: IQueryableClient): Promise<bigint[]>;
|
|
13077
|
-
|
|
12698
|
+
calculateRatchetingCosts(client: IQueryableClient, priceIndex: PriceIndex, vault: Vault, microgonsAtTargetPerBtc?: bigint): Promise<{
|
|
13078
12699
|
burnAmount: bigint;
|
|
13079
12700
|
ratchetingFee: bigint;
|
|
13080
|
-
marketRate: bigint;
|
|
13081
12701
|
}>;
|
|
13082
12702
|
ratchet(args: {
|
|
13083
12703
|
client: ArgonClient;
|
|
13084
12704
|
priceIndex: PriceIndex;
|
|
13085
12705
|
txSigner: TxSigningAccount;
|
|
13086
12706
|
vault: Vault;
|
|
13087
|
-
|
|
12707
|
+
microgonsAtTargetPerBtc?: bigint;
|
|
13088
12708
|
} & ISubmittableOptions): Promise<{
|
|
13089
12709
|
txResult: TxResult;
|
|
13090
12710
|
getRatchetResult: () => Promise<{
|
|
13091
12711
|
securityFee: bigint;
|
|
13092
12712
|
txFee: bigint;
|
|
13093
|
-
|
|
12713
|
+
lockedTargetPrice: bigint;
|
|
13094
12714
|
liquidityPromised: bigint;
|
|
13095
12715
|
pendingMint: bigint;
|
|
13096
12716
|
burned: bigint;
|
|
@@ -13098,7 +12718,7 @@ declare class BitcoinLock implements IBitcoinLock {
|
|
|
13098
12718
|
bitcoinBlockHeight: number;
|
|
13099
12719
|
}>;
|
|
13100
12720
|
}>;
|
|
13101
|
-
|
|
12721
|
+
calculateRedemptionAmount(priceIndex: PriceIndex): bigint;
|
|
13102
12722
|
requestRelease(args: {
|
|
13103
12723
|
client: ArgonClient;
|
|
13104
12724
|
priceIndex: PriceIndex;
|
|
@@ -13118,11 +12738,9 @@ declare class BitcoinLock implements IBitcoinLock {
|
|
|
13118
12738
|
} | undefined>;
|
|
13119
12739
|
getVaultCosignSignature(client: ArgonClient, atHeight: number): Promise<Uint8Array | undefined>;
|
|
13120
12740
|
static getUtxoIdFromEvents(client: IQueryableClient, events: GenericEvent$1[]): Promise<number | undefined>;
|
|
13121
|
-
static
|
|
13122
|
-
static
|
|
13123
|
-
|
|
13124
|
-
lockedMarketRate?: bigint;
|
|
13125
|
-
}): Promise<bigint>;
|
|
12741
|
+
static calculateRedemptionAmountFromSatoshis(priceIndex: PriceIndex, satoshis: bigint, lockedTargetPrice?: bigint): bigint;
|
|
12742
|
+
static calculateRedemptionAmount(priceIndex: PriceIndex, btcMicrogonsAtTarget: bigint, maxMicrogonsAtTarget?: bigint): bigint;
|
|
12743
|
+
private static redemptionMultiplierBn;
|
|
13126
12744
|
static getConfig(client: IQueryableClient): Promise<IBitcoinLockConfig>;
|
|
13127
12745
|
static getBitcoinConfirmedBlockHeight(client: IQueryableClient): Promise<number>;
|
|
13128
12746
|
static submitVaultSignature(args: {
|
|
@@ -13162,7 +12780,7 @@ declare class BitcoinLock implements IBitcoinLock {
|
|
|
13162
12780
|
satoshis: bigint;
|
|
13163
12781
|
txSigner: TxSigningAccount;
|
|
13164
12782
|
reducedBalanceBy?: bigint;
|
|
13165
|
-
|
|
12783
|
+
microgonsAtTargetPerBtc?: bigint;
|
|
13166
12784
|
tip?: bigint;
|
|
13167
12785
|
initializeForAccountId?: string;
|
|
13168
12786
|
}): Promise<{
|
|
@@ -13193,13 +12811,13 @@ declare class BitcoinLock implements IBitcoinLock {
|
|
|
13193
12811
|
createdAtHeight: number;
|
|
13194
12812
|
txResult: TxResult;
|
|
13195
12813
|
}>;
|
|
13196
|
-
static
|
|
12814
|
+
static satoshisRequiredForRedemptionAmount(priceIndex: PriceIndex, redemptionAmount: bigint): bigint;
|
|
13197
12815
|
}
|
|
13198
12816
|
interface IBitcoinLockConfig {
|
|
13199
12817
|
lockReleaseCosignDeadlineFrames: number;
|
|
13200
12818
|
pendingConfirmationExpirationBlocks: number;
|
|
13201
12819
|
tickDurationMillis: number;
|
|
13202
|
-
bitcoinNetwork: ArgonPrimitivesBitcoinBitcoinNetwork;
|
|
12820
|
+
bitcoinNetwork: ArgonPrimitivesBitcoinBitcoinNetwork$1;
|
|
13203
12821
|
lockSatoshiAllowedVariance: number;
|
|
13204
12822
|
}
|
|
13205
12823
|
interface IReleaseRequest {
|
|
@@ -13209,13 +12827,13 @@ interface IReleaseRequest {
|
|
|
13209
12827
|
interface IReleaseRequestDetails extends IReleaseRequest {
|
|
13210
12828
|
dueFrame: number;
|
|
13211
12829
|
vaultId: number;
|
|
13212
|
-
|
|
12830
|
+
redemptionAmount: bigint;
|
|
13213
12831
|
}
|
|
13214
12832
|
interface IBitcoinLock {
|
|
13215
12833
|
utxoId: number;
|
|
13216
12834
|
p2wshScriptHashHex: string;
|
|
13217
12835
|
vaultId: number;
|
|
13218
|
-
|
|
12836
|
+
lockedTargetPrice: bigint;
|
|
13219
12837
|
liquidityPromised: bigint;
|
|
13220
12838
|
ownerAccount: string;
|
|
13221
12839
|
satoshis: bigint;
|
|
@@ -13237,7 +12855,156 @@ interface IBitcoinLock {
|
|
|
13237
12855
|
fundHoldExtensionsByBitcoinExpirationHeight: Record<number, bigint>;
|
|
13238
12856
|
}
|
|
13239
12857
|
|
|
12858
|
+
declare const MINTING_GATEWAY_RUNTIME_DECIMALS = 6;
|
|
12859
|
+
declare const MINTING_GATEWAY_TOKEN_DECIMALS = 18;
|
|
12860
|
+
declare const MINTING_GATEWAY_RUNTIME_TO_ERC20_SCALE: bigint;
|
|
12861
|
+
type MintingGatewayActivityBlockLocator = {
|
|
12862
|
+
blockNumber: bigint;
|
|
12863
|
+
startGatewayActivityNonce: bigint;
|
|
12864
|
+
endGatewayActivityNonce: bigint;
|
|
12865
|
+
};
|
|
12866
|
+
|
|
12867
|
+
type EthereumReceipt = Awaited<ReturnType<ReturnType<typeof createPublicClient>['getTransactionReceipt']>>;
|
|
12868
|
+
type EthereumExecutionClient = ReturnType<typeof createPublicClient>;
|
|
12869
|
+
type EthereumExecutionSource = {
|
|
12870
|
+
executionRpcUrl?: string;
|
|
12871
|
+
executionClient?: EthereumExecutionClient;
|
|
12872
|
+
};
|
|
12873
|
+
|
|
12874
|
+
declare const MAX_ETHEREUM_COMBINED_RECEIPT_PROOF_NODES = 128;
|
|
12875
|
+
declare const MAX_ETHEREUM_RECEIPTS_PER_PROOF = 32;
|
|
12876
|
+
declare const MAX_ETHEREUM_RECEIPT_PROOF_NODE_REFS = 32;
|
|
12877
|
+
type ArgonFinalizedExecutionHeader = {
|
|
12878
|
+
blockHash: Hex;
|
|
12879
|
+
blockNumber: bigint;
|
|
12880
|
+
};
|
|
12881
|
+
declare class ArgonFinalizedExecutionHeaderPathError extends Error {
|
|
12882
|
+
}
|
|
12883
|
+
declare class EthereumCombinedReceiptProofBoundsError extends Error {
|
|
12884
|
+
readonly kind: 'receipt-count' | 'shared-nodes' | 'receipt-node-refs';
|
|
12885
|
+
constructor(kind: 'receipt-count' | 'shared-nodes' | 'receipt-node-refs', message: string);
|
|
12886
|
+
}
|
|
12887
|
+
type EthereumEventLocator = {
|
|
12888
|
+
txHash: Hex;
|
|
12889
|
+
logIndexes?: number[];
|
|
12890
|
+
receipt?: EthereumReceipt;
|
|
12891
|
+
};
|
|
12892
|
+
type EthereumEventLocatorBlock = EthereumEventLocator[];
|
|
12893
|
+
type EthereumEventLog = Pick<EthereumReceipt['logs'][number], 'address' | 'data'> & {
|
|
12894
|
+
topics: Hex[];
|
|
12895
|
+
};
|
|
12896
|
+
type EthereumEventProof = {
|
|
12897
|
+
executionBlockProof: {
|
|
12898
|
+
anchorBlockHash: Hex;
|
|
12899
|
+
targetToAnchorHeaderChain: {
|
|
12900
|
+
rlp: Hex;
|
|
12901
|
+
}[];
|
|
12902
|
+
};
|
|
12903
|
+
blocks: {
|
|
12904
|
+
targetBlockNumber: number;
|
|
12905
|
+
receiptLogs: {
|
|
12906
|
+
transactionIndex: number;
|
|
12907
|
+
eventLog: EthereumEventLog;
|
|
12908
|
+
}[];
|
|
12909
|
+
receiptProof: {
|
|
12910
|
+
nodes: Hex[];
|
|
12911
|
+
receipts: {
|
|
12912
|
+
transactionIndex: number;
|
|
12913
|
+
nodeIndexes: number[];
|
|
12914
|
+
}[];
|
|
12915
|
+
};
|
|
12916
|
+
}[];
|
|
12917
|
+
};
|
|
12918
|
+
type EthereumEventProofBlock = EthereumEventProof['blocks'][number];
|
|
12919
|
+
type EthereumReceiptProof = EthereumEventProofBlock['receiptProof'];
|
|
12920
|
+
declare function encodeReceiptTrieKey(transactionIndex: number): Uint8Array;
|
|
12921
|
+
declare function encodeEthereumReceiptForProof(receipt: EthereumReceipt): Uint8Array;
|
|
12922
|
+
declare function buildEthereumEventProof(executionSource: EthereumExecutionSource, argonFinalizedExecutionHeader: ArgonFinalizedExecutionHeader, locatorBlocks: EthereumEventLocatorBlock[]): Promise<EthereumEventProof>;
|
|
12923
|
+
declare function getLatestArgonFinalizedExecutionHeader(client: IArgonQueryable): Promise<ArgonFinalizedExecutionHeader>;
|
|
12924
|
+
declare function waitForArgonFinalizedExecutionHeader(client: IArgonQueryable, targetBlockNumber: bigint, options?: {
|
|
12925
|
+
pollMs?: number;
|
|
12926
|
+
timeoutMs?: number;
|
|
12927
|
+
}): Promise<ArgonFinalizedExecutionHeader>;
|
|
12928
|
+
declare function loadExecutionHeader(executionClient: EthereumExecutionClient, blockTag: Hex | bigint): Promise<BlockHeader>;
|
|
12929
|
+
declare function buildExecutionHeaderChain(executionClient: EthereumExecutionClient, targetHeader: BlockHeader, argonFinalizedExecutionHeader: ArgonFinalizedExecutionHeader): Promise<{
|
|
12930
|
+
blockHash: Hex;
|
|
12931
|
+
rlp: Hex;
|
|
12932
|
+
}[]>;
|
|
12933
|
+
declare function buildEthereumCombinedReceiptProof(executionClient: EthereumExecutionClient, blockHash: Hex, transactionIndexes: number[], receiptsRoot: Hex): Promise<EthereumReceiptProof>;
|
|
12934
|
+
|
|
12935
|
+
type DecodedEthereumGatewayActivity = ({
|
|
12936
|
+
kind: typeof MintingGatewayEvents.GlobalIssuanceCouncilRotated.name;
|
|
12937
|
+
} & MintingGatewayGlobalIssuanceCouncilRotated) | ({
|
|
12938
|
+
kind: typeof MintingGatewayEvents.MintingAuthorityActivated.name;
|
|
12939
|
+
} & MintingGatewayMintingAuthorityActivated) | ({
|
|
12940
|
+
kind: typeof MintingGatewayEvents.MintingAuthorityDeactivated.name;
|
|
12941
|
+
} & MintingGatewayMintingAuthorityDeactivated) | ({
|
|
12942
|
+
kind: typeof MintingGatewayEvents.TransferOutOfArgonCanceled.name;
|
|
12943
|
+
} & MintingGatewayTransferOutOfArgonCanceled) | ({
|
|
12944
|
+
kind: typeof MintingGatewayEvents.TransferOutOfArgonFinalized.name;
|
|
12945
|
+
} & MintingGatewayTransferOutOfArgonFinalized) | ({
|
|
12946
|
+
kind: typeof MintingGatewayEvents.TransferToArgonStarted.name;
|
|
12947
|
+
} & MintingGatewayTransferToArgonStarted);
|
|
12948
|
+
type EthereumGatewayActivity = DecodedEthereumGatewayActivity & {
|
|
12949
|
+
txHash: Hex;
|
|
12950
|
+
transactionIndex: number;
|
|
12951
|
+
logIndex: number;
|
|
12952
|
+
blockHash: Hex;
|
|
12953
|
+
blockNumber: bigint;
|
|
12954
|
+
};
|
|
12955
|
+
type EthereumGatewayActivityProofPayload = {
|
|
12956
|
+
previousGatewayActivityNonce: bigint;
|
|
12957
|
+
proof: EthereumEventProof;
|
|
12958
|
+
gatewayActivityNonceRange: {
|
|
12959
|
+
start: bigint;
|
|
12960
|
+
end: bigint;
|
|
12961
|
+
};
|
|
12962
|
+
executionBlockNumberRange: {
|
|
12963
|
+
start: bigint;
|
|
12964
|
+
end: bigint;
|
|
12965
|
+
};
|
|
12966
|
+
activities: EthereumGatewayActivity[];
|
|
12967
|
+
};
|
|
12968
|
+
type EthereumGatewayActivityProofPlan = {
|
|
12969
|
+
latestGatewayActivityNonce: bigint;
|
|
12970
|
+
payloadUpToGatewayActivityNonce: bigint;
|
|
12971
|
+
payload: EthereumGatewayActivityProofPayload | null;
|
|
12972
|
+
};
|
|
12973
|
+
declare function buildGatewayActivityProofPayload(client: IArgonQueryable & Pick<ArgonClient, 'consts'>, options: EthereumExecutionSource & {
|
|
12974
|
+
gatewayAddress: Hex;
|
|
12975
|
+
throughExecutionBlockNumber?: bigint;
|
|
12976
|
+
}): Promise<EthereumGatewayActivityProofPlan>;
|
|
12977
|
+
declare function findEthereumTransferToArgonStartedLogIndexes(receipt: {
|
|
12978
|
+
transactionHash: Hex;
|
|
12979
|
+
logs: {
|
|
12980
|
+
address: Hex;
|
|
12981
|
+
topics: Hex[];
|
|
12982
|
+
}[];
|
|
12983
|
+
}, gatewayAddress: Hex): number[];
|
|
12984
|
+
declare function decodeEthereumTransferToArgonStartedLog(log: Pick<EthereumEventLog, 'topics' | 'data'>): MintingGatewayTransferToArgonStarted;
|
|
12985
|
+
declare function decodeEthereumGatewayActivityLog(log: Pick<EthereumEventLog, 'topics' | 'data'>): DecodedEthereumGatewayActivity;
|
|
12986
|
+
|
|
12987
|
+
type EthereumBeaconSyncState = {
|
|
12988
|
+
isBootstrapped: false;
|
|
12989
|
+
hasNextSyncCommittee: boolean;
|
|
12990
|
+
latestFinalizedBlockRoot: string;
|
|
12991
|
+
latestSyncCommitteeUpdatePeriod: bigint;
|
|
12992
|
+
headerInterval: bigint;
|
|
12993
|
+
} | {
|
|
12994
|
+
isBootstrapped: true;
|
|
12995
|
+
hasNextSyncCommittee: boolean;
|
|
12996
|
+
latestFinalizedBlockRoot: string;
|
|
12997
|
+
latestFinalizedSlot: bigint;
|
|
12998
|
+
nextRecommendedFinalizedSlot: bigint;
|
|
12999
|
+
latestSyncCommitteeUpdatePeriod: bigint;
|
|
13000
|
+
headerInterval: bigint;
|
|
13001
|
+
};
|
|
13002
|
+
declare function getEthereumBeaconSyncBootstrapTx(client: ArgonClient, beaconApiUrl: string): Promise<SubmittableExtrinsic$1>;
|
|
13003
|
+
declare function getNextEthereumBeaconSyncTxs(client: ArgonClient, beaconApiUrl: string): Promise<SubmittableExtrinsic$1[]>;
|
|
13004
|
+
declare function getEthereumBeaconSyncState(client: ArgonClient): Promise<EthereumBeaconSyncState>;
|
|
13005
|
+
|
|
13240
13006
|
type ArgonClient = ApiPromise;
|
|
13007
|
+
type IArgonQueryable = ArgonClient | ApiDecoration<'promise'>;
|
|
13241
13008
|
/**
|
|
13242
13009
|
* Wait for the crypto library to be ready (requires wasm, which needs async loading in commonjs)
|
|
13243
13010
|
*/
|
|
@@ -13251,4 +13018,4 @@ declare function waitForLoad(): Promise<void>;
|
|
|
13251
13018
|
declare function getClient(host: string, options?: ApiOptions): Promise<ArgonClient>;
|
|
13252
13019
|
declare function getOfflineRegistry(): TypeRegistry;
|
|
13253
13020
|
|
|
13254
|
-
export { type ArgonClient, BitcoinLock, ExtrinsicError, FIXED_U128_DECIMALS, type IBitcoinLock, type IBitcoinLockConfig, type IReleaseRequest, type IReleaseRequestDetails, type ISubmittableOptions, type ITerms, type ITxProgressCallback, MICROGONS_PER_ARGON, PERMILL_DECIMALS, PriceIndex, SATS_PER_BTC, TxResult, type TxSigningAccount, TxSubmitter, Vault, WageProtector, checkForExtrinsicSuccess, createKeyringPair, dispatchErrorToExtrinsicError, dispatchErrorToString, formatArgons, fromFixedNumber, getAuthorFromHeader, getClient, getFrameInfoFromHeader, getOfflineRegistry, getTickFromHeader, gettersToObject, keyringFromSuri, toFixedNumber, waitForLoad };
|
|
13021
|
+
export { type ArgonClient, type ArgonFinalizedExecutionHeader, ArgonFinalizedExecutionHeaderPathError, BitcoinLock, EthereumCombinedReceiptProofBoundsError, type EthereumEventLocator, type EthereumEventLocatorBlock, type EthereumEventLog, type EthereumEventProof, type EthereumExecutionClient, type EthereumExecutionSource, type EthereumGatewayActivity, type EthereumGatewayActivityProofPayload, type EthereumGatewayActivityProofPlan, type EthereumReceipt, ExtrinsicError, FIXED_U128_DECIMALS, type IArgonQueryable, type IBitcoinLock, type IBitcoinLockConfig, type IReleaseRequest, type IReleaseRequestDetails, type ISubmittableOptions, type ITerms, type ITxProgressCallback, MAX_ETHEREUM_COMBINED_RECEIPT_PROOF_NODES, MAX_ETHEREUM_RECEIPTS_PER_PROOF, MAX_ETHEREUM_RECEIPT_PROOF_NODE_REFS, MICROGONS_PER_ARGON, MINTING_GATEWAY_RUNTIME_DECIMALS, MINTING_GATEWAY_RUNTIME_TO_ERC20_SCALE, MINTING_GATEWAY_TOKEN_DECIMALS, type MintingGatewayActivityBlockLocator, PERMILL_DECIMALS, PriceIndex, SATS_PER_BTC, TxResult, type TxSigningAccount, TxSubmitter, Vault, WageProtector, buildEthereumCombinedReceiptProof, buildEthereumEventProof, buildExecutionHeaderChain, buildGatewayActivityProofPayload, checkForExtrinsicSuccess, createKeyringPair, decodeEthereumGatewayActivityLog, decodeEthereumTransferToArgonStartedLog, dispatchErrorToExtrinsicError, dispatchErrorToString, encodeEthereumReceiptForProof, encodeReceiptTrieKey, findEthereumTransferToArgonStartedLogIndexes, formatArgons, fromFixedNumber, getAuthorFromHeader, getBigIntFallback, getClient, getEthereumBeaconSyncBootstrapTx, getEthereumBeaconSyncState, getFrameInfoFromHeader, getLatestArgonFinalizedExecutionHeader, getNextEthereumBeaconSyncTxs, getOfflineRegistry, getTickFromHeader, gettersToObject, isOutdatedTransactionError, keyringFromSuri, loadExecutionHeader, toFixedNumber, waitForArgonFinalizedExecutionHeader, waitForLoad };
|