@argonprotocol/mainchain 1.4.3-dev.a18227d4 → 1.4.3-dev.a2c33de8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/browser/index.d.ts +1014 -213
- package/browser/index.js +6764 -91
- package/browser/index.js.map +1 -1
- package/lib/index.cjs +6868 -150
- package/lib/index.cjs.map +1 -1
- package/lib/index.d.cts +1014 -213
- package/lib/index.d.ts +1014 -213
- package/lib/index.js +6814 -96
- package/lib/index.js.map +1 -1
- package/package.json +28 -25
- package/src/interfaces/augment-api-consts.ts +603 -0
- package/src/interfaces/augment-api-errors.ts +1180 -0
- package/src/interfaces/augment-api-events.ts +1816 -0
- package/src/interfaces/augment-api-query.ts +1554 -0
- package/src/interfaces/augment-api-rpc.ts +1133 -0
- package/src/interfaces/augment-api-runtime.ts +332 -0
- package/src/interfaces/augment-api-tx.ts +2184 -0
- package/src/interfaces/augment-api.ts +10 -0
- package/src/interfaces/augment-types.ts +2688 -0
- package/src/interfaces/definitions.ts +57 -0
- package/src/interfaces/ethereum/index.ts +4 -0
- package/src/interfaces/ethereum/types.ts +54 -0
- package/src/interfaces/lookup.ts +3776 -0
- package/src/interfaces/registry.ts +560 -0
- package/src/interfaces/types-lookup.ts +4356 -0
package/lib/index.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { ApiTypes, AugmentedConst, AugmentedError, AugmentedEvent, AugmentedQuery, AugmentedSubmittable, SubmittableExtrinsic, AugmentedCall } from '@polkadot/api-base/types';
|
|
2
|
-
import { u128, u32, u64, u16, u8,
|
|
2
|
+
import { u128, u32, u64, bool, u16, u8, Bytes, Vec, Option, i128, U8aFixed, Result, Null, BTreeSet, BTreeMap, Compact, Text, HashMap, U256, U64, f64, Json, Enum, Struct, BitVec, Bool, f32, F32, F64, I128, i16, I16, i256, I256, i32, I32, i64, I64, i8, I8, isize, ISize, OptionBool, Raw, Type, U128, U16, u256, U32, U8, usize, USize } from '@polkadot/types-codec';
|
|
3
3
|
export { BTreeMap, Bool, Bytes, Compact, Enum, Null, Option, Range, Result, Struct, Text, Tuple, U256, U8aFixed, Vec, bool, i128, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
|
|
4
4
|
import { ITuple, AnyNumber, IMethod, Codec } from '@polkadot/types-codec/types';
|
|
5
5
|
export { Codec, ITuple } from '@polkadot/types-codec/types';
|
|
6
|
-
import {
|
|
6
|
+
import { AccountId32, Percent, H256, H160, MultiAddress, Call, Hash, SignedBlock, BlockNumber, Header, StorageData, AccountId, Justification, H64, KeyValue, Index, Block, ExtrinsicInclusionMode, Balance, Weight, AccountId20, AccountId33, AccountIdOf, AccountIndex, Address, AssetId, BalanceOf, BlockNumberFor, BlockNumberOf, CallHash, CallHashOf, ChangesTrieConfiguration, ChangesTrieSignal, CodecHash, Consensus, ConsensusEngineId, CrateVersion, Digest, DigestItem, EncodedJustification, ExtrinsicsWeight, Fixed128, Fixed64, FixedI128, FixedI64, FixedU128, FixedU64, H1024, H128, H2048, H32, H512, HeaderPartial, I32F32, IndicesLookupSource, Justifications, KeyTypeId, LockIdentifier, LookupSource, LookupTarget, ModuleId, Moment, MultiSigner, OpaqueCall, Origin, OriginCaller, PalletId, PalletsOrigin, PalletVersion, Pays, Perbill, Permill, Perquintill, PerU16, Phantom, PhantomData, PreRuntime, Releases, RuntimeCall, RuntimeDbWeight, RuntimeEvent, Seal, SealV0, SignedBlockWithJustification, SignedBlockWithJustifications, Slot, SlotDuration, StorageInfo, StorageProof, TransactionInfo, TransactionLongevity, TransactionPriority, TransactionStorageProof, TransactionTag, U32F32, ValidatorId, ValidatorIdOf, WeightMultiplier, WeightV0, WeightV1, WeightV2 } from '@polkadot/types/interfaces/runtime';
|
|
7
7
|
export { AccountId, AccountId32, Block, Call, H160, H256, Header, MultiAddress, Permill, SignedBlock } from '@polkadot/types/interfaces/runtime';
|
|
8
|
-
import { FrameSupportPalletId, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, SpWeightsRuntimeDbWeight, SpVersionRuntimeVersion, ArgonRuntimeRuntimeHoldReason, FrameSupportTokensMiscBalanceStatus, PalletBalancesUnexpectedKind, SpRuntimeDispatchError, ArgonPrimitivesBitcoinUtxoRef, ArgonPrimitivesBitcoinBitcoinRejectedReason, ArgonPrimitivesBlockSealBlockPayout, PalletDomainsDomainRegistration, ArgonPrimitivesDomainZoneRecord, ArgonRuntimeOriginCaller, SpConsensusGrandpaAppPublic, ArgonPrimitivesBlockSealMiningRegistration, PalletMintMintType, PalletMultisigTimepoint, ArgonPrimitivesNotaryNotaryRecord, ArgonPrimitivesNotaryNotaryMeta, ArgonNotaryAuditErrorVerifyError, ArgonPrimitivesProvidersOperationalRewardKind, PalletProxyDepositKind, ArgonRuntimeProxyType, FrameSystemDispatchEventInfo, PalletTreasuryBondReleaseReason, PalletBalancesAccountData, FrameSupportTokensMiscIdAmountRuntimeFreezeReason, FrameSupportTokensMiscIdAmountRuntimeHoldReason, PalletBalancesBalanceLock, PalletBalancesReserveData, PalletBitcoinLocksLockReleaseRequest, PalletBitcoinLocksLockedBitcoin, PalletBitcoinLocksOrphanedUtxo, ArgonPrimitivesBitcoinBitcoinNetwork, ArgonPrimitivesBitcoinBitcoinBlock, ArgonPrimitivesBitcoinUtxoValue, ArgonPrimitivesForkPower, ArgonPrimitivesProvidersBlockSealerInfo, ArgonPrimitivesInherentsBlockSealInherent, ArgonPrimitivesDigestsBlockVoteDigest, ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails, ArgonPrimitivesDigestsDigestset, PalletGrandpaStoredPendingChange, PalletGrandpaStoredState, PalletLocalchainTransferQueuedTransferOut, ArgonPrimitivesBlockSealMiningBidStats, PalletMiningSlotMinerNonceScoring, ArgonPrimitivesBlockSealMiningSlotConfig, ArgonPrimitivesDigestsFrameInfo, PalletMintMintAction, PalletMultisigMultisig, ArgonPrimitivesBalanceChangeAccountOrigin, ArgonPrimitivesDigestsNotebookDigest, ArgonPrimitivesNotaryNotaryNotebookKeyDetails, PalletOperationalAccountsOperationalAccount, PalletOperationalAccountsRewardsConfig, PalletPriceIndexPriceIndex, PalletPriceIndexCpiMeasurementBucket, PalletProxyAnnouncement, PalletProxyProxyDefinition, FrameSystemAccountInfo, FrameSystemCodeUpgradeAuthorization, FrameSupportDispatchPerDispatchClassWeight, SpRuntimeDigest, FrameSystemEventRecord, FrameSystemPhase, SpWeightsWeightV2Weight, FrameSystemLastRuntimeUpgradeInfo, ArgonPrimitivesTickTicker, PalletTransactionPaymentReleases, FrameSupportTokensFungibleImbalance, PalletTreasuryBondLot, PalletTreasuryBondLotSummary, PalletTreasuryFrameVaultCapital, PalletVaultsRecentCapacityDrop, PalletVaultsVaultFrameRevenue, ArgonPrimitivesVault, ArgonPrimitivesBitcoinBitcoinXPub, PalletBalancesAdjustmentDirection, ArgonPrimitivesBitcoinCompressedBitcoinPubkey, PalletBitcoinLocksLockOptions, ArgonPrimitivesBitcoinH256Le, ArgonPrimitivesInherentsBitcoinUtxoSync, SpConsensusGrandpaEquivocationProof, SpCoreVoid, ArgonRuntimeSessionKeys, ArgonPrimitivesNotebookSignedNotebookHeader, PalletOperationalAccountsOperationalProgressPatch, PalletOperationalAccountsRegistration, PalletVaultsVaultConfig, ArgonPrimitivesVaultVaultTerms, ArgonPrimitivesBitcoinOpaqueBitcoinXpub } from '@polkadot/types/lookup';
|
|
8
|
+
import { FrameSupportPalletId, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, SpWeightsRuntimeDbWeight, SpVersionRuntimeVersion, ArgonRuntimeRuntimeHoldReason, FrameSupportTokensMiscBalanceStatus, PalletBalancesUnexpectedKind, SpRuntimeDispatchError, ArgonPrimitivesBitcoinUtxoRef, ArgonPrimitivesBitcoinBitcoinRejectedReason, ArgonPrimitivesBlockSealBlockPayout, PalletCrosschainTransferSourceChain, PalletCrosschainTransferBurnNotice, PalletDomainsDomainRegistration, ArgonPrimitivesDomainZoneRecord, PalletEthereumVerifierBasicOperatingMode, ArgonRuntimeOriginCaller, SpConsensusGrandpaAppPublic, ArgonPrimitivesBlockSealMiningRegistration, PalletMintMintType, PalletMultisigTimepoint, ArgonPrimitivesNotaryNotaryRecord, ArgonPrimitivesNotaryNotaryMeta, ArgonNotaryAuditErrorVerifyError, ArgonPrimitivesProvidersOperationalRewardKind, PalletProxyDepositKind, ArgonRuntimeProxyType, FrameSystemDispatchEventInfo, PalletTreasuryBondReleaseReason, PalletBalancesAccountData, FrameSupportTokensMiscIdAmountRuntimeFreezeReason, FrameSupportTokensMiscIdAmountRuntimeHoldReason, PalletBalancesBalanceLock, PalletBalancesReserveData, PalletBitcoinLocksLockReleaseRequest, PalletBitcoinLocksLockedBitcoin, PalletBitcoinLocksOrphanedUtxo, ArgonPrimitivesBitcoinBitcoinNetwork, ArgonPrimitivesBitcoinBitcoinBlock, ArgonPrimitivesBitcoinUtxoValue, ArgonPrimitivesForkPower, ArgonPrimitivesProvidersBlockSealerInfo, ArgonPrimitivesInherentsBlockSealInherent, ArgonPrimitivesDigestsBlockVoteDigest, ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails, PalletCrosschainTransferChainConfig, ArgonPrimitivesDigestsDigestset, ArgonPrimitivesEthereumEthereumBeaconPreset, PalletEthereumVerifierSyncCommitteePrepared, PalletEthereumVerifierExecutionHeaderAnchor, PalletEthereumVerifierFinalizedBeaconHeaderState, PalletEthereumVerifierForkVersions, PalletGrandpaStoredPendingChange, PalletGrandpaStoredState, PalletLocalchainTransferQueuedTransferOut, ArgonPrimitivesBlockSealMiningBidStats, PalletMiningSlotMinerNonceScoring, ArgonPrimitivesBlockSealMiningSlotConfig, ArgonPrimitivesDigestsFrameInfo, PalletMintMintAction, PalletMultisigMultisig, ArgonPrimitivesBalanceChangeAccountOrigin, ArgonPrimitivesDigestsNotebookDigest, ArgonPrimitivesNotaryNotaryNotebookKeyDetails, PalletOperationalAccountsOperationalAccount, PalletOperationalAccountsRewardsConfig, PalletPriceIndexPriceIndex, PalletPriceIndexCpiMeasurementBucket, PalletProxyAnnouncement, PalletProxyProxyDefinition, FrameSystemAccountInfo, FrameSystemCodeUpgradeAuthorization, FrameSupportDispatchPerDispatchClassWeight, SpRuntimeDigest, FrameSystemEventRecord, FrameSystemPhase, SpWeightsWeightV2Weight, FrameSystemLastRuntimeUpgradeInfo, ArgonPrimitivesTickTicker, PalletTransactionPaymentReleases, FrameSupportTokensFungibleImbalance, PalletTreasuryBondLot, PalletTreasuryBondLotSummary, PalletTreasuryFrameVaultCapital, PalletVaultsRecentCapacityDrop, PalletVaultsVaultFrameRevenue, ArgonPrimitivesVault, ArgonPrimitivesBitcoinBitcoinXPub, PalletBalancesAdjustmentDirection, ArgonPrimitivesBitcoinCompressedBitcoinPubkey, PalletBitcoinLocksLockOptions, ArgonPrimitivesBitcoinH256Le, ArgonPrimitivesInherentsBitcoinUtxoSync, PalletCrosschainTransferTransferProof, PalletEthereumVerifierCheckpointUpdate, PalletEthereumVerifierExecutionProof, PalletEthereumVerifierUpdate, SpConsensusGrandpaEquivocationProof, SpCoreVoid, ArgonRuntimeSessionKeys, ArgonPrimitivesNotebookSignedNotebookHeader, PalletOperationalAccountsOperationalProgressPatch, PalletOperationalAccountsRegistration, PalletVaultsVaultConfig, ArgonPrimitivesVaultVaultTerms, ArgonPrimitivesBitcoinOpaqueBitcoinXpub, ArgonPrimitivesEthereumEthereumLog as ArgonPrimitivesEthereumEthereumLog$1, ArgonPrimitivesEthereumEthereumProof as ArgonPrimitivesEthereumEthereumProof$1 } from '@polkadot/types/lookup';
|
|
9
9
|
export * from '@polkadot/types/lookup';
|
|
10
10
|
import { Observable, IExtrinsic } from '@polkadot/types/types';
|
|
11
11
|
import { AugmentedRpc } from '@polkadot/rpc-core/types';
|
|
@@ -92,13 +92,22 @@ import { SignerOptions, ApiDecoration, ApiOptions } from '@polkadot/api/types';
|
|
|
92
92
|
export { ApiDecoration } from '@polkadot/api/types';
|
|
93
93
|
import { SubmittableExtrinsic as SubmittableExtrinsic$1 } from '@polkadot/api/promise/types';
|
|
94
94
|
export { SubmittableExtrinsic } from '@polkadot/api/promise/types';
|
|
95
|
-
import { DispatchError as DispatchError$1 } from '@polkadot/types/interfaces';
|
|
96
95
|
import { ISubmittableResult } from '@polkadot/types/types/extrinsic';
|
|
97
96
|
export { IExtrinsic, ISignerPayload, ISubmittableResult, Signer, SignerResult } from '@polkadot/types/types/extrinsic';
|
|
98
97
|
import { GenericEvent } from '@polkadot/types/generic';
|
|
99
98
|
export { GenericAddress, GenericBlock, GenericEvent } from '@polkadot/types/generic';
|
|
100
99
|
import BigNumber from 'bignumber.js';
|
|
100
|
+
import { ArgonPrimitivesVault as ArgonPrimitivesVault$1, ArgonPrimitivesBitcoinBitcoinNetwork as ArgonPrimitivesBitcoinBitcoinNetwork$1, ArgonPrimitivesBitcoinUtxoRef as ArgonPrimitivesBitcoinUtxoRef$1 } from './generated.js';
|
|
101
|
+
export * from './generated.js';
|
|
102
|
+
import { Hex, createPublicClient } from 'viem';
|
|
101
103
|
export { hexToU8a, u8aEq, u8aToHex } from '@polkadot/util';
|
|
104
|
+
export * from './hashing.js';
|
|
105
|
+
export { default as argonTokenArtifact } from './artifacts/contracts/ArgonToken.sol/ArgonToken.json';
|
|
106
|
+
export { default as argonotTokenArtifact } from './artifacts/contracts/ArgonotToken.sol/ArgonotToken.json';
|
|
107
|
+
export { default as mintingGatewayArtifact } from './artifacts/contracts/MintingGateway.sol/MintingGateway.json';
|
|
108
|
+
export { default as mintingGatewayV2Artifact } from './artifacts/contracts/MintingGatewayV2.sol/MintingGatewayV2.json';
|
|
109
|
+
export { default as proxyAdminArtifact } from './artifacts/contracts/ProxyArtifacts.sol/ProxyAdmin.json';
|
|
110
|
+
export { default as transparentUpgradeableProxyArtifact } from './artifacts/contracts/ProxyArtifacts.sol/TransparentUpgradeableProxy.json';
|
|
102
111
|
|
|
103
112
|
declare module '@polkadot/api-base/types/consts' {
|
|
104
113
|
interface AugmentedConsts<ApiType extends ApiTypes> {
|
|
@@ -241,6 +250,27 @@ declare module '@polkadot/api-base/types/consts' {
|
|
|
241
250
|
**/
|
|
242
251
|
targetBlockVotes: u128 & AugmentedConst<ApiType>;
|
|
243
252
|
};
|
|
253
|
+
crosschainTransfer: {
|
|
254
|
+
/**
|
|
255
|
+
* Canonical Ethereum burn-accounting account representing funds moved to Ethereum.
|
|
256
|
+
**/
|
|
257
|
+
ethereumBurnAccount: AccountId32 & AugmentedConst<ApiType>;
|
|
258
|
+
/**
|
|
259
|
+
* Retention window, in ticks, for recent Argon transfer evidence used by operational
|
|
260
|
+
* accounts.
|
|
261
|
+
**/
|
|
262
|
+
recentTransferRetentionTicks: u64 & AugmentedConst<ApiType>;
|
|
263
|
+
};
|
|
264
|
+
ethereumVerifier: {
|
|
265
|
+
/**
|
|
266
|
+
* Minimum gap between finalized headers for an update to be free.
|
|
267
|
+
**/
|
|
268
|
+
freeHeadersInterval: u32 & AugmentedConst<ApiType>;
|
|
269
|
+
/**
|
|
270
|
+
* Whether the read-only event-log verification API is enabled.
|
|
271
|
+
**/
|
|
272
|
+
verifyEventLogApiEnabled: bool & AugmentedConst<ApiType>;
|
|
273
|
+
};
|
|
244
274
|
grandpa: {
|
|
245
275
|
/**
|
|
246
276
|
* Max Authorities in use
|
|
@@ -1005,6 +1035,52 @@ declare module '@polkadot/api-base/types/errors' {
|
|
|
1005
1035
|
**/
|
|
1006
1036
|
MaxNotebooksAtTickExceeded: AugmentedError<ApiType>;
|
|
1007
1037
|
};
|
|
1038
|
+
crosschainTransfer: {
|
|
1039
|
+
/**
|
|
1040
|
+
* The captured reimbursable fee is greater than or equal to the burned Argon amount.
|
|
1041
|
+
**/
|
|
1042
|
+
InsufficientBurnAmountForFee: AugmentedError<ApiType>;
|
|
1043
|
+
/**
|
|
1044
|
+
* The burn account lacks enough balance for the payout.
|
|
1045
|
+
**/
|
|
1046
|
+
InsufficientLiquidity: AugmentedError<ApiType>;
|
|
1047
|
+
/**
|
|
1048
|
+
* The claimed amount was zero or too large for the local balance type.
|
|
1049
|
+
**/
|
|
1050
|
+
InvalidAmount: AugmentedError<ApiType>;
|
|
1051
|
+
/**
|
|
1052
|
+
* The configured source-chain shape is incomplete or malformed.
|
|
1053
|
+
**/
|
|
1054
|
+
InvalidChainConfig: AugmentedError<ApiType>;
|
|
1055
|
+
/**
|
|
1056
|
+
* The Ethereum event topics or payload do not match `BurnForTransfer`.
|
|
1057
|
+
**/
|
|
1058
|
+
InvalidEthereumEvent: AugmentedError<ApiType>;
|
|
1059
|
+
/**
|
|
1060
|
+
* The Ethereum verifier rejected the supplied proof.
|
|
1061
|
+
**/
|
|
1062
|
+
InvalidProof: AugmentedError<ApiType>;
|
|
1063
|
+
/**
|
|
1064
|
+
* The destination account bytes could not be decoded into a local account id.
|
|
1065
|
+
**/
|
|
1066
|
+
InvalidRecipient: AugmentedError<ApiType>;
|
|
1067
|
+
/**
|
|
1068
|
+
* The claim nonce is not exactly the next accepted nonce for the source account.
|
|
1069
|
+
**/
|
|
1070
|
+
UnexpectedNonce: AugmentedError<ApiType>;
|
|
1071
|
+
/**
|
|
1072
|
+
* The gateway does not match the active or still-accepted previous release.
|
|
1073
|
+
**/
|
|
1074
|
+
UnsupportedGateway: AugmentedError<ApiType>;
|
|
1075
|
+
/**
|
|
1076
|
+
* The source chain is not configured for inbound claims.
|
|
1077
|
+
**/
|
|
1078
|
+
UnsupportedSource: AugmentedError<ApiType>;
|
|
1079
|
+
/**
|
|
1080
|
+
* The token is not supported under the matched gateway release.
|
|
1081
|
+
**/
|
|
1082
|
+
UnsupportedToken: AugmentedError<ApiType>;
|
|
1083
|
+
};
|
|
1008
1084
|
digests: {
|
|
1009
1085
|
/**
|
|
1010
1086
|
* Failed to decode digests
|
|
@@ -1081,6 +1157,39 @@ declare module '@polkadot/api-base/types/errors' {
|
|
|
1081
1157
|
**/
|
|
1082
1158
|
NotDomainOwner: AugmentedError<ApiType>;
|
|
1083
1159
|
};
|
|
1160
|
+
ethereumVerifier: {
|
|
1161
|
+
BlockBodyHashTreeRootFailed: AugmentedError<ApiType>;
|
|
1162
|
+
BLSPreparePublicKeysFailed: AugmentedError<ApiType>;
|
|
1163
|
+
BLSVerificationFailed: AugmentedError<ApiType>;
|
|
1164
|
+
ExpectedFinalizedHeaderNotStored: AugmentedError<ApiType>;
|
|
1165
|
+
ForkDataHashTreeRootFailed: AugmentedError<ApiType>;
|
|
1166
|
+
Halted: AugmentedError<ApiType>;
|
|
1167
|
+
HeaderHashTreeRootFailed: AugmentedError<ApiType>;
|
|
1168
|
+
InvalidExecutionHeaderProof: AugmentedError<ApiType>;
|
|
1169
|
+
/**
|
|
1170
|
+
* The gap between finalized headers is larger than the retained historical window.
|
|
1171
|
+
**/
|
|
1172
|
+
InvalidFinalizedHeaderGap: AugmentedError<ApiType>;
|
|
1173
|
+
InvalidHeaderMerkleProof: AugmentedError<ApiType>;
|
|
1174
|
+
InvalidSyncCommitteeMerkleProof: AugmentedError<ApiType>;
|
|
1175
|
+
/**
|
|
1176
|
+
* The given update is not in the expected period, or the given next sync committee does
|
|
1177
|
+
* not match the next sync committee in storage.
|
|
1178
|
+
**/
|
|
1179
|
+
InvalidSyncCommitteeUpdate: AugmentedError<ApiType>;
|
|
1180
|
+
InvalidUpdateSlot: AugmentedError<ApiType>;
|
|
1181
|
+
/**
|
|
1182
|
+
* Attested header is older than latest finalized header.
|
|
1183
|
+
**/
|
|
1184
|
+
IrrelevantUpdate: AugmentedError<ApiType>;
|
|
1185
|
+
NotBootstrapped: AugmentedError<ApiType>;
|
|
1186
|
+
SigningRootHashTreeRootFailed: AugmentedError<ApiType>;
|
|
1187
|
+
SkippedSyncCommitteePeriod: AugmentedError<ApiType>;
|
|
1188
|
+
SyncCommitteeHashTreeRootFailed: AugmentedError<ApiType>;
|
|
1189
|
+
SyncCommitteeParticipantsNotSupermajority: AugmentedError<ApiType>;
|
|
1190
|
+
SyncCommitteeUpdateRequired: AugmentedError<ApiType>;
|
|
1191
|
+
UnexpectedBeaconPreset: AugmentedError<ApiType>;
|
|
1192
|
+
};
|
|
1084
1193
|
feeControl: {
|
|
1085
1194
|
/**
|
|
1086
1195
|
* The requested tip + fee is higher than the maximum allowed by the sponsor
|
|
@@ -2079,7 +2188,7 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
2079
2188
|
vaultId: u32,
|
|
2080
2189
|
liquidityPromised: u128,
|
|
2081
2190
|
securitization: u128,
|
|
2082
|
-
|
|
2191
|
+
lockedTargetPrice: u128,
|
|
2083
2192
|
accountId: AccountId32,
|
|
2084
2193
|
securityFee: u128
|
|
2085
2194
|
], {
|
|
@@ -2087,7 +2196,7 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
2087
2196
|
vaultId: u32;
|
|
2088
2197
|
liquidityPromised: u128;
|
|
2089
2198
|
securitization: u128;
|
|
2090
|
-
|
|
2199
|
+
lockedTargetPrice: u128;
|
|
2091
2200
|
accountId: AccountId32;
|
|
2092
2201
|
securityFee: u128;
|
|
2093
2202
|
}>;
|
|
@@ -2095,18 +2204,18 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
2095
2204
|
utxoId: u64,
|
|
2096
2205
|
vaultId: u32,
|
|
2097
2206
|
liquidityPromised: u128,
|
|
2098
|
-
|
|
2207
|
+
oldTargetPrice: u128,
|
|
2099
2208
|
securityFee: u128,
|
|
2100
|
-
|
|
2209
|
+
newTargetPrice: u128,
|
|
2101
2210
|
amountBurned: u128,
|
|
2102
2211
|
accountId: AccountId32
|
|
2103
2212
|
], {
|
|
2104
2213
|
utxoId: u64;
|
|
2105
2214
|
vaultId: u32;
|
|
2106
2215
|
liquidityPromised: u128;
|
|
2107
|
-
|
|
2216
|
+
oldTargetPrice: u128;
|
|
2108
2217
|
securityFee: u128;
|
|
2109
|
-
|
|
2218
|
+
newTargetPrice: u128;
|
|
2110
2219
|
amountBurned: u128;
|
|
2111
2220
|
accountId: AccountId32;
|
|
2112
2221
|
}>;
|
|
@@ -2304,6 +2413,18 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
2304
2413
|
newVoteMinimum: u128;
|
|
2305
2414
|
}>;
|
|
2306
2415
|
};
|
|
2416
|
+
crosschainTransfer: {
|
|
2417
|
+
/**
|
|
2418
|
+
* An inbound burn notice was accepted and settled locally.
|
|
2419
|
+
**/
|
|
2420
|
+
BurnNoticeAccepted: AugmentedEvent<ApiType, [
|
|
2421
|
+
sourceChain: PalletCrosschainTransferSourceChain,
|
|
2422
|
+
notice: PalletCrosschainTransferBurnNotice
|
|
2423
|
+
], {
|
|
2424
|
+
sourceChain: PalletCrosschainTransferSourceChain;
|
|
2425
|
+
notice: PalletCrosschainTransferBurnNotice;
|
|
2426
|
+
}>;
|
|
2427
|
+
};
|
|
2307
2428
|
digests: {};
|
|
2308
2429
|
domains: {
|
|
2309
2430
|
/**
|
|
@@ -2362,6 +2483,33 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
2362
2483
|
zoneRecord: ArgonPrimitivesDomainZoneRecord;
|
|
2363
2484
|
}>;
|
|
2364
2485
|
};
|
|
2486
|
+
ethereumVerifier: {
|
|
2487
|
+
BeaconHeaderImported: AugmentedEvent<ApiType, [
|
|
2488
|
+
blockHash: H256,
|
|
2489
|
+
slot: u64
|
|
2490
|
+
], {
|
|
2491
|
+
blockHash: H256;
|
|
2492
|
+
slot: u64;
|
|
2493
|
+
}>;
|
|
2494
|
+
ExecutionHeaderAnchorImported: AugmentedEvent<ApiType, [
|
|
2495
|
+
blockHash: H256,
|
|
2496
|
+
blockNumber: u64
|
|
2497
|
+
], {
|
|
2498
|
+
blockHash: H256;
|
|
2499
|
+
blockNumber: u64;
|
|
2500
|
+
}>;
|
|
2501
|
+
/**
|
|
2502
|
+
* Set OperatingMode
|
|
2503
|
+
**/
|
|
2504
|
+
OperatingModeChanged: AugmentedEvent<ApiType, [
|
|
2505
|
+
mode: PalletEthereumVerifierBasicOperatingMode
|
|
2506
|
+
], {
|
|
2507
|
+
mode: PalletEthereumVerifierBasicOperatingMode;
|
|
2508
|
+
}>;
|
|
2509
|
+
SyncCommitteeUpdated: AugmentedEvent<ApiType, [period: u64], {
|
|
2510
|
+
period: u64;
|
|
2511
|
+
}>;
|
|
2512
|
+
};
|
|
2365
2513
|
feeControl: {
|
|
2366
2514
|
/**
|
|
2367
2515
|
* A transaction fee was delegated
|
|
@@ -2573,8 +2721,8 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
2573
2721
|
amount: u128;
|
|
2574
2722
|
}>;
|
|
2575
2723
|
/**
|
|
2576
|
-
* The amount of microgons minted for mining. NOTE: accounts below Existential Deposit
|
|
2577
|
-
* not be able to mint
|
|
2724
|
+
* The amount of microgons minted for mining. NOTE: accounts below Existential Deposit
|
|
2725
|
+
* will not be able to mint
|
|
2578
2726
|
**/
|
|
2579
2727
|
MiningMint: AugmentedEvent<ApiType, [
|
|
2580
2728
|
amount: u128,
|
|
@@ -3815,7 +3963,7 @@ declare module '@polkadot/api-base/types/storage' {
|
|
|
3815
3963
|
u64
|
|
3816
3964
|
]>;
|
|
3817
3965
|
/**
|
|
3818
|
-
* History of microgons per btc
|
|
3966
|
+
* History of target microgons per btc.
|
|
3819
3967
|
**/
|
|
3820
3968
|
microgonPerBtcHistory: AugmentedQuery<ApiType, () => Observable<Vec<ITuple<[u64, u128]>>>, [
|
|
3821
3969
|
]>;
|
|
@@ -4003,6 +4151,39 @@ declare module '@polkadot/api-base/types/storage' {
|
|
|
4003
4151
|
**/
|
|
4004
4152
|
voteMinimumHistory: AugmentedQuery<ApiType, () => Observable<Vec<u128>>, []>;
|
|
4005
4153
|
};
|
|
4154
|
+
crosschainTransfer: {
|
|
4155
|
+
/**
|
|
4156
|
+
* Config accepted for each supported source chain.
|
|
4157
|
+
**/
|
|
4158
|
+
chainConfigBySourceChain: AugmentedQuery<ApiType, (arg: PalletCrosschainTransferSourceChain | 'Ethereum' | number | Uint8Array) => Observable<Option<PalletCrosschainTransferChainConfig>>, [
|
|
4159
|
+
PalletCrosschainTransferSourceChain
|
|
4160
|
+
]>;
|
|
4161
|
+
/**
|
|
4162
|
+
* Accounts whose recent-transfer evidence expires at a given tick.
|
|
4163
|
+
**/
|
|
4164
|
+
inboundTransfersExpiringAt: AugmentedQuery<ApiType, (arg: u64 | AnyNumber | Uint8Array) => Observable<Vec<AccountId32>>, [
|
|
4165
|
+
u64
|
|
4166
|
+
]>;
|
|
4167
|
+
/**
|
|
4168
|
+
* Latest tick whose recent-transfer expiration bucket was cleaned up.
|
|
4169
|
+
**/
|
|
4170
|
+
lastTransferExpiryCleanupTick: AugmentedQuery<ApiType, () => Observable<u64>, []>;
|
|
4171
|
+
/**
|
|
4172
|
+
* Latest accepted nonce for each `(source_chain, from)` pair.
|
|
4173
|
+
**/
|
|
4174
|
+
nonceBySourceAccount: AugmentedQuery<ApiType, (arg: ITuple<[PalletCrosschainTransferSourceChain, H160]> | [
|
|
4175
|
+
PalletCrosschainTransferSourceChain | 'Ethereum' | number | Uint8Array,
|
|
4176
|
+
H160 | string | Uint8Array
|
|
4177
|
+
]) => Observable<Option<u64>>, [
|
|
4178
|
+
ITuple<[PalletCrosschainTransferSourceChain, H160]>
|
|
4179
|
+
]>;
|
|
4180
|
+
/**
|
|
4181
|
+
* Count of still-retained qualifying Argon transfers for each local account.
|
|
4182
|
+
**/
|
|
4183
|
+
recentArgonTransfersByAccount: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<u32>, [
|
|
4184
|
+
AccountId32
|
|
4185
|
+
]>;
|
|
4186
|
+
};
|
|
4006
4187
|
digests: {
|
|
4007
4188
|
tempDigests: AugmentedQuery<ApiType, () => Observable<Option<ArgonPrimitivesDigestsDigestset>>, [
|
|
4008
4189
|
]>;
|
|
@@ -4018,6 +4199,83 @@ declare module '@polkadot/api-base/types/storage' {
|
|
|
4018
4199
|
H256
|
|
4019
4200
|
]>;
|
|
4020
4201
|
};
|
|
4202
|
+
ethereumVerifier: {
|
|
4203
|
+
/**
|
|
4204
|
+
* Chain-configured beacon preset expected by clients that submit verifier updates.
|
|
4205
|
+
**/
|
|
4206
|
+
beaconPreset: AugmentedQuery<ApiType, () => Observable<ArgonPrimitivesEthereumEthereumBeaconPreset>, [
|
|
4207
|
+
]>;
|
|
4208
|
+
/**
|
|
4209
|
+
* Sync committee for current period
|
|
4210
|
+
**/
|
|
4211
|
+
currentSyncCommittee: AugmentedQuery<ApiType, () => Observable<PalletEthereumVerifierSyncCommitteePrepared>, [
|
|
4212
|
+
]>;
|
|
4213
|
+
/**
|
|
4214
|
+
* Execution header anchors: current position in ring buffer.
|
|
4215
|
+
**/
|
|
4216
|
+
executionHeaderAnchorIndex: AugmentedQuery<ApiType, () => Observable<u32>, []>;
|
|
4217
|
+
/**
|
|
4218
|
+
* Execution header anchors: mapping of ring buffer index to a pruning candidate.
|
|
4219
|
+
**/
|
|
4220
|
+
executionHeaderAnchorMapping: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<H256>, [
|
|
4221
|
+
u32
|
|
4222
|
+
]>;
|
|
4223
|
+
/**
|
|
4224
|
+
* Retained execution-layer header anchors by execution block hash.
|
|
4225
|
+
**/
|
|
4226
|
+
executionHeaderAnchors: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<PalletEthereumVerifierExecutionHeaderAnchor>>, [
|
|
4227
|
+
H256
|
|
4228
|
+
]>;
|
|
4229
|
+
/**
|
|
4230
|
+
* Beacon state by finalized block root
|
|
4231
|
+
**/
|
|
4232
|
+
finalizedBeaconState: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<PalletEthereumVerifierFinalizedBeaconHeaderState>>, [
|
|
4233
|
+
H256
|
|
4234
|
+
]>;
|
|
4235
|
+
/**
|
|
4236
|
+
* Finalized Headers: Current position in ring buffer
|
|
4237
|
+
**/
|
|
4238
|
+
finalizedBeaconStateIndex: AugmentedQuery<ApiType, () => Observable<u32>, []>;
|
|
4239
|
+
/**
|
|
4240
|
+
* Finalized Headers: Mapping of ring buffer index to a pruning candidate
|
|
4241
|
+
**/
|
|
4242
|
+
finalizedBeaconStateMapping: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<H256>, [
|
|
4243
|
+
u32
|
|
4244
|
+
]>;
|
|
4245
|
+
/**
|
|
4246
|
+
* Fork-version schedule used for sync-committee signing domains and beacon state paths.
|
|
4247
|
+
**/
|
|
4248
|
+
forkVersionSchedule: AugmentedQuery<ApiType, () => Observable<Option<PalletEthereumVerifierForkVersions>>, [
|
|
4249
|
+
]>;
|
|
4250
|
+
/**
|
|
4251
|
+
* Latest imported checkpoint root
|
|
4252
|
+
**/
|
|
4253
|
+
initialCheckpointRoot: AugmentedQuery<ApiType, () => Observable<H256>, []>;
|
|
4254
|
+
/**
|
|
4255
|
+
* Latest retained execution-layer anchor block hash.
|
|
4256
|
+
**/
|
|
4257
|
+
latestExecutionHeaderAnchorBlockHash: AugmentedQuery<ApiType, () => Observable<Option<H256>>, [
|
|
4258
|
+
]>;
|
|
4259
|
+
/**
|
|
4260
|
+
* Latest imported finalized block root
|
|
4261
|
+
**/
|
|
4262
|
+
latestFinalizedBlockRoot: AugmentedQuery<ApiType, () => Observable<H256>, []>;
|
|
4263
|
+
/**
|
|
4264
|
+
* The last period where the next sync committee was updated for free.
|
|
4265
|
+
**/
|
|
4266
|
+
latestSyncCommitteeUpdatePeriod: AugmentedQuery<ApiType, () => Observable<u64>, []>;
|
|
4267
|
+
/**
|
|
4268
|
+
* Sync committee for next period
|
|
4269
|
+
**/
|
|
4270
|
+
nextSyncCommittee: AugmentedQuery<ApiType, () => Observable<PalletEthereumVerifierSyncCommitteePrepared>, [
|
|
4271
|
+
]>;
|
|
4272
|
+
/**
|
|
4273
|
+
* The current operating mode of the pallet.
|
|
4274
|
+
**/
|
|
4275
|
+
operatingMode: AugmentedQuery<ApiType, () => Observable<PalletEthereumVerifierBasicOperatingMode>, [
|
|
4276
|
+
]>;
|
|
4277
|
+
validatorsRoot: AugmentedQuery<ApiType, () => Observable<H256>, []>;
|
|
4278
|
+
};
|
|
4021
4279
|
grandpa: {
|
|
4022
4280
|
/**
|
|
4023
4281
|
* The current list of authorities.
|
|
@@ -5074,6 +5332,18 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
5074
5332
|
Option<u128>
|
|
5075
5333
|
]>;
|
|
5076
5334
|
};
|
|
5335
|
+
crosschainTransfer: {
|
|
5336
|
+
proveTransfer: AugmentedSubmittable<(proof: PalletCrosschainTransferTransferProof | {
|
|
5337
|
+
Ethereum: any;
|
|
5338
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
5339
|
+
PalletCrosschainTransferTransferProof
|
|
5340
|
+
]>;
|
|
5341
|
+
setChainConfig: AugmentedSubmittable<(config: PalletCrosschainTransferChainConfig | {
|
|
5342
|
+
Ethereum: any;
|
|
5343
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
5344
|
+
PalletCrosschainTransferChainConfig
|
|
5345
|
+
]>;
|
|
5346
|
+
};
|
|
5077
5347
|
domains: {
|
|
5078
5348
|
setZoneRecord: AugmentedSubmittable<(domainHash: H256 | string | Uint8Array, zoneRecord: ArgonPrimitivesDomainZoneRecord | {
|
|
5079
5349
|
paymentAccount?: any;
|
|
@@ -5084,6 +5354,59 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
5084
5354
|
ArgonPrimitivesDomainZoneRecord
|
|
5085
5355
|
]>;
|
|
5086
5356
|
};
|
|
5357
|
+
ethereumVerifier: {
|
|
5358
|
+
/**
|
|
5359
|
+
* Used for pallet initialization and light client resetting. Needs to be called by
|
|
5360
|
+
* the root origin.
|
|
5361
|
+
**/
|
|
5362
|
+
forceCheckpoint: AugmentedSubmittable<(update: PalletEthereumVerifierCheckpointUpdate | {
|
|
5363
|
+
header?: any;
|
|
5364
|
+
currentSyncCommittee?: any;
|
|
5365
|
+
currentSyncCommitteeBranch?: any;
|
|
5366
|
+
validatorsRoot?: any;
|
|
5367
|
+
} | string | Uint8Array, forkVersions: PalletEthereumVerifierForkVersions | {
|
|
5368
|
+
genesis?: any;
|
|
5369
|
+
altair?: any;
|
|
5370
|
+
bellatrix?: any;
|
|
5371
|
+
capella?: any;
|
|
5372
|
+
deneb?: any;
|
|
5373
|
+
electra?: any;
|
|
5374
|
+
fulu?: any;
|
|
5375
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
5376
|
+
PalletEthereumVerifierCheckpointUpdate,
|
|
5377
|
+
PalletEthereumVerifierForkVersions
|
|
5378
|
+
]>;
|
|
5379
|
+
/**
|
|
5380
|
+
* Imports a proven execution header anchor against already-retained beacon state.
|
|
5381
|
+
**/
|
|
5382
|
+
importExecutionHeaderAnchor: AugmentedSubmittable<(executionProof: PalletEthereumVerifierExecutionProof | {
|
|
5383
|
+
header?: any;
|
|
5384
|
+
executionHeader?: any;
|
|
5385
|
+
executionBranch?: any;
|
|
5386
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
5387
|
+
PalletEthereumVerifierExecutionProof
|
|
5388
|
+
]>;
|
|
5389
|
+
/**
|
|
5390
|
+
* Halt or resume all pallet operations. May only be called by root.
|
|
5391
|
+
**/
|
|
5392
|
+
setOperatingMode: AugmentedSubmittable<(mode: PalletEthereumVerifierBasicOperatingMode | 'Normal' | 'Halted' | number | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
5393
|
+
PalletEthereumVerifierBasicOperatingMode
|
|
5394
|
+
]>;
|
|
5395
|
+
/**
|
|
5396
|
+
* Submits a new finalized beacon header update. The update may contain the next
|
|
5397
|
+
* sync committee.
|
|
5398
|
+
**/
|
|
5399
|
+
submit: AugmentedSubmittable<(update: PalletEthereumVerifierUpdate | {
|
|
5400
|
+
attestedHeader?: any;
|
|
5401
|
+
syncAggregate?: any;
|
|
5402
|
+
signatureSlot?: any;
|
|
5403
|
+
nextSyncCommitteeUpdate?: any;
|
|
5404
|
+
finalizedHeader?: any;
|
|
5405
|
+
finalityBranch?: any;
|
|
5406
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
5407
|
+
PalletEthereumVerifierUpdate
|
|
5408
|
+
]>;
|
|
5409
|
+
};
|
|
5087
5410
|
grandpa: {
|
|
5088
5411
|
/**
|
|
5089
5412
|
* Note that the current authority set of the GRANDPA finality gadget has stalled.
|
|
@@ -7038,6 +7361,42 @@ declare module '@polkadot/rpc-core/types/jsonrpc' {
|
|
|
7038
7361
|
}
|
|
7039
7362
|
}
|
|
7040
7363
|
|
|
7364
|
+
/** @name ArgonPrimitivesEthereumEthereumExecutionBlockProof */
|
|
7365
|
+
interface ArgonPrimitivesEthereumEthereumExecutionBlockProof extends Struct {
|
|
7366
|
+
readonly anchorBlockHash: H256;
|
|
7367
|
+
readonly targetToAnchorHeaderChain: Vec<ArgonPrimitivesEthereumEthereumExecutionHeader>;
|
|
7368
|
+
}
|
|
7369
|
+
/** @name ArgonPrimitivesEthereumEthereumExecutionHeader */
|
|
7370
|
+
interface ArgonPrimitivesEthereumEthereumExecutionHeader extends Struct {
|
|
7371
|
+
readonly rlp: Bytes;
|
|
7372
|
+
}
|
|
7373
|
+
/** @name ArgonPrimitivesEthereumEthereumLog */
|
|
7374
|
+
interface ArgonPrimitivesEthereumEthereumLog extends Struct {
|
|
7375
|
+
readonly address: H160;
|
|
7376
|
+
readonly topics: Vec<H256>;
|
|
7377
|
+
readonly data: Bytes;
|
|
7378
|
+
}
|
|
7379
|
+
/** @name ArgonPrimitivesEthereumEthereumProof */
|
|
7380
|
+
interface ArgonPrimitivesEthereumEthereumProof extends Struct {
|
|
7381
|
+
readonly executionBlockProof: ArgonPrimitivesEthereumEthereumExecutionBlockProof;
|
|
7382
|
+
readonly receiptProof: ArgonPrimitivesEthereumEthereumReceiptProof;
|
|
7383
|
+
}
|
|
7384
|
+
/** @name ArgonPrimitivesEthereumEthereumReceiptProof */
|
|
7385
|
+
interface ArgonPrimitivesEthereumEthereumReceiptProof extends Struct {
|
|
7386
|
+
readonly transactionIndex: Compact<u64>;
|
|
7387
|
+
readonly nodes: Vec<Bytes>;
|
|
7388
|
+
}
|
|
7389
|
+
/** @name ArgonPrimitivesEthereumEthereumVerifyError */
|
|
7390
|
+
interface ArgonPrimitivesEthereumEthereumVerifyError extends Enum {
|
|
7391
|
+
readonly isVerifierUnavailable: boolean;
|
|
7392
|
+
readonly isAnchorNotFound: boolean;
|
|
7393
|
+
readonly isInvalidHeader: boolean;
|
|
7394
|
+
readonly isInvalidHeaderChain: boolean;
|
|
7395
|
+
readonly isLogNotFound: boolean;
|
|
7396
|
+
readonly isInvalidProof: boolean;
|
|
7397
|
+
readonly type: 'VerifierUnavailable' | 'AnchorNotFound' | 'InvalidHeader' | 'InvalidHeaderChain' | 'LogNotFound' | 'InvalidProof';
|
|
7398
|
+
}
|
|
7399
|
+
|
|
7041
7400
|
declare module '@polkadot/api-base/types/calls' {
|
|
7042
7401
|
interface AugmentedCalls<ApiType extends ApiTypes> {
|
|
7043
7402
|
/** 0xbc9d89904f5b923f/1 */
|
|
@@ -7097,6 +7456,20 @@ declare module '@polkadot/api-base/types/calls' {
|
|
|
7097
7456
|
**/
|
|
7098
7457
|
version: AugmentedCall<ApiType, () => Observable<RuntimeVersion>>;
|
|
7099
7458
|
};
|
|
7459
|
+
/** 0x97c56de838cad0ef/1 */
|
|
7460
|
+
ethereumApis: {
|
|
7461
|
+
/**
|
|
7462
|
+
* Preflight verify an Ethereum event log proof.
|
|
7463
|
+
**/
|
|
7464
|
+
verifyEventLog: AugmentedCall<ApiType, (eventLog: ArgonPrimitivesEthereumEthereumLog$1 | {
|
|
7465
|
+
address?: any;
|
|
7466
|
+
topics?: any;
|
|
7467
|
+
data?: any;
|
|
7468
|
+
} | string | Uint8Array, proof: ArgonPrimitivesEthereumEthereumProof$1 | {
|
|
7469
|
+
executionBlockProof?: any;
|
|
7470
|
+
receiptProof?: any;
|
|
7471
|
+
} | string | Uint8Array) => Observable<Result<Null, ArgonPrimitivesEthereumEthereumVerifyError>>>;
|
|
7472
|
+
};
|
|
7100
7473
|
/** 0xfbc577b9d747efd6/1 */
|
|
7101
7474
|
genesisBuilder: {
|
|
7102
7475
|
/**
|
|
@@ -7250,6 +7623,12 @@ declare module '@polkadot/types/types/registry' {
|
|
|
7250
7623
|
ApprovalFlag: ApprovalFlag;
|
|
7251
7624
|
Approvals: Approvals;
|
|
7252
7625
|
ApprovalVotingParams: ApprovalVotingParams;
|
|
7626
|
+
ArgonPrimitivesEthereumEthereumExecutionBlockProof: ArgonPrimitivesEthereumEthereumExecutionBlockProof;
|
|
7627
|
+
ArgonPrimitivesEthereumEthereumExecutionHeader: ArgonPrimitivesEthereumEthereumExecutionHeader;
|
|
7628
|
+
ArgonPrimitivesEthereumEthereumLog: ArgonPrimitivesEthereumEthereumLog;
|
|
7629
|
+
ArgonPrimitivesEthereumEthereumProof: ArgonPrimitivesEthereumEthereumProof;
|
|
7630
|
+
ArgonPrimitivesEthereumEthereumReceiptProof: ArgonPrimitivesEthereumEthereumReceiptProof;
|
|
7631
|
+
ArgonPrimitivesEthereumEthereumVerifyError: ArgonPrimitivesEthereumEthereumVerifyError;
|
|
7253
7632
|
ArithmeticError: ArithmeticError;
|
|
7254
7633
|
AssetApproval: AssetApproval;
|
|
7255
7634
|
AssetApprovalKey: AssetApprovalKey;
|
|
@@ -9022,7 +9401,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
9022
9401
|
readonly vaultId: u32;
|
|
9023
9402
|
readonly liquidityPromised: u128;
|
|
9024
9403
|
readonly securitization: u128;
|
|
9025
|
-
readonly
|
|
9404
|
+
readonly lockedTargetPrice: u128;
|
|
9026
9405
|
readonly accountId: AccountId32;
|
|
9027
9406
|
readonly securityFee: u128;
|
|
9028
9407
|
} & Struct;
|
|
@@ -9031,9 +9410,9 @@ declare module '@polkadot/types/lookup' {
|
|
|
9031
9410
|
readonly utxoId: u64;
|
|
9032
9411
|
readonly vaultId: u32;
|
|
9033
9412
|
readonly liquidityPromised: u128;
|
|
9034
|
-
readonly
|
|
9413
|
+
readonly oldTargetPrice: u128;
|
|
9035
9414
|
readonly securityFee: u128;
|
|
9036
|
-
readonly
|
|
9415
|
+
readonly newTargetPrice: u128;
|
|
9037
9416
|
readonly amountBurned: u128;
|
|
9038
9417
|
readonly accountId: AccountId32;
|
|
9039
9418
|
} & Struct;
|
|
@@ -9951,7 +10330,63 @@ declare module '@polkadot/types/lookup' {
|
|
|
9951
10330
|
readonly isReferralBonus: boolean;
|
|
9952
10331
|
readonly type: 'Activation' | 'ReferralBonus';
|
|
9953
10332
|
}
|
|
9954
|
-
/** @name
|
|
10333
|
+
/** @name PalletEthereumVerifierEvent (125) */
|
|
10334
|
+
interface PalletEthereumVerifierEvent extends Enum {
|
|
10335
|
+
readonly isBeaconHeaderImported: boolean;
|
|
10336
|
+
readonly asBeaconHeaderImported: {
|
|
10337
|
+
readonly blockHash: H256;
|
|
10338
|
+
readonly slot: u64;
|
|
10339
|
+
} & Struct;
|
|
10340
|
+
readonly isExecutionHeaderAnchorImported: boolean;
|
|
10341
|
+
readonly asExecutionHeaderAnchorImported: {
|
|
10342
|
+
readonly blockHash: H256;
|
|
10343
|
+
readonly blockNumber: u64;
|
|
10344
|
+
} & Struct;
|
|
10345
|
+
readonly isSyncCommitteeUpdated: boolean;
|
|
10346
|
+
readonly asSyncCommitteeUpdated: {
|
|
10347
|
+
readonly period: u64;
|
|
10348
|
+
} & Struct;
|
|
10349
|
+
readonly isOperatingModeChanged: boolean;
|
|
10350
|
+
readonly asOperatingModeChanged: {
|
|
10351
|
+
readonly mode: PalletEthereumVerifierBasicOperatingMode;
|
|
10352
|
+
} & Struct;
|
|
10353
|
+
readonly type: 'BeaconHeaderImported' | 'ExecutionHeaderAnchorImported' | 'SyncCommitteeUpdated' | 'OperatingModeChanged';
|
|
10354
|
+
}
|
|
10355
|
+
/** @name PalletEthereumVerifierBasicOperatingMode (126) */
|
|
10356
|
+
interface PalletEthereumVerifierBasicOperatingMode extends Enum {
|
|
10357
|
+
readonly isNormal: boolean;
|
|
10358
|
+
readonly isHalted: boolean;
|
|
10359
|
+
readonly type: 'Normal' | 'Halted';
|
|
10360
|
+
}
|
|
10361
|
+
/** @name PalletCrosschainTransferEvent (127) */
|
|
10362
|
+
interface PalletCrosschainTransferEvent extends Enum {
|
|
10363
|
+
readonly isBurnNoticeAccepted: boolean;
|
|
10364
|
+
readonly asBurnNoticeAccepted: {
|
|
10365
|
+
readonly sourceChain: PalletCrosschainTransferSourceChain;
|
|
10366
|
+
readonly notice: PalletCrosschainTransferBurnNotice;
|
|
10367
|
+
} & Struct;
|
|
10368
|
+
readonly type: 'BurnNoticeAccepted';
|
|
10369
|
+
}
|
|
10370
|
+
/** @name PalletCrosschainTransferSourceChain (128) */
|
|
10371
|
+
interface PalletCrosschainTransferSourceChain extends Enum {
|
|
10372
|
+
readonly isEthereum: boolean;
|
|
10373
|
+
readonly type: 'Ethereum';
|
|
10374
|
+
}
|
|
10375
|
+
/** @name PalletCrosschainTransferBurnNotice (129) */
|
|
10376
|
+
interface PalletCrosschainTransferBurnNotice extends Struct {
|
|
10377
|
+
readonly from: H160;
|
|
10378
|
+
readonly to: AccountId32;
|
|
10379
|
+
readonly assetKind: PalletCrosschainTransferAssetKind;
|
|
10380
|
+
readonly amount: u128;
|
|
10381
|
+
readonly accountNonce: Compact<u64>;
|
|
10382
|
+
}
|
|
10383
|
+
/** @name PalletCrosschainTransferAssetKind (132) */
|
|
10384
|
+
interface PalletCrosschainTransferAssetKind extends Enum {
|
|
10385
|
+
readonly isArgon: boolean;
|
|
10386
|
+
readonly isArgonot: boolean;
|
|
10387
|
+
readonly type: 'Argon' | 'Argonot';
|
|
10388
|
+
}
|
|
10389
|
+
/** @name FrameSystemPhase (133) */
|
|
9955
10390
|
interface FrameSystemPhase extends Enum {
|
|
9956
10391
|
readonly isApplyExtrinsic: boolean;
|
|
9957
10392
|
readonly asApplyExtrinsic: u32;
|
|
@@ -9959,17 +10394,17 @@ declare module '@polkadot/types/lookup' {
|
|
|
9959
10394
|
readonly isInitialization: boolean;
|
|
9960
10395
|
readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';
|
|
9961
10396
|
}
|
|
9962
|
-
/** @name FrameSystemLastRuntimeUpgradeInfo (
|
|
10397
|
+
/** @name FrameSystemLastRuntimeUpgradeInfo (137) */
|
|
9963
10398
|
interface FrameSystemLastRuntimeUpgradeInfo extends Struct {
|
|
9964
10399
|
readonly specVersion: Compact<u32>;
|
|
9965
10400
|
readonly specName: Text;
|
|
9966
10401
|
}
|
|
9967
|
-
/** @name FrameSystemCodeUpgradeAuthorization (
|
|
10402
|
+
/** @name FrameSystemCodeUpgradeAuthorization (140) */
|
|
9968
10403
|
interface FrameSystemCodeUpgradeAuthorization extends Struct {
|
|
9969
10404
|
readonly codeHash: H256;
|
|
9970
10405
|
readonly checkVersion: bool;
|
|
9971
10406
|
}
|
|
9972
|
-
/** @name FrameSystemCall (
|
|
10407
|
+
/** @name FrameSystemCall (141) */
|
|
9973
10408
|
interface FrameSystemCall extends Enum {
|
|
9974
10409
|
readonly isRemark: boolean;
|
|
9975
10410
|
readonly asRemark: {
|
|
@@ -10018,42 +10453,42 @@ declare module '@polkadot/types/lookup' {
|
|
|
10018
10453
|
} & Struct;
|
|
10019
10454
|
readonly type: 'Remark' | 'SetHeapPages' | 'SetCode' | 'SetCodeWithoutChecks' | 'SetStorage' | 'KillStorage' | 'KillPrefix' | 'RemarkWithEvent' | 'AuthorizeUpgrade' | 'AuthorizeUpgradeWithoutChecks' | 'ApplyAuthorizedUpgrade';
|
|
10020
10455
|
}
|
|
10021
|
-
/** @name FrameSystemLimitsBlockWeights (
|
|
10456
|
+
/** @name FrameSystemLimitsBlockWeights (145) */
|
|
10022
10457
|
interface FrameSystemLimitsBlockWeights extends Struct {
|
|
10023
10458
|
readonly baseBlock: SpWeightsWeightV2Weight;
|
|
10024
10459
|
readonly maxBlock: SpWeightsWeightV2Weight;
|
|
10025
10460
|
readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;
|
|
10026
10461
|
}
|
|
10027
|
-
/** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (
|
|
10462
|
+
/** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (146) */
|
|
10028
10463
|
interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct {
|
|
10029
10464
|
readonly normal: FrameSystemLimitsWeightsPerClass;
|
|
10030
10465
|
readonly operational: FrameSystemLimitsWeightsPerClass;
|
|
10031
10466
|
readonly mandatory: FrameSystemLimitsWeightsPerClass;
|
|
10032
10467
|
}
|
|
10033
|
-
/** @name FrameSystemLimitsWeightsPerClass (
|
|
10468
|
+
/** @name FrameSystemLimitsWeightsPerClass (147) */
|
|
10034
10469
|
interface FrameSystemLimitsWeightsPerClass extends Struct {
|
|
10035
10470
|
readonly baseExtrinsic: SpWeightsWeightV2Weight;
|
|
10036
10471
|
readonly maxExtrinsic: Option<SpWeightsWeightV2Weight>;
|
|
10037
10472
|
readonly maxTotal: Option<SpWeightsWeightV2Weight>;
|
|
10038
10473
|
readonly reserved: Option<SpWeightsWeightV2Weight>;
|
|
10039
10474
|
}
|
|
10040
|
-
/** @name FrameSystemLimitsBlockLength (
|
|
10475
|
+
/** @name FrameSystemLimitsBlockLength (149) */
|
|
10041
10476
|
interface FrameSystemLimitsBlockLength extends Struct {
|
|
10042
10477
|
readonly max: FrameSupportDispatchPerDispatchClassU32;
|
|
10043
10478
|
readonly maxHeaderSize: Option<u32>;
|
|
10044
10479
|
}
|
|
10045
|
-
/** @name FrameSupportDispatchPerDispatchClassU32 (
|
|
10480
|
+
/** @name FrameSupportDispatchPerDispatchClassU32 (150) */
|
|
10046
10481
|
interface FrameSupportDispatchPerDispatchClassU32 extends Struct {
|
|
10047
10482
|
readonly normal: u32;
|
|
10048
10483
|
readonly operational: u32;
|
|
10049
10484
|
readonly mandatory: u32;
|
|
10050
10485
|
}
|
|
10051
|
-
/** @name SpWeightsRuntimeDbWeight (
|
|
10486
|
+
/** @name SpWeightsRuntimeDbWeight (152) */
|
|
10052
10487
|
interface SpWeightsRuntimeDbWeight extends Struct {
|
|
10053
10488
|
readonly read: u64;
|
|
10054
10489
|
readonly write: u64;
|
|
10055
10490
|
}
|
|
10056
|
-
/** @name SpVersionRuntimeVersion (
|
|
10491
|
+
/** @name SpVersionRuntimeVersion (153) */
|
|
10057
10492
|
interface SpVersionRuntimeVersion extends Struct {
|
|
10058
10493
|
readonly specName: Text;
|
|
10059
10494
|
readonly implName: Text;
|
|
@@ -10064,7 +10499,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
10064
10499
|
readonly transactionVersion: u32;
|
|
10065
10500
|
readonly systemVersion: u8;
|
|
10066
10501
|
}
|
|
10067
|
-
/** @name FrameSystemError (
|
|
10502
|
+
/** @name FrameSystemError (158) */
|
|
10068
10503
|
interface FrameSystemError extends Enum {
|
|
10069
10504
|
readonly isInvalidSpecName: boolean;
|
|
10070
10505
|
readonly isSpecVersionNeedsToIncrease: boolean;
|
|
@@ -10077,7 +10512,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
10077
10512
|
readonly isUnauthorized: boolean;
|
|
10078
10513
|
readonly type: 'InvalidSpecName' | 'SpecVersionNeedsToIncrease' | 'FailedToExtractRuntimeVersion' | 'NonDefaultComposite' | 'NonZeroRefCount' | 'CallFiltered' | 'MultiBlockMigrationsOngoing' | 'NothingAuthorized' | 'Unauthorized';
|
|
10079
10514
|
}
|
|
10080
|
-
/** @name ArgonPrimitivesDigestsDigestset (
|
|
10515
|
+
/** @name ArgonPrimitivesDigestsDigestset (159) */
|
|
10081
10516
|
interface ArgonPrimitivesDigestsDigestset extends Struct {
|
|
10082
10517
|
readonly author: AccountId32;
|
|
10083
10518
|
readonly blockVote: ArgonPrimitivesDigestsBlockVoteDigest;
|
|
@@ -10087,16 +10522,16 @@ declare module '@polkadot/types/lookup' {
|
|
|
10087
10522
|
readonly tick: u64;
|
|
10088
10523
|
readonly notebooks: ArgonPrimitivesDigestsNotebookDigest;
|
|
10089
10524
|
}
|
|
10090
|
-
/** @name ArgonPrimitivesDigestsBlockVoteDigest (
|
|
10525
|
+
/** @name ArgonPrimitivesDigestsBlockVoteDigest (160) */
|
|
10091
10526
|
interface ArgonPrimitivesDigestsBlockVoteDigest extends Struct {
|
|
10092
10527
|
readonly votingPower: Compact<u128>;
|
|
10093
10528
|
readonly votesCount: Compact<u32>;
|
|
10094
10529
|
}
|
|
10095
|
-
/** @name ArgonPrimitivesDigestsParentVotingKeyDigest (
|
|
10530
|
+
/** @name ArgonPrimitivesDigestsParentVotingKeyDigest (162) */
|
|
10096
10531
|
interface ArgonPrimitivesDigestsParentVotingKeyDigest extends Struct {
|
|
10097
10532
|
readonly parentVotingKey: Option<H256>;
|
|
10098
10533
|
}
|
|
10099
|
-
/** @name ArgonPrimitivesForkPower (
|
|
10534
|
+
/** @name ArgonPrimitivesForkPower (165) */
|
|
10100
10535
|
interface ArgonPrimitivesForkPower extends Struct {
|
|
10101
10536
|
readonly isLatestVote: bool;
|
|
10102
10537
|
readonly notebooks: Compact<u64>;
|
|
@@ -10106,24 +10541,24 @@ declare module '@polkadot/types/lookup' {
|
|
|
10106
10541
|
readonly voteCreatedBlocks: Compact<u128>;
|
|
10107
10542
|
readonly minerNonceScore: Option<U256>;
|
|
10108
10543
|
}
|
|
10109
|
-
/** @name ArgonPrimitivesDigestsFrameInfo (
|
|
10544
|
+
/** @name ArgonPrimitivesDigestsFrameInfo (170) */
|
|
10110
10545
|
interface ArgonPrimitivesDigestsFrameInfo extends Struct {
|
|
10111
10546
|
readonly frameId: Compact<u64>;
|
|
10112
10547
|
readonly frameRewardTicksRemaining: Compact<u32>;
|
|
10113
10548
|
readonly isNewFrame: bool;
|
|
10114
10549
|
}
|
|
10115
|
-
/** @name ArgonPrimitivesDigestsNotebookDigest (
|
|
10550
|
+
/** @name ArgonPrimitivesDigestsNotebookDigest (172) */
|
|
10116
10551
|
interface ArgonPrimitivesDigestsNotebookDigest extends Struct {
|
|
10117
10552
|
readonly notebooks: Vec<ArgonPrimitivesNotebookNotebookAuditResult>;
|
|
10118
10553
|
}
|
|
10119
|
-
/** @name ArgonPrimitivesNotebookNotebookAuditResult (
|
|
10554
|
+
/** @name ArgonPrimitivesNotebookNotebookAuditResult (174) */
|
|
10120
10555
|
interface ArgonPrimitivesNotebookNotebookAuditResult extends Struct {
|
|
10121
10556
|
readonly notaryId: Compact<u32>;
|
|
10122
10557
|
readonly notebookNumber: Compact<u32>;
|
|
10123
10558
|
readonly tick: Compact<u64>;
|
|
10124
10559
|
readonly auditFirstFailure: Option<ArgonNotaryAuditErrorVerifyError>;
|
|
10125
10560
|
}
|
|
10126
|
-
/** @name PalletDigestsError (
|
|
10561
|
+
/** @name PalletDigestsError (177) */
|
|
10127
10562
|
interface PalletDigestsError extends Enum {
|
|
10128
10563
|
readonly isDuplicateBlockVoteDigest: boolean;
|
|
10129
10564
|
readonly isDuplicateAuthorDigest: boolean;
|
|
@@ -10140,7 +10575,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
10140
10575
|
readonly isDuplicateFrameInfoDigest: boolean;
|
|
10141
10576
|
readonly type: 'DuplicateBlockVoteDigest' | 'DuplicateAuthorDigest' | 'DuplicateTickDigest' | 'DuplicateParentVotingKeyDigest' | 'DuplicateNotebookDigest' | 'DuplicateForkPowerDigest' | 'MissingBlockVoteDigest' | 'MissingAuthorDigest' | 'MissingTickDigest' | 'MissingParentVotingKeyDigest' | 'MissingNotebookDigest' | 'CouldNotDecodeDigest' | 'DuplicateFrameInfoDigest';
|
|
10142
10577
|
}
|
|
10143
|
-
/** @name PalletTimestampCall (
|
|
10578
|
+
/** @name PalletTimestampCall (178) */
|
|
10144
10579
|
interface PalletTimestampCall extends Enum {
|
|
10145
10580
|
readonly isSet: boolean;
|
|
10146
10581
|
readonly asSet: {
|
|
@@ -10148,14 +10583,14 @@ declare module '@polkadot/types/lookup' {
|
|
|
10148
10583
|
} & Struct;
|
|
10149
10584
|
readonly type: 'Set';
|
|
10150
10585
|
}
|
|
10151
|
-
/** @name PalletMultisigMultisig (
|
|
10586
|
+
/** @name PalletMultisigMultisig (180) */
|
|
10152
10587
|
interface PalletMultisigMultisig extends Struct {
|
|
10153
10588
|
readonly when: PalletMultisigTimepoint;
|
|
10154
10589
|
readonly deposit: u128;
|
|
10155
10590
|
readonly depositor: AccountId32;
|
|
10156
10591
|
readonly approvals: Vec<AccountId32>;
|
|
10157
10592
|
}
|
|
10158
|
-
/** @name PalletMultisigCall (
|
|
10593
|
+
/** @name PalletMultisigCall (183) */
|
|
10159
10594
|
interface PalletMultisigCall extends Enum {
|
|
10160
10595
|
readonly isAsMultiThreshold1: boolean;
|
|
10161
10596
|
readonly asAsMultiThreshold1: {
|
|
@@ -10193,7 +10628,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
10193
10628
|
} & Struct;
|
|
10194
10629
|
readonly type: 'AsMultiThreshold1' | 'AsMulti' | 'ApproveAsMulti' | 'CancelAsMulti' | 'PokeDeposit';
|
|
10195
10630
|
}
|
|
10196
|
-
/** @name PalletProxyCall (
|
|
10631
|
+
/** @name PalletProxyCall (185) */
|
|
10197
10632
|
interface PalletProxyCall extends Enum {
|
|
10198
10633
|
readonly isProxy: boolean;
|
|
10199
10634
|
readonly asProxy: {
|
|
@@ -10253,9 +10688,9 @@ declare module '@polkadot/types/lookup' {
|
|
|
10253
10688
|
readonly isPokeDeposit: boolean;
|
|
10254
10689
|
readonly type: 'Proxy' | 'AddProxy' | 'RemoveProxy' | 'RemoveProxies' | 'CreatePure' | 'KillPure' | 'Announce' | 'RemoveAnnouncement' | 'RejectAnnouncement' | 'ProxyAnnounced' | 'PokeDeposit';
|
|
10255
10690
|
}
|
|
10256
|
-
/** @name PalletTicksCall (
|
|
10691
|
+
/** @name PalletTicksCall (189) */
|
|
10257
10692
|
type PalletTicksCall = Null;
|
|
10258
|
-
/** @name PalletMiningSlotCall (
|
|
10693
|
+
/** @name PalletMiningSlotCall (190) */
|
|
10259
10694
|
interface PalletMiningSlotCall extends Enum {
|
|
10260
10695
|
readonly isBid: boolean;
|
|
10261
10696
|
readonly asBid: {
|
|
@@ -10270,7 +10705,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
10270
10705
|
} & Struct;
|
|
10271
10706
|
readonly type: 'Bid' | 'ConfigureMiningSlotDelay';
|
|
10272
10707
|
}
|
|
10273
|
-
/** @name PalletBitcoinUtxosCall (
|
|
10708
|
+
/** @name PalletBitcoinUtxosCall (191) */
|
|
10274
10709
|
interface PalletBitcoinUtxosCall extends Enum {
|
|
10275
10710
|
readonly isSync: boolean;
|
|
10276
10711
|
readonly asSync: {
|
|
@@ -10297,19 +10732,19 @@ declare module '@polkadot/types/lookup' {
|
|
|
10297
10732
|
} & Struct;
|
|
10298
10733
|
readonly type: 'Sync' | 'SetConfirmedBlock' | 'SetOperator' | 'FundWithUtxoCandidate' | 'RejectUtxoCandidate';
|
|
10299
10734
|
}
|
|
10300
|
-
/** @name ArgonPrimitivesInherentsBitcoinUtxoSync (
|
|
10735
|
+
/** @name ArgonPrimitivesInherentsBitcoinUtxoSync (192) */
|
|
10301
10736
|
interface ArgonPrimitivesInherentsBitcoinUtxoSync extends Struct {
|
|
10302
10737
|
readonly spent: Vec<ArgonPrimitivesInherentsBitcoinUtxoSpend>;
|
|
10303
10738
|
readonly funded: Vec<ArgonPrimitivesInherentsBitcoinUtxoFunding>;
|
|
10304
10739
|
readonly syncToBlock: ArgonPrimitivesBitcoinBitcoinBlock;
|
|
10305
10740
|
}
|
|
10306
|
-
/** @name ArgonPrimitivesInherentsBitcoinUtxoSpend (
|
|
10741
|
+
/** @name ArgonPrimitivesInherentsBitcoinUtxoSpend (194) */
|
|
10307
10742
|
interface ArgonPrimitivesInherentsBitcoinUtxoSpend extends Struct {
|
|
10308
10743
|
readonly utxoId: Compact<u64>;
|
|
10309
10744
|
readonly utxoRef: Option<ArgonPrimitivesBitcoinUtxoRef>;
|
|
10310
10745
|
readonly bitcoinHeight: Compact<u64>;
|
|
10311
10746
|
}
|
|
10312
|
-
/** @name ArgonPrimitivesInherentsBitcoinUtxoFunding (
|
|
10747
|
+
/** @name ArgonPrimitivesInherentsBitcoinUtxoFunding (197) */
|
|
10313
10748
|
interface ArgonPrimitivesInherentsBitcoinUtxoFunding extends Struct {
|
|
10314
10749
|
readonly utxoId: Compact<u64>;
|
|
10315
10750
|
readonly utxoRef: ArgonPrimitivesBitcoinUtxoRef;
|
|
@@ -10317,12 +10752,12 @@ declare module '@polkadot/types/lookup' {
|
|
|
10317
10752
|
readonly expectedSatoshis: Compact<u64>;
|
|
10318
10753
|
readonly bitcoinHeight: Compact<u64>;
|
|
10319
10754
|
}
|
|
10320
|
-
/** @name ArgonPrimitivesBitcoinBitcoinBlock (
|
|
10755
|
+
/** @name ArgonPrimitivesBitcoinBitcoinBlock (198) */
|
|
10321
10756
|
interface ArgonPrimitivesBitcoinBitcoinBlock extends Struct {
|
|
10322
10757
|
readonly blockHeight: Compact<u64>;
|
|
10323
10758
|
readonly blockHash: ArgonPrimitivesBitcoinH256Le;
|
|
10324
10759
|
}
|
|
10325
|
-
/** @name PalletVaultsCall (
|
|
10760
|
+
/** @name PalletVaultsCall (199) */
|
|
10326
10761
|
interface PalletVaultsCall extends Enum {
|
|
10327
10762
|
readonly isCreate: boolean;
|
|
10328
10763
|
readonly asCreate: {
|
|
@@ -10362,7 +10797,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
10362
10797
|
} & Struct;
|
|
10363
10798
|
readonly type: 'Create' | 'ModifyFunding' | 'ModifyTerms' | 'Close' | 'ReplaceBitcoinXpub' | 'Collect' | 'SetBitcoinLockDelegate' | 'SetName';
|
|
10364
10799
|
}
|
|
10365
|
-
/** @name PalletVaultsVaultConfig (
|
|
10800
|
+
/** @name PalletVaultsVaultConfig (200) */
|
|
10366
10801
|
interface PalletVaultsVaultConfig extends Struct {
|
|
10367
10802
|
readonly terms: ArgonPrimitivesVaultVaultTerms;
|
|
10368
10803
|
readonly name: Option<Bytes>;
|
|
@@ -10370,16 +10805,16 @@ declare module '@polkadot/types/lookup' {
|
|
|
10370
10805
|
readonly bitcoinXpubkey: ArgonPrimitivesBitcoinOpaqueBitcoinXpub;
|
|
10371
10806
|
readonly securitizationRatio: Compact<u128>;
|
|
10372
10807
|
}
|
|
10373
|
-
/** @name ArgonPrimitivesVaultVaultTerms (
|
|
10808
|
+
/** @name ArgonPrimitivesVaultVaultTerms (201) */
|
|
10374
10809
|
interface ArgonPrimitivesVaultVaultTerms extends Struct {
|
|
10375
10810
|
readonly bitcoinAnnualPercentRate: Compact<u128>;
|
|
10376
10811
|
readonly bitcoinBaseFee: Compact<u128>;
|
|
10377
10812
|
readonly treasuryProfitSharing: Compact<Permill>;
|
|
10378
10813
|
}
|
|
10379
|
-
/** @name ArgonPrimitivesBitcoinOpaqueBitcoinXpub (
|
|
10814
|
+
/** @name ArgonPrimitivesBitcoinOpaqueBitcoinXpub (207) */
|
|
10380
10815
|
interface ArgonPrimitivesBitcoinOpaqueBitcoinXpub extends U8aFixed {
|
|
10381
10816
|
}
|
|
10382
|
-
/** @name PalletBitcoinLocksCall (
|
|
10817
|
+
/** @name PalletBitcoinLocksCall (209) */
|
|
10383
10818
|
interface PalletBitcoinLocksCall extends Enum {
|
|
10384
10819
|
readonly isInitialize: boolean;
|
|
10385
10820
|
readonly asInitialize: {
|
|
@@ -10435,18 +10870,18 @@ declare module '@polkadot/types/lookup' {
|
|
|
10435
10870
|
} & Struct;
|
|
10436
10871
|
readonly type: 'Initialize' | 'RequestRelease' | 'CosignRelease' | 'Ratchet' | 'AdminModifyMinimumLockedSats' | 'RequestOrphanedUtxoRelease' | 'CosignOrphanedUtxoRelease' | 'InitializeFor' | 'IncreaseSecuritization';
|
|
10437
10872
|
}
|
|
10438
|
-
/** @name ArgonPrimitivesBitcoinCompressedBitcoinPubkey (
|
|
10873
|
+
/** @name ArgonPrimitivesBitcoinCompressedBitcoinPubkey (210) */
|
|
10439
10874
|
interface ArgonPrimitivesBitcoinCompressedBitcoinPubkey extends U8aFixed {
|
|
10440
10875
|
}
|
|
10441
|
-
/** @name PalletBitcoinLocksLockOptions (
|
|
10876
|
+
/** @name PalletBitcoinLocksLockOptions (213) */
|
|
10442
10877
|
interface PalletBitcoinLocksLockOptions extends Enum {
|
|
10443
10878
|
readonly isV1: boolean;
|
|
10444
10879
|
readonly asV1: {
|
|
10445
|
-
readonly
|
|
10880
|
+
readonly microgonsAtTargetPerBtc: Option<u128>;
|
|
10446
10881
|
} & Struct;
|
|
10447
10882
|
readonly type: 'V1';
|
|
10448
10883
|
}
|
|
10449
|
-
/** @name PalletNotariesCall (
|
|
10884
|
+
/** @name PalletNotariesCall (216) */
|
|
10450
10885
|
interface PalletNotariesCall extends Enum {
|
|
10451
10886
|
readonly isPropose: boolean;
|
|
10452
10887
|
readonly asPropose: {
|
|
@@ -10464,7 +10899,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
10464
10899
|
} & Struct;
|
|
10465
10900
|
readonly type: 'Propose' | 'Activate' | 'Update';
|
|
10466
10901
|
}
|
|
10467
|
-
/** @name PalletNotebookCall (
|
|
10902
|
+
/** @name PalletNotebookCall (217) */
|
|
10468
10903
|
interface PalletNotebookCall extends Enum {
|
|
10469
10904
|
readonly isSubmit: boolean;
|
|
10470
10905
|
readonly asSubmit: {
|
|
@@ -10476,12 +10911,12 @@ declare module '@polkadot/types/lookup' {
|
|
|
10476
10911
|
} & Struct;
|
|
10477
10912
|
readonly type: 'Submit' | 'Unlock';
|
|
10478
10913
|
}
|
|
10479
|
-
/** @name ArgonPrimitivesNotebookSignedNotebookHeader (
|
|
10914
|
+
/** @name ArgonPrimitivesNotebookSignedNotebookHeader (219) */
|
|
10480
10915
|
interface ArgonPrimitivesNotebookSignedNotebookHeader extends Struct {
|
|
10481
10916
|
readonly header: ArgonPrimitivesNotebookNotebookHeader;
|
|
10482
10917
|
readonly signature: U8aFixed;
|
|
10483
10918
|
}
|
|
10484
|
-
/** @name ArgonPrimitivesNotebookNotebookHeader (
|
|
10919
|
+
/** @name ArgonPrimitivesNotebookNotebookHeader (220) */
|
|
10485
10920
|
interface ArgonPrimitivesNotebookNotebookHeader extends Struct {
|
|
10486
10921
|
readonly version: Compact<u16>;
|
|
10487
10922
|
readonly notebookNumber: Compact<u32>;
|
|
@@ -10499,7 +10934,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
10499
10934
|
readonly parentSecret: Option<H256>;
|
|
10500
10935
|
readonly domains: Vec<ITuple<[H256, AccountId32]>>;
|
|
10501
10936
|
}
|
|
10502
|
-
/** @name ArgonPrimitivesNotebookChainTransfer (
|
|
10937
|
+
/** @name ArgonPrimitivesNotebookChainTransfer (223) */
|
|
10503
10938
|
interface ArgonPrimitivesNotebookChainTransfer extends Enum {
|
|
10504
10939
|
readonly isToMainchain: boolean;
|
|
10505
10940
|
readonly asToMainchain: {
|
|
@@ -10512,12 +10947,12 @@ declare module '@polkadot/types/lookup' {
|
|
|
10512
10947
|
} & Struct;
|
|
10513
10948
|
readonly type: 'ToMainchain' | 'ToLocalchain';
|
|
10514
10949
|
}
|
|
10515
|
-
/** @name ArgonPrimitivesBalanceChangeAccountOrigin (
|
|
10950
|
+
/** @name ArgonPrimitivesBalanceChangeAccountOrigin (226) */
|
|
10516
10951
|
interface ArgonPrimitivesBalanceChangeAccountOrigin extends Struct {
|
|
10517
10952
|
readonly notebookNumber: Compact<u32>;
|
|
10518
10953
|
readonly accountUid: Compact<u32>;
|
|
10519
10954
|
}
|
|
10520
|
-
/** @name PalletLocalchainTransferCall (
|
|
10955
|
+
/** @name PalletLocalchainTransferCall (233) */
|
|
10521
10956
|
interface PalletLocalchainTransferCall extends Enum {
|
|
10522
10957
|
readonly isSendToLocalchain: boolean;
|
|
10523
10958
|
readonly asSendToLocalchain: {
|
|
@@ -10526,7 +10961,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
10526
10961
|
} & Struct;
|
|
10527
10962
|
readonly type: 'SendToLocalchain';
|
|
10528
10963
|
}
|
|
10529
|
-
/** @name PalletBlockSealSpecCall (
|
|
10964
|
+
/** @name PalletBlockSealSpecCall (234) */
|
|
10530
10965
|
interface PalletBlockSealSpecCall extends Enum {
|
|
10531
10966
|
readonly isConfigure: boolean;
|
|
10532
10967
|
readonly asConfigure: {
|
|
@@ -10535,7 +10970,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
10535
10970
|
} & Struct;
|
|
10536
10971
|
readonly type: 'Configure';
|
|
10537
10972
|
}
|
|
10538
|
-
/** @name PalletDomainsCall (
|
|
10973
|
+
/** @name PalletDomainsCall (235) */
|
|
10539
10974
|
interface PalletDomainsCall extends Enum {
|
|
10540
10975
|
readonly isSetZoneRecord: boolean;
|
|
10541
10976
|
readonly asSetZoneRecord: {
|
|
@@ -10544,7 +10979,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
10544
10979
|
} & Struct;
|
|
10545
10980
|
readonly type: 'SetZoneRecord';
|
|
10546
10981
|
}
|
|
10547
|
-
/** @name PalletPriceIndexCall (
|
|
10982
|
+
/** @name PalletPriceIndexCall (236) */
|
|
10548
10983
|
interface PalletPriceIndexCall extends Enum {
|
|
10549
10984
|
readonly isSubmit: boolean;
|
|
10550
10985
|
readonly asSubmit: {
|
|
@@ -10556,7 +10991,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
10556
10991
|
} & Struct;
|
|
10557
10992
|
readonly type: 'Submit' | 'SetOperator';
|
|
10558
10993
|
}
|
|
10559
|
-
/** @name PalletPriceIndexPriceIndex (
|
|
10994
|
+
/** @name PalletPriceIndexPriceIndex (237) */
|
|
10560
10995
|
interface PalletPriceIndexPriceIndex extends Struct {
|
|
10561
10996
|
readonly btcUsdPrice: Compact<u128>;
|
|
10562
10997
|
readonly argonotUsdPrice: u128;
|
|
@@ -10565,7 +11000,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
10565
11000
|
readonly argonTimeWeightedAverageLiquidity: u128;
|
|
10566
11001
|
readonly tick: Compact<u64>;
|
|
10567
11002
|
}
|
|
10568
|
-
/** @name PalletGrandpaCall (
|
|
11003
|
+
/** @name PalletGrandpaCall (238) */
|
|
10569
11004
|
interface PalletGrandpaCall extends Enum {
|
|
10570
11005
|
readonly isReportEquivocation: boolean;
|
|
10571
11006
|
readonly asReportEquivocation: {
|
|
@@ -10584,12 +11019,12 @@ declare module '@polkadot/types/lookup' {
|
|
|
10584
11019
|
} & Struct;
|
|
10585
11020
|
readonly type: 'ReportEquivocation' | 'ReportEquivocationUnsigned' | 'NoteStalled';
|
|
10586
11021
|
}
|
|
10587
|
-
/** @name SpConsensusGrandpaEquivocationProof (
|
|
11022
|
+
/** @name SpConsensusGrandpaEquivocationProof (239) */
|
|
10588
11023
|
interface SpConsensusGrandpaEquivocationProof extends Struct {
|
|
10589
11024
|
readonly setId: u64;
|
|
10590
11025
|
readonly equivocation: SpConsensusGrandpaEquivocation;
|
|
10591
11026
|
}
|
|
10592
|
-
/** @name SpConsensusGrandpaEquivocation (
|
|
11027
|
+
/** @name SpConsensusGrandpaEquivocation (240) */
|
|
10593
11028
|
interface SpConsensusGrandpaEquivocation extends Enum {
|
|
10594
11029
|
readonly isPrevote: boolean;
|
|
10595
11030
|
readonly asPrevote: FinalityGrandpaEquivocationPrevote;
|
|
@@ -10597,36 +11032,36 @@ declare module '@polkadot/types/lookup' {
|
|
|
10597
11032
|
readonly asPrecommit: FinalityGrandpaEquivocationPrecommit;
|
|
10598
11033
|
readonly type: 'Prevote' | 'Precommit';
|
|
10599
11034
|
}
|
|
10600
|
-
/** @name FinalityGrandpaEquivocationPrevote (
|
|
11035
|
+
/** @name FinalityGrandpaEquivocationPrevote (241) */
|
|
10601
11036
|
interface FinalityGrandpaEquivocationPrevote extends Struct {
|
|
10602
11037
|
readonly roundNumber: u64;
|
|
10603
11038
|
readonly identity: SpConsensusGrandpaAppPublic;
|
|
10604
11039
|
readonly first: ITuple<[FinalityGrandpaPrevote, SpConsensusGrandpaAppSignature]>;
|
|
10605
11040
|
readonly second: ITuple<[FinalityGrandpaPrevote, SpConsensusGrandpaAppSignature]>;
|
|
10606
11041
|
}
|
|
10607
|
-
/** @name FinalityGrandpaPrevote (
|
|
11042
|
+
/** @name FinalityGrandpaPrevote (242) */
|
|
10608
11043
|
interface FinalityGrandpaPrevote extends Struct {
|
|
10609
11044
|
readonly targetHash: H256;
|
|
10610
11045
|
readonly targetNumber: u32;
|
|
10611
11046
|
}
|
|
10612
|
-
/** @name SpConsensusGrandpaAppSignature (
|
|
11047
|
+
/** @name SpConsensusGrandpaAppSignature (243) */
|
|
10613
11048
|
interface SpConsensusGrandpaAppSignature extends U8aFixed {
|
|
10614
11049
|
}
|
|
10615
|
-
/** @name FinalityGrandpaEquivocationPrecommit (
|
|
11050
|
+
/** @name FinalityGrandpaEquivocationPrecommit (245) */
|
|
10616
11051
|
interface FinalityGrandpaEquivocationPrecommit extends Struct {
|
|
10617
11052
|
readonly roundNumber: u64;
|
|
10618
11053
|
readonly identity: SpConsensusGrandpaAppPublic;
|
|
10619
11054
|
readonly first: ITuple<[FinalityGrandpaPrecommit, SpConsensusGrandpaAppSignature]>;
|
|
10620
11055
|
readonly second: ITuple<[FinalityGrandpaPrecommit, SpConsensusGrandpaAppSignature]>;
|
|
10621
11056
|
}
|
|
10622
|
-
/** @name FinalityGrandpaPrecommit (
|
|
11057
|
+
/** @name FinalityGrandpaPrecommit (246) */
|
|
10623
11058
|
interface FinalityGrandpaPrecommit extends Struct {
|
|
10624
11059
|
readonly targetHash: H256;
|
|
10625
11060
|
readonly targetNumber: u32;
|
|
10626
11061
|
}
|
|
10627
|
-
/** @name SpCoreVoid (
|
|
11062
|
+
/** @name SpCoreVoid (248) */
|
|
10628
11063
|
type SpCoreVoid = Null;
|
|
10629
|
-
/** @name PalletBlockSealCall (
|
|
11064
|
+
/** @name PalletBlockSealCall (249) */
|
|
10630
11065
|
interface PalletBlockSealCall extends Enum {
|
|
10631
11066
|
readonly isApply: boolean;
|
|
10632
11067
|
readonly asApply: {
|
|
@@ -10634,7 +11069,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
10634
11069
|
} & Struct;
|
|
10635
11070
|
readonly type: 'Apply';
|
|
10636
11071
|
}
|
|
10637
|
-
/** @name ArgonPrimitivesInherentsBlockSealInherent (
|
|
11072
|
+
/** @name ArgonPrimitivesInherentsBlockSealInherent (250) */
|
|
10638
11073
|
interface ArgonPrimitivesInherentsBlockSealInherent extends Enum {
|
|
10639
11074
|
readonly isVote: boolean;
|
|
10640
11075
|
readonly asVote: {
|
|
@@ -10648,13 +11083,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
10648
11083
|
readonly isCompute: boolean;
|
|
10649
11084
|
readonly type: 'Vote' | 'Compute';
|
|
10650
11085
|
}
|
|
10651
|
-
/** @name ArgonPrimitivesBalanceChangeMerkleProof (
|
|
11086
|
+
/** @name ArgonPrimitivesBalanceChangeMerkleProof (251) */
|
|
10652
11087
|
interface ArgonPrimitivesBalanceChangeMerkleProof extends Struct {
|
|
10653
11088
|
readonly proof: Vec<H256>;
|
|
10654
11089
|
readonly numberOfLeaves: Compact<u32>;
|
|
10655
11090
|
readonly leafIndex: Compact<u32>;
|
|
10656
11091
|
}
|
|
10657
|
-
/** @name ArgonPrimitivesBlockVoteBlockVoteT (
|
|
11092
|
+
/** @name ArgonPrimitivesBlockVoteBlockVoteT (253) */
|
|
10658
11093
|
interface ArgonPrimitivesBlockVoteBlockVoteT extends Struct {
|
|
10659
11094
|
readonly accountId: AccountId32;
|
|
10660
11095
|
readonly blockHash: H256;
|
|
@@ -10664,7 +11099,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
10664
11099
|
readonly blockRewardsAccountId: AccountId32;
|
|
10665
11100
|
readonly tick: Compact<u64>;
|
|
10666
11101
|
}
|
|
10667
|
-
/** @name SpRuntimeMultiSignature (
|
|
11102
|
+
/** @name SpRuntimeMultiSignature (254) */
|
|
10668
11103
|
interface SpRuntimeMultiSignature extends Enum {
|
|
10669
11104
|
readonly isEd25519: boolean;
|
|
10670
11105
|
readonly asEd25519: U8aFixed;
|
|
@@ -10676,7 +11111,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
10676
11111
|
readonly asEth: U8aFixed;
|
|
10677
11112
|
readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa' | 'Eth';
|
|
10678
11113
|
}
|
|
10679
|
-
/** @name PalletBlockRewardsCall (
|
|
11114
|
+
/** @name PalletBlockRewardsCall (256) */
|
|
10680
11115
|
interface PalletBlockRewardsCall extends Enum {
|
|
10681
11116
|
readonly isSetBlockRewardsPaused: boolean;
|
|
10682
11117
|
readonly asSetBlockRewardsPaused: {
|
|
@@ -10684,9 +11119,9 @@ declare module '@polkadot/types/lookup' {
|
|
|
10684
11119
|
} & Struct;
|
|
10685
11120
|
readonly type: 'SetBlockRewardsPaused';
|
|
10686
11121
|
}
|
|
10687
|
-
/** @name PalletMintCall (
|
|
11122
|
+
/** @name PalletMintCall (257) */
|
|
10688
11123
|
type PalletMintCall = Null;
|
|
10689
|
-
/** @name PalletBalancesCall (
|
|
11124
|
+
/** @name PalletBalancesCall (258) */
|
|
10690
11125
|
interface PalletBalancesCall extends Enum {
|
|
10691
11126
|
readonly isTransferAllowDeath: boolean;
|
|
10692
11127
|
readonly asTransferAllowDeath: {
|
|
@@ -10735,13 +11170,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
10735
11170
|
} & Struct;
|
|
10736
11171
|
readonly type: 'TransferAllowDeath' | 'ForceTransfer' | 'TransferKeepAlive' | 'TransferAll' | 'ForceUnreserve' | 'UpgradeAccounts' | 'ForceSetBalance' | 'ForceAdjustTotalIssuance' | 'Burn';
|
|
10737
11172
|
}
|
|
10738
|
-
/** @name PalletBalancesAdjustmentDirection (
|
|
11173
|
+
/** @name PalletBalancesAdjustmentDirection (259) */
|
|
10739
11174
|
interface PalletBalancesAdjustmentDirection extends Enum {
|
|
10740
11175
|
readonly isIncrease: boolean;
|
|
10741
11176
|
readonly isDecrease: boolean;
|
|
10742
11177
|
readonly type: 'Increase' | 'Decrease';
|
|
10743
11178
|
}
|
|
10744
|
-
/** @name PalletTxPauseCall (
|
|
11179
|
+
/** @name PalletTxPauseCall (261) */
|
|
10745
11180
|
interface PalletTxPauseCall extends Enum {
|
|
10746
11181
|
readonly isPause: boolean;
|
|
10747
11182
|
readonly asPause: {
|
|
@@ -10753,7 +11188,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
10753
11188
|
} & Struct;
|
|
10754
11189
|
readonly type: 'Pause' | 'Unpause';
|
|
10755
11190
|
}
|
|
10756
|
-
/** @name PalletUtilityCall (
|
|
11191
|
+
/** @name PalletUtilityCall (262) */
|
|
10757
11192
|
interface PalletUtilityCall extends Enum {
|
|
10758
11193
|
readonly isBatch: boolean;
|
|
10759
11194
|
readonly asBatch: {
|
|
@@ -10794,7 +11229,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
10794
11229
|
} & Struct;
|
|
10795
11230
|
readonly type: 'Batch' | 'AsDerivative' | 'BatchAll' | 'DispatchAs' | 'ForceBatch' | 'WithWeight' | 'IfElse' | 'DispatchAsFallible';
|
|
10796
11231
|
}
|
|
10797
|
-
/** @name PalletSudoCall (
|
|
11232
|
+
/** @name PalletSudoCall (264) */
|
|
10798
11233
|
interface PalletSudoCall extends Enum {
|
|
10799
11234
|
readonly isSudo: boolean;
|
|
10800
11235
|
readonly asSudo: {
|
|
@@ -10817,7 +11252,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
10817
11252
|
readonly isRemoveKey: boolean;
|
|
10818
11253
|
readonly type: 'Sudo' | 'SudoUncheckedWeight' | 'SetKey' | 'SudoAs' | 'RemoveKey';
|
|
10819
11254
|
}
|
|
10820
|
-
/** @name PalletTreasuryCall (
|
|
11255
|
+
/** @name PalletTreasuryCall (265) */
|
|
10821
11256
|
interface PalletTreasuryCall extends Enum {
|
|
10822
11257
|
readonly isBuyBonds: boolean;
|
|
10823
11258
|
readonly asBuyBonds: {
|
|
@@ -10830,7 +11265,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
10830
11265
|
} & Struct;
|
|
10831
11266
|
readonly type: 'BuyBonds' | 'LiquidateBondLot';
|
|
10832
11267
|
}
|
|
10833
|
-
/** @name PalletOperationalAccountsCall (
|
|
11268
|
+
/** @name PalletOperationalAccountsCall (266) */
|
|
10834
11269
|
interface PalletOperationalAccountsCall extends Enum {
|
|
10835
11270
|
readonly isRegister: boolean;
|
|
10836
11271
|
readonly asRegister: {
|
|
@@ -10859,13 +11294,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
10859
11294
|
} & Struct;
|
|
10860
11295
|
readonly type: 'Register' | 'SetRewardConfig' | 'ForceSetProgress' | 'SetEncryptedServerForSponsee' | 'Activate' | 'ClaimRewards';
|
|
10861
11296
|
}
|
|
10862
|
-
/** @name PalletOperationalAccountsRegistration (
|
|
11297
|
+
/** @name PalletOperationalAccountsRegistration (267) */
|
|
10863
11298
|
interface PalletOperationalAccountsRegistration extends Enum {
|
|
10864
11299
|
readonly isV1: boolean;
|
|
10865
11300
|
readonly asV1: PalletOperationalAccountsRegistrationV1;
|
|
10866
11301
|
readonly type: 'V1';
|
|
10867
11302
|
}
|
|
10868
|
-
/** @name PalletOperationalAccountsRegistrationV1 (
|
|
11303
|
+
/** @name PalletOperationalAccountsRegistrationV1 (268) */
|
|
10869
11304
|
interface PalletOperationalAccountsRegistrationV1 extends Struct {
|
|
10870
11305
|
readonly operationalAccount: AccountId32;
|
|
10871
11306
|
readonly encryptionPubkey: PalletOperationalAccountsOpaqueEncryptionPubkey;
|
|
@@ -10878,14 +11313,14 @@ declare module '@polkadot/types/lookup' {
|
|
|
10878
11313
|
readonly miningBotAccountProof: PalletOperationalAccountsAccountOwnershipProof;
|
|
10879
11314
|
readonly referralProof: Option<PalletOperationalAccountsReferralProof>;
|
|
10880
11315
|
}
|
|
10881
|
-
/** @name PalletOperationalAccountsOpaqueEncryptionPubkey (
|
|
11316
|
+
/** @name PalletOperationalAccountsOpaqueEncryptionPubkey (269) */
|
|
10882
11317
|
interface PalletOperationalAccountsOpaqueEncryptionPubkey extends U8aFixed {
|
|
10883
11318
|
}
|
|
10884
|
-
/** @name PalletOperationalAccountsAccountOwnershipProof (
|
|
11319
|
+
/** @name PalletOperationalAccountsAccountOwnershipProof (270) */
|
|
10885
11320
|
interface PalletOperationalAccountsAccountOwnershipProof extends Struct {
|
|
10886
11321
|
readonly signature: SpRuntimeMultiSignature;
|
|
10887
11322
|
}
|
|
10888
|
-
/** @name PalletOperationalAccountsReferralProof (
|
|
11323
|
+
/** @name PalletOperationalAccountsReferralProof (272) */
|
|
10889
11324
|
interface PalletOperationalAccountsReferralProof extends Struct {
|
|
10890
11325
|
readonly referralCode: U8aFixed;
|
|
10891
11326
|
readonly referralSignature: U8aFixed;
|
|
@@ -10893,7 +11328,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
10893
11328
|
readonly expiresAtFrame: Compact<u64>;
|
|
10894
11329
|
readonly sponsorSignature: SpRuntimeMultiSignature;
|
|
10895
11330
|
}
|
|
10896
|
-
/** @name PalletOperationalAccountsOperationalProgressPatch (
|
|
11331
|
+
/** @name PalletOperationalAccountsOperationalProgressPatch (273) */
|
|
10897
11332
|
interface PalletOperationalAccountsOperationalProgressPatch extends Struct {
|
|
10898
11333
|
readonly hasUniswapTransfer: Option<bool>;
|
|
10899
11334
|
readonly vaultCreated: Option<bool>;
|
|
@@ -10901,7 +11336,199 @@ declare module '@polkadot/types/lookup' {
|
|
|
10901
11336
|
readonly observedBitcoinTotal: Option<u128>;
|
|
10902
11337
|
readonly observedMiningSeatTotal: Option<u32>;
|
|
10903
11338
|
}
|
|
10904
|
-
/** @name
|
|
11339
|
+
/** @name PalletEthereumVerifierCall (275) */
|
|
11340
|
+
interface PalletEthereumVerifierCall extends Enum {
|
|
11341
|
+
readonly isForceCheckpoint: boolean;
|
|
11342
|
+
readonly asForceCheckpoint: {
|
|
11343
|
+
readonly update: PalletEthereumVerifierCheckpointUpdate;
|
|
11344
|
+
readonly forkVersions: PalletEthereumVerifierForkVersions;
|
|
11345
|
+
} & Struct;
|
|
11346
|
+
readonly isSubmit: boolean;
|
|
11347
|
+
readonly asSubmit: {
|
|
11348
|
+
readonly update: PalletEthereumVerifierUpdate;
|
|
11349
|
+
} & Struct;
|
|
11350
|
+
readonly isImportExecutionHeaderAnchor: boolean;
|
|
11351
|
+
readonly asImportExecutionHeaderAnchor: {
|
|
11352
|
+
readonly executionProof: PalletEthereumVerifierExecutionProof;
|
|
11353
|
+
} & Struct;
|
|
11354
|
+
readonly isSetOperatingMode: boolean;
|
|
11355
|
+
readonly asSetOperatingMode: {
|
|
11356
|
+
readonly mode: PalletEthereumVerifierBasicOperatingMode;
|
|
11357
|
+
} & Struct;
|
|
11358
|
+
readonly type: 'ForceCheckpoint' | 'Submit' | 'ImportExecutionHeaderAnchor' | 'SetOperatingMode';
|
|
11359
|
+
}
|
|
11360
|
+
/** @name PalletEthereumVerifierCheckpointUpdate (276) */
|
|
11361
|
+
interface PalletEthereumVerifierCheckpointUpdate extends Struct {
|
|
11362
|
+
readonly header: SnowbridgeBeaconPrimitivesBeaconHeader;
|
|
11363
|
+
readonly currentSyncCommittee: PalletEthereumVerifierSyncCommittee;
|
|
11364
|
+
readonly currentSyncCommitteeBranch: Vec<H256>;
|
|
11365
|
+
readonly validatorsRoot: H256;
|
|
11366
|
+
}
|
|
11367
|
+
/** @name SnowbridgeBeaconPrimitivesBeaconHeader (277) */
|
|
11368
|
+
interface SnowbridgeBeaconPrimitivesBeaconHeader extends Struct {
|
|
11369
|
+
readonly slot: u64;
|
|
11370
|
+
readonly proposerIndex: u64;
|
|
11371
|
+
readonly parentRoot: H256;
|
|
11372
|
+
readonly stateRoot: H256;
|
|
11373
|
+
readonly bodyRoot: H256;
|
|
11374
|
+
}
|
|
11375
|
+
/** @name PalletEthereumVerifierSyncCommittee (278) */
|
|
11376
|
+
interface PalletEthereumVerifierSyncCommittee extends Struct {
|
|
11377
|
+
readonly pubkeys: Vec<SnowbridgeBeaconPrimitivesPublicKey>;
|
|
11378
|
+
readonly aggregatePubkey: SnowbridgeBeaconPrimitivesPublicKey;
|
|
11379
|
+
}
|
|
11380
|
+
/** @name SnowbridgeBeaconPrimitivesPublicKey (280) */
|
|
11381
|
+
interface SnowbridgeBeaconPrimitivesPublicKey extends U8aFixed {
|
|
11382
|
+
}
|
|
11383
|
+
/** @name PalletEthereumVerifierForkVersions (284) */
|
|
11384
|
+
interface PalletEthereumVerifierForkVersions extends Struct {
|
|
11385
|
+
readonly genesis: PalletEthereumVerifierFork;
|
|
11386
|
+
readonly altair: PalletEthereumVerifierFork;
|
|
11387
|
+
readonly bellatrix: PalletEthereumVerifierFork;
|
|
11388
|
+
readonly capella: PalletEthereumVerifierFork;
|
|
11389
|
+
readonly deneb: PalletEthereumVerifierFork;
|
|
11390
|
+
readonly electra: PalletEthereumVerifierFork;
|
|
11391
|
+
readonly fulu: PalletEthereumVerifierFork;
|
|
11392
|
+
}
|
|
11393
|
+
/** @name PalletEthereumVerifierFork (285) */
|
|
11394
|
+
interface PalletEthereumVerifierFork extends Struct {
|
|
11395
|
+
readonly version: U8aFixed;
|
|
11396
|
+
readonly epoch: Compact<u64>;
|
|
11397
|
+
}
|
|
11398
|
+
/** @name PalletEthereumVerifierUpdate (286) */
|
|
11399
|
+
interface PalletEthereumVerifierUpdate extends Struct {
|
|
11400
|
+
readonly attestedHeader: SnowbridgeBeaconPrimitivesBeaconHeader;
|
|
11401
|
+
readonly syncAggregate: PalletEthereumVerifierSyncAggregate;
|
|
11402
|
+
readonly signatureSlot: Compact<u64>;
|
|
11403
|
+
readonly nextSyncCommitteeUpdate: Option<PalletEthereumVerifierNextSyncCommitteeUpdate>;
|
|
11404
|
+
readonly finalizedHeader: SnowbridgeBeaconPrimitivesBeaconHeader;
|
|
11405
|
+
readonly finalityBranch: Vec<H256>;
|
|
11406
|
+
}
|
|
11407
|
+
/** @name PalletEthereumVerifierSyncAggregate (287) */
|
|
11408
|
+
interface PalletEthereumVerifierSyncAggregate extends Struct {
|
|
11409
|
+
readonly syncCommitteeBits: Bytes;
|
|
11410
|
+
readonly syncCommitteeSignature: SnowbridgeBeaconPrimitivesSignature;
|
|
11411
|
+
}
|
|
11412
|
+
/** @name SnowbridgeBeaconPrimitivesSignature (289) */
|
|
11413
|
+
interface SnowbridgeBeaconPrimitivesSignature extends U8aFixed {
|
|
11414
|
+
}
|
|
11415
|
+
/** @name PalletEthereumVerifierNextSyncCommitteeUpdate (292) */
|
|
11416
|
+
interface PalletEthereumVerifierNextSyncCommitteeUpdate extends Struct {
|
|
11417
|
+
readonly nextSyncCommittee: PalletEthereumVerifierSyncCommittee;
|
|
11418
|
+
readonly nextSyncCommitteeBranch: Vec<H256>;
|
|
11419
|
+
}
|
|
11420
|
+
/** @name PalletEthereumVerifierExecutionProof (293) */
|
|
11421
|
+
interface PalletEthereumVerifierExecutionProof extends Struct {
|
|
11422
|
+
readonly header: SnowbridgeBeaconPrimitivesBeaconHeader;
|
|
11423
|
+
readonly executionHeader: SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader;
|
|
11424
|
+
readonly executionBranch: Vec<H256>;
|
|
11425
|
+
}
|
|
11426
|
+
/** @name SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader (294) */
|
|
11427
|
+
interface SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader extends Enum {
|
|
11428
|
+
readonly isCapella: boolean;
|
|
11429
|
+
readonly asCapella: SnowbridgeBeaconPrimitivesExecutionPayloadHeader;
|
|
11430
|
+
readonly isDeneb: boolean;
|
|
11431
|
+
readonly asDeneb: SnowbridgeBeaconPrimitivesDenebExecutionPayloadHeader;
|
|
11432
|
+
readonly type: 'Capella' | 'Deneb';
|
|
11433
|
+
}
|
|
11434
|
+
/** @name SnowbridgeBeaconPrimitivesExecutionPayloadHeader (295) */
|
|
11435
|
+
interface SnowbridgeBeaconPrimitivesExecutionPayloadHeader extends Struct {
|
|
11436
|
+
readonly parentHash: H256;
|
|
11437
|
+
readonly feeRecipient: H160;
|
|
11438
|
+
readonly stateRoot: H256;
|
|
11439
|
+
readonly receiptsRoot: H256;
|
|
11440
|
+
readonly logsBloom: Bytes;
|
|
11441
|
+
readonly prevRandao: H256;
|
|
11442
|
+
readonly blockNumber: u64;
|
|
11443
|
+
readonly gasLimit: u64;
|
|
11444
|
+
readonly gasUsed: u64;
|
|
11445
|
+
readonly timestamp: u64;
|
|
11446
|
+
readonly extraData: Bytes;
|
|
11447
|
+
readonly baseFeePerGas: U256;
|
|
11448
|
+
readonly blockHash: H256;
|
|
11449
|
+
readonly transactionsRoot: H256;
|
|
11450
|
+
readonly withdrawalsRoot: H256;
|
|
11451
|
+
}
|
|
11452
|
+
/** @name SnowbridgeBeaconPrimitivesDenebExecutionPayloadHeader (296) */
|
|
11453
|
+
interface SnowbridgeBeaconPrimitivesDenebExecutionPayloadHeader extends Struct {
|
|
11454
|
+
readonly parentHash: H256;
|
|
11455
|
+
readonly feeRecipient: H160;
|
|
11456
|
+
readonly stateRoot: H256;
|
|
11457
|
+
readonly receiptsRoot: H256;
|
|
11458
|
+
readonly logsBloom: Bytes;
|
|
11459
|
+
readonly prevRandao: H256;
|
|
11460
|
+
readonly blockNumber: u64;
|
|
11461
|
+
readonly gasLimit: u64;
|
|
11462
|
+
readonly gasUsed: u64;
|
|
11463
|
+
readonly timestamp: u64;
|
|
11464
|
+
readonly extraData: Bytes;
|
|
11465
|
+
readonly baseFeePerGas: U256;
|
|
11466
|
+
readonly blockHash: H256;
|
|
11467
|
+
readonly transactionsRoot: H256;
|
|
11468
|
+
readonly withdrawalsRoot: H256;
|
|
11469
|
+
readonly blobGasUsed: u64;
|
|
11470
|
+
readonly excessBlobGas: u64;
|
|
11471
|
+
}
|
|
11472
|
+
/** @name PalletCrosschainTransferCall (297) */
|
|
11473
|
+
interface PalletCrosschainTransferCall extends Enum {
|
|
11474
|
+
readonly isSetChainConfig: boolean;
|
|
11475
|
+
readonly asSetChainConfig: {
|
|
11476
|
+
readonly config: PalletCrosschainTransferChainConfig;
|
|
11477
|
+
} & Struct;
|
|
11478
|
+
readonly isProveTransfer: boolean;
|
|
11479
|
+
readonly asProveTransfer: {
|
|
11480
|
+
readonly proof: PalletCrosschainTransferTransferProof;
|
|
11481
|
+
} & Struct;
|
|
11482
|
+
readonly type: 'SetChainConfig' | 'ProveTransfer';
|
|
11483
|
+
}
|
|
11484
|
+
/** @name PalletCrosschainTransferChainConfig (298) */
|
|
11485
|
+
interface PalletCrosschainTransferChainConfig extends Enum {
|
|
11486
|
+
readonly isEthereum: boolean;
|
|
11487
|
+
readonly asEthereum: {
|
|
11488
|
+
readonly gateway: H160;
|
|
11489
|
+
readonly argonToken: H160;
|
|
11490
|
+
readonly argonotToken: H160;
|
|
11491
|
+
readonly previousGateway: Option<H160>;
|
|
11492
|
+
readonly previousReleaseExpiration: Option<u64>;
|
|
11493
|
+
} & Struct;
|
|
11494
|
+
readonly type: 'Ethereum';
|
|
11495
|
+
}
|
|
11496
|
+
/** @name PalletCrosschainTransferTransferProof (300) */
|
|
11497
|
+
interface PalletCrosschainTransferTransferProof extends Enum {
|
|
11498
|
+
readonly isEthereum: boolean;
|
|
11499
|
+
readonly asEthereum: {
|
|
11500
|
+
readonly sourceChain: PalletCrosschainTransferSourceChain;
|
|
11501
|
+
readonly eventLog: ArgonPrimitivesEthereumEthereumLog;
|
|
11502
|
+
readonly proof: ArgonPrimitivesEthereumEthereumProof;
|
|
11503
|
+
} & Struct;
|
|
11504
|
+
readonly type: 'Ethereum';
|
|
11505
|
+
}
|
|
11506
|
+
/** @name ArgonPrimitivesEthereumEthereumLog (301) */
|
|
11507
|
+
interface ArgonPrimitivesEthereumEthereumLog extends Struct {
|
|
11508
|
+
readonly address: H160;
|
|
11509
|
+
readonly topics: Vec<H256>;
|
|
11510
|
+
readonly data: Bytes;
|
|
11511
|
+
}
|
|
11512
|
+
/** @name ArgonPrimitivesEthereumEthereumProof (304) */
|
|
11513
|
+
interface ArgonPrimitivesEthereumEthereumProof extends Struct {
|
|
11514
|
+
readonly executionBlockProof: ArgonPrimitivesEthereumEthereumExecutionBlockProof;
|
|
11515
|
+
readonly receiptProof: ArgonPrimitivesEthereumEthereumReceiptProof;
|
|
11516
|
+
}
|
|
11517
|
+
/** @name ArgonPrimitivesEthereumEthereumExecutionBlockProof (305) */
|
|
11518
|
+
interface ArgonPrimitivesEthereumEthereumExecutionBlockProof extends Struct {
|
|
11519
|
+
readonly anchorBlockHash: H256;
|
|
11520
|
+
readonly targetToAnchorHeaderChain: Vec<ArgonPrimitivesEthereumEthereumExecutionHeader>;
|
|
11521
|
+
}
|
|
11522
|
+
/** @name ArgonPrimitivesEthereumEthereumExecutionHeader (307) */
|
|
11523
|
+
interface ArgonPrimitivesEthereumEthereumExecutionHeader extends Struct {
|
|
11524
|
+
readonly rlp: Bytes;
|
|
11525
|
+
}
|
|
11526
|
+
/** @name ArgonPrimitivesEthereumEthereumReceiptProof (310) */
|
|
11527
|
+
interface ArgonPrimitivesEthereumEthereumReceiptProof extends Struct {
|
|
11528
|
+
readonly transactionIndex: Compact<u64>;
|
|
11529
|
+
readonly nodes: Vec<Bytes>;
|
|
11530
|
+
}
|
|
11531
|
+
/** @name PalletMultisigError (314) */
|
|
10905
11532
|
interface PalletMultisigError extends Enum {
|
|
10906
11533
|
readonly isMinimumThreshold: boolean;
|
|
10907
11534
|
readonly isAlreadyApproved: boolean;
|
|
@@ -10919,19 +11546,19 @@ declare module '@polkadot/types/lookup' {
|
|
|
10919
11546
|
readonly isAlreadyStored: boolean;
|
|
10920
11547
|
readonly type: 'MinimumThreshold' | 'AlreadyApproved' | 'NoApprovalsNeeded' | 'TooFewSignatories' | 'TooManySignatories' | 'SignatoriesOutOfOrder' | 'SenderInSignatories' | 'NotFound' | 'NotOwner' | 'NoTimepoint' | 'WrongTimepoint' | 'UnexpectedTimepoint' | 'MaxWeightTooLow' | 'AlreadyStored';
|
|
10921
11548
|
}
|
|
10922
|
-
/** @name PalletProxyProxyDefinition (
|
|
11549
|
+
/** @name PalletProxyProxyDefinition (317) */
|
|
10923
11550
|
interface PalletProxyProxyDefinition extends Struct {
|
|
10924
11551
|
readonly delegate: AccountId32;
|
|
10925
11552
|
readonly proxyType: ArgonRuntimeProxyType;
|
|
10926
11553
|
readonly delay: u32;
|
|
10927
11554
|
}
|
|
10928
|
-
/** @name PalletProxyAnnouncement (
|
|
11555
|
+
/** @name PalletProxyAnnouncement (321) */
|
|
10929
11556
|
interface PalletProxyAnnouncement extends Struct {
|
|
10930
11557
|
readonly real: AccountId32;
|
|
10931
11558
|
readonly callHash: H256;
|
|
10932
11559
|
readonly height: u32;
|
|
10933
11560
|
}
|
|
10934
|
-
/** @name PalletProxyError (
|
|
11561
|
+
/** @name PalletProxyError (323) */
|
|
10935
11562
|
interface PalletProxyError extends Enum {
|
|
10936
11563
|
readonly isTooMany: boolean;
|
|
10937
11564
|
readonly isNotFound: boolean;
|
|
@@ -10943,34 +11570,34 @@ declare module '@polkadot/types/lookup' {
|
|
|
10943
11570
|
readonly isNoSelfProxy: boolean;
|
|
10944
11571
|
readonly type: 'TooMany' | 'NotFound' | 'NotProxy' | 'Unproxyable' | 'Duplicate' | 'NoPermission' | 'Unannounced' | 'NoSelfProxy';
|
|
10945
11572
|
}
|
|
10946
|
-
/** @name ArgonPrimitivesTickTicker (
|
|
11573
|
+
/** @name ArgonPrimitivesTickTicker (324) */
|
|
10947
11574
|
interface ArgonPrimitivesTickTicker extends Struct {
|
|
10948
11575
|
readonly tickDurationMillis: Compact<u64>;
|
|
10949
11576
|
readonly channelHoldExpirationTicks: Compact<u64>;
|
|
10950
11577
|
}
|
|
10951
|
-
/** @name PalletTicksError (
|
|
11578
|
+
/** @name PalletTicksError (326) */
|
|
10952
11579
|
type PalletTicksError = Null;
|
|
10953
|
-
/** @name PalletMiningSlotMinerNonceScoring (
|
|
11580
|
+
/** @name PalletMiningSlotMinerNonceScoring (329) */
|
|
10954
11581
|
interface PalletMiningSlotMinerNonceScoring extends Struct {
|
|
10955
11582
|
readonly nonce: U256;
|
|
10956
11583
|
readonly lastWinBlock: Option<u32>;
|
|
10957
11584
|
readonly blocksWonInFrame: u16;
|
|
10958
11585
|
readonly frameStartBlocksWonSurplus: i16;
|
|
10959
11586
|
}
|
|
10960
|
-
/** @name ArgonPrimitivesBlockSealMiningBidStats (
|
|
11587
|
+
/** @name ArgonPrimitivesBlockSealMiningBidStats (341) */
|
|
10961
11588
|
interface ArgonPrimitivesBlockSealMiningBidStats extends Struct {
|
|
10962
11589
|
readonly bidsCount: u32;
|
|
10963
11590
|
readonly bidAmountMin: u128;
|
|
10964
11591
|
readonly bidAmountMax: u128;
|
|
10965
11592
|
readonly bidAmountSum: u128;
|
|
10966
11593
|
}
|
|
10967
|
-
/** @name ArgonPrimitivesBlockSealMiningSlotConfig (
|
|
11594
|
+
/** @name ArgonPrimitivesBlockSealMiningSlotConfig (345) */
|
|
10968
11595
|
interface ArgonPrimitivesBlockSealMiningSlotConfig extends Struct {
|
|
10969
11596
|
readonly ticksBeforeBidEndForVrfClose: Compact<u64>;
|
|
10970
11597
|
readonly ticksBetweenSlots: Compact<u64>;
|
|
10971
11598
|
readonly slotBiddingStartAfterTicks: Compact<u64>;
|
|
10972
11599
|
}
|
|
10973
|
-
/** @name PalletMiningSlotError (
|
|
11600
|
+
/** @name PalletMiningSlotError (356) */
|
|
10974
11601
|
interface PalletMiningSlotError extends Enum {
|
|
10975
11602
|
readonly isSlotNotTakingBids: boolean;
|
|
10976
11603
|
readonly isTooManyBlockRegistrants: boolean;
|
|
@@ -10984,7 +11611,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
10984
11611
|
readonly isUnrecoverableHold: boolean;
|
|
10985
11612
|
readonly type: 'SlotNotTakingBids' | 'TooManyBlockRegistrants' | 'InsufficientOwnershipTokens' | 'BidTooLow' | 'CannotRegisterOverlappingSessions' | 'CannotChangeFundingAccount' | 'InsufficientFunds' | 'BidCannotBeReduced' | 'InvalidBidAmount' | 'UnrecoverableHold';
|
|
10986
11613
|
}
|
|
10987
|
-
/** @name ArgonPrimitivesBitcoinUtxoValue (
|
|
11614
|
+
/** @name ArgonPrimitivesBitcoinUtxoValue (357) */
|
|
10988
11615
|
interface ArgonPrimitivesBitcoinUtxoValue extends Struct {
|
|
10989
11616
|
readonly utxoId: u64;
|
|
10990
11617
|
readonly scriptPubkey: ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey;
|
|
@@ -10992,7 +11619,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
10992
11619
|
readonly submittedAtHeight: Compact<u64>;
|
|
10993
11620
|
readonly watchForSpentUntilHeight: Compact<u64>;
|
|
10994
11621
|
}
|
|
10995
|
-
/** @name ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey (
|
|
11622
|
+
/** @name ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey (358) */
|
|
10996
11623
|
interface ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey extends Enum {
|
|
10997
11624
|
readonly isP2wsh: boolean;
|
|
10998
11625
|
readonly asP2wsh: {
|
|
@@ -11000,7 +11627,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
11000
11627
|
} & Struct;
|
|
11001
11628
|
readonly type: 'P2wsh';
|
|
11002
11629
|
}
|
|
11003
|
-
/** @name ArgonPrimitivesBitcoinBitcoinNetwork (
|
|
11630
|
+
/** @name ArgonPrimitivesBitcoinBitcoinNetwork (367) */
|
|
11004
11631
|
interface ArgonPrimitivesBitcoinBitcoinNetwork extends Enum {
|
|
11005
11632
|
readonly isBitcoin: boolean;
|
|
11006
11633
|
readonly isTestnet: boolean;
|
|
@@ -11008,7 +11635,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
11008
11635
|
readonly isRegtest: boolean;
|
|
11009
11636
|
readonly type: 'Bitcoin' | 'Testnet' | 'Signet' | 'Regtest';
|
|
11010
11637
|
}
|
|
11011
|
-
/** @name PalletBitcoinUtxosError (
|
|
11638
|
+
/** @name PalletBitcoinUtxosError (368) */
|
|
11012
11639
|
interface PalletBitcoinUtxosError extends Enum {
|
|
11013
11640
|
readonly isNoPermissions: boolean;
|
|
11014
11641
|
readonly isNoBitcoinConfirmedBlock: boolean;
|
|
@@ -11027,7 +11654,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
11027
11654
|
readonly isLockAlreadyFunded: boolean;
|
|
11028
11655
|
readonly type: 'NoPermissions' | 'NoBitcoinConfirmedBlock' | 'InsufficientBitcoinAmount' | 'NoBitcoinPricesAvailable' | 'ScriptPubkeyConflict' | 'UtxoNotLocked' | 'RedemptionsUnavailable' | 'InvalidBitcoinSyncHeight' | 'BitcoinHeightNotConfirmed' | 'MaxUtxosExceeded' | 'InvalidBitcoinScript' | 'DuplicateUtxoId' | 'MaxCandidateUtxosExceeded' | 'UtxoNotCandidate' | 'LockAlreadyFunded';
|
|
11029
11656
|
}
|
|
11030
|
-
/** @name ArgonPrimitivesVault (
|
|
11657
|
+
/** @name ArgonPrimitivesVault (369) */
|
|
11031
11658
|
interface ArgonPrimitivesVault extends Struct {
|
|
11032
11659
|
readonly operatorAccountId: AccountId32;
|
|
11033
11660
|
readonly bitcoinLockDelegateAccount: Option<AccountId32>;
|
|
@@ -11047,7 +11674,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
11047
11674
|
readonly openedTick: Compact<u64>;
|
|
11048
11675
|
readonly operationalMinimumReleaseTick: Option<u64>;
|
|
11049
11676
|
}
|
|
11050
|
-
/** @name ArgonPrimitivesBitcoinBitcoinXPub (
|
|
11677
|
+
/** @name ArgonPrimitivesBitcoinBitcoinXPub (377) */
|
|
11051
11678
|
interface ArgonPrimitivesBitcoinBitcoinXPub extends Struct {
|
|
11052
11679
|
readonly publicKey: ArgonPrimitivesBitcoinCompressedBitcoinPubkey;
|
|
11053
11680
|
readonly depth: Compact<u8>;
|
|
@@ -11056,13 +11683,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
11056
11683
|
readonly chainCode: U8aFixed;
|
|
11057
11684
|
readonly network: ArgonPrimitivesBitcoinNetworkKind;
|
|
11058
11685
|
}
|
|
11059
|
-
/** @name ArgonPrimitivesBitcoinNetworkKind (
|
|
11686
|
+
/** @name ArgonPrimitivesBitcoinNetworkKind (379) */
|
|
11060
11687
|
interface ArgonPrimitivesBitcoinNetworkKind extends Enum {
|
|
11061
11688
|
readonly isMain: boolean;
|
|
11062
11689
|
readonly isTest: boolean;
|
|
11063
11690
|
readonly type: 'Main' | 'Test';
|
|
11064
11691
|
}
|
|
11065
|
-
/** @name PalletVaultsVaultFrameRevenue (
|
|
11692
|
+
/** @name PalletVaultsVaultFrameRevenue (388) */
|
|
11066
11693
|
interface PalletVaultsVaultFrameRevenue extends Struct {
|
|
11067
11694
|
readonly frameId: Compact<u64>;
|
|
11068
11695
|
readonly bitcoinLockFeeRevenue: Compact<u128>;
|
|
@@ -11081,14 +11708,14 @@ declare module '@polkadot/types/lookup' {
|
|
|
11081
11708
|
readonly treasuryExternalCapital: Compact<u128>;
|
|
11082
11709
|
readonly uncollectedRevenue: Compact<u128>;
|
|
11083
11710
|
}
|
|
11084
|
-
/** @name PalletVaultsRecentCapacityDrop (
|
|
11711
|
+
/** @name PalletVaultsRecentCapacityDrop (391) */
|
|
11085
11712
|
interface PalletVaultsRecentCapacityDrop extends Struct {
|
|
11086
11713
|
readonly blockNumber: Compact<u32>;
|
|
11087
11714
|
readonly availableBeforeDrop: Compact<u128>;
|
|
11088
11715
|
readonly availableAfterDrop: Compact<u128>;
|
|
11089
11716
|
readonly noFeeFailuresUsed: Compact<u32>;
|
|
11090
11717
|
}
|
|
11091
|
-
/** @name PalletVaultsError (
|
|
11718
|
+
/** @name PalletVaultsError (393) */
|
|
11092
11719
|
interface PalletVaultsError extends Enum {
|
|
11093
11720
|
readonly isNoMoreVaultIds: boolean;
|
|
11094
11721
|
readonly isInsufficientFunds: boolean;
|
|
@@ -11122,11 +11749,11 @@ declare module '@polkadot/types/lookup' {
|
|
|
11122
11749
|
readonly isAccountAlreadyHasVault: boolean;
|
|
11123
11750
|
readonly type: 'NoMoreVaultIds' | 'InsufficientFunds' | 'InsufficientVaultFunds' | 'AccountBelowMinimumBalance' | 'VaultClosed' | 'InvalidVaultAmount' | 'VaultReductionBelowSecuritization' | 'InvalidSecuritization' | 'ReusedVaultBitcoinXpub' | 'InvalidBitcoinScript' | 'InvalidXpubkey' | 'WrongXpubNetwork' | 'UnsafeXpubkey' | 'UnableToDeriveVaultXpubChild' | 'BitcoinConversionFailed' | 'NoPermissions' | 'HoldUnexpectedlyModified' | 'UnrecoverableHold' | 'VaultNotFound' | 'VaultNotYetActive' | 'NoVaultBitcoinPubkeysAvailable' | 'TermsModificationOverflow' | 'TermsChangeAlreadyScheduled' | 'InternalError' | 'UnableToGenerateVaultBitcoinPubkey' | 'FundingChangeAlreadyScheduled' | 'InvalidVaultName' | 'PendingCosignsBeforeCollect' | 'PendingOrphanedUtxoCosignsBeforeCollect' | 'AccountAlreadyHasVault';
|
|
11124
11751
|
}
|
|
11125
|
-
/** @name PalletBitcoinLocksLockedBitcoin (
|
|
11752
|
+
/** @name PalletBitcoinLocksLockedBitcoin (394) */
|
|
11126
11753
|
interface PalletBitcoinLocksLockedBitcoin extends Struct {
|
|
11127
11754
|
readonly vaultId: Compact<u32>;
|
|
11128
11755
|
readonly liquidityPromised: Compact<u128>;
|
|
11129
|
-
readonly
|
|
11756
|
+
readonly lockedTargetPrice: Compact<u128>;
|
|
11130
11757
|
readonly ownerAccount: AccountId32;
|
|
11131
11758
|
readonly securitizationRatio: u128;
|
|
11132
11759
|
readonly securityFees: Compact<u128>;
|
|
@@ -11145,16 +11772,16 @@ declare module '@polkadot/types/lookup' {
|
|
|
11145
11772
|
readonly fundHoldExtensions: BTreeMap<u64, u128>;
|
|
11146
11773
|
readonly createdAtArgonBlock: Compact<u32>;
|
|
11147
11774
|
}
|
|
11148
|
-
/** @name PalletBitcoinLocksLockReleaseRequest (
|
|
11775
|
+
/** @name PalletBitcoinLocksLockReleaseRequest (397) */
|
|
11149
11776
|
interface PalletBitcoinLocksLockReleaseRequest extends Struct {
|
|
11150
11777
|
readonly utxoId: Compact<u64>;
|
|
11151
11778
|
readonly vaultId: Compact<u32>;
|
|
11152
11779
|
readonly bitcoinNetworkFee: Compact<u64>;
|
|
11153
11780
|
readonly cosignDueFrame: Compact<u64>;
|
|
11154
11781
|
readonly toScriptPubkey: Bytes;
|
|
11155
|
-
readonly
|
|
11782
|
+
readonly redemptionAmount: Compact<u128>;
|
|
11156
11783
|
}
|
|
11157
|
-
/** @name PalletBitcoinLocksOrphanedUtxo (
|
|
11784
|
+
/** @name PalletBitcoinLocksOrphanedUtxo (399) */
|
|
11158
11785
|
interface PalletBitcoinLocksOrphanedUtxo extends Struct {
|
|
11159
11786
|
readonly utxoId: Compact<u64>;
|
|
11160
11787
|
readonly vaultId: Compact<u32>;
|
|
@@ -11162,13 +11789,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
11162
11789
|
readonly recordedArgonBlockNumber: Compact<u32>;
|
|
11163
11790
|
readonly cosignRequest: Option<PalletBitcoinLocksOrphanedUtxoCosignRequest>;
|
|
11164
11791
|
}
|
|
11165
|
-
/** @name PalletBitcoinLocksOrphanedUtxoCosignRequest (
|
|
11792
|
+
/** @name PalletBitcoinLocksOrphanedUtxoCosignRequest (401) */
|
|
11166
11793
|
interface PalletBitcoinLocksOrphanedUtxoCosignRequest extends Struct {
|
|
11167
11794
|
readonly bitcoinNetworkFee: u64;
|
|
11168
11795
|
readonly toScriptPubkey: Bytes;
|
|
11169
11796
|
readonly createdAtArgonBlockNumber: u32;
|
|
11170
11797
|
}
|
|
11171
|
-
/** @name PalletBitcoinLocksError (
|
|
11798
|
+
/** @name PalletBitcoinLocksError (408) */
|
|
11172
11799
|
interface PalletBitcoinLocksError extends Enum {
|
|
11173
11800
|
readonly isInsufficientFunds: boolean;
|
|
11174
11801
|
readonly isInsufficientVaultFunds: boolean;
|
|
@@ -11208,7 +11835,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
11208
11835
|
readonly isMaxOrphanedUtxoReleaseRequestsExceeded: boolean;
|
|
11209
11836
|
readonly type: 'InsufficientFunds' | 'InsufficientVaultFunds' | 'AccountWouldGoBelowMinimumBalance' | 'VaultClosed' | 'InvalidVaultAmount' | 'RedemptionNotLocked' | 'BitcoinReleaseInitiationDeadlinePassed' | 'BitcoinFeeTooHigh' | 'BitcoinUtxoNotFound' | 'BitcoinUnableToBeDecodedForRelease' | 'BitcoinSignatureUnableToBeDecoded' | 'BitcoinPubkeyUnableToBeDecoded' | 'BitcoinInvalidCosignature' | 'InsufficientSatoshisLocked' | 'NoBitcoinPricesAvailable' | 'InvalidBitcoinScript' | 'NoPermissions' | 'HoldUnexpectedlyModified' | 'UnrecoverableHold' | 'VaultNotFound' | 'GenericVaultError' | 'LockNotFound' | 'NoVaultBitcoinPubkeysAvailable' | 'UnableToGenerateVaultBitcoinPubkey' | 'VaultNotYetActive' | 'ExpirationAtBlockOverflow' | 'NoRatchetingAvailable' | 'LockInProcessOfRelease' | 'LockPendingFunding' | 'OverflowError' | 'IneligibleMicrogonRateRequested' | 'OrphanedUtxoFundingConflict' | 'OrphanedUtxoReleaseRequested' | 'FundingUtxoCannotBeReleased' | 'MaxOrphanedUtxoReleaseRequestsExceeded';
|
|
11210
11837
|
}
|
|
11211
|
-
/** @name ArgonPrimitivesVaultVaultError (
|
|
11838
|
+
/** @name ArgonPrimitivesVaultVaultError (409) */
|
|
11212
11839
|
interface ArgonPrimitivesVaultVaultError extends Enum {
|
|
11213
11840
|
readonly isVaultClosed: boolean;
|
|
11214
11841
|
readonly isAccountWouldBeBelowMinimum: boolean;
|
|
@@ -11224,7 +11851,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
11224
11851
|
readonly isVaultNotYetActive: boolean;
|
|
11225
11852
|
readonly type: 'VaultClosed' | 'AccountWouldBeBelowMinimum' | 'InsufficientFunds' | 'InsufficientVaultFunds' | 'HoldUnexpectedlyModified' | 'UnrecoverableHold' | 'VaultNotFound' | 'NoVaultBitcoinPubkeysAvailable' | 'UnableToGenerateVaultBitcoinPubkey' | 'InvalidBitcoinScript' | 'InternalError' | 'VaultNotYetActive';
|
|
11226
11853
|
}
|
|
11227
|
-
/** @name PalletNotariesError (
|
|
11854
|
+
/** @name PalletNotariesError (421) */
|
|
11228
11855
|
interface PalletNotariesError extends Enum {
|
|
11229
11856
|
readonly isProposalNotFound: boolean;
|
|
11230
11857
|
readonly isMaxNotariesExceeded: boolean;
|
|
@@ -11237,7 +11864,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
11237
11864
|
readonly isInvalidNotary: boolean;
|
|
11238
11865
|
readonly type: 'ProposalNotFound' | 'MaxNotariesExceeded' | 'MaxProposalsPerBlockExceeded' | 'NotAnActiveNotary' | 'InvalidNotaryOperator' | 'NoMoreNotaryIds' | 'EffectiveTickTooSoon' | 'TooManyKeys' | 'InvalidNotary';
|
|
11239
11866
|
}
|
|
11240
|
-
/** @name ArgonPrimitivesNotaryNotaryNotebookKeyDetails (
|
|
11867
|
+
/** @name ArgonPrimitivesNotaryNotaryNotebookKeyDetails (425) */
|
|
11241
11868
|
interface ArgonPrimitivesNotaryNotaryNotebookKeyDetails extends Struct {
|
|
11242
11869
|
readonly notebookNumber: Compact<u32>;
|
|
11243
11870
|
readonly tick: Compact<u64>;
|
|
@@ -11245,7 +11872,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
11245
11872
|
readonly secretHash: H256;
|
|
11246
11873
|
readonly parentSecret: Option<H256>;
|
|
11247
11874
|
}
|
|
11248
|
-
/** @name PalletNotebookError (
|
|
11875
|
+
/** @name PalletNotebookError (428) */
|
|
11249
11876
|
interface PalletNotebookError extends Enum {
|
|
11250
11877
|
readonly isDuplicateNotebookNumber: boolean;
|
|
11251
11878
|
readonly isMissingNotebookNumber: boolean;
|
|
@@ -11264,17 +11891,17 @@ declare module '@polkadot/types/lookup' {
|
|
|
11264
11891
|
readonly isInvalidNotebookSubmissionTick: boolean;
|
|
11265
11892
|
readonly type: 'DuplicateNotebookNumber' | 'MissingNotebookNumber' | 'NotebookTickAlreadyUsed' | 'InvalidNotebookSignature' | 'InvalidSecretProvided' | 'CouldNotDecodeNotebook' | 'DuplicateNotebookDigest' | 'MissingNotebookDigest' | 'InvalidNotebookDigest' | 'MultipleNotebookInherentsProvided' | 'InternalError' | 'NotebookSubmittedForLockedNotary' | 'InvalidReprocessNotebook' | 'InvalidNotaryOperator' | 'InvalidNotebookSubmissionTick';
|
|
11266
11893
|
}
|
|
11267
|
-
/** @name PalletLocalchainTransferQueuedTransferOut (
|
|
11894
|
+
/** @name PalletLocalchainTransferQueuedTransferOut (429) */
|
|
11268
11895
|
interface PalletLocalchainTransferQueuedTransferOut extends Struct {
|
|
11269
11896
|
readonly accountId: AccountId32;
|
|
11270
11897
|
readonly amount: u128;
|
|
11271
11898
|
readonly expirationTick: u64;
|
|
11272
11899
|
readonly notaryId: u32;
|
|
11273
11900
|
}
|
|
11274
|
-
/** @name FrameSupportPalletId (
|
|
11901
|
+
/** @name FrameSupportPalletId (431) */
|
|
11275
11902
|
interface FrameSupportPalletId extends U8aFixed {
|
|
11276
11903
|
}
|
|
11277
|
-
/** @name PalletLocalchainTransferError (
|
|
11904
|
+
/** @name PalletLocalchainTransferError (432) */
|
|
11278
11905
|
interface PalletLocalchainTransferError extends Enum {
|
|
11279
11906
|
readonly isMaxBlockTransfersExceeded: boolean;
|
|
11280
11907
|
readonly isInsufficientFunds: boolean;
|
|
@@ -11286,7 +11913,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
11286
11913
|
readonly isNoAvailableTransferId: boolean;
|
|
11287
11914
|
readonly type: 'MaxBlockTransfersExceeded' | 'InsufficientFunds' | 'InsufficientNotarizedFunds' | 'InvalidOrDuplicatedLocalchainTransfer' | 'NotebookIncludesExpiredLocalchainTransfer' | 'InvalidNotaryUsedForTransfer' | 'NotaryLockedForTransfer' | 'NoAvailableTransferId';
|
|
11288
11915
|
}
|
|
11289
|
-
/** @name ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails (
|
|
11916
|
+
/** @name ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails (436) */
|
|
11290
11917
|
interface ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails extends Struct {
|
|
11291
11918
|
readonly notaryId: Compact<u32>;
|
|
11292
11919
|
readonly notebookNumber: Compact<u32>;
|
|
@@ -11294,12 +11921,12 @@ declare module '@polkadot/types/lookup' {
|
|
|
11294
11921
|
readonly blockVotesCount: Compact<u32>;
|
|
11295
11922
|
readonly blockVotingPower: Compact<u128>;
|
|
11296
11923
|
}
|
|
11297
|
-
/** @name PalletBlockSealSpecError (
|
|
11924
|
+
/** @name PalletBlockSealSpecError (441) */
|
|
11298
11925
|
interface PalletBlockSealSpecError extends Enum {
|
|
11299
11926
|
readonly isMaxNotebooksAtTickExceeded: boolean;
|
|
11300
11927
|
readonly type: 'MaxNotebooksAtTickExceeded';
|
|
11301
11928
|
}
|
|
11302
|
-
/** @name PalletDomainsError (
|
|
11929
|
+
/** @name PalletDomainsError (443) */
|
|
11303
11930
|
interface PalletDomainsError extends Enum {
|
|
11304
11931
|
readonly isDomainNotRegistered: boolean;
|
|
11305
11932
|
readonly isNotDomainOwner: boolean;
|
|
@@ -11308,13 +11935,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
11308
11935
|
readonly isAccountDecodingError: boolean;
|
|
11309
11936
|
readonly type: 'DomainNotRegistered' | 'NotDomainOwner' | 'FailedToAddToAddressHistory' | 'FailedToAddExpiringDomain' | 'AccountDecodingError';
|
|
11310
11937
|
}
|
|
11311
|
-
/** @name PalletPriceIndexCpiMeasurementBucket (
|
|
11938
|
+
/** @name PalletPriceIndexCpiMeasurementBucket (445) */
|
|
11312
11939
|
interface PalletPriceIndexCpiMeasurementBucket extends Struct {
|
|
11313
11940
|
readonly tickRange: ITuple<[u64, u64]>;
|
|
11314
11941
|
readonly totalCpi: i128;
|
|
11315
11942
|
readonly measurementsCount: u32;
|
|
11316
11943
|
}
|
|
11317
|
-
/** @name PalletPriceIndexError (
|
|
11944
|
+
/** @name PalletPriceIndexError (447) */
|
|
11318
11945
|
interface PalletPriceIndexError extends Enum {
|
|
11319
11946
|
readonly isNotAuthorizedOperator: boolean;
|
|
11320
11947
|
readonly isMissingValue: boolean;
|
|
@@ -11322,7 +11949,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
11322
11949
|
readonly isMaxPriceChangePerTickExceeded: boolean;
|
|
11323
11950
|
readonly type: 'NotAuthorizedOperator' | 'MissingValue' | 'PricesTooOld' | 'MaxPriceChangePerTickExceeded';
|
|
11324
11951
|
}
|
|
11325
|
-
/** @name PalletGrandpaStoredState (
|
|
11952
|
+
/** @name PalletGrandpaStoredState (448) */
|
|
11326
11953
|
interface PalletGrandpaStoredState extends Enum {
|
|
11327
11954
|
readonly isLive: boolean;
|
|
11328
11955
|
readonly isPendingPause: boolean;
|
|
@@ -11338,14 +11965,14 @@ declare module '@polkadot/types/lookup' {
|
|
|
11338
11965
|
} & Struct;
|
|
11339
11966
|
readonly type: 'Live' | 'PendingPause' | 'Paused' | 'PendingResume';
|
|
11340
11967
|
}
|
|
11341
|
-
/** @name PalletGrandpaStoredPendingChange (
|
|
11968
|
+
/** @name PalletGrandpaStoredPendingChange (449) */
|
|
11342
11969
|
interface PalletGrandpaStoredPendingChange extends Struct {
|
|
11343
11970
|
readonly scheduledAt: u32;
|
|
11344
11971
|
readonly delay: u32;
|
|
11345
11972
|
readonly nextAuthorities: Vec<ITuple<[SpConsensusGrandpaAppPublic, u64]>>;
|
|
11346
11973
|
readonly forced: Option<u32>;
|
|
11347
11974
|
}
|
|
11348
|
-
/** @name PalletGrandpaError (
|
|
11975
|
+
/** @name PalletGrandpaError (451) */
|
|
11349
11976
|
interface PalletGrandpaError extends Enum {
|
|
11350
11977
|
readonly isPauseFailed: boolean;
|
|
11351
11978
|
readonly isResumeFailed: boolean;
|
|
@@ -11356,13 +11983,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
11356
11983
|
readonly isDuplicateOffenceReport: boolean;
|
|
11357
11984
|
readonly type: 'PauseFailed' | 'ResumeFailed' | 'ChangePending' | 'TooSoon' | 'InvalidKeyOwnershipProof' | 'InvalidEquivocationProof' | 'DuplicateOffenceReport';
|
|
11358
11985
|
}
|
|
11359
|
-
/** @name ArgonPrimitivesProvidersBlockSealerInfo (
|
|
11986
|
+
/** @name ArgonPrimitivesProvidersBlockSealerInfo (452) */
|
|
11360
11987
|
interface ArgonPrimitivesProvidersBlockSealerInfo extends Struct {
|
|
11361
11988
|
readonly blockAuthorAccountId: AccountId32;
|
|
11362
11989
|
readonly blockVoteRewardsAccount: Option<AccountId32>;
|
|
11363
11990
|
readonly blockSealAuthority: Option<ArgonPrimitivesBlockSealAppPublic>;
|
|
11364
11991
|
}
|
|
11365
|
-
/** @name PalletBlockSealError (
|
|
11992
|
+
/** @name PalletBlockSealError (454) */
|
|
11366
11993
|
interface PalletBlockSealError extends Enum {
|
|
11367
11994
|
readonly isInvalidVoteSealStrength: boolean;
|
|
11368
11995
|
readonly isInvalidSubmitter: boolean;
|
|
@@ -11387,59 +12014,59 @@ declare module '@polkadot/types/lookup' {
|
|
|
11387
12014
|
readonly isDuplicateVoteBlockAtTick: boolean;
|
|
11388
12015
|
readonly type: 'InvalidVoteSealStrength' | 'InvalidSubmitter' | 'UnableToDecodeVoteAccount' | 'UnregisteredBlockAuthor' | 'InvalidBlockVoteProof' | 'NoGrandparentVoteMinimum' | 'DuplicateBlockSealProvided' | 'InsufficientVotingPower' | 'ParentVotingKeyNotFound' | 'InvalidVoteGrandparentHash' | 'IneligibleNotebookUsed' | 'NoEligibleVotingRoot' | 'CouldNotDecodeVote' | 'MaxNotebooksAtTickExceeded' | 'NoClosestMinerFoundForVote' | 'BlockVoteInvalidSignature' | 'InvalidForkPowerParent' | 'BlockSealDecodeError' | 'InvalidComputeBlockTick' | 'InvalidMinerNonceScore' | 'DuplicateVoteBlockAtTick';
|
|
11389
12016
|
}
|
|
11390
|
-
/** @name PalletBlockRewardsError (
|
|
12017
|
+
/** @name PalletBlockRewardsError (458) */
|
|
11391
12018
|
type PalletBlockRewardsError = Null;
|
|
11392
|
-
/** @name PalletMintMintAction (
|
|
12019
|
+
/** @name PalletMintMintAction (464) */
|
|
11393
12020
|
interface PalletMintMintAction extends Struct {
|
|
11394
12021
|
readonly argonBurned: u128;
|
|
11395
12022
|
readonly argonMinted: u128;
|
|
11396
12023
|
readonly bitcoinMinted: u128;
|
|
11397
12024
|
}
|
|
11398
|
-
/** @name PalletMintError (
|
|
12025
|
+
/** @name PalletMintError (465) */
|
|
11399
12026
|
interface PalletMintError extends Enum {
|
|
11400
12027
|
readonly isTooManyPendingMints: boolean;
|
|
11401
12028
|
readonly type: 'TooManyPendingMints';
|
|
11402
12029
|
}
|
|
11403
|
-
/** @name PalletBalancesBalanceLock (
|
|
12030
|
+
/** @name PalletBalancesBalanceLock (467) */
|
|
11404
12031
|
interface PalletBalancesBalanceLock extends Struct {
|
|
11405
12032
|
readonly id: U8aFixed;
|
|
11406
12033
|
readonly amount: u128;
|
|
11407
12034
|
readonly reasons: PalletBalancesReasons;
|
|
11408
12035
|
}
|
|
11409
|
-
/** @name PalletBalancesReasons (
|
|
12036
|
+
/** @name PalletBalancesReasons (468) */
|
|
11410
12037
|
interface PalletBalancesReasons extends Enum {
|
|
11411
12038
|
readonly isFee: boolean;
|
|
11412
12039
|
readonly isMisc: boolean;
|
|
11413
12040
|
readonly isAll: boolean;
|
|
11414
12041
|
readonly type: 'Fee' | 'Misc' | 'All';
|
|
11415
12042
|
}
|
|
11416
|
-
/** @name PalletBalancesReserveData (
|
|
12043
|
+
/** @name PalletBalancesReserveData (471) */
|
|
11417
12044
|
interface PalletBalancesReserveData extends Struct {
|
|
11418
12045
|
readonly id: U8aFixed;
|
|
11419
12046
|
readonly amount: u128;
|
|
11420
12047
|
}
|
|
11421
|
-
/** @name FrameSupportTokensMiscIdAmountRuntimeHoldReason (
|
|
12048
|
+
/** @name FrameSupportTokensMiscIdAmountRuntimeHoldReason (474) */
|
|
11422
12049
|
interface FrameSupportTokensMiscIdAmountRuntimeHoldReason extends Struct {
|
|
11423
12050
|
readonly id: ArgonRuntimeRuntimeHoldReason;
|
|
11424
12051
|
readonly amount: u128;
|
|
11425
12052
|
}
|
|
11426
|
-
/** @name FrameSupportTokensMiscIdAmountRuntimeFreezeReason (
|
|
12053
|
+
/** @name FrameSupportTokensMiscIdAmountRuntimeFreezeReason (477) */
|
|
11427
12054
|
interface FrameSupportTokensMiscIdAmountRuntimeFreezeReason extends Struct {
|
|
11428
12055
|
readonly id: ArgonRuntimeRuntimeFreezeReason;
|
|
11429
12056
|
readonly amount: u128;
|
|
11430
12057
|
}
|
|
11431
|
-
/** @name ArgonRuntimeRuntimeFreezeReason (
|
|
12058
|
+
/** @name ArgonRuntimeRuntimeFreezeReason (478) */
|
|
11432
12059
|
interface ArgonRuntimeRuntimeFreezeReason extends Enum {
|
|
11433
12060
|
readonly isBlockRewards: boolean;
|
|
11434
12061
|
readonly asBlockRewards: PalletBlockRewardsFreezeReason;
|
|
11435
12062
|
readonly type: 'BlockRewards';
|
|
11436
12063
|
}
|
|
11437
|
-
/** @name PalletBlockRewardsFreezeReason (
|
|
12064
|
+
/** @name PalletBlockRewardsFreezeReason (479) */
|
|
11438
12065
|
interface PalletBlockRewardsFreezeReason extends Enum {
|
|
11439
12066
|
readonly isMaturationPeriod: boolean;
|
|
11440
12067
|
readonly type: 'MaturationPeriod';
|
|
11441
12068
|
}
|
|
11442
|
-
/** @name PalletBalancesError (
|
|
12069
|
+
/** @name PalletBalancesError (481) */
|
|
11443
12070
|
interface PalletBalancesError extends Enum {
|
|
11444
12071
|
readonly isVestingBalance: boolean;
|
|
11445
12072
|
readonly isLiquidityRestrictions: boolean;
|
|
@@ -11455,7 +12082,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
11455
12082
|
readonly isDeltaZero: boolean;
|
|
11456
12083
|
readonly type: 'VestingBalance' | 'LiquidityRestrictions' | 'InsufficientBalance' | 'ExistentialDeposit' | 'Expendability' | 'ExistingVestingSchedule' | 'DeadAccount' | 'TooManyReserves' | 'TooManyHolds' | 'TooManyFreezes' | 'IssuanceDeactivated' | 'DeltaZero';
|
|
11457
12084
|
}
|
|
11458
|
-
/** @name PalletTxPauseError (
|
|
12085
|
+
/** @name PalletTxPauseError (483) */
|
|
11459
12086
|
interface PalletTxPauseError extends Enum {
|
|
11460
12087
|
readonly isIsPaused: boolean;
|
|
11461
12088
|
readonly isIsUnpaused: boolean;
|
|
@@ -11463,46 +12090,46 @@ declare module '@polkadot/types/lookup' {
|
|
|
11463
12090
|
readonly isNotFound: boolean;
|
|
11464
12091
|
readonly type: 'IsPaused' | 'IsUnpaused' | 'Unpausable' | 'NotFound';
|
|
11465
12092
|
}
|
|
11466
|
-
/** @name PalletTransactionPaymentReleases (
|
|
12093
|
+
/** @name PalletTransactionPaymentReleases (484) */
|
|
11467
12094
|
interface PalletTransactionPaymentReleases extends Enum {
|
|
11468
12095
|
readonly isV1Ancient: boolean;
|
|
11469
12096
|
readonly isV2: boolean;
|
|
11470
12097
|
readonly type: 'V1Ancient' | 'V2';
|
|
11471
12098
|
}
|
|
11472
|
-
/** @name FrameSupportStorageNoDrop (
|
|
12099
|
+
/** @name FrameSupportStorageNoDrop (485) */
|
|
11473
12100
|
interface FrameSupportStorageNoDrop extends FrameSupportTokensFungibleImbalance {
|
|
11474
12101
|
}
|
|
11475
|
-
/** @name FrameSupportTokensFungibleImbalance (
|
|
12102
|
+
/** @name FrameSupportTokensFungibleImbalance (486) */
|
|
11476
12103
|
interface FrameSupportTokensFungibleImbalance extends Struct {
|
|
11477
12104
|
readonly amount: u128;
|
|
11478
12105
|
}
|
|
11479
|
-
/** @name PalletUtilityError (
|
|
12106
|
+
/** @name PalletUtilityError (487) */
|
|
11480
12107
|
interface PalletUtilityError extends Enum {
|
|
11481
12108
|
readonly isTooManyCalls: boolean;
|
|
11482
12109
|
readonly type: 'TooManyCalls';
|
|
11483
12110
|
}
|
|
11484
|
-
/** @name PalletSudoError (
|
|
12111
|
+
/** @name PalletSudoError (488) */
|
|
11485
12112
|
interface PalletSudoError extends Enum {
|
|
11486
12113
|
readonly isRequireSudo: boolean;
|
|
11487
12114
|
readonly type: 'RequireSudo';
|
|
11488
12115
|
}
|
|
11489
|
-
/** @name PalletTreasuryFrameVaultCapital (
|
|
12116
|
+
/** @name PalletTreasuryFrameVaultCapital (489) */
|
|
11490
12117
|
interface PalletTreasuryFrameVaultCapital extends Struct {
|
|
11491
12118
|
readonly frameId: Compact<u64>;
|
|
11492
12119
|
readonly vaults: BTreeMap<u32, PalletTreasuryVaultCapital>;
|
|
11493
12120
|
}
|
|
11494
|
-
/** @name PalletTreasuryVaultCapital (
|
|
12121
|
+
/** @name PalletTreasuryVaultCapital (491) */
|
|
11495
12122
|
interface PalletTreasuryVaultCapital extends Struct {
|
|
11496
12123
|
readonly bondLotAllocations: Vec<PalletTreasuryBondLotAllocation>;
|
|
11497
12124
|
readonly eligibleBonds: Compact<u32>;
|
|
11498
12125
|
readonly vaultSharingPercent: Compact<Permill>;
|
|
11499
12126
|
}
|
|
11500
|
-
/** @name PalletTreasuryBondLotAllocation (
|
|
12127
|
+
/** @name PalletTreasuryBondLotAllocation (493) */
|
|
11501
12128
|
interface PalletTreasuryBondLotAllocation extends Struct {
|
|
11502
12129
|
readonly bondLotId: Compact<u64>;
|
|
11503
12130
|
readonly prorata: u128;
|
|
11504
12131
|
}
|
|
11505
|
-
/** @name PalletTreasuryBondLot (
|
|
12132
|
+
/** @name PalletTreasuryBondLot (498) */
|
|
11506
12133
|
interface PalletTreasuryBondLot extends Struct {
|
|
11507
12134
|
readonly owner: AccountId32;
|
|
11508
12135
|
readonly vaultId: Compact<u32>;
|
|
@@ -11515,12 +12142,12 @@ declare module '@polkadot/types/lookup' {
|
|
|
11515
12142
|
readonly releaseFrameId: Option<u64>;
|
|
11516
12143
|
readonly releaseReason: Option<PalletTreasuryBondReleaseReason>;
|
|
11517
12144
|
}
|
|
11518
|
-
/** @name PalletTreasuryBondLotSummary (
|
|
12145
|
+
/** @name PalletTreasuryBondLotSummary (503) */
|
|
11519
12146
|
interface PalletTreasuryBondLotSummary extends Struct {
|
|
11520
12147
|
readonly bondLotId: Compact<u64>;
|
|
11521
12148
|
readonly bonds: Compact<u32>;
|
|
11522
12149
|
}
|
|
11523
|
-
/** @name PalletTreasuryError (
|
|
12150
|
+
/** @name PalletTreasuryError (505) */
|
|
11524
12151
|
interface PalletTreasuryError extends Enum {
|
|
11525
12152
|
readonly isBondPurchaseRejected: boolean;
|
|
11526
12153
|
readonly isVaultNotAcceptingBondPurchases: boolean;
|
|
@@ -11534,12 +12161,12 @@ declare module '@polkadot/types/lookup' {
|
|
|
11534
12161
|
readonly isBondPurchaseAboveSecurity: boolean;
|
|
11535
12162
|
readonly type: 'BondPurchaseRejected' | 'VaultNotAcceptingBondPurchases' | 'BondPurchaseBelowMinimum' | 'InternalError' | 'MaxAcceptedBondLotsExceeded' | 'MaxPendingBondReleasesExceeded' | 'BondLotNotFound' | 'NotBondLotOwner' | 'BondLotAlreadyReleasing' | 'BondPurchaseAboveSecurity';
|
|
11536
12163
|
}
|
|
11537
|
-
/** @name PalletFeeControlError (
|
|
12164
|
+
/** @name PalletFeeControlError (506) */
|
|
11538
12165
|
interface PalletFeeControlError extends Enum {
|
|
11539
12166
|
readonly isSponsoredFeeTooHigh: boolean;
|
|
11540
12167
|
readonly type: 'SponsoredFeeTooHigh';
|
|
11541
12168
|
}
|
|
11542
|
-
/** @name PalletOperationalAccountsOperationalAccount (
|
|
12169
|
+
/** @name PalletOperationalAccountsOperationalAccount (507) */
|
|
11543
12170
|
interface PalletOperationalAccountsOperationalAccount extends Struct {
|
|
11544
12171
|
readonly vaultAccount: AccountId32;
|
|
11545
12172
|
readonly miningFundingAccount: AccountId32;
|
|
@@ -11561,12 +12188,12 @@ declare module '@polkadot/types/lookup' {
|
|
|
11561
12188
|
readonly rewardsCollectedAmount: u128;
|
|
11562
12189
|
readonly isOperational: bool;
|
|
11563
12190
|
}
|
|
11564
|
-
/** @name PalletOperationalAccountsRewardsConfig (
|
|
12191
|
+
/** @name PalletOperationalAccountsRewardsConfig (509) */
|
|
11565
12192
|
interface PalletOperationalAccountsRewardsConfig extends Struct {
|
|
11566
12193
|
readonly operationalReferralReward: Compact<u128>;
|
|
11567
12194
|
readonly referralBonusReward: Compact<u128>;
|
|
11568
12195
|
}
|
|
11569
|
-
/** @name PalletOperationalAccountsError (
|
|
12196
|
+
/** @name PalletOperationalAccountsError (511) */
|
|
11570
12197
|
interface PalletOperationalAccountsError extends Enum {
|
|
11571
12198
|
readonly isAlreadyRegistered: boolean;
|
|
11572
12199
|
readonly isInvalidRegistrationSubmitter: boolean;
|
|
@@ -11587,37 +12214,119 @@ declare module '@polkadot/types/lookup' {
|
|
|
11587
12214
|
readonly isNotEligibleForActivation: boolean;
|
|
11588
12215
|
readonly type: 'AlreadyRegistered' | 'InvalidRegistrationSubmitter' | 'AccountAlreadyLinked' | 'InvalidAccountProof' | 'NotOperationalAccount' | 'InvalidReferralProof' | 'ReferralProofExpired' | 'NoProgressUpdateProvided' | 'EncryptedServerTooLong' | 'NotSponsorOfSponsee' | 'NoPendingRewards' | 'RewardClaimBelowMinimum' | 'RewardClaimNotWholeArgon' | 'RewardClaimExceedsPending' | 'TreasuryInsufficientFunds' | 'AlreadyOperational' | 'NotEligibleForActivation';
|
|
11589
12216
|
}
|
|
11590
|
-
/** @name
|
|
12217
|
+
/** @name PalletEthereumVerifierFinalizedBeaconHeaderState (512) */
|
|
12218
|
+
interface PalletEthereumVerifierFinalizedBeaconHeaderState extends Struct {
|
|
12219
|
+
readonly slot: Compact<u64>;
|
|
12220
|
+
}
|
|
12221
|
+
/** @name PalletEthereumVerifierExecutionHeaderAnchor (513) */
|
|
12222
|
+
interface PalletEthereumVerifierExecutionHeaderAnchor extends Struct {
|
|
12223
|
+
readonly blockNumber: Compact<u64>;
|
|
12224
|
+
readonly blockHash: H256;
|
|
12225
|
+
readonly parentHash: H256;
|
|
12226
|
+
readonly receiptsRoot: H256;
|
|
12227
|
+
}
|
|
12228
|
+
/** @name PalletEthereumVerifierSyncCommitteePrepared (514) */
|
|
12229
|
+
interface PalletEthereumVerifierSyncCommitteePrepared extends Struct {
|
|
12230
|
+
readonly root: H256;
|
|
12231
|
+
readonly pubkeys: Vec<SnowbridgeMilagroBlsKeysPublicKey>;
|
|
12232
|
+
readonly aggregatePubkey: SnowbridgeMilagroBlsKeysPublicKey;
|
|
12233
|
+
}
|
|
12234
|
+
/** @name SnowbridgeMilagroBlsKeysPublicKey (516) */
|
|
12235
|
+
interface SnowbridgeMilagroBlsKeysPublicKey extends Struct {
|
|
12236
|
+
readonly point: SnowbridgeAmclBls381Ecp;
|
|
12237
|
+
}
|
|
12238
|
+
/** @name SnowbridgeAmclBls381Ecp (517) */
|
|
12239
|
+
interface SnowbridgeAmclBls381Ecp extends Struct {
|
|
12240
|
+
readonly x: SnowbridgeAmclBls381Fp;
|
|
12241
|
+
readonly y: SnowbridgeAmclBls381Fp;
|
|
12242
|
+
readonly z: SnowbridgeAmclBls381Fp;
|
|
12243
|
+
}
|
|
12244
|
+
/** @name SnowbridgeAmclBls381Fp (518) */
|
|
12245
|
+
interface SnowbridgeAmclBls381Fp extends Struct {
|
|
12246
|
+
readonly x: SnowbridgeAmclBls381Big;
|
|
12247
|
+
readonly xes: i32;
|
|
12248
|
+
}
|
|
12249
|
+
/** @name SnowbridgeAmclBls381Big (519) */
|
|
12250
|
+
interface SnowbridgeAmclBls381Big extends Struct {
|
|
12251
|
+
readonly w: Vec<i32>;
|
|
12252
|
+
}
|
|
12253
|
+
/** @name ArgonPrimitivesEthereumEthereumBeaconPreset (523) */
|
|
12254
|
+
interface ArgonPrimitivesEthereumEthereumBeaconPreset extends Enum {
|
|
12255
|
+
readonly isMainnet: boolean;
|
|
12256
|
+
readonly isMinimal: boolean;
|
|
12257
|
+
readonly type: 'Mainnet' | 'Minimal';
|
|
12258
|
+
}
|
|
12259
|
+
/** @name PalletEthereumVerifierError (524) */
|
|
12260
|
+
interface PalletEthereumVerifierError extends Enum {
|
|
12261
|
+
readonly isSkippedSyncCommitteePeriod: boolean;
|
|
12262
|
+
readonly isSyncCommitteeUpdateRequired: boolean;
|
|
12263
|
+
readonly isIrrelevantUpdate: boolean;
|
|
12264
|
+
readonly isNotBootstrapped: boolean;
|
|
12265
|
+
readonly isSyncCommitteeParticipantsNotSupermajority: boolean;
|
|
12266
|
+
readonly isInvalidHeaderMerkleProof: boolean;
|
|
12267
|
+
readonly isInvalidSyncCommitteeMerkleProof: boolean;
|
|
12268
|
+
readonly isInvalidExecutionHeaderProof: boolean;
|
|
12269
|
+
readonly isInvalidFinalizedHeaderGap: boolean;
|
|
12270
|
+
readonly isHeaderHashTreeRootFailed: boolean;
|
|
12271
|
+
readonly isBlockBodyHashTreeRootFailed: boolean;
|
|
12272
|
+
readonly isSyncCommitteeHashTreeRootFailed: boolean;
|
|
12273
|
+
readonly isSigningRootHashTreeRootFailed: boolean;
|
|
12274
|
+
readonly isForkDataHashTreeRootFailed: boolean;
|
|
12275
|
+
readonly isExpectedFinalizedHeaderNotStored: boolean;
|
|
12276
|
+
readonly isBlsPreparePublicKeysFailed: boolean;
|
|
12277
|
+
readonly isBlsVerificationFailed: boolean;
|
|
12278
|
+
readonly isUnexpectedBeaconPreset: boolean;
|
|
12279
|
+
readonly isInvalidUpdateSlot: boolean;
|
|
12280
|
+
readonly isInvalidSyncCommitteeUpdate: boolean;
|
|
12281
|
+
readonly isHalted: boolean;
|
|
12282
|
+
readonly type: 'SkippedSyncCommitteePeriod' | 'SyncCommitteeUpdateRequired' | 'IrrelevantUpdate' | 'NotBootstrapped' | 'SyncCommitteeParticipantsNotSupermajority' | 'InvalidHeaderMerkleProof' | 'InvalidSyncCommitteeMerkleProof' | 'InvalidExecutionHeaderProof' | 'InvalidFinalizedHeaderGap' | 'HeaderHashTreeRootFailed' | 'BlockBodyHashTreeRootFailed' | 'SyncCommitteeHashTreeRootFailed' | 'SigningRootHashTreeRootFailed' | 'ForkDataHashTreeRootFailed' | 'ExpectedFinalizedHeaderNotStored' | 'BlsPreparePublicKeysFailed' | 'BlsVerificationFailed' | 'UnexpectedBeaconPreset' | 'InvalidUpdateSlot' | 'InvalidSyncCommitteeUpdate' | 'Halted';
|
|
12283
|
+
}
|
|
12284
|
+
/** @name PalletCrosschainTransferError (526) */
|
|
12285
|
+
interface PalletCrosschainTransferError extends Enum {
|
|
12286
|
+
readonly isInvalidEthereumEvent: boolean;
|
|
12287
|
+
readonly isInvalidProof: boolean;
|
|
12288
|
+
readonly isInvalidRecipient: boolean;
|
|
12289
|
+
readonly isInvalidAmount: boolean;
|
|
12290
|
+
readonly isUnsupportedSource: boolean;
|
|
12291
|
+
readonly isUnsupportedGateway: boolean;
|
|
12292
|
+
readonly isUnsupportedToken: boolean;
|
|
12293
|
+
readonly isUnexpectedNonce: boolean;
|
|
12294
|
+
readonly isInvalidChainConfig: boolean;
|
|
12295
|
+
readonly isInsufficientLiquidity: boolean;
|
|
12296
|
+
readonly isInsufficientBurnAmountForFee: boolean;
|
|
12297
|
+
readonly type: 'InvalidEthereumEvent' | 'InvalidProof' | 'InvalidRecipient' | 'InvalidAmount' | 'UnsupportedSource' | 'UnsupportedGateway' | 'UnsupportedToken' | 'UnexpectedNonce' | 'InvalidChainConfig' | 'InsufficientLiquidity' | 'InsufficientBurnAmountForFee';
|
|
12298
|
+
}
|
|
12299
|
+
/** @name FrameSystemExtensionsAuthorizeCall (529) */
|
|
11591
12300
|
type FrameSystemExtensionsAuthorizeCall = Null;
|
|
11592
|
-
/** @name FrameSystemExtensionsCheckNonZeroSender (
|
|
12301
|
+
/** @name FrameSystemExtensionsCheckNonZeroSender (530) */
|
|
11593
12302
|
type FrameSystemExtensionsCheckNonZeroSender = Null;
|
|
11594
|
-
/** @name FrameSystemExtensionsCheckSpecVersion (
|
|
12303
|
+
/** @name FrameSystemExtensionsCheckSpecVersion (531) */
|
|
11595
12304
|
type FrameSystemExtensionsCheckSpecVersion = Null;
|
|
11596
|
-
/** @name FrameSystemExtensionsCheckTxVersion (
|
|
12305
|
+
/** @name FrameSystemExtensionsCheckTxVersion (532) */
|
|
11597
12306
|
type FrameSystemExtensionsCheckTxVersion = Null;
|
|
11598
|
-
/** @name FrameSystemExtensionsCheckGenesis (
|
|
12307
|
+
/** @name FrameSystemExtensionsCheckGenesis (533) */
|
|
11599
12308
|
type FrameSystemExtensionsCheckGenesis = Null;
|
|
11600
|
-
/** @name FrameSystemExtensionsCheckNonce (
|
|
12309
|
+
/** @name FrameSystemExtensionsCheckNonce (536) */
|
|
11601
12310
|
interface FrameSystemExtensionsCheckNonce extends Compact<u32> {
|
|
11602
12311
|
}
|
|
11603
|
-
/** @name FrameSystemExtensionsCheckWeight (
|
|
12312
|
+
/** @name FrameSystemExtensionsCheckWeight (537) */
|
|
11604
12313
|
type FrameSystemExtensionsCheckWeight = Null;
|
|
11605
|
-
/** @name PalletTransactionPaymentChargeTransactionPayment (
|
|
12314
|
+
/** @name PalletTransactionPaymentChargeTransactionPayment (538) */
|
|
11606
12315
|
interface PalletTransactionPaymentChargeTransactionPayment extends Compact<u128> {
|
|
11607
12316
|
}
|
|
11608
|
-
/** @name FrameMetadataHashExtensionCheckMetadataHash (
|
|
12317
|
+
/** @name FrameMetadataHashExtensionCheckMetadataHash (539) */
|
|
11609
12318
|
interface FrameMetadataHashExtensionCheckMetadataHash extends Struct {
|
|
11610
12319
|
readonly mode: FrameMetadataHashExtensionMode;
|
|
11611
12320
|
}
|
|
11612
|
-
/** @name FrameMetadataHashExtensionMode (
|
|
12321
|
+
/** @name FrameMetadataHashExtensionMode (540) */
|
|
11613
12322
|
interface FrameMetadataHashExtensionMode extends Enum {
|
|
11614
12323
|
readonly isDisabled: boolean;
|
|
11615
12324
|
readonly isEnabled: boolean;
|
|
11616
12325
|
readonly type: 'Disabled' | 'Enabled';
|
|
11617
12326
|
}
|
|
11618
|
-
/** @name FrameSystemExtensionsWeightReclaim (
|
|
12327
|
+
/** @name FrameSystemExtensionsWeightReclaim (541) */
|
|
11619
12328
|
type FrameSystemExtensionsWeightReclaim = Null;
|
|
11620
|
-
/** @name ArgonRuntimeRuntime (
|
|
12329
|
+
/** @name ArgonRuntimeRuntime (543) */
|
|
11621
12330
|
type ArgonRuntimeRuntime = Null;
|
|
11622
12331
|
}
|
|
11623
12332
|
|
|
@@ -11659,9 +12368,15 @@ declare class WageProtector {
|
|
|
11659
12368
|
}
|
|
11660
12369
|
|
|
11661
12370
|
declare const MICROGONS_PER_ARGON = 1000000;
|
|
12371
|
+
type IDispatchErrorLike = {
|
|
12372
|
+
isModule: boolean;
|
|
12373
|
+
asModule: Parameters<ArgonClient['registry']['findMetaError']>[0];
|
|
12374
|
+
toString(): string;
|
|
12375
|
+
};
|
|
11662
12376
|
declare function formatArgons(microgons: bigint | number): string;
|
|
11663
12377
|
declare function gettersToObject<T>(obj: T): Promise<T>;
|
|
11664
|
-
declare function dispatchErrorToString(client: ArgonClient, error:
|
|
12378
|
+
declare function dispatchErrorToString(client: ArgonClient, error: IDispatchErrorLike): string;
|
|
12379
|
+
declare function isOutdatedTransactionError(error: unknown): boolean;
|
|
11665
12380
|
declare class ExtrinsicError extends Error {
|
|
11666
12381
|
readonly errorCode: string;
|
|
11667
12382
|
readonly details?: string | undefined;
|
|
@@ -11670,7 +12385,7 @@ declare class ExtrinsicError extends Error {
|
|
|
11670
12385
|
constructor(errorCode: string, details?: string | undefined, batchInterruptedIndex?: number | undefined, txFee?: bigint);
|
|
11671
12386
|
toString(): string;
|
|
11672
12387
|
}
|
|
11673
|
-
declare function dispatchErrorToExtrinsicError(client: ArgonClient, error:
|
|
12388
|
+
declare function dispatchErrorToExtrinsicError(client: ArgonClient, error: IDispatchErrorLike, batchInterruptedIndex?: number, txFee?: bigint): ExtrinsicError;
|
|
11674
12389
|
/**
|
|
11675
12390
|
* Check for an extrinsic success event in the given events. Helpful to validate the result of an extrinsic inclusion in a block (it will be included even if it fails)
|
|
11676
12391
|
* @param events The events to check
|
|
@@ -11678,6 +12393,19 @@ declare function dispatchErrorToExtrinsicError(client: ArgonClient, error: Dispa
|
|
|
11678
12393
|
* @returns A promise that resolves if the extrinsic was successful, and rejects if it failed
|
|
11679
12394
|
*/
|
|
11680
12395
|
declare function checkForExtrinsicSuccess(events: EventRecord[], client: ArgonClient): Promise<void>;
|
|
12396
|
+
/**
|
|
12397
|
+
* Return a bigint value using a canonical field first, then named fallback fields on the same source object.
|
|
12398
|
+
* Helpful when reading runtime records that may use older field names across spec versions.
|
|
12399
|
+
* @param value The preferred bigint-like value, usually from the current field name
|
|
12400
|
+
* @param source The object to read fallback fields from
|
|
12401
|
+
* @param fallbackFields The fallback field names to check in order
|
|
12402
|
+
* @param fallback The value to return if no preferred or fallback field is present
|
|
12403
|
+
* @returns The preferred or fallback value converted to bigint
|
|
12404
|
+
*/
|
|
12405
|
+
declare function getBigIntFallback<T extends object>(value: IBigIntLike | undefined, source: T, fallbackFields: readonly string[], fallback?: bigint): bigint;
|
|
12406
|
+
type IBigIntLike = bigint | {
|
|
12407
|
+
toBigInt(): bigint;
|
|
12408
|
+
};
|
|
11681
12409
|
|
|
11682
12410
|
type ITxProgressCallback = (progressToInBlock: number, result?: TxResult) => void;
|
|
11683
12411
|
declare class TxResult {
|
|
@@ -11787,6 +12515,20 @@ declare function getFrameInfoFromHeader(header: Header): {
|
|
|
11787
12515
|
frameRewardTicksRemaining: number;
|
|
11788
12516
|
} | undefined;
|
|
11789
12517
|
|
|
12518
|
+
declare class PriceIndex {
|
|
12519
|
+
btcUsdPrice?: BigNumber;
|
|
12520
|
+
argonotUsdPrice?: BigNumber;
|
|
12521
|
+
argonUsdPrice?: BigNumber;
|
|
12522
|
+
argonUsdTargetPrice?: BigNumber;
|
|
12523
|
+
argonTimeWeightedAverageLiquidity?: BigNumber;
|
|
12524
|
+
lastUpdatedTick?: number;
|
|
12525
|
+
load(client: ArgonClient | ApiDecoration<'promise'>): Promise<this>;
|
|
12526
|
+
getSatoshiPriceInMarketMicrogons(satoshis: bigint | number): bigint;
|
|
12527
|
+
getSatoshiPriceInTargetMicrogons(satoshis: bigint | number): bigint;
|
|
12528
|
+
get rValue(): BigNumber;
|
|
12529
|
+
get argonCpi(): BigNumber;
|
|
12530
|
+
}
|
|
12531
|
+
|
|
11790
12532
|
interface ArgonPrimitivesVaultV144 extends Struct {
|
|
11791
12533
|
readonly operatorAccountId: AccountId32;
|
|
11792
12534
|
readonly securitization: Compact<u128>;
|
|
@@ -11822,10 +12564,13 @@ declare class Vault {
|
|
|
11822
12564
|
name?: string;
|
|
11823
12565
|
lastNameChangeTick?: number;
|
|
11824
12566
|
bitcoinLockDelegateAccount?: string;
|
|
11825
|
-
constructor(id: number, vault: ArgonPrimitivesVault, tickDuration: number);
|
|
11826
|
-
load(vault: ArgonPrimitivesVault | ArgonPrimitivesVaultV144): void;
|
|
12567
|
+
constructor(id: number, vault: ArgonPrimitivesVault$1, tickDuration: number);
|
|
12568
|
+
load(vault: ArgonPrimitivesVault$1 | ArgonPrimitivesVaultV144): void;
|
|
11827
12569
|
availableBitcoinSpace(): bigint;
|
|
11828
12570
|
availableSecuritization(): bigint;
|
|
12571
|
+
availableBondSpace(priceIndex: PriceIndex, bondLots?: Iterable<{
|
|
12572
|
+
activeBonds: number;
|
|
12573
|
+
}>, bondFullCapacityPerFrame?: boolean): bigint;
|
|
11829
12574
|
getRelockCapacity(): bigint;
|
|
11830
12575
|
securitizationRatioBN(): BigNumber;
|
|
11831
12576
|
activatedSecuritization(): bigint;
|
|
@@ -11866,22 +12611,9 @@ declare function fromFixedNumber(value: bigint, decimals?: number): BigNumber;
|
|
|
11866
12611
|
declare const FIXED_U128_DECIMALS = 18;
|
|
11867
12612
|
declare const PERMILL_DECIMALS = 6;
|
|
11868
12613
|
|
|
11869
|
-
declare class PriceIndex {
|
|
11870
|
-
btcUsdPrice?: BigNumber;
|
|
11871
|
-
argonotUsdPrice?: BigNumber;
|
|
11872
|
-
argonUsdPrice?: BigNumber;
|
|
11873
|
-
argonUsdTargetPrice?: BigNumber;
|
|
11874
|
-
argonTimeWeightedAverageLiquidity?: BigNumber;
|
|
11875
|
-
lastUpdatedTick?: number;
|
|
11876
|
-
load(client: ArgonClient | ApiDecoration<'promise'>): Promise<this>;
|
|
11877
|
-
getBtcMicrogonPrice(satoshis: bigint | number): bigint;
|
|
11878
|
-
get rValue(): BigNumber;
|
|
11879
|
-
get argonCpi(): BigNumber;
|
|
11880
|
-
}
|
|
11881
|
-
|
|
11882
12614
|
declare const SATS_PER_BTC = 100000000n;
|
|
11883
12615
|
type IQueryableClient = ArgonClient | ApiDecoration<'promise'>;
|
|
11884
|
-
type UtxoRefLike = ArgonPrimitivesBitcoinUtxoRef | {
|
|
12616
|
+
type UtxoRefLike = ArgonPrimitivesBitcoinUtxoRef$1 | {
|
|
11885
12617
|
txid: string | Uint8Array;
|
|
11886
12618
|
outputIndex: number;
|
|
11887
12619
|
};
|
|
@@ -11889,7 +12621,7 @@ declare class BitcoinLock implements IBitcoinLock {
|
|
|
11889
12621
|
utxoId: number;
|
|
11890
12622
|
p2wshScriptHashHex: string;
|
|
11891
12623
|
vaultId: number;
|
|
11892
|
-
|
|
12624
|
+
lockedTargetPrice: bigint;
|
|
11893
12625
|
liquidityPromised: bigint;
|
|
11894
12626
|
ownerAccount: string;
|
|
11895
12627
|
satoshis: bigint;
|
|
@@ -11924,23 +12656,22 @@ declare class BitcoinLock implements IBitcoinLock {
|
|
|
11924
12656
|
bitcoinTxid: string;
|
|
11925
12657
|
} | undefined>;
|
|
11926
12658
|
findPendingMints(client: IQueryableClient): Promise<bigint[]>;
|
|
11927
|
-
|
|
12659
|
+
calculateRatchetingCosts(client: IQueryableClient, priceIndex: PriceIndex, vault: Vault, microgonsAtTargetPerBtc?: bigint): Promise<{
|
|
11928
12660
|
burnAmount: bigint;
|
|
11929
12661
|
ratchetingFee: bigint;
|
|
11930
|
-
marketRate: bigint;
|
|
11931
12662
|
}>;
|
|
11932
12663
|
ratchet(args: {
|
|
11933
12664
|
client: ArgonClient;
|
|
11934
12665
|
priceIndex: PriceIndex;
|
|
11935
12666
|
txSigner: TxSigningAccount;
|
|
11936
12667
|
vault: Vault;
|
|
11937
|
-
|
|
12668
|
+
microgonsAtTargetPerBtc?: bigint;
|
|
11938
12669
|
} & ISubmittableOptions): Promise<{
|
|
11939
12670
|
txResult: TxResult;
|
|
11940
12671
|
getRatchetResult: () => Promise<{
|
|
11941
12672
|
securityFee: bigint;
|
|
11942
12673
|
txFee: bigint;
|
|
11943
|
-
|
|
12674
|
+
lockedTargetPrice: bigint;
|
|
11944
12675
|
liquidityPromised: bigint;
|
|
11945
12676
|
pendingMint: bigint;
|
|
11946
12677
|
burned: bigint;
|
|
@@ -11948,7 +12679,7 @@ declare class BitcoinLock implements IBitcoinLock {
|
|
|
11948
12679
|
bitcoinBlockHeight: number;
|
|
11949
12680
|
}>;
|
|
11950
12681
|
}>;
|
|
11951
|
-
|
|
12682
|
+
calculateRedemptionAmount(priceIndex: PriceIndex): bigint;
|
|
11952
12683
|
requestRelease(args: {
|
|
11953
12684
|
client: ArgonClient;
|
|
11954
12685
|
priceIndex: PriceIndex;
|
|
@@ -11968,11 +12699,9 @@ declare class BitcoinLock implements IBitcoinLock {
|
|
|
11968
12699
|
} | undefined>;
|
|
11969
12700
|
getVaultCosignSignature(client: ArgonClient, atHeight: number): Promise<Uint8Array | undefined>;
|
|
11970
12701
|
static getUtxoIdFromEvents(client: IQueryableClient, events: GenericEvent$1[]): Promise<number | undefined>;
|
|
11971
|
-
static
|
|
11972
|
-
static
|
|
11973
|
-
|
|
11974
|
-
lockedMarketRate?: bigint;
|
|
11975
|
-
}): Promise<bigint>;
|
|
12702
|
+
static calculateRedemptionAmountFromSatoshis(priceIndex: PriceIndex, satoshis: bigint, lockedTargetPrice?: bigint): bigint;
|
|
12703
|
+
static calculateRedemptionAmount(priceIndex: PriceIndex, btcMicrogonsAtTarget: bigint, maxMicrogonsAtTarget?: bigint): bigint;
|
|
12704
|
+
private static redemptionMultiplierBn;
|
|
11976
12705
|
static getConfig(client: IQueryableClient): Promise<IBitcoinLockConfig>;
|
|
11977
12706
|
static getBitcoinConfirmedBlockHeight(client: IQueryableClient): Promise<number>;
|
|
11978
12707
|
static submitVaultSignature(args: {
|
|
@@ -12012,7 +12741,7 @@ declare class BitcoinLock implements IBitcoinLock {
|
|
|
12012
12741
|
satoshis: bigint;
|
|
12013
12742
|
txSigner: TxSigningAccount;
|
|
12014
12743
|
reducedBalanceBy?: bigint;
|
|
12015
|
-
|
|
12744
|
+
microgonsAtTargetPerBtc?: bigint;
|
|
12016
12745
|
tip?: bigint;
|
|
12017
12746
|
initializeForAccountId?: string;
|
|
12018
12747
|
}): Promise<{
|
|
@@ -12043,13 +12772,13 @@ declare class BitcoinLock implements IBitcoinLock {
|
|
|
12043
12772
|
createdAtHeight: number;
|
|
12044
12773
|
txResult: TxResult;
|
|
12045
12774
|
}>;
|
|
12046
|
-
static
|
|
12775
|
+
static satoshisRequiredForRedemptionAmount(priceIndex: PriceIndex, redemptionAmount: bigint): bigint;
|
|
12047
12776
|
}
|
|
12048
12777
|
interface IBitcoinLockConfig {
|
|
12049
12778
|
lockReleaseCosignDeadlineFrames: number;
|
|
12050
12779
|
pendingConfirmationExpirationBlocks: number;
|
|
12051
12780
|
tickDurationMillis: number;
|
|
12052
|
-
bitcoinNetwork: ArgonPrimitivesBitcoinBitcoinNetwork;
|
|
12781
|
+
bitcoinNetwork: ArgonPrimitivesBitcoinBitcoinNetwork$1;
|
|
12053
12782
|
lockSatoshiAllowedVariance: number;
|
|
12054
12783
|
}
|
|
12055
12784
|
interface IReleaseRequest {
|
|
@@ -12059,13 +12788,13 @@ interface IReleaseRequest {
|
|
|
12059
12788
|
interface IReleaseRequestDetails extends IReleaseRequest {
|
|
12060
12789
|
dueFrame: number;
|
|
12061
12790
|
vaultId: number;
|
|
12062
|
-
|
|
12791
|
+
redemptionAmount: bigint;
|
|
12063
12792
|
}
|
|
12064
12793
|
interface IBitcoinLock {
|
|
12065
12794
|
utxoId: number;
|
|
12066
12795
|
p2wshScriptHashHex: string;
|
|
12067
12796
|
vaultId: number;
|
|
12068
|
-
|
|
12797
|
+
lockedTargetPrice: bigint;
|
|
12069
12798
|
liquidityPromised: bigint;
|
|
12070
12799
|
ownerAccount: string;
|
|
12071
12800
|
satoshis: bigint;
|
|
@@ -12087,7 +12816,79 @@ interface IBitcoinLock {
|
|
|
12087
12816
|
fundHoldExtensionsByBitcoinExpirationHeight: Record<number, bigint>;
|
|
12088
12817
|
}
|
|
12089
12818
|
|
|
12819
|
+
declare const MINTING_GATEWAY_BURN_FOR_TRANSFER_EVENT_NAME: 'BurnForTransfer';
|
|
12820
|
+
declare const MINTING_GATEWAY_V2_TRANSFER_TO_ARGON_STARTED_EVENT_NAME: 'TransferToArgonStarted';
|
|
12821
|
+
declare const MINTING_GATEWAY_RUNTIME_DECIMALS: 6;
|
|
12822
|
+
declare const MINTING_GATEWAY_TOKEN_DECIMALS: 18;
|
|
12823
|
+
declare const MINTING_GATEWAY_RUNTIME_TO_ERC20_SCALE: bigint;
|
|
12824
|
+
|
|
12825
|
+
type VerifyEventLog = IArgonQueryable['call']['ethereumApis']['verifyEventLog'];
|
|
12826
|
+
type EthereumVerifyEventLogResult = Awaited<ReturnType<VerifyEventLog>>;
|
|
12827
|
+
type EthereumReceipt = Awaited<ReturnType<ReturnType<typeof createPublicClient>['getTransactionReceipt']>>;
|
|
12828
|
+
type EthereumExecutionClient = ReturnType<typeof createPublicClient>;
|
|
12829
|
+
type RetainedExecutionAnchor = {
|
|
12830
|
+
blockHash: Hex;
|
|
12831
|
+
blockNumber: bigint;
|
|
12832
|
+
};
|
|
12833
|
+
type EthereumEventLocator = {
|
|
12834
|
+
txHash: Hex;
|
|
12835
|
+
logIndex?: number;
|
|
12836
|
+
executionRpcUrl?: string;
|
|
12837
|
+
executionClient?: EthereumExecutionClient;
|
|
12838
|
+
receipt?: EthereumReceipt;
|
|
12839
|
+
};
|
|
12840
|
+
type EthereumEventLog = {
|
|
12841
|
+
address: Hex;
|
|
12842
|
+
topics: Hex[];
|
|
12843
|
+
data: Hex;
|
|
12844
|
+
};
|
|
12845
|
+
type EthereumExecutionHeaderProof = {
|
|
12846
|
+
rlp: Hex;
|
|
12847
|
+
};
|
|
12848
|
+
type EthereumExecutionBlockProof = {
|
|
12849
|
+
anchorBlockHash: Hex;
|
|
12850
|
+
targetToAnchorHeaderChain: EthereumExecutionHeaderProof[];
|
|
12851
|
+
};
|
|
12852
|
+
type EthereumReceiptProof = {
|
|
12853
|
+
transactionIndex: number;
|
|
12854
|
+
nodes: Hex[];
|
|
12855
|
+
};
|
|
12856
|
+
type EthereumEventProof = {
|
|
12857
|
+
eventLog: EthereumEventLog;
|
|
12858
|
+
proof: {
|
|
12859
|
+
executionBlockProof: EthereumExecutionBlockProof;
|
|
12860
|
+
receiptProof: EthereumReceiptProof;
|
|
12861
|
+
};
|
|
12862
|
+
};
|
|
12863
|
+
declare function buildEthereumEventProof(client: IArgonQueryable, { txHash, logIndex, receipt: providedReceipt, ...executionSource }: EthereumEventLocator): Promise<EthereumEventProof>;
|
|
12864
|
+
declare function findEthereumBurnForTransferLogIndex(receipt: EthereumReceipt, gatewayAddress: Hex): number;
|
|
12865
|
+
declare function getLatestRetainedAnchor(client: IArgonQueryable): Promise<RetainedExecutionAnchor>;
|
|
12866
|
+
declare function waitForRetainedExecutionAnchor(client: IArgonQueryable, targetBlockNumber: bigint, options?: {
|
|
12867
|
+
pollMs?: number;
|
|
12868
|
+
timeoutMs?: number;
|
|
12869
|
+
}): Promise<RetainedExecutionAnchor>;
|
|
12870
|
+
|
|
12871
|
+
type EthereumBeaconSyncState = {
|
|
12872
|
+
isBootstrapped: false;
|
|
12873
|
+
hasNextSyncCommittee: boolean;
|
|
12874
|
+
latestFinalizedBlockRoot: string;
|
|
12875
|
+
latestSyncCommitteeUpdatePeriod: bigint;
|
|
12876
|
+
headerInterval: bigint;
|
|
12877
|
+
} | {
|
|
12878
|
+
isBootstrapped: true;
|
|
12879
|
+
hasNextSyncCommittee: boolean;
|
|
12880
|
+
latestFinalizedBlockRoot: string;
|
|
12881
|
+
latestFinalizedSlot: bigint;
|
|
12882
|
+
nextRecommendedFinalizedSlot: bigint;
|
|
12883
|
+
latestSyncCommitteeUpdatePeriod: bigint;
|
|
12884
|
+
headerInterval: bigint;
|
|
12885
|
+
};
|
|
12886
|
+
declare function getEthereumBeaconSyncBootstrapTx(client: ArgonClient, beaconApiUrl: string): Promise<SubmittableExtrinsic$1>;
|
|
12887
|
+
declare function getNextEthereumBeaconSyncTxs(client: ArgonClient, beaconApiUrl: string): Promise<SubmittableExtrinsic$1[]>;
|
|
12888
|
+
declare function getEthereumBeaconSyncState(client: ArgonClient): Promise<EthereumBeaconSyncState>;
|
|
12889
|
+
|
|
12090
12890
|
type ArgonClient = ApiPromise;
|
|
12891
|
+
type IArgonQueryable = ArgonClient | ApiDecoration<'promise'>;
|
|
12091
12892
|
/**
|
|
12092
12893
|
* Wait for the crypto library to be ready (requires wasm, which needs async loading in commonjs)
|
|
12093
12894
|
*/
|
|
@@ -12101,4 +12902,4 @@ declare function waitForLoad(): Promise<void>;
|
|
|
12101
12902
|
declare function getClient(host: string, options?: ApiOptions): Promise<ArgonClient>;
|
|
12102
12903
|
declare function getOfflineRegistry(): TypeRegistry;
|
|
12103
12904
|
|
|
12104
|
-
export { type ArgonClient, BitcoinLock, ExtrinsicError, FIXED_U128_DECIMALS, type IBitcoinLock, type IBitcoinLockConfig, type IReleaseRequest, type IReleaseRequestDetails, type ISubmittableOptions, type ITerms, type ITxProgressCallback, MICROGONS_PER_ARGON, PERMILL_DECIMALS, PriceIndex, SATS_PER_BTC, TxResult, type TxSigningAccount, TxSubmitter, Vault, WageProtector, checkForExtrinsicSuccess, createKeyringPair, dispatchErrorToExtrinsicError, dispatchErrorToString, formatArgons, fromFixedNumber, getAuthorFromHeader, getClient, getFrameInfoFromHeader, getOfflineRegistry, getTickFromHeader, gettersToObject, keyringFromSuri, toFixedNumber, waitForLoad };
|
|
12905
|
+
export { type ArgonClient, BitcoinLock, type EthereumEventLocator, type EthereumEventProof, type EthereumExecutionClient, type EthereumReceipt, type EthereumVerifyEventLogResult, ExtrinsicError, FIXED_U128_DECIMALS, type IArgonQueryable, type IBitcoinLock, type IBitcoinLockConfig, type IReleaseRequest, type IReleaseRequestDetails, type ISubmittableOptions, type ITerms, type ITxProgressCallback, MICROGONS_PER_ARGON, MINTING_GATEWAY_BURN_FOR_TRANSFER_EVENT_NAME, MINTING_GATEWAY_RUNTIME_DECIMALS, MINTING_GATEWAY_RUNTIME_TO_ERC20_SCALE, MINTING_GATEWAY_TOKEN_DECIMALS, MINTING_GATEWAY_V2_TRANSFER_TO_ARGON_STARTED_EVENT_NAME, PERMILL_DECIMALS, PriceIndex, type RetainedExecutionAnchor, SATS_PER_BTC, TxResult, type TxSigningAccount, TxSubmitter, Vault, WageProtector, buildEthereumEventProof, checkForExtrinsicSuccess, createKeyringPair, dispatchErrorToExtrinsicError, dispatchErrorToString, findEthereumBurnForTransferLogIndex, formatArgons, fromFixedNumber, getAuthorFromHeader, getBigIntFallback, getClient, getEthereumBeaconSyncBootstrapTx, getEthereumBeaconSyncState, getFrameInfoFromHeader, getLatestRetainedAnchor, getNextEthereumBeaconSyncTxs, getOfflineRegistry, getTickFromHeader, gettersToObject, isOutdatedTransactionError, keyringFromSuri, toFixedNumber, waitForLoad, waitForRetainedExecutionAnchor };
|