@argent/x-shared 1.44.4 → 1.45.0
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/dist/index.cjs +1 -1
- package/dist/index.js +439 -434
- package/dist/src/backend/index.d.ts +1 -0
- package/dist/src/backend/sessionKeys/index.d.ts +1 -0
- package/dist/src/backend/sessionKeys/schema.cjs +1 -0
- package/dist/src/backend/sessionKeys/schema.d.ts +123 -0
- package/dist/src/backend/sessionKeys/schema.js +31 -0
- package/dist/src/features/simulation/activity/schema.d.ts +18 -18
- package/dist/src/features/swap/services/implementation.cjs +1 -1
- package/dist/src/features/swap/services/implementation.js +11 -11
- package/dist/src/staking/schema.d.ts +4 -4
- package/dist/src/tokens/service/implementation.d.ts +8 -8
- package/dist/src/tokens/service/types/backend.model.d.ts +320 -320
- package/dist/src/tokens/service/types/webToken.model.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2,449 +2,454 @@ import * as e from "./src/bigdecimal/index.js";
|
|
|
2
2
|
import { BaseError as t } from "./src/errors/baseErrors.js";
|
|
3
3
|
import { AddSmartAccountResponseSchema as n, AddSmartAcountRequestSchema as m, BackendAccountSchema as i } from "./src/account/account.model.js";
|
|
4
4
|
import { isAccountV4 as c, isAccountV5 as S, isAccountV6 as d } from "./src/account/accountv4.js";
|
|
5
|
-
import { preferencesEndpointPayload as
|
|
6
|
-
import { argentBackendNetworkIdSchema as u, argentNetworkIdSchema as A, isArgentBackendNetworkId as
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
5
|
+
import { preferencesEndpointPayload as h, preferencesSchema as l } from "./src/account/preferences.model.js";
|
|
6
|
+
import { argentBackendNetworkIdSchema as u, argentNetworkIdSchema as A, isArgentBackendNetworkId as x, isArgentNetworkId as g } from "./src/backend/schema.js";
|
|
7
|
+
import { backendSessionAllowedMethodSchema as k, backendSessionMetadataSchema as C, backendSessionSchema as y, backendSessionTxFeeSchema as D } from "./src/backend/sessionKeys/schema.js";
|
|
8
|
+
import { CacheService as R } from "./src/cache/CacheService.js";
|
|
9
|
+
import { addressOrEmptyUndefinedSchema as v, addressSchema as N, addressSchemaArgentBackend as b, addressSchemaBase as F, addressSchemaLooseLength as I, addressSchemaStrictLength as B, formatFullAddress as w, formatTruncatedAddress as _, formatTruncatedSignerKey as H, formatTruncatedString as L, includesAddress as O, isAddress as V, isEqualAddress as M, isValidAddress as W, isZeroAddress as U, normalizeAddress as q, validChecksumAddressSchema as G, validateAddressRangeSchema as z } from "./src/chains/starknet/address.js";
|
|
10
|
+
import { addressOrDomainInputSchema as j, addressOrDomainSchema as X, isEqualStarknetDomainName as Y, isStarknetDomainName as Z, normalizeAddressOrDomain as Q, starknetDomainNameSchema as J } from "./src/chains/starknet/addressDomain.js";
|
|
11
|
+
import { addressInputCharactersAndLengthSchema as ee, addressInputSchema as ae } from "./src/chains/starknet/addressInput.js";
|
|
12
|
+
import { argentNameSchema as te, isArgentName as oe, isEqualArgentName as ne, normalizeArgentName as me } from "./src/chains/starknet/argentName.js";
|
|
13
|
+
import { cairoVersionSchema as se } from "./src/chains/starknet/cairoVersionSchema.js";
|
|
14
|
+
import { ETH_TOKEN_ADDRESS as Se, STANDARD_DEVNET_ACCOUNT_CLASS_HASH as de, STRK_TOKEN_ADDRESS as pe, TXV1_ACCOUNT_CLASS_HASH as he, TXV1_MULTISIG_CLASS_HASH as le, TXV3_ACCOUNT_CLASS_HASH as fe, TXV3_MULTISIG_CLASS_HASH as ue } from "./src/chains/starknet/constants.js";
|
|
15
|
+
import { apiWalletResponseSchema as xe, getAddressFromArgentName as ge } from "./src/chains/starknet/getAddressFromArgentName.js";
|
|
16
|
+
import { getAddressFromStarkName as ke, getCallFromStarkName as Ce, getStarknetIdContractAddressFromNetworkId as ye, starkNameToCallDataDomain as De } from "./src/chains/starknet/getAddressFromStarkName.js";
|
|
17
|
+
import { getChainIdFromNetworkId as Re } from "./src/chains/starknet/network.js";
|
|
18
|
+
import { StarknetAddressService as ve } from "./src/chains/starknet/services/address/StarknetAddressService.js";
|
|
19
|
+
import { ARGENT_ACCOUNT_CONTRACT_CLASS_HASHES as be, ARGENT_MULTISIG_CONTRACT_CLASS_HASHES as Fe, C0_PROXY_CONTRACT_CLASS_HASHES as Ie } from "./src/chains/starknet/services/deploymentData/constants.js";
|
|
20
|
+
import { constructorCallDataSchemaC0 as we, constructorCallDataSchemaC1V1 as _e, implementationSchema as He } from "./src/chains/starknet/services/deploymentData/deploymentData.schema.js";
|
|
21
|
+
import { buildConstructorCalldata as Oe, findImplementationForAccount as Ve, getAccountContractAddress as Me, getAccountDeploymentPayload as We, isEqualImplementation as Ue } from "./src/chains/starknet/services/deploymentData/findImplementationForAccount.js";
|
|
22
|
+
import { getArgentAccountClassHashes as Ge, getArgentAccountClassHashesWithTxV3Support as ze, getArgentAccountWithMultiSignerClassHashes as Ke, getLastCairo0ArgentAccountClassHash as je, getLatestArgentAccountClassHash as Xe, getLatestArgentMultisigClassHash as Ye, getLatestLedgerAccountClassHash as Ze, getLedgerAccountClassHashes as Qe } from "./src/chains/starknet/services/deploymentData/getAccountClassHash.js";
|
|
23
|
+
import { isEqualStarknetId as $e, isStarknetId as ea, normalizeStarknetId as aa, starknetIdSchema as ra } from "./src/chains/starknet/starknetId.js";
|
|
24
|
+
import { DateService as oa } from "./src/http/DateService.js";
|
|
25
|
+
import { HttpError as ma } from "./src/http/HttpError.js";
|
|
26
|
+
import { HTTPService as sa } from "./src/http/HttpService.js";
|
|
27
|
+
import { HTTP_ERROR_MESSAGE as Sa } from "./src/http/IHttpService.js";
|
|
28
|
+
import { SWRService as pa } from "./src/http/SWRService.js";
|
|
29
|
+
import { fetchData as la, fetcherError as fa, postData as ua } from "./src/http/fetcher.js";
|
|
30
|
+
import { getBackendTimeNowSeconds as xa, getBackendTimeSeconds as ga } from "./src/http/time.js";
|
|
31
|
+
import { KnownDappsBackendService as ka } from "./src/knownDapps/KnownDappsBackendService.js";
|
|
32
|
+
import { dappContractSchema as ya, dappLinkSchema as Da, knownDappSchema as Ea, knownDappsSchema as Ra } from "./src/knownDapps/schema.js";
|
|
33
|
+
import { getDapplandLinkForDapp as va, getDapplandUrlForDapp as Na } from "./src/knownDapps/utils/getDapplandUrl.js";
|
|
34
|
+
import { ResolveNameService as Fa } from "./src/nameResolution/ResolveNameService.js";
|
|
35
|
+
import { nameProviderResolutionSchema as Ba, nameResolutionAddressSchema as wa, nameResolutionAddressesSchema as _a, nameResolutionStarknetIdSchema as Ha, nameResolutionStarknetIdsSchema as La, providersNamesSchema as Oa } from "./src/nameResolution/schema.js";
|
|
36
|
+
import { BackendNftService as Ma } from "./src/nfts/BackendNftService.js";
|
|
37
|
+
import { equalNft as Ua, getNftPicture as qa } from "./src/nfts/utils.js";
|
|
38
|
+
import { OnchainRecoveryService as za } from "./src/onchainRecovery/OnchainRecoveryService.js";
|
|
39
|
+
import { RecoveryStatusEnum as ja, StartOnchainRecoveryErrorStatusEnum as Xa, activeOnchainRecoverySchema as Ya, onchainRecoverySchema as Za, recoveryBaseSchema as Qa, recoveryBodySchema as Ja, recoveryStatusSchema as $a, startOnchainRecoveryErrorSchema as er, startOnchainRecoveryErrorStatusSchema as ar, startOnchainRecoverySchema as rr } from "./src/onchainRecovery/schema.js";
|
|
40
|
+
import { isBraveBrowser as or } from "./src/platform/isBraveBrowser.js";
|
|
41
|
+
import { getUAParserResult as mr, isBrowser as ir, isChromeBrowser as sr, isEdgeBrowser as cr, isFirefoxBrowser as Sr, isSafariBrowser as dr } from "./src/platform/isBrowser.js";
|
|
42
|
+
import { seedphraseSchema as hr } from "./src/signer/seedphrase.js";
|
|
43
|
+
import { MultiSigner as fr, getSignerForMultiSigner as ur } from "./src/signer/multisigner.js";
|
|
44
|
+
import { mergeOwnerGuardianSignatures as xr } from "./src/signer/mergeOwnerGuardianSignatures.js";
|
|
45
|
+
import { investmentMetaSchema as Tr, investmentSchema as kr, investmentsResponseSchema as Cr, lendingInvestmentSchema as yr, stakerInfoSchema as Dr, stakingActionSchema as Er, stakingInvestmentSchema as Rr, strkDelegatedStakingInvestmentSchema as Pr, strkStakingCalldataResponseSchema as vr, strkStakingCalldataSchema as Nr } from "./src/staking/schema.js";
|
|
46
|
+
import { getTokenBalance as Fr, getTokens as Ir, getTokensBalances as Br, useToken as wr } from "./src/tokens/balances.js";
|
|
47
|
+
import { DEFAULT_TOKEN_DECIMALS as Hr } from "./src/tokens/constants.js";
|
|
48
|
+
import { convertTokenAmountToCurrencyValue as Or } from "./src/tokens/convertTokenAmountToCurrencyValue.js";
|
|
49
|
+
import { convertTokenUnitAmountWithDecimals as Mr } from "./src/tokens/convertTokenUnitAmountWithDecimals.js";
|
|
50
|
+
import { ensureDecimals as Ur } from "./src/tokens/ensureDecimals.js";
|
|
51
|
+
import { isUnlimitedAmount as Gr } from "./src/tokens/isUnlimitedAmount.js";
|
|
52
|
+
import { prettifyCurrencyValue as Kr } from "./src/tokens/prettifyCurrencyValue.js";
|
|
53
|
+
import { PRETTY_UNLIMITED as Xr, prettifyTokenAmount as Yr } from "./src/tokens/prettifyTokenAmount.js";
|
|
54
|
+
import { getCurrencySymbol as Qr } from "./src/tokens/getCurrencySymbol.js";
|
|
55
|
+
import { TokenServiceWeb as $r } from "./src/tokens/service/implementation.js";
|
|
56
|
+
import { TOKEN_ERROR_MESSAGES as at, TokenError as rt } from "./src/tokens/service/tokenError.js";
|
|
57
|
+
import { apiAccountTokenBalancesSchema as ot, apiAirdropSchema as nt, apiCollateralizedDebtPositionSchema as mt, apiCollateralizedDebtPositionsSchema as it, apiConcentratedLiquidityPositionSchema as st, apiConcentratedLiquidityPositionsSchema as ct, apiDefiDecompositionProduct as St, apiDefiDecompositionProducts as dt, apiDefiDecompositionSchema as pt, apiDefiDecompositionToken as ht, apiDefiPositionSchema as lt, apiDefiPositionsSchema as ft, apiDelegatedTokensArraySchema as ut, apiDelegatedTokensSchema as At, apiPriceDataResponseSchema as xt, apiPriceDetailsSchema as gt, apiStakingPositionSchema as Tt, apiStakingPositionsSchema as kt, apiStrkDelegatedStakingPositionsSchema as Ct, apiStrkDelegatedStakingSchema as yt, apiTokenInfoResponseSchema as Dt, apiTokenInfoSchema as Et, apiTokensInfoResponseSchema as Rt, apiUnclaimedRewardsSchema as Pt } from "./src/tokens/service/types/backend.model.js";
|
|
58
|
+
import { collateralizedDebtGroupSchema as Nt, collateralizedDebtPositionSchema as bt, collateralizedDebtPositionsSchema as Ft, concentratedLiquidityPositionSchema as It, concentratedLiquidityPositionsSchema as Bt, defiDappsProductsSchema as wt, defiPositionSchema as _t, defiProductSchema as Ht, defiProductsSchema as Lt, delegatedTokensArraySchema as Ot, delegatedTokensSchema as Vt, productGroupsSchema as Mt, stakingPositionSchema as Wt, stakingPositionsSchema as Ut } from "./src/tokens/service/types/defiPosition.model.js";
|
|
59
|
+
import { defiPositionTypeSchema as Gt } from "./src/tokens/service/types/defiPositionType.model.js";
|
|
60
|
+
import { airdropSchema as Kt, unclaimedRewardsSchema as jt } from "./src/tokens/service/types/unclaimedRewards.model.js";
|
|
61
|
+
import { webBaseTokenSchema as Yt, webBaseTokenWithBalanceSchema as Zt, webTokenInfoDetailsSchema as Qt, webTokenPriceDetailsSchema as Jt, webTokenSchema as $t, webTokenWithBalanceAndPriceSchema as eo, webTokenWithBalanceSchema as ao, webTokenWithPriceSchema as ro, webTokensWithBalanceAndPriceSchema as to } from "./src/tokens/service/types/webToken.model.js";
|
|
62
|
+
import { isCollateralizedDebtPosition as no, isConcentratedLiquidityPosition as mo, isDelegatedTokens as io, isStaking as so, isStrkDelegatedStaking as co } from "./src/tokens/utils.js";
|
|
63
|
+
import { inputAmountSchema as po, isValidInputAmount as ho, parseAmount as lo } from "./src/transactions/amount.js";
|
|
64
|
+
import { erc20TransferTransaction as uo, erc721SafeTransferFromTransaction as Ao, erc721TransferFromTransaction as xo } from "./src/transactions/buildTransactions.js";
|
|
65
|
+
import { getMessageFromTrpcError as To, trpcErrorSchema as ko } from "./src/transactions/errors.js";
|
|
66
|
+
import { FEE_OVERHEAD as yo, argentMaxFee as Do, modifySnjsFeeOverhead as Eo } from "./src/transactions/estimate/argentMaxFee.js";
|
|
67
|
+
import { ESTIMATE_ERROR_MESSAGES as Po, EstimateError as vo } from "./src/transactions/estimate/error.js";
|
|
68
|
+
import { transactionReviewTransactionsSchema as bo } from "./src/transactions/estimate/model.js";
|
|
69
|
+
import { buildDummyTx as Io, calculateCubeRootAdjustment as Bo, calculateNonLinearAdjustment as wo, calculateSqrtAdjustment as _o, castFeeEstimation as Ho, estimatedFeeToMaxFeeTotal as Lo, estimatedFeeToMaxResourceBounds as Oo, estimatedFeeToTotal as Vo, estimatedFeesToMaxFeeTotal as Mo, estimatedFeesToTotal as Wo, getEstimatedFeeFromBulkSimulation as Uo, getEstimatedFeeFromSimulationAndRespectWatermarkFee as qo, getPayloadFromTransaction as Go, getWatermarkedMaxFeeTotal as zo, isFRI as Ko, isWEI as jo, multiplyBigIntByFloat as Xo, toMax as Yo, tokensRequireTxV3Support as Zo, unitToFeeTokenAddress as Qo } from "./src/transactions/estimate/utils.js";
|
|
70
|
+
import { EventsBySelector as $o, findTransfersAndApprovals as en } from "./src/transactions/findTransfersAndApprovals.js";
|
|
71
|
+
import { getPrettyRpcError as rn } from "./src/transactions/getPrettyRcpError.js";
|
|
72
|
+
import { getSimulationTxVersionFromFeeToken as on, getTxVersionFromFeeToken as nn, getTxVersionFromFeeTokenForDeclareContract as mn } from "./src/transactions/getTransactionVersion.js";
|
|
73
|
+
import { TransactionReviewServiceWeb as cn } from "./src/transactions/service/implementation.js";
|
|
74
|
+
import { transactionReviewWarningSchema as dn } from "./src/transactions/service/types.js";
|
|
75
|
+
import { apiTransactionReviewActivityType as hn } from "./src/transactions/transactionReviewTypes.js";
|
|
76
|
+
import { denyTxV3 as fn, txVersionSchema as un } from "./src/transactions/transactionVersion.js";
|
|
77
|
+
import { classHashSupportsTxV3 as xn, feeTokenNeedsTxV3Support as gn } from "./src/transactions/txv3.js";
|
|
78
|
+
import { formatAddress as kn } from "./src/utils/address.js";
|
|
79
|
+
import { ensureArray as yn } from "./src/utils/arrays.js";
|
|
80
|
+
import { generateAvatarImage as En, getColor as Rn, getNetworkAccountImageUrl as Pn, stripAddressZeroPadding as vn } from "./src/utils/avatarImage.js";
|
|
81
|
+
import { decodeBase58 as bn, decodeBase58Array as Fn, encodeBase58 as In, encodeBase58Array as Bn } from "./src/utils/base58.js";
|
|
82
|
+
import { bigNumberSchema as _n } from "./src/utils/bigNumber.js";
|
|
83
|
+
import { daysBetween as Ln } from "./src/utils/daysBetween.js";
|
|
84
|
+
import { isFeatureEnabled as Vn } from "./src/utils/env.js";
|
|
85
|
+
import { hexSchema as Wn, hexSchemaBase as Un } from "./src/utils/hex.js";
|
|
86
|
+
import { id as Gn } from "./src/utils/id.js";
|
|
87
|
+
import { getInitials as Kn } from "./src/utils/initials.js";
|
|
88
|
+
import { isContractDeployed as Xn } from "./src/utils/isContractDeployed.js";
|
|
89
|
+
import { nonNullable as Zn } from "./src/utils/nonNullable.js";
|
|
90
|
+
import { isAllowedAddressHexInputValue as Jn } from "./src/utils/number/isAllowedAddressHexInputValue.js";
|
|
91
|
+
import { isAllowedNumericInputValue as em } from "./src/utils/number/isAllowedNumericInputValue.js";
|
|
92
|
+
import { isNumeric as rm } from "./src/utils/number/isNumeric.js";
|
|
93
|
+
import { prettifyCurrencyNumber as om, prettifyNumber as nm, prettifyNumberConfig as mm, prettifyTokenNumber as im } from "./src/utils/number/prettifyNumber.js";
|
|
94
|
+
import { getUint256CalldataFromBN as cm, parseAmountValue as Sm } from "./src/utils/parseAmount.js";
|
|
95
|
+
import { pluralise as pm } from "./src/utils/pluralise.js";
|
|
96
|
+
import { readFileAsString as lm } from "./src/utils/readFileAsString.js";
|
|
97
|
+
import { booleanToStringSchema as um, createSchemaWithWarnings as Am, safeParseAndWarn as xm, stringToBooleanSchema as gm } from "./src/utils/schemas.js";
|
|
98
|
+
import { addOwnersCalldataSchema as km, addPluginCalldataSchema as Cm, bigNumberishSchema as ym, callDetailsSchema as Dm, callSchema as Em, calldataSchema as Rm, changeGuardianCalldataSchema as Pm, changeThresholdCalldataSchema as vm, escapeGuardianCalldataSchema as Nm, executeOnPluginCalldataSchema as bm, feltSchema as Fm, looseCalldataSchema as Im, multiTypeSchema as Bm, rawArgsArraySchema as wm, rawArgsObjectSchema as _m, rawArgsSchema as Hm, removeOwnersCalldataSchema as Lm, removePluginCalldataSchema as Om, replaceSignerCalldataSchema as Vm, transferCalldataSchema as Mm, uint256Schema as Wm } from "./src/utils/starknet/starknet.js";
|
|
99
|
+
import { abiEntrySchema as qm, abiSchema as Gm, builtinsSchema as zm, byteCodeSchema as Km, cairo1EventSchema as jm, cairoAssemblySchema as Xm, compiledContractClassSchema as Ym, compiledSierraCasmSchema as Zm, compiledSierraSchema as Qm, compressedProgramSchema as Jm, contractEntryPointFieldsSchema as $m, entryPointsByTypeSchema as ei, eventAbiSchema as ai, eventEntrySchema as ri, functionAbiSchema as ti, functionAbiTypeSchema as oi, legacyContractClassSchema as ni, legacyEventSchema as mi, programSchema as ii, pythonicHintsSchema as si, sierraContractEntryPointFieldsSchema as ci, sierraEntryPointsByTypeSchema as Si, sierraProgramDebugInfoSchema as di, structAbiSchema as pi } from "./src/utils/starknet/starknetSchemas.js";
|
|
100
|
+
import { entryPointToHumanReadable as li } from "./src/utils/transactions.js";
|
|
101
|
+
import { urlWithQuery as ui } from "./src/utils/url/urlWithQuery.js";
|
|
102
|
+
import { voidify as xi } from "./src/utils/voidify.js";
|
|
103
|
+
import { bipsToPercent as Ti } from "./src/utils/bips.js";
|
|
104
|
+
import { retryUntilInitialised as Ci } from "./src/utils/retryUntilInitialised.js";
|
|
104
105
|
export {
|
|
105
|
-
|
|
106
|
-
|
|
106
|
+
be as ARGENT_ACCOUNT_CONTRACT_CLASS_HASHES,
|
|
107
|
+
Fe as ARGENT_MULTISIG_CONTRACT_CLASS_HASHES,
|
|
107
108
|
n as AddSmartAccountResponseSchema,
|
|
108
109
|
m as AddSmartAcountRequestSchema,
|
|
109
110
|
i as BackendAccountSchema,
|
|
110
|
-
|
|
111
|
+
Ma as BackendNftService,
|
|
111
112
|
t as BaseError,
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
113
|
+
Ie as C0_PROXY_CONTRACT_CLASS_HASHES,
|
|
114
|
+
R as CacheService,
|
|
115
|
+
Hr as DEFAULT_TOKEN_DECIMALS,
|
|
116
|
+
oa as DateService,
|
|
117
|
+
Po as ESTIMATE_ERROR_MESSAGES,
|
|
118
|
+
Se as ETH_TOKEN_ADDRESS,
|
|
119
|
+
vo as EstimateError,
|
|
120
|
+
$o as EventsBySelector,
|
|
121
|
+
yo as FEE_OVERHEAD,
|
|
122
|
+
sa as HTTPService,
|
|
123
|
+
Sa as HTTP_ERROR_MESSAGE,
|
|
124
|
+
ma as HttpError,
|
|
125
|
+
ka as KnownDappsBackendService,
|
|
126
|
+
fr as MultiSigner,
|
|
127
|
+
za as OnchainRecoveryService,
|
|
128
|
+
Xr as PRETTY_UNLIMITED,
|
|
129
|
+
ja as RecoveryStatusEnum,
|
|
130
|
+
Fa as ResolveNameService,
|
|
131
|
+
de as STANDARD_DEVNET_ACCOUNT_CLASS_HASH,
|
|
132
|
+
pe as STRK_TOKEN_ADDRESS,
|
|
133
|
+
pa as SWRService,
|
|
134
|
+
ve as StarknetAddressService,
|
|
135
|
+
Xa as StartOnchainRecoveryErrorStatusEnum,
|
|
136
|
+
at as TOKEN_ERROR_MESSAGES,
|
|
137
|
+
he as TXV1_ACCOUNT_CLASS_HASH,
|
|
138
|
+
le as TXV1_MULTISIG_CLASS_HASH,
|
|
139
|
+
fe as TXV3_ACCOUNT_CLASS_HASH,
|
|
140
|
+
ue as TXV3_MULTISIG_CLASS_HASH,
|
|
141
|
+
rt as TokenError,
|
|
142
|
+
$r as TokenServiceWeb,
|
|
143
|
+
cn as TransactionReviewServiceWeb,
|
|
144
|
+
qm as abiEntrySchema,
|
|
145
|
+
Gm as abiSchema,
|
|
146
|
+
Ya as activeOnchainRecoverySchema,
|
|
147
|
+
km as addOwnersCalldataSchema,
|
|
148
|
+
Cm as addPluginCalldataSchema,
|
|
149
|
+
ee as addressInputCharactersAndLengthSchema,
|
|
150
|
+
ae as addressInputSchema,
|
|
151
|
+
j as addressOrDomainInputSchema,
|
|
152
|
+
X as addressOrDomainSchema,
|
|
153
|
+
v as addressOrEmptyUndefinedSchema,
|
|
154
|
+
N as addressSchema,
|
|
155
|
+
b as addressSchemaArgentBackend,
|
|
156
|
+
F as addressSchemaBase,
|
|
157
|
+
I as addressSchemaLooseLength,
|
|
158
|
+
B as addressSchemaStrictLength,
|
|
159
|
+
Kt as airdropSchema,
|
|
160
|
+
ot as apiAccountTokenBalancesSchema,
|
|
161
|
+
nt as apiAirdropSchema,
|
|
162
|
+
mt as apiCollateralizedDebtPositionSchema,
|
|
163
|
+
it as apiCollateralizedDebtPositionsSchema,
|
|
164
|
+
st as apiConcentratedLiquidityPositionSchema,
|
|
165
|
+
ct as apiConcentratedLiquidityPositionsSchema,
|
|
166
|
+
St as apiDefiDecompositionProduct,
|
|
167
|
+
dt as apiDefiDecompositionProducts,
|
|
168
|
+
pt as apiDefiDecompositionSchema,
|
|
169
|
+
ht as apiDefiDecompositionToken,
|
|
170
|
+
lt as apiDefiPositionSchema,
|
|
171
|
+
ft as apiDefiPositionsSchema,
|
|
172
|
+
ut as apiDelegatedTokensArraySchema,
|
|
173
|
+
At as apiDelegatedTokensSchema,
|
|
174
|
+
xt as apiPriceDataResponseSchema,
|
|
175
|
+
gt as apiPriceDetailsSchema,
|
|
176
|
+
Tt as apiStakingPositionSchema,
|
|
177
|
+
kt as apiStakingPositionsSchema,
|
|
178
|
+
Ct as apiStrkDelegatedStakingPositionsSchema,
|
|
179
|
+
yt as apiStrkDelegatedStakingSchema,
|
|
180
|
+
Dt as apiTokenInfoResponseSchema,
|
|
181
|
+
Et as apiTokenInfoSchema,
|
|
182
|
+
Rt as apiTokensInfoResponseSchema,
|
|
183
|
+
hn as apiTransactionReviewActivityType,
|
|
184
|
+
Pt as apiUnclaimedRewardsSchema,
|
|
185
|
+
xe as apiWalletResponseSchema,
|
|
185
186
|
u as argentBackendNetworkIdSchema,
|
|
186
|
-
|
|
187
|
-
|
|
187
|
+
Do as argentMaxFee,
|
|
188
|
+
te as argentNameSchema,
|
|
188
189
|
A as argentNetworkIdSchema,
|
|
190
|
+
k as backendSessionAllowedMethodSchema,
|
|
191
|
+
C as backendSessionMetadataSchema,
|
|
192
|
+
y as backendSessionSchema,
|
|
193
|
+
D as backendSessionTxFeeSchema,
|
|
189
194
|
e as bigDecimal,
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
195
|
+
_n as bigNumberSchema,
|
|
196
|
+
ym as bigNumberishSchema,
|
|
197
|
+
Ti as bipsToPercent,
|
|
198
|
+
um as booleanToStringSchema,
|
|
199
|
+
Oe as buildConstructorCalldata,
|
|
200
|
+
Io as buildDummyTx,
|
|
201
|
+
zm as builtinsSchema,
|
|
202
|
+
Km as byteCodeSchema,
|
|
203
|
+
jm as cairo1EventSchema,
|
|
204
|
+
Xm as cairoAssemblySchema,
|
|
205
|
+
se as cairoVersionSchema,
|
|
206
|
+
Bo as calculateCubeRootAdjustment,
|
|
207
|
+
wo as calculateNonLinearAdjustment,
|
|
208
|
+
_o as calculateSqrtAdjustment,
|
|
209
|
+
Dm as callDetailsSchema,
|
|
210
|
+
Em as callSchema,
|
|
211
|
+
Rm as calldataSchema,
|
|
212
|
+
Ho as castFeeEstimation,
|
|
213
|
+
Pm as changeGuardianCalldataSchema,
|
|
214
|
+
vm as changeThresholdCalldataSchema,
|
|
215
|
+
xn as classHashSupportsTxV3,
|
|
216
|
+
Nt as collateralizedDebtGroupSchema,
|
|
217
|
+
bt as collateralizedDebtPositionSchema,
|
|
218
|
+
Ft as collateralizedDebtPositionsSchema,
|
|
219
|
+
Ym as compiledContractClassSchema,
|
|
220
|
+
Zm as compiledSierraCasmSchema,
|
|
221
|
+
Qm as compiledSierraSchema,
|
|
222
|
+
Jm as compressedProgramSchema,
|
|
223
|
+
It as concentratedLiquidityPositionSchema,
|
|
224
|
+
Bt as concentratedLiquidityPositionsSchema,
|
|
225
|
+
we as constructorCallDataSchemaC0,
|
|
226
|
+
_e as constructorCallDataSchemaC1V1,
|
|
227
|
+
$m as contractEntryPointFieldsSchema,
|
|
228
|
+
Or as convertTokenAmountToCurrencyValue,
|
|
229
|
+
Mr as convertTokenUnitAmountWithDecimals,
|
|
230
|
+
Am as createSchemaWithWarnings,
|
|
231
|
+
ya as dappContractSchema,
|
|
232
|
+
Da as dappLinkSchema,
|
|
233
|
+
Ln as daysBetween,
|
|
234
|
+
bn as decodeBase58,
|
|
235
|
+
Fn as decodeBase58Array,
|
|
236
|
+
wt as defiDappsProductsSchema,
|
|
237
|
+
_t as defiPositionSchema,
|
|
238
|
+
Gt as defiPositionTypeSchema,
|
|
239
|
+
Ht as defiProductSchema,
|
|
240
|
+
Lt as defiProductsSchema,
|
|
241
|
+
Ot as delegatedTokensArraySchema,
|
|
242
|
+
Vt as delegatedTokensSchema,
|
|
243
|
+
fn as denyTxV3,
|
|
244
|
+
In as encodeBase58,
|
|
245
|
+
Bn as encodeBase58Array,
|
|
246
|
+
yn as ensureArray,
|
|
247
|
+
Ur as ensureDecimals,
|
|
248
|
+
li as entryPointToHumanReadable,
|
|
249
|
+
ei as entryPointsByTypeSchema,
|
|
250
|
+
Ua as equalNft,
|
|
251
|
+
uo as erc20TransferTransaction,
|
|
252
|
+
Ao as erc721SafeTransferFromTransaction,
|
|
253
|
+
xo as erc721TransferFromTransaction,
|
|
254
|
+
Nm as escapeGuardianCalldataSchema,
|
|
255
|
+
Lo as estimatedFeeToMaxFeeTotal,
|
|
256
|
+
Oo as estimatedFeeToMaxResourceBounds,
|
|
257
|
+
Vo as estimatedFeeToTotal,
|
|
258
|
+
Mo as estimatedFeesToMaxFeeTotal,
|
|
259
|
+
Wo as estimatedFeesToTotal,
|
|
260
|
+
ai as eventAbiSchema,
|
|
261
|
+
ri as eventEntrySchema,
|
|
262
|
+
bm as executeOnPluginCalldataSchema,
|
|
263
|
+
gn as feeTokenNeedsTxV3Support,
|
|
264
|
+
Fm as feltSchema,
|
|
265
|
+
la as fetchData,
|
|
266
|
+
fa as fetcherError,
|
|
267
|
+
Ve as findImplementationForAccount,
|
|
268
|
+
en as findTransfersAndApprovals,
|
|
269
|
+
kn as formatAddress,
|
|
270
|
+
w as formatFullAddress,
|
|
271
|
+
_ as formatTruncatedAddress,
|
|
272
|
+
H as formatTruncatedSignerKey,
|
|
273
|
+
L as formatTruncatedString,
|
|
274
|
+
ti as functionAbiSchema,
|
|
275
|
+
oi as functionAbiTypeSchema,
|
|
276
|
+
En as generateAvatarImage,
|
|
277
|
+
Me as getAccountContractAddress,
|
|
278
|
+
We as getAccountDeploymentPayload,
|
|
279
|
+
ge as getAddressFromArgentName,
|
|
280
|
+
ke as getAddressFromStarkName,
|
|
281
|
+
Ge as getArgentAccountClassHashes,
|
|
282
|
+
ze as getArgentAccountClassHashesWithTxV3Support,
|
|
283
|
+
Ke as getArgentAccountWithMultiSignerClassHashes,
|
|
284
|
+
xa as getBackendTimeNowSeconds,
|
|
285
|
+
ga as getBackendTimeSeconds,
|
|
286
|
+
Ce as getCallFromStarkName,
|
|
287
|
+
Re as getChainIdFromNetworkId,
|
|
288
|
+
Rn as getColor,
|
|
289
|
+
Qr as getCurrencySymbol,
|
|
290
|
+
va as getDapplandLinkForDapp,
|
|
291
|
+
Na as getDapplandUrlForDapp,
|
|
292
|
+
Uo as getEstimatedFeeFromBulkSimulation,
|
|
293
|
+
qo as getEstimatedFeeFromSimulationAndRespectWatermarkFee,
|
|
294
|
+
Kn as getInitials,
|
|
295
|
+
je as getLastCairo0ArgentAccountClassHash,
|
|
296
|
+
Xe as getLatestArgentAccountClassHash,
|
|
297
|
+
Ye as getLatestArgentMultisigClassHash,
|
|
298
|
+
Ze as getLatestLedgerAccountClassHash,
|
|
299
|
+
Qe as getLedgerAccountClassHashes,
|
|
300
|
+
To as getMessageFromTrpcError,
|
|
301
|
+
Pn as getNetworkAccountImageUrl,
|
|
302
|
+
qa as getNftPicture,
|
|
303
|
+
Go as getPayloadFromTransaction,
|
|
304
|
+
rn as getPrettyRpcError,
|
|
305
|
+
ur as getSignerForMultiSigner,
|
|
306
|
+
on as getSimulationTxVersionFromFeeToken,
|
|
307
|
+
ye as getStarknetIdContractAddressFromNetworkId,
|
|
308
|
+
Fr as getTokenBalance,
|
|
309
|
+
Ir as getTokens,
|
|
310
|
+
Br as getTokensBalances,
|
|
311
|
+
nn as getTxVersionFromFeeToken,
|
|
312
|
+
mn as getTxVersionFromFeeTokenForDeclareContract,
|
|
313
|
+
mr as getUAParserResult,
|
|
314
|
+
cm as getUint256CalldataFromBN,
|
|
315
|
+
zo as getWatermarkedMaxFeeTotal,
|
|
316
|
+
Wn as hexSchema,
|
|
317
|
+
Un as hexSchemaBase,
|
|
318
|
+
Gn as id,
|
|
319
|
+
He as implementationSchema,
|
|
320
|
+
O as includesAddress,
|
|
321
|
+
po as inputAmountSchema,
|
|
322
|
+
Tr as investmentMetaSchema,
|
|
323
|
+
kr as investmentSchema,
|
|
324
|
+
Cr as investmentsResponseSchema,
|
|
320
325
|
c as isAccountV4,
|
|
321
326
|
S as isAccountV5,
|
|
322
327
|
d as isAccountV6,
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
328
|
+
V as isAddress,
|
|
329
|
+
Jn as isAllowedAddressHexInputValue,
|
|
330
|
+
em as isAllowedNumericInputValue,
|
|
331
|
+
x as isArgentBackendNetworkId,
|
|
332
|
+
oe as isArgentName,
|
|
333
|
+
g as isArgentNetworkId,
|
|
334
|
+
or as isBraveBrowser,
|
|
335
|
+
ir as isBrowser,
|
|
336
|
+
sr as isChromeBrowser,
|
|
337
|
+
no as isCollateralizedDebtPosition,
|
|
338
|
+
mo as isConcentratedLiquidityPosition,
|
|
339
|
+
Xn as isContractDeployed,
|
|
340
|
+
io as isDelegatedTokens,
|
|
341
|
+
cr as isEdgeBrowser,
|
|
342
|
+
M as isEqualAddress,
|
|
343
|
+
ne as isEqualArgentName,
|
|
344
|
+
Ue as isEqualImplementation,
|
|
345
|
+
Y as isEqualStarknetDomainName,
|
|
346
|
+
$e as isEqualStarknetId,
|
|
347
|
+
Ko as isFRI,
|
|
348
|
+
Vn as isFeatureEnabled,
|
|
349
|
+
Sr as isFirefoxBrowser,
|
|
350
|
+
rm as isNumeric,
|
|
351
|
+
dr as isSafariBrowser,
|
|
352
|
+
so as isStaking,
|
|
353
|
+
Z as isStarknetDomainName,
|
|
354
|
+
ea as isStarknetId,
|
|
355
|
+
co as isStrkDelegatedStaking,
|
|
356
|
+
Gr as isUnlimitedAmount,
|
|
357
|
+
W as isValidAddress,
|
|
358
|
+
ho as isValidInputAmount,
|
|
359
|
+
jo as isWEI,
|
|
360
|
+
U as isZeroAddress,
|
|
361
|
+
Ea as knownDappSchema,
|
|
362
|
+
Ra as knownDappsSchema,
|
|
363
|
+
ni as legacyContractClassSchema,
|
|
364
|
+
mi as legacyEventSchema,
|
|
365
|
+
yr as lendingInvestmentSchema,
|
|
366
|
+
Im as looseCalldataSchema,
|
|
367
|
+
xr as mergeOwnerGuardianSignatures,
|
|
368
|
+
Eo as modifySnjsFeeOverhead,
|
|
369
|
+
Bm as multiTypeSchema,
|
|
370
|
+
Xo as multiplyBigIntByFloat,
|
|
371
|
+
Ba as nameProviderResolutionSchema,
|
|
372
|
+
wa as nameResolutionAddressSchema,
|
|
373
|
+
_a as nameResolutionAddressesSchema,
|
|
374
|
+
Ha as nameResolutionStarknetIdSchema,
|
|
375
|
+
La as nameResolutionStarknetIdsSchema,
|
|
376
|
+
Zn as nonNullable,
|
|
377
|
+
q as normalizeAddress,
|
|
378
|
+
Q as normalizeAddressOrDomain,
|
|
379
|
+
me as normalizeArgentName,
|
|
380
|
+
aa as normalizeStarknetId,
|
|
381
|
+
Za as onchainRecoverySchema,
|
|
382
|
+
lo as parseAmount,
|
|
383
|
+
Sm as parseAmountValue,
|
|
384
|
+
pm as pluralise,
|
|
385
|
+
ua as postData,
|
|
386
|
+
h as preferencesEndpointPayload,
|
|
387
|
+
l as preferencesSchema,
|
|
388
|
+
om as prettifyCurrencyNumber,
|
|
389
|
+
Kr as prettifyCurrencyValue,
|
|
390
|
+
nm as prettifyNumber,
|
|
391
|
+
mm as prettifyNumberConfig,
|
|
392
|
+
Yr as prettifyTokenAmount,
|
|
393
|
+
im as prettifyTokenNumber,
|
|
394
|
+
Mt as productGroupsSchema,
|
|
395
|
+
ii as programSchema,
|
|
396
|
+
Oa as providersNamesSchema,
|
|
397
|
+
si as pythonicHintsSchema,
|
|
398
|
+
wm as rawArgsArraySchema,
|
|
399
|
+
_m as rawArgsObjectSchema,
|
|
400
|
+
Hm as rawArgsSchema,
|
|
401
|
+
lm as readFileAsString,
|
|
402
|
+
Qa as recoveryBaseSchema,
|
|
403
|
+
Ja as recoveryBodySchema,
|
|
404
|
+
$a as recoveryStatusSchema,
|
|
405
|
+
Lm as removeOwnersCalldataSchema,
|
|
406
|
+
Om as removePluginCalldataSchema,
|
|
407
|
+
Vm as replaceSignerCalldataSchema,
|
|
408
|
+
Ci as retryUntilInitialised,
|
|
409
|
+
xm as safeParseAndWarn,
|
|
410
|
+
hr as seedphraseSchema,
|
|
411
|
+
ci as sierraContractEntryPointFieldsSchema,
|
|
412
|
+
Si as sierraEntryPointsByTypeSchema,
|
|
413
|
+
di as sierraProgramDebugInfoSchema,
|
|
414
|
+
Dr as stakerInfoSchema,
|
|
415
|
+
Er as stakingActionSchema,
|
|
416
|
+
Rr as stakingInvestmentSchema,
|
|
417
|
+
Wt as stakingPositionSchema,
|
|
418
|
+
Ut as stakingPositionsSchema,
|
|
419
|
+
De as starkNameToCallDataDomain,
|
|
420
|
+
J as starknetDomainNameSchema,
|
|
421
|
+
ra as starknetIdSchema,
|
|
422
|
+
er as startOnchainRecoveryErrorSchema,
|
|
423
|
+
ar as startOnchainRecoveryErrorStatusSchema,
|
|
424
|
+
rr as startOnchainRecoverySchema,
|
|
425
|
+
gm as stringToBooleanSchema,
|
|
426
|
+
vn as stripAddressZeroPadding,
|
|
427
|
+
Pr as strkDelegatedStakingInvestmentSchema,
|
|
428
|
+
vr as strkStakingCalldataResponseSchema,
|
|
429
|
+
Nr as strkStakingCalldataSchema,
|
|
430
|
+
pi as structAbiSchema,
|
|
431
|
+
Yo as toMax,
|
|
432
|
+
Zo as tokensRequireTxV3Support,
|
|
433
|
+
bo as transactionReviewTransactionsSchema,
|
|
434
|
+
dn as transactionReviewWarningSchema,
|
|
435
|
+
Mm as transferCalldataSchema,
|
|
436
|
+
ko as trpcErrorSchema,
|
|
437
|
+
un as txVersionSchema,
|
|
438
|
+
Wm as uint256Schema,
|
|
439
|
+
jt as unclaimedRewardsSchema,
|
|
440
|
+
Qo as unitToFeeTokenAddress,
|
|
441
|
+
ui as urlWithQuery,
|
|
442
|
+
wr as useToken,
|
|
443
|
+
G as validChecksumAddressSchema,
|
|
444
|
+
z as validateAddressRangeSchema,
|
|
445
|
+
xi as voidify,
|
|
446
|
+
Yt as webBaseTokenSchema,
|
|
447
|
+
Zt as webBaseTokenWithBalanceSchema,
|
|
448
|
+
Qt as webTokenInfoDetailsSchema,
|
|
449
|
+
Jt as webTokenPriceDetailsSchema,
|
|
450
|
+
$t as webTokenSchema,
|
|
451
|
+
eo as webTokenWithBalanceAndPriceSchema,
|
|
452
|
+
ao as webTokenWithBalanceSchema,
|
|
453
|
+
ro as webTokenWithPriceSchema,
|
|
454
|
+
to as webTokensWithBalanceAndPriceSchema
|
|
450
455
|
};
|