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