@argonprotocol/mainchain 1.3.20 → 1.3.21

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.
@@ -9,7 +9,7 @@ import { FrameSupportPalletId, FrameSystemLimitsBlockLength, FrameSystemLimitsBl
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';
12
- import { StorageKey, Metadata, Data, GenericEvent as GenericEvent$1 } from '@polkadot/types';
12
+ import { StorageKey, Metadata, Data, GenericEvent as GenericEvent$1, TypeRegistry } from '@polkadot/types';
13
13
  import { ExtrinsicOrHash, ExtrinsicStatus } from '@polkadot/types/interfaces/author';
14
14
  export { ExtrinsicOrHash, ExtrinsicStatus } from '@polkadot/types/interfaces/author';
15
15
  import { EpochAuthorship, OpaqueKeyOwnershipProof, AllowedSlots, BabeAuthorityWeight, BabeBlockWeight, BabeEpochConfiguration, BabeEquivocationProof, BabeGenesisConfiguration, BabeGenesisConfigurationV1, BabeWeight, Epoch, MaybeRandomness, MaybeVrf, NextConfigDescriptor, NextConfigDescriptorV1, Randomness, RawBabePreDigest, RawBabePreDigestCompat, RawBabePreDigestPrimary, RawBabePreDigestPrimaryTo159, RawBabePreDigestSecondaryPlain, RawBabePreDigestSecondaryTo159, RawBabePreDigestSecondaryVRF, RawBabePreDigestTo159, SlotNumber, VrfData, VrfOutput, VrfProof } from '@polkadot/types/interfaces/babe';
@@ -3888,6 +3888,12 @@ declare module '@polkadot/api-base/types/storage' {
3888
3888
  **/
3889
3889
  releasedMinersByAccountId: AugmentedQuery<ApiType, () => Observable<BTreeMap<AccountId32, ArgonPrimitivesBlockSealMiningRegistration>>, [
3890
3890
  ]>;
3891
+ /**
3892
+ * The upcoming changes scheduled for cohort size by frame. One extra slot to add a schedule
3893
+ * change during a frame.
3894
+ **/
3895
+ scheduledCohortSizeChangeByFrame: AugmentedQuery<ApiType, () => Observable<BTreeMap<u64, u32>>, [
3896
+ ]>;
3891
3897
  };
3892
3898
  mint: {
3893
3899
  blockMintAction: AugmentedQuery<ApiType, () => Observable<ITuple<[u32, PalletMintMintAction]>>, [
@@ -5331,7 +5337,7 @@ declare module '@polkadot/api-base/types/submittable' {
5331
5337
  Address32: any;
5332
5338
  } | {
5333
5339
  Address20: any;
5334
- } | string | Uint8Array, proxyType: ArgonRuntimeProxyType | 'Any' | 'NonTransfer' | 'PriceIndex' | 'MiningBid' | 'BitcoinCosign' | 'VaultAdmin' | number | Uint8Array, delay: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
5340
+ } | string | Uint8Array, proxyType: ArgonRuntimeProxyType | 'Any' | 'NonTransfer' | 'PriceIndex' | 'MiningBid' | 'MiningBidRealPaysFee' | 'Bitcoin' | 'VaultAdmin' | number | Uint8Array, delay: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
5335
5341
  MultiAddress,
5336
5342
  ArgonRuntimeProxyType,
5337
5343
  u32
@@ -5387,7 +5393,7 @@ declare module '@polkadot/api-base/types/submittable' {
5387
5393
  *
5388
5394
  * Fails if there are insufficient funds to pay for deposit.
5389
5395
  **/
5390
- createPure: AugmentedSubmittable<(proxyType: ArgonRuntimeProxyType | 'Any' | 'NonTransfer' | 'PriceIndex' | 'MiningBid' | 'BitcoinCosign' | 'VaultAdmin' | number | Uint8Array, delay: u32 | AnyNumber | Uint8Array, index: u16 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
5396
+ createPure: AugmentedSubmittable<(proxyType: ArgonRuntimeProxyType | 'Any' | 'NonTransfer' | 'PriceIndex' | 'MiningBid' | 'MiningBidRealPaysFee' | 'Bitcoin' | 'VaultAdmin' | number | Uint8Array, delay: u32 | AnyNumber | Uint8Array, index: u16 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
5391
5397
  ArgonRuntimeProxyType,
5392
5398
  u32,
5393
5399
  u16
@@ -5420,7 +5426,7 @@ declare module '@polkadot/api-base/types/submittable' {
5420
5426
  Address32: any;
5421
5427
  } | {
5422
5428
  Address20: any;
5423
- } | string | Uint8Array, proxyType: ArgonRuntimeProxyType | 'Any' | 'NonTransfer' | 'PriceIndex' | 'MiningBid' | 'BitcoinCosign' | 'VaultAdmin' | number | Uint8Array, index: u16 | AnyNumber | Uint8Array, height: Compact<u32> | AnyNumber | Uint8Array, extIndex: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
5429
+ } | string | Uint8Array, proxyType: ArgonRuntimeProxyType | 'Any' | 'NonTransfer' | 'PriceIndex' | 'MiningBid' | 'MiningBidRealPaysFee' | 'Bitcoin' | 'VaultAdmin' | number | Uint8Array, index: u16 | AnyNumber | Uint8Array, height: Compact<u32> | AnyNumber | Uint8Array, extIndex: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
5424
5430
  MultiAddress,
5425
5431
  ArgonRuntimeProxyType,
5426
5432
  u16,
@@ -5459,7 +5465,7 @@ declare module '@polkadot/api-base/types/submittable' {
5459
5465
  Address32: any;
5460
5466
  } | {
5461
5467
  Address20: any;
5462
- } | string | Uint8Array, forceProxyType: Option<ArgonRuntimeProxyType> | null | Uint8Array | ArgonRuntimeProxyType | 'Any' | 'NonTransfer' | 'PriceIndex' | 'MiningBid' | 'BitcoinCosign' | 'VaultAdmin' | number, call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
5468
+ } | string | Uint8Array, forceProxyType: Option<ArgonRuntimeProxyType> | null | Uint8Array | ArgonRuntimeProxyType | 'Any' | 'NonTransfer' | 'PriceIndex' | 'MiningBid' | 'MiningBidRealPaysFee' | 'Bitcoin' | 'VaultAdmin' | number, call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
5463
5469
  MultiAddress,
5464
5470
  Option<ArgonRuntimeProxyType>,
5465
5471
  Call
@@ -5497,7 +5503,7 @@ declare module '@polkadot/api-base/types/submittable' {
5497
5503
  Address32: any;
5498
5504
  } | {
5499
5505
  Address20: any;
5500
- } | string | Uint8Array, forceProxyType: Option<ArgonRuntimeProxyType> | null | Uint8Array | ArgonRuntimeProxyType | 'Any' | 'NonTransfer' | 'PriceIndex' | 'MiningBid' | 'BitcoinCosign' | 'VaultAdmin' | number, call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
5506
+ } | string | Uint8Array, forceProxyType: Option<ArgonRuntimeProxyType> | null | Uint8Array | ArgonRuntimeProxyType | 'Any' | 'NonTransfer' | 'PriceIndex' | 'MiningBid' | 'MiningBidRealPaysFee' | 'Bitcoin' | 'VaultAdmin' | number, call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
5501
5507
  MultiAddress,
5502
5508
  MultiAddress,
5503
5509
  Option<ArgonRuntimeProxyType>,
@@ -5583,7 +5589,7 @@ declare module '@polkadot/api-base/types/submittable' {
5583
5589
  Address32: any;
5584
5590
  } | {
5585
5591
  Address20: any;
5586
- } | string | Uint8Array, proxyType: ArgonRuntimeProxyType | 'Any' | 'NonTransfer' | 'PriceIndex' | 'MiningBid' | 'BitcoinCosign' | 'VaultAdmin' | number | Uint8Array, delay: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
5592
+ } | string | Uint8Array, proxyType: ArgonRuntimeProxyType | 'Any' | 'NonTransfer' | 'PriceIndex' | 'MiningBid' | 'MiningBidRealPaysFee' | 'Bitcoin' | 'VaultAdmin' | number | Uint8Array, delay: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
5587
5593
  MultiAddress,
5588
5594
  ArgonRuntimeProxyType,
5589
5595
  u32
@@ -8541,9 +8547,10 @@ declare module '@polkadot/types/lookup' {
8541
8547
  readonly isNonTransfer: boolean;
8542
8548
  readonly isPriceIndex: boolean;
8543
8549
  readonly isMiningBid: boolean;
8544
- readonly isBitcoinCosign: boolean;
8550
+ readonly isMiningBidRealPaysFee: boolean;
8551
+ readonly isBitcoin: boolean;
8545
8552
  readonly isVaultAdmin: boolean;
8546
- readonly type: 'Any' | 'NonTransfer' | 'PriceIndex' | 'MiningBid' | 'BitcoinCosign' | 'VaultAdmin';
8553
+ readonly type: 'Any' | 'NonTransfer' | 'PriceIndex' | 'MiningBid' | 'MiningBidRealPaysFee' | 'Bitcoin' | 'VaultAdmin';
8547
8554
  }
8548
8555
  /** @name PalletProxyDepositKind (40) */
8549
8556
  interface PalletProxyDepositKind extends Enum {
@@ -10796,7 +10803,7 @@ declare module '@polkadot/types/lookup' {
10796
10803
  readonly ticksBetweenSlots: Compact<u64>;
10797
10804
  readonly slotBiddingStartAfterTicks: Compact<u64>;
10798
10805
  }
10799
- /** @name PalletMiningSlotError (357) */
10806
+ /** @name PalletMiningSlotError (360) */
10800
10807
  interface PalletMiningSlotError extends Enum {
10801
10808
  readonly isSlotNotTakingBids: boolean;
10802
10809
  readonly isTooManyBlockRegistrants: boolean;
@@ -10809,7 +10816,7 @@ declare module '@polkadot/types/lookup' {
10809
10816
  readonly isUnrecoverableHold: boolean;
10810
10817
  readonly type: 'SlotNotTakingBids' | 'TooManyBlockRegistrants' | 'InsufficientOwnershipTokens' | 'BidTooLow' | 'CannotRegisterOverlappingSessions' | 'InsufficientFunds' | 'BidCannotBeReduced' | 'InvalidBidAmount' | 'UnrecoverableHold';
10811
10818
  }
10812
- /** @name ArgonPrimitivesBitcoinUtxoValue (358) */
10819
+ /** @name ArgonPrimitivesBitcoinUtxoValue (361) */
10813
10820
  interface ArgonPrimitivesBitcoinUtxoValue extends Struct {
10814
10821
  readonly utxoId: u64;
10815
10822
  readonly scriptPubkey: ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey;
@@ -10817,7 +10824,7 @@ declare module '@polkadot/types/lookup' {
10817
10824
  readonly submittedAtHeight: Compact<u64>;
10818
10825
  readonly watchForSpentUntilHeight: Compact<u64>;
10819
10826
  }
10820
- /** @name ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey (359) */
10827
+ /** @name ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey (362) */
10821
10828
  interface ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey extends Enum {
10822
10829
  readonly isP2wsh: boolean;
10823
10830
  readonly asP2wsh: {
@@ -10825,7 +10832,7 @@ declare module '@polkadot/types/lookup' {
10825
10832
  } & Struct;
10826
10833
  readonly type: 'P2wsh';
10827
10834
  }
10828
- /** @name ArgonPrimitivesBitcoinBitcoinNetwork (364) */
10835
+ /** @name ArgonPrimitivesBitcoinBitcoinNetwork (367) */
10829
10836
  interface ArgonPrimitivesBitcoinBitcoinNetwork extends Enum {
10830
10837
  readonly isBitcoin: boolean;
10831
10838
  readonly isTestnet: boolean;
@@ -10833,7 +10840,7 @@ declare module '@polkadot/types/lookup' {
10833
10840
  readonly isRegtest: boolean;
10834
10841
  readonly type: 'Bitcoin' | 'Testnet' | 'Signet' | 'Regtest';
10835
10842
  }
10836
- /** @name PalletBitcoinUtxosError (367) */
10843
+ /** @name PalletBitcoinUtxosError (370) */
10837
10844
  interface PalletBitcoinUtxosError extends Enum {
10838
10845
  readonly isNoPermissions: boolean;
10839
10846
  readonly isNoBitcoinConfirmedBlock: boolean;
@@ -10849,7 +10856,7 @@ declare module '@polkadot/types/lookup' {
10849
10856
  readonly isDuplicateUtxoId: boolean;
10850
10857
  readonly type: 'NoPermissions' | 'NoBitcoinConfirmedBlock' | 'InsufficientBitcoinAmount' | 'NoBitcoinPricesAvailable' | 'ScriptPubkeyConflict' | 'UtxoNotLocked' | 'RedemptionsUnavailable' | 'InvalidBitcoinSyncHeight' | 'BitcoinHeightNotConfirmed' | 'MaxUtxosExceeded' | 'InvalidBitcoinScript' | 'DuplicateUtxoId';
10851
10858
  }
10852
- /** @name ArgonPrimitivesVault (368) */
10859
+ /** @name ArgonPrimitivesVault (371) */
10853
10860
  interface ArgonPrimitivesVault extends Struct {
10854
10861
  readonly operatorAccountId: AccountId32;
10855
10862
  readonly securitization: Compact<u128>;
@@ -10862,7 +10869,7 @@ declare module '@polkadot/types/lookup' {
10862
10869
  readonly pendingTerms: Option<ITuple<[u64, ArgonPrimitivesVaultVaultTerms]>>;
10863
10870
  readonly openedTick: Compact<u64>;
10864
10871
  }
10865
- /** @name ArgonPrimitivesBitcoinBitcoinXPub (376) */
10872
+ /** @name ArgonPrimitivesBitcoinBitcoinXPub (379) */
10866
10873
  interface ArgonPrimitivesBitcoinBitcoinXPub extends Struct {
10867
10874
  readonly publicKey: ArgonPrimitivesBitcoinCompressedBitcoinPubkey;
10868
10875
  readonly depth: Compact<u8>;
@@ -10871,13 +10878,13 @@ declare module '@polkadot/types/lookup' {
10871
10878
  readonly chainCode: U8aFixed;
10872
10879
  readonly network: ArgonPrimitivesBitcoinNetworkKind;
10873
10880
  }
10874
- /** @name ArgonPrimitivesBitcoinNetworkKind (378) */
10881
+ /** @name ArgonPrimitivesBitcoinNetworkKind (381) */
10875
10882
  interface ArgonPrimitivesBitcoinNetworkKind extends Enum {
10876
10883
  readonly isMain: boolean;
10877
10884
  readonly isTest: boolean;
10878
10885
  readonly type: 'Main' | 'Test';
10879
10886
  }
10880
- /** @name PalletVaultsVaultFrameRevenue (386) */
10887
+ /** @name PalletVaultsVaultFrameRevenue (389) */
10881
10888
  interface PalletVaultsVaultFrameRevenue extends Struct {
10882
10889
  readonly frameId: Compact<u64>;
10883
10890
  readonly bitcoinLockFeeRevenue: Compact<u128>;
@@ -10895,7 +10902,7 @@ declare module '@polkadot/types/lookup' {
10895
10902
  readonly treasuryExternalCapital: Compact<u128>;
10896
10903
  readonly uncollectedRevenue: Compact<u128>;
10897
10904
  }
10898
- /** @name PalletVaultsError (388) */
10905
+ /** @name PalletVaultsError (391) */
10899
10906
  interface PalletVaultsError extends Enum {
10900
10907
  readonly isNoMoreVaultIds: boolean;
10901
10908
  readonly isInsufficientFunds: boolean;
@@ -10927,7 +10934,7 @@ declare module '@polkadot/types/lookup' {
10927
10934
  readonly isAccountAlreadyHasVault: boolean;
10928
10935
  readonly type: 'NoMoreVaultIds' | 'InsufficientFunds' | 'InsufficientVaultFunds' | 'AccountBelowMinimumBalance' | 'VaultClosed' | 'InvalidVaultAmount' | 'VaultReductionBelowSecuritization' | 'InvalidSecuritization' | 'ReusedVaultBitcoinXpub' | 'InvalidBitcoinScript' | 'InvalidXpubkey' | 'WrongXpubNetwork' | 'UnsafeXpubkey' | 'UnableToDeriveVaultXpubChild' | 'BitcoinConversionFailed' | 'NoPermissions' | 'HoldUnexpectedlyModified' | 'UnrecoverableHold' | 'VaultNotFound' | 'VaultNotYetActive' | 'NoVaultBitcoinPubkeysAvailable' | 'TermsModificationOverflow' | 'TermsChangeAlreadyScheduled' | 'InternalError' | 'UnableToGenerateVaultBitcoinPubkey' | 'FundingChangeAlreadyScheduled' | 'PendingCosignsBeforeCollect' | 'AccountAlreadyHasVault';
10929
10936
  }
10930
- /** @name PalletBitcoinLocksLockedBitcoin (389) */
10937
+ /** @name PalletBitcoinLocksLockedBitcoin (392) */
10931
10938
  interface PalletBitcoinLocksLockedBitcoin extends Struct {
10932
10939
  readonly vaultId: Compact<u32>;
10933
10940
  readonly liquidityPromised: u128;
@@ -10947,7 +10954,7 @@ declare module '@polkadot/types/lookup' {
10947
10954
  readonly isRejectedNeedsRelease: bool;
10948
10955
  readonly fundHoldExtensions: BTreeMap<u64, u128>;
10949
10956
  }
10950
- /** @name PalletBitcoinLocksLockReleaseRequest (391) */
10957
+ /** @name PalletBitcoinLocksLockReleaseRequest (394) */
10951
10958
  interface PalletBitcoinLocksLockReleaseRequest extends Struct {
10952
10959
  readonly utxoId: Compact<u64>;
10953
10960
  readonly vaultId: Compact<u32>;
@@ -10956,7 +10963,7 @@ declare module '@polkadot/types/lookup' {
10956
10963
  readonly toScriptPubkey: Bytes;
10957
10964
  readonly redemptionPrice: Compact<u128>;
10958
10965
  }
10959
- /** @name PalletBitcoinLocksError (394) */
10966
+ /** @name PalletBitcoinLocksError (397) */
10960
10967
  interface PalletBitcoinLocksError extends Enum {
10961
10968
  readonly isInsufficientFunds: boolean;
10962
10969
  readonly isInsufficientVaultFunds: boolean;
@@ -10991,7 +10998,7 @@ declare module '@polkadot/types/lookup' {
10991
10998
  readonly isOverflowError: boolean;
10992
10999
  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' | 'UnverifiedLock' | 'OverflowError';
10993
11000
  }
10994
- /** @name ArgonPrimitivesVaultVaultError (395) */
11001
+ /** @name ArgonPrimitivesVaultVaultError (398) */
10995
11002
  interface ArgonPrimitivesVaultVaultError extends Enum {
10996
11003
  readonly isVaultClosed: boolean;
10997
11004
  readonly isAccountWouldBeBelowMinimum: boolean;
@@ -11007,7 +11014,7 @@ declare module '@polkadot/types/lookup' {
11007
11014
  readonly isVaultNotYetActive: boolean;
11008
11015
  readonly type: 'VaultClosed' | 'AccountWouldBeBelowMinimum' | 'InsufficientFunds' | 'InsufficientVaultFunds' | 'HoldUnexpectedlyModified' | 'UnrecoverableHold' | 'VaultNotFound' | 'NoVaultBitcoinPubkeysAvailable' | 'UnableToGenerateVaultBitcoinPubkey' | 'InvalidBitcoinScript' | 'InternalError' | 'VaultNotYetActive';
11009
11016
  }
11010
- /** @name PalletNotariesError (407) */
11017
+ /** @name PalletNotariesError (410) */
11011
11018
  interface PalletNotariesError extends Enum {
11012
11019
  readonly isProposalNotFound: boolean;
11013
11020
  readonly isMaxNotariesExceeded: boolean;
@@ -11020,7 +11027,7 @@ declare module '@polkadot/types/lookup' {
11020
11027
  readonly isInvalidNotary: boolean;
11021
11028
  readonly type: 'ProposalNotFound' | 'MaxNotariesExceeded' | 'MaxProposalsPerBlockExceeded' | 'NotAnActiveNotary' | 'InvalidNotaryOperator' | 'NoMoreNotaryIds' | 'EffectiveTickTooSoon' | 'TooManyKeys' | 'InvalidNotary';
11022
11029
  }
11023
- /** @name ArgonPrimitivesNotaryNotaryNotebookKeyDetails (411) */
11030
+ /** @name ArgonPrimitivesNotaryNotaryNotebookKeyDetails (414) */
11024
11031
  interface ArgonPrimitivesNotaryNotaryNotebookKeyDetails extends Struct {
11025
11032
  readonly notebookNumber: Compact<u32>;
11026
11033
  readonly tick: Compact<u64>;
@@ -11028,7 +11035,7 @@ declare module '@polkadot/types/lookup' {
11028
11035
  readonly secretHash: H256;
11029
11036
  readonly parentSecret: Option<H256>;
11030
11037
  }
11031
- /** @name PalletNotebookError (414) */
11038
+ /** @name PalletNotebookError (417) */
11032
11039
  interface PalletNotebookError extends Enum {
11033
11040
  readonly isDuplicateNotebookNumber: boolean;
11034
11041
  readonly isMissingNotebookNumber: boolean;
@@ -11047,17 +11054,17 @@ declare module '@polkadot/types/lookup' {
11047
11054
  readonly isInvalidNotebookSubmissionTick: boolean;
11048
11055
  readonly type: 'DuplicateNotebookNumber' | 'MissingNotebookNumber' | 'NotebookTickAlreadyUsed' | 'InvalidNotebookSignature' | 'InvalidSecretProvided' | 'CouldNotDecodeNotebook' | 'DuplicateNotebookDigest' | 'MissingNotebookDigest' | 'InvalidNotebookDigest' | 'MultipleNotebookInherentsProvided' | 'InternalError' | 'NotebookSubmittedForLockedNotary' | 'InvalidReprocessNotebook' | 'InvalidNotaryOperator' | 'InvalidNotebookSubmissionTick';
11049
11056
  }
11050
- /** @name PalletChainTransferQueuedTransferOut (415) */
11057
+ /** @name PalletChainTransferQueuedTransferOut (418) */
11051
11058
  interface PalletChainTransferQueuedTransferOut extends Struct {
11052
11059
  readonly accountId: AccountId32;
11053
11060
  readonly amount: u128;
11054
11061
  readonly expirationTick: u64;
11055
11062
  readonly notaryId: u32;
11056
11063
  }
11057
- /** @name FrameSupportPalletId (421) */
11064
+ /** @name FrameSupportPalletId (424) */
11058
11065
  interface FrameSupportPalletId extends U8aFixed {
11059
11066
  }
11060
- /** @name PalletChainTransferError (422) */
11067
+ /** @name PalletChainTransferError (425) */
11061
11068
  interface PalletChainTransferError extends Enum {
11062
11069
  readonly isMaxBlockTransfersExceeded: boolean;
11063
11070
  readonly isInsufficientFunds: boolean;
@@ -11067,7 +11074,7 @@ declare module '@polkadot/types/lookup' {
11067
11074
  readonly isInvalidNotaryUsedForTransfer: boolean;
11068
11075
  readonly type: 'MaxBlockTransfersExceeded' | 'InsufficientFunds' | 'InsufficientNotarizedFunds' | 'InvalidOrDuplicatedLocalchainTransfer' | 'NotebookIncludesExpiredLocalchainTransfer' | 'InvalidNotaryUsedForTransfer';
11069
11076
  }
11070
- /** @name ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails (426) */
11077
+ /** @name ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails (429) */
11071
11078
  interface ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails extends Struct {
11072
11079
  readonly notaryId: Compact<u32>;
11073
11080
  readonly notebookNumber: Compact<u32>;
@@ -11075,12 +11082,12 @@ declare module '@polkadot/types/lookup' {
11075
11082
  readonly blockVotesCount: Compact<u32>;
11076
11083
  readonly blockVotingPower: Compact<u128>;
11077
11084
  }
11078
- /** @name PalletBlockSealSpecError (431) */
11085
+ /** @name PalletBlockSealSpecError (434) */
11079
11086
  interface PalletBlockSealSpecError extends Enum {
11080
11087
  readonly isMaxNotebooksAtTickExceeded: boolean;
11081
11088
  readonly type: 'MaxNotebooksAtTickExceeded';
11082
11089
  }
11083
- /** @name PalletDomainsError (433) */
11090
+ /** @name PalletDomainsError (436) */
11084
11091
  interface PalletDomainsError extends Enum {
11085
11092
  readonly isDomainNotRegistered: boolean;
11086
11093
  readonly isNotDomainOwner: boolean;
@@ -11089,7 +11096,7 @@ declare module '@polkadot/types/lookup' {
11089
11096
  readonly isAccountDecodingError: boolean;
11090
11097
  readonly type: 'DomainNotRegistered' | 'NotDomainOwner' | 'FailedToAddToAddressHistory' | 'FailedToAddExpiringDomain' | 'AccountDecodingError';
11091
11098
  }
11092
- /** @name PalletPriceIndexError (434) */
11099
+ /** @name PalletPriceIndexError (437) */
11093
11100
  interface PalletPriceIndexError extends Enum {
11094
11101
  readonly isNotAuthorizedOperator: boolean;
11095
11102
  readonly isMissingValue: boolean;
@@ -11097,7 +11104,7 @@ declare module '@polkadot/types/lookup' {
11097
11104
  readonly isMaxPriceChangePerTickExceeded: boolean;
11098
11105
  readonly type: 'NotAuthorizedOperator' | 'MissingValue' | 'PricesTooOld' | 'MaxPriceChangePerTickExceeded';
11099
11106
  }
11100
- /** @name PalletGrandpaStoredState (435) */
11107
+ /** @name PalletGrandpaStoredState (438) */
11101
11108
  interface PalletGrandpaStoredState extends Enum {
11102
11109
  readonly isLive: boolean;
11103
11110
  readonly isPendingPause: boolean;
@@ -11113,14 +11120,14 @@ declare module '@polkadot/types/lookup' {
11113
11120
  } & Struct;
11114
11121
  readonly type: 'Live' | 'PendingPause' | 'Paused' | 'PendingResume';
11115
11122
  }
11116
- /** @name PalletGrandpaStoredPendingChange (436) */
11123
+ /** @name PalletGrandpaStoredPendingChange (439) */
11117
11124
  interface PalletGrandpaStoredPendingChange extends Struct {
11118
11125
  readonly scheduledAt: u32;
11119
11126
  readonly delay: u32;
11120
11127
  readonly nextAuthorities: Vec<ITuple<[SpConsensusGrandpaAppPublic, u64]>>;
11121
11128
  readonly forced: Option<u32>;
11122
11129
  }
11123
- /** @name PalletGrandpaError (438) */
11130
+ /** @name PalletGrandpaError (441) */
11124
11131
  interface PalletGrandpaError extends Enum {
11125
11132
  readonly isPauseFailed: boolean;
11126
11133
  readonly isResumeFailed: boolean;
@@ -11131,13 +11138,13 @@ declare module '@polkadot/types/lookup' {
11131
11138
  readonly isDuplicateOffenceReport: boolean;
11132
11139
  readonly type: 'PauseFailed' | 'ResumeFailed' | 'ChangePending' | 'TooSoon' | 'InvalidKeyOwnershipProof' | 'InvalidEquivocationProof' | 'DuplicateOffenceReport';
11133
11140
  }
11134
- /** @name ArgonPrimitivesProvidersBlockSealerInfo (439) */
11141
+ /** @name ArgonPrimitivesProvidersBlockSealerInfo (442) */
11135
11142
  interface ArgonPrimitivesProvidersBlockSealerInfo extends Struct {
11136
11143
  readonly blockAuthorAccountId: AccountId32;
11137
11144
  readonly blockVoteRewardsAccount: Option<AccountId32>;
11138
11145
  readonly blockSealAuthority: Option<ArgonPrimitivesBlockSealAppPublic>;
11139
11146
  }
11140
- /** @name PalletBlockSealError (442) */
11147
+ /** @name PalletBlockSealError (444) */
11141
11148
  interface PalletBlockSealError extends Enum {
11142
11149
  readonly isInvalidVoteSealStrength: boolean;
11143
11150
  readonly isInvalidSubmitter: boolean;
@@ -11162,43 +11169,43 @@ declare module '@polkadot/types/lookup' {
11162
11169
  readonly isDuplicateVoteBlockAtTick: boolean;
11163
11170
  readonly type: 'InvalidVoteSealStrength' | 'InvalidSubmitter' | 'UnableToDecodeVoteAccount' | 'UnregisteredBlockAuthor' | 'InvalidBlockVoteProof' | 'NoGrandparentVoteMinimum' | 'DuplicateBlockSealProvided' | 'InsufficientVotingPower' | 'ParentVotingKeyNotFound' | 'InvalidVoteGrandparentHash' | 'IneligibleNotebookUsed' | 'NoEligibleVotingRoot' | 'CouldNotDecodeVote' | 'MaxNotebooksAtTickExceeded' | 'NoClosestMinerFoundForVote' | 'BlockVoteInvalidSignature' | 'InvalidForkPowerParent' | 'BlockSealDecodeError' | 'InvalidComputeBlockTick' | 'InvalidMinerNonceScore' | 'DuplicateVoteBlockAtTick';
11164
11171
  }
11165
- /** @name PalletBlockRewardsError (446) */
11172
+ /** @name PalletBlockRewardsError (448) */
11166
11173
  type PalletBlockRewardsError = Null;
11167
- /** @name PalletMintMintAction (452) */
11174
+ /** @name PalletMintMintAction (454) */
11168
11175
  interface PalletMintMintAction extends Struct {
11169
11176
  readonly argonBurned: u128;
11170
11177
  readonly argonMinted: u128;
11171
11178
  readonly bitcoinMinted: u128;
11172
11179
  }
11173
- /** @name PalletMintError (453) */
11180
+ /** @name PalletMintError (455) */
11174
11181
  interface PalletMintError extends Enum {
11175
11182
  readonly isTooManyPendingMints: boolean;
11176
11183
  readonly type: 'TooManyPendingMints';
11177
11184
  }
11178
- /** @name PalletBalancesBalanceLock (455) */
11185
+ /** @name PalletBalancesBalanceLock (457) */
11179
11186
  interface PalletBalancesBalanceLock extends Struct {
11180
11187
  readonly id: U8aFixed;
11181
11188
  readonly amount: u128;
11182
11189
  readonly reasons: PalletBalancesReasons;
11183
11190
  }
11184
- /** @name PalletBalancesReasons (456) */
11191
+ /** @name PalletBalancesReasons (458) */
11185
11192
  interface PalletBalancesReasons extends Enum {
11186
11193
  readonly isFee: boolean;
11187
11194
  readonly isMisc: boolean;
11188
11195
  readonly isAll: boolean;
11189
11196
  readonly type: 'Fee' | 'Misc' | 'All';
11190
11197
  }
11191
- /** @name PalletBalancesReserveData (459) */
11198
+ /** @name PalletBalancesReserveData (461) */
11192
11199
  interface PalletBalancesReserveData extends Struct {
11193
11200
  readonly id: U8aFixed;
11194
11201
  readonly amount: u128;
11195
11202
  }
11196
- /** @name FrameSupportTokensMiscIdAmountRuntimeHoldReason (462) */
11203
+ /** @name FrameSupportTokensMiscIdAmountRuntimeHoldReason (464) */
11197
11204
  interface FrameSupportTokensMiscIdAmountRuntimeHoldReason extends Struct {
11198
11205
  readonly id: ArgonRuntimeRuntimeHoldReason;
11199
11206
  readonly amount: u128;
11200
11207
  }
11201
- /** @name ArgonRuntimeRuntimeHoldReason (463) */
11208
+ /** @name ArgonRuntimeRuntimeHoldReason (465) */
11202
11209
  interface ArgonRuntimeRuntimeHoldReason extends Enum {
11203
11210
  readonly isMiningSlot: boolean;
11204
11211
  readonly asMiningSlot: PalletMiningSlotHoldReason;
@@ -11212,50 +11219,50 @@ declare module '@polkadot/types/lookup' {
11212
11219
  readonly asTreasury: PalletTreasuryHoldReason;
11213
11220
  readonly type: 'MiningSlot' | 'Vaults' | 'BitcoinLocks' | 'BlockRewards' | 'Treasury';
11214
11221
  }
11215
- /** @name PalletMiningSlotHoldReason (464) */
11222
+ /** @name PalletMiningSlotHoldReason (466) */
11216
11223
  interface PalletMiningSlotHoldReason extends Enum {
11217
11224
  readonly isRegisterAsMiner: boolean;
11218
11225
  readonly type: 'RegisterAsMiner';
11219
11226
  }
11220
- /** @name PalletVaultsHoldReason (465) */
11227
+ /** @name PalletVaultsHoldReason (467) */
11221
11228
  interface PalletVaultsHoldReason extends Enum {
11222
11229
  readonly isEnterVault: boolean;
11223
11230
  readonly isObligationFee: boolean;
11224
11231
  readonly isPendingCollect: boolean;
11225
11232
  readonly type: 'EnterVault' | 'ObligationFee' | 'PendingCollect';
11226
11233
  }
11227
- /** @name PalletBitcoinLocksHoldReason (466) */
11234
+ /** @name PalletBitcoinLocksHoldReason (468) */
11228
11235
  interface PalletBitcoinLocksHoldReason extends Enum {
11229
11236
  readonly isReleaseBitcoinLock: boolean;
11230
11237
  readonly type: 'ReleaseBitcoinLock';
11231
11238
  }
11232
- /** @name PalletBlockRewardsHoldReason (467) */
11239
+ /** @name PalletBlockRewardsHoldReason (469) */
11233
11240
  interface PalletBlockRewardsHoldReason extends Enum {
11234
11241
  readonly isMaturationPeriod: boolean;
11235
11242
  readonly type: 'MaturationPeriod';
11236
11243
  }
11237
- /** @name PalletTreasuryHoldReason (468) */
11244
+ /** @name PalletTreasuryHoldReason (470) */
11238
11245
  interface PalletTreasuryHoldReason extends Enum {
11239
11246
  readonly isContributedToTreasury: boolean;
11240
11247
  readonly type: 'ContributedToTreasury';
11241
11248
  }
11242
- /** @name FrameSupportTokensMiscIdAmountRuntimeFreezeReason (471) */
11249
+ /** @name FrameSupportTokensMiscIdAmountRuntimeFreezeReason (473) */
11243
11250
  interface FrameSupportTokensMiscIdAmountRuntimeFreezeReason extends Struct {
11244
11251
  readonly id: ArgonRuntimeRuntimeFreezeReason;
11245
11252
  readonly amount: u128;
11246
11253
  }
11247
- /** @name ArgonRuntimeRuntimeFreezeReason (472) */
11254
+ /** @name ArgonRuntimeRuntimeFreezeReason (474) */
11248
11255
  interface ArgonRuntimeRuntimeFreezeReason extends Enum {
11249
11256
  readonly isBlockRewards: boolean;
11250
11257
  readonly asBlockRewards: PalletBlockRewardsFreezeReason;
11251
11258
  readonly type: 'BlockRewards';
11252
11259
  }
11253
- /** @name PalletBlockRewardsFreezeReason (473) */
11260
+ /** @name PalletBlockRewardsFreezeReason (475) */
11254
11261
  interface PalletBlockRewardsFreezeReason extends Enum {
11255
11262
  readonly isMaturationPeriod: boolean;
11256
11263
  readonly type: 'MaturationPeriod';
11257
11264
  }
11258
- /** @name PalletBalancesError (475) */
11265
+ /** @name PalletBalancesError (477) */
11259
11266
  interface PalletBalancesError extends Enum {
11260
11267
  readonly isVestingBalance: boolean;
11261
11268
  readonly isLiquidityRestrictions: boolean;
@@ -11271,7 +11278,7 @@ declare module '@polkadot/types/lookup' {
11271
11278
  readonly isDeltaZero: boolean;
11272
11279
  readonly type: 'VestingBalance' | 'LiquidityRestrictions' | 'InsufficientBalance' | 'ExistentialDeposit' | 'Expendability' | 'ExistingVestingSchedule' | 'DeadAccount' | 'TooManyReserves' | 'TooManyHolds' | 'TooManyFreezes' | 'IssuanceDeactivated' | 'DeltaZero';
11273
11280
  }
11274
- /** @name PalletTxPauseError (477) */
11281
+ /** @name PalletTxPauseError (479) */
11275
11282
  interface PalletTxPauseError extends Enum {
11276
11283
  readonly isIsPaused: boolean;
11277
11284
  readonly isIsUnpaused: boolean;
@@ -11279,23 +11286,23 @@ declare module '@polkadot/types/lookup' {
11279
11286
  readonly isNotFound: boolean;
11280
11287
  readonly type: 'IsPaused' | 'IsUnpaused' | 'Unpausable' | 'NotFound';
11281
11288
  }
11282
- /** @name PalletTransactionPaymentReleases (478) */
11289
+ /** @name PalletTransactionPaymentReleases (480) */
11283
11290
  interface PalletTransactionPaymentReleases extends Enum {
11284
11291
  readonly isV1Ancient: boolean;
11285
11292
  readonly isV2: boolean;
11286
11293
  readonly type: 'V1Ancient' | 'V2';
11287
11294
  }
11288
- /** @name PalletUtilityError (479) */
11295
+ /** @name PalletUtilityError (481) */
11289
11296
  interface PalletUtilityError extends Enum {
11290
11297
  readonly isTooManyCalls: boolean;
11291
11298
  readonly type: 'TooManyCalls';
11292
11299
  }
11293
- /** @name PalletSudoError (480) */
11300
+ /** @name PalletSudoError (482) */
11294
11301
  interface PalletSudoError extends Enum {
11295
11302
  readonly isRequireSudo: boolean;
11296
11303
  readonly type: 'RequireSudo';
11297
11304
  }
11298
- /** @name PalletIsmpError (481) */
11305
+ /** @name PalletIsmpError (483) */
11299
11306
  interface PalletIsmpError extends Enum {
11300
11307
  readonly isInvalidMessage: boolean;
11301
11308
  readonly isMessageNotFound: boolean;
@@ -11305,9 +11312,9 @@ declare module '@polkadot/types/lookup' {
11305
11312
  readonly isErrorChargingFee: boolean;
11306
11313
  readonly type: 'InvalidMessage' | 'MessageNotFound' | 'ConsensusClientCreationFailed' | 'UnbondingPeriodUpdateFailed' | 'ChallengePeriodUpdateFailed' | 'ErrorChargingFee';
11307
11314
  }
11308
- /** @name PalletHyperbridgeError (482) */
11315
+ /** @name PalletHyperbridgeError (484) */
11309
11316
  type PalletHyperbridgeError = Null;
11310
- /** @name PalletTokenGatewayError (484) */
11317
+ /** @name PalletTokenGatewayError (486) */
11311
11318
  interface PalletTokenGatewayError extends Enum {
11312
11319
  readonly isUnregisteredAsset: boolean;
11313
11320
  readonly isAssetTeleportError: boolean;
@@ -11320,7 +11327,7 @@ declare module '@polkadot/types/lookup' {
11320
11327
  readonly isNotAssetOwner: boolean;
11321
11328
  readonly type: 'UnregisteredAsset' | 'AssetTeleportError' | 'CoprocessorNotConfigured' | 'DispatchError' | 'AssetCreationError' | 'AssetDecimalsNotFound' | 'NotInitialized' | 'UnknownAsset' | 'NotAssetOwner';
11322
11329
  }
11323
- /** @name PalletTreasuryTreasuryPool (486) */
11330
+ /** @name PalletTreasuryTreasuryPool (488) */
11324
11331
  interface PalletTreasuryTreasuryPool extends Struct {
11325
11332
  readonly bondHolders: Vec<ITuple<[AccountId32, PalletTreasuryBondHolder]>>;
11326
11333
  readonly doNotRenew: Vec<AccountId32>;
@@ -11328,19 +11335,19 @@ declare module '@polkadot/types/lookup' {
11328
11335
  readonly distributedEarnings: Option<u128>;
11329
11336
  readonly vaultSharingPercent: Compact<Permill>;
11330
11337
  }
11331
- /** @name PalletTreasuryBondHolder (489) */
11338
+ /** @name PalletTreasuryBondHolder (491) */
11332
11339
  interface PalletTreasuryBondHolder extends Struct {
11333
11340
  readonly startingBalance: Compact<u128>;
11334
11341
  readonly earnings: Compact<u128>;
11335
11342
  readonly keepEarningsInPool: bool;
11336
11343
  }
11337
- /** @name PalletTreasuryTreasuryCapital (496) */
11344
+ /** @name PalletTreasuryTreasuryCapital (498) */
11338
11345
  interface PalletTreasuryTreasuryCapital extends Struct {
11339
11346
  readonly vaultId: Compact<u32>;
11340
11347
  readonly activatedCapital: Compact<u128>;
11341
11348
  readonly frameId: Compact<u64>;
11342
11349
  }
11343
- /** @name PalletTreasuryPrebondedArgons (498) */
11350
+ /** @name PalletTreasuryPrebondedArgons (500) */
11344
11351
  interface PalletTreasuryPrebondedArgons extends Struct {
11345
11352
  readonly vaultId: Compact<u32>;
11346
11353
  readonly accountId: AccountId32;
@@ -11349,7 +11356,7 @@ declare module '@polkadot/types/lookup' {
11349
11356
  readonly bondedByStartOffset: Vec<u128>;
11350
11357
  readonly maxAmountPerFrame: Compact<u128>;
11351
11358
  }
11352
- /** @name PalletTreasuryError (499) */
11359
+ /** @name PalletTreasuryError (501) */
11353
11360
  interface PalletTreasuryError extends Enum {
11354
11361
  readonly isContributionTooLow: boolean;
11355
11362
  readonly isVaultNotAcceptingMiningBonds: boolean;
@@ -11365,37 +11372,39 @@ declare module '@polkadot/types/lookup' {
11365
11372
  readonly isMaxAmountBelowMinimum: boolean;
11366
11373
  readonly type: 'ContributionTooLow' | 'VaultNotAcceptingMiningBonds' | 'BelowMinimum' | 'NotAFundContributor' | 'InternalError' | 'CouldNotFindTreasury' | 'MaxContributorsExceeded' | 'ActivatedSecuritizationExceeded' | 'MaxVaultsExceeded' | 'AlreadyRenewed' | 'NotAVaultOperator' | 'MaxAmountBelowMinimum';
11367
11374
  }
11368
- /** @name FrameSystemExtensionsAuthorizeCall (502) */
11375
+ /** @name FrameSystemExtensionsAuthorizeCall (504) */
11369
11376
  type FrameSystemExtensionsAuthorizeCall = Null;
11370
- /** @name FrameSystemExtensionsCheckNonZeroSender (503) */
11377
+ /** @name FrameSystemExtensionsCheckNonZeroSender (505) */
11371
11378
  type FrameSystemExtensionsCheckNonZeroSender = Null;
11372
- /** @name FrameSystemExtensionsCheckSpecVersion (504) */
11379
+ /** @name FrameSystemExtensionsCheckSpecVersion (506) */
11373
11380
  type FrameSystemExtensionsCheckSpecVersion = Null;
11374
- /** @name FrameSystemExtensionsCheckTxVersion (505) */
11381
+ /** @name FrameSystemExtensionsCheckTxVersion (507) */
11375
11382
  type FrameSystemExtensionsCheckTxVersion = Null;
11376
- /** @name FrameSystemExtensionsCheckGenesis (506) */
11383
+ /** @name FrameSystemExtensionsCheckGenesis (508) */
11377
11384
  type FrameSystemExtensionsCheckGenesis = Null;
11378
- /** @name FrameSystemExtensionsCheckNonce (509) */
11385
+ /** @name FrameSystemExtensionsCheckNonce (511) */
11379
11386
  interface FrameSystemExtensionsCheckNonce extends Compact<u32> {
11380
11387
  }
11381
- /** @name FrameSystemExtensionsCheckWeight (510) */
11388
+ /** @name FrameSystemExtensionsCheckWeight (512) */
11382
11389
  type FrameSystemExtensionsCheckWeight = Null;
11383
- /** @name PalletTransactionPaymentChargeTransactionPayment (511) */
11390
+ /** @name PalletTransactionPaymentChargeTransactionPayment (513) */
11384
11391
  interface PalletTransactionPaymentChargeTransactionPayment extends Compact<u128> {
11385
11392
  }
11386
- /** @name FrameMetadataHashExtensionCheckMetadataHash (512) */
11393
+ /** @name FrameMetadataHashExtensionCheckMetadataHash (514) */
11387
11394
  interface FrameMetadataHashExtensionCheckMetadataHash extends Struct {
11388
11395
  readonly mode: FrameMetadataHashExtensionMode;
11389
11396
  }
11390
- /** @name FrameMetadataHashExtensionMode (513) */
11397
+ /** @name FrameMetadataHashExtensionMode (515) */
11391
11398
  interface FrameMetadataHashExtensionMode extends Enum {
11392
11399
  readonly isDisabled: boolean;
11393
11400
  readonly isEnabled: boolean;
11394
11401
  readonly type: 'Disabled' | 'Enabled';
11395
11402
  }
11396
- /** @name FrameSystemExtensionsWeightReclaim (514) */
11403
+ /** @name FrameSystemExtensionsWeightReclaim (516) */
11397
11404
  type FrameSystemExtensionsWeightReclaim = Null;
11398
- /** @name ArgonRuntimeRuntime (516) */
11405
+ /** @name ArgonRuntimeProxyFeeRefund (517) */
11406
+ type ArgonRuntimeProxyFeeRefund = Null;
11407
+ /** @name ArgonRuntimeRuntime (519) */
11399
11408
  type ArgonRuntimeRuntime = Null;
11400
11409
  }
11401
11410
 
@@ -11809,5 +11818,6 @@ declare function waitForLoad(): Promise<void>;
11809
11818
  * @returns The client
11810
11819
  */
11811
11820
  declare function getClient(host: string, options?: ApiOptions): Promise<ArgonClient>;
11821
+ declare function getOfflineRegistry(): TypeRegistry;
11812
11822
 
11813
- export { type ArgonClient, BitcoinLock, ExtrinsicError, FIXED_U128_DECIMALS, type IBitcoinLock, type IBitcoinLockConfig, type IReleaseRequest, type IReleaseRequestDetails, type ISubmittableOptions, type ITerms, type ITxProgressCallback, MICROGONS_PER_ARGON, PERMILL_DECIMALS, PriceIndex, SATS_PER_BTC, TxResult, TxSubmitter, Vault, WageProtector, checkForExtrinsicSuccess, createKeyringPair, dispatchErrorToExtrinsicError, dispatchErrorToString, formatArgons, fromFixedNumber, getAuthorFromHeader, getClient, getTickFromHeader, gettersToObject, keyringFromSuri, toFixedNumber, waitForLoad };
11823
+ export { type ArgonClient, BitcoinLock, ExtrinsicError, FIXED_U128_DECIMALS, type IBitcoinLock, type IBitcoinLockConfig, type IReleaseRequest, type IReleaseRequestDetails, type ISubmittableOptions, type ITerms, type ITxProgressCallback, MICROGONS_PER_ARGON, PERMILL_DECIMALS, PriceIndex, SATS_PER_BTC, TxResult, TxSubmitter, Vault, WageProtector, checkForExtrinsicSuccess, createKeyringPair, dispatchErrorToExtrinsicError, dispatchErrorToString, formatArgons, fromFixedNumber, getAuthorFromHeader, getClient, getOfflineRegistry, getTickFromHeader, gettersToObject, keyringFromSuri, toFixedNumber, waitForLoad };