@argonprotocol/mainchain 1.4.3-dev.4408f4ff → 1.4.3-dev.4544e954
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/artifacts/contracts/ArgonToken.sol/ArgonToken.json +671 -0
- package/browser/artifacts/contracts/ArgonotToken.sol/ArgonotToken.json +671 -0
- package/browser/artifacts/contracts/MintingGateway.sol/MintingGateway.json +1688 -0
- package/browser/artifacts/contracts/ProxyArtifacts.sol/ProxyAdmin.json +135 -0
- package/browser/artifacts/contracts/ProxyArtifacts.sol/TransparentUpgradeableProxy.json +131 -0
- package/browser/index.d.ts +1838 -482
- package/browser/index.js +6083 -499
- package/browser/index.js.map +1 -1
- package/lib/artifacts/contracts/ArgonToken.sol/ArgonToken.json +671 -0
- package/lib/artifacts/contracts/ArgonotToken.sol/ArgonotToken.json +671 -0
- package/lib/artifacts/contracts/MintingGateway.sol/MintingGateway.json +1688 -0
- package/lib/artifacts/contracts/ProxyArtifacts.sol/ProxyAdmin.json +135 -0
- package/lib/artifacts/contracts/ProxyArtifacts.sol/TransparentUpgradeableProxy.json +131 -0
- package/lib/index.cjs +6111 -531
- package/lib/index.cjs.map +1 -1
- package/lib/index.d.cts +1838 -482
- package/lib/index.d.ts +1838 -482
- package/lib/index.js +6107 -527
- package/lib/index.js.map +1 -1
- package/package.json +3 -3
- package/src/interfaces/augment-api-consts.ts +59 -7
- package/src/interfaces/augment-api-errors.ts +209 -13
- package/src/interfaces/augment-api-events.ts +295 -13
- package/src/interfaces/augment-api-query.ts +281 -27
- package/src/interfaces/augment-api-rpc.ts +1 -1
- package/src/interfaces/augment-api-runtime.ts +1 -28
- package/src/interfaces/augment-api-tx.ts +138 -24
- package/src/interfaces/augment-api.ts +0 -1
- package/src/interfaces/augment-types.ts +7 -4
- package/src/interfaces/definitions.ts +11 -26
- package/src/interfaces/ethereum/index.ts +0 -1
- package/src/interfaces/ethereum/types.ts +17 -6
- package/src/interfaces/lookup.ts +689 -301
- package/src/interfaces/registry.ts +48 -11
- package/src/interfaces/types-lookup.ts +833 -321
package/lib/index.d.cts
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,
|
|
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 { AccountId32, Percent,
|
|
6
|
+
import { AccountId32, Percent, H160, H256, MultiAddress, Call, Hash, SignedBlock, BlockNumber, Header, StorageData, AccountId, Justification, H64, KeyValue, Index, Block, ExtrinsicInclusionMode, Balance, Weight, AccountId20, AccountId33, AccountIdOf, AccountIndex, Address, AssetId, BalanceOf, BlockNumberFor, BlockNumberOf, CallHash, CallHashOf, ChangesTrieConfiguration, ChangesTrieSignal, CodecHash, Consensus, ConsensusEngineId, CrateVersion, Digest, DigestItem, EncodedJustification, ExtrinsicsWeight, Fixed128, Fixed64, FixedI128, FixedI64, FixedU128, FixedU64, H1024, H128, H2048, H32, H512, HeaderPartial, I32F32, IndicesLookupSource, Justifications, KeyTypeId, LockIdentifier, LookupSource, LookupTarget, ModuleId, Moment, MultiSigner, OpaqueCall, Origin, OriginCaller, PalletId, PalletsOrigin, PalletVersion, Pays, Perbill, Permill, Perquintill, PerU16, Phantom, PhantomData, PreRuntime, Releases, RuntimeCall, RuntimeDbWeight, RuntimeEvent, Seal, SealV0, SignedBlockWithJustification, SignedBlockWithJustifications, Slot, SlotDuration, StorageInfo, StorageProof, TransactionInfo, TransactionLongevity, TransactionPriority, TransactionStorageProof, TransactionTag, U32F32, ValidatorId, ValidatorIdOf, WeightMultiplier, WeightV0, WeightV1, WeightV2 } from '@polkadot/types/interfaces/runtime';
|
|
7
7
|
export { AccountId, AccountId32, Block, Call, H160, H256, Header, MultiAddress, Permill, SignedBlock } from '@polkadot/types/interfaces/runtime';
|
|
8
|
-
import { FrameSupportPalletId, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, SpWeightsRuntimeDbWeight, SpVersionRuntimeVersion, ArgonRuntimeRuntimeHoldReason, FrameSupportTokensMiscBalanceStatus, PalletBalancesUnexpectedKind, SpRuntimeDispatchError, ArgonPrimitivesBitcoinUtxoRef, ArgonPrimitivesBitcoinBitcoinRejectedReason, ArgonPrimitivesBlockSealBlockPayout, PalletCrosschainTransferSourceChain,
|
|
8
|
+
import { FrameSupportPalletId, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, SpWeightsRuntimeDbWeight, SpVersionRuntimeVersion, ArgonRuntimeRuntimeHoldReason, FrameSupportTokensMiscBalanceStatus, PalletBalancesUnexpectedKind, SpRuntimeDispatchError, ArgonPrimitivesBitcoinUtxoRef, ArgonPrimitivesBitcoinBitcoinRejectedReason, ArgonPrimitivesBlockSealBlockPayout, PalletCrosschainTransferSourceChain, PalletCrosschainTransferGatewayState, PalletCrosschainTransferGatewaySyncPause, PalletCrosschainTransferCouncilApprovalTargetId, PalletCrosschainTransferAssetKind, 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, PalletCrosschainTransferCouncilApprovalQueueEntry, PalletCrosschainTransferGlobalIssuanceCouncil, PalletCrosschainTransferMintingAuthority, PalletCrosschainTransferMintingAuthorityActivationRepaymentPricing, PalletCrosschainTransferTransferOutPendingCollateralizationRequest, PalletCrosschainTransferSourceChainCirculation, PalletCrosschainTransferTransferOutTransferOutOfArgon, 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, ArgonPrimitivesVaultVaultArgonotCommitment, PalletVaultsRecentCapacityDrop, PalletVaultsVaultFrameRevenue, ArgonPrimitivesVault, ArgonPrimitivesBitcoinBitcoinXPub, PalletBalancesAdjustmentDirection, ArgonPrimitivesBitcoinCompressedBitcoinPubkey, PalletBitcoinLocksLockOptions, ArgonPrimitivesBitcoinH256Le, ArgonPrimitivesInherentsBitcoinUtxoSync, ArgonPrimitivesEthereumEthereumReceiptLogProofBatch, PalletEthereumVerifierCheckpointUpdate, 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';
|
|
@@ -97,8 +97,11 @@ export { IExtrinsic, ISignerPayload, ISubmittableResult, Signer, SignerResult }
|
|
|
97
97
|
import { GenericEvent } from '@polkadot/types/generic';
|
|
98
98
|
export { GenericAddress, GenericBlock, GenericEvent } from '@polkadot/types/generic';
|
|
99
99
|
import BigNumber from 'bignumber.js';
|
|
100
|
-
import
|
|
101
|
-
import
|
|
100
|
+
import { Abi, Hex, createPublicClient } from 'viem';
|
|
101
|
+
import * as generated_js from './generated.js';
|
|
102
|
+
import { hashMintingGatewayTransferOutOfArgonRequest as hashMintingGatewayTransferOutOfArgonRequest$1, hashMintingGatewayMintingAuthorization as hashMintingGatewayMintingAuthorization$1, ArgonTokenEvents, ArgonotTokenEvents, CanonicalMintableBurnableERC20Events, ICanonicalTokenEvents, MINTING_GATEWAY_UPDATE_KINDS, MintingGatewayEvents, ProxyAdminEvents, TransparentUpgradeableProxyEvents, argonTokenAbi, argonotTokenAbi, canonicalMintableBurnableErc20Abi, encodeMintingGatewayCouncilSnapshot, encodeMintingGatewayGlobalIssuanceCouncilRotateTarget, encodeMintingGatewayMintingAuthorityActivationTarget, encodeMintingGatewayMintingAuthorityDeactivateTarget, hashMintingGatewayActivateMintingAuthority, hashMintingGatewayActivateMintingAuthorityApproval, hashMintingGatewayGatewayUpdateApproval, hashMintingGatewayGlobalIssuanceCouncil, hashMintingGatewayMintingAuthority, hashMintingGatewayMintingAuthorityDeactivation, hashMintingGatewayRotateGlobalIssuanceCouncil, hashMintingGatewayRotateGlobalIssuanceCouncilApproval, iCanonicalTokenAbi, mintingGatewayAbi, proxyAdminAbi, transparentUpgradeableProxyAbi, MintingGatewayGlobalIssuanceCouncilRotated, MintingGatewayMintingAuthorityActivated, MintingGatewayMintingAuthorityDeactivated, MintingGatewayTransferOutOfArgonCanceled, MintingGatewayTransferOutOfArgonFinalized, MintingGatewayTransferToArgonStarted } from './generated.js';
|
|
103
|
+
import * as hashing_js from './hashing.js';
|
|
104
|
+
import { BlockHeader } from '@ethereumjs/block';
|
|
102
105
|
export { hexToU8a, u8aEq, u8aToHex } from '@polkadot/util';
|
|
103
106
|
|
|
104
107
|
declare module '@polkadot/api-base/types/consts' {
|
|
@@ -243,25 +246,74 @@ declare module '@polkadot/api-base/types/consts' {
|
|
|
243
246
|
targetBlockVotes: u128 & AugmentedConst<ApiType>;
|
|
244
247
|
};
|
|
245
248
|
crosschainTransfer: {
|
|
249
|
+
/**
|
|
250
|
+
* Minimum remaining frame commitment required when reading vault committed collateral
|
|
251
|
+
* capacity for council weighting and Minting Authority collateral.
|
|
252
|
+
**/
|
|
253
|
+
councilRotationFrames: u64 & AugmentedConst<ApiType>;
|
|
254
|
+
/**
|
|
255
|
+
* Default minimum normalized microgon value required to register a Minting Authority on
|
|
256
|
+
* one destination chain.
|
|
257
|
+
**/
|
|
258
|
+
defaultMinimumMintingAuthorityMicrogonValue: u128 & AugmentedConst<ApiType>;
|
|
246
259
|
/**
|
|
247
260
|
* Canonical Ethereum burn-accounting account representing funds moved to Ethereum.
|
|
248
261
|
**/
|
|
249
262
|
ethereumBurnAccount: AccountId32 & AugmentedConst<ApiType>;
|
|
263
|
+
/**
|
|
264
|
+
* Maximum number of ordered gateway activities that may share one receipt proof.
|
|
265
|
+
**/
|
|
266
|
+
maxActivitiesPerReceiptProof: u32 & AugmentedConst<ApiType>;
|
|
267
|
+
/**
|
|
268
|
+
* Maximum number of members the active Global Issuance Council may carry.
|
|
269
|
+
**/
|
|
270
|
+
maxCouncilMembers: u32 & AugmentedConst<ApiType>;
|
|
271
|
+
/**
|
|
272
|
+
* Maximum number of non-terminal transfer-out requests tracked for one destination chain.
|
|
273
|
+
**/
|
|
274
|
+
maxPendingTransferOutsPerDestinationChain: u32 & AugmentedConst<ApiType>;
|
|
275
|
+
/**
|
|
276
|
+
* Maximum execution headers carried in one receipt proof's target-to-anchor chain.
|
|
277
|
+
**/
|
|
278
|
+
maxProofExecutionHeaderDepth: u32 & AugmentedConst<ApiType>;
|
|
279
|
+
/**
|
|
280
|
+
* Maximum number of contiguous queue approvals one council member may submit in one call.
|
|
281
|
+
**/
|
|
282
|
+
maxQueueApprovalsPerCall: u32 & AugmentedConst<ApiType>;
|
|
283
|
+
/**
|
|
284
|
+
* Maximum number of proven receipt proofs that may be supplied in one extrinsic.
|
|
285
|
+
**/
|
|
286
|
+
maxReceiptProofsPerExtrinsic: u32 & AugmentedConst<ApiType>;
|
|
287
|
+
/**
|
|
288
|
+
* Maximum age, in ticks, of the verified Ethereum execution anchor used to open a
|
|
289
|
+
* transfer out.
|
|
290
|
+
**/
|
|
291
|
+
maxVerifiedExecutionBlockAgeTicks: u64 & AugmentedConst<ApiType>;
|
|
292
|
+
/**
|
|
293
|
+
* Minimum normalized collateral increment accepted for one transfer unless the increment
|
|
294
|
+
* completes the remaining uncovered amount.
|
|
295
|
+
**/
|
|
296
|
+
minTransferCollateralIncrement: u128 & AugmentedConst<ApiType>;
|
|
250
297
|
/**
|
|
251
298
|
* Retention window, in ticks, for recent Argon transfer evidence used by operational
|
|
252
299
|
* accounts.
|
|
253
300
|
**/
|
|
254
301
|
recentTransferRetentionTicks: u64 & AugmentedConst<ApiType>;
|
|
302
|
+
/**
|
|
303
|
+
* Minting authority tip rate applied to transfer-out requests in basis points.
|
|
304
|
+
**/
|
|
305
|
+
transferOutMintingAuthorityTipBasisPoints: u32 & AugmentedConst<ApiType>;
|
|
306
|
+
/**
|
|
307
|
+
* Ethereum-block window added to the latest verified block when opening a
|
|
308
|
+
* transfer out.
|
|
309
|
+
**/
|
|
310
|
+
transferOutValidityEthereumBlocks: u64 & AugmentedConst<ApiType>;
|
|
255
311
|
};
|
|
256
312
|
ethereumVerifier: {
|
|
257
313
|
/**
|
|
258
314
|
* Minimum gap between finalized headers for an update to be free.
|
|
259
315
|
**/
|
|
260
316
|
freeHeadersInterval: u32 & AugmentedConst<ApiType>;
|
|
261
|
-
/**
|
|
262
|
-
* Whether the read-only event-log verification API is enabled.
|
|
263
|
-
**/
|
|
264
|
-
verifyEventLogApiEnabled: bool & AugmentedConst<ApiType>;
|
|
265
317
|
};
|
|
266
318
|
grandpa: {
|
|
267
319
|
/**
|
|
@@ -478,6 +530,10 @@ declare module '@polkadot/api-base/types/consts' {
|
|
|
478
530
|
* no corresponding constant for time to recovery to target
|
|
479
531
|
**/
|
|
480
532
|
maxArgonChangePerTickAwayFromTarget: u128 & AugmentedConst<ApiType>;
|
|
533
|
+
/**
|
|
534
|
+
* Maximum number of per-frame Argonot floor buckets to retain.
|
|
535
|
+
**/
|
|
536
|
+
maxArgonotFloorHistoryFrames: u32 & AugmentedConst<ApiType>;
|
|
481
537
|
maxArgonTargetChangePerTick: u128 & AugmentedConst<ApiType>;
|
|
482
538
|
/**
|
|
483
539
|
* The maximum number of ticks to preserve a price index
|
|
@@ -1029,39 +1085,222 @@ declare module '@polkadot/api-base/types/errors' {
|
|
|
1029
1085
|
};
|
|
1030
1086
|
crosschainTransfer: {
|
|
1031
1087
|
/**
|
|
1032
|
-
* The
|
|
1088
|
+
* The force-set cut would discard a queue entry that already has local quorum.
|
|
1089
|
+
**/
|
|
1090
|
+
CannotForceSetQuorumApprovedQueueEntry: AugmentedError<ApiType>;
|
|
1091
|
+
/**
|
|
1092
|
+
* This council member already approved the queued Minting Authority.
|
|
1093
|
+
**/
|
|
1094
|
+
CouncilApprovalAlreadyRecorded: AugmentedError<ApiType>;
|
|
1095
|
+
/**
|
|
1096
|
+
* The Minting Authority approval queue entry does not exist.
|
|
1097
|
+
**/
|
|
1098
|
+
CouncilApprovalQueueEntryNotFound: AugmentedError<ApiType>;
|
|
1099
|
+
/**
|
|
1100
|
+
* The account has not registered a council signer for this destination chain.
|
|
1033
1101
|
**/
|
|
1034
|
-
|
|
1102
|
+
CouncilSignerNotRegistered: AugmentedError<ApiType>;
|
|
1103
|
+
/**
|
|
1104
|
+
* The supplied Global Issuance Council contains the same account more than once.
|
|
1105
|
+
**/
|
|
1106
|
+
DuplicateGlobalIssuanceCouncilAccount: AugmentedError<ApiType>;
|
|
1107
|
+
/**
|
|
1108
|
+
* The supplied Global Issuance Council contains the same signer more than once.
|
|
1109
|
+
**/
|
|
1110
|
+
DuplicateGlobalIssuanceCouncilSigner: AugmentedError<ApiType>;
|
|
1111
|
+
/**
|
|
1112
|
+
* This source chain is paused due to gateway sync misalignment and needs operator
|
|
1113
|
+
* recovery.
|
|
1114
|
+
**/
|
|
1115
|
+
GatewaySyncPaused: AugmentedError<ApiType>;
|
|
1116
|
+
/**
|
|
1117
|
+
* The origin is not an active Global Issuance Council member for the destination chain.
|
|
1118
|
+
**/
|
|
1119
|
+
GlobalIssuanceCouncilMemberNotFound: AugmentedError<ApiType>;
|
|
1120
|
+
/**
|
|
1121
|
+
* The active Global Issuance Council has not been seeded for this destination chain.
|
|
1122
|
+
**/
|
|
1123
|
+
GlobalIssuanceCouncilNotFound: AugmentedError<ApiType>;
|
|
1124
|
+
/**
|
|
1125
|
+
* The operator does not have enough remaining committed Argonot collateral for this
|
|
1126
|
+
* Minting Authority.
|
|
1127
|
+
**/
|
|
1128
|
+
InsufficientCommittedArgonotCollateral: AugmentedError<ApiType>;
|
|
1129
|
+
/**
|
|
1130
|
+
* The operator does not have enough remaining committed microgon collateral for this
|
|
1131
|
+
* Minting Authority.
|
|
1132
|
+
**/
|
|
1133
|
+
InsufficientCommittedMicrogonCollateral: AugmentedError<ApiType>;
|
|
1035
1134
|
/**
|
|
1036
1135
|
* The burn account lacks enough balance for the payout.
|
|
1037
1136
|
**/
|
|
1038
1137
|
InsufficientLiquidity: AugmentedError<ApiType>;
|
|
1039
1138
|
/**
|
|
1040
|
-
* The
|
|
1139
|
+
* The authority does not have enough remaining gateway collateral for this transfer row.
|
|
1041
1140
|
**/
|
|
1042
|
-
|
|
1141
|
+
InsufficientMintingAuthorityCollateral: AugmentedError<ApiType>;
|
|
1043
1142
|
/**
|
|
1044
1143
|
* The configured source-chain shape is incomplete or malformed.
|
|
1045
1144
|
**/
|
|
1046
1145
|
InvalidChainConfig: AugmentedError<ApiType>;
|
|
1047
1146
|
/**
|
|
1048
|
-
* The
|
|
1147
|
+
* The provided council approval signature did not match the expected Ethereum signer.
|
|
1148
|
+
**/
|
|
1149
|
+
InvalidCouncilApprovalSignature: AugmentedError<ApiType>;
|
|
1150
|
+
/**
|
|
1151
|
+
* The provided council signer proof did not match the recovered Ethereum signer.
|
|
1152
|
+
**/
|
|
1153
|
+
InvalidCouncilSignerProof: AugmentedError<ApiType>;
|
|
1154
|
+
/**
|
|
1155
|
+
* The force-set cut point was behind already confirmed queue progress.
|
|
1156
|
+
**/
|
|
1157
|
+
InvalidForceSetAfterNonce: AugmentedError<ApiType>;
|
|
1158
|
+
/**
|
|
1159
|
+
* The Ethereum event topics or payload do not match a supported gateway activity.
|
|
1049
1160
|
**/
|
|
1050
|
-
|
|
1161
|
+
InvalidGatewayActivity: AugmentedError<ApiType>;
|
|
1162
|
+
/**
|
|
1163
|
+
* The supplied Global Issuance Council is empty or internally inconsistent.
|
|
1164
|
+
**/
|
|
1165
|
+
InvalidGlobalIssuanceCouncil: AugmentedError<ApiType>;
|
|
1166
|
+
/**
|
|
1167
|
+
* The council-managed Argonot floor could not be determined from current pricing.
|
|
1168
|
+
**/
|
|
1169
|
+
InvalidMicrogonsPerArgonot: AugmentedError<ApiType>;
|
|
1170
|
+
/**
|
|
1171
|
+
* The configured activation repayment pricing is internally invalid.
|
|
1172
|
+
**/
|
|
1173
|
+
InvalidMintingAuthorityActivationRepaymentPricing: AugmentedError<ApiType>;
|
|
1174
|
+
/**
|
|
1175
|
+
* The supplied Minting Authority collateral is invalid.
|
|
1176
|
+
**/
|
|
1177
|
+
InvalidMintingAuthorityCollateral: AugmentedError<ApiType>;
|
|
1178
|
+
/**
|
|
1179
|
+
* The provided signer-authorized deactivation signature did not match the expected
|
|
1180
|
+
* Minting Authority signing key.
|
|
1181
|
+
**/
|
|
1182
|
+
InvalidMintingAuthorityDeactivationSignature: AugmentedError<ApiType>;
|
|
1183
|
+
/**
|
|
1184
|
+
* The supplied Minting Authority signing key is invalid.
|
|
1185
|
+
**/
|
|
1186
|
+
InvalidMintingAuthoritySigningKey: AugmentedError<ApiType>;
|
|
1187
|
+
/**
|
|
1188
|
+
* The provided Minting Authority signer proof did not match the recovered Ethereum
|
|
1189
|
+
* signer.
|
|
1190
|
+
**/
|
|
1191
|
+
InvalidMintingAuthoritySigningKeyProof: AugmentedError<ApiType>;
|
|
1051
1192
|
/**
|
|
1052
1193
|
* The Ethereum verifier rejected the supplied proof.
|
|
1053
1194
|
**/
|
|
1054
1195
|
InvalidProof: AugmentedError<ApiType>;
|
|
1055
1196
|
/**
|
|
1056
|
-
* The
|
|
1197
|
+
* The provided transfer collateral row is invalid for this transfer asset.
|
|
1057
1198
|
**/
|
|
1058
|
-
|
|
1199
|
+
InvalidTransferCollateral: AugmentedError<ApiType>;
|
|
1059
1200
|
/**
|
|
1060
|
-
* The
|
|
1201
|
+
* The transfer collateral signature did not match the authority signing key.
|
|
1061
1202
|
**/
|
|
1062
|
-
|
|
1203
|
+
InvalidTransferCollateralSignature: AugmentedError<ApiType>;
|
|
1063
1204
|
/**
|
|
1064
|
-
* The
|
|
1205
|
+
* The provided transfer collateral row did not advance the signer's local reservation.
|
|
1206
|
+
**/
|
|
1207
|
+
InvalidTransferCollateralUpdate: AugmentedError<ApiType>;
|
|
1208
|
+
/**
|
|
1209
|
+
* The transfer-out amount must be nonzero.
|
|
1210
|
+
**/
|
|
1211
|
+
InvalidTransferOutAmount: AugmentedError<ApiType>;
|
|
1212
|
+
/**
|
|
1213
|
+
* The transfer-out recipient must be nonzero for the destination chain.
|
|
1214
|
+
**/
|
|
1215
|
+
InvalidTransferOutRecipient: AugmentedError<ApiType>;
|
|
1216
|
+
/**
|
|
1217
|
+
* The Ethereum event topics or payload do not match `TransferToArgonStarted`.
|
|
1218
|
+
**/
|
|
1219
|
+
InvalidTransferToArgonActivity: AugmentedError<ApiType>;
|
|
1220
|
+
/**
|
|
1221
|
+
* The supplied Minting Authority signing key already has a live local authority record.
|
|
1222
|
+
**/
|
|
1223
|
+
MintingAuthorityAlreadyRegistered: AugmentedError<ApiType>;
|
|
1224
|
+
/**
|
|
1225
|
+
* The supplied Minting Authority collateral is below the configured per-chain minimum
|
|
1226
|
+
* normalized microgon value.
|
|
1227
|
+
**/
|
|
1228
|
+
MintingAuthorityCollateralBelowMinimum: AugmentedError<ApiType>;
|
|
1229
|
+
/**
|
|
1230
|
+
* The local Minting Authority did not match the proven Ethereum activity.
|
|
1231
|
+
**/
|
|
1232
|
+
MintingAuthorityMismatch: AugmentedError<ApiType>;
|
|
1233
|
+
/**
|
|
1234
|
+
* The supplied Minting Authority signing key does not exist locally.
|
|
1235
|
+
**/
|
|
1236
|
+
MintingAuthorityNotFound: AugmentedError<ApiType>;
|
|
1237
|
+
/**
|
|
1238
|
+
* The configured activation repayment pricing is missing for this source chain.
|
|
1239
|
+
**/
|
|
1240
|
+
MissingMintingAuthorityActivationRepaymentPricing: AugmentedError<ApiType>;
|
|
1241
|
+
/**
|
|
1242
|
+
* No verifier-backed Ethereum execution block is available to anchor a transfer-out
|
|
1243
|
+
* expiry window.
|
|
1244
|
+
**/
|
|
1245
|
+
MissingVerifiedExecutionBlock: AugmentedError<ApiType>;
|
|
1246
|
+
/**
|
|
1247
|
+
* At least one council approval signature must be supplied.
|
|
1248
|
+
**/
|
|
1249
|
+
NoCouncilApprovalSignaturesProvided: AugmentedError<ApiType>;
|
|
1250
|
+
/**
|
|
1251
|
+
* At least one gateway activity log must be supplied with the receipt proof.
|
|
1252
|
+
**/
|
|
1253
|
+
NoGatewayActivitiesProvided: AugmentedError<ApiType>;
|
|
1254
|
+
/**
|
|
1255
|
+
* At least one proven gateway-activity block must be supplied.
|
|
1256
|
+
**/
|
|
1257
|
+
NoGatewayProofBlocksProvided: AugmentedError<ApiType>;
|
|
1258
|
+
/**
|
|
1259
|
+
* The latest verifier-backed Ethereum execution block is too old to safely open a new
|
|
1260
|
+
* transfer out.
|
|
1261
|
+
**/
|
|
1262
|
+
StaleVerifiedExecutionBlock: AugmentedError<ApiType>;
|
|
1263
|
+
/**
|
|
1264
|
+
* The destination chain already tracks the maximum number of non-terminal transfer-out
|
|
1265
|
+
* requests.
|
|
1266
|
+
**/
|
|
1267
|
+
TooManyPendingTransferOuts: AugmentedError<ApiType>;
|
|
1268
|
+
/**
|
|
1269
|
+
* The collateral increment is below the configured minimum and does not complete the
|
|
1270
|
+
* transfer.
|
|
1271
|
+
**/
|
|
1272
|
+
TransferCollateralIncrementTooSmall: AugmentedError<ApiType>;
|
|
1273
|
+
/**
|
|
1274
|
+
* The outbound transfer cannot accept more collateral because it is already fully
|
|
1275
|
+
* covered.
|
|
1276
|
+
**/
|
|
1277
|
+
TransferOutAlreadyReady: AugmentedError<ApiType>;
|
|
1278
|
+
/**
|
|
1279
|
+
* The outbound transfer request is already expired on the latest verified Ethereum block.
|
|
1280
|
+
**/
|
|
1281
|
+
TransferOutExpired: AugmentedError<ApiType>;
|
|
1282
|
+
/**
|
|
1283
|
+
* The outbound transfer record does not exist.
|
|
1284
|
+
**/
|
|
1285
|
+
TransferOutNotFound: AugmentedError<ApiType>;
|
|
1286
|
+
/**
|
|
1287
|
+
* The proven gateway activity nonce is not the next contiguous nonce.
|
|
1288
|
+
**/
|
|
1289
|
+
UnexpectedGatewayActivityNonce: AugmentedError<ApiType>;
|
|
1290
|
+
/**
|
|
1291
|
+
* The local Minting Authority was not in the expected lifecycle state.
|
|
1292
|
+
**/
|
|
1293
|
+
UnexpectedMintingAuthorityState: AugmentedError<ApiType>;
|
|
1294
|
+
/**
|
|
1295
|
+
* The caller's expected already-proven gateway activity nonce is stale or incorrect.
|
|
1296
|
+
**/
|
|
1297
|
+
UnexpectedPreviousGatewayActivityNonce: AugmentedError<ApiType>;
|
|
1298
|
+
/**
|
|
1299
|
+
* The local owner vault could not be resolved.
|
|
1300
|
+
**/
|
|
1301
|
+
UnknownOwnerVault: AugmentedError<ApiType>;
|
|
1302
|
+
/**
|
|
1303
|
+
* The gateway does not match the configured gateway address.
|
|
1065
1304
|
**/
|
|
1066
1305
|
UnsupportedGateway: AugmentedError<ApiType>;
|
|
1067
1306
|
/**
|
|
@@ -1069,7 +1308,7 @@ declare module '@polkadot/api-base/types/errors' {
|
|
|
1069
1308
|
**/
|
|
1070
1309
|
UnsupportedSource: AugmentedError<ApiType>;
|
|
1071
1310
|
/**
|
|
1072
|
-
* The token is not supported under the
|
|
1311
|
+
* The token is not supported under the configured gateway.
|
|
1073
1312
|
**/
|
|
1074
1313
|
UnsupportedToken: AugmentedError<ApiType>;
|
|
1075
1314
|
};
|
|
@@ -1677,6 +1916,11 @@ declare module '@polkadot/api-base/types/errors' {
|
|
|
1677
1916
|
};
|
|
1678
1917
|
ticks: {};
|
|
1679
1918
|
treasury: {
|
|
1919
|
+
/**
|
|
1920
|
+
* Liquidating this bond lot would take the account below its crosschain-encumbered
|
|
1921
|
+
* treasury backing.
|
|
1922
|
+
**/
|
|
1923
|
+
ActiveBondAmountBelowEncumberedBacking: AugmentedError<ApiType>;
|
|
1680
1924
|
/**
|
|
1681
1925
|
* The bond lot is already scheduled for release.
|
|
1682
1926
|
**/
|
|
@@ -1752,6 +1996,10 @@ declare module '@polkadot/api-base/types/errors' {
|
|
|
1752
1996
|
* Bitcoin conversion to compressed pubkey failed
|
|
1753
1997
|
**/
|
|
1754
1998
|
BitcoinConversionFailed: AugmentedError<ApiType>;
|
|
1999
|
+
/**
|
|
2000
|
+
* Committed Argonots cannot be reduced below the amount already crosschain-encumbered.
|
|
2001
|
+
**/
|
|
2002
|
+
CommittedArgonotsBelowEncumberedBacking: AugmentedError<ApiType>;
|
|
1755
2003
|
/**
|
|
1756
2004
|
* A funding change is already scheduled
|
|
1757
2005
|
**/
|
|
@@ -1800,6 +2048,10 @@ declare module '@polkadot/api-base/types/errors' {
|
|
|
1800
2048
|
* No Vault public keys are available
|
|
1801
2049
|
**/
|
|
1802
2050
|
NoVaultBitcoinPubkeysAvailable: AugmentedError<ApiType>;
|
|
2051
|
+
/**
|
|
2052
|
+
* A vault must clear out all overdue external collect blockers before it can collect.
|
|
2053
|
+
**/
|
|
2054
|
+
OverdueCollectBlockersBeforeCollect: AugmentedError<ApiType>;
|
|
1803
2055
|
/**
|
|
1804
2056
|
* A vault must clear out all pending cosigns before it can collect
|
|
1805
2057
|
**/
|
|
@@ -2180,7 +2432,7 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
2180
2432
|
vaultId: u32,
|
|
2181
2433
|
liquidityPromised: u128,
|
|
2182
2434
|
securitization: u128,
|
|
2183
|
-
|
|
2435
|
+
lockedTargetPrice: u128,
|
|
2184
2436
|
accountId: AccountId32,
|
|
2185
2437
|
securityFee: u128
|
|
2186
2438
|
], {
|
|
@@ -2188,7 +2440,7 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
2188
2440
|
vaultId: u32;
|
|
2189
2441
|
liquidityPromised: u128;
|
|
2190
2442
|
securitization: u128;
|
|
2191
|
-
|
|
2443
|
+
lockedTargetPrice: u128;
|
|
2192
2444
|
accountId: AccountId32;
|
|
2193
2445
|
securityFee: u128;
|
|
2194
2446
|
}>;
|
|
@@ -2196,18 +2448,18 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
2196
2448
|
utxoId: u64,
|
|
2197
2449
|
vaultId: u32,
|
|
2198
2450
|
liquidityPromised: u128,
|
|
2199
|
-
|
|
2451
|
+
oldTargetPrice: u128,
|
|
2200
2452
|
securityFee: u128,
|
|
2201
|
-
|
|
2453
|
+
newTargetPrice: u128,
|
|
2202
2454
|
amountBurned: u128,
|
|
2203
2455
|
accountId: AccountId32
|
|
2204
2456
|
], {
|
|
2205
2457
|
utxoId: u64;
|
|
2206
2458
|
vaultId: u32;
|
|
2207
2459
|
liquidityPromised: u128;
|
|
2208
|
-
|
|
2460
|
+
oldTargetPrice: u128;
|
|
2209
2461
|
securityFee: u128;
|
|
2210
|
-
|
|
2462
|
+
newTargetPrice: u128;
|
|
2211
2463
|
amountBurned: u128;
|
|
2212
2464
|
accountId: AccountId32;
|
|
2213
2465
|
}>;
|
|
@@ -2407,14 +2659,250 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
2407
2659
|
};
|
|
2408
2660
|
crosschainTransfer: {
|
|
2409
2661
|
/**
|
|
2410
|
-
* An
|
|
2662
|
+
* An account registered its council signer for one destination chain.
|
|
2663
|
+
**/
|
|
2664
|
+
CouncilSignerRegistered: AugmentedEvent<ApiType, [
|
|
2665
|
+
destinationChain: PalletCrosschainTransferSourceChain,
|
|
2666
|
+
accountId: AccountId32,
|
|
2667
|
+
signer: H160
|
|
2668
|
+
], {
|
|
2669
|
+
destinationChain: PalletCrosschainTransferSourceChain;
|
|
2670
|
+
accountId: AccountId32;
|
|
2671
|
+
signer: H160;
|
|
2672
|
+
}>;
|
|
2673
|
+
/**
|
|
2674
|
+
* An account queued a replacement council signer for the next council update.
|
|
2675
|
+
**/
|
|
2676
|
+
CouncilSignerRotationQueued: AugmentedEvent<ApiType, [
|
|
2677
|
+
destinationChain: PalletCrosschainTransferSourceChain,
|
|
2678
|
+
accountId: AccountId32,
|
|
2679
|
+
signer: H160
|
|
2680
|
+
], {
|
|
2681
|
+
destinationChain: PalletCrosschainTransferSourceChain;
|
|
2682
|
+
accountId: AccountId32;
|
|
2683
|
+
signer: H160;
|
|
2684
|
+
}>;
|
|
2685
|
+
/**
|
|
2686
|
+
* The stored gateway-state snapshot advanced after a proven contiguous batch.
|
|
2687
|
+
**/
|
|
2688
|
+
GatewayStateAdvanced: AugmentedEvent<ApiType, [
|
|
2689
|
+
sourceChain: PalletCrosschainTransferSourceChain,
|
|
2690
|
+
gatewayState: PalletCrosschainTransferGatewayState
|
|
2691
|
+
], {
|
|
2692
|
+
sourceChain: PalletCrosschainTransferSourceChain;
|
|
2693
|
+
gatewayState: PalletCrosschainTransferGatewayState;
|
|
2694
|
+
}>;
|
|
2695
|
+
/**
|
|
2696
|
+
* Gateway proof application paused one source chain at a specific canonical activity.
|
|
2697
|
+
**/
|
|
2698
|
+
GatewaySyncPaused: AugmentedEvent<ApiType, [
|
|
2699
|
+
sourceChain: PalletCrosschainTransferSourceChain,
|
|
2700
|
+
pause: PalletCrosschainTransferGatewaySyncPause
|
|
2701
|
+
], {
|
|
2702
|
+
sourceChain: PalletCrosschainTransferSourceChain;
|
|
2703
|
+
pause: PalletCrosschainTransferGatewaySyncPause;
|
|
2704
|
+
}>;
|
|
2705
|
+
/**
|
|
2706
|
+
* Root manually unpaused one source chain.
|
|
2707
|
+
**/
|
|
2708
|
+
GatewayUnpaused: AugmentedEvent<ApiType, [
|
|
2709
|
+
sourceChain: PalletCrosschainTransferSourceChain
|
|
2710
|
+
], {
|
|
2711
|
+
sourceChain: PalletCrosschainTransferSourceChain;
|
|
2712
|
+
}>;
|
|
2713
|
+
/**
|
|
2714
|
+
* Root force-set the active Global Issuance Council for a destination chain.
|
|
2715
|
+
**/
|
|
2716
|
+
GlobalIssuanceCouncilForced: AugmentedEvent<ApiType, [
|
|
2717
|
+
destinationChain: PalletCrosschainTransferSourceChain,
|
|
2718
|
+
councilHash: H256
|
|
2719
|
+
], {
|
|
2720
|
+
destinationChain: PalletCrosschainTransferSourceChain;
|
|
2721
|
+
councilHash: H256;
|
|
2722
|
+
}>;
|
|
2723
|
+
/**
|
|
2724
|
+
* Root updated the minimum normalized microgon value required to register a Minting
|
|
2725
|
+
* Authority on one destination chain.
|
|
2726
|
+
**/
|
|
2727
|
+
MinimumMintingAuthorityValueSet: AugmentedEvent<ApiType, [
|
|
2728
|
+
destinationChain: PalletCrosschainTransferSourceChain,
|
|
2729
|
+
minimumValue: u128
|
|
2730
|
+
], {
|
|
2731
|
+
destinationChain: PalletCrosschainTransferSourceChain;
|
|
2732
|
+
minimumValue: u128;
|
|
2733
|
+
}>;
|
|
2734
|
+
/**
|
|
2735
|
+
* A proven activation paid or released the held relayer reimbursement and made the
|
|
2736
|
+
* authority usable.
|
|
2737
|
+
**/
|
|
2738
|
+
MintingAuthorityActivationCompleted: AugmentedEvent<ApiType, [
|
|
2739
|
+
destinationChain: PalletCrosschainTransferSourceChain,
|
|
2740
|
+
destinationSigningKey: H160,
|
|
2741
|
+
relayerArgonAccountId: AccountId32,
|
|
2742
|
+
repaymentAmount: u128
|
|
2743
|
+
], {
|
|
2744
|
+
destinationChain: PalletCrosschainTransferSourceChain;
|
|
2745
|
+
destinationSigningKey: H160;
|
|
2746
|
+
relayerArgonAccountId: AccountId32;
|
|
2747
|
+
repaymentAmount: u128;
|
|
2748
|
+
}>;
|
|
2749
|
+
/**
|
|
2750
|
+
* A proven Ethereum activation filled the pending local activation fields.
|
|
2751
|
+
**/
|
|
2752
|
+
MintingAuthorityActivationFinalized: AugmentedEvent<ApiType, [
|
|
2753
|
+
sourceChain: PalletCrosschainTransferSourceChain,
|
|
2754
|
+
destinationSigningKey: H160
|
|
2755
|
+
], {
|
|
2756
|
+
sourceChain: PalletCrosschainTransferSourceChain;
|
|
2757
|
+
destinationSigningKey: H160;
|
|
2758
|
+
}>;
|
|
2759
|
+
/**
|
|
2760
|
+
* Root updated the pricing inputs used to repay relayers for activation batches on one
|
|
2761
|
+
* destination chain.
|
|
2411
2762
|
**/
|
|
2412
|
-
|
|
2763
|
+
MintingAuthorityActivationRepaymentPricingSet: AugmentedEvent<ApiType, [
|
|
2764
|
+
destinationChain: PalletCrosschainTransferSourceChain
|
|
2765
|
+
], {
|
|
2766
|
+
destinationChain: PalletCrosschainTransferSourceChain;
|
|
2767
|
+
}>;
|
|
2768
|
+
/**
|
|
2769
|
+
* A proven Ethereum deactivation released collateral and removed the local authority
|
|
2770
|
+
* record.
|
|
2771
|
+
**/
|
|
2772
|
+
MintingAuthorityDeactivationFinalized: AugmentedEvent<ApiType, [
|
|
2413
2773
|
sourceChain: PalletCrosschainTransferSourceChain,
|
|
2414
|
-
|
|
2774
|
+
destinationSigningKey: H160
|
|
2415
2775
|
], {
|
|
2416
2776
|
sourceChain: PalletCrosschainTransferSourceChain;
|
|
2417
|
-
|
|
2777
|
+
destinationSigningKey: H160;
|
|
2778
|
+
}>;
|
|
2779
|
+
/**
|
|
2780
|
+
* An operator queued the signer-authorized Ethereum deactivation for a Minting Authority.
|
|
2781
|
+
**/
|
|
2782
|
+
MintingAuthorityDeactivationQueued: AugmentedEvent<ApiType, [
|
|
2783
|
+
destinationChain: PalletCrosschainTransferSourceChain,
|
|
2784
|
+
destinationSigningKey: H160,
|
|
2785
|
+
approvalQueueNonce: u64
|
|
2786
|
+
], {
|
|
2787
|
+
destinationChain: PalletCrosschainTransferSourceChain;
|
|
2788
|
+
destinationSigningKey: H160;
|
|
2789
|
+
approvalQueueNonce: u64;
|
|
2790
|
+
}>;
|
|
2791
|
+
/**
|
|
2792
|
+
* An operator account registered a Minting Authority and queued it for council approval.
|
|
2793
|
+
**/
|
|
2794
|
+
MintingAuthorityRegistered: AugmentedEvent<ApiType, [
|
|
2795
|
+
destinationChain: PalletCrosschainTransferSourceChain,
|
|
2796
|
+
destinationSigningKey: H160,
|
|
2797
|
+
accountId: AccountId32,
|
|
2798
|
+
approvalQueueNonce: u64
|
|
2799
|
+
], {
|
|
2800
|
+
destinationChain: PalletCrosschainTransferSourceChain;
|
|
2801
|
+
destinationSigningKey: H160;
|
|
2802
|
+
accountId: AccountId32;
|
|
2803
|
+
approvalQueueNonce: u64;
|
|
2804
|
+
}>;
|
|
2805
|
+
/**
|
|
2806
|
+
* The queued council update entry reached local quorum.
|
|
2807
|
+
**/
|
|
2808
|
+
QueueEntryApprovalReady: AugmentedEvent<ApiType, [
|
|
2809
|
+
destinationChain: PalletCrosschainTransferSourceChain,
|
|
2810
|
+
target: PalletCrosschainTransferCouncilApprovalTargetId,
|
|
2811
|
+
approvalQueueNonce: u64
|
|
2812
|
+
], {
|
|
2813
|
+
destinationChain: PalletCrosschainTransferSourceChain;
|
|
2814
|
+
target: PalletCrosschainTransferCouncilApprovalTargetId;
|
|
2815
|
+
approvalQueueNonce: u64;
|
|
2816
|
+
}>;
|
|
2817
|
+
/**
|
|
2818
|
+
* A council member recorded approval for a queued council update entry.
|
|
2819
|
+
**/
|
|
2820
|
+
QueueEntryApprovalRecorded: AugmentedEvent<ApiType, [
|
|
2821
|
+
destinationChain: PalletCrosschainTransferSourceChain,
|
|
2822
|
+
target: PalletCrosschainTransferCouncilApprovalTargetId,
|
|
2823
|
+
approvalQueueNonce: u64
|
|
2824
|
+
], {
|
|
2825
|
+
destinationChain: PalletCrosschainTransferSourceChain;
|
|
2826
|
+
target: PalletCrosschainTransferCouncilApprovalTargetId;
|
|
2827
|
+
approvalQueueNonce: u64;
|
|
2828
|
+
}>;
|
|
2829
|
+
/**
|
|
2830
|
+
* A pending collateral reservation was invalidated.
|
|
2831
|
+
**/
|
|
2832
|
+
TransferCollateralInvalidated: AugmentedEvent<ApiType, [
|
|
2833
|
+
transferId: H256,
|
|
2834
|
+
destinationSigningKey: H160
|
|
2835
|
+
], {
|
|
2836
|
+
transferId: H256;
|
|
2837
|
+
destinationSigningKey: H160;
|
|
2838
|
+
}>;
|
|
2839
|
+
/**
|
|
2840
|
+
* A minting authority updated transfer collateral.
|
|
2841
|
+
**/
|
|
2842
|
+
TransferCollateralized: AugmentedEvent<ApiType, [
|
|
2843
|
+
transferId: H256,
|
|
2844
|
+
destinationSigningKey: H160,
|
|
2845
|
+
microgonCollateral: u128,
|
|
2846
|
+
micronotCollateral: u128
|
|
2847
|
+
], {
|
|
2848
|
+
transferId: H256;
|
|
2849
|
+
destinationSigningKey: H160;
|
|
2850
|
+
microgonCollateral: u128;
|
|
2851
|
+
micronotCollateral: u128;
|
|
2852
|
+
}>;
|
|
2853
|
+
/**
|
|
2854
|
+
* A transfer was canceled on the source chain.
|
|
2855
|
+
**/
|
|
2856
|
+
TransferOutCanceled: AugmentedEvent<ApiType, [
|
|
2857
|
+
sourceChain: PalletCrosschainTransferSourceChain,
|
|
2858
|
+
transferId: H256
|
|
2859
|
+
], {
|
|
2860
|
+
sourceChain: PalletCrosschainTransferSourceChain;
|
|
2861
|
+
transferId: H256;
|
|
2862
|
+
}>;
|
|
2863
|
+
/**
|
|
2864
|
+
* A transfer was finalized on the source chain.
|
|
2865
|
+
**/
|
|
2866
|
+
TransferOutFinalized: AugmentedEvent<ApiType, [
|
|
2867
|
+
sourceChain: PalletCrosschainTransferSourceChain,
|
|
2868
|
+
transferId: H256
|
|
2869
|
+
], {
|
|
2870
|
+
sourceChain: PalletCrosschainTransferSourceChain;
|
|
2871
|
+
transferId: H256;
|
|
2872
|
+
}>;
|
|
2873
|
+
/**
|
|
2874
|
+
* A transfer is ready for finalization.
|
|
2875
|
+
**/
|
|
2876
|
+
TransferOutReady: AugmentedEvent<ApiType, [transferId: H256], {
|
|
2877
|
+
transferId: H256;
|
|
2878
|
+
}>;
|
|
2879
|
+
/**
|
|
2880
|
+
* A transfer out was opened.
|
|
2881
|
+
**/
|
|
2882
|
+
TransferOutStarted: AugmentedEvent<ApiType, [
|
|
2883
|
+
destinationChain: PalletCrosschainTransferSourceChain,
|
|
2884
|
+
transferId: H256,
|
|
2885
|
+
accountId: AccountId32,
|
|
2886
|
+
asset: PalletCrosschainTransferAssetKind,
|
|
2887
|
+
amount: u128,
|
|
2888
|
+
mintingAuthorityTip: u128
|
|
2889
|
+
], {
|
|
2890
|
+
destinationChain: PalletCrosschainTransferSourceChain;
|
|
2891
|
+
transferId: H256;
|
|
2892
|
+
accountId: AccountId32;
|
|
2893
|
+
asset: PalletCrosschainTransferAssetKind;
|
|
2894
|
+
amount: u128;
|
|
2895
|
+
mintingAuthorityTip: u128;
|
|
2896
|
+
}>;
|
|
2897
|
+
/**
|
|
2898
|
+
* A `TransferToArgonStarted` activity was proven and settled locally.
|
|
2899
|
+
**/
|
|
2900
|
+
TransferToArgonSettled: AugmentedEvent<ApiType, [
|
|
2901
|
+
sourceChain: PalletCrosschainTransferSourceChain,
|
|
2902
|
+
transfer: PalletCrosschainTransferTransferToArgonActivity
|
|
2903
|
+
], {
|
|
2904
|
+
sourceChain: PalletCrosschainTransferSourceChain;
|
|
2905
|
+
transfer: PalletCrosschainTransferTransferToArgonActivity;
|
|
2418
2906
|
}>;
|
|
2419
2907
|
};
|
|
2420
2908
|
digests: {};
|
|
@@ -3608,6 +4096,19 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
3608
4096
|
amount: u128;
|
|
3609
4097
|
dispatchError: SpRuntimeDispatchError;
|
|
3610
4098
|
}>;
|
|
4099
|
+
/**
|
|
4100
|
+
* Encumbered treasury backing was burned and any no-longer-needed fractional hold was
|
|
4101
|
+
* returned.
|
|
4102
|
+
**/
|
|
4103
|
+
EncumberedBondMicrogonsBurned: AugmentedEvent<ApiType, [
|
|
4104
|
+
accountId: AccountId32,
|
|
4105
|
+
burnedAmount: u128,
|
|
4106
|
+
releasedAmount: u128
|
|
4107
|
+
], {
|
|
4108
|
+
accountId: AccountId32;
|
|
4109
|
+
burnedAmount: u128;
|
|
4110
|
+
releasedAmount: u128;
|
|
4111
|
+
}>;
|
|
3611
4112
|
/**
|
|
3612
4113
|
* Frame earnings were distributed.
|
|
3613
4114
|
**/
|
|
@@ -3707,6 +4208,15 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
3707
4208
|
}>;
|
|
3708
4209
|
};
|
|
3709
4210
|
vaults: {
|
|
4211
|
+
CommittedArgonotsSet: AugmentedEvent<ApiType, [
|
|
4212
|
+
vaultId: u32,
|
|
4213
|
+
operatorAccountId: AccountId32,
|
|
4214
|
+
amount: u128
|
|
4215
|
+
], {
|
|
4216
|
+
vaultId: u32;
|
|
4217
|
+
operatorAccountId: AccountId32;
|
|
4218
|
+
amount: u128;
|
|
4219
|
+
}>;
|
|
3710
4220
|
FundLockCanceled: AugmentedEvent<ApiType, [
|
|
3711
4221
|
vaultId: u32,
|
|
3712
4222
|
amount: u128
|
|
@@ -3955,7 +4465,7 @@ declare module '@polkadot/api-base/types/storage' {
|
|
|
3955
4465
|
u64
|
|
3956
4466
|
]>;
|
|
3957
4467
|
/**
|
|
3958
|
-
* History of microgons per btc
|
|
4468
|
+
* History of target microgons per btc.
|
|
3959
4469
|
**/
|
|
3960
4470
|
microgonPerBtcHistory: AugmentedQuery<ApiType, () => Observable<Vec<ITuple<[u64, u128]>>>, [
|
|
3961
4471
|
]>;
|
|
@@ -4144,12 +4654,63 @@ declare module '@polkadot/api-base/types/storage' {
|
|
|
4144
4654
|
voteMinimumHistory: AugmentedQuery<ApiType, () => Observable<Vec<u128>>, []>;
|
|
4145
4655
|
};
|
|
4146
4656
|
crosschainTransfer: {
|
|
4657
|
+
/**
|
|
4658
|
+
* The active Global Issuance Council hash in force for each destination chain.
|
|
4659
|
+
**/
|
|
4660
|
+
activeGlobalIssuanceCouncilByDestinationChain: AugmentedQuery<ApiType, (arg: PalletCrosschainTransferSourceChain | 'Ethereum' | number | Uint8Array) => Observable<Option<H256>>, [
|
|
4661
|
+
PalletCrosschainTransferSourceChain
|
|
4662
|
+
]>;
|
|
4147
4663
|
/**
|
|
4148
4664
|
* Config accepted for each supported source chain.
|
|
4149
4665
|
**/
|
|
4150
4666
|
chainConfigBySourceChain: AugmentedQuery<ApiType, (arg: PalletCrosschainTransferSourceChain | 'Ethereum' | number | Uint8Array) => Observable<Option<PalletCrosschainTransferChainConfig>>, [
|
|
4151
4667
|
PalletCrosschainTransferSourceChain
|
|
4152
4668
|
]>;
|
|
4669
|
+
/**
|
|
4670
|
+
* Latest council approval queue nonce signed by this account for one destination chain.
|
|
4671
|
+
**/
|
|
4672
|
+
councilApprovalCursorByDestinationChainAndAccountId: AugmentedQuery<ApiType, (arg1: PalletCrosschainTransferSourceChain | 'Ethereum' | number | Uint8Array, arg2: AccountId32 | string | Uint8Array) => Observable<Option<u64>>, [
|
|
4673
|
+
PalletCrosschainTransferSourceChain,
|
|
4674
|
+
AccountId32
|
|
4675
|
+
]>;
|
|
4676
|
+
/**
|
|
4677
|
+
* The ordered outbound council approval queue for each destination chain.
|
|
4678
|
+
**/
|
|
4679
|
+
councilApprovalQueueByDestinationChainAndNonce: AugmentedQuery<ApiType, (arg1: PalletCrosschainTransferSourceChain | 'Ethereum' | number | Uint8Array, arg2: u64 | AnyNumber | Uint8Array) => Observable<Option<PalletCrosschainTransferCouncilApprovalQueueEntry>>, [
|
|
4680
|
+
PalletCrosschainTransferSourceChain,
|
|
4681
|
+
u64
|
|
4682
|
+
]>;
|
|
4683
|
+
/**
|
|
4684
|
+
* The registered council signer for each account on each destination chain.
|
|
4685
|
+
**/
|
|
4686
|
+
councilSignerByDestinationChainAndAccountId: AugmentedQuery<ApiType, (arg1: PalletCrosschainTransferSourceChain | 'Ethereum' | number | Uint8Array, arg2: AccountId32 | string | Uint8Array) => Observable<Option<H160>>, [
|
|
4687
|
+
PalletCrosschainTransferSourceChain,
|
|
4688
|
+
AccountId32
|
|
4689
|
+
]>;
|
|
4690
|
+
/**
|
|
4691
|
+
* Conservative transfer-out conversion rate currently quoted for each destination chain.
|
|
4692
|
+
**/
|
|
4693
|
+
currentTransferOutMicrogonsPerArgonotByDestinationChain: AugmentedQuery<ApiType, (arg: PalletCrosschainTransferSourceChain | 'Ethereum' | number | Uint8Array) => Observable<Option<u128>>, [
|
|
4694
|
+
PalletCrosschainTransferSourceChain
|
|
4695
|
+
]>;
|
|
4696
|
+
/**
|
|
4697
|
+
* Latest proven gateway activity snapshot for each source chain.
|
|
4698
|
+
**/
|
|
4699
|
+
gatewayStateBySourceChain: AugmentedQuery<ApiType, (arg: PalletCrosschainTransferSourceChain | 'Ethereum' | number | Uint8Array) => Observable<Option<PalletCrosschainTransferGatewayState>>, [
|
|
4700
|
+
PalletCrosschainTransferSourceChain
|
|
4701
|
+
]>;
|
|
4702
|
+
/**
|
|
4703
|
+
* Pause state recorded when a canonical gateway activity cannot be applied safely.
|
|
4704
|
+
**/
|
|
4705
|
+
gatewaySyncPauseBySourceChain: AugmentedQuery<ApiType, (arg: PalletCrosschainTransferSourceChain | 'Ethereum' | number | Uint8Array) => Observable<Option<PalletCrosschainTransferGatewaySyncPause>>, [
|
|
4706
|
+
PalletCrosschainTransferSourceChain
|
|
4707
|
+
]>;
|
|
4708
|
+
/**
|
|
4709
|
+
* Historical Global Issuance Council snapshots keyed by their signer-ordered council hash.
|
|
4710
|
+
**/
|
|
4711
|
+
globalIssuanceCouncilByHash: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<PalletCrosschainTransferGlobalIssuanceCouncil>>, [
|
|
4712
|
+
H256
|
|
4713
|
+
]>;
|
|
4153
4714
|
/**
|
|
4154
4715
|
* Accounts whose recent-transfer evidence expires at a given tick.
|
|
4155
4716
|
**/
|
|
@@ -4161,13 +4722,75 @@ declare module '@polkadot/api-base/types/storage' {
|
|
|
4161
4722
|
**/
|
|
4162
4723
|
lastTransferExpiryCleanupTick: AugmentedQuery<ApiType, () => Observable<u64>, []>;
|
|
4163
4724
|
/**
|
|
4164
|
-
*
|
|
4725
|
+
* The latest queued council hash that should govern the next queue entry on each destination
|
|
4726
|
+
* chain.
|
|
4727
|
+
**/
|
|
4728
|
+
latestQueuedCouncilHashByDestinationChain: AugmentedQuery<ApiType, (arg: PalletCrosschainTransferSourceChain | 'Ethereum' | number | Uint8Array) => Observable<Option<H256>>, [
|
|
4729
|
+
PalletCrosschainTransferSourceChain
|
|
4730
|
+
]>;
|
|
4731
|
+
/**
|
|
4732
|
+
* Per-chain override for the minimum normalized microgon value required to register a
|
|
4733
|
+
* Minting Authority.
|
|
4734
|
+
**/
|
|
4735
|
+
minimumMintingAuthorityValueByDestinationChain: AugmentedQuery<ApiType, (arg: PalletCrosschainTransferSourceChain | 'Ethereum' | number | Uint8Array) => Observable<u128>, [
|
|
4736
|
+
PalletCrosschainTransferSourceChain
|
|
4737
|
+
]>;
|
|
4738
|
+
/**
|
|
4739
|
+
* Local Minting Authority records keyed by their destination signing key.
|
|
4165
4740
|
**/
|
|
4166
|
-
|
|
4167
|
-
|
|
4168
|
-
|
|
4169
|
-
|
|
4170
|
-
|
|
4741
|
+
mintingAuthoritiesBySigner: AugmentedQuery<ApiType, (arg: H160 | string | Uint8Array) => Observable<Option<PalletCrosschainTransferMintingAuthority>>, [
|
|
4742
|
+
H160
|
|
4743
|
+
]>;
|
|
4744
|
+
/**
|
|
4745
|
+
* Pricing inputs used to repay relayers for Minting Authority activation batches on each
|
|
4746
|
+
* destination chain.
|
|
4747
|
+
**/
|
|
4748
|
+
mintingAuthorityActivationRepaymentPricingByDestinationChain: AugmentedQuery<ApiType, (arg: PalletCrosschainTransferSourceChain | 'Ethereum' | number | Uint8Array) => Observable<Option<PalletCrosschainTransferMintingAuthorityActivationRepaymentPricing>>, [
|
|
4749
|
+
PalletCrosschainTransferSourceChain
|
|
4750
|
+
]>;
|
|
4751
|
+
/**
|
|
4752
|
+
* The next outbound approval-queue nonce to assign on each destination chain.
|
|
4753
|
+
**/
|
|
4754
|
+
nextCouncilApprovalQueueNonceByDestinationChain: AugmentedQuery<ApiType, (arg: PalletCrosschainTransferSourceChain | 'Ethereum' | number | Uint8Array) => Observable<u64>, [
|
|
4755
|
+
PalletCrosschainTransferSourceChain
|
|
4756
|
+
]>;
|
|
4757
|
+
/**
|
|
4758
|
+
* Next outbound transfer nonce for each sending account.
|
|
4759
|
+
**/
|
|
4760
|
+
nextTransferOutNonceBySendingAccountId: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<u64>, [
|
|
4761
|
+
AccountId32
|
|
4762
|
+
]>;
|
|
4763
|
+
/**
|
|
4764
|
+
* Number of non-terminal transfer-out requests on each destination chain.
|
|
4765
|
+
**/
|
|
4766
|
+
nonTerminalTransferOutCountByDestinationChain: AugmentedQuery<ApiType, (arg: PalletCrosschainTransferSourceChain | 'Ethereum' | number | Uint8Array) => Observable<u32>, [
|
|
4767
|
+
PalletCrosschainTransferSourceChain
|
|
4768
|
+
]>;
|
|
4769
|
+
/**
|
|
4770
|
+
* Collateralization requests still open on each destination chain.
|
|
4771
|
+
**/
|
|
4772
|
+
pendingCollateralizationRequestsByChain: AugmentedQuery<ApiType, (arg: PalletCrosschainTransferSourceChain | 'Ethereum' | number | Uint8Array) => Observable<Vec<PalletCrosschainTransferTransferOutPendingCollateralizationRequest>>, [
|
|
4773
|
+
PalletCrosschainTransferSourceChain
|
|
4774
|
+
]>;
|
|
4775
|
+
/**
|
|
4776
|
+
* A staged council signer rotation for the next council activation on each destination chain.
|
|
4777
|
+
**/
|
|
4778
|
+
pendingCouncilSignerByDestinationChainAndAccountId: AugmentedQuery<ApiType, (arg1: PalletCrosschainTransferSourceChain | 'Ethereum' | number | Uint8Array, arg2: AccountId32 | string | Uint8Array) => Observable<Option<H160>>, [
|
|
4779
|
+
PalletCrosschainTransferSourceChain,
|
|
4780
|
+
AccountId32
|
|
4781
|
+
]>;
|
|
4782
|
+
/**
|
|
4783
|
+
* Pending outbound principal by destination chain.
|
|
4784
|
+
**/
|
|
4785
|
+
pendingTransferOutCirculationByDestinationChain: AugmentedQuery<ApiType, (arg: PalletCrosschainTransferSourceChain | 'Ethereum' | number | Uint8Array) => Observable<PalletCrosschainTransferSourceChainCirculation>, [
|
|
4786
|
+
PalletCrosschainTransferSourceChain
|
|
4787
|
+
]>;
|
|
4788
|
+
/**
|
|
4789
|
+
* Immediately previous transfer-out conversion rate still accepted while the floor ratchets
|
|
4790
|
+
* upward across council transitions.
|
|
4791
|
+
**/
|
|
4792
|
+
previousTransferOutMicrogonsPerArgonotByDestinationChain: AugmentedQuery<ApiType, (arg: PalletCrosschainTransferSourceChain | 'Ethereum' | number | Uint8Array) => Observable<Option<u128>>, [
|
|
4793
|
+
PalletCrosschainTransferSourceChain
|
|
4171
4794
|
]>;
|
|
4172
4795
|
/**
|
|
4173
4796
|
* Count of still-retained qualifying Argon transfers for each local account.
|
|
@@ -4175,6 +4798,19 @@ declare module '@polkadot/api-base/types/storage' {
|
|
|
4175
4798
|
recentArgonTransfersByAccount: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<u32>, [
|
|
4176
4799
|
AccountId32
|
|
4177
4800
|
]>;
|
|
4801
|
+
/**
|
|
4802
|
+
* Outbound transfers by transfer id.
|
|
4803
|
+
**/
|
|
4804
|
+
transferOutById: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<PalletCrosschainTransferTransferOutTransferOutOfArgon>>, [
|
|
4805
|
+
H256
|
|
4806
|
+
]>;
|
|
4807
|
+
/**
|
|
4808
|
+
* The conservative transfer-out quote floor that the next newly opened transfer should
|
|
4809
|
+
* snapshot on each destination chain.
|
|
4810
|
+
**/
|
|
4811
|
+
transferOutQuoteMicrogonsPerArgonotByDestinationChain: AugmentedQuery<ApiType, (arg: PalletCrosschainTransferSourceChain | 'Ethereum' | number | Uint8Array) => Observable<Option<u128>>, [
|
|
4812
|
+
PalletCrosschainTransferSourceChain
|
|
4813
|
+
]>;
|
|
4178
4814
|
};
|
|
4179
4815
|
digests: {
|
|
4180
4816
|
tempDigests: AugmentedQuery<ApiType, () => Observable<Option<ArgonPrimitivesDigestsDigestset>>, [
|
|
@@ -4202,22 +4838,23 @@ declare module '@polkadot/api-base/types/storage' {
|
|
|
4202
4838
|
**/
|
|
4203
4839
|
currentSyncCommittee: AugmentedQuery<ApiType, () => Observable<PalletEthereumVerifierSyncCommitteePrepared>, [
|
|
4204
4840
|
]>;
|
|
4205
|
-
/**
|
|
4206
|
-
* Execution header anchors: current position in ring buffer.
|
|
4207
|
-
**/
|
|
4208
|
-
executionHeaderAnchorIndex: AugmentedQuery<ApiType, () => Observable<u32>, []>;
|
|
4209
|
-
/**
|
|
4210
|
-
* Execution header anchors: mapping of ring buffer index to a pruning candidate.
|
|
4211
|
-
**/
|
|
4212
|
-
executionHeaderAnchorMapping: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<H256>, [
|
|
4213
|
-
u32
|
|
4214
|
-
]>;
|
|
4215
4841
|
/**
|
|
4216
4842
|
* Retained execution-layer header anchors by execution block hash.
|
|
4217
4843
|
**/
|
|
4218
4844
|
executionHeaderAnchors: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<PalletEthereumVerifierExecutionHeaderAnchor>>, [
|
|
4219
4845
|
H256
|
|
4220
4846
|
]>;
|
|
4847
|
+
/**
|
|
4848
|
+
* Ordered retained execution-layer anchors keyed by execution block number.
|
|
4849
|
+
*
|
|
4850
|
+
* The key is the big-endian execution block number so clients can start at a target execution
|
|
4851
|
+
* block number and scan forward to the first retained anchor at or after that block without
|
|
4852
|
+
* walking every retained finalized beacon root. `ExecutionHeaderAnchors` remains the canonical
|
|
4853
|
+
* hash-keyed proof lookup.
|
|
4854
|
+
**/
|
|
4855
|
+
executionHeaderAnchorsByBlockNumber: AugmentedQuery<ApiType, (arg: U8aFixed | string | Uint8Array) => Observable<Option<PalletEthereumVerifierExecutionHeaderAnchor>>, [
|
|
4856
|
+
U8aFixed
|
|
4857
|
+
]>;
|
|
4221
4858
|
/**
|
|
4222
4859
|
* Beacon state by finalized block root
|
|
4223
4860
|
**/
|
|
@@ -4234,6 +4871,12 @@ declare module '@polkadot/api-base/types/storage' {
|
|
|
4234
4871
|
finalizedBeaconStateMapping: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<H256>, [
|
|
4235
4872
|
u32
|
|
4236
4873
|
]>;
|
|
4874
|
+
/**
|
|
4875
|
+
* Attached execution-layer anchor hash for each retained finalized beacon header root.
|
|
4876
|
+
**/
|
|
4877
|
+
finalizedExecutionHeaderAnchor: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<H256>>, [
|
|
4878
|
+
H256
|
|
4879
|
+
]>;
|
|
4237
4880
|
/**
|
|
4238
4881
|
* Fork-version schedule used for sync-committee signing domains and beacon state paths.
|
|
4239
4882
|
**/
|
|
@@ -4644,6 +5287,11 @@ declare module '@polkadot/api-base/types/storage' {
|
|
|
4644
5287
|
**/
|
|
4645
5288
|
historicArgonCPI: AugmentedQuery<ApiType, () => Observable<Vec<PalletPriceIndexCpiMeasurementBucket>>, [
|
|
4646
5289
|
]>;
|
|
5290
|
+
/**
|
|
5291
|
+
* Tracks the lowest Argonot floor observed in each recent frame.
|
|
5292
|
+
**/
|
|
5293
|
+
historicArgonotFloorByFrame: AugmentedQuery<ApiType, () => Observable<BTreeMap<u64, u128>>, [
|
|
5294
|
+
]>;
|
|
4647
5295
|
/**
|
|
4648
5296
|
* Stores the last valid price index
|
|
4649
5297
|
**/
|
|
@@ -4859,6 +5507,17 @@ declare module '@polkadot/api-base/types/storage' {
|
|
|
4859
5507
|
**/
|
|
4860
5508
|
currentFrameVaultCapital: AugmentedQuery<ApiType, () => Observable<Option<PalletTreasuryFrameVaultCapital>>, [
|
|
4861
5509
|
]>;
|
|
5510
|
+
/**
|
|
5511
|
+
* Exact treasury bond backing reserved for crosschain minting authorities by account.
|
|
5512
|
+
*
|
|
5513
|
+
* This is an exact microgon claim, not a mirror of the account's active whole-bond lots.
|
|
5514
|
+
* Bond lots stay coarse because participation only moves in whole bonds, while encumbrance can
|
|
5515
|
+
* remain fractional after a burn. The key invariant is that the non-releasing held balance
|
|
5516
|
+
* always covers this amount.
|
|
5517
|
+
**/
|
|
5518
|
+
encumberedBondMicrogonsByAccount: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<u128>, [
|
|
5519
|
+
AccountId32
|
|
5520
|
+
]>;
|
|
4862
5521
|
/**
|
|
4863
5522
|
* The next bond lot id.
|
|
4864
5523
|
**/
|
|
@@ -4883,6 +5542,12 @@ declare module '@polkadot/api-base/types/storage' {
|
|
|
4883
5542
|
]>;
|
|
4884
5543
|
};
|
|
4885
5544
|
vaults: {
|
|
5545
|
+
/**
|
|
5546
|
+
* Vault-side committed and crosschain-encumbered argonot backing.
|
|
5547
|
+
**/
|
|
5548
|
+
argonotCommitmentByVaultId: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<ArgonPrimitivesVaultVaultArgonotCommitment>>, [
|
|
5549
|
+
u32
|
|
5550
|
+
]>;
|
|
4886
5551
|
/**
|
|
4887
5552
|
* The last collect frame of each vault
|
|
4888
5553
|
**/
|
|
@@ -4904,8 +5569,8 @@ declare module '@polkadot/api-base/types/storage' {
|
|
|
4904
5569
|
u32
|
|
4905
5570
|
]>;
|
|
4906
5571
|
/**
|
|
4907
|
-
* Pending terms that will be committed at the given block number (must be a minimum of 1
|
|
4908
|
-
* change away)
|
|
5572
|
+
* Pending terms that will be committed at the given block number (must be a minimum of 1
|
|
5573
|
+
* frame change away)
|
|
4909
5574
|
**/
|
|
4910
5575
|
pendingTermsModificationsByTick: AugmentedQuery<ApiType, (arg: u64 | AnyNumber | Uint8Array) => Observable<Vec<u32>>, [
|
|
4911
5576
|
u64
|
|
@@ -4924,6 +5589,7 @@ declare module '@polkadot/api-base/types/storage' {
|
|
|
4924
5589
|
revenuePerFrameByVault: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Vec<PalletVaultsVaultFrameRevenue>>, [
|
|
4925
5590
|
u32
|
|
4926
5591
|
]>;
|
|
5592
|
+
revenuePerFrameByVaultCount: AugmentedQuery<ApiType, () => Observable<u32>, []>;
|
|
4927
5593
|
/**
|
|
4928
5594
|
* The vaults that have funds releasing at a given bitcoin height
|
|
4929
5595
|
**/
|
|
@@ -5325,16 +5991,76 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
5325
5991
|
]>;
|
|
5326
5992
|
};
|
|
5327
5993
|
crosschainTransfer: {
|
|
5328
|
-
|
|
5329
|
-
|
|
5994
|
+
approveQueueEntries: AugmentedSubmittable<(destinationChain: PalletCrosschainTransferSourceChain | 'Ethereum' | number | Uint8Array, signatures: Vec<U8aFixed>) => SubmittableExtrinsic<ApiType>, [
|
|
5995
|
+
PalletCrosschainTransferSourceChain,
|
|
5996
|
+
Vec<U8aFixed>
|
|
5997
|
+
]>;
|
|
5998
|
+
collateralizeTransfer: AugmentedSubmittable<(transferId: H256 | string | Uint8Array, signature: U8aFixed | string | Uint8Array, microgonCollateral: Compact<u128> | AnyNumber | Uint8Array, micronotCollateral: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
5999
|
+
H256,
|
|
6000
|
+
U8aFixed,
|
|
6001
|
+
Compact<u128>,
|
|
6002
|
+
Compact<u128>
|
|
6003
|
+
]>;
|
|
6004
|
+
deactivateMintingAuthority: AugmentedSubmittable<(destinationSigningKey: H160 | string | Uint8Array, signature: U8aFixed | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
6005
|
+
H160,
|
|
6006
|
+
U8aFixed
|
|
6007
|
+
]>;
|
|
6008
|
+
forceSetGlobalIssuanceCouncil: AugmentedSubmittable<(destinationChain: PalletCrosschainTransferSourceChain | 'Ethereum' | number | Uint8Array, afterNonce: Compact<u64> | AnyNumber | Uint8Array, memberAccountIds: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
|
|
6009
|
+
PalletCrosschainTransferSourceChain,
|
|
6010
|
+
Compact<u64>,
|
|
6011
|
+
Vec<AccountId32>
|
|
6012
|
+
]>;
|
|
6013
|
+
pauseGateway: AugmentedSubmittable<(sourceChain: PalletCrosschainTransferSourceChain | 'Ethereum' | number | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
6014
|
+
PalletCrosschainTransferSourceChain
|
|
6015
|
+
]>;
|
|
6016
|
+
proveGatewayActivity: AugmentedSubmittable<(sourceChain: PalletCrosschainTransferSourceChain | 'Ethereum' | number | Uint8Array, previousGatewayActivityNonce: Compact<u64> | AnyNumber | Uint8Array, proofBatch: ArgonPrimitivesEthereumEthereumReceiptLogProofBatch | {
|
|
6017
|
+
executionBlockProof?: any;
|
|
6018
|
+
blocks?: any;
|
|
5330
6019
|
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
5331
|
-
|
|
6020
|
+
PalletCrosschainTransferSourceChain,
|
|
6021
|
+
Compact<u64>,
|
|
6022
|
+
ArgonPrimitivesEthereumEthereumReceiptLogProofBatch
|
|
5332
6023
|
]>;
|
|
5333
|
-
|
|
5334
|
-
|
|
6024
|
+
registerCouncilSigner: AugmentedSubmittable<(destinationChain: PalletCrosschainTransferSourceChain | 'Ethereum' | number | Uint8Array, signingKey: H160 | string | Uint8Array, signature: U8aFixed | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
6025
|
+
PalletCrosschainTransferSourceChain,
|
|
6026
|
+
H160,
|
|
6027
|
+
U8aFixed
|
|
6028
|
+
]>;
|
|
6029
|
+
registerMintingAuthority: AugmentedSubmittable<(destinationChain: PalletCrosschainTransferSourceChain | 'Ethereum' | number | Uint8Array, destinationSigningKey: H160 | string | Uint8Array, signature: U8aFixed | string | Uint8Array, microgonCollateral: Compact<u128> | AnyNumber | Uint8Array, micronotCollateral: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
6030
|
+
PalletCrosschainTransferSourceChain,
|
|
6031
|
+
H160,
|
|
6032
|
+
U8aFixed,
|
|
6033
|
+
Compact<u128>,
|
|
6034
|
+
Compact<u128>
|
|
6035
|
+
]>;
|
|
6036
|
+
setChainConfig: AugmentedSubmittable<(sourceChain: PalletCrosschainTransferSourceChain | 'Ethereum' | number | Uint8Array, config: PalletCrosschainTransferChainConfig | {
|
|
6037
|
+
Evm: any;
|
|
5335
6038
|
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
6039
|
+
PalletCrosschainTransferSourceChain,
|
|
5336
6040
|
PalletCrosschainTransferChainConfig
|
|
5337
6041
|
]>;
|
|
6042
|
+
setMinimumMintingAuthorityValue: AugmentedSubmittable<(destinationChain: PalletCrosschainTransferSourceChain | 'Ethereum' | number | Uint8Array, minimumValue: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
6043
|
+
PalletCrosschainTransferSourceChain,
|
|
6044
|
+
Compact<u128>
|
|
6045
|
+
]>;
|
|
6046
|
+
setMintingAuthorityActivationRepaymentPricing: AugmentedSubmittable<(destinationChain: PalletCrosschainTransferSourceChain | 'Ethereum' | number | Uint8Array, pricing: PalletCrosschainTransferMintingAuthorityActivationRepaymentPricing | {
|
|
6047
|
+
activationGasCost?: any;
|
|
6048
|
+
signatureGasCost?: any;
|
|
6049
|
+
estimatedWeiPerGas?: any;
|
|
6050
|
+
estimatedMicrogonsPerEth?: any;
|
|
6051
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
6052
|
+
PalletCrosschainTransferSourceChain,
|
|
6053
|
+
PalletCrosschainTransferMintingAuthorityActivationRepaymentPricing
|
|
6054
|
+
]>;
|
|
6055
|
+
transferOut: AugmentedSubmittable<(destinationChain: PalletCrosschainTransferSourceChain | 'Ethereum' | number | Uint8Array, asset: PalletCrosschainTransferAssetKind | 'Argon' | 'Argonot' | number | Uint8Array, destinationAccount: H160 | string | Uint8Array, amount: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
6056
|
+
PalletCrosschainTransferSourceChain,
|
|
6057
|
+
PalletCrosschainTransferAssetKind,
|
|
6058
|
+
H160,
|
|
6059
|
+
Compact<u128>
|
|
6060
|
+
]>;
|
|
6061
|
+
unpauseGateway: AugmentedSubmittable<(sourceChain: PalletCrosschainTransferSourceChain | 'Ethereum' | number | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
6062
|
+
PalletCrosschainTransferSourceChain
|
|
6063
|
+
]>;
|
|
5338
6064
|
};
|
|
5339
6065
|
domains: {
|
|
5340
6066
|
setZoneRecord: AugmentedSubmittable<(domainHash: H256 | string | Uint8Array, zoneRecord: ArgonPrimitivesDomainZoneRecord | {
|
|
@@ -5356,6 +6082,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
5356
6082
|
currentSyncCommittee?: any;
|
|
5357
6083
|
currentSyncCommitteeBranch?: any;
|
|
5358
6084
|
validatorsRoot?: any;
|
|
6085
|
+
executionHeaderProof?: any;
|
|
5359
6086
|
} | string | Uint8Array, forkVersions: PalletEthereumVerifierForkVersions | {
|
|
5360
6087
|
genesis?: any;
|
|
5361
6088
|
altair?: any;
|
|
@@ -5368,16 +6095,6 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
5368
6095
|
PalletEthereumVerifierCheckpointUpdate,
|
|
5369
6096
|
PalletEthereumVerifierForkVersions
|
|
5370
6097
|
]>;
|
|
5371
|
-
/**
|
|
5372
|
-
* Imports a proven execution header anchor against already-retained beacon state.
|
|
5373
|
-
**/
|
|
5374
|
-
importExecutionHeaderAnchor: AugmentedSubmittable<(executionProof: PalletEthereumVerifierExecutionProof | {
|
|
5375
|
-
header?: any;
|
|
5376
|
-
executionHeader?: any;
|
|
5377
|
-
executionBranch?: any;
|
|
5378
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
5379
|
-
PalletEthereumVerifierExecutionProof
|
|
5380
|
-
]>;
|
|
5381
6098
|
/**
|
|
5382
6099
|
* Halt or resume all pallet operations. May only be called by root.
|
|
5383
6100
|
**/
|
|
@@ -5386,7 +6103,8 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
5386
6103
|
]>;
|
|
5387
6104
|
/**
|
|
5388
6105
|
* Submits a new finalized beacon header update. The update may contain the next
|
|
5389
|
-
* sync committee
|
|
6106
|
+
* sync committee and an execution header witness for the finalized beacon header it
|
|
6107
|
+
* advances.
|
|
5390
6108
|
**/
|
|
5391
6109
|
submit: AugmentedSubmittable<(update: PalletEthereumVerifierUpdate | {
|
|
5392
6110
|
attestedHeader?: any;
|
|
@@ -5395,6 +6113,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
5395
6113
|
nextSyncCommitteeUpdate?: any;
|
|
5396
6114
|
finalizedHeader?: any;
|
|
5397
6115
|
finalityBranch?: any;
|
|
6116
|
+
executionHeaderProof?: any;
|
|
5398
6117
|
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
5399
6118
|
PalletEthereumVerifierUpdate
|
|
5400
6119
|
]>;
|
|
@@ -6665,7 +7384,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
6665
7384
|
u128
|
|
6666
7385
|
]>;
|
|
6667
7386
|
/**
|
|
6668
|
-
* Change the terms of this vault. The change will be applied at the next mining
|
|
7387
|
+
* Change the terms of this vault. The change will be applied at the next mining frame
|
|
6669
7388
|
* change that is at least `MinTermsModificationBlockDelay` blocks away.
|
|
6670
7389
|
**/
|
|
6671
7390
|
modifyTerms: AugmentedSubmittable<(vaultId: u32 | AnyNumber | Uint8Array, terms: ArgonPrimitivesVaultVaultTerms | {
|
|
@@ -6688,6 +7407,9 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
6688
7407
|
setBitcoinLockDelegate: AugmentedSubmittable<(delegateAccountId: Option<AccountId32> | null | Uint8Array | AccountId32 | string) => SubmittableExtrinsic<ApiType>, [
|
|
6689
7408
|
Option<AccountId32>
|
|
6690
7409
|
]>;
|
|
7410
|
+
setCommittedArgonots: AugmentedSubmittable<(amount: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
7411
|
+
Compact<u128>
|
|
7412
|
+
]>;
|
|
6691
7413
|
setName: AugmentedSubmittable<(name: Option<Bytes> | null | Uint8Array | Bytes | string) => SubmittableExtrinsic<ApiType>, [
|
|
6692
7414
|
Option<Bytes>
|
|
6693
7415
|
]>;
|
|
@@ -7353,42 +8075,6 @@ declare module '@polkadot/rpc-core/types/jsonrpc' {
|
|
|
7353
8075
|
}
|
|
7354
8076
|
}
|
|
7355
8077
|
|
|
7356
|
-
/** @name ArgonPrimitivesEthereumEthereumExecutionBlockProof */
|
|
7357
|
-
interface ArgonPrimitivesEthereumEthereumExecutionBlockProof extends Struct {
|
|
7358
|
-
readonly anchorBlockHash: H256;
|
|
7359
|
-
readonly targetToAnchorHeaderChain: Vec<ArgonPrimitivesEthereumEthereumExecutionHeader>;
|
|
7360
|
-
}
|
|
7361
|
-
/** @name ArgonPrimitivesEthereumEthereumExecutionHeader */
|
|
7362
|
-
interface ArgonPrimitivesEthereumEthereumExecutionHeader extends Struct {
|
|
7363
|
-
readonly rlp: Bytes;
|
|
7364
|
-
}
|
|
7365
|
-
/** @name ArgonPrimitivesEthereumEthereumLog */
|
|
7366
|
-
interface ArgonPrimitivesEthereumEthereumLog extends Struct {
|
|
7367
|
-
readonly address: H160;
|
|
7368
|
-
readonly topics: Vec<H256>;
|
|
7369
|
-
readonly data: Bytes;
|
|
7370
|
-
}
|
|
7371
|
-
/** @name ArgonPrimitivesEthereumEthereumProof */
|
|
7372
|
-
interface ArgonPrimitivesEthereumEthereumProof extends Struct {
|
|
7373
|
-
readonly executionBlockProof: ArgonPrimitivesEthereumEthereumExecutionBlockProof;
|
|
7374
|
-
readonly receiptProof: ArgonPrimitivesEthereumEthereumReceiptProof;
|
|
7375
|
-
}
|
|
7376
|
-
/** @name ArgonPrimitivesEthereumEthereumReceiptProof */
|
|
7377
|
-
interface ArgonPrimitivesEthereumEthereumReceiptProof extends Struct {
|
|
7378
|
-
readonly transactionIndex: Compact<u64>;
|
|
7379
|
-
readonly nodes: Vec<Bytes>;
|
|
7380
|
-
}
|
|
7381
|
-
/** @name ArgonPrimitivesEthereumEthereumVerifyError */
|
|
7382
|
-
interface ArgonPrimitivesEthereumEthereumVerifyError extends Enum {
|
|
7383
|
-
readonly isVerifierUnavailable: boolean;
|
|
7384
|
-
readonly isAnchorNotFound: boolean;
|
|
7385
|
-
readonly isInvalidHeader: boolean;
|
|
7386
|
-
readonly isInvalidHeaderChain: boolean;
|
|
7387
|
-
readonly isLogNotFound: boolean;
|
|
7388
|
-
readonly isInvalidProof: boolean;
|
|
7389
|
-
readonly type: 'VerifierUnavailable' | 'AnchorNotFound' | 'InvalidHeader' | 'InvalidHeaderChain' | 'LogNotFound' | 'InvalidProof';
|
|
7390
|
-
}
|
|
7391
|
-
|
|
7392
8078
|
declare module '@polkadot/api-base/types/calls' {
|
|
7393
8079
|
interface AugmentedCalls<ApiType extends ApiTypes> {
|
|
7394
8080
|
/** 0xbc9d89904f5b923f/1 */
|
|
@@ -7445,22 +8131,8 @@ declare module '@polkadot/api-base/types/calls' {
|
|
|
7445
8131
|
} | string | Uint8Array) => Observable<ExtrinsicInclusionMode>>;
|
|
7446
8132
|
/**
|
|
7447
8133
|
* Returns the version of the runtime.
|
|
7448
|
-
**/
|
|
7449
|
-
version: AugmentedCall<ApiType, () => Observable<RuntimeVersion>>;
|
|
7450
|
-
};
|
|
7451
|
-
/** 0x97c56de838cad0ef/1 */
|
|
7452
|
-
ethereumApis: {
|
|
7453
|
-
/**
|
|
7454
|
-
* Preflight verify an Ethereum event log proof.
|
|
7455
|
-
**/
|
|
7456
|
-
verifyEventLog: AugmentedCall<ApiType, (eventLog: ArgonPrimitivesEthereumEthereumLog$1 | {
|
|
7457
|
-
address?: any;
|
|
7458
|
-
topics?: any;
|
|
7459
|
-
data?: any;
|
|
7460
|
-
} | string | Uint8Array, proof: ArgonPrimitivesEthereumEthereumProof$1 | {
|
|
7461
|
-
executionBlockProof?: any;
|
|
7462
|
-
receiptProof?: any;
|
|
7463
|
-
} | string | Uint8Array) => Observable<Result<Null, ArgonPrimitivesEthereumEthereumVerifyError>>>;
|
|
8134
|
+
**/
|
|
8135
|
+
version: AugmentedCall<ApiType, () => Observable<RuntimeVersion>>;
|
|
7464
8136
|
};
|
|
7465
8137
|
/** 0xfbc577b9d747efd6/1 */
|
|
7466
8138
|
genesisBuilder: {
|
|
@@ -7577,6 +8249,52 @@ declare module '@polkadot/api-base/types/calls' {
|
|
|
7577
8249
|
}
|
|
7578
8250
|
}
|
|
7579
8251
|
|
|
8252
|
+
/** @name ArgonPrimitivesEthereumEthereumCombinedReceiptProof */
|
|
8253
|
+
interface ArgonPrimitivesEthereumEthereumCombinedReceiptProof extends Struct {
|
|
8254
|
+
readonly nodes: Vec<Bytes>;
|
|
8255
|
+
readonly receipts: Vec<ArgonPrimitivesEthereumEthereumReceiptProofReceipt>;
|
|
8256
|
+
}
|
|
8257
|
+
/** @name ArgonPrimitivesEthereumEthereumExecutionBlockProof */
|
|
8258
|
+
interface ArgonPrimitivesEthereumEthereumExecutionBlockProof extends Struct {
|
|
8259
|
+
readonly anchorBlockHash: H256;
|
|
8260
|
+
readonly targetToAnchorHeaderChain: Vec<ArgonPrimitivesEthereumEthereumExecutionHeader>;
|
|
8261
|
+
}
|
|
8262
|
+
/** @name ArgonPrimitivesEthereumEthereumExecutionHeader */
|
|
8263
|
+
interface ArgonPrimitivesEthereumEthereumExecutionHeader extends Struct {
|
|
8264
|
+
readonly rlp: Bytes;
|
|
8265
|
+
}
|
|
8266
|
+
/** @name ArgonPrimitivesEthereumEthereumLog */
|
|
8267
|
+
interface ArgonPrimitivesEthereumEthereumLog extends Struct {
|
|
8268
|
+
readonly address: H160;
|
|
8269
|
+
readonly topics: Vec<H256>;
|
|
8270
|
+
readonly data: Bytes;
|
|
8271
|
+
}
|
|
8272
|
+
/** @name ArgonPrimitivesEthereumEthereumProof */
|
|
8273
|
+
interface ArgonPrimitivesEthereumEthereumProof extends Struct {
|
|
8274
|
+
readonly executionBlockProof: ArgonPrimitivesEthereumEthereumExecutionBlockProof;
|
|
8275
|
+
readonly receiptProof: ArgonPrimitivesEthereumEthereumCombinedReceiptProof;
|
|
8276
|
+
}
|
|
8277
|
+
/** @name ArgonPrimitivesEthereumEthereumReceiptLog */
|
|
8278
|
+
interface ArgonPrimitivesEthereumEthereumReceiptLog extends Struct {
|
|
8279
|
+
readonly transactionIndex: Compact<u64>;
|
|
8280
|
+
readonly eventLog: ArgonPrimitivesEthereumEthereumLog;
|
|
8281
|
+
}
|
|
8282
|
+
/** @name ArgonPrimitivesEthereumEthereumReceiptProofReceipt */
|
|
8283
|
+
interface ArgonPrimitivesEthereumEthereumReceiptProofReceipt extends Struct {
|
|
8284
|
+
readonly transactionIndex: Compact<u64>;
|
|
8285
|
+
readonly nodeIndexes: Vec<u16>;
|
|
8286
|
+
}
|
|
8287
|
+
/** @name ArgonPrimitivesEthereumEthereumVerifyError */
|
|
8288
|
+
interface ArgonPrimitivesEthereumEthereumVerifyError extends Enum {
|
|
8289
|
+
readonly isVerifierUnavailable: boolean;
|
|
8290
|
+
readonly isAnchorNotFound: boolean;
|
|
8291
|
+
readonly isInvalidHeader: boolean;
|
|
8292
|
+
readonly isInvalidHeaderChain: boolean;
|
|
8293
|
+
readonly isLogNotFound: boolean;
|
|
8294
|
+
readonly isInvalidProof: boolean;
|
|
8295
|
+
readonly type: 'VerifierUnavailable' | 'AnchorNotFound' | 'InvalidHeader' | 'InvalidHeaderChain' | 'LogNotFound' | 'InvalidProof';
|
|
8296
|
+
}
|
|
8297
|
+
|
|
7580
8298
|
declare module '@polkadot/types/types/registry' {
|
|
7581
8299
|
interface InterfaceTypes {
|
|
7582
8300
|
AbridgedCandidateReceipt: AbridgedCandidateReceipt;
|
|
@@ -7615,11 +8333,13 @@ declare module '@polkadot/types/types/registry' {
|
|
|
7615
8333
|
ApprovalFlag: ApprovalFlag;
|
|
7616
8334
|
Approvals: Approvals;
|
|
7617
8335
|
ApprovalVotingParams: ApprovalVotingParams;
|
|
8336
|
+
ArgonPrimitivesEthereumEthereumCombinedReceiptProof: ArgonPrimitivesEthereumEthereumCombinedReceiptProof;
|
|
7618
8337
|
ArgonPrimitivesEthereumEthereumExecutionBlockProof: ArgonPrimitivesEthereumEthereumExecutionBlockProof;
|
|
7619
8338
|
ArgonPrimitivesEthereumEthereumExecutionHeader: ArgonPrimitivesEthereumEthereumExecutionHeader;
|
|
7620
8339
|
ArgonPrimitivesEthereumEthereumLog: ArgonPrimitivesEthereumEthereumLog;
|
|
7621
8340
|
ArgonPrimitivesEthereumEthereumProof: ArgonPrimitivesEthereumEthereumProof;
|
|
7622
|
-
|
|
8341
|
+
ArgonPrimitivesEthereumEthereumReceiptLog: ArgonPrimitivesEthereumEthereumReceiptLog;
|
|
8342
|
+
ArgonPrimitivesEthereumEthereumReceiptProofReceipt: ArgonPrimitivesEthereumEthereumReceiptProofReceipt;
|
|
7623
8343
|
ArgonPrimitivesEthereumEthereumVerifyError: ArgonPrimitivesEthereumEthereumVerifyError;
|
|
7624
8344
|
ArithmeticError: ArithmeticError;
|
|
7625
8345
|
AssetApproval: AssetApproval;
|
|
@@ -9383,7 +10103,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
9383
10103
|
readonly vaultEarnings: u128;
|
|
9384
10104
|
readonly error: SpRuntimeDispatchError;
|
|
9385
10105
|
} & Struct;
|
|
9386
|
-
readonly
|
|
10106
|
+
readonly isCommittedArgonotsSet: boolean;
|
|
10107
|
+
readonly asCommittedArgonotsSet: {
|
|
10108
|
+
readonly vaultId: u32;
|
|
10109
|
+
readonly operatorAccountId: AccountId32;
|
|
10110
|
+
readonly amount: u128;
|
|
10111
|
+
} & Struct;
|
|
10112
|
+
readonly type: 'VaultCreated' | 'VaultModified' | 'VaultTermsChangeScheduled' | 'VaultTermsChanged' | 'VaultClosed' | 'VaultBitcoinXpubChange' | 'VaultRevenueUncollected' | 'VaultCollected' | 'FundsLocked' | 'FundLockCanceled' | 'FundsScheduledForRelease' | 'LostBitcoinCompensated' | 'FundsReleased' | 'FundsReleasedError' | 'TreasuryRecordingError' | 'CommittedArgonotsSet';
|
|
9387
10113
|
}
|
|
9388
10114
|
/** @name PalletBitcoinLocksEvent (57) */
|
|
9389
10115
|
interface PalletBitcoinLocksEvent extends Enum {
|
|
@@ -9393,7 +10119,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
9393
10119
|
readonly vaultId: u32;
|
|
9394
10120
|
readonly liquidityPromised: u128;
|
|
9395
10121
|
readonly securitization: u128;
|
|
9396
|
-
readonly
|
|
10122
|
+
readonly lockedTargetPrice: u128;
|
|
9397
10123
|
readonly accountId: AccountId32;
|
|
9398
10124
|
readonly securityFee: u128;
|
|
9399
10125
|
} & Struct;
|
|
@@ -9402,9 +10128,9 @@ declare module '@polkadot/types/lookup' {
|
|
|
9402
10128
|
readonly utxoId: u64;
|
|
9403
10129
|
readonly vaultId: u32;
|
|
9404
10130
|
readonly liquidityPromised: u128;
|
|
9405
|
-
readonly
|
|
10131
|
+
readonly oldTargetPrice: u128;
|
|
9406
10132
|
readonly securityFee: u128;
|
|
9407
|
-
readonly
|
|
10133
|
+
readonly newTargetPrice: u128;
|
|
9408
10134
|
readonly amountBurned: u128;
|
|
9409
10135
|
readonly accountId: AccountId32;
|
|
9410
10136
|
} & Struct;
|
|
@@ -10066,7 +10792,9 @@ declare module '@polkadot/types/lookup' {
|
|
|
10066
10792
|
readonly asBlockRewards: PalletBlockRewardsHoldReason;
|
|
10067
10793
|
readonly isTreasury: boolean;
|
|
10068
10794
|
readonly asTreasury: PalletTreasuryHoldReason;
|
|
10069
|
-
readonly
|
|
10795
|
+
readonly isCrosschainTransfer: boolean;
|
|
10796
|
+
readonly asCrosschainTransfer: PalletCrosschainTransferHoldReason;
|
|
10797
|
+
readonly type: 'MiningSlot' | 'Vaults' | 'BitcoinLocks' | 'BlockRewards' | 'Treasury' | 'CrosschainTransfer';
|
|
10070
10798
|
}
|
|
10071
10799
|
/** @name PalletMiningSlotHoldReason (105) */
|
|
10072
10800
|
interface PalletMiningSlotHoldReason extends Enum {
|
|
@@ -10095,13 +10823,19 @@ declare module '@polkadot/types/lookup' {
|
|
|
10095
10823
|
readonly isContributedToTreasury: boolean;
|
|
10096
10824
|
readonly type: 'ContributedToTreasury';
|
|
10097
10825
|
}
|
|
10098
|
-
/** @name
|
|
10826
|
+
/** @name PalletCrosschainTransferHoldReason (110) */
|
|
10827
|
+
interface PalletCrosschainTransferHoldReason extends Enum {
|
|
10828
|
+
readonly isTransferOutMintingAuthorityTip: boolean;
|
|
10829
|
+
readonly isMintingAuthorityActivationRepayment: boolean;
|
|
10830
|
+
readonly type: 'TransferOutMintingAuthorityTip' | 'MintingAuthorityActivationRepayment';
|
|
10831
|
+
}
|
|
10832
|
+
/** @name PalletBalancesUnexpectedKind (111) */
|
|
10099
10833
|
interface PalletBalancesUnexpectedKind extends Enum {
|
|
10100
10834
|
readonly isBalanceUpdated: boolean;
|
|
10101
10835
|
readonly isFailedToMutateAccount: boolean;
|
|
10102
10836
|
readonly type: 'BalanceUpdated' | 'FailedToMutateAccount';
|
|
10103
10837
|
}
|
|
10104
|
-
/** @name PalletTxPauseEvent (
|
|
10838
|
+
/** @name PalletTxPauseEvent (113) */
|
|
10105
10839
|
interface PalletTxPauseEvent extends Enum {
|
|
10106
10840
|
readonly isCallPaused: boolean;
|
|
10107
10841
|
readonly asCallPaused: {
|
|
@@ -10113,7 +10847,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
10113
10847
|
} & Struct;
|
|
10114
10848
|
readonly type: 'CallPaused' | 'CallUnpaused';
|
|
10115
10849
|
}
|
|
10116
|
-
/** @name PalletTransactionPaymentEvent (
|
|
10850
|
+
/** @name PalletTransactionPaymentEvent (116) */
|
|
10117
10851
|
interface PalletTransactionPaymentEvent extends Enum {
|
|
10118
10852
|
readonly isTransactionFeePaid: boolean;
|
|
10119
10853
|
readonly asTransactionFeePaid: {
|
|
@@ -10123,7 +10857,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
10123
10857
|
} & Struct;
|
|
10124
10858
|
readonly type: 'TransactionFeePaid';
|
|
10125
10859
|
}
|
|
10126
|
-
/** @name PalletUtilityEvent (
|
|
10860
|
+
/** @name PalletUtilityEvent (117) */
|
|
10127
10861
|
interface PalletUtilityEvent extends Enum {
|
|
10128
10862
|
readonly isBatchInterrupted: boolean;
|
|
10129
10863
|
readonly asBatchInterrupted: {
|
|
@@ -10148,7 +10882,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
10148
10882
|
} & Struct;
|
|
10149
10883
|
readonly type: 'BatchInterrupted' | 'BatchCompleted' | 'BatchCompletedWithErrors' | 'ItemCompleted' | 'ItemFailed' | 'DispatchedAs' | 'IfElseMainSuccess' | 'IfElseFallbackCalled';
|
|
10150
10884
|
}
|
|
10151
|
-
/** @name PalletSudoEvent (
|
|
10885
|
+
/** @name PalletSudoEvent (118) */
|
|
10152
10886
|
interface PalletSudoEvent extends Enum {
|
|
10153
10887
|
readonly isSudid: boolean;
|
|
10154
10888
|
readonly asSudid: {
|
|
@@ -10166,7 +10900,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
10166
10900
|
} & Struct;
|
|
10167
10901
|
readonly type: 'Sudid' | 'KeyChanged' | 'KeyRemoved' | 'SudoAsDone';
|
|
10168
10902
|
}
|
|
10169
|
-
/** @name PalletTreasuryEvent (
|
|
10903
|
+
/** @name PalletTreasuryEvent (119) */
|
|
10170
10904
|
interface PalletTreasuryEvent extends Enum {
|
|
10171
10905
|
readonly isCouldNotDistributeEarningsToBondLot: boolean;
|
|
10172
10906
|
readonly asCouldNotDistributeEarningsToBondLot: {
|
|
@@ -10229,16 +10963,22 @@ declare module '@polkadot/types/lookup' {
|
|
|
10229
10963
|
readonly accountId: AccountId32;
|
|
10230
10964
|
readonly bonds: u32;
|
|
10231
10965
|
} & Struct;
|
|
10232
|
-
readonly
|
|
10966
|
+
readonly isEncumberedBondMicrogonsBurned: boolean;
|
|
10967
|
+
readonly asEncumberedBondMicrogonsBurned: {
|
|
10968
|
+
readonly accountId: AccountId32;
|
|
10969
|
+
readonly burnedAmount: u128;
|
|
10970
|
+
readonly releasedAmount: u128;
|
|
10971
|
+
} & Struct;
|
|
10972
|
+
readonly type: 'CouldNotDistributeEarningsToBondLot' | 'CouldNotTransferToTreasuryReserves' | 'FrameEarningsDistributed' | 'FrameVaultCapitalLocked' | 'CouldNotReleaseBondLot' | 'BondLotPurchased' | 'BondLotReleaseScheduled' | 'BondLotReleased' | 'EncumberedBondMicrogonsBurned';
|
|
10233
10973
|
}
|
|
10234
|
-
/** @name PalletTreasuryBondReleaseReason (
|
|
10974
|
+
/** @name PalletTreasuryBondReleaseReason (120) */
|
|
10235
10975
|
interface PalletTreasuryBondReleaseReason extends Enum {
|
|
10236
10976
|
readonly isUserLiquidation: boolean;
|
|
10237
10977
|
readonly isBumped: boolean;
|
|
10238
10978
|
readonly isVaultClosed: boolean;
|
|
10239
10979
|
readonly type: 'UserLiquidation' | 'Bumped' | 'VaultClosed';
|
|
10240
10980
|
}
|
|
10241
|
-
/** @name PalletFeeControlEvent (
|
|
10981
|
+
/** @name PalletFeeControlEvent (121) */
|
|
10242
10982
|
interface PalletFeeControlEvent extends Enum {
|
|
10243
10983
|
readonly isFeeSkipped: boolean;
|
|
10244
10984
|
readonly asFeeSkipped: {
|
|
@@ -10252,13 +10992,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
10252
10992
|
} & Struct;
|
|
10253
10993
|
readonly type: 'FeeSkipped' | 'FeeDelegated';
|
|
10254
10994
|
}
|
|
10255
|
-
/** @name ArgonRuntimeOriginCaller (
|
|
10995
|
+
/** @name ArgonRuntimeOriginCaller (122) */
|
|
10256
10996
|
interface ArgonRuntimeOriginCaller extends Enum {
|
|
10257
10997
|
readonly isSystem: boolean;
|
|
10258
10998
|
readonly asSystem: FrameSupportDispatchRawOrigin;
|
|
10259
10999
|
readonly type: 'System';
|
|
10260
11000
|
}
|
|
10261
|
-
/** @name FrameSupportDispatchRawOrigin (
|
|
11001
|
+
/** @name FrameSupportDispatchRawOrigin (123) */
|
|
10262
11002
|
interface FrameSupportDispatchRawOrigin extends Enum {
|
|
10263
11003
|
readonly isRoot: boolean;
|
|
10264
11004
|
readonly isSigned: boolean;
|
|
@@ -10267,7 +11007,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
10267
11007
|
readonly isAuthorized: boolean;
|
|
10268
11008
|
readonly type: 'Root' | 'Signed' | 'None' | 'Authorized';
|
|
10269
11009
|
}
|
|
10270
|
-
/** @name PalletOperationalAccountsEvent (
|
|
11010
|
+
/** @name PalletOperationalAccountsEvent (124) */
|
|
10271
11011
|
interface PalletOperationalAccountsEvent extends Enum {
|
|
10272
11012
|
readonly isOperationalAccountRegistered: boolean;
|
|
10273
11013
|
readonly asOperationalAccountRegistered: {
|
|
@@ -10316,13 +11056,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
10316
11056
|
} & Struct;
|
|
10317
11057
|
readonly type: 'OperationalAccountRegistered' | 'AccountWentOperational' | 'OperationalRewardEarned' | 'OperationalRewardsClaimed' | 'RewardsConfigUpdated' | 'OperationalProgressForced' | 'EncryptedServerUpdated';
|
|
10318
11058
|
}
|
|
10319
|
-
/** @name ArgonPrimitivesProvidersOperationalRewardKind (
|
|
11059
|
+
/** @name ArgonPrimitivesProvidersOperationalRewardKind (125) */
|
|
10320
11060
|
interface ArgonPrimitivesProvidersOperationalRewardKind extends Enum {
|
|
10321
11061
|
readonly isActivation: boolean;
|
|
10322
11062
|
readonly isReferralBonus: boolean;
|
|
10323
11063
|
readonly type: 'Activation' | 'ReferralBonus';
|
|
10324
11064
|
}
|
|
10325
|
-
/** @name PalletEthereumVerifierEvent (
|
|
11065
|
+
/** @name PalletEthereumVerifierEvent (126) */
|
|
10326
11066
|
interface PalletEthereumVerifierEvent extends Enum {
|
|
10327
11067
|
readonly isBeaconHeaderImported: boolean;
|
|
10328
11068
|
readonly asBeaconHeaderImported: {
|
|
@@ -10344,41 +11084,195 @@ declare module '@polkadot/types/lookup' {
|
|
|
10344
11084
|
} & Struct;
|
|
10345
11085
|
readonly type: 'BeaconHeaderImported' | 'ExecutionHeaderAnchorImported' | 'SyncCommitteeUpdated' | 'OperatingModeChanged';
|
|
10346
11086
|
}
|
|
10347
|
-
/** @name PalletEthereumVerifierBasicOperatingMode (
|
|
11087
|
+
/** @name PalletEthereumVerifierBasicOperatingMode (127) */
|
|
10348
11088
|
interface PalletEthereumVerifierBasicOperatingMode extends Enum {
|
|
10349
11089
|
readonly isNormal: boolean;
|
|
10350
11090
|
readonly isHalted: boolean;
|
|
10351
11091
|
readonly type: 'Normal' | 'Halted';
|
|
10352
11092
|
}
|
|
10353
|
-
/** @name PalletCrosschainTransferEvent (
|
|
11093
|
+
/** @name PalletCrosschainTransferEvent (128) */
|
|
10354
11094
|
interface PalletCrosschainTransferEvent extends Enum {
|
|
10355
|
-
readonly
|
|
10356
|
-
readonly
|
|
11095
|
+
readonly isTransferToArgonSettled: boolean;
|
|
11096
|
+
readonly asTransferToArgonSettled: {
|
|
11097
|
+
readonly sourceChain: PalletCrosschainTransferSourceChain;
|
|
11098
|
+
readonly transfer: PalletCrosschainTransferTransferToArgonActivity;
|
|
11099
|
+
} & Struct;
|
|
11100
|
+
readonly isGlobalIssuanceCouncilForced: boolean;
|
|
11101
|
+
readonly asGlobalIssuanceCouncilForced: {
|
|
11102
|
+
readonly destinationChain: PalletCrosschainTransferSourceChain;
|
|
11103
|
+
readonly councilHash: H256;
|
|
11104
|
+
} & Struct;
|
|
11105
|
+
readonly isCouncilSignerRegistered: boolean;
|
|
11106
|
+
readonly asCouncilSignerRegistered: {
|
|
11107
|
+
readonly destinationChain: PalletCrosschainTransferSourceChain;
|
|
11108
|
+
readonly accountId: AccountId32;
|
|
11109
|
+
readonly signer: H160;
|
|
11110
|
+
} & Struct;
|
|
11111
|
+
readonly isCouncilSignerRotationQueued: boolean;
|
|
11112
|
+
readonly asCouncilSignerRotationQueued: {
|
|
11113
|
+
readonly destinationChain: PalletCrosschainTransferSourceChain;
|
|
11114
|
+
readonly accountId: AccountId32;
|
|
11115
|
+
readonly signer: H160;
|
|
11116
|
+
} & Struct;
|
|
11117
|
+
readonly isMintingAuthorityRegistered: boolean;
|
|
11118
|
+
readonly asMintingAuthorityRegistered: {
|
|
11119
|
+
readonly destinationChain: PalletCrosschainTransferSourceChain;
|
|
11120
|
+
readonly destinationSigningKey: H160;
|
|
11121
|
+
readonly accountId: AccountId32;
|
|
11122
|
+
readonly approvalQueueNonce: u64;
|
|
11123
|
+
} & Struct;
|
|
11124
|
+
readonly isMintingAuthorityDeactivationQueued: boolean;
|
|
11125
|
+
readonly asMintingAuthorityDeactivationQueued: {
|
|
11126
|
+
readonly destinationChain: PalletCrosschainTransferSourceChain;
|
|
11127
|
+
readonly destinationSigningKey: H160;
|
|
11128
|
+
readonly approvalQueueNonce: u64;
|
|
11129
|
+
} & Struct;
|
|
11130
|
+
readonly isMinimumMintingAuthorityValueSet: boolean;
|
|
11131
|
+
readonly asMinimumMintingAuthorityValueSet: {
|
|
11132
|
+
readonly destinationChain: PalletCrosschainTransferSourceChain;
|
|
11133
|
+
readonly minimumValue: u128;
|
|
11134
|
+
} & Struct;
|
|
11135
|
+
readonly isMintingAuthorityActivationRepaymentPricingSet: boolean;
|
|
11136
|
+
readonly asMintingAuthorityActivationRepaymentPricingSet: {
|
|
11137
|
+
readonly destinationChain: PalletCrosschainTransferSourceChain;
|
|
11138
|
+
} & Struct;
|
|
11139
|
+
readonly isQueueEntryApprovalRecorded: boolean;
|
|
11140
|
+
readonly asQueueEntryApprovalRecorded: {
|
|
11141
|
+
readonly destinationChain: PalletCrosschainTransferSourceChain;
|
|
11142
|
+
readonly target: PalletCrosschainTransferCouncilApprovalTargetId;
|
|
11143
|
+
readonly approvalQueueNonce: u64;
|
|
11144
|
+
} & Struct;
|
|
11145
|
+
readonly isQueueEntryApprovalReady: boolean;
|
|
11146
|
+
readonly asQueueEntryApprovalReady: {
|
|
11147
|
+
readonly destinationChain: PalletCrosschainTransferSourceChain;
|
|
11148
|
+
readonly target: PalletCrosschainTransferCouncilApprovalTargetId;
|
|
11149
|
+
readonly approvalQueueNonce: u64;
|
|
11150
|
+
} & Struct;
|
|
11151
|
+
readonly isMintingAuthorityActivationFinalized: boolean;
|
|
11152
|
+
readonly asMintingAuthorityActivationFinalized: {
|
|
11153
|
+
readonly sourceChain: PalletCrosschainTransferSourceChain;
|
|
11154
|
+
readonly destinationSigningKey: H160;
|
|
11155
|
+
} & Struct;
|
|
11156
|
+
readonly isMintingAuthorityActivationCompleted: boolean;
|
|
11157
|
+
readonly asMintingAuthorityActivationCompleted: {
|
|
11158
|
+
readonly destinationChain: PalletCrosschainTransferSourceChain;
|
|
11159
|
+
readonly destinationSigningKey: H160;
|
|
11160
|
+
readonly relayerArgonAccountId: AccountId32;
|
|
11161
|
+
readonly repaymentAmount: u128;
|
|
11162
|
+
} & Struct;
|
|
11163
|
+
readonly isMintingAuthorityDeactivationFinalized: boolean;
|
|
11164
|
+
readonly asMintingAuthorityDeactivationFinalized: {
|
|
11165
|
+
readonly sourceChain: PalletCrosschainTransferSourceChain;
|
|
11166
|
+
readonly destinationSigningKey: H160;
|
|
11167
|
+
} & Struct;
|
|
11168
|
+
readonly isGatewaySyncPaused: boolean;
|
|
11169
|
+
readonly asGatewaySyncPaused: {
|
|
11170
|
+
readonly sourceChain: PalletCrosschainTransferSourceChain;
|
|
11171
|
+
readonly pause: PalletCrosschainTransferGatewaySyncPause;
|
|
11172
|
+
} & Struct;
|
|
11173
|
+
readonly isGatewayUnpaused: boolean;
|
|
11174
|
+
readonly asGatewayUnpaused: {
|
|
11175
|
+
readonly sourceChain: PalletCrosschainTransferSourceChain;
|
|
11176
|
+
} & Struct;
|
|
11177
|
+
readonly isGatewayStateAdvanced: boolean;
|
|
11178
|
+
readonly asGatewayStateAdvanced: {
|
|
11179
|
+
readonly sourceChain: PalletCrosschainTransferSourceChain;
|
|
11180
|
+
readonly gatewayState: PalletCrosschainTransferGatewayState;
|
|
11181
|
+
} & Struct;
|
|
11182
|
+
readonly isTransferOutStarted: boolean;
|
|
11183
|
+
readonly asTransferOutStarted: {
|
|
11184
|
+
readonly destinationChain: PalletCrosschainTransferSourceChain;
|
|
11185
|
+
readonly transferId: H256;
|
|
11186
|
+
readonly accountId: AccountId32;
|
|
11187
|
+
readonly asset: PalletCrosschainTransferAssetKind;
|
|
11188
|
+
readonly amount: u128;
|
|
11189
|
+
readonly mintingAuthorityTip: u128;
|
|
11190
|
+
} & Struct;
|
|
11191
|
+
readonly isTransferCollateralized: boolean;
|
|
11192
|
+
readonly asTransferCollateralized: {
|
|
11193
|
+
readonly transferId: H256;
|
|
11194
|
+
readonly destinationSigningKey: H160;
|
|
11195
|
+
readonly microgonCollateral: u128;
|
|
11196
|
+
readonly micronotCollateral: u128;
|
|
11197
|
+
} & Struct;
|
|
11198
|
+
readonly isTransferOutReady: boolean;
|
|
11199
|
+
readonly asTransferOutReady: {
|
|
11200
|
+
readonly transferId: H256;
|
|
11201
|
+
} & Struct;
|
|
11202
|
+
readonly isTransferOutFinalized: boolean;
|
|
11203
|
+
readonly asTransferOutFinalized: {
|
|
11204
|
+
readonly sourceChain: PalletCrosschainTransferSourceChain;
|
|
11205
|
+
readonly transferId: H256;
|
|
11206
|
+
} & Struct;
|
|
11207
|
+
readonly isTransferOutCanceled: boolean;
|
|
11208
|
+
readonly asTransferOutCanceled: {
|
|
10357
11209
|
readonly sourceChain: PalletCrosschainTransferSourceChain;
|
|
10358
|
-
readonly
|
|
11210
|
+
readonly transferId: H256;
|
|
11211
|
+
} & Struct;
|
|
11212
|
+
readonly isTransferCollateralInvalidated: boolean;
|
|
11213
|
+
readonly asTransferCollateralInvalidated: {
|
|
11214
|
+
readonly transferId: H256;
|
|
11215
|
+
readonly destinationSigningKey: H160;
|
|
10359
11216
|
} & Struct;
|
|
10360
|
-
readonly type: '
|
|
11217
|
+
readonly type: 'TransferToArgonSettled' | 'GlobalIssuanceCouncilForced' | 'CouncilSignerRegistered' | 'CouncilSignerRotationQueued' | 'MintingAuthorityRegistered' | 'MintingAuthorityDeactivationQueued' | 'MinimumMintingAuthorityValueSet' | 'MintingAuthorityActivationRepaymentPricingSet' | 'QueueEntryApprovalRecorded' | 'QueueEntryApprovalReady' | 'MintingAuthorityActivationFinalized' | 'MintingAuthorityActivationCompleted' | 'MintingAuthorityDeactivationFinalized' | 'GatewaySyncPaused' | 'GatewayUnpaused' | 'GatewayStateAdvanced' | 'TransferOutStarted' | 'TransferCollateralized' | 'TransferOutReady' | 'TransferOutFinalized' | 'TransferOutCanceled' | 'TransferCollateralInvalidated';
|
|
10361
11218
|
}
|
|
10362
|
-
/** @name PalletCrosschainTransferSourceChain (
|
|
11219
|
+
/** @name PalletCrosschainTransferSourceChain (129) */
|
|
10363
11220
|
interface PalletCrosschainTransferSourceChain extends Enum {
|
|
10364
11221
|
readonly isEthereum: boolean;
|
|
10365
11222
|
readonly type: 'Ethereum';
|
|
10366
11223
|
}
|
|
10367
|
-
/** @name
|
|
10368
|
-
interface
|
|
11224
|
+
/** @name PalletCrosschainTransferTransferToArgonActivity (130) */
|
|
11225
|
+
interface PalletCrosschainTransferTransferToArgonActivity extends Struct {
|
|
11226
|
+
readonly gatewayActivityNonce: Compact<u64>;
|
|
10369
11227
|
readonly from: H160;
|
|
11228
|
+
readonly asset: PalletCrosschainTransferAssetKind;
|
|
10370
11229
|
readonly to: AccountId32;
|
|
10371
|
-
readonly
|
|
10372
|
-
readonly amount: u128;
|
|
10373
|
-
readonly accountNonce: Compact<u64>;
|
|
11230
|
+
readonly amount: Compact<u128>;
|
|
10374
11231
|
}
|
|
10375
|
-
/** @name PalletCrosschainTransferAssetKind (
|
|
11232
|
+
/** @name PalletCrosschainTransferAssetKind (133) */
|
|
10376
11233
|
interface PalletCrosschainTransferAssetKind extends Enum {
|
|
10377
11234
|
readonly isArgon: boolean;
|
|
10378
11235
|
readonly isArgonot: boolean;
|
|
10379
11236
|
readonly type: 'Argon' | 'Argonot';
|
|
10380
11237
|
}
|
|
10381
|
-
/** @name
|
|
11238
|
+
/** @name PalletCrosschainTransferCouncilApprovalTargetId (134) */
|
|
11239
|
+
interface PalletCrosschainTransferCouncilApprovalTargetId extends Enum {
|
|
11240
|
+
readonly isMintingAuthorityActivation: boolean;
|
|
11241
|
+
readonly asMintingAuthorityActivation: H160;
|
|
11242
|
+
readonly isMintingAuthorityDeactivation: boolean;
|
|
11243
|
+
readonly asMintingAuthorityDeactivation: H160;
|
|
11244
|
+
readonly isGlobalIssuanceCouncilRotation: boolean;
|
|
11245
|
+
readonly asGlobalIssuanceCouncilRotation: H256;
|
|
11246
|
+
readonly type: 'MintingAuthorityActivation' | 'MintingAuthorityDeactivation' | 'GlobalIssuanceCouncilRotation';
|
|
11247
|
+
}
|
|
11248
|
+
/** @name PalletCrosschainTransferGatewaySyncPause (135) */
|
|
11249
|
+
interface PalletCrosschainTransferGatewaySyncPause extends Struct {
|
|
11250
|
+
readonly lastGoodGatewayActivityNonce: Compact<u64>;
|
|
11251
|
+
readonly failedGatewayActivityNonce: Compact<u64>;
|
|
11252
|
+
readonly reason: PalletCrosschainTransferGatewaySyncPauseReason;
|
|
11253
|
+
}
|
|
11254
|
+
/** @name PalletCrosschainTransferGatewaySyncPauseReason (136) */
|
|
11255
|
+
interface PalletCrosschainTransferGatewaySyncPauseReason extends Enum {
|
|
11256
|
+
readonly isManual: boolean;
|
|
11257
|
+
readonly isMalformedGatewayActivity: boolean;
|
|
11258
|
+
readonly isUnsupportedToken: boolean;
|
|
11259
|
+
readonly isMintingAuthorityNotFound: boolean;
|
|
11260
|
+
readonly isUnexpectedMintingAuthorityState: boolean;
|
|
11261
|
+
readonly isMintingAuthorityMismatch: boolean;
|
|
11262
|
+
readonly isMissingMintingAuthorityActivationRepaymentPricing: boolean;
|
|
11263
|
+
readonly isMintingAuthorityActivationRepaymentMismatch: boolean;
|
|
11264
|
+
readonly isGlobalIssuanceCouncilNotFound: boolean;
|
|
11265
|
+
readonly isGatewayStateDrift: boolean;
|
|
11266
|
+
readonly type: 'Manual' | 'MalformedGatewayActivity' | 'UnsupportedToken' | 'MintingAuthorityNotFound' | 'UnexpectedMintingAuthorityState' | 'MintingAuthorityMismatch' | 'MissingMintingAuthorityActivationRepaymentPricing' | 'MintingAuthorityActivationRepaymentMismatch' | 'GlobalIssuanceCouncilNotFound' | 'GatewayStateDrift';
|
|
11267
|
+
}
|
|
11268
|
+
/** @name PalletCrosschainTransferGatewayState (137) */
|
|
11269
|
+
interface PalletCrosschainTransferGatewayState extends Struct {
|
|
11270
|
+
readonly gatewayActivityNonce: Compact<u64>;
|
|
11271
|
+
readonly argonApprovalsNonce: Compact<u64>;
|
|
11272
|
+
readonly argonCirculation: u128;
|
|
11273
|
+
readonly argonotCirculation: u128;
|
|
11274
|
+
}
|
|
11275
|
+
/** @name FrameSystemPhase (138) */
|
|
10382
11276
|
interface FrameSystemPhase extends Enum {
|
|
10383
11277
|
readonly isApplyExtrinsic: boolean;
|
|
10384
11278
|
readonly asApplyExtrinsic: u32;
|
|
@@ -10386,17 +11280,17 @@ declare module '@polkadot/types/lookup' {
|
|
|
10386
11280
|
readonly isInitialization: boolean;
|
|
10387
11281
|
readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';
|
|
10388
11282
|
}
|
|
10389
|
-
/** @name FrameSystemLastRuntimeUpgradeInfo (
|
|
11283
|
+
/** @name FrameSystemLastRuntimeUpgradeInfo (142) */
|
|
10390
11284
|
interface FrameSystemLastRuntimeUpgradeInfo extends Struct {
|
|
10391
11285
|
readonly specVersion: Compact<u32>;
|
|
10392
11286
|
readonly specName: Text;
|
|
10393
11287
|
}
|
|
10394
|
-
/** @name FrameSystemCodeUpgradeAuthorization (
|
|
11288
|
+
/** @name FrameSystemCodeUpgradeAuthorization (145) */
|
|
10395
11289
|
interface FrameSystemCodeUpgradeAuthorization extends Struct {
|
|
10396
11290
|
readonly codeHash: H256;
|
|
10397
11291
|
readonly checkVersion: bool;
|
|
10398
11292
|
}
|
|
10399
|
-
/** @name FrameSystemCall (
|
|
11293
|
+
/** @name FrameSystemCall (146) */
|
|
10400
11294
|
interface FrameSystemCall extends Enum {
|
|
10401
11295
|
readonly isRemark: boolean;
|
|
10402
11296
|
readonly asRemark: {
|
|
@@ -10445,42 +11339,42 @@ declare module '@polkadot/types/lookup' {
|
|
|
10445
11339
|
} & Struct;
|
|
10446
11340
|
readonly type: 'Remark' | 'SetHeapPages' | 'SetCode' | 'SetCodeWithoutChecks' | 'SetStorage' | 'KillStorage' | 'KillPrefix' | 'RemarkWithEvent' | 'AuthorizeUpgrade' | 'AuthorizeUpgradeWithoutChecks' | 'ApplyAuthorizedUpgrade';
|
|
10447
11341
|
}
|
|
10448
|
-
/** @name FrameSystemLimitsBlockWeights (
|
|
11342
|
+
/** @name FrameSystemLimitsBlockWeights (150) */
|
|
10449
11343
|
interface FrameSystemLimitsBlockWeights extends Struct {
|
|
10450
11344
|
readonly baseBlock: SpWeightsWeightV2Weight;
|
|
10451
11345
|
readonly maxBlock: SpWeightsWeightV2Weight;
|
|
10452
11346
|
readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;
|
|
10453
11347
|
}
|
|
10454
|
-
/** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (
|
|
11348
|
+
/** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (151) */
|
|
10455
11349
|
interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct {
|
|
10456
11350
|
readonly normal: FrameSystemLimitsWeightsPerClass;
|
|
10457
11351
|
readonly operational: FrameSystemLimitsWeightsPerClass;
|
|
10458
11352
|
readonly mandatory: FrameSystemLimitsWeightsPerClass;
|
|
10459
11353
|
}
|
|
10460
|
-
/** @name FrameSystemLimitsWeightsPerClass (
|
|
11354
|
+
/** @name FrameSystemLimitsWeightsPerClass (152) */
|
|
10461
11355
|
interface FrameSystemLimitsWeightsPerClass extends Struct {
|
|
10462
11356
|
readonly baseExtrinsic: SpWeightsWeightV2Weight;
|
|
10463
11357
|
readonly maxExtrinsic: Option<SpWeightsWeightV2Weight>;
|
|
10464
11358
|
readonly maxTotal: Option<SpWeightsWeightV2Weight>;
|
|
10465
11359
|
readonly reserved: Option<SpWeightsWeightV2Weight>;
|
|
10466
11360
|
}
|
|
10467
|
-
/** @name FrameSystemLimitsBlockLength (
|
|
11361
|
+
/** @name FrameSystemLimitsBlockLength (154) */
|
|
10468
11362
|
interface FrameSystemLimitsBlockLength extends Struct {
|
|
10469
11363
|
readonly max: FrameSupportDispatchPerDispatchClassU32;
|
|
10470
11364
|
readonly maxHeaderSize: Option<u32>;
|
|
10471
11365
|
}
|
|
10472
|
-
/** @name FrameSupportDispatchPerDispatchClassU32 (
|
|
11366
|
+
/** @name FrameSupportDispatchPerDispatchClassU32 (155) */
|
|
10473
11367
|
interface FrameSupportDispatchPerDispatchClassU32 extends Struct {
|
|
10474
11368
|
readonly normal: u32;
|
|
10475
11369
|
readonly operational: u32;
|
|
10476
11370
|
readonly mandatory: u32;
|
|
10477
11371
|
}
|
|
10478
|
-
/** @name SpWeightsRuntimeDbWeight (
|
|
11372
|
+
/** @name SpWeightsRuntimeDbWeight (157) */
|
|
10479
11373
|
interface SpWeightsRuntimeDbWeight extends Struct {
|
|
10480
11374
|
readonly read: u64;
|
|
10481
11375
|
readonly write: u64;
|
|
10482
11376
|
}
|
|
10483
|
-
/** @name SpVersionRuntimeVersion (
|
|
11377
|
+
/** @name SpVersionRuntimeVersion (158) */
|
|
10484
11378
|
interface SpVersionRuntimeVersion extends Struct {
|
|
10485
11379
|
readonly specName: Text;
|
|
10486
11380
|
readonly implName: Text;
|
|
@@ -10491,7 +11385,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
10491
11385
|
readonly transactionVersion: u32;
|
|
10492
11386
|
readonly systemVersion: u8;
|
|
10493
11387
|
}
|
|
10494
|
-
/** @name FrameSystemError (
|
|
11388
|
+
/** @name FrameSystemError (163) */
|
|
10495
11389
|
interface FrameSystemError extends Enum {
|
|
10496
11390
|
readonly isInvalidSpecName: boolean;
|
|
10497
11391
|
readonly isSpecVersionNeedsToIncrease: boolean;
|
|
@@ -10504,7 +11398,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
10504
11398
|
readonly isUnauthorized: boolean;
|
|
10505
11399
|
readonly type: 'InvalidSpecName' | 'SpecVersionNeedsToIncrease' | 'FailedToExtractRuntimeVersion' | 'NonDefaultComposite' | 'NonZeroRefCount' | 'CallFiltered' | 'MultiBlockMigrationsOngoing' | 'NothingAuthorized' | 'Unauthorized';
|
|
10506
11400
|
}
|
|
10507
|
-
/** @name ArgonPrimitivesDigestsDigestset (
|
|
11401
|
+
/** @name ArgonPrimitivesDigestsDigestset (164) */
|
|
10508
11402
|
interface ArgonPrimitivesDigestsDigestset extends Struct {
|
|
10509
11403
|
readonly author: AccountId32;
|
|
10510
11404
|
readonly blockVote: ArgonPrimitivesDigestsBlockVoteDigest;
|
|
@@ -10514,16 +11408,16 @@ declare module '@polkadot/types/lookup' {
|
|
|
10514
11408
|
readonly tick: u64;
|
|
10515
11409
|
readonly notebooks: ArgonPrimitivesDigestsNotebookDigest;
|
|
10516
11410
|
}
|
|
10517
|
-
/** @name ArgonPrimitivesDigestsBlockVoteDigest (
|
|
11411
|
+
/** @name ArgonPrimitivesDigestsBlockVoteDigest (165) */
|
|
10518
11412
|
interface ArgonPrimitivesDigestsBlockVoteDigest extends Struct {
|
|
10519
11413
|
readonly votingPower: Compact<u128>;
|
|
10520
11414
|
readonly votesCount: Compact<u32>;
|
|
10521
11415
|
}
|
|
10522
|
-
/** @name ArgonPrimitivesDigestsParentVotingKeyDigest (
|
|
11416
|
+
/** @name ArgonPrimitivesDigestsParentVotingKeyDigest (167) */
|
|
10523
11417
|
interface ArgonPrimitivesDigestsParentVotingKeyDigest extends Struct {
|
|
10524
11418
|
readonly parentVotingKey: Option<H256>;
|
|
10525
11419
|
}
|
|
10526
|
-
/** @name ArgonPrimitivesForkPower (
|
|
11420
|
+
/** @name ArgonPrimitivesForkPower (170) */
|
|
10527
11421
|
interface ArgonPrimitivesForkPower extends Struct {
|
|
10528
11422
|
readonly isLatestVote: bool;
|
|
10529
11423
|
readonly notebooks: Compact<u64>;
|
|
@@ -10533,24 +11427,24 @@ declare module '@polkadot/types/lookup' {
|
|
|
10533
11427
|
readonly voteCreatedBlocks: Compact<u128>;
|
|
10534
11428
|
readonly minerNonceScore: Option<U256>;
|
|
10535
11429
|
}
|
|
10536
|
-
/** @name ArgonPrimitivesDigestsFrameInfo (
|
|
11430
|
+
/** @name ArgonPrimitivesDigestsFrameInfo (175) */
|
|
10537
11431
|
interface ArgonPrimitivesDigestsFrameInfo extends Struct {
|
|
10538
11432
|
readonly frameId: Compact<u64>;
|
|
10539
11433
|
readonly frameRewardTicksRemaining: Compact<u32>;
|
|
10540
11434
|
readonly isNewFrame: bool;
|
|
10541
11435
|
}
|
|
10542
|
-
/** @name ArgonPrimitivesDigestsNotebookDigest (
|
|
11436
|
+
/** @name ArgonPrimitivesDigestsNotebookDigest (177) */
|
|
10543
11437
|
interface ArgonPrimitivesDigestsNotebookDigest extends Struct {
|
|
10544
11438
|
readonly notebooks: Vec<ArgonPrimitivesNotebookNotebookAuditResult>;
|
|
10545
11439
|
}
|
|
10546
|
-
/** @name ArgonPrimitivesNotebookNotebookAuditResult (
|
|
11440
|
+
/** @name ArgonPrimitivesNotebookNotebookAuditResult (179) */
|
|
10547
11441
|
interface ArgonPrimitivesNotebookNotebookAuditResult extends Struct {
|
|
10548
11442
|
readonly notaryId: Compact<u32>;
|
|
10549
11443
|
readonly notebookNumber: Compact<u32>;
|
|
10550
11444
|
readonly tick: Compact<u64>;
|
|
10551
11445
|
readonly auditFirstFailure: Option<ArgonNotaryAuditErrorVerifyError>;
|
|
10552
11446
|
}
|
|
10553
|
-
/** @name PalletDigestsError (
|
|
11447
|
+
/** @name PalletDigestsError (182) */
|
|
10554
11448
|
interface PalletDigestsError extends Enum {
|
|
10555
11449
|
readonly isDuplicateBlockVoteDigest: boolean;
|
|
10556
11450
|
readonly isDuplicateAuthorDigest: boolean;
|
|
@@ -10567,7 +11461,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
10567
11461
|
readonly isDuplicateFrameInfoDigest: boolean;
|
|
10568
11462
|
readonly type: 'DuplicateBlockVoteDigest' | 'DuplicateAuthorDigest' | 'DuplicateTickDigest' | 'DuplicateParentVotingKeyDigest' | 'DuplicateNotebookDigest' | 'DuplicateForkPowerDigest' | 'MissingBlockVoteDigest' | 'MissingAuthorDigest' | 'MissingTickDigest' | 'MissingParentVotingKeyDigest' | 'MissingNotebookDigest' | 'CouldNotDecodeDigest' | 'DuplicateFrameInfoDigest';
|
|
10569
11463
|
}
|
|
10570
|
-
/** @name PalletTimestampCall (
|
|
11464
|
+
/** @name PalletTimestampCall (183) */
|
|
10571
11465
|
interface PalletTimestampCall extends Enum {
|
|
10572
11466
|
readonly isSet: boolean;
|
|
10573
11467
|
readonly asSet: {
|
|
@@ -10575,14 +11469,14 @@ declare module '@polkadot/types/lookup' {
|
|
|
10575
11469
|
} & Struct;
|
|
10576
11470
|
readonly type: 'Set';
|
|
10577
11471
|
}
|
|
10578
|
-
/** @name PalletMultisigMultisig (
|
|
11472
|
+
/** @name PalletMultisigMultisig (185) */
|
|
10579
11473
|
interface PalletMultisigMultisig extends Struct {
|
|
10580
11474
|
readonly when: PalletMultisigTimepoint;
|
|
10581
11475
|
readonly deposit: u128;
|
|
10582
11476
|
readonly depositor: AccountId32;
|
|
10583
11477
|
readonly approvals: Vec<AccountId32>;
|
|
10584
11478
|
}
|
|
10585
|
-
/** @name PalletMultisigCall (
|
|
11479
|
+
/** @name PalletMultisigCall (188) */
|
|
10586
11480
|
interface PalletMultisigCall extends Enum {
|
|
10587
11481
|
readonly isAsMultiThreshold1: boolean;
|
|
10588
11482
|
readonly asAsMultiThreshold1: {
|
|
@@ -10620,7 +11514,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
10620
11514
|
} & Struct;
|
|
10621
11515
|
readonly type: 'AsMultiThreshold1' | 'AsMulti' | 'ApproveAsMulti' | 'CancelAsMulti' | 'PokeDeposit';
|
|
10622
11516
|
}
|
|
10623
|
-
/** @name PalletProxyCall (
|
|
11517
|
+
/** @name PalletProxyCall (190) */
|
|
10624
11518
|
interface PalletProxyCall extends Enum {
|
|
10625
11519
|
readonly isProxy: boolean;
|
|
10626
11520
|
readonly asProxy: {
|
|
@@ -10680,9 +11574,9 @@ declare module '@polkadot/types/lookup' {
|
|
|
10680
11574
|
readonly isPokeDeposit: boolean;
|
|
10681
11575
|
readonly type: 'Proxy' | 'AddProxy' | 'RemoveProxy' | 'RemoveProxies' | 'CreatePure' | 'KillPure' | 'Announce' | 'RemoveAnnouncement' | 'RejectAnnouncement' | 'ProxyAnnounced' | 'PokeDeposit';
|
|
10682
11576
|
}
|
|
10683
|
-
/** @name PalletTicksCall (
|
|
11577
|
+
/** @name PalletTicksCall (194) */
|
|
10684
11578
|
type PalletTicksCall = Null;
|
|
10685
|
-
/** @name PalletMiningSlotCall (
|
|
11579
|
+
/** @name PalletMiningSlotCall (195) */
|
|
10686
11580
|
interface PalletMiningSlotCall extends Enum {
|
|
10687
11581
|
readonly isBid: boolean;
|
|
10688
11582
|
readonly asBid: {
|
|
@@ -10697,7 +11591,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
10697
11591
|
} & Struct;
|
|
10698
11592
|
readonly type: 'Bid' | 'ConfigureMiningSlotDelay';
|
|
10699
11593
|
}
|
|
10700
|
-
/** @name PalletBitcoinUtxosCall (
|
|
11594
|
+
/** @name PalletBitcoinUtxosCall (196) */
|
|
10701
11595
|
interface PalletBitcoinUtxosCall extends Enum {
|
|
10702
11596
|
readonly isSync: boolean;
|
|
10703
11597
|
readonly asSync: {
|
|
@@ -10724,19 +11618,19 @@ declare module '@polkadot/types/lookup' {
|
|
|
10724
11618
|
} & Struct;
|
|
10725
11619
|
readonly type: 'Sync' | 'SetConfirmedBlock' | 'SetOperator' | 'FundWithUtxoCandidate' | 'RejectUtxoCandidate';
|
|
10726
11620
|
}
|
|
10727
|
-
/** @name ArgonPrimitivesInherentsBitcoinUtxoSync (
|
|
11621
|
+
/** @name ArgonPrimitivesInherentsBitcoinUtxoSync (197) */
|
|
10728
11622
|
interface ArgonPrimitivesInherentsBitcoinUtxoSync extends Struct {
|
|
10729
11623
|
readonly spent: Vec<ArgonPrimitivesInherentsBitcoinUtxoSpend>;
|
|
10730
11624
|
readonly funded: Vec<ArgonPrimitivesInherentsBitcoinUtxoFunding>;
|
|
10731
11625
|
readonly syncToBlock: ArgonPrimitivesBitcoinBitcoinBlock;
|
|
10732
11626
|
}
|
|
10733
|
-
/** @name ArgonPrimitivesInherentsBitcoinUtxoSpend (
|
|
11627
|
+
/** @name ArgonPrimitivesInherentsBitcoinUtxoSpend (199) */
|
|
10734
11628
|
interface ArgonPrimitivesInherentsBitcoinUtxoSpend extends Struct {
|
|
10735
11629
|
readonly utxoId: Compact<u64>;
|
|
10736
11630
|
readonly utxoRef: Option<ArgonPrimitivesBitcoinUtxoRef>;
|
|
10737
11631
|
readonly bitcoinHeight: Compact<u64>;
|
|
10738
11632
|
}
|
|
10739
|
-
/** @name ArgonPrimitivesInherentsBitcoinUtxoFunding (
|
|
11633
|
+
/** @name ArgonPrimitivesInherentsBitcoinUtxoFunding (202) */
|
|
10740
11634
|
interface ArgonPrimitivesInherentsBitcoinUtxoFunding extends Struct {
|
|
10741
11635
|
readonly utxoId: Compact<u64>;
|
|
10742
11636
|
readonly utxoRef: ArgonPrimitivesBitcoinUtxoRef;
|
|
@@ -10744,12 +11638,12 @@ declare module '@polkadot/types/lookup' {
|
|
|
10744
11638
|
readonly expectedSatoshis: Compact<u64>;
|
|
10745
11639
|
readonly bitcoinHeight: Compact<u64>;
|
|
10746
11640
|
}
|
|
10747
|
-
/** @name ArgonPrimitivesBitcoinBitcoinBlock (
|
|
11641
|
+
/** @name ArgonPrimitivesBitcoinBitcoinBlock (203) */
|
|
10748
11642
|
interface ArgonPrimitivesBitcoinBitcoinBlock extends Struct {
|
|
10749
11643
|
readonly blockHeight: Compact<u64>;
|
|
10750
11644
|
readonly blockHash: ArgonPrimitivesBitcoinH256Le;
|
|
10751
11645
|
}
|
|
10752
|
-
/** @name PalletVaultsCall (
|
|
11646
|
+
/** @name PalletVaultsCall (204) */
|
|
10753
11647
|
interface PalletVaultsCall extends Enum {
|
|
10754
11648
|
readonly isCreate: boolean;
|
|
10755
11649
|
readonly asCreate: {
|
|
@@ -10787,9 +11681,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
10787
11681
|
readonly asSetName: {
|
|
10788
11682
|
readonly name: Option<Bytes>;
|
|
10789
11683
|
} & Struct;
|
|
10790
|
-
readonly
|
|
11684
|
+
readonly isSetCommittedArgonots: boolean;
|
|
11685
|
+
readonly asSetCommittedArgonots: {
|
|
11686
|
+
readonly amount: Compact<u128>;
|
|
11687
|
+
} & Struct;
|
|
11688
|
+
readonly type: 'Create' | 'ModifyFunding' | 'ModifyTerms' | 'Close' | 'ReplaceBitcoinXpub' | 'Collect' | 'SetBitcoinLockDelegate' | 'SetName' | 'SetCommittedArgonots';
|
|
10791
11689
|
}
|
|
10792
|
-
/** @name PalletVaultsVaultConfig (
|
|
11690
|
+
/** @name PalletVaultsVaultConfig (205) */
|
|
10793
11691
|
interface PalletVaultsVaultConfig extends Struct {
|
|
10794
11692
|
readonly terms: ArgonPrimitivesVaultVaultTerms;
|
|
10795
11693
|
readonly name: Option<Bytes>;
|
|
@@ -10797,16 +11695,16 @@ declare module '@polkadot/types/lookup' {
|
|
|
10797
11695
|
readonly bitcoinXpubkey: ArgonPrimitivesBitcoinOpaqueBitcoinXpub;
|
|
10798
11696
|
readonly securitizationRatio: Compact<u128>;
|
|
10799
11697
|
}
|
|
10800
|
-
/** @name ArgonPrimitivesVaultVaultTerms (
|
|
11698
|
+
/** @name ArgonPrimitivesVaultVaultTerms (206) */
|
|
10801
11699
|
interface ArgonPrimitivesVaultVaultTerms extends Struct {
|
|
10802
11700
|
readonly bitcoinAnnualPercentRate: Compact<u128>;
|
|
10803
11701
|
readonly bitcoinBaseFee: Compact<u128>;
|
|
10804
11702
|
readonly treasuryProfitSharing: Compact<Permill>;
|
|
10805
11703
|
}
|
|
10806
|
-
/** @name ArgonPrimitivesBitcoinOpaqueBitcoinXpub (
|
|
11704
|
+
/** @name ArgonPrimitivesBitcoinOpaqueBitcoinXpub (212) */
|
|
10807
11705
|
interface ArgonPrimitivesBitcoinOpaqueBitcoinXpub extends U8aFixed {
|
|
10808
11706
|
}
|
|
10809
|
-
/** @name PalletBitcoinLocksCall (
|
|
11707
|
+
/** @name PalletBitcoinLocksCall (214) */
|
|
10810
11708
|
interface PalletBitcoinLocksCall extends Enum {
|
|
10811
11709
|
readonly isInitialize: boolean;
|
|
10812
11710
|
readonly asInitialize: {
|
|
@@ -10862,18 +11760,18 @@ declare module '@polkadot/types/lookup' {
|
|
|
10862
11760
|
} & Struct;
|
|
10863
11761
|
readonly type: 'Initialize' | 'RequestRelease' | 'CosignRelease' | 'Ratchet' | 'AdminModifyMinimumLockedSats' | 'RequestOrphanedUtxoRelease' | 'CosignOrphanedUtxoRelease' | 'InitializeFor' | 'IncreaseSecuritization';
|
|
10864
11762
|
}
|
|
10865
|
-
/** @name ArgonPrimitivesBitcoinCompressedBitcoinPubkey (
|
|
11763
|
+
/** @name ArgonPrimitivesBitcoinCompressedBitcoinPubkey (215) */
|
|
10866
11764
|
interface ArgonPrimitivesBitcoinCompressedBitcoinPubkey extends U8aFixed {
|
|
10867
11765
|
}
|
|
10868
|
-
/** @name PalletBitcoinLocksLockOptions (
|
|
11766
|
+
/** @name PalletBitcoinLocksLockOptions (218) */
|
|
10869
11767
|
interface PalletBitcoinLocksLockOptions extends Enum {
|
|
10870
11768
|
readonly isV1: boolean;
|
|
10871
11769
|
readonly asV1: {
|
|
10872
|
-
readonly
|
|
11770
|
+
readonly microgonsAtTargetPerBtc: Option<u128>;
|
|
10873
11771
|
} & Struct;
|
|
10874
11772
|
readonly type: 'V1';
|
|
10875
11773
|
}
|
|
10876
|
-
/** @name PalletNotariesCall (
|
|
11774
|
+
/** @name PalletNotariesCall (221) */
|
|
10877
11775
|
interface PalletNotariesCall extends Enum {
|
|
10878
11776
|
readonly isPropose: boolean;
|
|
10879
11777
|
readonly asPropose: {
|
|
@@ -10891,7 +11789,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
10891
11789
|
} & Struct;
|
|
10892
11790
|
readonly type: 'Propose' | 'Activate' | 'Update';
|
|
10893
11791
|
}
|
|
10894
|
-
/** @name PalletNotebookCall (
|
|
11792
|
+
/** @name PalletNotebookCall (222) */
|
|
10895
11793
|
interface PalletNotebookCall extends Enum {
|
|
10896
11794
|
readonly isSubmit: boolean;
|
|
10897
11795
|
readonly asSubmit: {
|
|
@@ -10903,12 +11801,12 @@ declare module '@polkadot/types/lookup' {
|
|
|
10903
11801
|
} & Struct;
|
|
10904
11802
|
readonly type: 'Submit' | 'Unlock';
|
|
10905
11803
|
}
|
|
10906
|
-
/** @name ArgonPrimitivesNotebookSignedNotebookHeader (
|
|
11804
|
+
/** @name ArgonPrimitivesNotebookSignedNotebookHeader (224) */
|
|
10907
11805
|
interface ArgonPrimitivesNotebookSignedNotebookHeader extends Struct {
|
|
10908
11806
|
readonly header: ArgonPrimitivesNotebookNotebookHeader;
|
|
10909
11807
|
readonly signature: U8aFixed;
|
|
10910
11808
|
}
|
|
10911
|
-
/** @name ArgonPrimitivesNotebookNotebookHeader (
|
|
11809
|
+
/** @name ArgonPrimitivesNotebookNotebookHeader (225) */
|
|
10912
11810
|
interface ArgonPrimitivesNotebookNotebookHeader extends Struct {
|
|
10913
11811
|
readonly version: Compact<u16>;
|
|
10914
11812
|
readonly notebookNumber: Compact<u32>;
|
|
@@ -10926,7 +11824,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
10926
11824
|
readonly parentSecret: Option<H256>;
|
|
10927
11825
|
readonly domains: Vec<ITuple<[H256, AccountId32]>>;
|
|
10928
11826
|
}
|
|
10929
|
-
/** @name ArgonPrimitivesNotebookChainTransfer (
|
|
11827
|
+
/** @name ArgonPrimitivesNotebookChainTransfer (228) */
|
|
10930
11828
|
interface ArgonPrimitivesNotebookChainTransfer extends Enum {
|
|
10931
11829
|
readonly isToMainchain: boolean;
|
|
10932
11830
|
readonly asToMainchain: {
|
|
@@ -10939,12 +11837,12 @@ declare module '@polkadot/types/lookup' {
|
|
|
10939
11837
|
} & Struct;
|
|
10940
11838
|
readonly type: 'ToMainchain' | 'ToLocalchain';
|
|
10941
11839
|
}
|
|
10942
|
-
/** @name ArgonPrimitivesBalanceChangeAccountOrigin (
|
|
11840
|
+
/** @name ArgonPrimitivesBalanceChangeAccountOrigin (231) */
|
|
10943
11841
|
interface ArgonPrimitivesBalanceChangeAccountOrigin extends Struct {
|
|
10944
11842
|
readonly notebookNumber: Compact<u32>;
|
|
10945
11843
|
readonly accountUid: Compact<u32>;
|
|
10946
11844
|
}
|
|
10947
|
-
/** @name PalletLocalchainTransferCall (
|
|
11845
|
+
/** @name PalletLocalchainTransferCall (238) */
|
|
10948
11846
|
interface PalletLocalchainTransferCall extends Enum {
|
|
10949
11847
|
readonly isSendToLocalchain: boolean;
|
|
10950
11848
|
readonly asSendToLocalchain: {
|
|
@@ -10953,7 +11851,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
10953
11851
|
} & Struct;
|
|
10954
11852
|
readonly type: 'SendToLocalchain';
|
|
10955
11853
|
}
|
|
10956
|
-
/** @name PalletBlockSealSpecCall (
|
|
11854
|
+
/** @name PalletBlockSealSpecCall (239) */
|
|
10957
11855
|
interface PalletBlockSealSpecCall extends Enum {
|
|
10958
11856
|
readonly isConfigure: boolean;
|
|
10959
11857
|
readonly asConfigure: {
|
|
@@ -10962,7 +11860,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
10962
11860
|
} & Struct;
|
|
10963
11861
|
readonly type: 'Configure';
|
|
10964
11862
|
}
|
|
10965
|
-
/** @name PalletDomainsCall (
|
|
11863
|
+
/** @name PalletDomainsCall (240) */
|
|
10966
11864
|
interface PalletDomainsCall extends Enum {
|
|
10967
11865
|
readonly isSetZoneRecord: boolean;
|
|
10968
11866
|
readonly asSetZoneRecord: {
|
|
@@ -10971,7 +11869,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
10971
11869
|
} & Struct;
|
|
10972
11870
|
readonly type: 'SetZoneRecord';
|
|
10973
11871
|
}
|
|
10974
|
-
/** @name PalletPriceIndexCall (
|
|
11872
|
+
/** @name PalletPriceIndexCall (241) */
|
|
10975
11873
|
interface PalletPriceIndexCall extends Enum {
|
|
10976
11874
|
readonly isSubmit: boolean;
|
|
10977
11875
|
readonly asSubmit: {
|
|
@@ -10983,7 +11881,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
10983
11881
|
} & Struct;
|
|
10984
11882
|
readonly type: 'Submit' | 'SetOperator';
|
|
10985
11883
|
}
|
|
10986
|
-
/** @name PalletPriceIndexPriceIndex (
|
|
11884
|
+
/** @name PalletPriceIndexPriceIndex (242) */
|
|
10987
11885
|
interface PalletPriceIndexPriceIndex extends Struct {
|
|
10988
11886
|
readonly btcUsdPrice: Compact<u128>;
|
|
10989
11887
|
readonly argonotUsdPrice: u128;
|
|
@@ -10992,7 +11890,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
10992
11890
|
readonly argonTimeWeightedAverageLiquidity: u128;
|
|
10993
11891
|
readonly tick: Compact<u64>;
|
|
10994
11892
|
}
|
|
10995
|
-
/** @name PalletGrandpaCall (
|
|
11893
|
+
/** @name PalletGrandpaCall (243) */
|
|
10996
11894
|
interface PalletGrandpaCall extends Enum {
|
|
10997
11895
|
readonly isReportEquivocation: boolean;
|
|
10998
11896
|
readonly asReportEquivocation: {
|
|
@@ -11011,12 +11909,12 @@ declare module '@polkadot/types/lookup' {
|
|
|
11011
11909
|
} & Struct;
|
|
11012
11910
|
readonly type: 'ReportEquivocation' | 'ReportEquivocationUnsigned' | 'NoteStalled';
|
|
11013
11911
|
}
|
|
11014
|
-
/** @name SpConsensusGrandpaEquivocationProof (
|
|
11912
|
+
/** @name SpConsensusGrandpaEquivocationProof (244) */
|
|
11015
11913
|
interface SpConsensusGrandpaEquivocationProof extends Struct {
|
|
11016
11914
|
readonly setId: u64;
|
|
11017
11915
|
readonly equivocation: SpConsensusGrandpaEquivocation;
|
|
11018
11916
|
}
|
|
11019
|
-
/** @name SpConsensusGrandpaEquivocation (
|
|
11917
|
+
/** @name SpConsensusGrandpaEquivocation (245) */
|
|
11020
11918
|
interface SpConsensusGrandpaEquivocation extends Enum {
|
|
11021
11919
|
readonly isPrevote: boolean;
|
|
11022
11920
|
readonly asPrevote: FinalityGrandpaEquivocationPrevote;
|
|
@@ -11024,36 +11922,36 @@ declare module '@polkadot/types/lookup' {
|
|
|
11024
11922
|
readonly asPrecommit: FinalityGrandpaEquivocationPrecommit;
|
|
11025
11923
|
readonly type: 'Prevote' | 'Precommit';
|
|
11026
11924
|
}
|
|
11027
|
-
/** @name FinalityGrandpaEquivocationPrevote (
|
|
11925
|
+
/** @name FinalityGrandpaEquivocationPrevote (246) */
|
|
11028
11926
|
interface FinalityGrandpaEquivocationPrevote extends Struct {
|
|
11029
11927
|
readonly roundNumber: u64;
|
|
11030
11928
|
readonly identity: SpConsensusGrandpaAppPublic;
|
|
11031
11929
|
readonly first: ITuple<[FinalityGrandpaPrevote, SpConsensusGrandpaAppSignature]>;
|
|
11032
11930
|
readonly second: ITuple<[FinalityGrandpaPrevote, SpConsensusGrandpaAppSignature]>;
|
|
11033
11931
|
}
|
|
11034
|
-
/** @name FinalityGrandpaPrevote (
|
|
11932
|
+
/** @name FinalityGrandpaPrevote (247) */
|
|
11035
11933
|
interface FinalityGrandpaPrevote extends Struct {
|
|
11036
11934
|
readonly targetHash: H256;
|
|
11037
11935
|
readonly targetNumber: u32;
|
|
11038
11936
|
}
|
|
11039
|
-
/** @name SpConsensusGrandpaAppSignature (
|
|
11937
|
+
/** @name SpConsensusGrandpaAppSignature (248) */
|
|
11040
11938
|
interface SpConsensusGrandpaAppSignature extends U8aFixed {
|
|
11041
11939
|
}
|
|
11042
|
-
/** @name FinalityGrandpaEquivocationPrecommit (
|
|
11940
|
+
/** @name FinalityGrandpaEquivocationPrecommit (250) */
|
|
11043
11941
|
interface FinalityGrandpaEquivocationPrecommit extends Struct {
|
|
11044
11942
|
readonly roundNumber: u64;
|
|
11045
11943
|
readonly identity: SpConsensusGrandpaAppPublic;
|
|
11046
11944
|
readonly first: ITuple<[FinalityGrandpaPrecommit, SpConsensusGrandpaAppSignature]>;
|
|
11047
11945
|
readonly second: ITuple<[FinalityGrandpaPrecommit, SpConsensusGrandpaAppSignature]>;
|
|
11048
11946
|
}
|
|
11049
|
-
/** @name FinalityGrandpaPrecommit (
|
|
11947
|
+
/** @name FinalityGrandpaPrecommit (251) */
|
|
11050
11948
|
interface FinalityGrandpaPrecommit extends Struct {
|
|
11051
11949
|
readonly targetHash: H256;
|
|
11052
11950
|
readonly targetNumber: u32;
|
|
11053
11951
|
}
|
|
11054
|
-
/** @name SpCoreVoid (
|
|
11952
|
+
/** @name SpCoreVoid (253) */
|
|
11055
11953
|
type SpCoreVoid = Null;
|
|
11056
|
-
/** @name PalletBlockSealCall (
|
|
11954
|
+
/** @name PalletBlockSealCall (254) */
|
|
11057
11955
|
interface PalletBlockSealCall extends Enum {
|
|
11058
11956
|
readonly isApply: boolean;
|
|
11059
11957
|
readonly asApply: {
|
|
@@ -11061,7 +11959,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
11061
11959
|
} & Struct;
|
|
11062
11960
|
readonly type: 'Apply';
|
|
11063
11961
|
}
|
|
11064
|
-
/** @name ArgonPrimitivesInherentsBlockSealInherent (
|
|
11962
|
+
/** @name ArgonPrimitivesInherentsBlockSealInherent (255) */
|
|
11065
11963
|
interface ArgonPrimitivesInherentsBlockSealInherent extends Enum {
|
|
11066
11964
|
readonly isVote: boolean;
|
|
11067
11965
|
readonly asVote: {
|
|
@@ -11075,13 +11973,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
11075
11973
|
readonly isCompute: boolean;
|
|
11076
11974
|
readonly type: 'Vote' | 'Compute';
|
|
11077
11975
|
}
|
|
11078
|
-
/** @name ArgonPrimitivesBalanceChangeMerkleProof (
|
|
11976
|
+
/** @name ArgonPrimitivesBalanceChangeMerkleProof (256) */
|
|
11079
11977
|
interface ArgonPrimitivesBalanceChangeMerkleProof extends Struct {
|
|
11080
11978
|
readonly proof: Vec<H256>;
|
|
11081
11979
|
readonly numberOfLeaves: Compact<u32>;
|
|
11082
11980
|
readonly leafIndex: Compact<u32>;
|
|
11083
11981
|
}
|
|
11084
|
-
/** @name ArgonPrimitivesBlockVoteBlockVoteT (
|
|
11982
|
+
/** @name ArgonPrimitivesBlockVoteBlockVoteT (258) */
|
|
11085
11983
|
interface ArgonPrimitivesBlockVoteBlockVoteT extends Struct {
|
|
11086
11984
|
readonly accountId: AccountId32;
|
|
11087
11985
|
readonly blockHash: H256;
|
|
@@ -11091,7 +11989,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
11091
11989
|
readonly blockRewardsAccountId: AccountId32;
|
|
11092
11990
|
readonly tick: Compact<u64>;
|
|
11093
11991
|
}
|
|
11094
|
-
/** @name SpRuntimeMultiSignature (
|
|
11992
|
+
/** @name SpRuntimeMultiSignature (259) */
|
|
11095
11993
|
interface SpRuntimeMultiSignature extends Enum {
|
|
11096
11994
|
readonly isEd25519: boolean;
|
|
11097
11995
|
readonly asEd25519: U8aFixed;
|
|
@@ -11103,7 +12001,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
11103
12001
|
readonly asEth: U8aFixed;
|
|
11104
12002
|
readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa' | 'Eth';
|
|
11105
12003
|
}
|
|
11106
|
-
/** @name PalletBlockRewardsCall (
|
|
12004
|
+
/** @name PalletBlockRewardsCall (261) */
|
|
11107
12005
|
interface PalletBlockRewardsCall extends Enum {
|
|
11108
12006
|
readonly isSetBlockRewardsPaused: boolean;
|
|
11109
12007
|
readonly asSetBlockRewardsPaused: {
|
|
@@ -11111,9 +12009,9 @@ declare module '@polkadot/types/lookup' {
|
|
|
11111
12009
|
} & Struct;
|
|
11112
12010
|
readonly type: 'SetBlockRewardsPaused';
|
|
11113
12011
|
}
|
|
11114
|
-
/** @name PalletMintCall (
|
|
12012
|
+
/** @name PalletMintCall (262) */
|
|
11115
12013
|
type PalletMintCall = Null;
|
|
11116
|
-
/** @name PalletBalancesCall (
|
|
12014
|
+
/** @name PalletBalancesCall (263) */
|
|
11117
12015
|
interface PalletBalancesCall extends Enum {
|
|
11118
12016
|
readonly isTransferAllowDeath: boolean;
|
|
11119
12017
|
readonly asTransferAllowDeath: {
|
|
@@ -11162,13 +12060,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
11162
12060
|
} & Struct;
|
|
11163
12061
|
readonly type: 'TransferAllowDeath' | 'ForceTransfer' | 'TransferKeepAlive' | 'TransferAll' | 'ForceUnreserve' | 'UpgradeAccounts' | 'ForceSetBalance' | 'ForceAdjustTotalIssuance' | 'Burn';
|
|
11164
12062
|
}
|
|
11165
|
-
/** @name PalletBalancesAdjustmentDirection (
|
|
12063
|
+
/** @name PalletBalancesAdjustmentDirection (264) */
|
|
11166
12064
|
interface PalletBalancesAdjustmentDirection extends Enum {
|
|
11167
12065
|
readonly isIncrease: boolean;
|
|
11168
12066
|
readonly isDecrease: boolean;
|
|
11169
12067
|
readonly type: 'Increase' | 'Decrease';
|
|
11170
12068
|
}
|
|
11171
|
-
/** @name PalletTxPauseCall (
|
|
12069
|
+
/** @name PalletTxPauseCall (266) */
|
|
11172
12070
|
interface PalletTxPauseCall extends Enum {
|
|
11173
12071
|
readonly isPause: boolean;
|
|
11174
12072
|
readonly asPause: {
|
|
@@ -11180,7 +12078,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
11180
12078
|
} & Struct;
|
|
11181
12079
|
readonly type: 'Pause' | 'Unpause';
|
|
11182
12080
|
}
|
|
11183
|
-
/** @name PalletUtilityCall (
|
|
12081
|
+
/** @name PalletUtilityCall (267) */
|
|
11184
12082
|
interface PalletUtilityCall extends Enum {
|
|
11185
12083
|
readonly isBatch: boolean;
|
|
11186
12084
|
readonly asBatch: {
|
|
@@ -11221,7 +12119,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
11221
12119
|
} & Struct;
|
|
11222
12120
|
readonly type: 'Batch' | 'AsDerivative' | 'BatchAll' | 'DispatchAs' | 'ForceBatch' | 'WithWeight' | 'IfElse' | 'DispatchAsFallible';
|
|
11223
12121
|
}
|
|
11224
|
-
/** @name PalletSudoCall (
|
|
12122
|
+
/** @name PalletSudoCall (269) */
|
|
11225
12123
|
interface PalletSudoCall extends Enum {
|
|
11226
12124
|
readonly isSudo: boolean;
|
|
11227
12125
|
readonly asSudo: {
|
|
@@ -11244,7 +12142,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
11244
12142
|
readonly isRemoveKey: boolean;
|
|
11245
12143
|
readonly type: 'Sudo' | 'SudoUncheckedWeight' | 'SetKey' | 'SudoAs' | 'RemoveKey';
|
|
11246
12144
|
}
|
|
11247
|
-
/** @name PalletTreasuryCall (
|
|
12145
|
+
/** @name PalletTreasuryCall (270) */
|
|
11248
12146
|
interface PalletTreasuryCall extends Enum {
|
|
11249
12147
|
readonly isBuyBonds: boolean;
|
|
11250
12148
|
readonly asBuyBonds: {
|
|
@@ -11257,7 +12155,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
11257
12155
|
} & Struct;
|
|
11258
12156
|
readonly type: 'BuyBonds' | 'LiquidateBondLot';
|
|
11259
12157
|
}
|
|
11260
|
-
/** @name PalletOperationalAccountsCall (
|
|
12158
|
+
/** @name PalletOperationalAccountsCall (271) */
|
|
11261
12159
|
interface PalletOperationalAccountsCall extends Enum {
|
|
11262
12160
|
readonly isRegister: boolean;
|
|
11263
12161
|
readonly asRegister: {
|
|
@@ -11286,13 +12184,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
11286
12184
|
} & Struct;
|
|
11287
12185
|
readonly type: 'Register' | 'SetRewardConfig' | 'ForceSetProgress' | 'SetEncryptedServerForSponsee' | 'Activate' | 'ClaimRewards';
|
|
11288
12186
|
}
|
|
11289
|
-
/** @name PalletOperationalAccountsRegistration (
|
|
12187
|
+
/** @name PalletOperationalAccountsRegistration (272) */
|
|
11290
12188
|
interface PalletOperationalAccountsRegistration extends Enum {
|
|
11291
12189
|
readonly isV1: boolean;
|
|
11292
12190
|
readonly asV1: PalletOperationalAccountsRegistrationV1;
|
|
11293
12191
|
readonly type: 'V1';
|
|
11294
12192
|
}
|
|
11295
|
-
/** @name PalletOperationalAccountsRegistrationV1 (
|
|
12193
|
+
/** @name PalletOperationalAccountsRegistrationV1 (273) */
|
|
11296
12194
|
interface PalletOperationalAccountsRegistrationV1 extends Struct {
|
|
11297
12195
|
readonly operationalAccount: AccountId32;
|
|
11298
12196
|
readonly encryptionPubkey: PalletOperationalAccountsOpaqueEncryptionPubkey;
|
|
@@ -11305,14 +12203,14 @@ declare module '@polkadot/types/lookup' {
|
|
|
11305
12203
|
readonly miningBotAccountProof: PalletOperationalAccountsAccountOwnershipProof;
|
|
11306
12204
|
readonly referralProof: Option<PalletOperationalAccountsReferralProof>;
|
|
11307
12205
|
}
|
|
11308
|
-
/** @name PalletOperationalAccountsOpaqueEncryptionPubkey (
|
|
12206
|
+
/** @name PalletOperationalAccountsOpaqueEncryptionPubkey (274) */
|
|
11309
12207
|
interface PalletOperationalAccountsOpaqueEncryptionPubkey extends U8aFixed {
|
|
11310
12208
|
}
|
|
11311
|
-
/** @name PalletOperationalAccountsAccountOwnershipProof (
|
|
12209
|
+
/** @name PalletOperationalAccountsAccountOwnershipProof (275) */
|
|
11312
12210
|
interface PalletOperationalAccountsAccountOwnershipProof extends Struct {
|
|
11313
12211
|
readonly signature: SpRuntimeMultiSignature;
|
|
11314
12212
|
}
|
|
11315
|
-
/** @name PalletOperationalAccountsReferralProof (
|
|
12213
|
+
/** @name PalletOperationalAccountsReferralProof (277) */
|
|
11316
12214
|
interface PalletOperationalAccountsReferralProof extends Struct {
|
|
11317
12215
|
readonly referralCode: U8aFixed;
|
|
11318
12216
|
readonly referralSignature: U8aFixed;
|
|
@@ -11320,7 +12218,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
11320
12218
|
readonly expiresAtFrame: Compact<u64>;
|
|
11321
12219
|
readonly sponsorSignature: SpRuntimeMultiSignature;
|
|
11322
12220
|
}
|
|
11323
|
-
/** @name PalletOperationalAccountsOperationalProgressPatch (
|
|
12221
|
+
/** @name PalletOperationalAccountsOperationalProgressPatch (278) */
|
|
11324
12222
|
interface PalletOperationalAccountsOperationalProgressPatch extends Struct {
|
|
11325
12223
|
readonly hasUniswapTransfer: Option<bool>;
|
|
11326
12224
|
readonly vaultCreated: Option<bool>;
|
|
@@ -11328,7 +12226,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
11328
12226
|
readonly observedBitcoinTotal: Option<u128>;
|
|
11329
12227
|
readonly observedMiningSeatTotal: Option<u32>;
|
|
11330
12228
|
}
|
|
11331
|
-
/** @name PalletEthereumVerifierCall (
|
|
12229
|
+
/** @name PalletEthereumVerifierCall (280) */
|
|
11332
12230
|
interface PalletEthereumVerifierCall extends Enum {
|
|
11333
12231
|
readonly isForceCheckpoint: boolean;
|
|
11334
12232
|
readonly asForceCheckpoint: {
|
|
@@ -11339,24 +12237,21 @@ declare module '@polkadot/types/lookup' {
|
|
|
11339
12237
|
readonly asSubmit: {
|
|
11340
12238
|
readonly update: PalletEthereumVerifierUpdate;
|
|
11341
12239
|
} & Struct;
|
|
11342
|
-
readonly isImportExecutionHeaderAnchor: boolean;
|
|
11343
|
-
readonly asImportExecutionHeaderAnchor: {
|
|
11344
|
-
readonly executionProof: PalletEthereumVerifierExecutionProof;
|
|
11345
|
-
} & Struct;
|
|
11346
12240
|
readonly isSetOperatingMode: boolean;
|
|
11347
12241
|
readonly asSetOperatingMode: {
|
|
11348
12242
|
readonly mode: PalletEthereumVerifierBasicOperatingMode;
|
|
11349
12243
|
} & Struct;
|
|
11350
|
-
readonly type: 'ForceCheckpoint' | 'Submit' | '
|
|
12244
|
+
readonly type: 'ForceCheckpoint' | 'Submit' | 'SetOperatingMode';
|
|
11351
12245
|
}
|
|
11352
|
-
/** @name PalletEthereumVerifierCheckpointUpdate (
|
|
12246
|
+
/** @name PalletEthereumVerifierCheckpointUpdate (281) */
|
|
11353
12247
|
interface PalletEthereumVerifierCheckpointUpdate extends Struct {
|
|
11354
12248
|
readonly header: SnowbridgeBeaconPrimitivesBeaconHeader;
|
|
11355
12249
|
readonly currentSyncCommittee: PalletEthereumVerifierSyncCommittee;
|
|
11356
12250
|
readonly currentSyncCommitteeBranch: Vec<H256>;
|
|
11357
12251
|
readonly validatorsRoot: H256;
|
|
12252
|
+
readonly executionHeaderProof: PalletEthereumVerifierExecutionHeaderProof;
|
|
11358
12253
|
}
|
|
11359
|
-
/** @name SnowbridgeBeaconPrimitivesBeaconHeader (
|
|
12254
|
+
/** @name SnowbridgeBeaconPrimitivesBeaconHeader (282) */
|
|
11360
12255
|
interface SnowbridgeBeaconPrimitivesBeaconHeader extends Struct {
|
|
11361
12256
|
readonly slot: u64;
|
|
11362
12257
|
readonly proposerIndex: u64;
|
|
@@ -11364,58 +12259,20 @@ declare module '@polkadot/types/lookup' {
|
|
|
11364
12259
|
readonly stateRoot: H256;
|
|
11365
12260
|
readonly bodyRoot: H256;
|
|
11366
12261
|
}
|
|
11367
|
-
/** @name PalletEthereumVerifierSyncCommittee (
|
|
12262
|
+
/** @name PalletEthereumVerifierSyncCommittee (283) */
|
|
11368
12263
|
interface PalletEthereumVerifierSyncCommittee extends Struct {
|
|
11369
12264
|
readonly pubkeys: Vec<SnowbridgeBeaconPrimitivesPublicKey>;
|
|
11370
12265
|
readonly aggregatePubkey: SnowbridgeBeaconPrimitivesPublicKey;
|
|
11371
12266
|
}
|
|
11372
|
-
/** @name SnowbridgeBeaconPrimitivesPublicKey (
|
|
12267
|
+
/** @name SnowbridgeBeaconPrimitivesPublicKey (285) */
|
|
11373
12268
|
interface SnowbridgeBeaconPrimitivesPublicKey extends U8aFixed {
|
|
11374
12269
|
}
|
|
11375
|
-
/** @name
|
|
11376
|
-
interface
|
|
11377
|
-
readonly genesis: PalletEthereumVerifierFork;
|
|
11378
|
-
readonly altair: PalletEthereumVerifierFork;
|
|
11379
|
-
readonly bellatrix: PalletEthereumVerifierFork;
|
|
11380
|
-
readonly capella: PalletEthereumVerifierFork;
|
|
11381
|
-
readonly deneb: PalletEthereumVerifierFork;
|
|
11382
|
-
readonly electra: PalletEthereumVerifierFork;
|
|
11383
|
-
readonly fulu: PalletEthereumVerifierFork;
|
|
11384
|
-
}
|
|
11385
|
-
/** @name PalletEthereumVerifierFork (285) */
|
|
11386
|
-
interface PalletEthereumVerifierFork extends Struct {
|
|
11387
|
-
readonly version: U8aFixed;
|
|
11388
|
-
readonly epoch: Compact<u64>;
|
|
11389
|
-
}
|
|
11390
|
-
/** @name PalletEthereumVerifierUpdate (286) */
|
|
11391
|
-
interface PalletEthereumVerifierUpdate extends Struct {
|
|
11392
|
-
readonly attestedHeader: SnowbridgeBeaconPrimitivesBeaconHeader;
|
|
11393
|
-
readonly syncAggregate: PalletEthereumVerifierSyncAggregate;
|
|
11394
|
-
readonly signatureSlot: Compact<u64>;
|
|
11395
|
-
readonly nextSyncCommitteeUpdate: Option<PalletEthereumVerifierNextSyncCommitteeUpdate>;
|
|
11396
|
-
readonly finalizedHeader: SnowbridgeBeaconPrimitivesBeaconHeader;
|
|
11397
|
-
readonly finalityBranch: Vec<H256>;
|
|
11398
|
-
}
|
|
11399
|
-
/** @name PalletEthereumVerifierSyncAggregate (287) */
|
|
11400
|
-
interface PalletEthereumVerifierSyncAggregate extends Struct {
|
|
11401
|
-
readonly syncCommitteeBits: Bytes;
|
|
11402
|
-
readonly syncCommitteeSignature: SnowbridgeBeaconPrimitivesSignature;
|
|
11403
|
-
}
|
|
11404
|
-
/** @name SnowbridgeBeaconPrimitivesSignature (289) */
|
|
11405
|
-
interface SnowbridgeBeaconPrimitivesSignature extends U8aFixed {
|
|
11406
|
-
}
|
|
11407
|
-
/** @name PalletEthereumVerifierNextSyncCommitteeUpdate (292) */
|
|
11408
|
-
interface PalletEthereumVerifierNextSyncCommitteeUpdate extends Struct {
|
|
11409
|
-
readonly nextSyncCommittee: PalletEthereumVerifierSyncCommittee;
|
|
11410
|
-
readonly nextSyncCommitteeBranch: Vec<H256>;
|
|
11411
|
-
}
|
|
11412
|
-
/** @name PalletEthereumVerifierExecutionProof (293) */
|
|
11413
|
-
interface PalletEthereumVerifierExecutionProof extends Struct {
|
|
11414
|
-
readonly header: SnowbridgeBeaconPrimitivesBeaconHeader;
|
|
12270
|
+
/** @name PalletEthereumVerifierExecutionHeaderProof (289) */
|
|
12271
|
+
interface PalletEthereumVerifierExecutionHeaderProof extends Struct {
|
|
11415
12272
|
readonly executionHeader: SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader;
|
|
11416
12273
|
readonly executionBranch: Vec<H256>;
|
|
11417
12274
|
}
|
|
11418
|
-
/** @name SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader (
|
|
12275
|
+
/** @name SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader (290) */
|
|
11419
12276
|
interface SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader extends Enum {
|
|
11420
12277
|
readonly isCapella: boolean;
|
|
11421
12278
|
readonly asCapella: SnowbridgeBeaconPrimitivesExecutionPayloadHeader;
|
|
@@ -11423,7 +12280,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
11423
12280
|
readonly asDeneb: SnowbridgeBeaconPrimitivesDenebExecutionPayloadHeader;
|
|
11424
12281
|
readonly type: 'Capella' | 'Deneb';
|
|
11425
12282
|
}
|
|
11426
|
-
/** @name SnowbridgeBeaconPrimitivesExecutionPayloadHeader (
|
|
12283
|
+
/** @name SnowbridgeBeaconPrimitivesExecutionPayloadHeader (291) */
|
|
11427
12284
|
interface SnowbridgeBeaconPrimitivesExecutionPayloadHeader extends Struct {
|
|
11428
12285
|
readonly parentHash: H256;
|
|
11429
12286
|
readonly feeRecipient: H160;
|
|
@@ -11441,7 +12298,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
11441
12298
|
readonly transactionsRoot: H256;
|
|
11442
12299
|
readonly withdrawalsRoot: H256;
|
|
11443
12300
|
}
|
|
11444
|
-
/** @name SnowbridgeBeaconPrimitivesDenebExecutionPayloadHeader (
|
|
12301
|
+
/** @name SnowbridgeBeaconPrimitivesDenebExecutionPayloadHeader (292) */
|
|
11445
12302
|
interface SnowbridgeBeaconPrimitivesDenebExecutionPayloadHeader extends Struct {
|
|
11446
12303
|
readonly parentHash: H256;
|
|
11447
12304
|
readonly feeRecipient: H160;
|
|
@@ -11461,66 +12318,181 @@ declare module '@polkadot/types/lookup' {
|
|
|
11461
12318
|
readonly blobGasUsed: u64;
|
|
11462
12319
|
readonly excessBlobGas: u64;
|
|
11463
12320
|
}
|
|
11464
|
-
/** @name
|
|
12321
|
+
/** @name PalletEthereumVerifierForkVersions (293) */
|
|
12322
|
+
interface PalletEthereumVerifierForkVersions extends Struct {
|
|
12323
|
+
readonly genesis: PalletEthereumVerifierFork;
|
|
12324
|
+
readonly altair: PalletEthereumVerifierFork;
|
|
12325
|
+
readonly bellatrix: PalletEthereumVerifierFork;
|
|
12326
|
+
readonly capella: PalletEthereumVerifierFork;
|
|
12327
|
+
readonly deneb: PalletEthereumVerifierFork;
|
|
12328
|
+
readonly electra: PalletEthereumVerifierFork;
|
|
12329
|
+
readonly fulu: PalletEthereumVerifierFork;
|
|
12330
|
+
}
|
|
12331
|
+
/** @name PalletEthereumVerifierFork (294) */
|
|
12332
|
+
interface PalletEthereumVerifierFork extends Struct {
|
|
12333
|
+
readonly version: U8aFixed;
|
|
12334
|
+
readonly epoch: Compact<u64>;
|
|
12335
|
+
}
|
|
12336
|
+
/** @name PalletEthereumVerifierUpdate (295) */
|
|
12337
|
+
interface PalletEthereumVerifierUpdate extends Struct {
|
|
12338
|
+
readonly attestedHeader: SnowbridgeBeaconPrimitivesBeaconHeader;
|
|
12339
|
+
readonly syncAggregate: PalletEthereumVerifierSyncAggregate;
|
|
12340
|
+
readonly signatureSlot: Compact<u64>;
|
|
12341
|
+
readonly nextSyncCommitteeUpdate: Option<PalletEthereumVerifierNextSyncCommitteeUpdate>;
|
|
12342
|
+
readonly finalizedHeader: SnowbridgeBeaconPrimitivesBeaconHeader;
|
|
12343
|
+
readonly finalityBranch: Vec<H256>;
|
|
12344
|
+
readonly executionHeaderProof: PalletEthereumVerifierExecutionHeaderProof;
|
|
12345
|
+
}
|
|
12346
|
+
/** @name PalletEthereumVerifierSyncAggregate (296) */
|
|
12347
|
+
interface PalletEthereumVerifierSyncAggregate extends Struct {
|
|
12348
|
+
readonly syncCommitteeBits: Bytes;
|
|
12349
|
+
readonly syncCommitteeSignature: SnowbridgeBeaconPrimitivesSignature;
|
|
12350
|
+
}
|
|
12351
|
+
/** @name SnowbridgeBeaconPrimitivesSignature (298) */
|
|
12352
|
+
interface SnowbridgeBeaconPrimitivesSignature extends U8aFixed {
|
|
12353
|
+
}
|
|
12354
|
+
/** @name PalletEthereumVerifierNextSyncCommitteeUpdate (301) */
|
|
12355
|
+
interface PalletEthereumVerifierNextSyncCommitteeUpdate extends Struct {
|
|
12356
|
+
readonly nextSyncCommittee: PalletEthereumVerifierSyncCommittee;
|
|
12357
|
+
readonly nextSyncCommitteeBranch: Vec<H256>;
|
|
12358
|
+
}
|
|
12359
|
+
/** @name PalletCrosschainTransferCall (302) */
|
|
11465
12360
|
interface PalletCrosschainTransferCall extends Enum {
|
|
11466
12361
|
readonly isSetChainConfig: boolean;
|
|
11467
12362
|
readonly asSetChainConfig: {
|
|
12363
|
+
readonly sourceChain: PalletCrosschainTransferSourceChain;
|
|
11468
12364
|
readonly config: PalletCrosschainTransferChainConfig;
|
|
11469
12365
|
} & Struct;
|
|
11470
|
-
readonly
|
|
11471
|
-
readonly
|
|
11472
|
-
readonly
|
|
12366
|
+
readonly isForceSetGlobalIssuanceCouncil: boolean;
|
|
12367
|
+
readonly asForceSetGlobalIssuanceCouncil: {
|
|
12368
|
+
readonly destinationChain: PalletCrosschainTransferSourceChain;
|
|
12369
|
+
readonly afterNonce: Compact<u64>;
|
|
12370
|
+
readonly memberAccountIds: Vec<AccountId32>;
|
|
12371
|
+
} & Struct;
|
|
12372
|
+
readonly isPauseGateway: boolean;
|
|
12373
|
+
readonly asPauseGateway: {
|
|
12374
|
+
readonly sourceChain: PalletCrosschainTransferSourceChain;
|
|
12375
|
+
} & Struct;
|
|
12376
|
+
readonly isUnpauseGateway: boolean;
|
|
12377
|
+
readonly asUnpauseGateway: {
|
|
12378
|
+
readonly sourceChain: PalletCrosschainTransferSourceChain;
|
|
12379
|
+
} & Struct;
|
|
12380
|
+
readonly isSetMinimumMintingAuthorityValue: boolean;
|
|
12381
|
+
readonly asSetMinimumMintingAuthorityValue: {
|
|
12382
|
+
readonly destinationChain: PalletCrosschainTransferSourceChain;
|
|
12383
|
+
readonly minimumValue: Compact<u128>;
|
|
12384
|
+
} & Struct;
|
|
12385
|
+
readonly isSetMintingAuthorityActivationRepaymentPricing: boolean;
|
|
12386
|
+
readonly asSetMintingAuthorityActivationRepaymentPricing: {
|
|
12387
|
+
readonly destinationChain: PalletCrosschainTransferSourceChain;
|
|
12388
|
+
readonly pricing: PalletCrosschainTransferMintingAuthorityActivationRepaymentPricing;
|
|
12389
|
+
} & Struct;
|
|
12390
|
+
readonly isRegisterCouncilSigner: boolean;
|
|
12391
|
+
readonly asRegisterCouncilSigner: {
|
|
12392
|
+
readonly destinationChain: PalletCrosschainTransferSourceChain;
|
|
12393
|
+
readonly signingKey: H160;
|
|
12394
|
+
readonly signature: U8aFixed;
|
|
12395
|
+
} & Struct;
|
|
12396
|
+
readonly isApproveQueueEntries: boolean;
|
|
12397
|
+
readonly asApproveQueueEntries: {
|
|
12398
|
+
readonly destinationChain: PalletCrosschainTransferSourceChain;
|
|
12399
|
+
readonly signatures: Vec<U8aFixed>;
|
|
12400
|
+
} & Struct;
|
|
12401
|
+
readonly isProveGatewayActivity: boolean;
|
|
12402
|
+
readonly asProveGatewayActivity: {
|
|
12403
|
+
readonly sourceChain: PalletCrosschainTransferSourceChain;
|
|
12404
|
+
readonly previousGatewayActivityNonce: Compact<u64>;
|
|
12405
|
+
readonly proofBatch: ArgonPrimitivesEthereumEthereumReceiptLogProofBatch;
|
|
12406
|
+
} & Struct;
|
|
12407
|
+
readonly isRegisterMintingAuthority: boolean;
|
|
12408
|
+
readonly asRegisterMintingAuthority: {
|
|
12409
|
+
readonly destinationChain: PalletCrosschainTransferSourceChain;
|
|
12410
|
+
readonly destinationSigningKey: H160;
|
|
12411
|
+
readonly signature: U8aFixed;
|
|
12412
|
+
readonly microgonCollateral: Compact<u128>;
|
|
12413
|
+
readonly micronotCollateral: Compact<u128>;
|
|
12414
|
+
} & Struct;
|
|
12415
|
+
readonly isDeactivateMintingAuthority: boolean;
|
|
12416
|
+
readonly asDeactivateMintingAuthority: {
|
|
12417
|
+
readonly destinationSigningKey: H160;
|
|
12418
|
+
readonly signature: U8aFixed;
|
|
12419
|
+
} & Struct;
|
|
12420
|
+
readonly isTransferOut: boolean;
|
|
12421
|
+
readonly asTransferOut: {
|
|
12422
|
+
readonly destinationChain: PalletCrosschainTransferSourceChain;
|
|
12423
|
+
readonly asset: PalletCrosschainTransferAssetKind;
|
|
12424
|
+
readonly destinationAccount: H160;
|
|
12425
|
+
readonly amount: Compact<u128>;
|
|
11473
12426
|
} & Struct;
|
|
11474
|
-
readonly
|
|
12427
|
+
readonly isCollateralizeTransfer: boolean;
|
|
12428
|
+
readonly asCollateralizeTransfer: {
|
|
12429
|
+
readonly transferId: H256;
|
|
12430
|
+
readonly signature: U8aFixed;
|
|
12431
|
+
readonly microgonCollateral: Compact<u128>;
|
|
12432
|
+
readonly micronotCollateral: Compact<u128>;
|
|
12433
|
+
} & Struct;
|
|
12434
|
+
readonly type: 'SetChainConfig' | 'ForceSetGlobalIssuanceCouncil' | 'PauseGateway' | 'UnpauseGateway' | 'SetMinimumMintingAuthorityValue' | 'SetMintingAuthorityActivationRepaymentPricing' | 'RegisterCouncilSigner' | 'ApproveQueueEntries' | 'ProveGatewayActivity' | 'RegisterMintingAuthority' | 'DeactivateMintingAuthority' | 'TransferOut' | 'CollateralizeTransfer';
|
|
11475
12435
|
}
|
|
11476
|
-
/** @name PalletCrosschainTransferChainConfig (
|
|
12436
|
+
/** @name PalletCrosschainTransferChainConfig (303) */
|
|
11477
12437
|
interface PalletCrosschainTransferChainConfig extends Enum {
|
|
11478
|
-
readonly
|
|
11479
|
-
readonly
|
|
12438
|
+
readonly isEvm: boolean;
|
|
12439
|
+
readonly asEvm: {
|
|
12440
|
+
readonly chainId: Compact<u64>;
|
|
11480
12441
|
readonly gateway: H160;
|
|
11481
12442
|
readonly argonToken: H160;
|
|
11482
12443
|
readonly argonotToken: H160;
|
|
11483
|
-
readonly previousGateway: Option<H160>;
|
|
11484
|
-
readonly previousReleaseExpiration: Option<u64>;
|
|
11485
|
-
} & Struct;
|
|
11486
|
-
readonly type: 'Ethereum';
|
|
11487
|
-
}
|
|
11488
|
-
/** @name PalletCrosschainTransferTransferProof (300) */
|
|
11489
|
-
interface PalletCrosschainTransferTransferProof extends Enum {
|
|
11490
|
-
readonly isEthereum: boolean;
|
|
11491
|
-
readonly asEthereum: {
|
|
11492
|
-
readonly sourceChain: PalletCrosschainTransferSourceChain;
|
|
11493
|
-
readonly eventLog: ArgonPrimitivesEthereumEthereumLog;
|
|
11494
|
-
readonly proof: ArgonPrimitivesEthereumEthereumProof;
|
|
11495
12444
|
} & Struct;
|
|
11496
|
-
readonly type: '
|
|
12445
|
+
readonly type: 'Evm';
|
|
11497
12446
|
}
|
|
11498
|
-
/** @name
|
|
11499
|
-
interface
|
|
11500
|
-
readonly
|
|
11501
|
-
readonly
|
|
11502
|
-
readonly
|
|
12447
|
+
/** @name PalletCrosschainTransferMintingAuthorityActivationRepaymentPricing (305) */
|
|
12448
|
+
interface PalletCrosschainTransferMintingAuthorityActivationRepaymentPricing extends Struct {
|
|
12449
|
+
readonly activationGasCost: Compact<u128>;
|
|
12450
|
+
readonly signatureGasCost: Compact<u128>;
|
|
12451
|
+
readonly estimatedWeiPerGas: Compact<u128>;
|
|
12452
|
+
readonly estimatedMicrogonsPerEth: u128;
|
|
11503
12453
|
}
|
|
11504
|
-
/** @name
|
|
11505
|
-
interface
|
|
12454
|
+
/** @name ArgonPrimitivesEthereumEthereumReceiptLogProofBatch (308) */
|
|
12455
|
+
interface ArgonPrimitivesEthereumEthereumReceiptLogProofBatch extends Struct {
|
|
11506
12456
|
readonly executionBlockProof: ArgonPrimitivesEthereumEthereumExecutionBlockProof;
|
|
11507
|
-
readonly
|
|
12457
|
+
readonly blocks: Vec<ArgonPrimitivesEthereumEthereumReceiptLogProofBlock>;
|
|
11508
12458
|
}
|
|
11509
|
-
/** @name ArgonPrimitivesEthereumEthereumExecutionBlockProof (
|
|
12459
|
+
/** @name ArgonPrimitivesEthereumEthereumExecutionBlockProof (309) */
|
|
11510
12460
|
interface ArgonPrimitivesEthereumEthereumExecutionBlockProof extends Struct {
|
|
11511
12461
|
readonly anchorBlockHash: H256;
|
|
11512
12462
|
readonly targetToAnchorHeaderChain: Vec<ArgonPrimitivesEthereumEthereumExecutionHeader>;
|
|
11513
12463
|
}
|
|
11514
|
-
/** @name ArgonPrimitivesEthereumEthereumExecutionHeader (
|
|
12464
|
+
/** @name ArgonPrimitivesEthereumEthereumExecutionHeader (311) */
|
|
11515
12465
|
interface ArgonPrimitivesEthereumEthereumExecutionHeader extends Struct {
|
|
11516
12466
|
readonly rlp: Bytes;
|
|
11517
12467
|
}
|
|
11518
|
-
/** @name
|
|
11519
|
-
interface
|
|
11520
|
-
readonly
|
|
12468
|
+
/** @name ArgonPrimitivesEthereumEthereumReceiptLogProofBlock (315) */
|
|
12469
|
+
interface ArgonPrimitivesEthereumEthereumReceiptLogProofBlock extends Struct {
|
|
12470
|
+
readonly targetBlockNumber: Compact<u64>;
|
|
12471
|
+
readonly receiptProof: ArgonPrimitivesEthereumEthereumCombinedReceiptProof;
|
|
12472
|
+
readonly receiptLogs: Vec<ArgonPrimitivesEthereumEthereumReceiptLog>;
|
|
12473
|
+
}
|
|
12474
|
+
/** @name ArgonPrimitivesEthereumEthereumCombinedReceiptProof (316) */
|
|
12475
|
+
interface ArgonPrimitivesEthereumEthereumCombinedReceiptProof extends Struct {
|
|
11521
12476
|
readonly nodes: Vec<Bytes>;
|
|
12477
|
+
readonly receipts: Vec<ArgonPrimitivesEthereumEthereumReceiptProofReceipt>;
|
|
12478
|
+
}
|
|
12479
|
+
/** @name ArgonPrimitivesEthereumEthereumReceiptProofReceipt (320) */
|
|
12480
|
+
interface ArgonPrimitivesEthereumEthereumReceiptProofReceipt extends Struct {
|
|
12481
|
+
readonly transactionIndex: Compact<u64>;
|
|
12482
|
+
readonly nodeIndexes: Vec<u16>;
|
|
12483
|
+
}
|
|
12484
|
+
/** @name ArgonPrimitivesEthereumEthereumReceiptLog (325) */
|
|
12485
|
+
interface ArgonPrimitivesEthereumEthereumReceiptLog extends Struct {
|
|
12486
|
+
readonly transactionIndex: Compact<u64>;
|
|
12487
|
+
readonly eventLog: ArgonPrimitivesEthereumEthereumLog;
|
|
12488
|
+
}
|
|
12489
|
+
/** @name ArgonPrimitivesEthereumEthereumLog (326) */
|
|
12490
|
+
interface ArgonPrimitivesEthereumEthereumLog extends Struct {
|
|
12491
|
+
readonly address: H160;
|
|
12492
|
+
readonly topics: Vec<H256>;
|
|
12493
|
+
readonly data: Bytes;
|
|
11522
12494
|
}
|
|
11523
|
-
/** @name PalletMultisigError (
|
|
12495
|
+
/** @name PalletMultisigError (332) */
|
|
11524
12496
|
interface PalletMultisigError extends Enum {
|
|
11525
12497
|
readonly isMinimumThreshold: boolean;
|
|
11526
12498
|
readonly isAlreadyApproved: boolean;
|
|
@@ -11538,19 +12510,19 @@ declare module '@polkadot/types/lookup' {
|
|
|
11538
12510
|
readonly isAlreadyStored: boolean;
|
|
11539
12511
|
readonly type: 'MinimumThreshold' | 'AlreadyApproved' | 'NoApprovalsNeeded' | 'TooFewSignatories' | 'TooManySignatories' | 'SignatoriesOutOfOrder' | 'SenderInSignatories' | 'NotFound' | 'NotOwner' | 'NoTimepoint' | 'WrongTimepoint' | 'UnexpectedTimepoint' | 'MaxWeightTooLow' | 'AlreadyStored';
|
|
11540
12512
|
}
|
|
11541
|
-
/** @name PalletProxyProxyDefinition (
|
|
12513
|
+
/** @name PalletProxyProxyDefinition (335) */
|
|
11542
12514
|
interface PalletProxyProxyDefinition extends Struct {
|
|
11543
12515
|
readonly delegate: AccountId32;
|
|
11544
12516
|
readonly proxyType: ArgonRuntimeProxyType;
|
|
11545
12517
|
readonly delay: u32;
|
|
11546
12518
|
}
|
|
11547
|
-
/** @name PalletProxyAnnouncement (
|
|
12519
|
+
/** @name PalletProxyAnnouncement (339) */
|
|
11548
12520
|
interface PalletProxyAnnouncement extends Struct {
|
|
11549
12521
|
readonly real: AccountId32;
|
|
11550
12522
|
readonly callHash: H256;
|
|
11551
12523
|
readonly height: u32;
|
|
11552
12524
|
}
|
|
11553
|
-
/** @name PalletProxyError (
|
|
12525
|
+
/** @name PalletProxyError (341) */
|
|
11554
12526
|
interface PalletProxyError extends Enum {
|
|
11555
12527
|
readonly isTooMany: boolean;
|
|
11556
12528
|
readonly isNotFound: boolean;
|
|
@@ -11562,34 +12534,34 @@ declare module '@polkadot/types/lookup' {
|
|
|
11562
12534
|
readonly isNoSelfProxy: boolean;
|
|
11563
12535
|
readonly type: 'TooMany' | 'NotFound' | 'NotProxy' | 'Unproxyable' | 'Duplicate' | 'NoPermission' | 'Unannounced' | 'NoSelfProxy';
|
|
11564
12536
|
}
|
|
11565
|
-
/** @name ArgonPrimitivesTickTicker (
|
|
12537
|
+
/** @name ArgonPrimitivesTickTicker (342) */
|
|
11566
12538
|
interface ArgonPrimitivesTickTicker extends Struct {
|
|
11567
12539
|
readonly tickDurationMillis: Compact<u64>;
|
|
11568
12540
|
readonly channelHoldExpirationTicks: Compact<u64>;
|
|
11569
12541
|
}
|
|
11570
|
-
/** @name PalletTicksError (
|
|
12542
|
+
/** @name PalletTicksError (344) */
|
|
11571
12543
|
type PalletTicksError = Null;
|
|
11572
|
-
/** @name PalletMiningSlotMinerNonceScoring (
|
|
12544
|
+
/** @name PalletMiningSlotMinerNonceScoring (347) */
|
|
11573
12545
|
interface PalletMiningSlotMinerNonceScoring extends Struct {
|
|
11574
12546
|
readonly nonce: U256;
|
|
11575
12547
|
readonly lastWinBlock: Option<u32>;
|
|
11576
12548
|
readonly blocksWonInFrame: u16;
|
|
11577
12549
|
readonly frameStartBlocksWonSurplus: i16;
|
|
11578
12550
|
}
|
|
11579
|
-
/** @name ArgonPrimitivesBlockSealMiningBidStats (
|
|
12551
|
+
/** @name ArgonPrimitivesBlockSealMiningBidStats (359) */
|
|
11580
12552
|
interface ArgonPrimitivesBlockSealMiningBidStats extends Struct {
|
|
11581
12553
|
readonly bidsCount: u32;
|
|
11582
12554
|
readonly bidAmountMin: u128;
|
|
11583
12555
|
readonly bidAmountMax: u128;
|
|
11584
12556
|
readonly bidAmountSum: u128;
|
|
11585
12557
|
}
|
|
11586
|
-
/** @name ArgonPrimitivesBlockSealMiningSlotConfig (
|
|
12558
|
+
/** @name ArgonPrimitivesBlockSealMiningSlotConfig (363) */
|
|
11587
12559
|
interface ArgonPrimitivesBlockSealMiningSlotConfig extends Struct {
|
|
11588
12560
|
readonly ticksBeforeBidEndForVrfClose: Compact<u64>;
|
|
11589
12561
|
readonly ticksBetweenSlots: Compact<u64>;
|
|
11590
12562
|
readonly slotBiddingStartAfterTicks: Compact<u64>;
|
|
11591
12563
|
}
|
|
11592
|
-
/** @name PalletMiningSlotError (
|
|
12564
|
+
/** @name PalletMiningSlotError (374) */
|
|
11593
12565
|
interface PalletMiningSlotError extends Enum {
|
|
11594
12566
|
readonly isSlotNotTakingBids: boolean;
|
|
11595
12567
|
readonly isTooManyBlockRegistrants: boolean;
|
|
@@ -11603,7 +12575,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
11603
12575
|
readonly isUnrecoverableHold: boolean;
|
|
11604
12576
|
readonly type: 'SlotNotTakingBids' | 'TooManyBlockRegistrants' | 'InsufficientOwnershipTokens' | 'BidTooLow' | 'CannotRegisterOverlappingSessions' | 'CannotChangeFundingAccount' | 'InsufficientFunds' | 'BidCannotBeReduced' | 'InvalidBidAmount' | 'UnrecoverableHold';
|
|
11605
12577
|
}
|
|
11606
|
-
/** @name ArgonPrimitivesBitcoinUtxoValue (
|
|
12578
|
+
/** @name ArgonPrimitivesBitcoinUtxoValue (375) */
|
|
11607
12579
|
interface ArgonPrimitivesBitcoinUtxoValue extends Struct {
|
|
11608
12580
|
readonly utxoId: u64;
|
|
11609
12581
|
readonly scriptPubkey: ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey;
|
|
@@ -11611,7 +12583,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
11611
12583
|
readonly submittedAtHeight: Compact<u64>;
|
|
11612
12584
|
readonly watchForSpentUntilHeight: Compact<u64>;
|
|
11613
12585
|
}
|
|
11614
|
-
/** @name ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey (
|
|
12586
|
+
/** @name ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey (376) */
|
|
11615
12587
|
interface ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey extends Enum {
|
|
11616
12588
|
readonly isP2wsh: boolean;
|
|
11617
12589
|
readonly asP2wsh: {
|
|
@@ -11619,7 +12591,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
11619
12591
|
} & Struct;
|
|
11620
12592
|
readonly type: 'P2wsh';
|
|
11621
12593
|
}
|
|
11622
|
-
/** @name ArgonPrimitivesBitcoinBitcoinNetwork (
|
|
12594
|
+
/** @name ArgonPrimitivesBitcoinBitcoinNetwork (385) */
|
|
11623
12595
|
interface ArgonPrimitivesBitcoinBitcoinNetwork extends Enum {
|
|
11624
12596
|
readonly isBitcoin: boolean;
|
|
11625
12597
|
readonly isTestnet: boolean;
|
|
@@ -11627,7 +12599,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
11627
12599
|
readonly isRegtest: boolean;
|
|
11628
12600
|
readonly type: 'Bitcoin' | 'Testnet' | 'Signet' | 'Regtest';
|
|
11629
12601
|
}
|
|
11630
|
-
/** @name PalletBitcoinUtxosError (
|
|
12602
|
+
/** @name PalletBitcoinUtxosError (386) */
|
|
11631
12603
|
interface PalletBitcoinUtxosError extends Enum {
|
|
11632
12604
|
readonly isNoPermissions: boolean;
|
|
11633
12605
|
readonly isNoBitcoinConfirmedBlock: boolean;
|
|
@@ -11646,7 +12618,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
11646
12618
|
readonly isLockAlreadyFunded: boolean;
|
|
11647
12619
|
readonly type: 'NoPermissions' | 'NoBitcoinConfirmedBlock' | 'InsufficientBitcoinAmount' | 'NoBitcoinPricesAvailable' | 'ScriptPubkeyConflict' | 'UtxoNotLocked' | 'RedemptionsUnavailable' | 'InvalidBitcoinSyncHeight' | 'BitcoinHeightNotConfirmed' | 'MaxUtxosExceeded' | 'InvalidBitcoinScript' | 'DuplicateUtxoId' | 'MaxCandidateUtxosExceeded' | 'UtxoNotCandidate' | 'LockAlreadyFunded';
|
|
11648
12620
|
}
|
|
11649
|
-
/** @name ArgonPrimitivesVault (
|
|
12621
|
+
/** @name ArgonPrimitivesVault (387) */
|
|
11650
12622
|
interface ArgonPrimitivesVault extends Struct {
|
|
11651
12623
|
readonly operatorAccountId: AccountId32;
|
|
11652
12624
|
readonly bitcoinLockDelegateAccount: Option<AccountId32>;
|
|
@@ -11666,7 +12638,12 @@ declare module '@polkadot/types/lookup' {
|
|
|
11666
12638
|
readonly openedTick: Compact<u64>;
|
|
11667
12639
|
readonly operationalMinimumReleaseTick: Option<u64>;
|
|
11668
12640
|
}
|
|
11669
|
-
/** @name
|
|
12641
|
+
/** @name ArgonPrimitivesVaultVaultArgonotCommitment (394) */
|
|
12642
|
+
interface ArgonPrimitivesVaultVaultArgonotCommitment extends Struct {
|
|
12643
|
+
readonly committedMicronots: Compact<u128>;
|
|
12644
|
+
readonly encumberedMicronots: Compact<u128>;
|
|
12645
|
+
}
|
|
12646
|
+
/** @name ArgonPrimitivesBitcoinBitcoinXPub (396) */
|
|
11670
12647
|
interface ArgonPrimitivesBitcoinBitcoinXPub extends Struct {
|
|
11671
12648
|
readonly publicKey: ArgonPrimitivesBitcoinCompressedBitcoinPubkey;
|
|
11672
12649
|
readonly depth: Compact<u8>;
|
|
@@ -11675,13 +12652,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
11675
12652
|
readonly chainCode: U8aFixed;
|
|
11676
12653
|
readonly network: ArgonPrimitivesBitcoinNetworkKind;
|
|
11677
12654
|
}
|
|
11678
|
-
/** @name ArgonPrimitivesBitcoinNetworkKind (
|
|
12655
|
+
/** @name ArgonPrimitivesBitcoinNetworkKind (398) */
|
|
11679
12656
|
interface ArgonPrimitivesBitcoinNetworkKind extends Enum {
|
|
11680
12657
|
readonly isMain: boolean;
|
|
11681
12658
|
readonly isTest: boolean;
|
|
11682
12659
|
readonly type: 'Main' | 'Test';
|
|
11683
12660
|
}
|
|
11684
|
-
/** @name PalletVaultsVaultFrameRevenue (
|
|
12661
|
+
/** @name PalletVaultsVaultFrameRevenue (407) */
|
|
11685
12662
|
interface PalletVaultsVaultFrameRevenue extends Struct {
|
|
11686
12663
|
readonly frameId: Compact<u64>;
|
|
11687
12664
|
readonly bitcoinLockFeeRevenue: Compact<u128>;
|
|
@@ -11700,14 +12677,14 @@ declare module '@polkadot/types/lookup' {
|
|
|
11700
12677
|
readonly treasuryExternalCapital: Compact<u128>;
|
|
11701
12678
|
readonly uncollectedRevenue: Compact<u128>;
|
|
11702
12679
|
}
|
|
11703
|
-
/** @name PalletVaultsRecentCapacityDrop (
|
|
12680
|
+
/** @name PalletVaultsRecentCapacityDrop (410) */
|
|
11704
12681
|
interface PalletVaultsRecentCapacityDrop extends Struct {
|
|
11705
12682
|
readonly blockNumber: Compact<u32>;
|
|
11706
12683
|
readonly availableBeforeDrop: Compact<u128>;
|
|
11707
12684
|
readonly availableAfterDrop: Compact<u128>;
|
|
11708
12685
|
readonly noFeeFailuresUsed: Compact<u32>;
|
|
11709
12686
|
}
|
|
11710
|
-
/** @name PalletVaultsError (
|
|
12687
|
+
/** @name PalletVaultsError (412) */
|
|
11711
12688
|
interface PalletVaultsError extends Enum {
|
|
11712
12689
|
readonly isNoMoreVaultIds: boolean;
|
|
11713
12690
|
readonly isInsufficientFunds: boolean;
|
|
@@ -11738,14 +12715,16 @@ declare module '@polkadot/types/lookup' {
|
|
|
11738
12715
|
readonly isInvalidVaultName: boolean;
|
|
11739
12716
|
readonly isPendingCosignsBeforeCollect: boolean;
|
|
11740
12717
|
readonly isPendingOrphanedUtxoCosignsBeforeCollect: boolean;
|
|
12718
|
+
readonly isOverdueCollectBlockersBeforeCollect: boolean;
|
|
11741
12719
|
readonly isAccountAlreadyHasVault: boolean;
|
|
11742
|
-
readonly
|
|
12720
|
+
readonly isCommittedArgonotsBelowEncumberedBacking: boolean;
|
|
12721
|
+
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' | 'OverdueCollectBlockersBeforeCollect' | 'AccountAlreadyHasVault' | 'CommittedArgonotsBelowEncumberedBacking';
|
|
11743
12722
|
}
|
|
11744
|
-
/** @name PalletBitcoinLocksLockedBitcoin (
|
|
12723
|
+
/** @name PalletBitcoinLocksLockedBitcoin (413) */
|
|
11745
12724
|
interface PalletBitcoinLocksLockedBitcoin extends Struct {
|
|
11746
12725
|
readonly vaultId: Compact<u32>;
|
|
11747
12726
|
readonly liquidityPromised: Compact<u128>;
|
|
11748
|
-
readonly
|
|
12727
|
+
readonly lockedTargetPrice: Compact<u128>;
|
|
11749
12728
|
readonly ownerAccount: AccountId32;
|
|
11750
12729
|
readonly securitizationRatio: u128;
|
|
11751
12730
|
readonly securityFees: Compact<u128>;
|
|
@@ -11764,16 +12743,16 @@ declare module '@polkadot/types/lookup' {
|
|
|
11764
12743
|
readonly fundHoldExtensions: BTreeMap<u64, u128>;
|
|
11765
12744
|
readonly createdAtArgonBlock: Compact<u32>;
|
|
11766
12745
|
}
|
|
11767
|
-
/** @name PalletBitcoinLocksLockReleaseRequest (
|
|
12746
|
+
/** @name PalletBitcoinLocksLockReleaseRequest (416) */
|
|
11768
12747
|
interface PalletBitcoinLocksLockReleaseRequest extends Struct {
|
|
11769
12748
|
readonly utxoId: Compact<u64>;
|
|
11770
12749
|
readonly vaultId: Compact<u32>;
|
|
11771
12750
|
readonly bitcoinNetworkFee: Compact<u64>;
|
|
11772
12751
|
readonly cosignDueFrame: Compact<u64>;
|
|
11773
12752
|
readonly toScriptPubkey: Bytes;
|
|
11774
|
-
readonly
|
|
12753
|
+
readonly redemptionAmount: Compact<u128>;
|
|
11775
12754
|
}
|
|
11776
|
-
/** @name PalletBitcoinLocksOrphanedUtxo (
|
|
12755
|
+
/** @name PalletBitcoinLocksOrphanedUtxo (418) */
|
|
11777
12756
|
interface PalletBitcoinLocksOrphanedUtxo extends Struct {
|
|
11778
12757
|
readonly utxoId: Compact<u64>;
|
|
11779
12758
|
readonly vaultId: Compact<u32>;
|
|
@@ -11781,13 +12760,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
11781
12760
|
readonly recordedArgonBlockNumber: Compact<u32>;
|
|
11782
12761
|
readonly cosignRequest: Option<PalletBitcoinLocksOrphanedUtxoCosignRequest>;
|
|
11783
12762
|
}
|
|
11784
|
-
/** @name PalletBitcoinLocksOrphanedUtxoCosignRequest (
|
|
12763
|
+
/** @name PalletBitcoinLocksOrphanedUtxoCosignRequest (420) */
|
|
11785
12764
|
interface PalletBitcoinLocksOrphanedUtxoCosignRequest extends Struct {
|
|
11786
12765
|
readonly bitcoinNetworkFee: u64;
|
|
11787
12766
|
readonly toScriptPubkey: Bytes;
|
|
11788
12767
|
readonly createdAtArgonBlockNumber: u32;
|
|
11789
12768
|
}
|
|
11790
|
-
/** @name PalletBitcoinLocksError (
|
|
12769
|
+
/** @name PalletBitcoinLocksError (427) */
|
|
11791
12770
|
interface PalletBitcoinLocksError extends Enum {
|
|
11792
12771
|
readonly isInsufficientFunds: boolean;
|
|
11793
12772
|
readonly isInsufficientVaultFunds: boolean;
|
|
@@ -11827,7 +12806,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
11827
12806
|
readonly isMaxOrphanedUtxoReleaseRequestsExceeded: boolean;
|
|
11828
12807
|
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';
|
|
11829
12808
|
}
|
|
11830
|
-
/** @name ArgonPrimitivesVaultVaultError (
|
|
12809
|
+
/** @name ArgonPrimitivesVaultVaultError (428) */
|
|
11831
12810
|
interface ArgonPrimitivesVaultVaultError extends Enum {
|
|
11832
12811
|
readonly isVaultClosed: boolean;
|
|
11833
12812
|
readonly isAccountWouldBeBelowMinimum: boolean;
|
|
@@ -11841,9 +12820,10 @@ declare module '@polkadot/types/lookup' {
|
|
|
11841
12820
|
readonly isInvalidBitcoinScript: boolean;
|
|
11842
12821
|
readonly isInternalError: boolean;
|
|
11843
12822
|
readonly isVaultNotYetActive: boolean;
|
|
11844
|
-
readonly
|
|
12823
|
+
readonly isCommittedArgonotsBelowEncumberedBacking: boolean;
|
|
12824
|
+
readonly type: 'VaultClosed' | 'AccountWouldBeBelowMinimum' | 'InsufficientFunds' | 'InsufficientVaultFunds' | 'HoldUnexpectedlyModified' | 'UnrecoverableHold' | 'VaultNotFound' | 'NoVaultBitcoinPubkeysAvailable' | 'UnableToGenerateVaultBitcoinPubkey' | 'InvalidBitcoinScript' | 'InternalError' | 'VaultNotYetActive' | 'CommittedArgonotsBelowEncumberedBacking';
|
|
11845
12825
|
}
|
|
11846
|
-
/** @name PalletNotariesError (
|
|
12826
|
+
/** @name PalletNotariesError (440) */
|
|
11847
12827
|
interface PalletNotariesError extends Enum {
|
|
11848
12828
|
readonly isProposalNotFound: boolean;
|
|
11849
12829
|
readonly isMaxNotariesExceeded: boolean;
|
|
@@ -11856,7 +12836,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
11856
12836
|
readonly isInvalidNotary: boolean;
|
|
11857
12837
|
readonly type: 'ProposalNotFound' | 'MaxNotariesExceeded' | 'MaxProposalsPerBlockExceeded' | 'NotAnActiveNotary' | 'InvalidNotaryOperator' | 'NoMoreNotaryIds' | 'EffectiveTickTooSoon' | 'TooManyKeys' | 'InvalidNotary';
|
|
11858
12838
|
}
|
|
11859
|
-
/** @name ArgonPrimitivesNotaryNotaryNotebookKeyDetails (
|
|
12839
|
+
/** @name ArgonPrimitivesNotaryNotaryNotebookKeyDetails (444) */
|
|
11860
12840
|
interface ArgonPrimitivesNotaryNotaryNotebookKeyDetails extends Struct {
|
|
11861
12841
|
readonly notebookNumber: Compact<u32>;
|
|
11862
12842
|
readonly tick: Compact<u64>;
|
|
@@ -11864,7 +12844,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
11864
12844
|
readonly secretHash: H256;
|
|
11865
12845
|
readonly parentSecret: Option<H256>;
|
|
11866
12846
|
}
|
|
11867
|
-
/** @name PalletNotebookError (
|
|
12847
|
+
/** @name PalletNotebookError (447) */
|
|
11868
12848
|
interface PalletNotebookError extends Enum {
|
|
11869
12849
|
readonly isDuplicateNotebookNumber: boolean;
|
|
11870
12850
|
readonly isMissingNotebookNumber: boolean;
|
|
@@ -11883,17 +12863,17 @@ declare module '@polkadot/types/lookup' {
|
|
|
11883
12863
|
readonly isInvalidNotebookSubmissionTick: boolean;
|
|
11884
12864
|
readonly type: 'DuplicateNotebookNumber' | 'MissingNotebookNumber' | 'NotebookTickAlreadyUsed' | 'InvalidNotebookSignature' | 'InvalidSecretProvided' | 'CouldNotDecodeNotebook' | 'DuplicateNotebookDigest' | 'MissingNotebookDigest' | 'InvalidNotebookDigest' | 'MultipleNotebookInherentsProvided' | 'InternalError' | 'NotebookSubmittedForLockedNotary' | 'InvalidReprocessNotebook' | 'InvalidNotaryOperator' | 'InvalidNotebookSubmissionTick';
|
|
11885
12865
|
}
|
|
11886
|
-
/** @name PalletLocalchainTransferQueuedTransferOut (
|
|
12866
|
+
/** @name PalletLocalchainTransferQueuedTransferOut (448) */
|
|
11887
12867
|
interface PalletLocalchainTransferQueuedTransferOut extends Struct {
|
|
11888
12868
|
readonly accountId: AccountId32;
|
|
11889
12869
|
readonly amount: u128;
|
|
11890
12870
|
readonly expirationTick: u64;
|
|
11891
12871
|
readonly notaryId: u32;
|
|
11892
12872
|
}
|
|
11893
|
-
/** @name FrameSupportPalletId (
|
|
12873
|
+
/** @name FrameSupportPalletId (450) */
|
|
11894
12874
|
interface FrameSupportPalletId extends U8aFixed {
|
|
11895
12875
|
}
|
|
11896
|
-
/** @name PalletLocalchainTransferError (
|
|
12876
|
+
/** @name PalletLocalchainTransferError (451) */
|
|
11897
12877
|
interface PalletLocalchainTransferError extends Enum {
|
|
11898
12878
|
readonly isMaxBlockTransfersExceeded: boolean;
|
|
11899
12879
|
readonly isInsufficientFunds: boolean;
|
|
@@ -11905,7 +12885,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
11905
12885
|
readonly isNoAvailableTransferId: boolean;
|
|
11906
12886
|
readonly type: 'MaxBlockTransfersExceeded' | 'InsufficientFunds' | 'InsufficientNotarizedFunds' | 'InvalidOrDuplicatedLocalchainTransfer' | 'NotebookIncludesExpiredLocalchainTransfer' | 'InvalidNotaryUsedForTransfer' | 'NotaryLockedForTransfer' | 'NoAvailableTransferId';
|
|
11907
12887
|
}
|
|
11908
|
-
/** @name ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails (
|
|
12888
|
+
/** @name ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails (455) */
|
|
11909
12889
|
interface ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails extends Struct {
|
|
11910
12890
|
readonly notaryId: Compact<u32>;
|
|
11911
12891
|
readonly notebookNumber: Compact<u32>;
|
|
@@ -11913,12 +12893,12 @@ declare module '@polkadot/types/lookup' {
|
|
|
11913
12893
|
readonly blockVotesCount: Compact<u32>;
|
|
11914
12894
|
readonly blockVotingPower: Compact<u128>;
|
|
11915
12895
|
}
|
|
11916
|
-
/** @name PalletBlockSealSpecError (
|
|
12896
|
+
/** @name PalletBlockSealSpecError (460) */
|
|
11917
12897
|
interface PalletBlockSealSpecError extends Enum {
|
|
11918
12898
|
readonly isMaxNotebooksAtTickExceeded: boolean;
|
|
11919
12899
|
readonly type: 'MaxNotebooksAtTickExceeded';
|
|
11920
12900
|
}
|
|
11921
|
-
/** @name PalletDomainsError (
|
|
12901
|
+
/** @name PalletDomainsError (462) */
|
|
11922
12902
|
interface PalletDomainsError extends Enum {
|
|
11923
12903
|
readonly isDomainNotRegistered: boolean;
|
|
11924
12904
|
readonly isNotDomainOwner: boolean;
|
|
@@ -11927,13 +12907,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
11927
12907
|
readonly isAccountDecodingError: boolean;
|
|
11928
12908
|
readonly type: 'DomainNotRegistered' | 'NotDomainOwner' | 'FailedToAddToAddressHistory' | 'FailedToAddExpiringDomain' | 'AccountDecodingError';
|
|
11929
12909
|
}
|
|
11930
|
-
/** @name PalletPriceIndexCpiMeasurementBucket (
|
|
12910
|
+
/** @name PalletPriceIndexCpiMeasurementBucket (464) */
|
|
11931
12911
|
interface PalletPriceIndexCpiMeasurementBucket extends Struct {
|
|
11932
12912
|
readonly tickRange: ITuple<[u64, u64]>;
|
|
11933
12913
|
readonly totalCpi: i128;
|
|
11934
12914
|
readonly measurementsCount: u32;
|
|
11935
12915
|
}
|
|
11936
|
-
/** @name PalletPriceIndexError (
|
|
12916
|
+
/** @name PalletPriceIndexError (467) */
|
|
11937
12917
|
interface PalletPriceIndexError extends Enum {
|
|
11938
12918
|
readonly isNotAuthorizedOperator: boolean;
|
|
11939
12919
|
readonly isMissingValue: boolean;
|
|
@@ -11941,7 +12921,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
11941
12921
|
readonly isMaxPriceChangePerTickExceeded: boolean;
|
|
11942
12922
|
readonly type: 'NotAuthorizedOperator' | 'MissingValue' | 'PricesTooOld' | 'MaxPriceChangePerTickExceeded';
|
|
11943
12923
|
}
|
|
11944
|
-
/** @name PalletGrandpaStoredState (
|
|
12924
|
+
/** @name PalletGrandpaStoredState (468) */
|
|
11945
12925
|
interface PalletGrandpaStoredState extends Enum {
|
|
11946
12926
|
readonly isLive: boolean;
|
|
11947
12927
|
readonly isPendingPause: boolean;
|
|
@@ -11957,14 +12937,14 @@ declare module '@polkadot/types/lookup' {
|
|
|
11957
12937
|
} & Struct;
|
|
11958
12938
|
readonly type: 'Live' | 'PendingPause' | 'Paused' | 'PendingResume';
|
|
11959
12939
|
}
|
|
11960
|
-
/** @name PalletGrandpaStoredPendingChange (
|
|
12940
|
+
/** @name PalletGrandpaStoredPendingChange (469) */
|
|
11961
12941
|
interface PalletGrandpaStoredPendingChange extends Struct {
|
|
11962
12942
|
readonly scheduledAt: u32;
|
|
11963
12943
|
readonly delay: u32;
|
|
11964
12944
|
readonly nextAuthorities: Vec<ITuple<[SpConsensusGrandpaAppPublic, u64]>>;
|
|
11965
12945
|
readonly forced: Option<u32>;
|
|
11966
12946
|
}
|
|
11967
|
-
/** @name PalletGrandpaError (
|
|
12947
|
+
/** @name PalletGrandpaError (471) */
|
|
11968
12948
|
interface PalletGrandpaError extends Enum {
|
|
11969
12949
|
readonly isPauseFailed: boolean;
|
|
11970
12950
|
readonly isResumeFailed: boolean;
|
|
@@ -11975,13 +12955,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
11975
12955
|
readonly isDuplicateOffenceReport: boolean;
|
|
11976
12956
|
readonly type: 'PauseFailed' | 'ResumeFailed' | 'ChangePending' | 'TooSoon' | 'InvalidKeyOwnershipProof' | 'InvalidEquivocationProof' | 'DuplicateOffenceReport';
|
|
11977
12957
|
}
|
|
11978
|
-
/** @name ArgonPrimitivesProvidersBlockSealerInfo (
|
|
12958
|
+
/** @name ArgonPrimitivesProvidersBlockSealerInfo (472) */
|
|
11979
12959
|
interface ArgonPrimitivesProvidersBlockSealerInfo extends Struct {
|
|
11980
12960
|
readonly blockAuthorAccountId: AccountId32;
|
|
11981
12961
|
readonly blockVoteRewardsAccount: Option<AccountId32>;
|
|
11982
12962
|
readonly blockSealAuthority: Option<ArgonPrimitivesBlockSealAppPublic>;
|
|
11983
12963
|
}
|
|
11984
|
-
/** @name PalletBlockSealError (
|
|
12964
|
+
/** @name PalletBlockSealError (474) */
|
|
11985
12965
|
interface PalletBlockSealError extends Enum {
|
|
11986
12966
|
readonly isInvalidVoteSealStrength: boolean;
|
|
11987
12967
|
readonly isInvalidSubmitter: boolean;
|
|
@@ -12006,59 +12986,59 @@ declare module '@polkadot/types/lookup' {
|
|
|
12006
12986
|
readonly isDuplicateVoteBlockAtTick: boolean;
|
|
12007
12987
|
readonly type: 'InvalidVoteSealStrength' | 'InvalidSubmitter' | 'UnableToDecodeVoteAccount' | 'UnregisteredBlockAuthor' | 'InvalidBlockVoteProof' | 'NoGrandparentVoteMinimum' | 'DuplicateBlockSealProvided' | 'InsufficientVotingPower' | 'ParentVotingKeyNotFound' | 'InvalidVoteGrandparentHash' | 'IneligibleNotebookUsed' | 'NoEligibleVotingRoot' | 'CouldNotDecodeVote' | 'MaxNotebooksAtTickExceeded' | 'NoClosestMinerFoundForVote' | 'BlockVoteInvalidSignature' | 'InvalidForkPowerParent' | 'BlockSealDecodeError' | 'InvalidComputeBlockTick' | 'InvalidMinerNonceScore' | 'DuplicateVoteBlockAtTick';
|
|
12008
12988
|
}
|
|
12009
|
-
/** @name PalletBlockRewardsError (
|
|
12989
|
+
/** @name PalletBlockRewardsError (478) */
|
|
12010
12990
|
type PalletBlockRewardsError = Null;
|
|
12011
|
-
/** @name PalletMintMintAction (
|
|
12991
|
+
/** @name PalletMintMintAction (484) */
|
|
12012
12992
|
interface PalletMintMintAction extends Struct {
|
|
12013
12993
|
readonly argonBurned: u128;
|
|
12014
12994
|
readonly argonMinted: u128;
|
|
12015
12995
|
readonly bitcoinMinted: u128;
|
|
12016
12996
|
}
|
|
12017
|
-
/** @name PalletMintError (
|
|
12997
|
+
/** @name PalletMintError (485) */
|
|
12018
12998
|
interface PalletMintError extends Enum {
|
|
12019
12999
|
readonly isTooManyPendingMints: boolean;
|
|
12020
13000
|
readonly type: 'TooManyPendingMints';
|
|
12021
13001
|
}
|
|
12022
|
-
/** @name PalletBalancesBalanceLock (
|
|
13002
|
+
/** @name PalletBalancesBalanceLock (487) */
|
|
12023
13003
|
interface PalletBalancesBalanceLock extends Struct {
|
|
12024
13004
|
readonly id: U8aFixed;
|
|
12025
13005
|
readonly amount: u128;
|
|
12026
13006
|
readonly reasons: PalletBalancesReasons;
|
|
12027
13007
|
}
|
|
12028
|
-
/** @name PalletBalancesReasons (
|
|
13008
|
+
/** @name PalletBalancesReasons (488) */
|
|
12029
13009
|
interface PalletBalancesReasons extends Enum {
|
|
12030
13010
|
readonly isFee: boolean;
|
|
12031
13011
|
readonly isMisc: boolean;
|
|
12032
13012
|
readonly isAll: boolean;
|
|
12033
13013
|
readonly type: 'Fee' | 'Misc' | 'All';
|
|
12034
13014
|
}
|
|
12035
|
-
/** @name PalletBalancesReserveData (
|
|
13015
|
+
/** @name PalletBalancesReserveData (491) */
|
|
12036
13016
|
interface PalletBalancesReserveData extends Struct {
|
|
12037
13017
|
readonly id: U8aFixed;
|
|
12038
13018
|
readonly amount: u128;
|
|
12039
13019
|
}
|
|
12040
|
-
/** @name FrameSupportTokensMiscIdAmountRuntimeHoldReason (
|
|
13020
|
+
/** @name FrameSupportTokensMiscIdAmountRuntimeHoldReason (494) */
|
|
12041
13021
|
interface FrameSupportTokensMiscIdAmountRuntimeHoldReason extends Struct {
|
|
12042
13022
|
readonly id: ArgonRuntimeRuntimeHoldReason;
|
|
12043
13023
|
readonly amount: u128;
|
|
12044
13024
|
}
|
|
12045
|
-
/** @name FrameSupportTokensMiscIdAmountRuntimeFreezeReason (
|
|
13025
|
+
/** @name FrameSupportTokensMiscIdAmountRuntimeFreezeReason (497) */
|
|
12046
13026
|
interface FrameSupportTokensMiscIdAmountRuntimeFreezeReason extends Struct {
|
|
12047
13027
|
readonly id: ArgonRuntimeRuntimeFreezeReason;
|
|
12048
13028
|
readonly amount: u128;
|
|
12049
13029
|
}
|
|
12050
|
-
/** @name ArgonRuntimeRuntimeFreezeReason (
|
|
13030
|
+
/** @name ArgonRuntimeRuntimeFreezeReason (498) */
|
|
12051
13031
|
interface ArgonRuntimeRuntimeFreezeReason extends Enum {
|
|
12052
13032
|
readonly isBlockRewards: boolean;
|
|
12053
13033
|
readonly asBlockRewards: PalletBlockRewardsFreezeReason;
|
|
12054
13034
|
readonly type: 'BlockRewards';
|
|
12055
13035
|
}
|
|
12056
|
-
/** @name PalletBlockRewardsFreezeReason (
|
|
13036
|
+
/** @name PalletBlockRewardsFreezeReason (499) */
|
|
12057
13037
|
interface PalletBlockRewardsFreezeReason extends Enum {
|
|
12058
13038
|
readonly isMaturationPeriod: boolean;
|
|
12059
13039
|
readonly type: 'MaturationPeriod';
|
|
12060
13040
|
}
|
|
12061
|
-
/** @name PalletBalancesError (
|
|
13041
|
+
/** @name PalletBalancesError (501) */
|
|
12062
13042
|
interface PalletBalancesError extends Enum {
|
|
12063
13043
|
readonly isVestingBalance: boolean;
|
|
12064
13044
|
readonly isLiquidityRestrictions: boolean;
|
|
@@ -12074,7 +13054,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
12074
13054
|
readonly isDeltaZero: boolean;
|
|
12075
13055
|
readonly type: 'VestingBalance' | 'LiquidityRestrictions' | 'InsufficientBalance' | 'ExistentialDeposit' | 'Expendability' | 'ExistingVestingSchedule' | 'DeadAccount' | 'TooManyReserves' | 'TooManyHolds' | 'TooManyFreezes' | 'IssuanceDeactivated' | 'DeltaZero';
|
|
12076
13056
|
}
|
|
12077
|
-
/** @name PalletTxPauseError (
|
|
13057
|
+
/** @name PalletTxPauseError (503) */
|
|
12078
13058
|
interface PalletTxPauseError extends Enum {
|
|
12079
13059
|
readonly isIsPaused: boolean;
|
|
12080
13060
|
readonly isIsUnpaused: boolean;
|
|
@@ -12082,46 +13062,46 @@ declare module '@polkadot/types/lookup' {
|
|
|
12082
13062
|
readonly isNotFound: boolean;
|
|
12083
13063
|
readonly type: 'IsPaused' | 'IsUnpaused' | 'Unpausable' | 'NotFound';
|
|
12084
13064
|
}
|
|
12085
|
-
/** @name PalletTransactionPaymentReleases (
|
|
13065
|
+
/** @name PalletTransactionPaymentReleases (504) */
|
|
12086
13066
|
interface PalletTransactionPaymentReleases extends Enum {
|
|
12087
13067
|
readonly isV1Ancient: boolean;
|
|
12088
13068
|
readonly isV2: boolean;
|
|
12089
13069
|
readonly type: 'V1Ancient' | 'V2';
|
|
12090
13070
|
}
|
|
12091
|
-
/** @name FrameSupportStorageNoDrop (
|
|
13071
|
+
/** @name FrameSupportStorageNoDrop (505) */
|
|
12092
13072
|
interface FrameSupportStorageNoDrop extends FrameSupportTokensFungibleImbalance {
|
|
12093
13073
|
}
|
|
12094
|
-
/** @name FrameSupportTokensFungibleImbalance (
|
|
13074
|
+
/** @name FrameSupportTokensFungibleImbalance (506) */
|
|
12095
13075
|
interface FrameSupportTokensFungibleImbalance extends Struct {
|
|
12096
13076
|
readonly amount: u128;
|
|
12097
13077
|
}
|
|
12098
|
-
/** @name PalletUtilityError (
|
|
13078
|
+
/** @name PalletUtilityError (507) */
|
|
12099
13079
|
interface PalletUtilityError extends Enum {
|
|
12100
13080
|
readonly isTooManyCalls: boolean;
|
|
12101
13081
|
readonly type: 'TooManyCalls';
|
|
12102
13082
|
}
|
|
12103
|
-
/** @name PalletSudoError (
|
|
13083
|
+
/** @name PalletSudoError (508) */
|
|
12104
13084
|
interface PalletSudoError extends Enum {
|
|
12105
13085
|
readonly isRequireSudo: boolean;
|
|
12106
13086
|
readonly type: 'RequireSudo';
|
|
12107
13087
|
}
|
|
12108
|
-
/** @name PalletTreasuryFrameVaultCapital (
|
|
13088
|
+
/** @name PalletTreasuryFrameVaultCapital (509) */
|
|
12109
13089
|
interface PalletTreasuryFrameVaultCapital extends Struct {
|
|
12110
13090
|
readonly frameId: Compact<u64>;
|
|
12111
13091
|
readonly vaults: BTreeMap<u32, PalletTreasuryVaultCapital>;
|
|
12112
13092
|
}
|
|
12113
|
-
/** @name PalletTreasuryVaultCapital (
|
|
13093
|
+
/** @name PalletTreasuryVaultCapital (511) */
|
|
12114
13094
|
interface PalletTreasuryVaultCapital extends Struct {
|
|
12115
13095
|
readonly bondLotAllocations: Vec<PalletTreasuryBondLotAllocation>;
|
|
12116
13096
|
readonly eligibleBonds: Compact<u32>;
|
|
12117
13097
|
readonly vaultSharingPercent: Compact<Permill>;
|
|
12118
13098
|
}
|
|
12119
|
-
/** @name PalletTreasuryBondLotAllocation (
|
|
13099
|
+
/** @name PalletTreasuryBondLotAllocation (513) */
|
|
12120
13100
|
interface PalletTreasuryBondLotAllocation extends Struct {
|
|
12121
13101
|
readonly bondLotId: Compact<u64>;
|
|
12122
13102
|
readonly prorata: u128;
|
|
12123
13103
|
}
|
|
12124
|
-
/** @name PalletTreasuryBondLot (
|
|
13104
|
+
/** @name PalletTreasuryBondLot (518) */
|
|
12125
13105
|
interface PalletTreasuryBondLot extends Struct {
|
|
12126
13106
|
readonly owner: AccountId32;
|
|
12127
13107
|
readonly vaultId: Compact<u32>;
|
|
@@ -12134,12 +13114,12 @@ declare module '@polkadot/types/lookup' {
|
|
|
12134
13114
|
readonly releaseFrameId: Option<u64>;
|
|
12135
13115
|
readonly releaseReason: Option<PalletTreasuryBondReleaseReason>;
|
|
12136
13116
|
}
|
|
12137
|
-
/** @name PalletTreasuryBondLotSummary (
|
|
13117
|
+
/** @name PalletTreasuryBondLotSummary (523) */
|
|
12138
13118
|
interface PalletTreasuryBondLotSummary extends Struct {
|
|
12139
13119
|
readonly bondLotId: Compact<u64>;
|
|
12140
13120
|
readonly bonds: Compact<u32>;
|
|
12141
13121
|
}
|
|
12142
|
-
/** @name PalletTreasuryError (
|
|
13122
|
+
/** @name PalletTreasuryError (525) */
|
|
12143
13123
|
interface PalletTreasuryError extends Enum {
|
|
12144
13124
|
readonly isBondPurchaseRejected: boolean;
|
|
12145
13125
|
readonly isVaultNotAcceptingBondPurchases: boolean;
|
|
@@ -12151,14 +13131,15 @@ declare module '@polkadot/types/lookup' {
|
|
|
12151
13131
|
readonly isNotBondLotOwner: boolean;
|
|
12152
13132
|
readonly isBondLotAlreadyReleasing: boolean;
|
|
12153
13133
|
readonly isBondPurchaseAboveSecurity: boolean;
|
|
12154
|
-
readonly
|
|
13134
|
+
readonly isActiveBondAmountBelowEncumberedBacking: boolean;
|
|
13135
|
+
readonly type: 'BondPurchaseRejected' | 'VaultNotAcceptingBondPurchases' | 'BondPurchaseBelowMinimum' | 'InternalError' | 'MaxAcceptedBondLotsExceeded' | 'MaxPendingBondReleasesExceeded' | 'BondLotNotFound' | 'NotBondLotOwner' | 'BondLotAlreadyReleasing' | 'BondPurchaseAboveSecurity' | 'ActiveBondAmountBelowEncumberedBacking';
|
|
12155
13136
|
}
|
|
12156
|
-
/** @name PalletFeeControlError (
|
|
13137
|
+
/** @name PalletFeeControlError (526) */
|
|
12157
13138
|
interface PalletFeeControlError extends Enum {
|
|
12158
13139
|
readonly isSponsoredFeeTooHigh: boolean;
|
|
12159
13140
|
readonly type: 'SponsoredFeeTooHigh';
|
|
12160
13141
|
}
|
|
12161
|
-
/** @name PalletOperationalAccountsOperationalAccount (
|
|
13142
|
+
/** @name PalletOperationalAccountsOperationalAccount (527) */
|
|
12162
13143
|
interface PalletOperationalAccountsOperationalAccount extends Struct {
|
|
12163
13144
|
readonly vaultAccount: AccountId32;
|
|
12164
13145
|
readonly miningFundingAccount: AccountId32;
|
|
@@ -12180,12 +13161,12 @@ declare module '@polkadot/types/lookup' {
|
|
|
12180
13161
|
readonly rewardsCollectedAmount: u128;
|
|
12181
13162
|
readonly isOperational: bool;
|
|
12182
13163
|
}
|
|
12183
|
-
/** @name PalletOperationalAccountsRewardsConfig (
|
|
13164
|
+
/** @name PalletOperationalAccountsRewardsConfig (529) */
|
|
12184
13165
|
interface PalletOperationalAccountsRewardsConfig extends Struct {
|
|
12185
13166
|
readonly operationalReferralReward: Compact<u128>;
|
|
12186
13167
|
readonly referralBonusReward: Compact<u128>;
|
|
12187
13168
|
}
|
|
12188
|
-
/** @name PalletOperationalAccountsError (
|
|
13169
|
+
/** @name PalletOperationalAccountsError (531) */
|
|
12189
13170
|
interface PalletOperationalAccountsError extends Enum {
|
|
12190
13171
|
readonly isAlreadyRegistered: boolean;
|
|
12191
13172
|
readonly isInvalidRegistrationSubmitter: boolean;
|
|
@@ -12206,49 +13187,50 @@ declare module '@polkadot/types/lookup' {
|
|
|
12206
13187
|
readonly isNotEligibleForActivation: boolean;
|
|
12207
13188
|
readonly type: 'AlreadyRegistered' | 'InvalidRegistrationSubmitter' | 'AccountAlreadyLinked' | 'InvalidAccountProof' | 'NotOperationalAccount' | 'InvalidReferralProof' | 'ReferralProofExpired' | 'NoProgressUpdateProvided' | 'EncryptedServerTooLong' | 'NotSponsorOfSponsee' | 'NoPendingRewards' | 'RewardClaimBelowMinimum' | 'RewardClaimNotWholeArgon' | 'RewardClaimExceedsPending' | 'TreasuryInsufficientFunds' | 'AlreadyOperational' | 'NotEligibleForActivation';
|
|
12208
13189
|
}
|
|
12209
|
-
/** @name PalletEthereumVerifierFinalizedBeaconHeaderState (
|
|
13190
|
+
/** @name PalletEthereumVerifierFinalizedBeaconHeaderState (532) */
|
|
12210
13191
|
interface PalletEthereumVerifierFinalizedBeaconHeaderState extends Struct {
|
|
12211
13192
|
readonly slot: Compact<u64>;
|
|
12212
13193
|
}
|
|
12213
|
-
/** @name PalletEthereumVerifierExecutionHeaderAnchor (
|
|
13194
|
+
/** @name PalletEthereumVerifierExecutionHeaderAnchor (533) */
|
|
12214
13195
|
interface PalletEthereumVerifierExecutionHeaderAnchor extends Struct {
|
|
12215
13196
|
readonly blockNumber: Compact<u64>;
|
|
13197
|
+
readonly timestampMillis: Compact<u64>;
|
|
12216
13198
|
readonly blockHash: H256;
|
|
12217
13199
|
readonly parentHash: H256;
|
|
12218
13200
|
readonly receiptsRoot: H256;
|
|
12219
13201
|
}
|
|
12220
|
-
/** @name PalletEthereumVerifierSyncCommitteePrepared (
|
|
13202
|
+
/** @name PalletEthereumVerifierSyncCommitteePrepared (534) */
|
|
12221
13203
|
interface PalletEthereumVerifierSyncCommitteePrepared extends Struct {
|
|
12222
13204
|
readonly root: H256;
|
|
12223
13205
|
readonly pubkeys: Vec<SnowbridgeMilagroBlsKeysPublicKey>;
|
|
12224
13206
|
readonly aggregatePubkey: SnowbridgeMilagroBlsKeysPublicKey;
|
|
12225
13207
|
}
|
|
12226
|
-
/** @name SnowbridgeMilagroBlsKeysPublicKey (
|
|
13208
|
+
/** @name SnowbridgeMilagroBlsKeysPublicKey (536) */
|
|
12227
13209
|
interface SnowbridgeMilagroBlsKeysPublicKey extends Struct {
|
|
12228
13210
|
readonly point: SnowbridgeAmclBls381Ecp;
|
|
12229
13211
|
}
|
|
12230
|
-
/** @name SnowbridgeAmclBls381Ecp (
|
|
13212
|
+
/** @name SnowbridgeAmclBls381Ecp (537) */
|
|
12231
13213
|
interface SnowbridgeAmclBls381Ecp extends Struct {
|
|
12232
13214
|
readonly x: SnowbridgeAmclBls381Fp;
|
|
12233
13215
|
readonly y: SnowbridgeAmclBls381Fp;
|
|
12234
13216
|
readonly z: SnowbridgeAmclBls381Fp;
|
|
12235
13217
|
}
|
|
12236
|
-
/** @name SnowbridgeAmclBls381Fp (
|
|
13218
|
+
/** @name SnowbridgeAmclBls381Fp (538) */
|
|
12237
13219
|
interface SnowbridgeAmclBls381Fp extends Struct {
|
|
12238
13220
|
readonly x: SnowbridgeAmclBls381Big;
|
|
12239
13221
|
readonly xes: i32;
|
|
12240
13222
|
}
|
|
12241
|
-
/** @name SnowbridgeAmclBls381Big (
|
|
13223
|
+
/** @name SnowbridgeAmclBls381Big (539) */
|
|
12242
13224
|
interface SnowbridgeAmclBls381Big extends Struct {
|
|
12243
13225
|
readonly w: Vec<i32>;
|
|
12244
13226
|
}
|
|
12245
|
-
/** @name ArgonPrimitivesEthereumEthereumBeaconPreset (
|
|
13227
|
+
/** @name ArgonPrimitivesEthereumEthereumBeaconPreset (543) */
|
|
12246
13228
|
interface ArgonPrimitivesEthereumEthereumBeaconPreset extends Enum {
|
|
12247
13229
|
readonly isMainnet: boolean;
|
|
12248
13230
|
readonly isMinimal: boolean;
|
|
12249
13231
|
readonly type: 'Mainnet' | 'Minimal';
|
|
12250
13232
|
}
|
|
12251
|
-
/** @name PalletEthereumVerifierError (
|
|
13233
|
+
/** @name PalletEthereumVerifierError (544) */
|
|
12252
13234
|
interface PalletEthereumVerifierError extends Enum {
|
|
12253
13235
|
readonly isSkippedSyncCommitteePeriod: boolean;
|
|
12254
13236
|
readonly isSyncCommitteeUpdateRequired: boolean;
|
|
@@ -12273,52 +13255,180 @@ declare module '@polkadot/types/lookup' {
|
|
|
12273
13255
|
readonly isHalted: boolean;
|
|
12274
13256
|
readonly type: 'SkippedSyncCommitteePeriod' | 'SyncCommitteeUpdateRequired' | 'IrrelevantUpdate' | 'NotBootstrapped' | 'SyncCommitteeParticipantsNotSupermajority' | 'InvalidHeaderMerkleProof' | 'InvalidSyncCommitteeMerkleProof' | 'InvalidExecutionHeaderProof' | 'InvalidFinalizedHeaderGap' | 'HeaderHashTreeRootFailed' | 'BlockBodyHashTreeRootFailed' | 'SyncCommitteeHashTreeRootFailed' | 'SigningRootHashTreeRootFailed' | 'ForkDataHashTreeRootFailed' | 'ExpectedFinalizedHeaderNotStored' | 'BlsPreparePublicKeysFailed' | 'BlsVerificationFailed' | 'UnexpectedBeaconPreset' | 'InvalidUpdateSlot' | 'InvalidSyncCommitteeUpdate' | 'Halted';
|
|
12275
13257
|
}
|
|
12276
|
-
/** @name
|
|
13258
|
+
/** @name PalletCrosschainTransferGlobalIssuanceCouncil (546) */
|
|
13259
|
+
interface PalletCrosschainTransferGlobalIssuanceCouncil extends Struct {
|
|
13260
|
+
readonly epochMicrogonsPerArgonot: u128;
|
|
13261
|
+
readonly members: BTreeMap<H160, PalletCrosschainTransferGlobalIssuanceCouncilMember>;
|
|
13262
|
+
readonly totalWeight: u128;
|
|
13263
|
+
}
|
|
13264
|
+
/** @name PalletCrosschainTransferGlobalIssuanceCouncilMember (548) */
|
|
13265
|
+
interface PalletCrosschainTransferGlobalIssuanceCouncilMember extends Struct {
|
|
13266
|
+
readonly accountId: AccountId32;
|
|
13267
|
+
readonly signer: H160;
|
|
13268
|
+
readonly weight: u128;
|
|
13269
|
+
}
|
|
13270
|
+
/** @name PalletCrosschainTransferCouncilApprovalQueueEntry (553) */
|
|
13271
|
+
interface PalletCrosschainTransferCouncilApprovalQueueEntry extends Struct {
|
|
13272
|
+
readonly approvingCouncilHash: H256;
|
|
13273
|
+
readonly target: PalletCrosschainTransferCouncilApprovalTargetId;
|
|
13274
|
+
readonly targetPayloadHash: H256;
|
|
13275
|
+
readonly dueFrameId: Compact<u64>;
|
|
13276
|
+
readonly previousApprovalHash: H256;
|
|
13277
|
+
readonly approvalHash: H256;
|
|
13278
|
+
readonly approvedTotalWeight: u128;
|
|
13279
|
+
readonly signatures: BTreeMap<H160, U8aFixed>;
|
|
13280
|
+
}
|
|
13281
|
+
/** @name PalletCrosschainTransferMintingAuthority (558) */
|
|
13282
|
+
interface PalletCrosschainTransferMintingAuthority extends Struct {
|
|
13283
|
+
readonly accountId: AccountId32;
|
|
13284
|
+
readonly destinationChain: PalletCrosschainTransferSourceChain;
|
|
13285
|
+
readonly destinationSigningKey: H160;
|
|
13286
|
+
readonly state: PalletCrosschainTransferMintingAuthorityState;
|
|
13287
|
+
readonly gatewayRemainingMicrogonCollateral: u128;
|
|
13288
|
+
readonly gatewayRemainingMicronotCollateral: u128;
|
|
13289
|
+
readonly pendingReservedMicrogonCollateral: u128;
|
|
13290
|
+
readonly pendingReservedMicronotCollateral: u128;
|
|
13291
|
+
readonly activePendingTransferIds: Vec<H256>;
|
|
13292
|
+
readonly activationApprovalQueueNonce: u64;
|
|
13293
|
+
readonly activationBaseRepaymentQuote: Compact<u128>;
|
|
13294
|
+
readonly activationSignatureRepaymentQuote: Compact<u128>;
|
|
13295
|
+
readonly deactivationApprovalQueueNonce: Option<u64>;
|
|
13296
|
+
}
|
|
13297
|
+
/** @name PalletCrosschainTransferMintingAuthorityState (559) */
|
|
13298
|
+
interface PalletCrosschainTransferMintingAuthorityState extends Enum {
|
|
13299
|
+
readonly isPendingActivation: boolean;
|
|
13300
|
+
readonly isActive: boolean;
|
|
13301
|
+
readonly isDeactivating: boolean;
|
|
13302
|
+
readonly type: 'PendingActivation' | 'Active' | 'Deactivating';
|
|
13303
|
+
}
|
|
13304
|
+
/** @name PalletCrosschainTransferTransferOutTransferOutOfArgon (561) */
|
|
13305
|
+
interface PalletCrosschainTransferTransferOutTransferOutOfArgon extends Struct {
|
|
13306
|
+
readonly argonAccountId: AccountId32;
|
|
13307
|
+
readonly argonTransferNonce: Compact<u64>;
|
|
13308
|
+
readonly destinationChain: PalletCrosschainTransferSourceChain;
|
|
13309
|
+
readonly microgonsPerArgonot: Compact<u128>;
|
|
13310
|
+
readonly destinationAccount: H160;
|
|
13311
|
+
readonly validUntilEthereumBlock: Compact<u64>;
|
|
13312
|
+
readonly asset: PalletCrosschainTransferAssetKind;
|
|
13313
|
+
readonly amount: u128;
|
|
13314
|
+
readonly mintingAuthorityTip: u128;
|
|
13315
|
+
readonly totalAttachedCollateral: u128;
|
|
13316
|
+
readonly mintingAuthorityCollateralBySigner: BTreeMap<H160, PalletCrosschainTransferTransferOutMintingAuthorityTransferReservation>;
|
|
13317
|
+
readonly state: PalletCrosschainTransferTransferOutTransferOutState;
|
|
13318
|
+
}
|
|
13319
|
+
/** @name PalletCrosschainTransferTransferOutMintingAuthorityTransferReservation (563) */
|
|
13320
|
+
interface PalletCrosschainTransferTransferOutMintingAuthorityTransferReservation extends Struct {
|
|
13321
|
+
readonly microgonCollateral: u128;
|
|
13322
|
+
readonly micronotCollateral: u128;
|
|
13323
|
+
readonly collateralShare: u128;
|
|
13324
|
+
readonly signature: U8aFixed;
|
|
13325
|
+
}
|
|
13326
|
+
/** @name PalletCrosschainTransferTransferOutTransferOutState (567) */
|
|
13327
|
+
interface PalletCrosschainTransferTransferOutTransferOutState extends Enum {
|
|
13328
|
+
readonly isStarted: boolean;
|
|
13329
|
+
readonly isReady: boolean;
|
|
13330
|
+
readonly type: 'Started' | 'Ready';
|
|
13331
|
+
}
|
|
13332
|
+
/** @name PalletCrosschainTransferTransferOutPendingCollateralizationRequest (569) */
|
|
13333
|
+
interface PalletCrosschainTransferTransferOutPendingCollateralizationRequest extends Struct {
|
|
13334
|
+
readonly transferId: H256;
|
|
13335
|
+
readonly remainingCollateral: u128;
|
|
13336
|
+
readonly remainingMintingAuthorityTip: u128;
|
|
13337
|
+
}
|
|
13338
|
+
/** @name PalletCrosschainTransferSourceChainCirculation (571) */
|
|
13339
|
+
interface PalletCrosschainTransferSourceChainCirculation extends Struct {
|
|
13340
|
+
readonly argonCirculation: u128;
|
|
13341
|
+
readonly argonotCirculation: u128;
|
|
13342
|
+
}
|
|
13343
|
+
/** @name PalletCrosschainTransferError (572) */
|
|
12277
13344
|
interface PalletCrosschainTransferError extends Enum {
|
|
12278
|
-
readonly
|
|
13345
|
+
readonly isInvalidTransferToArgonActivity: boolean;
|
|
13346
|
+
readonly isNoGatewayProofBlocksProvided: boolean;
|
|
13347
|
+
readonly isNoGatewayActivitiesProvided: boolean;
|
|
12279
13348
|
readonly isInvalidProof: boolean;
|
|
12280
|
-
readonly isInvalidRecipient: boolean;
|
|
12281
|
-
readonly isInvalidAmount: boolean;
|
|
12282
13349
|
readonly isUnsupportedSource: boolean;
|
|
12283
13350
|
readonly isUnsupportedGateway: boolean;
|
|
12284
13351
|
readonly isUnsupportedToken: boolean;
|
|
12285
|
-
readonly
|
|
13352
|
+
readonly isUnexpectedPreviousGatewayActivityNonce: boolean;
|
|
13353
|
+
readonly isUnexpectedGatewayActivityNonce: boolean;
|
|
12286
13354
|
readonly isInvalidChainConfig: boolean;
|
|
12287
13355
|
readonly isInsufficientLiquidity: boolean;
|
|
12288
|
-
readonly
|
|
12289
|
-
readonly
|
|
12290
|
-
|
|
12291
|
-
|
|
13356
|
+
readonly isMintingAuthorityNotFound: boolean;
|
|
13357
|
+
readonly isMintingAuthorityMismatch: boolean;
|
|
13358
|
+
readonly isUnexpectedMintingAuthorityState: boolean;
|
|
13359
|
+
readonly isUnknownOwnerVault: boolean;
|
|
13360
|
+
readonly isInvalidMintingAuthoritySigningKey: boolean;
|
|
13361
|
+
readonly isMintingAuthorityAlreadyRegistered: boolean;
|
|
13362
|
+
readonly isInvalidMintingAuthoritySigningKeyProof: boolean;
|
|
13363
|
+
readonly isInvalidMintingAuthorityCollateral: boolean;
|
|
13364
|
+
readonly isGlobalIssuanceCouncilNotFound: boolean;
|
|
13365
|
+
readonly isInvalidGlobalIssuanceCouncil: boolean;
|
|
13366
|
+
readonly isDuplicateGlobalIssuanceCouncilSigner: boolean;
|
|
13367
|
+
readonly isDuplicateGlobalIssuanceCouncilAccount: boolean;
|
|
13368
|
+
readonly isInvalidCouncilSignerProof: boolean;
|
|
13369
|
+
readonly isGlobalIssuanceCouncilMemberNotFound: boolean;
|
|
13370
|
+
readonly isCouncilSignerNotRegistered: boolean;
|
|
13371
|
+
readonly isCouncilApprovalQueueEntryNotFound: boolean;
|
|
13372
|
+
readonly isCouncilApprovalAlreadyRecorded: boolean;
|
|
13373
|
+
readonly isInvalidForceSetAfterNonce: boolean;
|
|
13374
|
+
readonly isCannotForceSetQuorumApprovedQueueEntry: boolean;
|
|
13375
|
+
readonly isInvalidCouncilApprovalSignature: boolean;
|
|
13376
|
+
readonly isNoCouncilApprovalSignaturesProvided: boolean;
|
|
13377
|
+
readonly isInsufficientCommittedMicrogonCollateral: boolean;
|
|
13378
|
+
readonly isInsufficientCommittedArgonotCollateral: boolean;
|
|
13379
|
+
readonly isInvalidMintingAuthorityDeactivationSignature: boolean;
|
|
13380
|
+
readonly isInvalidMicrogonsPerArgonot: boolean;
|
|
13381
|
+
readonly isMintingAuthorityCollateralBelowMinimum: boolean;
|
|
13382
|
+
readonly isInvalidMintingAuthorityActivationRepaymentPricing: boolean;
|
|
13383
|
+
readonly isMissingMintingAuthorityActivationRepaymentPricing: boolean;
|
|
13384
|
+
readonly isInvalidGatewayActivity: boolean;
|
|
13385
|
+
readonly isGatewaySyncPaused: boolean;
|
|
13386
|
+
readonly isInvalidTransferOutAmount: boolean;
|
|
13387
|
+
readonly isInvalidTransferOutRecipient: boolean;
|
|
13388
|
+
readonly isMissingVerifiedExecutionBlock: boolean;
|
|
13389
|
+
readonly isStaleVerifiedExecutionBlock: boolean;
|
|
13390
|
+
readonly isTransferOutNotFound: boolean;
|
|
13391
|
+
readonly isTransferOutAlreadyReady: boolean;
|
|
13392
|
+
readonly isTransferOutExpired: boolean;
|
|
13393
|
+
readonly isInvalidTransferCollateral: boolean;
|
|
13394
|
+
readonly isInvalidTransferCollateralUpdate: boolean;
|
|
13395
|
+
readonly isInvalidTransferCollateralSignature: boolean;
|
|
13396
|
+
readonly isInsufficientMintingAuthorityCollateral: boolean;
|
|
13397
|
+
readonly isTransferCollateralIncrementTooSmall: boolean;
|
|
13398
|
+
readonly isTooManyPendingTransferOuts: boolean;
|
|
13399
|
+
readonly type: 'InvalidTransferToArgonActivity' | 'NoGatewayProofBlocksProvided' | 'NoGatewayActivitiesProvided' | 'InvalidProof' | 'UnsupportedSource' | 'UnsupportedGateway' | 'UnsupportedToken' | 'UnexpectedPreviousGatewayActivityNonce' | 'UnexpectedGatewayActivityNonce' | 'InvalidChainConfig' | 'InsufficientLiquidity' | 'MintingAuthorityNotFound' | 'MintingAuthorityMismatch' | 'UnexpectedMintingAuthorityState' | 'UnknownOwnerVault' | 'InvalidMintingAuthoritySigningKey' | 'MintingAuthorityAlreadyRegistered' | 'InvalidMintingAuthoritySigningKeyProof' | 'InvalidMintingAuthorityCollateral' | 'GlobalIssuanceCouncilNotFound' | 'InvalidGlobalIssuanceCouncil' | 'DuplicateGlobalIssuanceCouncilSigner' | 'DuplicateGlobalIssuanceCouncilAccount' | 'InvalidCouncilSignerProof' | 'GlobalIssuanceCouncilMemberNotFound' | 'CouncilSignerNotRegistered' | 'CouncilApprovalQueueEntryNotFound' | 'CouncilApprovalAlreadyRecorded' | 'InvalidForceSetAfterNonce' | 'CannotForceSetQuorumApprovedQueueEntry' | 'InvalidCouncilApprovalSignature' | 'NoCouncilApprovalSignaturesProvided' | 'InsufficientCommittedMicrogonCollateral' | 'InsufficientCommittedArgonotCollateral' | 'InvalidMintingAuthorityDeactivationSignature' | 'InvalidMicrogonsPerArgonot' | 'MintingAuthorityCollateralBelowMinimum' | 'InvalidMintingAuthorityActivationRepaymentPricing' | 'MissingMintingAuthorityActivationRepaymentPricing' | 'InvalidGatewayActivity' | 'GatewaySyncPaused' | 'InvalidTransferOutAmount' | 'InvalidTransferOutRecipient' | 'MissingVerifiedExecutionBlock' | 'StaleVerifiedExecutionBlock' | 'TransferOutNotFound' | 'TransferOutAlreadyReady' | 'TransferOutExpired' | 'InvalidTransferCollateral' | 'InvalidTransferCollateralUpdate' | 'InvalidTransferCollateralSignature' | 'InsufficientMintingAuthorityCollateral' | 'TransferCollateralIncrementTooSmall' | 'TooManyPendingTransferOuts';
|
|
13400
|
+
}
|
|
13401
|
+
/** @name FrameSystemExtensionsAuthorizeCall (575) */
|
|
12292
13402
|
type FrameSystemExtensionsAuthorizeCall = Null;
|
|
12293
|
-
/** @name FrameSystemExtensionsCheckNonZeroSender (
|
|
13403
|
+
/** @name FrameSystemExtensionsCheckNonZeroSender (576) */
|
|
12294
13404
|
type FrameSystemExtensionsCheckNonZeroSender = Null;
|
|
12295
|
-
/** @name FrameSystemExtensionsCheckSpecVersion (
|
|
13405
|
+
/** @name FrameSystemExtensionsCheckSpecVersion (577) */
|
|
12296
13406
|
type FrameSystemExtensionsCheckSpecVersion = Null;
|
|
12297
|
-
/** @name FrameSystemExtensionsCheckTxVersion (
|
|
13407
|
+
/** @name FrameSystemExtensionsCheckTxVersion (578) */
|
|
12298
13408
|
type FrameSystemExtensionsCheckTxVersion = Null;
|
|
12299
|
-
/** @name FrameSystemExtensionsCheckGenesis (
|
|
13409
|
+
/** @name FrameSystemExtensionsCheckGenesis (579) */
|
|
12300
13410
|
type FrameSystemExtensionsCheckGenesis = Null;
|
|
12301
|
-
/** @name FrameSystemExtensionsCheckNonce (
|
|
13411
|
+
/** @name FrameSystemExtensionsCheckNonce (582) */
|
|
12302
13412
|
interface FrameSystemExtensionsCheckNonce extends Compact<u32> {
|
|
12303
13413
|
}
|
|
12304
|
-
/** @name FrameSystemExtensionsCheckWeight (
|
|
13414
|
+
/** @name FrameSystemExtensionsCheckWeight (583) */
|
|
12305
13415
|
type FrameSystemExtensionsCheckWeight = Null;
|
|
12306
|
-
/** @name PalletTransactionPaymentChargeTransactionPayment (
|
|
13416
|
+
/** @name PalletTransactionPaymentChargeTransactionPayment (584) */
|
|
12307
13417
|
interface PalletTransactionPaymentChargeTransactionPayment extends Compact<u128> {
|
|
12308
13418
|
}
|
|
12309
|
-
/** @name FrameMetadataHashExtensionCheckMetadataHash (
|
|
13419
|
+
/** @name FrameMetadataHashExtensionCheckMetadataHash (585) */
|
|
12310
13420
|
interface FrameMetadataHashExtensionCheckMetadataHash extends Struct {
|
|
12311
13421
|
readonly mode: FrameMetadataHashExtensionMode;
|
|
12312
13422
|
}
|
|
12313
|
-
/** @name FrameMetadataHashExtensionMode (
|
|
13423
|
+
/** @name FrameMetadataHashExtensionMode (586) */
|
|
12314
13424
|
interface FrameMetadataHashExtensionMode extends Enum {
|
|
12315
13425
|
readonly isDisabled: boolean;
|
|
12316
13426
|
readonly isEnabled: boolean;
|
|
12317
13427
|
readonly type: 'Disabled' | 'Enabled';
|
|
12318
13428
|
}
|
|
12319
|
-
/** @name FrameSystemExtensionsWeightReclaim (
|
|
13429
|
+
/** @name FrameSystemExtensionsWeightReclaim (587) */
|
|
12320
13430
|
type FrameSystemExtensionsWeightReclaim = Null;
|
|
12321
|
-
/** @name ArgonRuntimeRuntime (
|
|
13431
|
+
/** @name ArgonRuntimeRuntime (589) */
|
|
12322
13432
|
type ArgonRuntimeRuntime = Null;
|
|
12323
13433
|
}
|
|
12324
13434
|
|
|
@@ -12385,6 +13495,19 @@ declare function dispatchErrorToExtrinsicError(client: ArgonClient, error: IDisp
|
|
|
12385
13495
|
* @returns A promise that resolves if the extrinsic was successful, and rejects if it failed
|
|
12386
13496
|
*/
|
|
12387
13497
|
declare function checkForExtrinsicSuccess(events: EventRecord[], client: ArgonClient): Promise<void>;
|
|
13498
|
+
/**
|
|
13499
|
+
* Return a bigint value using a canonical field first, then named fallback fields on the same source object.
|
|
13500
|
+
* Helpful when reading runtime records that may use older field names across spec versions.
|
|
13501
|
+
* @param value The preferred bigint-like value, usually from the current field name
|
|
13502
|
+
* @param source The object to read fallback fields from
|
|
13503
|
+
* @param fallbackFields The fallback field names to check in order
|
|
13504
|
+
* @param fallback The value to return if no preferred or fallback field is present
|
|
13505
|
+
* @returns The preferred or fallback value converted to bigint
|
|
13506
|
+
*/
|
|
13507
|
+
declare function getBigIntFallback<T extends object>(value: IBigIntLike | undefined, source: T, fallbackFields: readonly string[], fallback?: bigint): bigint;
|
|
13508
|
+
type IBigIntLike = bigint | {
|
|
13509
|
+
toBigInt(): bigint;
|
|
13510
|
+
};
|
|
12388
13511
|
|
|
12389
13512
|
type ITxProgressCallback = (progressToInBlock: number, result?: TxResult) => void;
|
|
12390
13513
|
declare class TxResult {
|
|
@@ -12494,6 +13617,20 @@ declare function getFrameInfoFromHeader(header: Header): {
|
|
|
12494
13617
|
frameRewardTicksRemaining: number;
|
|
12495
13618
|
} | undefined;
|
|
12496
13619
|
|
|
13620
|
+
declare class PriceIndex {
|
|
13621
|
+
btcUsdPrice?: BigNumber;
|
|
13622
|
+
argonotUsdPrice?: BigNumber;
|
|
13623
|
+
argonUsdPrice?: BigNumber;
|
|
13624
|
+
argonUsdTargetPrice?: BigNumber;
|
|
13625
|
+
argonTimeWeightedAverageLiquidity?: BigNumber;
|
|
13626
|
+
lastUpdatedTick?: number;
|
|
13627
|
+
load(client: ArgonClient | ApiDecoration<'promise'>): Promise<this>;
|
|
13628
|
+
getSatoshiPriceInMarketMicrogons(satoshis: bigint | number): bigint;
|
|
13629
|
+
getSatoshiPriceInTargetMicrogons(satoshis: bigint | number): bigint;
|
|
13630
|
+
get rValue(): BigNumber;
|
|
13631
|
+
get argonCpi(): BigNumber;
|
|
13632
|
+
}
|
|
13633
|
+
|
|
12497
13634
|
interface ArgonPrimitivesVaultV144 extends Struct {
|
|
12498
13635
|
readonly operatorAccountId: AccountId32;
|
|
12499
13636
|
readonly securitization: Compact<u128>;
|
|
@@ -12533,6 +13670,9 @@ declare class Vault {
|
|
|
12533
13670
|
load(vault: ArgonPrimitivesVault | ArgonPrimitivesVaultV144): void;
|
|
12534
13671
|
availableBitcoinSpace(): bigint;
|
|
12535
13672
|
availableSecuritization(): bigint;
|
|
13673
|
+
availableBondSpace(priceIndex: PriceIndex, bondLots?: Iterable<{
|
|
13674
|
+
activeBonds: number;
|
|
13675
|
+
}>, bondFullCapacityPerFrame?: boolean): bigint;
|
|
12536
13676
|
getRelockCapacity(): bigint;
|
|
12537
13677
|
securitizationRatioBN(): BigNumber;
|
|
12538
13678
|
activatedSecuritization(): bigint;
|
|
@@ -12573,19 +13713,6 @@ declare function fromFixedNumber(value: bigint, decimals?: number): BigNumber;
|
|
|
12573
13713
|
declare const FIXED_U128_DECIMALS = 18;
|
|
12574
13714
|
declare const PERMILL_DECIMALS = 6;
|
|
12575
13715
|
|
|
12576
|
-
declare class PriceIndex {
|
|
12577
|
-
btcUsdPrice?: BigNumber;
|
|
12578
|
-
argonotUsdPrice?: BigNumber;
|
|
12579
|
-
argonUsdPrice?: BigNumber;
|
|
12580
|
-
argonUsdTargetPrice?: BigNumber;
|
|
12581
|
-
argonTimeWeightedAverageLiquidity?: BigNumber;
|
|
12582
|
-
lastUpdatedTick?: number;
|
|
12583
|
-
load(client: ArgonClient | ApiDecoration<'promise'>): Promise<this>;
|
|
12584
|
-
getBtcMicrogonPrice(satoshis: bigint | number): bigint;
|
|
12585
|
-
get rValue(): BigNumber;
|
|
12586
|
-
get argonCpi(): BigNumber;
|
|
12587
|
-
}
|
|
12588
|
-
|
|
12589
13716
|
declare const SATS_PER_BTC = 100000000n;
|
|
12590
13717
|
type IQueryableClient = ArgonClient | ApiDecoration<'promise'>;
|
|
12591
13718
|
type UtxoRefLike = ArgonPrimitivesBitcoinUtxoRef | {
|
|
@@ -12596,7 +13723,7 @@ declare class BitcoinLock implements IBitcoinLock {
|
|
|
12596
13723
|
utxoId: number;
|
|
12597
13724
|
p2wshScriptHashHex: string;
|
|
12598
13725
|
vaultId: number;
|
|
12599
|
-
|
|
13726
|
+
lockedTargetPrice: bigint;
|
|
12600
13727
|
liquidityPromised: bigint;
|
|
12601
13728
|
ownerAccount: string;
|
|
12602
13729
|
satoshis: bigint;
|
|
@@ -12631,23 +13758,22 @@ declare class BitcoinLock implements IBitcoinLock {
|
|
|
12631
13758
|
bitcoinTxid: string;
|
|
12632
13759
|
} | undefined>;
|
|
12633
13760
|
findPendingMints(client: IQueryableClient): Promise<bigint[]>;
|
|
12634
|
-
|
|
13761
|
+
calculateRatchetingCosts(client: IQueryableClient, priceIndex: PriceIndex, vault: Vault, microgonsAtTargetPerBtc?: bigint): Promise<{
|
|
12635
13762
|
burnAmount: bigint;
|
|
12636
13763
|
ratchetingFee: bigint;
|
|
12637
|
-
marketRate: bigint;
|
|
12638
13764
|
}>;
|
|
12639
13765
|
ratchet(args: {
|
|
12640
13766
|
client: ArgonClient;
|
|
12641
13767
|
priceIndex: PriceIndex;
|
|
12642
13768
|
txSigner: TxSigningAccount;
|
|
12643
13769
|
vault: Vault;
|
|
12644
|
-
|
|
13770
|
+
microgonsAtTargetPerBtc?: bigint;
|
|
12645
13771
|
} & ISubmittableOptions): Promise<{
|
|
12646
13772
|
txResult: TxResult;
|
|
12647
13773
|
getRatchetResult: () => Promise<{
|
|
12648
13774
|
securityFee: bigint;
|
|
12649
13775
|
txFee: bigint;
|
|
12650
|
-
|
|
13776
|
+
lockedTargetPrice: bigint;
|
|
12651
13777
|
liquidityPromised: bigint;
|
|
12652
13778
|
pendingMint: bigint;
|
|
12653
13779
|
burned: bigint;
|
|
@@ -12655,7 +13781,7 @@ declare class BitcoinLock implements IBitcoinLock {
|
|
|
12655
13781
|
bitcoinBlockHeight: number;
|
|
12656
13782
|
}>;
|
|
12657
13783
|
}>;
|
|
12658
|
-
|
|
13784
|
+
calculateRedemptionAmount(priceIndex: PriceIndex): bigint;
|
|
12659
13785
|
requestRelease(args: {
|
|
12660
13786
|
client: ArgonClient;
|
|
12661
13787
|
priceIndex: PriceIndex;
|
|
@@ -12675,11 +13801,9 @@ declare class BitcoinLock implements IBitcoinLock {
|
|
|
12675
13801
|
} | undefined>;
|
|
12676
13802
|
getVaultCosignSignature(client: ArgonClient, atHeight: number): Promise<Uint8Array | undefined>;
|
|
12677
13803
|
static getUtxoIdFromEvents(client: IQueryableClient, events: GenericEvent$1[]): Promise<number | undefined>;
|
|
12678
|
-
static
|
|
12679
|
-
static
|
|
12680
|
-
|
|
12681
|
-
lockedMarketRate?: bigint;
|
|
12682
|
-
}): Promise<bigint>;
|
|
13804
|
+
static calculateRedemptionAmountFromSatoshis(priceIndex: PriceIndex, satoshis: bigint, lockedTargetPrice?: bigint): bigint;
|
|
13805
|
+
static calculateRedemptionAmount(priceIndex: PriceIndex, btcMicrogonsAtTarget: bigint, maxMicrogonsAtTarget?: bigint): bigint;
|
|
13806
|
+
private static redemptionMultiplierBn;
|
|
12683
13807
|
static getConfig(client: IQueryableClient): Promise<IBitcoinLockConfig>;
|
|
12684
13808
|
static getBitcoinConfirmedBlockHeight(client: IQueryableClient): Promise<number>;
|
|
12685
13809
|
static submitVaultSignature(args: {
|
|
@@ -12719,7 +13843,7 @@ declare class BitcoinLock implements IBitcoinLock {
|
|
|
12719
13843
|
satoshis: bigint;
|
|
12720
13844
|
txSigner: TxSigningAccount;
|
|
12721
13845
|
reducedBalanceBy?: bigint;
|
|
12722
|
-
|
|
13846
|
+
microgonsAtTargetPerBtc?: bigint;
|
|
12723
13847
|
tip?: bigint;
|
|
12724
13848
|
initializeForAccountId?: string;
|
|
12725
13849
|
}): Promise<{
|
|
@@ -12750,7 +13874,7 @@ declare class BitcoinLock implements IBitcoinLock {
|
|
|
12750
13874
|
createdAtHeight: number;
|
|
12751
13875
|
txResult: TxResult;
|
|
12752
13876
|
}>;
|
|
12753
|
-
static
|
|
13877
|
+
static satoshisRequiredForRedemptionAmount(priceIndex: PriceIndex, redemptionAmount: bigint): bigint;
|
|
12754
13878
|
}
|
|
12755
13879
|
interface IBitcoinLockConfig {
|
|
12756
13880
|
lockReleaseCosignDeadlineFrames: number;
|
|
@@ -12766,13 +13890,13 @@ interface IReleaseRequest {
|
|
|
12766
13890
|
interface IReleaseRequestDetails extends IReleaseRequest {
|
|
12767
13891
|
dueFrame: number;
|
|
12768
13892
|
vaultId: number;
|
|
12769
|
-
|
|
13893
|
+
redemptionAmount: bigint;
|
|
12770
13894
|
}
|
|
12771
13895
|
interface IBitcoinLock {
|
|
12772
13896
|
utxoId: number;
|
|
12773
13897
|
p2wshScriptHashHex: string;
|
|
12774
13898
|
vaultId: number;
|
|
12775
|
-
|
|
13899
|
+
lockedTargetPrice: bigint;
|
|
12776
13900
|
liquidityPromised: bigint;
|
|
12777
13901
|
ownerAccount: string;
|
|
12778
13902
|
satoshis: bigint;
|
|
@@ -12794,57 +13918,289 @@ interface IBitcoinLock {
|
|
|
12794
13918
|
fundHoldExtensionsByBitcoinExpirationHeight: Record<number, bigint>;
|
|
12795
13919
|
}
|
|
12796
13920
|
|
|
12797
|
-
declare const
|
|
12798
|
-
declare const
|
|
12799
|
-
declare const MINTING_GATEWAY_TOKEN_DECIMALS: 18;
|
|
13921
|
+
declare const MINTING_GATEWAY_RUNTIME_DECIMALS = 6;
|
|
13922
|
+
declare const MINTING_GATEWAY_TOKEN_DECIMALS = 18;
|
|
12800
13923
|
declare const MINTING_GATEWAY_RUNTIME_TO_ERC20_SCALE: bigint;
|
|
12801
|
-
|
|
13924
|
+
type MintingGatewayActivityBlockLocator = {
|
|
13925
|
+
blockNumber: bigint;
|
|
13926
|
+
startGatewayActivityNonce: bigint;
|
|
13927
|
+
endGatewayActivityNonce: bigint;
|
|
13928
|
+
};
|
|
13929
|
+
|
|
13930
|
+
type EvmContractArtifact = {
|
|
13931
|
+
abi: Abi;
|
|
13932
|
+
bytecode: Hex;
|
|
13933
|
+
};
|
|
13934
|
+
declare const argonTokenArtifact: EvmContractArtifact;
|
|
13935
|
+
declare const argonotTokenArtifact: EvmContractArtifact;
|
|
13936
|
+
declare const mintingGatewayArtifact: EvmContractArtifact;
|
|
13937
|
+
declare const proxyAdminArtifact: EvmContractArtifact;
|
|
13938
|
+
declare const transparentUpgradeableProxyArtifact: EvmContractArtifact;
|
|
13939
|
+
type MintingGatewayTransferOutOfArgonRequest = Parameters<typeof hashMintingGatewayTransferOutOfArgonRequest$1>[0];
|
|
13940
|
+
declare function hashMintingGatewayTransferOutOfArgonRequest(request: MintingGatewayTransferOutOfArgonRequest): `0x${string}`;
|
|
13941
|
+
declare function hashMintingGatewayMintingAuthorization(gateway: Parameters<typeof hashMintingGatewayMintingAuthorization$1>[0], authorization: Omit<Parameters<typeof hashMintingGatewayMintingAuthorization$1>[1], 'request'> & {
|
|
13942
|
+
request: MintingGatewayTransferOutOfArgonRequest;
|
|
13943
|
+
}): `0x${string}`;
|
|
13944
|
+
|
|
13945
|
+
declare const EvmContracts_ArgonTokenEvents: typeof ArgonTokenEvents;
|
|
13946
|
+
declare const EvmContracts_ArgonotTokenEvents: typeof ArgonotTokenEvents;
|
|
13947
|
+
declare const EvmContracts_CanonicalMintableBurnableERC20Events: typeof CanonicalMintableBurnableERC20Events;
|
|
13948
|
+
type EvmContracts_EvmContractArtifact = EvmContractArtifact;
|
|
13949
|
+
declare const EvmContracts_ICanonicalTokenEvents: typeof ICanonicalTokenEvents;
|
|
13950
|
+
declare const EvmContracts_MINTING_GATEWAY_RUNTIME_DECIMALS: typeof MINTING_GATEWAY_RUNTIME_DECIMALS;
|
|
13951
|
+
declare const EvmContracts_MINTING_GATEWAY_RUNTIME_TO_ERC20_SCALE: typeof MINTING_GATEWAY_RUNTIME_TO_ERC20_SCALE;
|
|
13952
|
+
declare const EvmContracts_MINTING_GATEWAY_TOKEN_DECIMALS: typeof MINTING_GATEWAY_TOKEN_DECIMALS;
|
|
13953
|
+
declare const EvmContracts_MINTING_GATEWAY_UPDATE_KINDS: typeof MINTING_GATEWAY_UPDATE_KINDS;
|
|
13954
|
+
type EvmContracts_MintingGatewayActivityBlockLocator = MintingGatewayActivityBlockLocator;
|
|
13955
|
+
declare const EvmContracts_MintingGatewayEvents: typeof MintingGatewayEvents;
|
|
13956
|
+
type EvmContracts_MintingGatewayTransferOutOfArgonRequest = MintingGatewayTransferOutOfArgonRequest;
|
|
13957
|
+
declare const EvmContracts_ProxyAdminEvents: typeof ProxyAdminEvents;
|
|
13958
|
+
declare const EvmContracts_TransparentUpgradeableProxyEvents: typeof TransparentUpgradeableProxyEvents;
|
|
13959
|
+
declare const EvmContracts_argonTokenAbi: typeof argonTokenAbi;
|
|
13960
|
+
declare const EvmContracts_argonTokenArtifact: typeof argonTokenArtifact;
|
|
13961
|
+
declare const EvmContracts_argonotTokenAbi: typeof argonotTokenAbi;
|
|
13962
|
+
declare const EvmContracts_argonotTokenArtifact: typeof argonotTokenArtifact;
|
|
13963
|
+
declare const EvmContracts_canonicalMintableBurnableErc20Abi: typeof canonicalMintableBurnableErc20Abi;
|
|
13964
|
+
declare const EvmContracts_encodeMintingGatewayCouncilSnapshot: typeof encodeMintingGatewayCouncilSnapshot;
|
|
13965
|
+
declare const EvmContracts_encodeMintingGatewayGlobalIssuanceCouncilRotateTarget: typeof encodeMintingGatewayGlobalIssuanceCouncilRotateTarget;
|
|
13966
|
+
declare const EvmContracts_encodeMintingGatewayMintingAuthorityActivationTarget: typeof encodeMintingGatewayMintingAuthorityActivationTarget;
|
|
13967
|
+
declare const EvmContracts_encodeMintingGatewayMintingAuthorityDeactivateTarget: typeof encodeMintingGatewayMintingAuthorityDeactivateTarget;
|
|
13968
|
+
declare const EvmContracts_hashMintingGatewayActivateMintingAuthority: typeof hashMintingGatewayActivateMintingAuthority;
|
|
13969
|
+
declare const EvmContracts_hashMintingGatewayActivateMintingAuthorityApproval: typeof hashMintingGatewayActivateMintingAuthorityApproval;
|
|
13970
|
+
declare const EvmContracts_hashMintingGatewayGatewayUpdateApproval: typeof hashMintingGatewayGatewayUpdateApproval;
|
|
13971
|
+
declare const EvmContracts_hashMintingGatewayGlobalIssuanceCouncil: typeof hashMintingGatewayGlobalIssuanceCouncil;
|
|
13972
|
+
declare const EvmContracts_hashMintingGatewayMintingAuthority: typeof hashMintingGatewayMintingAuthority;
|
|
13973
|
+
declare const EvmContracts_hashMintingGatewayMintingAuthorityDeactivation: typeof hashMintingGatewayMintingAuthorityDeactivation;
|
|
13974
|
+
declare const EvmContracts_hashMintingGatewayMintingAuthorization: typeof hashMintingGatewayMintingAuthorization;
|
|
13975
|
+
declare const EvmContracts_hashMintingGatewayRotateGlobalIssuanceCouncil: typeof hashMintingGatewayRotateGlobalIssuanceCouncil;
|
|
13976
|
+
declare const EvmContracts_hashMintingGatewayRotateGlobalIssuanceCouncilApproval: typeof hashMintingGatewayRotateGlobalIssuanceCouncilApproval;
|
|
13977
|
+
declare const EvmContracts_hashMintingGatewayTransferOutOfArgonRequest: typeof hashMintingGatewayTransferOutOfArgonRequest;
|
|
13978
|
+
declare const EvmContracts_iCanonicalTokenAbi: typeof iCanonicalTokenAbi;
|
|
13979
|
+
declare const EvmContracts_mintingGatewayAbi: typeof mintingGatewayAbi;
|
|
13980
|
+
declare const EvmContracts_mintingGatewayArtifact: typeof mintingGatewayArtifact;
|
|
13981
|
+
declare const EvmContracts_proxyAdminAbi: typeof proxyAdminAbi;
|
|
13982
|
+
declare const EvmContracts_proxyAdminArtifact: typeof proxyAdminArtifact;
|
|
13983
|
+
declare const EvmContracts_transparentUpgradeableProxyAbi: typeof transparentUpgradeableProxyAbi;
|
|
13984
|
+
declare const EvmContracts_transparentUpgradeableProxyArtifact: typeof transparentUpgradeableProxyArtifact;
|
|
13985
|
+
declare namespace EvmContracts {
|
|
13986
|
+
export { EvmContracts_ArgonTokenEvents as ArgonTokenEvents, EvmContracts_ArgonotTokenEvents as ArgonotTokenEvents, EvmContracts_CanonicalMintableBurnableERC20Events as CanonicalMintableBurnableERC20Events, type EvmContracts_EvmContractArtifact as EvmContractArtifact, EvmContracts_ICanonicalTokenEvents as ICanonicalTokenEvents, EvmContracts_MINTING_GATEWAY_RUNTIME_DECIMALS as MINTING_GATEWAY_RUNTIME_DECIMALS, EvmContracts_MINTING_GATEWAY_RUNTIME_TO_ERC20_SCALE as MINTING_GATEWAY_RUNTIME_TO_ERC20_SCALE, EvmContracts_MINTING_GATEWAY_TOKEN_DECIMALS as MINTING_GATEWAY_TOKEN_DECIMALS, EvmContracts_MINTING_GATEWAY_UPDATE_KINDS as MINTING_GATEWAY_UPDATE_KINDS, type EvmContracts_MintingGatewayActivityBlockLocator as MintingGatewayActivityBlockLocator, EvmContracts_MintingGatewayEvents as MintingGatewayEvents, type EvmContracts_MintingGatewayTransferOutOfArgonRequest as MintingGatewayTransferOutOfArgonRequest, EvmContracts_ProxyAdminEvents as ProxyAdminEvents, EvmContracts_TransparentUpgradeableProxyEvents as TransparentUpgradeableProxyEvents, EvmContracts_argonTokenAbi as argonTokenAbi, EvmContracts_argonTokenArtifact as argonTokenArtifact, EvmContracts_argonotTokenAbi as argonotTokenAbi, EvmContracts_argonotTokenArtifact as argonotTokenArtifact, EvmContracts_canonicalMintableBurnableErc20Abi as canonicalMintableBurnableErc20Abi, EvmContracts_encodeMintingGatewayCouncilSnapshot as encodeMintingGatewayCouncilSnapshot, EvmContracts_encodeMintingGatewayGlobalIssuanceCouncilRotateTarget as encodeMintingGatewayGlobalIssuanceCouncilRotateTarget, EvmContracts_encodeMintingGatewayMintingAuthorityActivationTarget as encodeMintingGatewayMintingAuthorityActivationTarget, EvmContracts_encodeMintingGatewayMintingAuthorityDeactivateTarget as encodeMintingGatewayMintingAuthorityDeactivateTarget, EvmContracts_hashMintingGatewayActivateMintingAuthority as hashMintingGatewayActivateMintingAuthority, EvmContracts_hashMintingGatewayActivateMintingAuthorityApproval as hashMintingGatewayActivateMintingAuthorityApproval, EvmContracts_hashMintingGatewayGatewayUpdateApproval as hashMintingGatewayGatewayUpdateApproval, EvmContracts_hashMintingGatewayGlobalIssuanceCouncil as hashMintingGatewayGlobalIssuanceCouncil, EvmContracts_hashMintingGatewayMintingAuthority as hashMintingGatewayMintingAuthority, EvmContracts_hashMintingGatewayMintingAuthorityDeactivation as hashMintingGatewayMintingAuthorityDeactivation, EvmContracts_hashMintingGatewayMintingAuthorization as hashMintingGatewayMintingAuthorization, EvmContracts_hashMintingGatewayRotateGlobalIssuanceCouncil as hashMintingGatewayRotateGlobalIssuanceCouncil, EvmContracts_hashMintingGatewayRotateGlobalIssuanceCouncilApproval as hashMintingGatewayRotateGlobalIssuanceCouncilApproval, EvmContracts_hashMintingGatewayTransferOutOfArgonRequest as hashMintingGatewayTransferOutOfArgonRequest, EvmContracts_iCanonicalTokenAbi as iCanonicalTokenAbi, EvmContracts_mintingGatewayAbi as mintingGatewayAbi, EvmContracts_mintingGatewayArtifact as mintingGatewayArtifact, EvmContracts_proxyAdminAbi as proxyAdminAbi, EvmContracts_proxyAdminArtifact as proxyAdminArtifact, EvmContracts_transparentUpgradeableProxyAbi as transparentUpgradeableProxyAbi, EvmContracts_transparentUpgradeableProxyArtifact as transparentUpgradeableProxyArtifact };
|
|
13987
|
+
}
|
|
12802
13988
|
|
|
12803
|
-
type VerifyEventLog = IArgonQueryable['call']['ethereumApis']['verifyEventLog'];
|
|
12804
|
-
type EthereumVerifyEventLogResult = Awaited<ReturnType<VerifyEventLog>>;
|
|
12805
13989
|
type EthereumReceipt = Awaited<ReturnType<ReturnType<typeof createPublicClient>['getTransactionReceipt']>>;
|
|
12806
13990
|
type EthereumExecutionClient = ReturnType<typeof createPublicClient>;
|
|
12807
|
-
type
|
|
13991
|
+
type EthereumExecutionSource = {
|
|
13992
|
+
executionRpcUrl?: string;
|
|
13993
|
+
executionClient?: EthereumExecutionClient;
|
|
13994
|
+
};
|
|
13995
|
+
|
|
13996
|
+
type ArgonFinalizedExecutionHeader = {
|
|
12808
13997
|
blockHash: Hex;
|
|
12809
13998
|
blockNumber: bigint;
|
|
12810
13999
|
};
|
|
14000
|
+
declare class ArgonFinalizedExecutionHeaderPathError extends Error {
|
|
14001
|
+
}
|
|
12811
14002
|
type EthereumEventLocator = {
|
|
12812
14003
|
txHash: Hex;
|
|
12813
|
-
|
|
12814
|
-
executionRpcUrl?: string;
|
|
12815
|
-
executionClient?: EthereumExecutionClient;
|
|
14004
|
+
logIndexes?: number[];
|
|
12816
14005
|
receipt?: EthereumReceipt;
|
|
12817
14006
|
};
|
|
12818
|
-
type
|
|
12819
|
-
|
|
14007
|
+
type EthereumEventLocatorBlock = EthereumEventLocator[];
|
|
14008
|
+
type EthereumEventLog = Pick<EthereumReceipt['logs'][number], 'address' | 'data'> & {
|
|
12820
14009
|
topics: Hex[];
|
|
12821
|
-
data: Hex;
|
|
12822
14010
|
};
|
|
12823
|
-
type
|
|
14011
|
+
type EthereumEventProof = {
|
|
14012
|
+
executionBlockProof: {
|
|
14013
|
+
anchorBlockHash: Hex;
|
|
14014
|
+
targetToAnchorHeaderChain: {
|
|
14015
|
+
rlp: Hex;
|
|
14016
|
+
}[];
|
|
14017
|
+
};
|
|
14018
|
+
blocks: {
|
|
14019
|
+
targetBlockNumber: number;
|
|
14020
|
+
receiptLogs: {
|
|
14021
|
+
transactionIndex: number;
|
|
14022
|
+
eventLog: EthereumEventLog;
|
|
14023
|
+
}[];
|
|
14024
|
+
receiptProof: {
|
|
14025
|
+
nodes: Hex[];
|
|
14026
|
+
receipts: {
|
|
14027
|
+
transactionIndex: number;
|
|
14028
|
+
nodeIndexes: number[];
|
|
14029
|
+
}[];
|
|
14030
|
+
};
|
|
14031
|
+
}[];
|
|
14032
|
+
};
|
|
14033
|
+
declare function encodeReceiptTrieKey(transactionIndex: number): Uint8Array;
|
|
14034
|
+
declare function encodeEthereumReceiptForProof(receipt: EthereumReceipt): Uint8Array;
|
|
14035
|
+
declare function buildEthereumEventProof(executionSource: EthereumExecutionSource, argonFinalizedExecutionHeader: ArgonFinalizedExecutionHeader, locatorBlocks: EthereumEventLocatorBlock[]): Promise<EthereumEventProof>;
|
|
14036
|
+
declare function getLatestArgonFinalizedExecutionHeader(client: IArgonQueryable): Promise<ArgonFinalizedExecutionHeader>;
|
|
14037
|
+
declare function waitForArgonFinalizedExecutionHeader(client: IArgonQueryable, targetBlockNumber: bigint, options?: {
|
|
14038
|
+
pollMs?: number;
|
|
14039
|
+
timeoutMs?: number;
|
|
14040
|
+
}): Promise<ArgonFinalizedExecutionHeader>;
|
|
14041
|
+
declare function loadExecutionHeader(executionClient: EthereumExecutionClient, blockTag: Hex | bigint): Promise<BlockHeader>;
|
|
14042
|
+
declare function buildExecutionHeaderChain(executionClient: EthereumExecutionClient, targetHeader: BlockHeader, argonFinalizedExecutionHeader: ArgonFinalizedExecutionHeader): Promise<{
|
|
14043
|
+
blockHash: Hex;
|
|
12824
14044
|
rlp: Hex;
|
|
14045
|
+
}[]>;
|
|
14046
|
+
|
|
14047
|
+
type EthereumBeaconHeader = {
|
|
14048
|
+
slot: string;
|
|
14049
|
+
proposer_index: string;
|
|
14050
|
+
parent_root: string;
|
|
14051
|
+
state_root: string;
|
|
14052
|
+
body_root: string;
|
|
14053
|
+
};
|
|
14054
|
+
type EthereumBeaconBlockBody = Record<string, unknown> & {
|
|
14055
|
+
execution_payload: EthereumBeaconExecutionPayload;
|
|
14056
|
+
};
|
|
14057
|
+
type EthereumBeaconExecutionPayload = {
|
|
14058
|
+
parent_hash: string;
|
|
14059
|
+
fee_recipient: string;
|
|
14060
|
+
state_root: string;
|
|
14061
|
+
receipts_root: string;
|
|
14062
|
+
logs_bloom: string;
|
|
14063
|
+
prev_randao: string;
|
|
14064
|
+
block_number: string;
|
|
14065
|
+
gas_limit: string;
|
|
14066
|
+
gas_used: string;
|
|
14067
|
+
timestamp: string;
|
|
14068
|
+
extra_data: string;
|
|
14069
|
+
base_fee_per_gas: string;
|
|
14070
|
+
block_hash: string;
|
|
14071
|
+
transactions: string[];
|
|
14072
|
+
withdrawals: Record<string, unknown>[];
|
|
14073
|
+
blob_gas_used?: string;
|
|
14074
|
+
excess_blob_gas?: string;
|
|
14075
|
+
};
|
|
14076
|
+
type EthereumLightClientHeader = {
|
|
14077
|
+
beacon: EthereumBeaconHeader;
|
|
14078
|
+
execution: {
|
|
14079
|
+
parent_hash: string;
|
|
14080
|
+
fee_recipient: string;
|
|
14081
|
+
state_root: string;
|
|
14082
|
+
receipts_root: string;
|
|
14083
|
+
logs_bloom: string;
|
|
14084
|
+
prev_randao: string;
|
|
14085
|
+
block_number: string;
|
|
14086
|
+
gas_limit: string;
|
|
14087
|
+
gas_used: string;
|
|
14088
|
+
timestamp: string;
|
|
14089
|
+
extra_data: string;
|
|
14090
|
+
base_fee_per_gas: string;
|
|
14091
|
+
block_hash: string;
|
|
14092
|
+
transactions_root: string;
|
|
14093
|
+
withdrawals_root: string;
|
|
14094
|
+
blob_gas_used?: string;
|
|
14095
|
+
excess_blob_gas?: string;
|
|
14096
|
+
};
|
|
14097
|
+
execution_branch: string[];
|
|
14098
|
+
};
|
|
14099
|
+
type EthereumLightClientBootstrapResponse = {
|
|
14100
|
+
data: {
|
|
14101
|
+
header: EthereumLightClientHeader;
|
|
14102
|
+
current_sync_committee: {
|
|
14103
|
+
pubkeys: string[];
|
|
14104
|
+
aggregate_pubkey: string;
|
|
14105
|
+
};
|
|
14106
|
+
current_sync_committee_branch: string[];
|
|
14107
|
+
};
|
|
14108
|
+
};
|
|
14109
|
+
type EthereumLightClientUpdate = {
|
|
14110
|
+
attested_header: EthereumLightClientHeader;
|
|
14111
|
+
sync_aggregate: {
|
|
14112
|
+
sync_committee_bits: string;
|
|
14113
|
+
sync_committee_signature: string;
|
|
14114
|
+
};
|
|
14115
|
+
signature_slot: string;
|
|
14116
|
+
next_sync_committee?: EthereumLightClientBootstrapResponse['data']['current_sync_committee'];
|
|
14117
|
+
next_sync_committee_branch?: string[];
|
|
14118
|
+
finalized_header: EthereumLightClientHeader;
|
|
14119
|
+
finality_branch: string[];
|
|
14120
|
+
};
|
|
14121
|
+
type EthereumVersionedLightClientUpdate = {
|
|
14122
|
+
version: string;
|
|
14123
|
+
data: EthereumLightClientUpdate;
|
|
14124
|
+
};
|
|
14125
|
+
type EthereumBeaconGenesisResponse = {
|
|
14126
|
+
data: {
|
|
14127
|
+
genesis_fork_version: string;
|
|
14128
|
+
genesis_validators_root: string;
|
|
14129
|
+
};
|
|
14130
|
+
};
|
|
14131
|
+
type EthereumBeaconConfigSpecResponse = {
|
|
14132
|
+
data: Record<string, string>;
|
|
14133
|
+
};
|
|
14134
|
+
type EthereumBeaconHeaderDetailsResponse = {
|
|
14135
|
+
data: {
|
|
14136
|
+
root: string;
|
|
14137
|
+
canonical: boolean;
|
|
14138
|
+
header: {
|
|
14139
|
+
message: EthereumBeaconHeader;
|
|
14140
|
+
signature: string;
|
|
14141
|
+
};
|
|
14142
|
+
};
|
|
12825
14143
|
};
|
|
12826
|
-
type
|
|
12827
|
-
|
|
12828
|
-
|
|
14144
|
+
type EthereumBeaconBlockResponse = {
|
|
14145
|
+
version: string;
|
|
14146
|
+
data: {
|
|
14147
|
+
message: {
|
|
14148
|
+
slot: string;
|
|
14149
|
+
proposer_index: string;
|
|
14150
|
+
parent_root: string;
|
|
14151
|
+
state_root: string;
|
|
14152
|
+
body: EthereumBeaconBlockBody;
|
|
14153
|
+
};
|
|
14154
|
+
};
|
|
12829
14155
|
};
|
|
12830
|
-
|
|
14156
|
+
|
|
14157
|
+
type DecodedEthereumGatewayActivity = ({
|
|
14158
|
+
kind: typeof MintingGatewayEvents.GlobalIssuanceCouncilRotated.name;
|
|
14159
|
+
} & MintingGatewayGlobalIssuanceCouncilRotated) | ({
|
|
14160
|
+
kind: typeof MintingGatewayEvents.MintingAuthorityActivated.name;
|
|
14161
|
+
} & MintingGatewayMintingAuthorityActivated) | ({
|
|
14162
|
+
kind: typeof MintingGatewayEvents.MintingAuthorityDeactivated.name;
|
|
14163
|
+
} & MintingGatewayMintingAuthorityDeactivated) | ({
|
|
14164
|
+
kind: typeof MintingGatewayEvents.TransferOutOfArgonCanceled.name;
|
|
14165
|
+
} & MintingGatewayTransferOutOfArgonCanceled) | ({
|
|
14166
|
+
kind: typeof MintingGatewayEvents.TransferOutOfArgonFinalized.name;
|
|
14167
|
+
} & MintingGatewayTransferOutOfArgonFinalized) | ({
|
|
14168
|
+
kind: typeof MintingGatewayEvents.TransferToArgonStarted.name;
|
|
14169
|
+
} & MintingGatewayTransferToArgonStarted);
|
|
14170
|
+
type EthereumGatewayActivity = DecodedEthereumGatewayActivity & {
|
|
14171
|
+
txHash: Hex;
|
|
12831
14172
|
transactionIndex: number;
|
|
12832
|
-
|
|
14173
|
+
logIndex: number;
|
|
14174
|
+
blockHash: Hex;
|
|
14175
|
+
blockNumber: bigint;
|
|
12833
14176
|
};
|
|
12834
|
-
|
|
12835
|
-
|
|
12836
|
-
|
|
12837
|
-
|
|
12838
|
-
|
|
14177
|
+
declare function findEthereumTransferToArgonStartedLogIndexes(receipt: {
|
|
14178
|
+
transactionHash: Hex;
|
|
14179
|
+
logs: {
|
|
14180
|
+
address: Hex;
|
|
14181
|
+
topics: Hex[];
|
|
14182
|
+
}[];
|
|
14183
|
+
}, gatewayAddress: Hex): number[];
|
|
14184
|
+
declare function decodeEthereumTransferToArgonStartedLog(log: Pick<EthereumEventLog, 'topics' | 'data'>): MintingGatewayTransferToArgonStarted;
|
|
14185
|
+
declare function decodeEthereumGatewayActivityLog(log: Pick<EthereumEventLog, 'topics' | 'data'>): DecodedEthereumGatewayActivity;
|
|
14186
|
+
|
|
14187
|
+
type EthereumGatewayActivityProofPayload = {
|
|
14188
|
+
previousGatewayActivityNonce: bigint;
|
|
14189
|
+
proof: EthereumEventProof;
|
|
14190
|
+
gatewayActivityNonceRange: {
|
|
14191
|
+
start: bigint;
|
|
14192
|
+
end: bigint;
|
|
14193
|
+
};
|
|
14194
|
+
executionBlockNumberRange: {
|
|
14195
|
+
start: bigint;
|
|
14196
|
+
end: bigint;
|
|
12839
14197
|
};
|
|
14198
|
+
activities: EthereumGatewayActivity[];
|
|
12840
14199
|
};
|
|
12841
|
-
declare function
|
|
12842
|
-
|
|
12843
|
-
|
|
12844
|
-
|
|
12845
|
-
pollMs?: number;
|
|
12846
|
-
timeoutMs?: number;
|
|
12847
|
-
}): Promise<RetainedExecutionAnchor>;
|
|
14200
|
+
declare function buildGatewayActivityProofPayload(client: IArgonQueryable & Pick<ArgonClient, 'consts'>, options: EthereumExecutionSource & {
|
|
14201
|
+
gatewayAddress: Hex;
|
|
14202
|
+
throughExecutionBlockNumber?: bigint;
|
|
14203
|
+
}): Promise<EthereumGatewayActivityProofPayload | null>;
|
|
12848
14204
|
|
|
12849
14205
|
type EthereumBeaconSyncState = {
|
|
12850
14206
|
isBootstrapped: false;
|
|
@@ -12880,4 +14236,4 @@ declare function waitForLoad(): Promise<void>;
|
|
|
12880
14236
|
declare function getClient(host: string, options?: ApiOptions): Promise<ArgonClient>;
|
|
12881
14237
|
declare function getOfflineRegistry(): TypeRegistry;
|
|
12882
14238
|
|
|
12883
|
-
export { type ArgonClient, BitcoinLock, type EthereumEventLocator, type EthereumEventProof, type EthereumExecutionClient, type EthereumReceipt, type
|
|
14239
|
+
export { type ArgonClient, type ArgonFinalizedExecutionHeader, ArgonFinalizedExecutionHeaderPathError, BitcoinLock, type EthereumBeaconBlockResponse, type EthereumBeaconConfigSpecResponse, type EthereumBeaconGenesisResponse, type EthereumBeaconHeaderDetailsResponse, type EthereumEventLocator, type EthereumEventLocatorBlock, type EthereumEventLog, type EthereumEventProof, type EthereumExecutionClient, type EthereumExecutionSource, type EthereumGatewayActivity, type EthereumGatewayActivityProofPayload, type EthereumLightClientBootstrapResponse, type EthereumLightClientHeader, type EthereumLightClientUpdate, type EthereumReceipt, type EthereumVersionedLightClientUpdate, EvmContracts, ExtrinsicError, FIXED_U128_DECIMALS, type IArgonQueryable, type IBitcoinLock, type IBitcoinLockConfig, type IReleaseRequest, type IReleaseRequestDetails, type ISubmittableOptions, type ITerms, type ITxProgressCallback, MICROGONS_PER_ARGON, PERMILL_DECIMALS, PriceIndex, SATS_PER_BTC, TxResult, type TxSigningAccount, TxSubmitter, Vault, WageProtector, buildEthereumEventProof, 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 };
|