@argonprotocol/mainchain 1.3.19 → 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.
package/lib/index.d.ts CHANGED
@@ -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]>>, [
@@ -4063,6 +4069,10 @@ declare module '@polkadot/api-base/types/storage' {
4063
4069
  * Stores the active price index
4064
4070
  **/
4065
4071
  current: AugmentedQuery<ApiType, () => Observable<Option<PalletPriceIndexPriceIndex>>, []>;
4072
+ /**
4073
+ * Stores the last valid price index
4074
+ **/
4075
+ lastValid: AugmentedQuery<ApiType, () => Observable<Option<PalletPriceIndexPriceIndex>>, []>;
4066
4076
  /**
4067
4077
  * The price index operator account
4068
4078
  **/
@@ -5327,7 +5337,7 @@ declare module '@polkadot/api-base/types/submittable' {
5327
5337
  Address32: any;
5328
5338
  } | {
5329
5339
  Address20: any;
5330
- } | 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>, [
5331
5341
  MultiAddress,
5332
5342
  ArgonRuntimeProxyType,
5333
5343
  u32
@@ -5383,7 +5393,7 @@ declare module '@polkadot/api-base/types/submittable' {
5383
5393
  *
5384
5394
  * Fails if there are insufficient funds to pay for deposit.
5385
5395
  **/
5386
- 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>, [
5387
5397
  ArgonRuntimeProxyType,
5388
5398
  u32,
5389
5399
  u16
@@ -5416,7 +5426,7 @@ declare module '@polkadot/api-base/types/submittable' {
5416
5426
  Address32: any;
5417
5427
  } | {
5418
5428
  Address20: any;
5419
- } | 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>, [
5420
5430
  MultiAddress,
5421
5431
  ArgonRuntimeProxyType,
5422
5432
  u16,
@@ -5455,7 +5465,7 @@ declare module '@polkadot/api-base/types/submittable' {
5455
5465
  Address32: any;
5456
5466
  } | {
5457
5467
  Address20: any;
5458
- } | 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>, [
5459
5469
  MultiAddress,
5460
5470
  Option<ArgonRuntimeProxyType>,
5461
5471
  Call
@@ -5493,7 +5503,7 @@ declare module '@polkadot/api-base/types/submittable' {
5493
5503
  Address32: any;
5494
5504
  } | {
5495
5505
  Address20: any;
5496
- } | 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>, [
5497
5507
  MultiAddress,
5498
5508
  MultiAddress,
5499
5509
  Option<ArgonRuntimeProxyType>,
@@ -5579,7 +5589,7 @@ declare module '@polkadot/api-base/types/submittable' {
5579
5589
  Address32: any;
5580
5590
  } | {
5581
5591
  Address20: any;
5582
- } | 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>, [
5583
5593
  MultiAddress,
5584
5594
  ArgonRuntimeProxyType,
5585
5595
  u32
@@ -8537,9 +8547,10 @@ declare module '@polkadot/types/lookup' {
8537
8547
  readonly isNonTransfer: boolean;
8538
8548
  readonly isPriceIndex: boolean;
8539
8549
  readonly isMiningBid: boolean;
8540
- readonly isBitcoinCosign: boolean;
8550
+ readonly isMiningBidRealPaysFee: boolean;
8551
+ readonly isBitcoin: boolean;
8541
8552
  readonly isVaultAdmin: boolean;
8542
- readonly type: 'Any' | 'NonTransfer' | 'PriceIndex' | 'MiningBid' | 'BitcoinCosign' | 'VaultAdmin';
8553
+ readonly type: 'Any' | 'NonTransfer' | 'PriceIndex' | 'MiningBid' | 'MiningBidRealPaysFee' | 'Bitcoin' | 'VaultAdmin';
8543
8554
  }
8544
8555
  /** @name PalletProxyDepositKind (40) */
8545
8556
  interface PalletProxyDepositKind extends Enum {
@@ -10792,7 +10803,7 @@ declare module '@polkadot/types/lookup' {
10792
10803
  readonly ticksBetweenSlots: Compact<u64>;
10793
10804
  readonly slotBiddingStartAfterTicks: Compact<u64>;
10794
10805
  }
10795
- /** @name PalletMiningSlotError (357) */
10806
+ /** @name PalletMiningSlotError (360) */
10796
10807
  interface PalletMiningSlotError extends Enum {
10797
10808
  readonly isSlotNotTakingBids: boolean;
10798
10809
  readonly isTooManyBlockRegistrants: boolean;
@@ -10805,7 +10816,7 @@ declare module '@polkadot/types/lookup' {
10805
10816
  readonly isUnrecoverableHold: boolean;
10806
10817
  readonly type: 'SlotNotTakingBids' | 'TooManyBlockRegistrants' | 'InsufficientOwnershipTokens' | 'BidTooLow' | 'CannotRegisterOverlappingSessions' | 'InsufficientFunds' | 'BidCannotBeReduced' | 'InvalidBidAmount' | 'UnrecoverableHold';
10807
10818
  }
10808
- /** @name ArgonPrimitivesBitcoinUtxoValue (358) */
10819
+ /** @name ArgonPrimitivesBitcoinUtxoValue (361) */
10809
10820
  interface ArgonPrimitivesBitcoinUtxoValue extends Struct {
10810
10821
  readonly utxoId: u64;
10811
10822
  readonly scriptPubkey: ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey;
@@ -10813,7 +10824,7 @@ declare module '@polkadot/types/lookup' {
10813
10824
  readonly submittedAtHeight: Compact<u64>;
10814
10825
  readonly watchForSpentUntilHeight: Compact<u64>;
10815
10826
  }
10816
- /** @name ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey (359) */
10827
+ /** @name ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey (362) */
10817
10828
  interface ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey extends Enum {
10818
10829
  readonly isP2wsh: boolean;
10819
10830
  readonly asP2wsh: {
@@ -10821,7 +10832,7 @@ declare module '@polkadot/types/lookup' {
10821
10832
  } & Struct;
10822
10833
  readonly type: 'P2wsh';
10823
10834
  }
10824
- /** @name ArgonPrimitivesBitcoinBitcoinNetwork (364) */
10835
+ /** @name ArgonPrimitivesBitcoinBitcoinNetwork (367) */
10825
10836
  interface ArgonPrimitivesBitcoinBitcoinNetwork extends Enum {
10826
10837
  readonly isBitcoin: boolean;
10827
10838
  readonly isTestnet: boolean;
@@ -10829,7 +10840,7 @@ declare module '@polkadot/types/lookup' {
10829
10840
  readonly isRegtest: boolean;
10830
10841
  readonly type: 'Bitcoin' | 'Testnet' | 'Signet' | 'Regtest';
10831
10842
  }
10832
- /** @name PalletBitcoinUtxosError (367) */
10843
+ /** @name PalletBitcoinUtxosError (370) */
10833
10844
  interface PalletBitcoinUtxosError extends Enum {
10834
10845
  readonly isNoPermissions: boolean;
10835
10846
  readonly isNoBitcoinConfirmedBlock: boolean;
@@ -10845,7 +10856,7 @@ declare module '@polkadot/types/lookup' {
10845
10856
  readonly isDuplicateUtxoId: boolean;
10846
10857
  readonly type: 'NoPermissions' | 'NoBitcoinConfirmedBlock' | 'InsufficientBitcoinAmount' | 'NoBitcoinPricesAvailable' | 'ScriptPubkeyConflict' | 'UtxoNotLocked' | 'RedemptionsUnavailable' | 'InvalidBitcoinSyncHeight' | 'BitcoinHeightNotConfirmed' | 'MaxUtxosExceeded' | 'InvalidBitcoinScript' | 'DuplicateUtxoId';
10847
10858
  }
10848
- /** @name ArgonPrimitivesVault (368) */
10859
+ /** @name ArgonPrimitivesVault (371) */
10849
10860
  interface ArgonPrimitivesVault extends Struct {
10850
10861
  readonly operatorAccountId: AccountId32;
10851
10862
  readonly securitization: Compact<u128>;
@@ -10858,7 +10869,7 @@ declare module '@polkadot/types/lookup' {
10858
10869
  readonly pendingTerms: Option<ITuple<[u64, ArgonPrimitivesVaultVaultTerms]>>;
10859
10870
  readonly openedTick: Compact<u64>;
10860
10871
  }
10861
- /** @name ArgonPrimitivesBitcoinBitcoinXPub (376) */
10872
+ /** @name ArgonPrimitivesBitcoinBitcoinXPub (379) */
10862
10873
  interface ArgonPrimitivesBitcoinBitcoinXPub extends Struct {
10863
10874
  readonly publicKey: ArgonPrimitivesBitcoinCompressedBitcoinPubkey;
10864
10875
  readonly depth: Compact<u8>;
@@ -10867,13 +10878,13 @@ declare module '@polkadot/types/lookup' {
10867
10878
  readonly chainCode: U8aFixed;
10868
10879
  readonly network: ArgonPrimitivesBitcoinNetworkKind;
10869
10880
  }
10870
- /** @name ArgonPrimitivesBitcoinNetworkKind (378) */
10881
+ /** @name ArgonPrimitivesBitcoinNetworkKind (381) */
10871
10882
  interface ArgonPrimitivesBitcoinNetworkKind extends Enum {
10872
10883
  readonly isMain: boolean;
10873
10884
  readonly isTest: boolean;
10874
10885
  readonly type: 'Main' | 'Test';
10875
10886
  }
10876
- /** @name PalletVaultsVaultFrameRevenue (386) */
10887
+ /** @name PalletVaultsVaultFrameRevenue (389) */
10877
10888
  interface PalletVaultsVaultFrameRevenue extends Struct {
10878
10889
  readonly frameId: Compact<u64>;
10879
10890
  readonly bitcoinLockFeeRevenue: Compact<u128>;
@@ -10891,7 +10902,7 @@ declare module '@polkadot/types/lookup' {
10891
10902
  readonly treasuryExternalCapital: Compact<u128>;
10892
10903
  readonly uncollectedRevenue: Compact<u128>;
10893
10904
  }
10894
- /** @name PalletVaultsError (388) */
10905
+ /** @name PalletVaultsError (391) */
10895
10906
  interface PalletVaultsError extends Enum {
10896
10907
  readonly isNoMoreVaultIds: boolean;
10897
10908
  readonly isInsufficientFunds: boolean;
@@ -10923,7 +10934,7 @@ declare module '@polkadot/types/lookup' {
10923
10934
  readonly isAccountAlreadyHasVault: boolean;
10924
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';
10925
10936
  }
10926
- /** @name PalletBitcoinLocksLockedBitcoin (389) */
10937
+ /** @name PalletBitcoinLocksLockedBitcoin (392) */
10927
10938
  interface PalletBitcoinLocksLockedBitcoin extends Struct {
10928
10939
  readonly vaultId: Compact<u32>;
10929
10940
  readonly liquidityPromised: u128;
@@ -10943,7 +10954,7 @@ declare module '@polkadot/types/lookup' {
10943
10954
  readonly isRejectedNeedsRelease: bool;
10944
10955
  readonly fundHoldExtensions: BTreeMap<u64, u128>;
10945
10956
  }
10946
- /** @name PalletBitcoinLocksLockReleaseRequest (391) */
10957
+ /** @name PalletBitcoinLocksLockReleaseRequest (394) */
10947
10958
  interface PalletBitcoinLocksLockReleaseRequest extends Struct {
10948
10959
  readonly utxoId: Compact<u64>;
10949
10960
  readonly vaultId: Compact<u32>;
@@ -10952,7 +10963,7 @@ declare module '@polkadot/types/lookup' {
10952
10963
  readonly toScriptPubkey: Bytes;
10953
10964
  readonly redemptionPrice: Compact<u128>;
10954
10965
  }
10955
- /** @name PalletBitcoinLocksError (394) */
10966
+ /** @name PalletBitcoinLocksError (397) */
10956
10967
  interface PalletBitcoinLocksError extends Enum {
10957
10968
  readonly isInsufficientFunds: boolean;
10958
10969
  readonly isInsufficientVaultFunds: boolean;
@@ -10987,7 +10998,7 @@ declare module '@polkadot/types/lookup' {
10987
10998
  readonly isOverflowError: boolean;
10988
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';
10989
11000
  }
10990
- /** @name ArgonPrimitivesVaultVaultError (395) */
11001
+ /** @name ArgonPrimitivesVaultVaultError (398) */
10991
11002
  interface ArgonPrimitivesVaultVaultError extends Enum {
10992
11003
  readonly isVaultClosed: boolean;
10993
11004
  readonly isAccountWouldBeBelowMinimum: boolean;
@@ -11003,7 +11014,7 @@ declare module '@polkadot/types/lookup' {
11003
11014
  readonly isVaultNotYetActive: boolean;
11004
11015
  readonly type: 'VaultClosed' | 'AccountWouldBeBelowMinimum' | 'InsufficientFunds' | 'InsufficientVaultFunds' | 'HoldUnexpectedlyModified' | 'UnrecoverableHold' | 'VaultNotFound' | 'NoVaultBitcoinPubkeysAvailable' | 'UnableToGenerateVaultBitcoinPubkey' | 'InvalidBitcoinScript' | 'InternalError' | 'VaultNotYetActive';
11005
11016
  }
11006
- /** @name PalletNotariesError (407) */
11017
+ /** @name PalletNotariesError (410) */
11007
11018
  interface PalletNotariesError extends Enum {
11008
11019
  readonly isProposalNotFound: boolean;
11009
11020
  readonly isMaxNotariesExceeded: boolean;
@@ -11016,7 +11027,7 @@ declare module '@polkadot/types/lookup' {
11016
11027
  readonly isInvalidNotary: boolean;
11017
11028
  readonly type: 'ProposalNotFound' | 'MaxNotariesExceeded' | 'MaxProposalsPerBlockExceeded' | 'NotAnActiveNotary' | 'InvalidNotaryOperator' | 'NoMoreNotaryIds' | 'EffectiveTickTooSoon' | 'TooManyKeys' | 'InvalidNotary';
11018
11029
  }
11019
- /** @name ArgonPrimitivesNotaryNotaryNotebookKeyDetails (411) */
11030
+ /** @name ArgonPrimitivesNotaryNotaryNotebookKeyDetails (414) */
11020
11031
  interface ArgonPrimitivesNotaryNotaryNotebookKeyDetails extends Struct {
11021
11032
  readonly notebookNumber: Compact<u32>;
11022
11033
  readonly tick: Compact<u64>;
@@ -11024,7 +11035,7 @@ declare module '@polkadot/types/lookup' {
11024
11035
  readonly secretHash: H256;
11025
11036
  readonly parentSecret: Option<H256>;
11026
11037
  }
11027
- /** @name PalletNotebookError (414) */
11038
+ /** @name PalletNotebookError (417) */
11028
11039
  interface PalletNotebookError extends Enum {
11029
11040
  readonly isDuplicateNotebookNumber: boolean;
11030
11041
  readonly isMissingNotebookNumber: boolean;
@@ -11043,17 +11054,17 @@ declare module '@polkadot/types/lookup' {
11043
11054
  readonly isInvalidNotebookSubmissionTick: boolean;
11044
11055
  readonly type: 'DuplicateNotebookNumber' | 'MissingNotebookNumber' | 'NotebookTickAlreadyUsed' | 'InvalidNotebookSignature' | 'InvalidSecretProvided' | 'CouldNotDecodeNotebook' | 'DuplicateNotebookDigest' | 'MissingNotebookDigest' | 'InvalidNotebookDigest' | 'MultipleNotebookInherentsProvided' | 'InternalError' | 'NotebookSubmittedForLockedNotary' | 'InvalidReprocessNotebook' | 'InvalidNotaryOperator' | 'InvalidNotebookSubmissionTick';
11045
11056
  }
11046
- /** @name PalletChainTransferQueuedTransferOut (415) */
11057
+ /** @name PalletChainTransferQueuedTransferOut (418) */
11047
11058
  interface PalletChainTransferQueuedTransferOut extends Struct {
11048
11059
  readonly accountId: AccountId32;
11049
11060
  readonly amount: u128;
11050
11061
  readonly expirationTick: u64;
11051
11062
  readonly notaryId: u32;
11052
11063
  }
11053
- /** @name FrameSupportPalletId (421) */
11064
+ /** @name FrameSupportPalletId (424) */
11054
11065
  interface FrameSupportPalletId extends U8aFixed {
11055
11066
  }
11056
- /** @name PalletChainTransferError (422) */
11067
+ /** @name PalletChainTransferError (425) */
11057
11068
  interface PalletChainTransferError extends Enum {
11058
11069
  readonly isMaxBlockTransfersExceeded: boolean;
11059
11070
  readonly isInsufficientFunds: boolean;
@@ -11063,7 +11074,7 @@ declare module '@polkadot/types/lookup' {
11063
11074
  readonly isInvalidNotaryUsedForTransfer: boolean;
11064
11075
  readonly type: 'MaxBlockTransfersExceeded' | 'InsufficientFunds' | 'InsufficientNotarizedFunds' | 'InvalidOrDuplicatedLocalchainTransfer' | 'NotebookIncludesExpiredLocalchainTransfer' | 'InvalidNotaryUsedForTransfer';
11065
11076
  }
11066
- /** @name ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails (426) */
11077
+ /** @name ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails (429) */
11067
11078
  interface ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails extends Struct {
11068
11079
  readonly notaryId: Compact<u32>;
11069
11080
  readonly notebookNumber: Compact<u32>;
@@ -11071,12 +11082,12 @@ declare module '@polkadot/types/lookup' {
11071
11082
  readonly blockVotesCount: Compact<u32>;
11072
11083
  readonly blockVotingPower: Compact<u128>;
11073
11084
  }
11074
- /** @name PalletBlockSealSpecError (431) */
11085
+ /** @name PalletBlockSealSpecError (434) */
11075
11086
  interface PalletBlockSealSpecError extends Enum {
11076
11087
  readonly isMaxNotebooksAtTickExceeded: boolean;
11077
11088
  readonly type: 'MaxNotebooksAtTickExceeded';
11078
11089
  }
11079
- /** @name PalletDomainsError (433) */
11090
+ /** @name PalletDomainsError (436) */
11080
11091
  interface PalletDomainsError extends Enum {
11081
11092
  readonly isDomainNotRegistered: boolean;
11082
11093
  readonly isNotDomainOwner: boolean;
@@ -11085,7 +11096,7 @@ declare module '@polkadot/types/lookup' {
11085
11096
  readonly isAccountDecodingError: boolean;
11086
11097
  readonly type: 'DomainNotRegistered' | 'NotDomainOwner' | 'FailedToAddToAddressHistory' | 'FailedToAddExpiringDomain' | 'AccountDecodingError';
11087
11098
  }
11088
- /** @name PalletPriceIndexError (434) */
11099
+ /** @name PalletPriceIndexError (437) */
11089
11100
  interface PalletPriceIndexError extends Enum {
11090
11101
  readonly isNotAuthorizedOperator: boolean;
11091
11102
  readonly isMissingValue: boolean;
@@ -11093,7 +11104,7 @@ declare module '@polkadot/types/lookup' {
11093
11104
  readonly isMaxPriceChangePerTickExceeded: boolean;
11094
11105
  readonly type: 'NotAuthorizedOperator' | 'MissingValue' | 'PricesTooOld' | 'MaxPriceChangePerTickExceeded';
11095
11106
  }
11096
- /** @name PalletGrandpaStoredState (435) */
11107
+ /** @name PalletGrandpaStoredState (438) */
11097
11108
  interface PalletGrandpaStoredState extends Enum {
11098
11109
  readonly isLive: boolean;
11099
11110
  readonly isPendingPause: boolean;
@@ -11109,14 +11120,14 @@ declare module '@polkadot/types/lookup' {
11109
11120
  } & Struct;
11110
11121
  readonly type: 'Live' | 'PendingPause' | 'Paused' | 'PendingResume';
11111
11122
  }
11112
- /** @name PalletGrandpaStoredPendingChange (436) */
11123
+ /** @name PalletGrandpaStoredPendingChange (439) */
11113
11124
  interface PalletGrandpaStoredPendingChange extends Struct {
11114
11125
  readonly scheduledAt: u32;
11115
11126
  readonly delay: u32;
11116
11127
  readonly nextAuthorities: Vec<ITuple<[SpConsensusGrandpaAppPublic, u64]>>;
11117
11128
  readonly forced: Option<u32>;
11118
11129
  }
11119
- /** @name PalletGrandpaError (438) */
11130
+ /** @name PalletGrandpaError (441) */
11120
11131
  interface PalletGrandpaError extends Enum {
11121
11132
  readonly isPauseFailed: boolean;
11122
11133
  readonly isResumeFailed: boolean;
@@ -11127,13 +11138,13 @@ declare module '@polkadot/types/lookup' {
11127
11138
  readonly isDuplicateOffenceReport: boolean;
11128
11139
  readonly type: 'PauseFailed' | 'ResumeFailed' | 'ChangePending' | 'TooSoon' | 'InvalidKeyOwnershipProof' | 'InvalidEquivocationProof' | 'DuplicateOffenceReport';
11129
11140
  }
11130
- /** @name ArgonPrimitivesProvidersBlockSealerInfo (439) */
11141
+ /** @name ArgonPrimitivesProvidersBlockSealerInfo (442) */
11131
11142
  interface ArgonPrimitivesProvidersBlockSealerInfo extends Struct {
11132
11143
  readonly blockAuthorAccountId: AccountId32;
11133
11144
  readonly blockVoteRewardsAccount: Option<AccountId32>;
11134
11145
  readonly blockSealAuthority: Option<ArgonPrimitivesBlockSealAppPublic>;
11135
11146
  }
11136
- /** @name PalletBlockSealError (442) */
11147
+ /** @name PalletBlockSealError (444) */
11137
11148
  interface PalletBlockSealError extends Enum {
11138
11149
  readonly isInvalidVoteSealStrength: boolean;
11139
11150
  readonly isInvalidSubmitter: boolean;
@@ -11158,43 +11169,43 @@ declare module '@polkadot/types/lookup' {
11158
11169
  readonly isDuplicateVoteBlockAtTick: boolean;
11159
11170
  readonly type: 'InvalidVoteSealStrength' | 'InvalidSubmitter' | 'UnableToDecodeVoteAccount' | 'UnregisteredBlockAuthor' | 'InvalidBlockVoteProof' | 'NoGrandparentVoteMinimum' | 'DuplicateBlockSealProvided' | 'InsufficientVotingPower' | 'ParentVotingKeyNotFound' | 'InvalidVoteGrandparentHash' | 'IneligibleNotebookUsed' | 'NoEligibleVotingRoot' | 'CouldNotDecodeVote' | 'MaxNotebooksAtTickExceeded' | 'NoClosestMinerFoundForVote' | 'BlockVoteInvalidSignature' | 'InvalidForkPowerParent' | 'BlockSealDecodeError' | 'InvalidComputeBlockTick' | 'InvalidMinerNonceScore' | 'DuplicateVoteBlockAtTick';
11160
11171
  }
11161
- /** @name PalletBlockRewardsError (446) */
11172
+ /** @name PalletBlockRewardsError (448) */
11162
11173
  type PalletBlockRewardsError = Null;
11163
- /** @name PalletMintMintAction (452) */
11174
+ /** @name PalletMintMintAction (454) */
11164
11175
  interface PalletMintMintAction extends Struct {
11165
11176
  readonly argonBurned: u128;
11166
11177
  readonly argonMinted: u128;
11167
11178
  readonly bitcoinMinted: u128;
11168
11179
  }
11169
- /** @name PalletMintError (453) */
11180
+ /** @name PalletMintError (455) */
11170
11181
  interface PalletMintError extends Enum {
11171
11182
  readonly isTooManyPendingMints: boolean;
11172
11183
  readonly type: 'TooManyPendingMints';
11173
11184
  }
11174
- /** @name PalletBalancesBalanceLock (455) */
11185
+ /** @name PalletBalancesBalanceLock (457) */
11175
11186
  interface PalletBalancesBalanceLock extends Struct {
11176
11187
  readonly id: U8aFixed;
11177
11188
  readonly amount: u128;
11178
11189
  readonly reasons: PalletBalancesReasons;
11179
11190
  }
11180
- /** @name PalletBalancesReasons (456) */
11191
+ /** @name PalletBalancesReasons (458) */
11181
11192
  interface PalletBalancesReasons extends Enum {
11182
11193
  readonly isFee: boolean;
11183
11194
  readonly isMisc: boolean;
11184
11195
  readonly isAll: boolean;
11185
11196
  readonly type: 'Fee' | 'Misc' | 'All';
11186
11197
  }
11187
- /** @name PalletBalancesReserveData (459) */
11198
+ /** @name PalletBalancesReserveData (461) */
11188
11199
  interface PalletBalancesReserveData extends Struct {
11189
11200
  readonly id: U8aFixed;
11190
11201
  readonly amount: u128;
11191
11202
  }
11192
- /** @name FrameSupportTokensMiscIdAmountRuntimeHoldReason (462) */
11203
+ /** @name FrameSupportTokensMiscIdAmountRuntimeHoldReason (464) */
11193
11204
  interface FrameSupportTokensMiscIdAmountRuntimeHoldReason extends Struct {
11194
11205
  readonly id: ArgonRuntimeRuntimeHoldReason;
11195
11206
  readonly amount: u128;
11196
11207
  }
11197
- /** @name ArgonRuntimeRuntimeHoldReason (463) */
11208
+ /** @name ArgonRuntimeRuntimeHoldReason (465) */
11198
11209
  interface ArgonRuntimeRuntimeHoldReason extends Enum {
11199
11210
  readonly isMiningSlot: boolean;
11200
11211
  readonly asMiningSlot: PalletMiningSlotHoldReason;
@@ -11208,50 +11219,50 @@ declare module '@polkadot/types/lookup' {
11208
11219
  readonly asTreasury: PalletTreasuryHoldReason;
11209
11220
  readonly type: 'MiningSlot' | 'Vaults' | 'BitcoinLocks' | 'BlockRewards' | 'Treasury';
11210
11221
  }
11211
- /** @name PalletMiningSlotHoldReason (464) */
11222
+ /** @name PalletMiningSlotHoldReason (466) */
11212
11223
  interface PalletMiningSlotHoldReason extends Enum {
11213
11224
  readonly isRegisterAsMiner: boolean;
11214
11225
  readonly type: 'RegisterAsMiner';
11215
11226
  }
11216
- /** @name PalletVaultsHoldReason (465) */
11227
+ /** @name PalletVaultsHoldReason (467) */
11217
11228
  interface PalletVaultsHoldReason extends Enum {
11218
11229
  readonly isEnterVault: boolean;
11219
11230
  readonly isObligationFee: boolean;
11220
11231
  readonly isPendingCollect: boolean;
11221
11232
  readonly type: 'EnterVault' | 'ObligationFee' | 'PendingCollect';
11222
11233
  }
11223
- /** @name PalletBitcoinLocksHoldReason (466) */
11234
+ /** @name PalletBitcoinLocksHoldReason (468) */
11224
11235
  interface PalletBitcoinLocksHoldReason extends Enum {
11225
11236
  readonly isReleaseBitcoinLock: boolean;
11226
11237
  readonly type: 'ReleaseBitcoinLock';
11227
11238
  }
11228
- /** @name PalletBlockRewardsHoldReason (467) */
11239
+ /** @name PalletBlockRewardsHoldReason (469) */
11229
11240
  interface PalletBlockRewardsHoldReason extends Enum {
11230
11241
  readonly isMaturationPeriod: boolean;
11231
11242
  readonly type: 'MaturationPeriod';
11232
11243
  }
11233
- /** @name PalletTreasuryHoldReason (468) */
11244
+ /** @name PalletTreasuryHoldReason (470) */
11234
11245
  interface PalletTreasuryHoldReason extends Enum {
11235
11246
  readonly isContributedToTreasury: boolean;
11236
11247
  readonly type: 'ContributedToTreasury';
11237
11248
  }
11238
- /** @name FrameSupportTokensMiscIdAmountRuntimeFreezeReason (471) */
11249
+ /** @name FrameSupportTokensMiscIdAmountRuntimeFreezeReason (473) */
11239
11250
  interface FrameSupportTokensMiscIdAmountRuntimeFreezeReason extends Struct {
11240
11251
  readonly id: ArgonRuntimeRuntimeFreezeReason;
11241
11252
  readonly amount: u128;
11242
11253
  }
11243
- /** @name ArgonRuntimeRuntimeFreezeReason (472) */
11254
+ /** @name ArgonRuntimeRuntimeFreezeReason (474) */
11244
11255
  interface ArgonRuntimeRuntimeFreezeReason extends Enum {
11245
11256
  readonly isBlockRewards: boolean;
11246
11257
  readonly asBlockRewards: PalletBlockRewardsFreezeReason;
11247
11258
  readonly type: 'BlockRewards';
11248
11259
  }
11249
- /** @name PalletBlockRewardsFreezeReason (473) */
11260
+ /** @name PalletBlockRewardsFreezeReason (475) */
11250
11261
  interface PalletBlockRewardsFreezeReason extends Enum {
11251
11262
  readonly isMaturationPeriod: boolean;
11252
11263
  readonly type: 'MaturationPeriod';
11253
11264
  }
11254
- /** @name PalletBalancesError (475) */
11265
+ /** @name PalletBalancesError (477) */
11255
11266
  interface PalletBalancesError extends Enum {
11256
11267
  readonly isVestingBalance: boolean;
11257
11268
  readonly isLiquidityRestrictions: boolean;
@@ -11267,7 +11278,7 @@ declare module '@polkadot/types/lookup' {
11267
11278
  readonly isDeltaZero: boolean;
11268
11279
  readonly type: 'VestingBalance' | 'LiquidityRestrictions' | 'InsufficientBalance' | 'ExistentialDeposit' | 'Expendability' | 'ExistingVestingSchedule' | 'DeadAccount' | 'TooManyReserves' | 'TooManyHolds' | 'TooManyFreezes' | 'IssuanceDeactivated' | 'DeltaZero';
11269
11280
  }
11270
- /** @name PalletTxPauseError (477) */
11281
+ /** @name PalletTxPauseError (479) */
11271
11282
  interface PalletTxPauseError extends Enum {
11272
11283
  readonly isIsPaused: boolean;
11273
11284
  readonly isIsUnpaused: boolean;
@@ -11275,23 +11286,23 @@ declare module '@polkadot/types/lookup' {
11275
11286
  readonly isNotFound: boolean;
11276
11287
  readonly type: 'IsPaused' | 'IsUnpaused' | 'Unpausable' | 'NotFound';
11277
11288
  }
11278
- /** @name PalletTransactionPaymentReleases (478) */
11289
+ /** @name PalletTransactionPaymentReleases (480) */
11279
11290
  interface PalletTransactionPaymentReleases extends Enum {
11280
11291
  readonly isV1Ancient: boolean;
11281
11292
  readonly isV2: boolean;
11282
11293
  readonly type: 'V1Ancient' | 'V2';
11283
11294
  }
11284
- /** @name PalletUtilityError (479) */
11295
+ /** @name PalletUtilityError (481) */
11285
11296
  interface PalletUtilityError extends Enum {
11286
11297
  readonly isTooManyCalls: boolean;
11287
11298
  readonly type: 'TooManyCalls';
11288
11299
  }
11289
- /** @name PalletSudoError (480) */
11300
+ /** @name PalletSudoError (482) */
11290
11301
  interface PalletSudoError extends Enum {
11291
11302
  readonly isRequireSudo: boolean;
11292
11303
  readonly type: 'RequireSudo';
11293
11304
  }
11294
- /** @name PalletIsmpError (481) */
11305
+ /** @name PalletIsmpError (483) */
11295
11306
  interface PalletIsmpError extends Enum {
11296
11307
  readonly isInvalidMessage: boolean;
11297
11308
  readonly isMessageNotFound: boolean;
@@ -11301,9 +11312,9 @@ declare module '@polkadot/types/lookup' {
11301
11312
  readonly isErrorChargingFee: boolean;
11302
11313
  readonly type: 'InvalidMessage' | 'MessageNotFound' | 'ConsensusClientCreationFailed' | 'UnbondingPeriodUpdateFailed' | 'ChallengePeriodUpdateFailed' | 'ErrorChargingFee';
11303
11314
  }
11304
- /** @name PalletHyperbridgeError (482) */
11315
+ /** @name PalletHyperbridgeError (484) */
11305
11316
  type PalletHyperbridgeError = Null;
11306
- /** @name PalletTokenGatewayError (484) */
11317
+ /** @name PalletTokenGatewayError (486) */
11307
11318
  interface PalletTokenGatewayError extends Enum {
11308
11319
  readonly isUnregisteredAsset: boolean;
11309
11320
  readonly isAssetTeleportError: boolean;
@@ -11316,7 +11327,7 @@ declare module '@polkadot/types/lookup' {
11316
11327
  readonly isNotAssetOwner: boolean;
11317
11328
  readonly type: 'UnregisteredAsset' | 'AssetTeleportError' | 'CoprocessorNotConfigured' | 'DispatchError' | 'AssetCreationError' | 'AssetDecimalsNotFound' | 'NotInitialized' | 'UnknownAsset' | 'NotAssetOwner';
11318
11329
  }
11319
- /** @name PalletTreasuryTreasuryPool (486) */
11330
+ /** @name PalletTreasuryTreasuryPool (488) */
11320
11331
  interface PalletTreasuryTreasuryPool extends Struct {
11321
11332
  readonly bondHolders: Vec<ITuple<[AccountId32, PalletTreasuryBondHolder]>>;
11322
11333
  readonly doNotRenew: Vec<AccountId32>;
@@ -11324,19 +11335,19 @@ declare module '@polkadot/types/lookup' {
11324
11335
  readonly distributedEarnings: Option<u128>;
11325
11336
  readonly vaultSharingPercent: Compact<Permill>;
11326
11337
  }
11327
- /** @name PalletTreasuryBondHolder (489) */
11338
+ /** @name PalletTreasuryBondHolder (491) */
11328
11339
  interface PalletTreasuryBondHolder extends Struct {
11329
11340
  readonly startingBalance: Compact<u128>;
11330
11341
  readonly earnings: Compact<u128>;
11331
11342
  readonly keepEarningsInPool: bool;
11332
11343
  }
11333
- /** @name PalletTreasuryTreasuryCapital (496) */
11344
+ /** @name PalletTreasuryTreasuryCapital (498) */
11334
11345
  interface PalletTreasuryTreasuryCapital extends Struct {
11335
11346
  readonly vaultId: Compact<u32>;
11336
11347
  readonly activatedCapital: Compact<u128>;
11337
11348
  readonly frameId: Compact<u64>;
11338
11349
  }
11339
- /** @name PalletTreasuryPrebondedArgons (498) */
11350
+ /** @name PalletTreasuryPrebondedArgons (500) */
11340
11351
  interface PalletTreasuryPrebondedArgons extends Struct {
11341
11352
  readonly vaultId: Compact<u32>;
11342
11353
  readonly accountId: AccountId32;
@@ -11345,7 +11356,7 @@ declare module '@polkadot/types/lookup' {
11345
11356
  readonly bondedByStartOffset: Vec<u128>;
11346
11357
  readonly maxAmountPerFrame: Compact<u128>;
11347
11358
  }
11348
- /** @name PalletTreasuryError (499) */
11359
+ /** @name PalletTreasuryError (501) */
11349
11360
  interface PalletTreasuryError extends Enum {
11350
11361
  readonly isContributionTooLow: boolean;
11351
11362
  readonly isVaultNotAcceptingMiningBonds: boolean;
@@ -11361,37 +11372,39 @@ declare module '@polkadot/types/lookup' {
11361
11372
  readonly isMaxAmountBelowMinimum: boolean;
11362
11373
  readonly type: 'ContributionTooLow' | 'VaultNotAcceptingMiningBonds' | 'BelowMinimum' | 'NotAFundContributor' | 'InternalError' | 'CouldNotFindTreasury' | 'MaxContributorsExceeded' | 'ActivatedSecuritizationExceeded' | 'MaxVaultsExceeded' | 'AlreadyRenewed' | 'NotAVaultOperator' | 'MaxAmountBelowMinimum';
11363
11374
  }
11364
- /** @name FrameSystemExtensionsAuthorizeCall (502) */
11375
+ /** @name FrameSystemExtensionsAuthorizeCall (504) */
11365
11376
  type FrameSystemExtensionsAuthorizeCall = Null;
11366
- /** @name FrameSystemExtensionsCheckNonZeroSender (503) */
11377
+ /** @name FrameSystemExtensionsCheckNonZeroSender (505) */
11367
11378
  type FrameSystemExtensionsCheckNonZeroSender = Null;
11368
- /** @name FrameSystemExtensionsCheckSpecVersion (504) */
11379
+ /** @name FrameSystemExtensionsCheckSpecVersion (506) */
11369
11380
  type FrameSystemExtensionsCheckSpecVersion = Null;
11370
- /** @name FrameSystemExtensionsCheckTxVersion (505) */
11381
+ /** @name FrameSystemExtensionsCheckTxVersion (507) */
11371
11382
  type FrameSystemExtensionsCheckTxVersion = Null;
11372
- /** @name FrameSystemExtensionsCheckGenesis (506) */
11383
+ /** @name FrameSystemExtensionsCheckGenesis (508) */
11373
11384
  type FrameSystemExtensionsCheckGenesis = Null;
11374
- /** @name FrameSystemExtensionsCheckNonce (509) */
11385
+ /** @name FrameSystemExtensionsCheckNonce (511) */
11375
11386
  interface FrameSystemExtensionsCheckNonce extends Compact<u32> {
11376
11387
  }
11377
- /** @name FrameSystemExtensionsCheckWeight (510) */
11388
+ /** @name FrameSystemExtensionsCheckWeight (512) */
11378
11389
  type FrameSystemExtensionsCheckWeight = Null;
11379
- /** @name PalletTransactionPaymentChargeTransactionPayment (511) */
11390
+ /** @name PalletTransactionPaymentChargeTransactionPayment (513) */
11380
11391
  interface PalletTransactionPaymentChargeTransactionPayment extends Compact<u128> {
11381
11392
  }
11382
- /** @name FrameMetadataHashExtensionCheckMetadataHash (512) */
11393
+ /** @name FrameMetadataHashExtensionCheckMetadataHash (514) */
11383
11394
  interface FrameMetadataHashExtensionCheckMetadataHash extends Struct {
11384
11395
  readonly mode: FrameMetadataHashExtensionMode;
11385
11396
  }
11386
- /** @name FrameMetadataHashExtensionMode (513) */
11397
+ /** @name FrameMetadataHashExtensionMode (515) */
11387
11398
  interface FrameMetadataHashExtensionMode extends Enum {
11388
11399
  readonly isDisabled: boolean;
11389
11400
  readonly isEnabled: boolean;
11390
11401
  readonly type: 'Disabled' | 'Enabled';
11391
11402
  }
11392
- /** @name FrameSystemExtensionsWeightReclaim (514) */
11403
+ /** @name FrameSystemExtensionsWeightReclaim (516) */
11393
11404
  type FrameSystemExtensionsWeightReclaim = Null;
11394
- /** @name ArgonRuntimeRuntime (516) */
11405
+ /** @name ArgonRuntimeProxyFeeRefund (517) */
11406
+ type ArgonRuntimeProxyFeeRefund = Null;
11407
+ /** @name ArgonRuntimeRuntime (519) */
11395
11408
  type ArgonRuntimeRuntime = Null;
11396
11409
  }
11397
11410
 
@@ -11805,5 +11818,6 @@ declare function waitForLoad(): Promise<void>;
11805
11818
  * @returns The client
11806
11819
  */
11807
11820
  declare function getClient(host: string, options?: ApiOptions): Promise<ArgonClient>;
11821
+ declare function getOfflineRegistry(): TypeRegistry;
11808
11822
 
11809
- 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 };