@argonprotocol/mainchain 1.3.3 → 1.3.5
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 +18 -10
- package/browser/index.js +58 -47
- package/browser/index.js.map +1 -1
- package/lib/{chunk-UZCZ347U.js → chunk-2J7IEVVC.js} +3 -3
- package/lib/chunk-2J7IEVVC.js.map +1 -0
- package/lib/{chunk-IQ3TNLS7.cjs → chunk-BP7Y2NWQ.cjs} +52 -52
- package/lib/{chunk-IQ3TNLS7.cjs.map → chunk-BP7Y2NWQ.cjs.map} +1 -1
- package/lib/{chunk-FCT7GMFN.js → chunk-GZ2TLGCG.js} +64 -53
- package/lib/{chunk-FCT7GMFN.js.map → chunk-GZ2TLGCG.js.map} +1 -1
- package/lib/{chunk-OFYVHBKG.cjs → chunk-P5WWWRSU.cjs} +119 -108
- package/lib/chunk-P5WWWRSU.cjs.map +1 -0
- package/lib/cli.cjs +6 -6
- package/lib/cli.js +2 -2
- package/lib/clis/index.cjs +3 -3
- package/lib/clis/index.js +2 -2
- package/lib/index.cjs +4 -2
- package/lib/index.cjs.map +1 -1
- package/lib/index.d.cts +18 -10
- package/lib/index.d.ts +18 -10
- package/lib/index.js +3 -1
- package/package.json +2 -2
- package/lib/chunk-OFYVHBKG.cjs.map +0 -1
- package/lib/chunk-UZCZ347U.js.map +0 -1
package/lib/cli.cjs
CHANGED
|
@@ -3,17 +3,17 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
6
|
+
var _chunkBP7Y2NWQcjs = require('./chunk-BP7Y2NWQ.cjs');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkP5WWWRSUcjs = require('./chunk-P5WWWRSU.cjs');
|
|
10
10
|
|
|
11
11
|
// src/cli.ts
|
|
12
|
-
var program =
|
|
13
|
-
|
|
14
|
-
|
|
12
|
+
var program = _chunkBP7Y2NWQcjs.buildCli.call(void 0, );
|
|
13
|
+
_chunkBP7Y2NWQcjs.addGlobalArgs.call(void 0, program);
|
|
14
|
+
_chunkBP7Y2NWQcjs.applyEnv.call(void 0, program);
|
|
15
15
|
(async function main() {
|
|
16
|
-
await
|
|
16
|
+
await _chunkP5WWWRSUcjs.waitForLoad.call(void 0, );
|
|
17
17
|
await program.parseAsync(process.argv);
|
|
18
18
|
})().catch(console.error);
|
|
19
19
|
//# sourceMappingURL=cli.cjs.map
|
package/lib/cli.js
CHANGED
package/lib/clis/index.cjs
CHANGED
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
var
|
|
15
|
-
require('../chunk-
|
|
14
|
+
var _chunkBP7Y2NWQcjs = require('../chunk-BP7Y2NWQ.cjs');
|
|
15
|
+
require('../chunk-P5WWWRSU.cjs');
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
|
|
@@ -26,5 +26,5 @@ require('../chunk-OFYVHBKG.cjs');
|
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
exports.accountCli =
|
|
29
|
+
exports.accountCli = _chunkBP7Y2NWQcjs.accountCli; exports.accountsetFromCli = _chunkBP7Y2NWQcjs.accountsetFromCli; exports.addGlobalArgs = _chunkBP7Y2NWQcjs.addGlobalArgs; exports.applyEnv = _chunkBP7Y2NWQcjs.applyEnv; exports.bitcoinCli = _chunkBP7Y2NWQcjs.bitcoinCli; exports.buildCli = _chunkBP7Y2NWQcjs.buildCli; exports.globalOptions = _chunkBP7Y2NWQcjs.globalOptions; exports.keyringFromFile = _chunkBP7Y2NWQcjs.keyringFromFile; exports.liquidityCli = _chunkBP7Y2NWQcjs.liquidityCli; exports.miningCli = _chunkBP7Y2NWQcjs.miningCli; exports.saveKeyringPair = _chunkBP7Y2NWQcjs.saveKeyringPair; exports.vaultCli = _chunkBP7Y2NWQcjs.vaultCli;
|
|
30
30
|
//# sourceMappingURL=index.cjs.map
|
package/lib/clis/index.js
CHANGED
package/lib/index.cjs
CHANGED
|
@@ -70,8 +70,8 @@
|
|
|
70
70
|
|
|
71
71
|
|
|
72
72
|
|
|
73
|
-
var _chunkOFYVHBKGcjs = require('./chunk-OFYVHBKG.cjs');
|
|
74
73
|
|
|
74
|
+
var _chunkP5WWWRSUcjs = require('./chunk-P5WWWRSU.cjs');
|
|
75
75
|
|
|
76
76
|
|
|
77
77
|
|
|
@@ -143,5 +143,7 @@ var _chunkOFYVHBKGcjs = require('./chunk-OFYVHBKG.cjs');
|
|
|
143
143
|
|
|
144
144
|
|
|
145
145
|
|
|
146
|
-
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
exports.AccountMiners = _chunkP5WWWRSUcjs.AccountMiners; exports.AccountRegistry = _chunkP5WWWRSUcjs.AccountRegistry; exports.Accountset = _chunkP5WWWRSUcjs.Accountset; exports.BTreeMap = _chunkP5WWWRSUcjs.BTreeMap; exports.BidPool = _chunkP5WWWRSUcjs.BidPool; exports.BitcoinLocks = _chunkP5WWWRSUcjs.BitcoinLocks; exports.BlockWatch = _chunkP5WWWRSUcjs.BlockWatch; exports.Bool = _chunkP5WWWRSUcjs.Bool; exports.Bytes = _chunkP5WWWRSUcjs.Bytes; exports.CohortBidder = _chunkP5WWWRSUcjs.CohortBidder; exports.Compact = _chunkP5WWWRSUcjs.Compact; exports.Enum = _chunkP5WWWRSUcjs.Enum; exports.ExtrinsicError = _chunkP5WWWRSUcjs.ExtrinsicError; exports.FrameCalculator = _chunkP5WWWRSUcjs.FrameCalculator; exports.GenericAddress = _chunkP5WWWRSUcjs.GenericAddress; exports.GenericBlock = _chunkP5WWWRSUcjs.GenericBlock; exports.GenericEvent = _chunkP5WWWRSUcjs.GenericEvent; exports.JsonExt = _chunkP5WWWRSUcjs.JsonExt; exports.Keyring = _chunkP5WWWRSUcjs.Keyring; exports.MICROGONS_PER_ARGON = _chunkP5WWWRSUcjs.MICROGONS_PER_ARGON; exports.MiningBids = _chunkP5WWWRSUcjs.MiningBids; exports.Null = _chunkP5WWWRSUcjs.Null; exports.Option = _chunkP5WWWRSUcjs.Option; exports.Range = _chunkP5WWWRSUcjs.Range; exports.Result = _chunkP5WWWRSUcjs.Result; exports.SATS_PER_BTC = _chunkP5WWWRSUcjs.SATS_PER_BTC; exports.Struct = _chunkP5WWWRSUcjs.Struct; exports.Text = _chunkP5WWWRSUcjs.Text; exports.Tuple = _chunkP5WWWRSUcjs.Tuple; exports.TxResult = _chunkP5WWWRSUcjs.TxResult; exports.TxSubmitter = _chunkP5WWWRSUcjs.TxSubmitter; exports.TypedEmitter = _chunkP5WWWRSUcjs.TypedEmitter; exports.U256 = _chunkP5WWWRSUcjs.U256; exports.U8aFixed = _chunkP5WWWRSUcjs.U8aFixed; exports.Vault = _chunkP5WWWRSUcjs.Vault; exports.VaultMonitor = _chunkP5WWWRSUcjs.VaultMonitor; exports.Vec = _chunkP5WWWRSUcjs.Vec; exports.WageProtector = _chunkP5WWWRSUcjs.WageProtector; exports.bool = _chunkP5WWWRSUcjs.bool; exports.checkForExtrinsicSuccess = _chunkP5WWWRSUcjs.checkForExtrinsicSuccess; exports.convertFixedU128ToBigNumber = _chunkP5WWWRSUcjs.convertFixedU128ToBigNumber; exports.convertNumberToFixedU128 = _chunkP5WWWRSUcjs.convertNumberToFixedU128; exports.convertNumberToPermill = _chunkP5WWWRSUcjs.convertNumberToPermill; exports.convertPermillToBigNumber = _chunkP5WWWRSUcjs.convertPermillToBigNumber; exports.createKeyringPair = _chunkP5WWWRSUcjs.createKeyringPair; exports.createNanoEvents = _chunkP5WWWRSUcjs.createNanoEvents; exports.decodeAddress = _chunkP5WWWRSUcjs.decodeAddress; exports.dispatchErrorToExtrinsicError = _chunkP5WWWRSUcjs.dispatchErrorToExtrinsicError; exports.dispatchErrorToString = _chunkP5WWWRSUcjs.dispatchErrorToString; exports.eventDataToJson = _chunkP5WWWRSUcjs.eventDataToJson; exports.filterUndefined = _chunkP5WWWRSUcjs.filterUndefined; exports.formatArgons = _chunkP5WWWRSUcjs.formatArgons; exports.formatPercent = _chunkP5WWWRSUcjs.formatPercent; exports.getAuthorFromHeader = _chunkP5WWWRSUcjs.getAuthorFromHeader; exports.getClient = _chunkP5WWWRSUcjs.getClient; exports.getConfig = _chunkP5WWWRSUcjs.getConfig; exports.getTickFromHeader = _chunkP5WWWRSUcjs.getTickFromHeader; exports.gettersToObject = _chunkP5WWWRSUcjs.gettersToObject; exports.hexToU8a = _chunkP5WWWRSUcjs.hexToU8a; exports.i128 = _chunkP5WWWRSUcjs.i128; exports.keyringFromSuri = _chunkP5WWWRSUcjs.keyringFromSuri; exports.mnemonicGenerate = _chunkP5WWWRSUcjs.mnemonicGenerate; exports.setConfig = _chunkP5WWWRSUcjs.setConfig; exports.toFixedNumber = _chunkP5WWWRSUcjs.toFixedNumber; exports.u128 = _chunkP5WWWRSUcjs.u128; exports.u16 = _chunkP5WWWRSUcjs.u16; exports.u32 = _chunkP5WWWRSUcjs.u32; exports.u64 = _chunkP5WWWRSUcjs.u64; exports.u8 = _chunkP5WWWRSUcjs.u8; exports.u8aEq = _chunkP5WWWRSUcjs.u8aEq; exports.u8aToHex = _chunkP5WWWRSUcjs.u8aToHex; exports.waitForLoad = _chunkP5WWWRSUcjs.waitForLoad;
|
|
147
149
|
//# sourceMappingURL=index.cjs.map
|
package/lib/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["/home/runner/work/mainchain/mainchain/client/nodejs/lib/index.cjs"],"names":[],"mappings":"AAAA;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,wDAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,
|
|
1
|
+
{"version":3,"sources":["/home/runner/work/mainchain/mainchain/client/nodejs/lib/index.cjs"],"names":[],"mappings":"AAAA;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,wDAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,quHAAC","file":"/home/runner/work/mainchain/mainchain/client/nodejs/lib/index.cjs"}
|
package/lib/index.d.cts
CHANGED
|
@@ -8,7 +8,6 @@ import { Percent, AccountId32, H256, MultiAddress, Call, Hash, SignedBlock, Bloc
|
|
|
8
8
|
export { AccountId, AccountId32, Block, Call, H160, H256, Header, MultiAddress, Permill } from '@polkadot/types/interfaces/runtime';
|
|
9
9
|
import { FrameSupportPalletId, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, SpWeightsRuntimeDbWeight, SpVersionRuntimeVersion, FrameSupportTokensMiscBalanceStatus, SpRuntimeDispatchError, ArgonPrimitivesBitcoinUtxoRef, ArgonPrimitivesBitcoinBitcoinRejectedReason, ArgonPrimitivesBlockSealBlockPayout, PalletDomainsDomainRegistration, ArgonPrimitivesDomainZoneRecord, ArgonRuntimeOriginCaller, SpConsensusGrandpaAppPublic, PalletHyperbridgeVersionedHostParams, PalletIsmpErrorsHandlingError, IsmpEventsRequestResponseHandled, IsmpEventsTimeoutHandled, IsmpHostStateMachine, IsmpConsensusStateMachineHeight, IsmpConsensusStateMachineId, ArgonPrimitivesBlockSealMiningRegistration, PalletMintMintType, PalletMultisigTimepoint, ArgonPrimitivesNotaryNotaryRecord, ArgonPrimitivesNotaryNotaryMeta, ArgonNotaryAuditErrorVerifyError, PalletProxyDepositKind, ArgonRuntimeProxyType, FrameSystemDispatchEventInfo, PalletBalancesAccountData, FrameSupportTokensMiscIdAmountRuntimeFreezeReason, FrameSupportTokensMiscIdAmountRuntimeHoldReason, PalletBalancesBalanceLock, PalletBalancesReserveData, PalletBitcoinLocksLockedBitcoin, PalletBitcoinLocksLockReleaseRequest, ArgonPrimitivesBitcoinBitcoinNetwork, ArgonPrimitivesBitcoinBitcoinBlock, ArgonPrimitivesBitcoinUtxoValue, ArgonPrimitivesForkPower, ArgonPrimitivesProvidersBlockSealerInfo, ArgonPrimitivesInherentsBlockSealInherent, ArgonPrimitivesDigestsBlockVoteDigest, ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails, PalletChainTransferQueuedTransferOut, ArgonPrimitivesDigestsDigestset, PalletGrandpaStoredPendingChange, PalletGrandpaStoredState, IsmpConsensusStateCommitment, PalletLiquidityPoolsLiquidityPoolCapital, PalletLiquidityPoolsPrebondedArgons, PalletLiquidityPoolsLiquidityPool, ArgonPrimitivesBlockSealMiningBidStats, ArgonPrimitivesBlockSealMiningSlotConfig, PalletMintMintAction, PalletMultisigMultisig, ArgonPrimitivesBalanceChangeAccountOrigin, ArgonPrimitivesDigestsNotebookDigest, ArgonPrimitivesNotaryNotaryNotebookKeyDetails, PalletPriceIndexPriceIndex, PalletProxyAnnouncement, PalletProxyProxyDefinition, FrameSystemAccountInfo, FrameSystemCodeUpgradeAuthorization, FrameSupportDispatchPerDispatchClassWeight, SpRuntimeDigest, FrameSystemEventRecord, FrameSystemPhase, SpWeightsWeightV2Weight, FrameSystemLastRuntimeUpgradeInfo, ArgonPrimitivesTickTicker, PalletTransactionPaymentReleases, PalletVaultsVaultFrameFeeRevenue, ArgonPrimitivesVault, ArgonPrimitivesBitcoinBitcoinXPub, PalletBalancesAdjustmentDirection, ArgonPrimitivesBitcoinCompressedBitcoinPubkey, ArgonPrimitivesBitcoinH256Le, ArgonPrimitivesInherentsBitcoinUtxoSync, SpConsensusGrandpaEquivocationProof, SpCoreVoid, IsmpMessagingCreateConsensusState, PalletIsmpUtilsFundMessageParams, IsmpMessagingMessage, PalletIsmpUtilsUpdateConsensusState, IsmpGrandpaAddStateMachine, ArgonRuntimeSessionKeys, ArgonPrimitivesNotebookSignedNotebookHeader, PalletTokenGatewayAssetRegistration, PalletTokenGatewayTeleportParams, PalletTokenGatewayPrecisionUpdate, TokenGatewayPrimitivesGatewayAssetUpdate, PalletVaultsVaultConfig, ArgonPrimitivesVaultVaultTerms, ArgonPrimitivesBitcoinOpaqueBitcoinXpub } from '@polkadot/types/lookup';
|
|
10
10
|
export * from '@polkadot/types/lookup';
|
|
11
|
-
import * as _polkadot_types_types from '@polkadot/types/types';
|
|
12
11
|
import { Observable, IExtrinsic } from '@polkadot/types/types';
|
|
13
12
|
import { AugmentedRpc } from '@polkadot/rpc-core/types';
|
|
14
13
|
import { StorageKey, Metadata, Data, GenericEvent as GenericEvent$1 } from '@polkadot/types';
|
|
@@ -90,13 +89,15 @@ export { Keyring } from '@polkadot/api';
|
|
|
90
89
|
export { decodeAddress, mnemonicGenerate } from '@polkadot/util-crypto';
|
|
91
90
|
export { InterfaceTypes as interfaces } from '@polkadot/types/types/registry';
|
|
92
91
|
export { KeypairType } from '@polkadot/util-crypto/types';
|
|
92
|
+
import * as _polkadot_types_types_extrinsic from '@polkadot/types/types/extrinsic';
|
|
93
93
|
import { ISubmittableResult } from '@polkadot/types/types/extrinsic';
|
|
94
|
+
export { IExtrinsic, ISignerPayload, ISubmittableResult, Signer, SignerResult } from '@polkadot/types/types/extrinsic';
|
|
94
95
|
import { SubmittableExtrinsic as SubmittableExtrinsic$1 } from '@polkadot/api/promise/types';
|
|
95
96
|
import { SignerOptions, ApiDecoration } from '@polkadot/api/types';
|
|
96
97
|
import { GenericEvent } from '@polkadot/types/generic';
|
|
97
98
|
export { GenericAddress, GenericBlock, GenericEvent } from '@polkadot/types/generic';
|
|
98
99
|
import BigNumber from 'bignumber.js';
|
|
99
|
-
import { DispatchError as DispatchError$1, Header as Header$1
|
|
100
|
+
import { DispatchError as DispatchError$1, Header as Header$1 } from '@polkadot/types/interfaces';
|
|
100
101
|
export { hexToU8a, u8aEq, u8aToHex } from '@polkadot/util';
|
|
101
102
|
|
|
102
103
|
declare module '@polkadot/api-base/types/consts' {
|
|
@@ -11254,9 +11255,10 @@ declare class TxSubmitter {
|
|
|
11254
11255
|
logResults?: boolean;
|
|
11255
11256
|
waitForBlock?: boolean;
|
|
11256
11257
|
useLatestNonce?: boolean;
|
|
11257
|
-
|
|
11258
|
+
txProgressCallback?: ITxProgressCallback;
|
|
11258
11259
|
}): Promise<TxResult>;
|
|
11259
11260
|
}
|
|
11261
|
+
type ITxProgressCallback = (progressToInBlock: number, result: TxResult) => void;
|
|
11260
11262
|
declare class TxResult {
|
|
11261
11263
|
private readonly client;
|
|
11262
11264
|
private shouldLog;
|
|
@@ -11277,7 +11279,7 @@ declare class TxResult {
|
|
|
11277
11279
|
* The fee tip paid for the transaction.
|
|
11278
11280
|
*/
|
|
11279
11281
|
finalFeeTip?: bigint;
|
|
11280
|
-
|
|
11282
|
+
txProgressCallback?: ITxProgressCallback;
|
|
11281
11283
|
private inBlockResolve;
|
|
11282
11284
|
private inBlockReject;
|
|
11283
11285
|
private finalizedResolve;
|
|
@@ -11297,7 +11299,7 @@ declare class AccountRegistry {
|
|
|
11297
11299
|
}
|
|
11298
11300
|
|
|
11299
11301
|
declare const MICROGONS_PER_ARGON = 1000000;
|
|
11300
|
-
declare function formatArgons(
|
|
11302
|
+
declare function formatArgons(microgons: bigint | number): string;
|
|
11301
11303
|
declare function formatPercent(x: BigNumber | undefined): string;
|
|
11302
11304
|
type NonNullableProps<T> = {
|
|
11303
11305
|
[K in keyof T]-?: Exclude<T[K], undefined | null>;
|
|
@@ -11613,9 +11615,8 @@ declare class MiningBids {
|
|
|
11613
11615
|
}
|
|
11614
11616
|
|
|
11615
11617
|
declare class Vault {
|
|
11616
|
-
|
|
11618
|
+
tickDuration: number;
|
|
11617
11619
|
securitization: bigint;
|
|
11618
|
-
securitizationRatio: BigNumber;
|
|
11619
11620
|
argonsLocked: bigint;
|
|
11620
11621
|
argonsPendingActivation: bigint;
|
|
11621
11622
|
argonsScheduledForRelease: Map<number, bigint>;
|
|
@@ -11627,10 +11628,12 @@ declare class Vault {
|
|
|
11627
11628
|
pendingTermsChangeTick?: number;
|
|
11628
11629
|
openedDate: Date;
|
|
11629
11630
|
openedTick: number;
|
|
11631
|
+
securitizationRatio: number;
|
|
11630
11632
|
constructor(id: number, vault: ArgonPrimitivesVault, tickDuration: number);
|
|
11631
11633
|
load(vault: ArgonPrimitivesVault): void;
|
|
11632
11634
|
availableBitcoinSpace(): bigint;
|
|
11633
11635
|
getRelockCapacity(): bigint;
|
|
11636
|
+
securitizationRatioBN(): BigNumber;
|
|
11634
11637
|
recoverySecuritization(): bigint;
|
|
11635
11638
|
minimumSecuritization(): bigint;
|
|
11636
11639
|
activatedSecuritization(): bigint;
|
|
@@ -11649,7 +11652,7 @@ declare class Vault {
|
|
|
11649
11652
|
liquidityPoolProfitSharing: number;
|
|
11650
11653
|
tip?: bigint;
|
|
11651
11654
|
doNotExceedBalance?: bigint;
|
|
11652
|
-
|
|
11655
|
+
txProgressCallback?: ITxProgressCallback;
|
|
11653
11656
|
}, config?: {
|
|
11654
11657
|
tickDurationMillis?: number;
|
|
11655
11658
|
}): Promise<{
|
|
@@ -11840,6 +11843,7 @@ declare class BitcoinLocks {
|
|
|
11840
11843
|
utxoId: number;
|
|
11841
11844
|
vaultSignature: Uint8Array;
|
|
11842
11845
|
argonKeyring: KeyringPair;
|
|
11846
|
+
txProgressCallback?: ITxProgressCallback;
|
|
11843
11847
|
}): Promise<TxResult>;
|
|
11844
11848
|
getBitcoinLock(utxoId: number): Promise<IBitcoinLock | undefined>;
|
|
11845
11849
|
/**
|
|
@@ -11862,7 +11866,7 @@ declare class BitcoinLocks {
|
|
|
11862
11866
|
reducedBalanceBy?: bigint;
|
|
11863
11867
|
tip?: bigint;
|
|
11864
11868
|
}): Promise<{
|
|
11865
|
-
tx: _polkadot_api_base_types.SubmittableExtrinsic<"promise",
|
|
11869
|
+
tx: _polkadot_api_base_types.SubmittableExtrinsic<"promise", _polkadot_types_types_extrinsic.ISubmittableResult>;
|
|
11866
11870
|
securityFee: bigint;
|
|
11867
11871
|
txFee: bigint;
|
|
11868
11872
|
}>;
|
|
@@ -11872,6 +11876,7 @@ declare class BitcoinLocks {
|
|
|
11872
11876
|
argonKeyring: KeyringPair;
|
|
11873
11877
|
satoshis: bigint;
|
|
11874
11878
|
tip?: bigint;
|
|
11879
|
+
txProgressCallback?: ITxProgressCallback;
|
|
11875
11880
|
}): Promise<{
|
|
11876
11881
|
lock: IBitcoinLock;
|
|
11877
11882
|
createdAtHeight: number;
|
|
@@ -11884,6 +11889,7 @@ declare class BitcoinLocks {
|
|
|
11884
11889
|
releaseRequest: IReleaseRequest;
|
|
11885
11890
|
argonKeyring: KeyringPair;
|
|
11886
11891
|
tip?: bigint;
|
|
11892
|
+
txProgressCallback?: ITxProgressCallback;
|
|
11887
11893
|
}): Promise<{
|
|
11888
11894
|
blockHash: Uint8Array;
|
|
11889
11895
|
blockHeight: number;
|
|
@@ -11899,6 +11905,7 @@ declare class BitcoinLocks {
|
|
|
11899
11905
|
argonKeyring: KeyringPair;
|
|
11900
11906
|
tip?: bigint;
|
|
11901
11907
|
vault: Vault;
|
|
11908
|
+
txProgressCallback?: ITxProgressCallback;
|
|
11902
11909
|
}): Promise<{
|
|
11903
11910
|
securityFee: bigint;
|
|
11904
11911
|
txFee: bigint;
|
|
@@ -11926,6 +11933,7 @@ declare class BitcoinLocks {
|
|
|
11926
11933
|
}
|
|
11927
11934
|
interface IBitcoinLockConfig {
|
|
11928
11935
|
releaseExpirationBlocks: number;
|
|
11936
|
+
pendingConfirmationExpirationBlocks: number;
|
|
11929
11937
|
tickDurationMillis: number;
|
|
11930
11938
|
bitcoinNetwork: ArgonPrimitivesBitcoinBitcoinNetwork;
|
|
11931
11939
|
}
|
|
@@ -11987,4 +11995,4 @@ declare function waitForLoad(): Promise<void>;
|
|
|
11987
11995
|
*/
|
|
11988
11996
|
declare function getClient(host: string): Promise<ArgonClient>;
|
|
11989
11997
|
|
|
11990
|
-
export { AccountMiners, AccountRegistry, Accountset, type ArgonClient, type ArgonClientConfig, BidPool, BitcoinLocks, BlockWatch, CohortBidder, ExtrinsicError, FrameCalculator, type IBitcoinLock, type IBitcoinLockConfig, type IMiningIndex, type IReleaseRequest, type IReleaseRequestDetails, type ISubaccountMiner, JsonExt, MICROGONS_PER_ARGON, MiningBids, SATS_PER_BTC, TxSubmitter, TypedEmitter, Vault, VaultMonitor, WageProtector, checkForExtrinsicSuccess, convertFixedU128ToBigNumber, convertNumberToFixedU128, convertNumberToPermill, convertPermillToBigNumber, createKeyringPair, createNanoEvents, dispatchErrorToExtrinsicError, dispatchErrorToString, eventDataToJson, filterUndefined, formatArgons, formatPercent, getAuthorFromHeader, getClient, getConfig, getTickFromHeader, gettersToObject, keyringFromSuri, setConfig, toFixedNumber, waitForLoad };
|
|
11998
|
+
export { AccountMiners, AccountRegistry, Accountset, type ArgonClient, type ArgonClientConfig, BidPool, BitcoinLocks, BlockWatch, CohortBidder, ExtrinsicError, FrameCalculator, type IBitcoinLock, type IBitcoinLockConfig, type IMiningIndex, type IReleaseRequest, type IReleaseRequestDetails, type ISubaccountMiner, type ITxProgressCallback, JsonExt, MICROGONS_PER_ARGON, MiningBids, SATS_PER_BTC, TxResult, TxSubmitter, TypedEmitter, Vault, VaultMonitor, WageProtector, checkForExtrinsicSuccess, convertFixedU128ToBigNumber, convertNumberToFixedU128, convertNumberToPermill, convertPermillToBigNumber, createKeyringPair, createNanoEvents, dispatchErrorToExtrinsicError, dispatchErrorToString, eventDataToJson, filterUndefined, formatArgons, formatPercent, getAuthorFromHeader, getClient, getConfig, getTickFromHeader, gettersToObject, keyringFromSuri, setConfig, toFixedNumber, waitForLoad };
|
package/lib/index.d.ts
CHANGED
|
@@ -8,7 +8,6 @@ import { Percent, AccountId32, H256, MultiAddress, Call, Hash, SignedBlock, Bloc
|
|
|
8
8
|
export { AccountId, AccountId32, Block, Call, H160, H256, Header, MultiAddress, Permill } from '@polkadot/types/interfaces/runtime';
|
|
9
9
|
import { FrameSupportPalletId, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, SpWeightsRuntimeDbWeight, SpVersionRuntimeVersion, FrameSupportTokensMiscBalanceStatus, SpRuntimeDispatchError, ArgonPrimitivesBitcoinUtxoRef, ArgonPrimitivesBitcoinBitcoinRejectedReason, ArgonPrimitivesBlockSealBlockPayout, PalletDomainsDomainRegistration, ArgonPrimitivesDomainZoneRecord, ArgonRuntimeOriginCaller, SpConsensusGrandpaAppPublic, PalletHyperbridgeVersionedHostParams, PalletIsmpErrorsHandlingError, IsmpEventsRequestResponseHandled, IsmpEventsTimeoutHandled, IsmpHostStateMachine, IsmpConsensusStateMachineHeight, IsmpConsensusStateMachineId, ArgonPrimitivesBlockSealMiningRegistration, PalletMintMintType, PalletMultisigTimepoint, ArgonPrimitivesNotaryNotaryRecord, ArgonPrimitivesNotaryNotaryMeta, ArgonNotaryAuditErrorVerifyError, PalletProxyDepositKind, ArgonRuntimeProxyType, FrameSystemDispatchEventInfo, PalletBalancesAccountData, FrameSupportTokensMiscIdAmountRuntimeFreezeReason, FrameSupportTokensMiscIdAmountRuntimeHoldReason, PalletBalancesBalanceLock, PalletBalancesReserveData, PalletBitcoinLocksLockedBitcoin, PalletBitcoinLocksLockReleaseRequest, ArgonPrimitivesBitcoinBitcoinNetwork, ArgonPrimitivesBitcoinBitcoinBlock, ArgonPrimitivesBitcoinUtxoValue, ArgonPrimitivesForkPower, ArgonPrimitivesProvidersBlockSealerInfo, ArgonPrimitivesInherentsBlockSealInherent, ArgonPrimitivesDigestsBlockVoteDigest, ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails, PalletChainTransferQueuedTransferOut, ArgonPrimitivesDigestsDigestset, PalletGrandpaStoredPendingChange, PalletGrandpaStoredState, IsmpConsensusStateCommitment, PalletLiquidityPoolsLiquidityPoolCapital, PalletLiquidityPoolsPrebondedArgons, PalletLiquidityPoolsLiquidityPool, ArgonPrimitivesBlockSealMiningBidStats, ArgonPrimitivesBlockSealMiningSlotConfig, PalletMintMintAction, PalletMultisigMultisig, ArgonPrimitivesBalanceChangeAccountOrigin, ArgonPrimitivesDigestsNotebookDigest, ArgonPrimitivesNotaryNotaryNotebookKeyDetails, PalletPriceIndexPriceIndex, PalletProxyAnnouncement, PalletProxyProxyDefinition, FrameSystemAccountInfo, FrameSystemCodeUpgradeAuthorization, FrameSupportDispatchPerDispatchClassWeight, SpRuntimeDigest, FrameSystemEventRecord, FrameSystemPhase, SpWeightsWeightV2Weight, FrameSystemLastRuntimeUpgradeInfo, ArgonPrimitivesTickTicker, PalletTransactionPaymentReleases, PalletVaultsVaultFrameFeeRevenue, ArgonPrimitivesVault, ArgonPrimitivesBitcoinBitcoinXPub, PalletBalancesAdjustmentDirection, ArgonPrimitivesBitcoinCompressedBitcoinPubkey, ArgonPrimitivesBitcoinH256Le, ArgonPrimitivesInherentsBitcoinUtxoSync, SpConsensusGrandpaEquivocationProof, SpCoreVoid, IsmpMessagingCreateConsensusState, PalletIsmpUtilsFundMessageParams, IsmpMessagingMessage, PalletIsmpUtilsUpdateConsensusState, IsmpGrandpaAddStateMachine, ArgonRuntimeSessionKeys, ArgonPrimitivesNotebookSignedNotebookHeader, PalletTokenGatewayAssetRegistration, PalletTokenGatewayTeleportParams, PalletTokenGatewayPrecisionUpdate, TokenGatewayPrimitivesGatewayAssetUpdate, PalletVaultsVaultConfig, ArgonPrimitivesVaultVaultTerms, ArgonPrimitivesBitcoinOpaqueBitcoinXpub } from '@polkadot/types/lookup';
|
|
10
10
|
export * from '@polkadot/types/lookup';
|
|
11
|
-
import * as _polkadot_types_types from '@polkadot/types/types';
|
|
12
11
|
import { Observable, IExtrinsic } from '@polkadot/types/types';
|
|
13
12
|
import { AugmentedRpc } from '@polkadot/rpc-core/types';
|
|
14
13
|
import { StorageKey, Metadata, Data, GenericEvent as GenericEvent$1 } from '@polkadot/types';
|
|
@@ -90,13 +89,15 @@ export { Keyring } from '@polkadot/api';
|
|
|
90
89
|
export { decodeAddress, mnemonicGenerate } from '@polkadot/util-crypto';
|
|
91
90
|
export { InterfaceTypes as interfaces } from '@polkadot/types/types/registry';
|
|
92
91
|
export { KeypairType } from '@polkadot/util-crypto/types';
|
|
92
|
+
import * as _polkadot_types_types_extrinsic from '@polkadot/types/types/extrinsic';
|
|
93
93
|
import { ISubmittableResult } from '@polkadot/types/types/extrinsic';
|
|
94
|
+
export { IExtrinsic, ISignerPayload, ISubmittableResult, Signer, SignerResult } from '@polkadot/types/types/extrinsic';
|
|
94
95
|
import { SubmittableExtrinsic as SubmittableExtrinsic$1 } from '@polkadot/api/promise/types';
|
|
95
96
|
import { SignerOptions, ApiDecoration } from '@polkadot/api/types';
|
|
96
97
|
import { GenericEvent } from '@polkadot/types/generic';
|
|
97
98
|
export { GenericAddress, GenericBlock, GenericEvent } from '@polkadot/types/generic';
|
|
98
99
|
import BigNumber from 'bignumber.js';
|
|
99
|
-
import { DispatchError as DispatchError$1, Header as Header$1
|
|
100
|
+
import { DispatchError as DispatchError$1, Header as Header$1 } from '@polkadot/types/interfaces';
|
|
100
101
|
export { hexToU8a, u8aEq, u8aToHex } from '@polkadot/util';
|
|
101
102
|
|
|
102
103
|
declare module '@polkadot/api-base/types/consts' {
|
|
@@ -11254,9 +11255,10 @@ declare class TxSubmitter {
|
|
|
11254
11255
|
logResults?: boolean;
|
|
11255
11256
|
waitForBlock?: boolean;
|
|
11256
11257
|
useLatestNonce?: boolean;
|
|
11257
|
-
|
|
11258
|
+
txProgressCallback?: ITxProgressCallback;
|
|
11258
11259
|
}): Promise<TxResult>;
|
|
11259
11260
|
}
|
|
11261
|
+
type ITxProgressCallback = (progressToInBlock: number, result: TxResult) => void;
|
|
11260
11262
|
declare class TxResult {
|
|
11261
11263
|
private readonly client;
|
|
11262
11264
|
private shouldLog;
|
|
@@ -11277,7 +11279,7 @@ declare class TxResult {
|
|
|
11277
11279
|
* The fee tip paid for the transaction.
|
|
11278
11280
|
*/
|
|
11279
11281
|
finalFeeTip?: bigint;
|
|
11280
|
-
|
|
11282
|
+
txProgressCallback?: ITxProgressCallback;
|
|
11281
11283
|
private inBlockResolve;
|
|
11282
11284
|
private inBlockReject;
|
|
11283
11285
|
private finalizedResolve;
|
|
@@ -11297,7 +11299,7 @@ declare class AccountRegistry {
|
|
|
11297
11299
|
}
|
|
11298
11300
|
|
|
11299
11301
|
declare const MICROGONS_PER_ARGON = 1000000;
|
|
11300
|
-
declare function formatArgons(
|
|
11302
|
+
declare function formatArgons(microgons: bigint | number): string;
|
|
11301
11303
|
declare function formatPercent(x: BigNumber | undefined): string;
|
|
11302
11304
|
type NonNullableProps<T> = {
|
|
11303
11305
|
[K in keyof T]-?: Exclude<T[K], undefined | null>;
|
|
@@ -11613,9 +11615,8 @@ declare class MiningBids {
|
|
|
11613
11615
|
}
|
|
11614
11616
|
|
|
11615
11617
|
declare class Vault {
|
|
11616
|
-
|
|
11618
|
+
tickDuration: number;
|
|
11617
11619
|
securitization: bigint;
|
|
11618
|
-
securitizationRatio: BigNumber;
|
|
11619
11620
|
argonsLocked: bigint;
|
|
11620
11621
|
argonsPendingActivation: bigint;
|
|
11621
11622
|
argonsScheduledForRelease: Map<number, bigint>;
|
|
@@ -11627,10 +11628,12 @@ declare class Vault {
|
|
|
11627
11628
|
pendingTermsChangeTick?: number;
|
|
11628
11629
|
openedDate: Date;
|
|
11629
11630
|
openedTick: number;
|
|
11631
|
+
securitizationRatio: number;
|
|
11630
11632
|
constructor(id: number, vault: ArgonPrimitivesVault, tickDuration: number);
|
|
11631
11633
|
load(vault: ArgonPrimitivesVault): void;
|
|
11632
11634
|
availableBitcoinSpace(): bigint;
|
|
11633
11635
|
getRelockCapacity(): bigint;
|
|
11636
|
+
securitizationRatioBN(): BigNumber;
|
|
11634
11637
|
recoverySecuritization(): bigint;
|
|
11635
11638
|
minimumSecuritization(): bigint;
|
|
11636
11639
|
activatedSecuritization(): bigint;
|
|
@@ -11649,7 +11652,7 @@ declare class Vault {
|
|
|
11649
11652
|
liquidityPoolProfitSharing: number;
|
|
11650
11653
|
tip?: bigint;
|
|
11651
11654
|
doNotExceedBalance?: bigint;
|
|
11652
|
-
|
|
11655
|
+
txProgressCallback?: ITxProgressCallback;
|
|
11653
11656
|
}, config?: {
|
|
11654
11657
|
tickDurationMillis?: number;
|
|
11655
11658
|
}): Promise<{
|
|
@@ -11840,6 +11843,7 @@ declare class BitcoinLocks {
|
|
|
11840
11843
|
utxoId: number;
|
|
11841
11844
|
vaultSignature: Uint8Array;
|
|
11842
11845
|
argonKeyring: KeyringPair;
|
|
11846
|
+
txProgressCallback?: ITxProgressCallback;
|
|
11843
11847
|
}): Promise<TxResult>;
|
|
11844
11848
|
getBitcoinLock(utxoId: number): Promise<IBitcoinLock | undefined>;
|
|
11845
11849
|
/**
|
|
@@ -11862,7 +11866,7 @@ declare class BitcoinLocks {
|
|
|
11862
11866
|
reducedBalanceBy?: bigint;
|
|
11863
11867
|
tip?: bigint;
|
|
11864
11868
|
}): Promise<{
|
|
11865
|
-
tx: _polkadot_api_base_types.SubmittableExtrinsic<"promise",
|
|
11869
|
+
tx: _polkadot_api_base_types.SubmittableExtrinsic<"promise", _polkadot_types_types_extrinsic.ISubmittableResult>;
|
|
11866
11870
|
securityFee: bigint;
|
|
11867
11871
|
txFee: bigint;
|
|
11868
11872
|
}>;
|
|
@@ -11872,6 +11876,7 @@ declare class BitcoinLocks {
|
|
|
11872
11876
|
argonKeyring: KeyringPair;
|
|
11873
11877
|
satoshis: bigint;
|
|
11874
11878
|
tip?: bigint;
|
|
11879
|
+
txProgressCallback?: ITxProgressCallback;
|
|
11875
11880
|
}): Promise<{
|
|
11876
11881
|
lock: IBitcoinLock;
|
|
11877
11882
|
createdAtHeight: number;
|
|
@@ -11884,6 +11889,7 @@ declare class BitcoinLocks {
|
|
|
11884
11889
|
releaseRequest: IReleaseRequest;
|
|
11885
11890
|
argonKeyring: KeyringPair;
|
|
11886
11891
|
tip?: bigint;
|
|
11892
|
+
txProgressCallback?: ITxProgressCallback;
|
|
11887
11893
|
}): Promise<{
|
|
11888
11894
|
blockHash: Uint8Array;
|
|
11889
11895
|
blockHeight: number;
|
|
@@ -11899,6 +11905,7 @@ declare class BitcoinLocks {
|
|
|
11899
11905
|
argonKeyring: KeyringPair;
|
|
11900
11906
|
tip?: bigint;
|
|
11901
11907
|
vault: Vault;
|
|
11908
|
+
txProgressCallback?: ITxProgressCallback;
|
|
11902
11909
|
}): Promise<{
|
|
11903
11910
|
securityFee: bigint;
|
|
11904
11911
|
txFee: bigint;
|
|
@@ -11926,6 +11933,7 @@ declare class BitcoinLocks {
|
|
|
11926
11933
|
}
|
|
11927
11934
|
interface IBitcoinLockConfig {
|
|
11928
11935
|
releaseExpirationBlocks: number;
|
|
11936
|
+
pendingConfirmationExpirationBlocks: number;
|
|
11929
11937
|
tickDurationMillis: number;
|
|
11930
11938
|
bitcoinNetwork: ArgonPrimitivesBitcoinBitcoinNetwork;
|
|
11931
11939
|
}
|
|
@@ -11987,4 +11995,4 @@ declare function waitForLoad(): Promise<void>;
|
|
|
11987
11995
|
*/
|
|
11988
11996
|
declare function getClient(host: string): Promise<ArgonClient>;
|
|
11989
11997
|
|
|
11990
|
-
export { AccountMiners, AccountRegistry, Accountset, type ArgonClient, type ArgonClientConfig, BidPool, BitcoinLocks, BlockWatch, CohortBidder, ExtrinsicError, FrameCalculator, type IBitcoinLock, type IBitcoinLockConfig, type IMiningIndex, type IReleaseRequest, type IReleaseRequestDetails, type ISubaccountMiner, JsonExt, MICROGONS_PER_ARGON, MiningBids, SATS_PER_BTC, TxSubmitter, TypedEmitter, Vault, VaultMonitor, WageProtector, checkForExtrinsicSuccess, convertFixedU128ToBigNumber, convertNumberToFixedU128, convertNumberToPermill, convertPermillToBigNumber, createKeyringPair, createNanoEvents, dispatchErrorToExtrinsicError, dispatchErrorToString, eventDataToJson, filterUndefined, formatArgons, formatPercent, getAuthorFromHeader, getClient, getConfig, getTickFromHeader, gettersToObject, keyringFromSuri, setConfig, toFixedNumber, waitForLoad };
|
|
11998
|
+
export { AccountMiners, AccountRegistry, Accountset, type ArgonClient, type ArgonClientConfig, BidPool, BitcoinLocks, BlockWatch, CohortBidder, ExtrinsicError, FrameCalculator, type IBitcoinLock, type IBitcoinLockConfig, type IMiningIndex, type IReleaseRequest, type IReleaseRequestDetails, type ISubaccountMiner, type ITxProgressCallback, JsonExt, MICROGONS_PER_ARGON, MiningBids, SATS_PER_BTC, TxResult, TxSubmitter, TypedEmitter, Vault, VaultMonitor, WageProtector, checkForExtrinsicSuccess, convertFixedU128ToBigNumber, convertNumberToFixedU128, convertNumberToPermill, convertPermillToBigNumber, createKeyringPair, createNanoEvents, dispatchErrorToExtrinsicError, dispatchErrorToString, eventDataToJson, filterUndefined, formatArgons, formatPercent, getAuthorFromHeader, getClient, getConfig, getTickFromHeader, gettersToObject, keyringFromSuri, setConfig, toFixedNumber, waitForLoad };
|
package/lib/index.js
CHANGED
|
@@ -28,6 +28,7 @@ import {
|
|
|
28
28
|
Struct,
|
|
29
29
|
Text,
|
|
30
30
|
Tuple,
|
|
31
|
+
TxResult,
|
|
31
32
|
TxSubmitter,
|
|
32
33
|
TypedEmitter,
|
|
33
34
|
U256,
|
|
@@ -70,7 +71,7 @@ import {
|
|
|
70
71
|
u8aEq,
|
|
71
72
|
u8aToHex,
|
|
72
73
|
waitForLoad
|
|
73
|
-
} from "./chunk-
|
|
74
|
+
} from "./chunk-GZ2TLGCG.js";
|
|
74
75
|
export {
|
|
75
76
|
AccountMiners,
|
|
76
77
|
AccountRegistry,
|
|
@@ -101,6 +102,7 @@ export {
|
|
|
101
102
|
Struct,
|
|
102
103
|
Text,
|
|
103
104
|
Tuple,
|
|
105
|
+
TxResult,
|
|
104
106
|
TxSubmitter,
|
|
105
107
|
TypedEmitter,
|
|
106
108
|
U256,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@argonprotocol/mainchain",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.5",
|
|
4
4
|
"description": "A client for accessing the Argon mainchain apis.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"dotenv": "^16.4.7"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
|
-
"@argonprotocol/testing": "1.3.
|
|
73
|
+
"@argonprotocol/testing": "1.3.5",
|
|
74
74
|
"@polkadot/typegen": "^16.2.1",
|
|
75
75
|
"@substrate/ss58-registry": "^1.51.0",
|
|
76
76
|
"@types/node": "^18.19.6",
|