@sip-protocol/sdk 0.11.0 → 0.12.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/{TransportWebUSB-2KITI5HD.mjs → TransportWebUSB-TXDZJBGS.mjs} +12 -12
- package/dist/browser.d.mts +1 -1
- package/dist/browser.d.ts +1 -1
- package/dist/browser.js +868 -545
- package/dist/browser.mjs +17 -3
- package/dist/{chunk-L4RKPNIJ.mjs → chunk-4EHEBTKP.mjs} +132 -87
- package/dist/{chunk-7IUKXWDN.mjs → chunk-MKTCJPFH.mjs} +331 -94
- package/dist/{chunk-IBZVA5Y7.mjs → chunk-NMC5RNMV.mjs} +2 -2
- package/dist/{chunk-XGB3TDIC.mjs → chunk-S3F4CPQ5.mjs} +5 -1
- package/dist/{constants-DCJYTIU3.mjs → constants-NCGOQF7S.mjs} +1 -1
- package/dist/{dist-PYEXZNFD.mjs → dist-4KSUM2PU.mjs} +2 -2
- package/dist/{dist-IFHPYLDX.mjs → dist-4O5YILSN.mjs} +2 -2
- package/dist/{fulfillment_proof-ANHVPKTB.mjs → fulfillment_proof-WCEE5GGO.mjs} +1 -1
- package/dist/{funding_proof-ICFZ5LHY.mjs → funding_proof-X5IP4SG5.mjs} +1 -1
- package/dist/{index-Cwo3WhxX.d.mts → index-B_fGN4Fk.d.mts} +806 -597
- package/dist/{index-X8qPQdp6.d.ts → index-rqQpCeVM.d.ts} +806 -597
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +868 -545
- package/dist/index.mjs +17 -3
- package/dist/proofs/halo2.mjs +1 -1
- package/dist/proofs/kimchi.mjs +1 -1
- package/dist/proofs/noir.mjs +1 -1
- package/dist/{solana-7QOA3HBZ.mjs → solana-VKZI66MK.mjs} +12 -2
- package/dist/{validity_proof-3POXLPNY.mjs → validity_proof-2GVV6GA6.mjs} +1 -1
- package/package.json +6 -5
- package/src/chains/solana/gasless-cashout.ts +331 -0
- package/src/chains/solana/index.ts +16 -0
- package/src/chains/solana/privacy-adapter.ts +1 -0
- package/src/chains/solana/providers/webhook.ts +1 -0
- package/src/chains/solana/relayer-fee.ts +39 -0
- package/src/chains/solana/scan.ts +11 -70
- package/src/chains/solana/stealth-scanner.ts +8 -0
- package/src/chains/solana/stealth-signer.ts +145 -0
- package/src/chains/solana/types.ts +2 -0
- package/src/index.ts +16 -0
- package/src/proofs/parallel/concurrency.ts +2 -2
- package/src/solana/jito-relayer.ts +40 -8
- package/src/wallet/solana/privacy-adapter.ts +29 -66
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
__commonJS,
|
|
3
3
|
__toESM
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-S3F4CPQ5.mjs";
|
|
5
5
|
|
|
6
6
|
// ../../node_modules/.pnpm/semver@7.7.3/node_modules/semver/internal/constants.js
|
|
7
7
|
var require_constants = __commonJS({
|
|
@@ -1254,7 +1254,7 @@ var require_range = __commonJS({
|
|
|
1254
1254
|
var require_comparator = __commonJS({
|
|
1255
1255
|
"../../node_modules/.pnpm/semver@7.7.3/node_modules/semver/classes/comparator.js"(exports, module) {
|
|
1256
1256
|
"use strict";
|
|
1257
|
-
var ANY = Symbol("SemVer ANY");
|
|
1257
|
+
var ANY = /* @__PURE__ */ Symbol("SemVer ANY");
|
|
1258
1258
|
var Comparator = class _Comparator {
|
|
1259
1259
|
static get ANY() {
|
|
1260
1260
|
return ANY;
|
|
@@ -1933,7 +1933,7 @@ var require_semver2 = __commonJS({
|
|
|
1933
1933
|
}
|
|
1934
1934
|
});
|
|
1935
1935
|
|
|
1936
|
-
// ../../node_modules/.pnpm/@ledgerhq+hw-transport@6.35.
|
|
1936
|
+
// ../../node_modules/.pnpm/@ledgerhq+hw-transport@6.35.3/node_modules/@ledgerhq/hw-transport/lib-es/Transport.js
|
|
1937
1937
|
import EventEmitter from "events";
|
|
1938
1938
|
|
|
1939
1939
|
// ../../node_modules/.pnpm/@ledgerhq+errors@6.35.0/node_modules/@ledgerhq/errors/lib-es/helpers.js
|
|
@@ -2365,7 +2365,7 @@ if (typeof window !== "undefined") {
|
|
|
2365
2365
|
window.__ledgerLogsListen = listen;
|
|
2366
2366
|
}
|
|
2367
2367
|
|
|
2368
|
-
// ../../node_modules/.pnpm/@ledgerhq+hw-transport@6.35.
|
|
2368
|
+
// ../../node_modules/.pnpm/@ledgerhq+hw-transport@6.35.3/node_modules/@ledgerhq/hw-transport/lib-es/Transport.js
|
|
2369
2369
|
var DEFAULT_LOG_TYPE = "transport";
|
|
2370
2370
|
var Transport = class {
|
|
2371
2371
|
exchangeTimeout = 3e4;
|
|
@@ -2688,7 +2688,7 @@ var Transport = class {
|
|
|
2688
2688
|
static ErrorMessage_NoDeviceFound = "No Ledger device found";
|
|
2689
2689
|
};
|
|
2690
2690
|
|
|
2691
|
-
// ../../node_modules/.pnpm/@ledgerhq+devices@8.
|
|
2691
|
+
// ../../node_modules/.pnpm/@ledgerhq+devices@8.15.0/node_modules/@ledgerhq/devices/lib-es/hid-framing.js
|
|
2692
2692
|
var Tag = 5;
|
|
2693
2693
|
function asUInt16BE(value) {
|
|
2694
2694
|
const b = Buffer.alloc(2);
|
|
@@ -2774,7 +2774,7 @@ var createHIDframing = (channel, packetSize) => {
|
|
|
2774
2774
|
};
|
|
2775
2775
|
var hid_framing_default = createHIDframing;
|
|
2776
2776
|
|
|
2777
|
-
// ../../node_modules/.pnpm/@ledgerhq+devices@8.
|
|
2777
|
+
// ../../node_modules/.pnpm/@ledgerhq+devices@8.15.0/node_modules/@ledgerhq/devices/lib-es/index.js
|
|
2778
2778
|
var import_semver = __toESM(require_semver2());
|
|
2779
2779
|
var DeviceModelId;
|
|
2780
2780
|
(function(DeviceModelId2) {
|
|
@@ -2833,7 +2833,7 @@ var devices = {
|
|
|
2833
2833
|
usbOnly: true,
|
|
2834
2834
|
memorySize: 1533 * 1024,
|
|
2835
2835
|
masks: [856686592],
|
|
2836
|
-
getBlockSize: (_firmwareVersion) =>
|
|
2836
|
+
getBlockSize: (_firmwareVersion) => 512
|
|
2837
2837
|
},
|
|
2838
2838
|
[DeviceModelId.apex]: {
|
|
2839
2839
|
id: DeviceModelId.apex,
|
|
@@ -2843,7 +2843,7 @@ var devices = {
|
|
|
2843
2843
|
usbOnly: false,
|
|
2844
2844
|
memorySize: 1533 * 1024,
|
|
2845
2845
|
masks: [859832320],
|
|
2846
|
-
getBlockSize: (_firmwareVersion) =>
|
|
2846
|
+
getBlockSize: (_firmwareVersion) => 512,
|
|
2847
2847
|
bluetoothSpec: [
|
|
2848
2848
|
{
|
|
2849
2849
|
serviceUuid: "13d63400-2c97-8004-0000-4c6564676572",
|
|
@@ -2861,7 +2861,7 @@ var devices = {
|
|
|
2861
2861
|
usbOnly: false,
|
|
2862
2862
|
memorySize: 1533 * 1024,
|
|
2863
2863
|
masks: [857735168],
|
|
2864
|
-
getBlockSize: (_firmwareVersion) =>
|
|
2864
|
+
getBlockSize: (_firmwareVersion) => 512,
|
|
2865
2865
|
bluetoothSpec: [
|
|
2866
2866
|
{
|
|
2867
2867
|
serviceUuid: "13d63400-2c97-6004-0000-4c6564676572",
|
|
@@ -2879,7 +2879,7 @@ var devices = {
|
|
|
2879
2879
|
usbOnly: false,
|
|
2880
2880
|
memorySize: 1533 * 1024,
|
|
2881
2881
|
masks: [858783744],
|
|
2882
|
-
getBlockSize: (_firmwareVersion) =>
|
|
2882
|
+
getBlockSize: (_firmwareVersion) => 512,
|
|
2883
2883
|
bluetoothSpec: [
|
|
2884
2884
|
{
|
|
2885
2885
|
serviceUuid: "13d63400-2c97-3004-0000-4c6564676572",
|
|
@@ -2925,7 +2925,7 @@ for (const id2 in devices) {
|
|
|
2925
2925
|
}
|
|
2926
2926
|
}
|
|
2927
2927
|
|
|
2928
|
-
// ../../node_modules/.pnpm/@ledgerhq+hw-transport-webusb@6.34.
|
|
2928
|
+
// ../../node_modules/.pnpm/@ledgerhq+hw-transport-webusb@6.34.3/node_modules/@ledgerhq/hw-transport-webusb/lib-es/webusb.js
|
|
2929
2929
|
var ledgerDevices = [
|
|
2930
2930
|
{
|
|
2931
2931
|
vendorId: ledgerUSBVendorId
|
|
@@ -2949,7 +2949,7 @@ async function getFirstLedgerDevice() {
|
|
|
2949
2949
|
}
|
|
2950
2950
|
var isSupported = () => Promise.resolve(!!navigator && !!navigator.usb && typeof navigator.usb.getDevices === "function");
|
|
2951
2951
|
|
|
2952
|
-
// ../../node_modules/.pnpm/@ledgerhq+hw-transport-webusb@6.34.
|
|
2952
|
+
// ../../node_modules/.pnpm/@ledgerhq+hw-transport-webusb@6.34.3/node_modules/@ledgerhq/hw-transport-webusb/lib-es/TransportWebUSB.js
|
|
2953
2953
|
var configurationValue = 1;
|
|
2954
2954
|
var endpointNumber = 3;
|
|
2955
2955
|
var TransportWebUSB = class _TransportWebUSB extends Transport {
|
package/dist/browser.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { A as ATTESTATION_VERSION, a as AddressReuseResult, b as AdvisorMessage, c as AdvisorRecommendation, d as AdvisorResponse, e as AdvisorRole, f as AdvisorStatus, g as AdvisoryContext, h as AggregationProgressCallback, i as AggregationProgressEvent, j as AggregationStepResult, k as AggregatorConfig, l as AnalyzableTransaction, m as AnyNativeProof, n as ApproveParams, o as ApproveResult, p as AptosStealthResult, q as AptosStealthService, r as AttestationGatedConfig, s as AttestationGatedDisclosure, t as AttestationRequest, u as AttestationResult, v as AttestationSchema, w as AttestationVerificationResult, x as AuditReport, y as AuditorKeyDerivation, z as AuditorType, B as BLS12_381_MODULUS, C as BN254_MODULUS, D as BUILTIN_TEMPLATES, E as BackendCapabilities, F as BackendRegistrationOptions, G as BalanceAttestationParams, H as BaseProofComposer, I as BaseWalletAdapter, J as BatchVerificationRequest, K as BatchVerificationResult, L as BidReceipt, M as BitcoinNetwork, N as BlockRange, O as BridgeProvider, P as BrowserNoirProvider, Q as BrowserNoirProviderConfig, R as CHAIN_NUMERIC_IDS, S as CIRCUIT_METADATA, T as COMPLIANCE_CIRCUIT_IDS, U as CONFIGURABLE_ETH_RPC, V as CONFIGURABLE_SOLANA_RPC, W as CONFIGURABLE_SUI_RPC, Z as CONFIGURABLE_ZCASH_RPC, X as COSMOS_CHAIN_PREFIXES, Y as CSPLClient, _ as CSPLClientConfig, $ as CSPLServiceStatus, a0 as CSPLTokenService, a1 as CSPLTokenServiceConfig, a2 as CSVExport, a3 as CacheEntry, a4 as CacheEntryMetadata, a5 as CacheEvent, a6 as CacheEventListener, a7 as CacheEventType, a8 as CacheKey, a9 as CacheKeyComponents, aa as CacheKeyGenerator, ab as CacheLookupResult, ac as CacheWarmingConfig, ad as CastVoteParams, ae as ChainCharacteristics, af as ChainFamily, ag as ChainFeeConfig, ah as ClusterResult, ai as CommitmentPoint, aj as CompatibilityEntry, ak as ComplianceManager, al as ComplianceProofConfig, am as ComplianceProofProvider, an as ComplianceProofResult, ao as ComplianceProofType, ap as ComplianceReporter, aq as CompositionPlan, ar as CompositionRequest, as as CompositionState, at as CompositionTemplate, au as ConditionalDisclosure, av as ConversionErrorCode, aw as ConversionMetadata, ax as ConversionOptions, ay as ConverterValidationError, az as ConverterValidationResult, aA as CosmosChainId, aB as CosmosStealthResult, aC as CosmosStealthService, aD as CreateBidParams, aE as CreateIntentOptions, aF as CreatePaymentOptions, aG as CrossSystemValidator, aH as CryptoError, aI as DEFAULT_AGGREGATOR_CONFIG, aJ as DEFAULT_CHAIN_FEES, aK as DEFAULT_CONVERSION_OPTIONS, aL as DEFAULT_FEE_TIERS, aM as DEFAULT_LRU_CONFIG, aN as DEFAULT_MANAGER_CONFIG, aO as DEFAULT_MOCK_CONFIG, aP as DEFAULT_MULTI_TIER_CONFIG, aQ as DEFAULT_NETWORK_CONFIG, aR as DEFAULT_ORCHESTRATOR_CONFIG, aS as DEFAULT_PERSISTENT_CONFIG, aT as DEFAULT_PIPELINE_CONFIG, aU as DEFAULT_PROXY_TIMEOUT, aV as DEFAULT_RANGE_API_ENDPOINT, aW as DEFAULT_RPC_URLS, aX as DEFAULT_SYNC_CONFIG, aY as DEFAULT_THRESHOLD, aZ as DEFAULT_TOTAL_ORACLES, a_ as DEFAULT_TREASURY, a$ as DEFAULT_VALIDITY_PERIOD_SECONDS, b0 as DEFAULT_WARMING_CONFIG, b1 as DecryptedTransaction, b2 as DerivationPath, b3 as DeriveMultipleParams, b4 as DeriveViewingKeyParams, b5 as DerivedViewingKey, b6 as DetailedAggregationResult, b7 as DetailedVerificationResult, b8 as EIP1193ConnectInfo, b9 as EIP1193Event, ba as EIP1193Provider, bb as EIP1193ProviderRpcError, bc as EIP1193RequestArguments, bd as EIP712Domain, be as EIP712TypeDefinition, bf as EIP712TypedData, bg as EIP712Types, bh as EllipticCurve, bi as EncryptedNote, bj as EncryptedVote, bk as EncryptionNotImplementedError, bl as EnhancedAccountData, bm as EnhancedTransaction, bn as EnhancedTransactionEvents, bo as EnhancedTransactionType, bp as ErrorCode, bq as EthereumAdapterConfig, br as EthereumChainId, bs as EthereumChainIdType, bt as EthereumChainMetadata, bu as EthereumTokenMetadata, bv as EthereumTransactionReceipt, bw as EthereumTransactionRequest, bx as EthereumWalletAdapter, by as EthereumWalletName, bz as ExchangeExposureResult, bA as ExportForRegulatorParams, bB as ExportedViewingKey, bC as FATFExport, bD as FATFTransaction, bE as FINCENExport, bF as FINCENTransaction, bG as FeeBreakdown, bH as FeeCalculationInput, bI as FeeCalculationResult, bJ as FeeCalculator, bK as FeeCalculatorOptions, bL as FeeCollectionEvent, bM as FeeCollectionParams, bN as FeeCollectionResult, bO as FeeContractMethods, bP as FeeContractState, bQ as FeeGovernanceProposal, bR as FeeModel, bS as FeeStats, bT as FeeTier, bU as FeeTreasuryConfig, bV as FeeWaiver, bW as FeeWaiverType, bX as FieldCharacteristics, bY as FileCache, bZ as FindBestRouteParams, b_ as FullAnalysisResult, b$ as GenerateAuditReportParams, c0 as GenericProvider, c1 as GenericProviderConfig, c2 as GetTransactionHistoryOptions, c3 as Halo2NativeProof, c4 as Halo2ProofConverter, c5 as HardwareAccount, c6 as HardwareConnectionStatus, c7 as HardwareDeviceInfo, c8 as HardwareErrorCode, c9 as HardwareErrorCodeType, ca as HardwareEthereumTx, cb as HardwareSignRequest, cc as HardwareSignature, cd as HardwareTransport, ce as HardwareWalletConfig, cf as HardwareWalletError, cg as HardwareWalletType, ch as HeliusEnhanced, ci as HeliusEnhancedConfig, cj as HeliusEnhancedTransaction, ck as HeliusProvider, cl as HeliusProviderConfig, cm as HeliusWebhookPayload, cn as HeliusWebhookTransaction, co as HistoryCompletenessParams, cp as ICacheKeyGenerator, cq as ICompiledCircuitCache, cr as ILRUCache, cs as IMultiTierCache, ct as INITIAL_PROOF_CACHE_STATS, cu as IPersistentCache, cv as IProofCache, cw as IVerificationKeyCache, cx as IndexedDBCache, cy as IntentBuilder, cz as IntentError, cA as InvalidProofError, cB as InvalidationRule, cC as InvalidationStrategy, cD as JITO_BLOCK_ENGINES, cE as JITO_DEFAULTS, cF as JITO_TIP_ACCOUNTS, cG as JitoBundleRequest, cH as JitoBundleResult, cI as JitoRelayer, cJ as JitoRelayerConfig, cK as JitoRelayerError, cL as JitoRelayerErrorCode, cM as Jurisdiction, cN as KNOWN_EXCHANGES, cO as KNOWN_ISSUERS, cP as KimchiNativeProof, cQ as KimchiProofConverter, cR as KnownExchange, cS as LRUCache, cT as LRUCacheConfig, cU as LatencyEstimate, cV as LedgerConfig, cW as LedgerModel, cX as LedgerWalletAdapter, cY as LinkValidationResult, cZ as LogLevel, c_ as MAX_NEAR_AMOUNT, c$ as MAX_PROOF_SIZE_BYTES, d0 as MAX_PUBLIC_INPUTS, d1 as MEMO_PROGRAM_ID, d2 as MerkleProof, d3 as MobileBrowser, d4 as MobileDeviceInfo, d5 as MobilePlatform, d6 as MobileWASMCompatibility, d7 as MockEthereumAdapter, d8 as MockEthereumAdapterConfig, d9 as MockHardwareConfig, da as MockLedgerAdapter, db as MockObliviousSyncProvider, dc as MockProofProvider, dd as MockSolanaAdapter, de as MockSolanaAdapterConfig, df as MockSolver, dg as MockSolverConfig, dh as MockSyncProviderConfig, di as MockTrezorAdapter, dj as MockWalletAdapter, dk as MultiTierCache, dl as MultiTierCacheConfig, dm as NEARAnnouncement, dn as NEARClaimParams, dp as NEARClaimResult, dq as NEARCommitmentPoint, dr as NEARDetectedPayment, ds as NEAREncryptedPayload, dt as NEARExportFormat, du as NEARExportOptions, dv as NEARFeeContract, dw as NEARFeeContractOptions, dx as NEARHistoricalTransaction, dy as NEARHistoryPrivacyLevel, dz as NEARIntentsAdapter, dA as NEARIntentsAdapterConfig, dB as NEARIntentsBackend, dC as NEARNetwork, dD as NEARPedersenCommitment, dE as NEARPrivateTransferParams, dF as NEARPrivateTransferResult, dG as NEARScanParams, dH as NEARScanResult, dI as NEARStealthAddressResult, dJ as NEARStealthBalance, dK as NEARStealthMetaAddressResult, dL as NEARTransactionData, dM as NEARTransactionHistoryParams, dN as NEARTransactionHistoryResult, dO as NEARTransactionType, dP as NEARViewingKey, dQ as NEARViewingKeyExport, dR as NEARViewingKeyStorage, dS as NEAR_DEFAULT_GAS, dT as NEAR_ED25519_ORDER, dU as NEAR_EXPLORER_URLS, dV as NEAR_FEE_CONTRACTS, dW as NEAR_IMPLICIT_ACCOUNT_LENGTH, dX as NEAR_MAX_COMMITMENT_VALUE, dY as NEAR_RPC_ENDPOINTS, dZ as NEAR_SIP_MEMO_PREFIX, d_ as NEAR_TOKEN_CONTRACTS, d$ as NEAR_TOKEN_DECIMALS, e0 as NEP141TokenCommitment, e1 as NativeProofFormat, e2 as NativeTransfer, e3 as NetworkError, e4 as NetworkPrivacyConfig, e5 as NftTransfer, e6 as NoirCircuitType, e7 as NoirNativeProof, e8 as NoirProofConverter, e9 as ONE_NEAR, ea as ONE_YOCTO, eb as ORACLE_DOMAIN, ec as ObliviousNullifier, ed as ObliviousSyncConfig, ee as ObliviousSyncError, ef as ObliviousSyncErrorCode, eg as ObliviousSyncProvider, eh as ObliviousSyncQuery, ei as ObliviousSyncResponse, ej as OneClickClient, ek as OracleAttestationMessage, el as OracleId, em as OracleInfo, en as OracleRegistry, eo as OracleRegistryConfig, ep as OracleSignature, eq as OracleStatus, er as OrchestratorConfig, es as OrchestratorProgressCallback, et as OrchestratorProgressEvent, eu as OrchestratorResult, ev as PALLAS_MODULUS, ew as PROXY_ENV_VAR, ex as PROXY_ENV_VARS, ey as ParallelAggregationOptions, ez as ParseTransactionsOptions, eA as ParsedProxyConfig, eB as PaymentBuilder, eC as PdfExportOptions, eD as PedersenCommitment, eE as PersistentCacheConfig, eF as PreparedSwap, eG as PriceFeed, eH as PrivacyAdvisorAgent, eI as PrivacyAdvisorConfig, eJ as PrivacyAdvisoryReport, eK as PrivacyAvailabilityResult, eL as PrivacyBackend, eM as PrivacyBackendCapabilities, eN as PrivacyBackendRegistry, eO as PrivacyBackendSelectionResult, eP as PrivacyBackendType, eQ as PrivacyConfig, eR as PrivacyDisplayOptions, eS as PrivacyLogger, eT as PrivacyLoggerConfig, eU as PrivacyRecommendation, eV as PrivacyScore, eW as PrivacyScoreBreakdown, eX as PrivacySmartRouter, eY as PrivacySmartRouterConfig, eZ as PrivacyTransactionResult, e_ as PrivacyTransferParams, e$ as PrivateNFT, f0 as PrivateVoting, f1 as ProductionConfigError, f2 as ProductionConfigValidationResult, f3 as ProductionConfigWarning, f4 as ProductionQuote, f5 as ProductionSafetyError, f6 as ProofAggregator, f7 as ProofAuditLogEntry, f8 as ProofCacheStats, f9 as ProofConversionError, fa as ProofConverter, fb as ProofDependency, fc as ProofError, fd as ProofNotImplementedError, fe as ProofOrchestrator, ff as ProofProgressCallback, fg as ProofStatistics, fh as ProofSystemToNativeMap, fi as ProviderConfig, fj as ProviderType, fk as ProxiedFetch, fl as ProxyAgentOptions, fm as ProxyCheckResult, fn as ProxyConfig, fo as ProxyType, fp as QuoteComparison, fq as RangeAPIConfig, fr as RangeSASAttestation, fs as ReceivedNote, ft as RecursiveAggregationOptions, fu as RegisteredBackend, fv as RegulatoryExport, fw as RegulatoryFormat, fx as RelayedTransactionRequest, fy as RelayedTransactionResult, fz as RevealedVote, fA as RiskLevel, fB as Route, fC as RouteWithQuote, fD as RouterPriority, fE as SIP, fF as SIPConfig, fG as SIPEnhancedTransaction, fH as SIPError, fI as SIPLogLevel, fJ as SIPLoggerConfig, fK as SIPNativeBackend, fL as SIPNativeBackendConfig, fM as SIPProtectionComparison, fN as SIPTransactionMetadata, fO as SIP_MEMO_PREFIX, fP as SOLANA_EXPLORER_URLS, fQ as SOLANA_RPC_ENDPOINTS, fR as SOLANA_TOKEN_DECIMALS, fS as SOLANA_TOKEN_MINTS, fT as SOLANA_ZK_PROGRAM_IDS, fU as STABLECOIN_ADDRESSES, fV as STABLECOIN_DECIMALS, fW as STABLECOIN_INFO, fX as SUPPORTED_JURISDICTIONS, fY as SYSTEM_INFO, fZ as SameChainExecuteParams, f_ as SameChainExecuteResult, f$ as SameChainExecutor, g0 as SameChainTransferParams, g1 as SameChainTransferResult, g2 as SanctionsClearParams, g3 as SealedBid, g4 as SealedBidAuction, g5 as SecurityError, g6 as SensitiveData, g7 as SequentialAggregationOptions, g8 as SerializedError, g9 as SettlementBackend, ga as SettlementBackendFactory, gb as SettlementBackendName, gc as SettlementBackendRegistry, gd as SettlementQuote, ge as SettlementQuoteParams, gf as SettlementRegistry, gg as SettlementRegistryError, gh as SettlementSwapParams, gi as SettlementSwapResult, gj as SettlementSwapRoute, gk as SettlementSwapRouteStep, gl as ShieldedBalance, gm as ShieldedSendParams, gn as ShieldedSendResult, go as SignedOracleAttestation, gp as SmartRouter, gq as SocialLinkResult, gr as SolanaAdapterConfig, gs as SolanaAnnouncement, gt as SolanaClaimParams, gu as SolanaClaimResult, gv as SolanaCluster, gw as SolanaConnection, gx as SolanaNoirError, gy as SolanaNoirErrorCode, gy as SolanaNoirErrorCodeType, gz as SolanaNoirVerifier, gA as SolanaNoirVerifierConfig, gB as SolanaPrivateTransferParams, gC as SolanaPrivateTransferResult, gD as SolanaPublicKey, gE as SolanaRPCProvider, gF as SolanaSameChainCluster, gG as SolanaSameChainConfig, gH as SolanaSameChainExecutor, gI as SolanaScanParams, gJ as SolanaScanResult, gK as SolanaSendOptions, gL as SolanaSerializedProof, gM as SolanaSignature, gN as SolanaTransaction, gO as SolanaUnsignedTransaction, gP as SolanaVerificationKey, gQ as SolanaVerificationResult, gR as SolanaVerifyInstruction, gS as SolanaVersionedTransaction, gT as SolanaWalletAdapter, gU as SolanaWalletName, gV as SolanaWalletProvider, gW as StablecoinInfo, gX as StealthCurve, gY as StreamCallback, gZ as SuiStealthResult, g_ as SuiStealthService, g$ as SurveillanceAnalyzer, h0 as SurveillanceAnalyzerConfig, h1 as SwapEvent, h2 as SwapRequest, h3 as SwapResult, h4 as SwapStatus, h5 as SwapStatusResponse, h6 as SyncCompletionEvent, h7 as SyncEventListener, h8 as SyncManager, h9 as SyncManagerConfig, ha as SyncOptions, hb as SyncProgressEvent, hc as SyncRandomness, hd as SyncServiceHealth, he as SystemInfo, hf as SystemVerificationStats, hg as TOR_CONTROL_PORT, hh as TOR_HOST, hi as TOR_PORTS, hj as TapScript, hk as TaprootOutput, hl as TemporalPatternResult, hm as ThresholdShares, hn as ThresholdViewingKey, ho as TimeLockParams, hp as TimeLockResult, hq as TimeWindowedViewingKey, hr as TokenAsset, hs as TokenMetadata, ht as TokenTransfer, hu as ToolResult, hv as ToolsConfig, hw as TransactionData, hx as TransactionSummary, hy as TransportType, hz as Treasury, hA as TrezorConfig, hB as TrezorModel, hC as TrezorWalletAdapter, hD as UnifiedOptimizationProfile, hE as UnifiedOptimizationResult, hF as UnifiedProofConverter, hG as UnlockResult, hH as UnsupportedVersionError, hI as UnwrapParams, hJ as UnwrapResult, hK as VESTA_MODULUS, hL as ValidationCheck, hM as ValidationError, hN as ValidationOptions, hO as ValidationReport, hP as VerificationOrder, hQ as VerificationPipeline, hR as VerificationPipelineConfig, hS as VerificationProgressCallback, hT as VerificationProgressEvent, hU as VerificationResult, hV as VerifyBidParams, hW as VerifyOptions, hX as ViewingKeyAccessParams, hY as ViewingKeyDerivationResult, hZ as ViewingKeyScope, h_ as WalletAdapter, h$ as WalletError, i0 as WalletSyncState, i1 as WarmingResult, i2 as WebhookHandler, i3 as WebhookHandlerConfig, i4 as WebhookProcessResult, i5 as WebhookRequest, i6 as WrapParams, i7 as WrapResult, i8 as ZcashNativeBackend, i9 as ZcashNativeBackendConfig, ia as ZcashQuote, ib as ZcashQuoteParams, ic as ZcashRPCClient, id as ZcashRPCError, ie as ZcashRpcConfig, ig as ZcashShieldedService, ih as ZcashShieldedServiceConfig, ii as ZcashSwapParams, ij as ZcashSwapResult, ik as ZcashSwapService, il as ZcashSwapServiceConfig, im as ZcashSwapSourceChain, io as ZcashSwapSourceToken, ip as ZcashSwapStatus, iq as addBlindings, ir as addBlindingsNEAR, is as addCommitments, it as addCommitmentsNEAR, iu as addOracle, iv as analyzeAddressReuse, iw as analyzeTemporalPatterns, ix as aptosAddressToAuthKey, iy as assertNoLocalhost, iz as attachProofs, iA as base58ToHex, iB as bnbOptimizations, iC as bpsToPercent, iD as browserBytesToHex, iE as browserHexToBytes, iF as cacheKeyGenerator, iG as calculateFeeForSwap, iH as calculatePrivacyScore, iI as calculateSIPComparison, iJ as checkAptosStealthAddress, iK as checkEd25519StealthAddress, iL as checkEd25519StealthAddressV1, iM as checkMobileWASMCompatibility, iN as checkNEARStealthAddress, iO as checkProxyAvailability, iP as checkSecp256k1StealthAddressV1, iQ as checkStealthAddress, iR as checkSuiStealthAddress, iS as claimStealthPayment, iT as commit, iU as commitNEAR, iV as commitNEP141Token, iW as commitZero, iX as compareCrossChainCosts, iY as computeAttestationHash, iZ as computeNEARViewingKeyHash, i_ as computeNEARViewingKeyHashFromPrivate, i$ as computeTweakedKey, j0 as configureLogger, j1 as convertFromSIP, j2 as convertToSIP, j3 as createAnalyzeWalletTool, j4 as createAnnouncementMemo, j5 as createCacheKeyGenerator, j6 as createCommitment, j7 as createCrossSystemValidator, j8 as createDevnetVerifier, j9 as createEthereumAdapter, ja as createExplainTool, jb as createFeeCalculator, jc as createFileCache, jd as createHalo2Converter, je as createHeliusEnhanced, jf as createIndexedDBCache, jg as createJitoRelayer, jh as createKeySpendOnlyOutput, ji as createKimchiConverter, jj as createLRUCache, jk as createLedgerAdapter, jl as createLogger, jm as createMainnetFeeContract, jn as createMainnetRelayer, jo as createMainnetVerifier, jp as createMockAttestation, jq as createMockEthereumAdapter, jr as createMockEthereumProvider, js as createMockLedgerAdapter, jt as createMockSolanaAdapter, ju as createMockSolanaConnection, jv as createMockSolanaProvider, jw as createMockSolver, jx as createMockSyncProvider, jy as createMockTrezorAdapter, jz as createMultiTierCache, jA as createNEARAnnouncementMemo, jB as createNEARFeeContract, jC as createNEARIntentsAdapter, jD as createNEARIntentsBackend, jE as createNEARMemoryStorage, jF as createNetworkPrivacyClient, jG as createNoirConverter, jH as createOracleRegistry, jI as createPersistentCache, jJ as createPrivacyAdvisor, jK as createPrivacyAdvisorTools, jL as createPrivacyLogger, jM as createPrivateOwnership, jN as createPrivateVoting, jO as createProductionConfig, jP as createProductionSIP, jQ as createProofAggregator, jR as createProofOrchestrator, jS as createProvider, jT as createProxiedFetch, jU as createProxyAgent, jV as createQuickScoreTool, jW as createSIP, jX as createSIPComparisonTool, jY as createSameChainExecutor, jZ as createSealedBidAuction, j_ as createShieldedIntent, j$ as createShieldedPayment, k0 as createSmartRouter, k1 as createSolanaAdapter, k2 as createSurveillanceAnalyzer, k3 as createSyncManager, k4 as createSyncState, k5 as createTaprootOutput, k6 as createTestnetFeeContract, k7 as createTimeWindowedKey, k8 as createTrezorAdapter, k9 as createUnifiedConverter, ka as createVerificationPipeline, kb as createWalletFactory, kc as createWebhookHandler, kd as createZcashClient, ke as createZcashNativeBackend, kf as createZcashShieldedService, kg as createZcashSwapService, kh as decodeStealthMetaAddress, ki as decodeTaprootAddress, kj as decryptMemo, kk as decryptWithNEARViewing, kl as decryptWithViewing, km as defaultRegistry, kn as deriveAptosStealthPrivateKey, ko as deriveEd25519StealthPrivateKey, kp as deriveEd25519StealthPrivateKeyV1, kq as deriveNEARChildViewingKey, kr as deriveNEARStealthPrivateKey, ks as deriveObliviousNullifier, kt as deriveOracleId, ku as deriveSecp256k1StealthPrivateKeyV1, kv as deriveStealthPrivateKey, kw as deriveStealthPrivateKeyV1, kx as deriveSuiStealthPrivateKey, ky as deriveTraditionalNullifier, kz as deriveViewingKey, kA as deserializeAttestationMessage, kB as deserializeIntent, kC as deserializePayment, kD as detectChainFamily, kE as detectClusters, kF as detectEthereumWallets, kG as detectExchangeExposure, kH as detectMobileBrowser, kI as detectMobilePlatform, kJ as detectSolanaWallets, kK as detectTorPort, kL as ed25519PublicKeyToAptosAddress, kM as ed25519PublicKeyToImplicitAccount, kN as ed25519PublicKeyToNearAddress, kO as ed25519PublicKeyToSolanaAddress, kP as ed25519PublicKeyToSuiAddress, kQ as encodeNEARStealthMetaAddress, kR as encodeStealthMetaAddress, kS as encryptForNEARViewing, kT as encryptForViewing, kU as estimateComputeUnits, kV as estimateFee, kW as estimatePrivateTransferFee, kX as evmOptimizations, kY as exportNEARViewingKey, kZ as exportTransactions, k_ as featureNotSupportedError, k$ as fetchAttestation, l0 as fetchWalletAttestations, l1 as formatFee, l2 as formatStablecoinAmount, l3 as fromHex, l4 as fromStablecoinUnits, l5 as fromYoctoNEAR, l6 as generateAptosStealthAddress, l7 as generateBlinding, l8 as generateBlindingNEAR, l9 as generateCosmosStealthAddress, la as generateCosmosStealthMetaAddress, lb as generateEd25519StealthAddress, lc as generateEd25519StealthMetaAddress, ld as generateIntentId, le as generateNEARStealthAddress, lf as generateNEARStealthMetaAddress, lg as generateNEARViewingKeyFromSpending, lh as generatePdfReport, li as generateRandomBytes, lj as generateRandomNEARViewingKey, lk as generateStealthAddress, ll as generateStealthMetaAddress, lm as generateSuiStealthAddress, ln as generateSyncRandomness, lo as generateViewingKey, lp as getActiveOracles, lq as getAsset, lr as getAvailableTransports, ls as getBrowserInfo, lt as getBrowserVersion, lu as getChainCharacteristics, lv as getChainNumericId, lw as getChainsForStablecoin, lx as getCurrentEpoch, ly as getCurveForChain, lz as getDefaultRpcEndpoint, lA as getDerivationPath, lB as getErrorMessage, lC as getEthereumProvider, lD as getGenerators, lE as getGeneratorsNEAR, lF as getIntentSummary, lG as getLogLevelName, lH as getMobileDeviceInfo, lI as getNEARAccountExplorerUrl, lJ as getNEARExplorerUrl, lK as getNEARTokenContract, lL as getNEARViewingPublicKey, lM as getNativeToken, lN as getOSVersion, lO as getPaymentSummary, lP as getPaymentTimeRemaining, lQ as getPrivacyConfig, lR as getPrivacyDescription, lS as getProductionUrl, lT as getProxyFromEnv, lU as getSolanaExplorerUrl, lV as getSolanaProvider, lW as getSolanaTokenDecimals, lX as getStablecoin, lY as getStablecoinInfo, lZ as getStablecoinsForChain, l_ as getStealthBalance, l$ as getSupportedSameChainChains, m0 as getSupportedStablecoins, m1 as getTimeRemaining, m2 as getTokenByAddress, m3 as getTokenDecimals, m4 as getTokenMint, m5 as getTokensForChain, m6 as getTransactionByHash, m7 as getTransactionCount, m8 as getTransactionHistory, m9 as getTransactionSummary, ma as getXOnlyPublicKey, mb as hasEnoughOracles, mc as hasErrorCode, md as hasRequiredProofs, me as hasTokenAccount, mf as hash, mg as hexToNumber, mh as implicitAccountToEd25519PublicKey, mi as importNEARViewingKey, mj as isBrowser, mk as isEd25519Chain, ml as isExpired, mm as isImplicitAccount, mn as isKnownToken, mo as isLevelEnabled, mp as isLocalhostAllowed, mq as isLocalhostUrl, mr as isNEARAnnouncementForViewingKey, ms as isNamedAccount, mt as isNoirCircuitType, mu as isNonNegativeAmount, mv as isNoteInWindow, mw as isPaymentExpired, mx as isPrivateWalletAdapter, my as isProductionEnvironment, mz as isSIPError, mA as isSameChainSupported, mB as isSecurityError, mC as isStablecoin, mD as isStablecoinOnChain, mE as isSyncRandomnessValid, mF as isTablet, mG as isTorAvailable, mH as isValidAmount, mI as isValidAptosAddress, mJ as isValidChainId, mK as isValidCompressedPublicKey, mL as isValidCosmosAddress, mM as isValidEd25519PublicKey, mN as isValidHex, mO as isValidHexLength, mP as isValidNEARAccountId, mQ as isValidNearAccountId, mR as isValidNearImplicitAddress, mS as isValidPrivacyLevel, mT as isValidPrivateKey, mU as isValidScalar, mV as isValidSlippage, mW as isValidSolanaAddress, mX as isValidSolanaProof, mY as isValidStealthMetaAddress, mZ as isValidSuiAddress, m_ as isValidTaprootAddress, m$ as logger, n0 as maskAmount, n1 as nearAddressToEd25519PublicKey, n2 as normalizeAddress, n3 as normalizeSuiAddress, n4 as notConnectedError, n5 as parseAnnouncement, n6 as parseNEARAnnouncement, n7 as parseNEARStealthMetaAddress, n8 as parseProxyConfig, n9 as parseStealthAddress, na as percentToBps, nb as privacyLogger, nc as processWebhookTransaction, nd as proveOwnership, ne as publicKeyToEthAddress, nf as recommendCheapestChain, ng as recommendProfile, nh as redactAddress, ni as redactSensitiveData, nj as redactSignature, nk as registerWallet, nl as removeOracle, nm as rotateCircuit, nn as scanForPayments, no as schnorrSign, np as schnorrSignHex, nq as schnorrVerify, nr as schnorrVerifyHex, ns as secureWipe, nt as secureWipeAll, nu as selectOptimalConfig, nv as sendPrivateSPLTransfer, nw as serializeAttestationMessage, nx as serializeIntent, ny as serializePayment, nz as setLogLevel, nA as signAttestationMessage, nB as silenceLogger, nC as solanaAddressToEd25519PublicKey, nD as solanaOptimizations, nE as solanaPublicKeyToHex, nF as stealthKeyToCosmosAddress, nG as subtractBlindings, nH as subtractBlindingsNEAR, nI as subtractCommitments, nJ as subtractCommitmentsNEAR, nK as supportsSharedArrayBuffer, nL as supportsTouch, nM as supportsWASMBulkMemory, nN as supportsWASMSimd, nO as supportsWebBluetooth, nP as supportsWebHID, nQ as supportsWebUSB, nR as supportsWebWorkers, nS as taprootAddress, nT as toHex, nU as toStablecoinUnits, nV as toYoctoNEAR, nW as trackIntent, nX as trackPayment, nY as updateOracleStatus, nZ as updateSyncState, n_ as validateAsset, n$ as validateCreateIntentParams, o0 as validateIntentInput, o1 as validateIntentOutput, o2 as validateNEARStealthAddress, o3 as validateNEARStealthMetaAddress, o4 as validateNEARViewingKey, o5 as validateProductionConfig, o6 as validateScalar, o7 as validateViewingKey, o8 as verifyAttestation, o9 as verifyAttestationSignature, oa as verifyAuthToken, ob as verifyCommitment, oc as verifyNEP141TokenCommitment, od as verifyOpening, oe as verifyOpeningNEAR, of as verifyOracleSignature, og as verifyOwnership, oh as verifyWebhookSignature, oi as walletRegistry, oj as withSecureBuffer, ok as withSecureBufferSync, ol as wrapError } from './index-Cwo3WhxX.mjs';
|
|
1
|
+
export { A as ATTESTATION_VERSION, a as AddressReuseResult, b as AdvisorMessage, c as AdvisorRecommendation, d as AdvisorResponse, e as AdvisorRole, f as AdvisorStatus, g as AdvisoryContext, h as AggregationProgressCallback, i as AggregationProgressEvent, j as AggregationStepResult, k as AggregatorConfig, l as AnalyzableTransaction, m as AnyNativeProof, n as ApproveParams, o as ApproveResult, p as AptosStealthResult, q as AptosStealthService, r as AttestationGatedConfig, s as AttestationGatedDisclosure, t as AttestationRequest, u as AttestationResult, v as AttestationSchema, w as AttestationVerificationResult, x as AuditReport, y as AuditorKeyDerivation, z as AuditorType, B as BLS12_381_MODULUS, C as BN254_MODULUS, D as BUILTIN_TEMPLATES, E as BackendCapabilities, F as BackendRegistrationOptions, G as BalanceAttestationParams, H as BaseProofComposer, I as BaseWalletAdapter, J as BatchVerificationRequest, K as BatchVerificationResult, L as BidReceipt, M as BitcoinNetwork, N as BlockRange, O as BridgeProvider, P as BrowserNoirProvider, Q as BrowserNoirProviderConfig, R as CHAIN_NUMERIC_IDS, S as CIRCUIT_METADATA, T as COMPLIANCE_CIRCUIT_IDS, U as CONFIGURABLE_ETH_RPC, V as CONFIGURABLE_SOLANA_RPC, W as CONFIGURABLE_SUI_RPC, Z as CONFIGURABLE_ZCASH_RPC, X as COSMOS_CHAIN_PREFIXES, Y as CSPLClient, _ as CSPLClientConfig, $ as CSPLServiceStatus, a0 as CSPLTokenService, a1 as CSPLTokenServiceConfig, a2 as CSVExport, a3 as CacheEntry, a4 as CacheEntryMetadata, a5 as CacheEvent, a6 as CacheEventListener, a7 as CacheEventType, a8 as CacheKey, a9 as CacheKeyComponents, aa as CacheKeyGenerator, ab as CacheLookupResult, ac as CacheWarmingConfig, ad as CastVoteParams, ae as ChainCharacteristics, af as ChainFamily, ag as ChainFeeConfig, ah as ClusterResult, ai as CommitmentPoint, aj as CompatibilityEntry, ak as ComplianceManager, al as ComplianceProofConfig, am as ComplianceProofProvider, an as ComplianceProofResult, ao as ComplianceProofType, ap as ComplianceReporter, aq as CompositionPlan, ar as CompositionRequest, as as CompositionState, at as CompositionTemplate, au as ConditionalDisclosure, av as ConversionErrorCode, aw as ConversionMetadata, ax as ConversionOptions, ay as ConverterValidationError, az as ConverterValidationResult, aA as CosmosChainId, aB as CosmosStealthResult, aC as CosmosStealthService, aD as CreateBidParams, aE as CreateIntentOptions, aF as CreatePaymentOptions, aG as CrossSystemValidator, aH as CryptoError, aI as DEFAULT_AGGREGATOR_CONFIG, aJ as DEFAULT_CHAIN_FEES, aK as DEFAULT_CONVERSION_OPTIONS, aL as DEFAULT_FEE_TIERS, aM as DEFAULT_LRU_CONFIG, aN as DEFAULT_MANAGER_CONFIG, aO as DEFAULT_MOCK_CONFIG, aP as DEFAULT_MULTI_TIER_CONFIG, aQ as DEFAULT_NETWORK_CONFIG, aR as DEFAULT_ORCHESTRATOR_CONFIG, aS as DEFAULT_PERSISTENT_CONFIG, aT as DEFAULT_PIPELINE_CONFIG, aU as DEFAULT_PROXY_TIMEOUT, aV as DEFAULT_RANGE_API_ENDPOINT, aW as DEFAULT_RPC_URLS, aX as DEFAULT_SYNC_CONFIG, aY as DEFAULT_THRESHOLD, aZ as DEFAULT_TOTAL_ORACLES, a_ as DEFAULT_TREASURY, a$ as DEFAULT_VALIDITY_PERIOD_SECONDS, b0 as DEFAULT_WARMING_CONFIG, b1 as DecryptedTransaction, b2 as DerivationPath, b3 as DeriveMultipleParams, b4 as DeriveStealthSignerParams, b5 as DeriveViewingKeyParams, b6 as DerivedViewingKey, b7 as DetailedAggregationResult, b8 as DetailedVerificationResult, b9 as EIP1193ConnectInfo, ba as EIP1193Event, bb as EIP1193Provider, bc as EIP1193ProviderRpcError, bd as EIP1193RequestArguments, be as EIP712Domain, bf as EIP712TypeDefinition, bg as EIP712TypedData, bh as EIP712Types, bi as EllipticCurve, bj as EncryptedNote, bk as EncryptedVote, bl as EncryptionNotImplementedError, bm as EnhancedAccountData, bn as EnhancedTransaction, bo as EnhancedTransactionEvents, bp as EnhancedTransactionType, bq as ErrorCode, br as EthereumAdapterConfig, bs as EthereumChainId, bt as EthereumChainIdType, bu as EthereumChainMetadata, bv as EthereumTokenMetadata, bw as EthereumTransactionReceipt, bx as EthereumTransactionRequest, by as EthereumWalletAdapter, bz as EthereumWalletName, bA as ExchangeExposureResult, bB as ExportForRegulatorParams, bC as ExportedViewingKey, bD as FATFExport, bE as FATFTransaction, bF as FINCENExport, bG as FINCENTransaction, bH as FeeBreakdown, bI as FeeCalculationInput, bJ as FeeCalculationResult, bK as FeeCalculator, bL as FeeCalculatorOptions, bM as FeeCollectionEvent, bN as FeeCollectionParams, bO as FeeCollectionResult, bP as FeeContractMethods, bQ as FeeContractState, bR as FeeGovernanceProposal, bS as FeeModel, bT as FeeStats, bU as FeeTier, bV as FeeTreasuryConfig, bW as FeeWaiver, bX as FeeWaiverType, bY as FieldCharacteristics, bZ as FileCache, b_ as FindBestRouteParams, b$ as FullAnalysisResult, c0 as GaslessCashoutBuild, c1 as GaslessCashoutParams, c2 as GaslessCashoutResult, c3 as GenerateAuditReportParams, c4 as GenericProvider, c5 as GenericProviderConfig, c6 as GetTransactionHistoryOptions, c7 as Halo2NativeProof, c8 as Halo2ProofConverter, c9 as HardwareAccount, ca as HardwareConnectionStatus, cb as HardwareDeviceInfo, cc as HardwareErrorCode, cd as HardwareErrorCodeType, ce as HardwareEthereumTx, cf as HardwareSignRequest, cg as HardwareSignature, ch as HardwareTransport, ci as HardwareWalletConfig, cj as HardwareWalletError, ck as HardwareWalletType, cl as HeliusEnhanced, cm as HeliusEnhancedConfig, cn as HeliusEnhancedTransaction, co as HeliusProvider, cp as HeliusProviderConfig, cq as HeliusWebhookPayload, cr as HeliusWebhookTransaction, cs as HistoryCompletenessParams, ct as ICacheKeyGenerator, cu as ICompiledCircuitCache, cv as ILRUCache, cw as IMultiTierCache, cx as INITIAL_PROOF_CACHE_STATS, cy as IPersistentCache, cz as IProofCache, cA as IVerificationKeyCache, cB as IndexedDBCache, cC as IntentBuilder, cD as IntentError, cE as InvalidProofError, cF as InvalidationRule, cG as InvalidationStrategy, cH as JITO_BLOCK_ENGINES, cI as JITO_DEFAULTS, cJ as JITO_TIP_ACCOUNTS, cK as JitoBundleRequest, cL as JitoBundleResult, cM as JitoRelayer, cN as JitoRelayerConfig, cO as JitoRelayerError, cP as JitoRelayerErrorCode, cQ as Jurisdiction, cR as KNOWN_EXCHANGES, cS as KNOWN_ISSUERS, cT as KimchiNativeProof, cU as KimchiProofConverter, cV as KnownExchange, cW as LRUCache, cX as LRUCacheConfig, cY as LatencyEstimate, cZ as LedgerConfig, c_ as LedgerModel, c$ as LedgerWalletAdapter, d0 as LinkValidationResult, d1 as LogLevel, d2 as MAX_NEAR_AMOUNT, d3 as MAX_PROOF_SIZE_BYTES, d4 as MAX_PUBLIC_INPUTS, d5 as MEMO_PROGRAM_ID, d6 as MerkleProof, d7 as MobileBrowser, d8 as MobileDeviceInfo, d9 as MobilePlatform, da as MobileWASMCompatibility, db as MockEthereumAdapter, dc as MockEthereumAdapterConfig, dd as MockHardwareConfig, de as MockLedgerAdapter, df as MockObliviousSyncProvider, dg as MockProofProvider, dh as MockSolanaAdapter, di as MockSolanaAdapterConfig, dj as MockSolver, dk as MockSolverConfig, dl as MockSyncProviderConfig, dm as MockTrezorAdapter, dn as MockWalletAdapter, dp as MultiTierCache, dq as MultiTierCacheConfig, dr as NEARAnnouncement, ds as NEARClaimParams, dt as NEARClaimResult, du as NEARCommitmentPoint, dv as NEARDetectedPayment, dw as NEAREncryptedPayload, dx as NEARExportFormat, dy as NEARExportOptions, dz as NEARFeeContract, dA as NEARFeeContractOptions, dB as NEARHistoricalTransaction, dC as NEARHistoryPrivacyLevel, dD as NEARIntentsAdapter, dE as NEARIntentsAdapterConfig, dF as NEARIntentsBackend, dG as NEARNetwork, dH as NEARPedersenCommitment, dI as NEARPrivateTransferParams, dJ as NEARPrivateTransferResult, dK as NEARScanParams, dL as NEARScanResult, dM as NEARStealthAddressResult, dN as NEARStealthBalance, dO as NEARStealthMetaAddressResult, dP as NEARTransactionData, dQ as NEARTransactionHistoryParams, dR as NEARTransactionHistoryResult, dS as NEARTransactionType, dT as NEARViewingKey, dU as NEARViewingKeyExport, dV as NEARViewingKeyStorage, dW as NEAR_DEFAULT_GAS, dX as NEAR_ED25519_ORDER, dY as NEAR_EXPLORER_URLS, dZ as NEAR_FEE_CONTRACTS, d_ as NEAR_IMPLICIT_ACCOUNT_LENGTH, d$ as NEAR_MAX_COMMITMENT_VALUE, e0 as NEAR_RPC_ENDPOINTS, e1 as NEAR_SIP_MEMO_PREFIX, e2 as NEAR_TOKEN_CONTRACTS, e3 as NEAR_TOKEN_DECIMALS, e4 as NEP141TokenCommitment, e5 as NativeProofFormat, e6 as NativeTransfer, e7 as NetworkError, e8 as NetworkPrivacyConfig, e9 as NftTransfer, ea as NoirCircuitType, eb as NoirNativeProof, ec as NoirProofConverter, ed as ONE_NEAR, ee as ONE_YOCTO, ef as ORACLE_DOMAIN, eg as ObliviousNullifier, eh as ObliviousSyncConfig, ei as ObliviousSyncError, ej as ObliviousSyncErrorCode, ek as ObliviousSyncProvider, el as ObliviousSyncQuery, em as ObliviousSyncResponse, en as OneClickClient, eo as OracleAttestationMessage, ep as OracleId, eq as OracleInfo, er as OracleRegistry, es as OracleRegistryConfig, et as OracleSignature, eu as OracleStatus, ev as OrchestratorConfig, ew as OrchestratorProgressCallback, ex as OrchestratorProgressEvent, ey as OrchestratorResult, ez as PALLAS_MODULUS, eA as PROXY_ENV_VAR, eB as PROXY_ENV_VARS, eC as ParallelAggregationOptions, eD as ParseTransactionsOptions, eE as ParsedProxyConfig, eF as PaymentBuilder, eG as PdfExportOptions, eH as PedersenCommitment, eI as PersistentCacheConfig, eJ as PreparedSwap, eK as PriceFeed, eL as PrivacyAdvisorAgent, eM as PrivacyAdvisorConfig, eN as PrivacyAdvisoryReport, eO as PrivacyAvailabilityResult, eP as PrivacyBackend, eQ as PrivacyBackendCapabilities, eR as PrivacyBackendRegistry, eS as PrivacyBackendSelectionResult, eT as PrivacyBackendType, eU as PrivacyConfig, eV as PrivacyDisplayOptions, eW as PrivacyLogger, eX as PrivacyLoggerConfig, eY as PrivacyRecommendation, eZ as PrivacyScore, e_ as PrivacyScoreBreakdown, e$ as PrivacySmartRouter, f0 as PrivacySmartRouterConfig, f1 as PrivacyTransactionResult, f2 as PrivacyTransferParams, f3 as PrivateNFT, f4 as PrivateVoting, f5 as ProductionConfigError, f6 as ProductionConfigValidationResult, f7 as ProductionConfigWarning, f8 as ProductionQuote, f9 as ProductionSafetyError, fa as ProofAggregator, fb as ProofAuditLogEntry, fc as ProofCacheStats, fd as ProofConversionError, fe as ProofConverter, ff as ProofDependency, fg as ProofError, fh as ProofNotImplementedError, fi as ProofOrchestrator, fj as ProofProgressCallback, fk as ProofStatistics, fl as ProofSystemToNativeMap, fm as ProviderConfig, fn as ProviderType, fo as ProxiedFetch, fp as ProxyAgentOptions, fq as ProxyCheckResult, fr as ProxyConfig, fs as ProxyType, ft as QuoteComparison, fu as RangeAPIConfig, fv as RangeSASAttestation, fw as ReceivedNote, fx as RecursiveAggregationOptions, fy as RegisteredBackend, fz as RegulatoryExport, fA as RegulatoryFormat, fB as RelayedTransactionRequest, fC as RelayedTransactionResult, fD as RelayerFeeConfig, fE as RevealedVote, fF as RiskLevel, fG as Route, fH as RouteWithQuote, fI as RouterPriority, fJ as SIP, fK as SIPConfig, fL as SIPEnhancedTransaction, fM as SIPError, fN as SIPLogLevel, fO as SIPLoggerConfig, fP as SIPNativeBackend, fQ as SIPNativeBackendConfig, fR as SIPProtectionComparison, fS as SIPTransactionMetadata, fT as SIP_MEMO_PREFIX, fU as SIP_MEMO_PREFIX_ANY, fV as SIP_MEMO_PREFIX_V2, fW as SOLANA_EXPLORER_URLS, fX as SOLANA_RPC_ENDPOINTS, fY as SOLANA_TOKEN_DECIMALS, fZ as SOLANA_TOKEN_MINTS, f_ as SOLANA_ZK_PROGRAM_IDS, f$ as STABLECOIN_ADDRESSES, g0 as STABLECOIN_DECIMALS, g1 as STABLECOIN_INFO, g2 as SUPPORTED_JURISDICTIONS, g3 as SYSTEM_INFO, g4 as SameChainExecuteParams, g5 as SameChainExecuteResult, g6 as SameChainExecutor, g7 as SameChainTransferParams, g8 as SameChainTransferResult, g9 as SanctionsClearParams, ga as SealedBid, gb as SealedBidAuction, gc as SecurityError, gd as SensitiveData, ge as SequentialAggregationOptions, gf as SerializedError, gg as SettlementBackend, gh as SettlementBackendFactory, gi as SettlementBackendName, gj as SettlementBackendRegistry, gk as SettlementQuote, gl as SettlementQuoteParams, gm as SettlementRegistry, gn as SettlementRegistryError, go as SettlementSwapParams, gp as SettlementSwapResult, gq as SettlementSwapRoute, gr as SettlementSwapRouteStep, gs as ShieldedBalance, gt as ShieldedSendParams, gu as ShieldedSendResult, gv as SignedOracleAttestation, gw as SmartRouter, gx as SocialLinkResult, gy as SolanaAdapterConfig, gz as SolanaAnnouncement, gA as SolanaClaimParams, gB as SolanaClaimResult, gC as SolanaCluster, gD as SolanaConnection, gE as SolanaNoirError, gF as SolanaNoirErrorCode, gF as SolanaNoirErrorCodeType, gG as SolanaNoirVerifier, gH as SolanaNoirVerifierConfig, gI as SolanaPrivateTransferParams, gJ as SolanaPrivateTransferResult, gK as SolanaPublicKey, gL as SolanaRPCProvider, gM as SolanaSameChainCluster, gN as SolanaSameChainConfig, gO as SolanaSameChainExecutor, gP as SolanaScanParams, gQ as SolanaScanResult, gR as SolanaSendOptions, gS as SolanaSerializedProof, gT as SolanaSignature, gU as SolanaTransaction, gV as SolanaUnsignedTransaction, gW as SolanaVerificationKey, gX as SolanaVerificationResult, gY as SolanaVerifyInstruction, gZ as SolanaVersionedTransaction, g_ as SolanaWalletAdapter, g$ as SolanaWalletName, h0 as SolanaWalletProvider, h1 as StablecoinInfo, h2 as StealthCurve, h3 as StealthSigner, h4 as StreamCallback, h5 as SubmitGaslessCashoutParams, h6 as SuiStealthResult, h7 as SuiStealthService, h8 as SurveillanceAnalyzer, h9 as SurveillanceAnalyzerConfig, ha as SwapEvent, hb as SwapRequest, hc as SwapResult, hd as SwapStatus, he as SwapStatusResponse, hf as SyncCompletionEvent, hg as SyncEventListener, hh as SyncManager, hi as SyncManagerConfig, hj as SyncOptions, hk as SyncProgressEvent, hl as SyncRandomness, hm as SyncServiceHealth, hn as SystemInfo, ho as SystemVerificationStats, hp as TOR_CONTROL_PORT, hq as TOR_HOST, hr as TOR_PORTS, hs as TapScript, ht as TaprootOutput, hu as TemporalPatternResult, hv as ThresholdShares, hw as ThresholdViewingKey, hx as TimeLockParams, hy as TimeLockResult, hz as TimeWindowedViewingKey, hA as TokenAsset, hB as TokenMetadata, hC as TokenTransfer, hD as ToolResult, hE as ToolsConfig, hF as TransactionData, hG as TransactionSummary, hH as TransportType, hI as Treasury, hJ as TrezorConfig, hK as TrezorModel, hL as TrezorWalletAdapter, hM as UnifiedOptimizationProfile, hN as UnifiedOptimizationResult, hO as UnifiedProofConverter, hP as UnlockResult, hQ as UnsupportedVersionError, hR as UnwrapParams, hS as UnwrapResult, hT as VESTA_MODULUS, hU as ValidationCheck, hV as ValidationError, hW as ValidationOptions, hX as ValidationReport, hY as VerificationOrder, hZ as VerificationPipeline, h_ as VerificationPipelineConfig, h$ as VerificationProgressCallback, i0 as VerificationProgressEvent, i1 as VerificationResult, i2 as VerifyBidParams, i3 as VerifyOptions, i4 as ViewingKeyAccessParams, i5 as ViewingKeyDerivationResult, i6 as ViewingKeyScope, i7 as WalletAdapter, i8 as WalletError, i9 as WalletSyncState, ia as WarmingResult, ib as WebhookHandler, ic as WebhookHandlerConfig, id as WebhookProcessResult, ie as WebhookRequest, ig as WrapParams, ih as WrapResult, ii as ZcashNativeBackend, ij as ZcashNativeBackendConfig, ik as ZcashQuote, il as ZcashQuoteParams, im as ZcashRPCClient, io as ZcashRPCError, ip as ZcashRpcConfig, iq as ZcashShieldedService, ir as ZcashShieldedServiceConfig, is as ZcashSwapParams, it as ZcashSwapResult, iu as ZcashSwapService, iv as ZcashSwapServiceConfig, iw as ZcashSwapSourceChain, ix as ZcashSwapSourceToken, iy as ZcashSwapStatus, iz as addBlindings, iA as addBlindingsNEAR, iB as addCommitments, iC as addCommitmentsNEAR, iD as addOracle, iE as analyzeAddressReuse, iF as analyzeTemporalPatterns, iG as aptosAddressToAuthKey, iH as assertNoLocalhost, iI as attachProofs, iJ as base58ToHex, iK as bnbOptimizations, iL as bpsToPercent, iM as browserBytesToHex, iN as browserHexToBytes, iO as buildGaslessCashout, iP as cacheKeyGenerator, iQ as calculateFeeForSwap, iR as calculatePrivacyScore, iS as calculateSIPComparison, iT as checkAptosStealthAddress, iU as checkEd25519StealthAddress, iV as checkEd25519StealthAddressV1, iW as checkMobileWASMCompatibility, iX as checkNEARStealthAddress, iY as checkProxyAvailability, iZ as checkSecp256k1StealthAddressV1, i_ as checkStealthAddress, i$ as checkSuiStealthAddress, j0 as claimStealthPayment, j1 as commit, j2 as commitNEAR, j3 as commitNEP141Token, j4 as commitZero, j5 as compareCrossChainCosts, j6 as computeAttestationHash, j7 as computeNEARViewingKeyHash, j8 as computeNEARViewingKeyHashFromPrivate, j9 as computeRelayerFee, ja as computeTweakedKey, jb as configureLogger, jc as convertFromSIP, jd as convertToSIP, je as createAnalyzeWalletTool, jf as createAnnouncementMemo, jg as createCacheKeyGenerator, jh as createCommitment, ji as createCrossSystemValidator, jj as createDevnetVerifier, jk as createEthereumAdapter, jl as createExplainTool, jm as createFeeCalculator, jn as createFileCache, jo as createHalo2Converter, jp as createHeliusEnhanced, jq as createIndexedDBCache, jr as createJitoRelayer, js as createKeySpendOnlyOutput, jt as createKimchiConverter, ju as createLRUCache, jv as createLedgerAdapter, jw as createLogger, jx as createMainnetFeeContract, jy as createMainnetRelayer, jz as createMainnetVerifier, jA as createMockAttestation, jB as createMockEthereumAdapter, jC as createMockEthereumProvider, jD as createMockLedgerAdapter, jE as createMockSolanaAdapter, jF as createMockSolanaConnection, jG as createMockSolanaProvider, jH as createMockSolver, jI as createMockSyncProvider, jJ as createMockTrezorAdapter, jK as createMultiTierCache, jL as createNEARAnnouncementMemo, jM as createNEARFeeContract, jN as createNEARIntentsAdapter, jO as createNEARIntentsBackend, jP as createNEARMemoryStorage, jQ as createNetworkPrivacyClient, jR as createNoirConverter, jS as createOracleRegistry, jT as createPersistentCache, jU as createPrivacyAdvisor, jV as createPrivacyAdvisorTools, jW as createPrivacyLogger, jX as createPrivateOwnership, jY as createPrivateVoting, jZ as createProductionConfig, j_ as createProductionSIP, j$ as createProofAggregator, k0 as createProofOrchestrator, k1 as createProvider, k2 as createProxiedFetch, k3 as createProxyAgent, k4 as createQuickScoreTool, k5 as createSIP, k6 as createSIPComparisonTool, k7 as createSameChainExecutor, k8 as createSealedBidAuction, k9 as createShieldedIntent, ka as createShieldedPayment, kb as createSmartRouter, kc as createSolanaAdapter, kd as createSurveillanceAnalyzer, ke as createSyncManager, kf as createSyncState, kg as createTaprootOutput, kh as createTestnetFeeContract, ki as createTimeWindowedKey, kj as createTrezorAdapter, kk as createUnifiedConverter, kl as createVerificationPipeline, km as createWalletFactory, kn as createWebhookHandler, ko as createZcashClient, kp as createZcashNativeBackend, kq as createZcashShieldedService, kr as createZcashSwapService, ks as decodeStealthMetaAddress, kt as decodeTaprootAddress, ku as decryptMemo, kv as decryptWithNEARViewing, kw as decryptWithViewing, kx as defaultRegistry, ky as deriveAptosStealthPrivateKey, kz as deriveEd25519StealthPrivateKey, kA as deriveEd25519StealthPrivateKeyV1, kB as deriveNEARChildViewingKey, kC as deriveNEARStealthPrivateKey, kD as deriveObliviousNullifier, kE as deriveOracleId, kF as deriveSecp256k1StealthPrivateKeyV1, kG as deriveStealthPrivateKey, kH as deriveStealthPrivateKeyV1, kI as deriveStealthSigner, kJ as deriveSuiStealthPrivateKey, kK as deriveTraditionalNullifier, kL as deriveViewingKey, kM as deserializeAttestationMessage, kN as deserializeIntent, kO as deserializePayment, kP as detectChainFamily, kQ as detectClusters, kR as detectEthereumWallets, kS as detectExchangeExposure, kT as detectMobileBrowser, kU as detectMobilePlatform, kV as detectSolanaWallets, kW as detectTorPort, kX as ed25519PublicKeyToAptosAddress, kY as ed25519PublicKeyToImplicitAccount, kZ as ed25519PublicKeyToNearAddress, k_ as ed25519PublicKeyToSolanaAddress, k$ as ed25519PublicKeyToSuiAddress, l0 as encodeNEARStealthMetaAddress, l1 as encodeStealthMetaAddress, l2 as encryptForNEARViewing, l3 as encryptForViewing, l4 as estimateComputeUnits, l5 as estimateFee, l6 as estimatePrivateTransferFee, l7 as evmOptimizations, l8 as exportNEARViewingKey, l9 as exportTransactions, la as featureNotSupportedError, lb as fetchAttestation, lc as fetchWalletAttestations, ld as formatFee, le as formatStablecoinAmount, lf as fromHex, lg as fromStablecoinUnits, lh as fromYoctoNEAR, li as generateAptosStealthAddress, lj as generateBlinding, lk as generateBlindingNEAR, ll as generateCosmosStealthAddress, lm as generateCosmosStealthMetaAddress, ln as generateEd25519StealthAddress, lo as generateEd25519StealthMetaAddress, lp as generateIntentId, lq as generateNEARStealthAddress, lr as generateNEARStealthMetaAddress, ls as generateNEARViewingKeyFromSpending, lt as generatePdfReport, lu as generateRandomBytes, lv as generateRandomNEARViewingKey, lw as generateStealthAddress, lx as generateStealthMetaAddress, ly as generateSuiStealthAddress, lz as generateSyncRandomness, lA as generateViewingKey, lB as getActiveOracles, lC as getAsset, lD as getAvailableTransports, lE as getBrowserInfo, lF as getBrowserVersion, lG as getChainCharacteristics, lH as getChainNumericId, lI as getChainsForStablecoin, lJ as getCurrentEpoch, lK as getCurveForChain, lL as getDefaultRpcEndpoint, lM as getDerivationPath, lN as getErrorMessage, lO as getEthereumProvider, lP as getGenerators, lQ as getGeneratorsNEAR, lR as getIntentSummary, lS as getLogLevelName, lT as getMobileDeviceInfo, lU as getNEARAccountExplorerUrl, lV as getNEARExplorerUrl, lW as getNEARTokenContract, lX as getNEARViewingPublicKey, lY as getNativeToken, lZ as getOSVersion, l_ as getPaymentSummary, l$ as getPaymentTimeRemaining, m0 as getPrivacyConfig, m1 as getPrivacyDescription, m2 as getProductionUrl, m3 as getProxyFromEnv, m4 as getSolanaExplorerUrl, m5 as getSolanaProvider, m6 as getSolanaTokenDecimals, m7 as getStablecoin, m8 as getStablecoinInfo, m9 as getStablecoinsForChain, ma as getStealthBalance, mb as getSupportedSameChainChains, mc as getSupportedStablecoins, md as getTimeRemaining, me as getTokenByAddress, mf as getTokenDecimals, mg as getTokenMint, mh as getTokensForChain, mi as getTransactionByHash, mj as getTransactionCount, mk as getTransactionHistory, ml as getTransactionSummary, mm as getXOnlyPublicKey, mn as hasEnoughOracles, mo as hasErrorCode, mp as hasRequiredProofs, mq as hasTokenAccount, mr as hash, ms as hexToNumber, mt as implicitAccountToEd25519PublicKey, mu as importNEARViewingKey, mv as isBrowser, mw as isEd25519Chain, mx as isExpired, my as isImplicitAccount, mz as isKnownToken, mA as isLevelEnabled, mB as isLocalhostAllowed, mC as isLocalhostUrl, mD as isNEARAnnouncementForViewingKey, mE as isNamedAccount, mF as isNoirCircuitType, mG as isNonNegativeAmount, mH as isNoteInWindow, mI as isPaymentExpired, mJ as isPrivateWalletAdapter, mK as isProductionEnvironment, mL as isSIPError, mM as isSameChainSupported, mN as isSecurityError, mO as isStablecoin, mP as isStablecoinOnChain, mQ as isSyncRandomnessValid, mR as isTablet, mS as isTorAvailable, mT as isValidAmount, mU as isValidAptosAddress, mV as isValidChainId, mW as isValidCompressedPublicKey, mX as isValidCosmosAddress, mY as isValidEd25519PublicKey, mZ as isValidHex, m_ as isValidHexLength, m$ as isValidNEARAccountId, n0 as isValidNearAccountId, n1 as isValidNearImplicitAddress, n2 as isValidPrivacyLevel, n3 as isValidPrivateKey, n4 as isValidScalar, n5 as isValidSlippage, n6 as isValidSolanaAddress, n7 as isValidSolanaProof, n8 as isValidStealthMetaAddress, n9 as isValidSuiAddress, na as isValidTaprootAddress, nb as logger, nc as maskAmount, nd as nearAddressToEd25519PublicKey, ne as normalizeAddress, nf as normalizeSuiAddress, ng as notConnectedError, nh as parseAnnouncement, ni as parseNEARAnnouncement, nj as parseNEARStealthMetaAddress, nk as parseProxyConfig, nl as parseStealthAddress, nm as percentToBps, nn as privacyLogger, no as processWebhookTransaction, np as proveOwnership, nq as publicKeyToEthAddress, nr as recommendCheapestChain, ns as recommendProfile, nt as redactAddress, nu as redactSensitiveData, nv as redactSignature, nw as registerWallet, nx as removeOracle, ny as rotateCircuit, nz as scanForPayments, nA as schnorrSign, nB as schnorrSignHex, nC as schnorrVerify, nD as schnorrVerifyHex, nE as secureWipe, nF as secureWipeAll, nG as selectOptimalConfig, nH as sendPrivateSPLTransfer, nI as serializeAttestationMessage, nJ as serializeIntent, nK as serializePayment, nL as setLogLevel, nM as signAttestationMessage, nN as signEd25519WithScalar, nO as silenceLogger, nP as solanaAddressToEd25519PublicKey, nQ as solanaOptimizations, nR as solanaPublicKeyToHex, nS as stealthKeyToCosmosAddress, nT as submitGaslessCashout, nU as subtractBlindings, nV as subtractBlindingsNEAR, nW as subtractCommitments, nX as subtractCommitmentsNEAR, nY as supportsSharedArrayBuffer, nZ as supportsTouch, n_ as supportsWASMBulkMemory, n$ as supportsWASMSimd, o0 as supportsWebBluetooth, o1 as supportsWebHID, o2 as supportsWebUSB, o3 as supportsWebWorkers, o4 as taprootAddress, o5 as toHex, o6 as toStablecoinUnits, o7 as toYoctoNEAR, o8 as trackIntent, o9 as trackPayment, oa as updateOracleStatus, ob as updateSyncState, oc as validateAsset, od as validateCreateIntentParams, oe as validateIntentInput, of as validateIntentOutput, og as validateNEARStealthAddress, oh as validateNEARStealthMetaAddress, oi as validateNEARViewingKey, oj as validateProductionConfig, ok as validateScalar, ol as validateViewingKey, om as verifyAttestation, on as verifyAttestationSignature, oo as verifyAuthToken, op as verifyCommitment, oq as verifyNEP141TokenCommitment, or as verifyOpening, os as verifyOpeningNEAR, ot as verifyOracleSignature, ou as verifyOwnership, ov as verifyWebhookSignature, ow as walletRegistry, ox as withSecureBuffer, oy as withSecureBufferSync, oz as wrapError } from './index-B_fGN4Fk.mjs';
|
|
2
2
|
export { Asset, AuditLogEntry, AuditScope, AuditorRegistration, AuditorViewingKey, BatchPaymentRecipient, BatchPaymentRequest, ChainId, Commitment, ComplianceConfig, ComplianceReport, ComplianceRole, ComposedProof, ComposedProofStatus, CompositionError, CompositionErrorCode, CompositionEvent, CompositionEventListener, CompositionEventType, CompositionMetadata, CompositionMetrics, CompositionProgressEvent, CompositionResult, CreateBatchProposalParams, CreateComplianceConfigParams, CreateIntentParams, CreatePaymentParams, CreatePaymentProposalParams, CreatePrivateOwnershipParams, CreateTreasuryParams, DEFAULT_COMPOSITION_CONFIG, DefuseAssetId, DisclosedTransaction, DisclosureRequest, FulfillmentCommitment, FulfillmentProof, FulfillmentRequest, FulfillmentResult, FulfillmentStatus, GenerateReportParams, Hash, HexString, WalletAdapter as IWalletAdapter, IndividualVerificationResult, IntentStatus, NATIVE_TOKENS, OneClickConfig, OneClickDepositMode, OneClickErrorCode, OneClickQuoteRequest, OneClickQuoteResponse, OneClickStatusResponse, OneClickSwapStatus, OneClickSwapType, OwnershipProof, OwnershipVerification, PaymentPurpose, PaymentReceipt, PaymentStatus, PaymentStatusType, PrivacyLevel, PrivateNFTOwnership, PrivateWalletAdapter, ProofAggregationStrategy, ProofCompositionConfig, ProofMetadata, ProofProviderCapabilities, ProofProviderMetrics, ProofProviderStatus, ProofSystem, VerificationResult as ProofVerificationResult, ProposalSignature, ProposalStatus, ProposalStatusType, ProposalType, ProveOwnershipParams, Quote, RegisterAuditorParams, ReportData, ReportFormat, ReportStatus, ReportStatusType, ReportType, SIPSolver, SIP_VERSION, ShieldedIntent, ShieldedPayment, Signature, SignedTransaction, SingleProof, Solver, SolverCapabilities, SolverEvent, SolverEventListener, SolverQuote, SolverVisibleIntent, StablecoinSymbol, StealthAddress, StealthAddressRecovery, StealthMetaAddress, SwapRoute, SwapRouteStep, TrackedIntent, TrackedPayment, TransactionReceipt, TreasuryBalance, TreasuryConfig, TreasuryMember, TreasuryProposal, TreasuryRole, TreasuryTransaction, UnsignedTransaction, VerificationHints, ViewingKey, WalletAccountChangedEvent, WalletAdapterFactory, WalletChainChangedEvent, WalletConnectEvent, WalletConnectionState, WalletDisconnectEvent, WalletErrorCode, WalletErrorEvent, WalletEvent, WalletEventHandler, WalletEventType, WalletInfo, WalletRegistryEntry, WalletShieldedSendParams, WalletShieldedSendResult, ZKProof, ZcashAccountAddress, ZcashAccountBalance, ZcashAddressInfo, ZcashAddressType, ZcashBlock, ZcashBlockHeader, ZcashBlockchainInfo, ZcashConfig, ZcashErrorCode, ZcashNetwork, ZcashNetworkInfo, ZcashNewAccount, ZcashOperation, ZcashOperationError, ZcashOperationStatus, ZcashOperationTxResult, ZcashPool, ZcashPoolBalance, ZcashPrivacyPolicy, ZcashReceiverType, ZcashSendRecipient, ZcashShieldedSendParams, ZcashUnspentNote, isPrivate, supportsViewingKey } from '@sip-protocol/types';
|
|
3
3
|
import { F as FundingProofParams, V as ValidityProofParams, a as FulfillmentProofParams, P as ProofResult } from './noir-CwPIyBLj.mjs';
|
|
4
4
|
export { N as NoirProviderConfig, O as OracleAttestation, b as ProofFramework, c as ProofGenerationError, d as ProofProvider } from './noir-CwPIyBLj.mjs';
|
package/dist/browser.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { A as ATTESTATION_VERSION, a as AddressReuseResult, b as AdvisorMessage, c as AdvisorRecommendation, d as AdvisorResponse, e as AdvisorRole, f as AdvisorStatus, g as AdvisoryContext, h as AggregationProgressCallback, i as AggregationProgressEvent, j as AggregationStepResult, k as AggregatorConfig, l as AnalyzableTransaction, m as AnyNativeProof, n as ApproveParams, o as ApproveResult, p as AptosStealthResult, q as AptosStealthService, r as AttestationGatedConfig, s as AttestationGatedDisclosure, t as AttestationRequest, u as AttestationResult, v as AttestationSchema, w as AttestationVerificationResult, x as AuditReport, y as AuditorKeyDerivation, z as AuditorType, B as BLS12_381_MODULUS, C as BN254_MODULUS, D as BUILTIN_TEMPLATES, E as BackendCapabilities, F as BackendRegistrationOptions, G as BalanceAttestationParams, H as BaseProofComposer, I as BaseWalletAdapter, J as BatchVerificationRequest, K as BatchVerificationResult, L as BidReceipt, M as BitcoinNetwork, N as BlockRange, O as BridgeProvider, P as BrowserNoirProvider, Q as BrowserNoirProviderConfig, R as CHAIN_NUMERIC_IDS, S as CIRCUIT_METADATA, T as COMPLIANCE_CIRCUIT_IDS, U as CONFIGURABLE_ETH_RPC, V as CONFIGURABLE_SOLANA_RPC, W as CONFIGURABLE_SUI_RPC, Z as CONFIGURABLE_ZCASH_RPC, X as COSMOS_CHAIN_PREFIXES, Y as CSPLClient, _ as CSPLClientConfig, $ as CSPLServiceStatus, a0 as CSPLTokenService, a1 as CSPLTokenServiceConfig, a2 as CSVExport, a3 as CacheEntry, a4 as CacheEntryMetadata, a5 as CacheEvent, a6 as CacheEventListener, a7 as CacheEventType, a8 as CacheKey, a9 as CacheKeyComponents, aa as CacheKeyGenerator, ab as CacheLookupResult, ac as CacheWarmingConfig, ad as CastVoteParams, ae as ChainCharacteristics, af as ChainFamily, ag as ChainFeeConfig, ah as ClusterResult, ai as CommitmentPoint, aj as CompatibilityEntry, ak as ComplianceManager, al as ComplianceProofConfig, am as ComplianceProofProvider, an as ComplianceProofResult, ao as ComplianceProofType, ap as ComplianceReporter, aq as CompositionPlan, ar as CompositionRequest, as as CompositionState, at as CompositionTemplate, au as ConditionalDisclosure, av as ConversionErrorCode, aw as ConversionMetadata, ax as ConversionOptions, ay as ConverterValidationError, az as ConverterValidationResult, aA as CosmosChainId, aB as CosmosStealthResult, aC as CosmosStealthService, aD as CreateBidParams, aE as CreateIntentOptions, aF as CreatePaymentOptions, aG as CrossSystemValidator, aH as CryptoError, aI as DEFAULT_AGGREGATOR_CONFIG, aJ as DEFAULT_CHAIN_FEES, aK as DEFAULT_CONVERSION_OPTIONS, aL as DEFAULT_FEE_TIERS, aM as DEFAULT_LRU_CONFIG, aN as DEFAULT_MANAGER_CONFIG, aO as DEFAULT_MOCK_CONFIG, aP as DEFAULT_MULTI_TIER_CONFIG, aQ as DEFAULT_NETWORK_CONFIG, aR as DEFAULT_ORCHESTRATOR_CONFIG, aS as DEFAULT_PERSISTENT_CONFIG, aT as DEFAULT_PIPELINE_CONFIG, aU as DEFAULT_PROXY_TIMEOUT, aV as DEFAULT_RANGE_API_ENDPOINT, aW as DEFAULT_RPC_URLS, aX as DEFAULT_SYNC_CONFIG, aY as DEFAULT_THRESHOLD, aZ as DEFAULT_TOTAL_ORACLES, a_ as DEFAULT_TREASURY, a$ as DEFAULT_VALIDITY_PERIOD_SECONDS, b0 as DEFAULT_WARMING_CONFIG, b1 as DecryptedTransaction, b2 as DerivationPath, b3 as DeriveMultipleParams, b4 as DeriveViewingKeyParams, b5 as DerivedViewingKey, b6 as DetailedAggregationResult, b7 as DetailedVerificationResult, b8 as EIP1193ConnectInfo, b9 as EIP1193Event, ba as EIP1193Provider, bb as EIP1193ProviderRpcError, bc as EIP1193RequestArguments, bd as EIP712Domain, be as EIP712TypeDefinition, bf as EIP712TypedData, bg as EIP712Types, bh as EllipticCurve, bi as EncryptedNote, bj as EncryptedVote, bk as EncryptionNotImplementedError, bl as EnhancedAccountData, bm as EnhancedTransaction, bn as EnhancedTransactionEvents, bo as EnhancedTransactionType, bp as ErrorCode, bq as EthereumAdapterConfig, br as EthereumChainId, bs as EthereumChainIdType, bt as EthereumChainMetadata, bu as EthereumTokenMetadata, bv as EthereumTransactionReceipt, bw as EthereumTransactionRequest, bx as EthereumWalletAdapter, by as EthereumWalletName, bz as ExchangeExposureResult, bA as ExportForRegulatorParams, bB as ExportedViewingKey, bC as FATFExport, bD as FATFTransaction, bE as FINCENExport, bF as FINCENTransaction, bG as FeeBreakdown, bH as FeeCalculationInput, bI as FeeCalculationResult, bJ as FeeCalculator, bK as FeeCalculatorOptions, bL as FeeCollectionEvent, bM as FeeCollectionParams, bN as FeeCollectionResult, bO as FeeContractMethods, bP as FeeContractState, bQ as FeeGovernanceProposal, bR as FeeModel, bS as FeeStats, bT as FeeTier, bU as FeeTreasuryConfig, bV as FeeWaiver, bW as FeeWaiverType, bX as FieldCharacteristics, bY as FileCache, bZ as FindBestRouteParams, b_ as FullAnalysisResult, b$ as GenerateAuditReportParams, c0 as GenericProvider, c1 as GenericProviderConfig, c2 as GetTransactionHistoryOptions, c3 as Halo2NativeProof, c4 as Halo2ProofConverter, c5 as HardwareAccount, c6 as HardwareConnectionStatus, c7 as HardwareDeviceInfo, c8 as HardwareErrorCode, c9 as HardwareErrorCodeType, ca as HardwareEthereumTx, cb as HardwareSignRequest, cc as HardwareSignature, cd as HardwareTransport, ce as HardwareWalletConfig, cf as HardwareWalletError, cg as HardwareWalletType, ch as HeliusEnhanced, ci as HeliusEnhancedConfig, cj as HeliusEnhancedTransaction, ck as HeliusProvider, cl as HeliusProviderConfig, cm as HeliusWebhookPayload, cn as HeliusWebhookTransaction, co as HistoryCompletenessParams, cp as ICacheKeyGenerator, cq as ICompiledCircuitCache, cr as ILRUCache, cs as IMultiTierCache, ct as INITIAL_PROOF_CACHE_STATS, cu as IPersistentCache, cv as IProofCache, cw as IVerificationKeyCache, cx as IndexedDBCache, cy as IntentBuilder, cz as IntentError, cA as InvalidProofError, cB as InvalidationRule, cC as InvalidationStrategy, cD as JITO_BLOCK_ENGINES, cE as JITO_DEFAULTS, cF as JITO_TIP_ACCOUNTS, cG as JitoBundleRequest, cH as JitoBundleResult, cI as JitoRelayer, cJ as JitoRelayerConfig, cK as JitoRelayerError, cL as JitoRelayerErrorCode, cM as Jurisdiction, cN as KNOWN_EXCHANGES, cO as KNOWN_ISSUERS, cP as KimchiNativeProof, cQ as KimchiProofConverter, cR as KnownExchange, cS as LRUCache, cT as LRUCacheConfig, cU as LatencyEstimate, cV as LedgerConfig, cW as LedgerModel, cX as LedgerWalletAdapter, cY as LinkValidationResult, cZ as LogLevel, c_ as MAX_NEAR_AMOUNT, c$ as MAX_PROOF_SIZE_BYTES, d0 as MAX_PUBLIC_INPUTS, d1 as MEMO_PROGRAM_ID, d2 as MerkleProof, d3 as MobileBrowser, d4 as MobileDeviceInfo, d5 as MobilePlatform, d6 as MobileWASMCompatibility, d7 as MockEthereumAdapter, d8 as MockEthereumAdapterConfig, d9 as MockHardwareConfig, da as MockLedgerAdapter, db as MockObliviousSyncProvider, dc as MockProofProvider, dd as MockSolanaAdapter, de as MockSolanaAdapterConfig, df as MockSolver, dg as MockSolverConfig, dh as MockSyncProviderConfig, di as MockTrezorAdapter, dj as MockWalletAdapter, dk as MultiTierCache, dl as MultiTierCacheConfig, dm as NEARAnnouncement, dn as NEARClaimParams, dp as NEARClaimResult, dq as NEARCommitmentPoint, dr as NEARDetectedPayment, ds as NEAREncryptedPayload, dt as NEARExportFormat, du as NEARExportOptions, dv as NEARFeeContract, dw as NEARFeeContractOptions, dx as NEARHistoricalTransaction, dy as NEARHistoryPrivacyLevel, dz as NEARIntentsAdapter, dA as NEARIntentsAdapterConfig, dB as NEARIntentsBackend, dC as NEARNetwork, dD as NEARPedersenCommitment, dE as NEARPrivateTransferParams, dF as NEARPrivateTransferResult, dG as NEARScanParams, dH as NEARScanResult, dI as NEARStealthAddressResult, dJ as NEARStealthBalance, dK as NEARStealthMetaAddressResult, dL as NEARTransactionData, dM as NEARTransactionHistoryParams, dN as NEARTransactionHistoryResult, dO as NEARTransactionType, dP as NEARViewingKey, dQ as NEARViewingKeyExport, dR as NEARViewingKeyStorage, dS as NEAR_DEFAULT_GAS, dT as NEAR_ED25519_ORDER, dU as NEAR_EXPLORER_URLS, dV as NEAR_FEE_CONTRACTS, dW as NEAR_IMPLICIT_ACCOUNT_LENGTH, dX as NEAR_MAX_COMMITMENT_VALUE, dY as NEAR_RPC_ENDPOINTS, dZ as NEAR_SIP_MEMO_PREFIX, d_ as NEAR_TOKEN_CONTRACTS, d$ as NEAR_TOKEN_DECIMALS, e0 as NEP141TokenCommitment, e1 as NativeProofFormat, e2 as NativeTransfer, e3 as NetworkError, e4 as NetworkPrivacyConfig, e5 as NftTransfer, e6 as NoirCircuitType, e7 as NoirNativeProof, e8 as NoirProofConverter, e9 as ONE_NEAR, ea as ONE_YOCTO, eb as ORACLE_DOMAIN, ec as ObliviousNullifier, ed as ObliviousSyncConfig, ee as ObliviousSyncError, ef as ObliviousSyncErrorCode, eg as ObliviousSyncProvider, eh as ObliviousSyncQuery, ei as ObliviousSyncResponse, ej as OneClickClient, ek as OracleAttestationMessage, el as OracleId, em as OracleInfo, en as OracleRegistry, eo as OracleRegistryConfig, ep as OracleSignature, eq as OracleStatus, er as OrchestratorConfig, es as OrchestratorProgressCallback, et as OrchestratorProgressEvent, eu as OrchestratorResult, ev as PALLAS_MODULUS, ew as PROXY_ENV_VAR, ex as PROXY_ENV_VARS, ey as ParallelAggregationOptions, ez as ParseTransactionsOptions, eA as ParsedProxyConfig, eB as PaymentBuilder, eC as PdfExportOptions, eD as PedersenCommitment, eE as PersistentCacheConfig, eF as PreparedSwap, eG as PriceFeed, eH as PrivacyAdvisorAgent, eI as PrivacyAdvisorConfig, eJ as PrivacyAdvisoryReport, eK as PrivacyAvailabilityResult, eL as PrivacyBackend, eM as PrivacyBackendCapabilities, eN as PrivacyBackendRegistry, eO as PrivacyBackendSelectionResult, eP as PrivacyBackendType, eQ as PrivacyConfig, eR as PrivacyDisplayOptions, eS as PrivacyLogger, eT as PrivacyLoggerConfig, eU as PrivacyRecommendation, eV as PrivacyScore, eW as PrivacyScoreBreakdown, eX as PrivacySmartRouter, eY as PrivacySmartRouterConfig, eZ as PrivacyTransactionResult, e_ as PrivacyTransferParams, e$ as PrivateNFT, f0 as PrivateVoting, f1 as ProductionConfigError, f2 as ProductionConfigValidationResult, f3 as ProductionConfigWarning, f4 as ProductionQuote, f5 as ProductionSafetyError, f6 as ProofAggregator, f7 as ProofAuditLogEntry, f8 as ProofCacheStats, f9 as ProofConversionError, fa as ProofConverter, fb as ProofDependency, fc as ProofError, fd as ProofNotImplementedError, fe as ProofOrchestrator, ff as ProofProgressCallback, fg as ProofStatistics, fh as ProofSystemToNativeMap, fi as ProviderConfig, fj as ProviderType, fk as ProxiedFetch, fl as ProxyAgentOptions, fm as ProxyCheckResult, fn as ProxyConfig, fo as ProxyType, fp as QuoteComparison, fq as RangeAPIConfig, fr as RangeSASAttestation, fs as ReceivedNote, ft as RecursiveAggregationOptions, fu as RegisteredBackend, fv as RegulatoryExport, fw as RegulatoryFormat, fx as RelayedTransactionRequest, fy as RelayedTransactionResult, fz as RevealedVote, fA as RiskLevel, fB as Route, fC as RouteWithQuote, fD as RouterPriority, fE as SIP, fF as SIPConfig, fG as SIPEnhancedTransaction, fH as SIPError, fI as SIPLogLevel, fJ as SIPLoggerConfig, fK as SIPNativeBackend, fL as SIPNativeBackendConfig, fM as SIPProtectionComparison, fN as SIPTransactionMetadata, fO as SIP_MEMO_PREFIX, fP as SOLANA_EXPLORER_URLS, fQ as SOLANA_RPC_ENDPOINTS, fR as SOLANA_TOKEN_DECIMALS, fS as SOLANA_TOKEN_MINTS, fT as SOLANA_ZK_PROGRAM_IDS, fU as STABLECOIN_ADDRESSES, fV as STABLECOIN_DECIMALS, fW as STABLECOIN_INFO, fX as SUPPORTED_JURISDICTIONS, fY as SYSTEM_INFO, fZ as SameChainExecuteParams, f_ as SameChainExecuteResult, f$ as SameChainExecutor, g0 as SameChainTransferParams, g1 as SameChainTransferResult, g2 as SanctionsClearParams, g3 as SealedBid, g4 as SealedBidAuction, g5 as SecurityError, g6 as SensitiveData, g7 as SequentialAggregationOptions, g8 as SerializedError, g9 as SettlementBackend, ga as SettlementBackendFactory, gb as SettlementBackendName, gc as SettlementBackendRegistry, gd as SettlementQuote, ge as SettlementQuoteParams, gf as SettlementRegistry, gg as SettlementRegistryError, gh as SettlementSwapParams, gi as SettlementSwapResult, gj as SettlementSwapRoute, gk as SettlementSwapRouteStep, gl as ShieldedBalance, gm as ShieldedSendParams, gn as ShieldedSendResult, go as SignedOracleAttestation, gp as SmartRouter, gq as SocialLinkResult, gr as SolanaAdapterConfig, gs as SolanaAnnouncement, gt as SolanaClaimParams, gu as SolanaClaimResult, gv as SolanaCluster, gw as SolanaConnection, gx as SolanaNoirError, gy as SolanaNoirErrorCode, gy as SolanaNoirErrorCodeType, gz as SolanaNoirVerifier, gA as SolanaNoirVerifierConfig, gB as SolanaPrivateTransferParams, gC as SolanaPrivateTransferResult, gD as SolanaPublicKey, gE as SolanaRPCProvider, gF as SolanaSameChainCluster, gG as SolanaSameChainConfig, gH as SolanaSameChainExecutor, gI as SolanaScanParams, gJ as SolanaScanResult, gK as SolanaSendOptions, gL as SolanaSerializedProof, gM as SolanaSignature, gN as SolanaTransaction, gO as SolanaUnsignedTransaction, gP as SolanaVerificationKey, gQ as SolanaVerificationResult, gR as SolanaVerifyInstruction, gS as SolanaVersionedTransaction, gT as SolanaWalletAdapter, gU as SolanaWalletName, gV as SolanaWalletProvider, gW as StablecoinInfo, gX as StealthCurve, gY as StreamCallback, gZ as SuiStealthResult, g_ as SuiStealthService, g$ as SurveillanceAnalyzer, h0 as SurveillanceAnalyzerConfig, h1 as SwapEvent, h2 as SwapRequest, h3 as SwapResult, h4 as SwapStatus, h5 as SwapStatusResponse, h6 as SyncCompletionEvent, h7 as SyncEventListener, h8 as SyncManager, h9 as SyncManagerConfig, ha as SyncOptions, hb as SyncProgressEvent, hc as SyncRandomness, hd as SyncServiceHealth, he as SystemInfo, hf as SystemVerificationStats, hg as TOR_CONTROL_PORT, hh as TOR_HOST, hi as TOR_PORTS, hj as TapScript, hk as TaprootOutput, hl as TemporalPatternResult, hm as ThresholdShares, hn as ThresholdViewingKey, ho as TimeLockParams, hp as TimeLockResult, hq as TimeWindowedViewingKey, hr as TokenAsset, hs as TokenMetadata, ht as TokenTransfer, hu as ToolResult, hv as ToolsConfig, hw as TransactionData, hx as TransactionSummary, hy as TransportType, hz as Treasury, hA as TrezorConfig, hB as TrezorModel, hC as TrezorWalletAdapter, hD as UnifiedOptimizationProfile, hE as UnifiedOptimizationResult, hF as UnifiedProofConverter, hG as UnlockResult, hH as UnsupportedVersionError, hI as UnwrapParams, hJ as UnwrapResult, hK as VESTA_MODULUS, hL as ValidationCheck, hM as ValidationError, hN as ValidationOptions, hO as ValidationReport, hP as VerificationOrder, hQ as VerificationPipeline, hR as VerificationPipelineConfig, hS as VerificationProgressCallback, hT as VerificationProgressEvent, hU as VerificationResult, hV as VerifyBidParams, hW as VerifyOptions, hX as ViewingKeyAccessParams, hY as ViewingKeyDerivationResult, hZ as ViewingKeyScope, h_ as WalletAdapter, h$ as WalletError, i0 as WalletSyncState, i1 as WarmingResult, i2 as WebhookHandler, i3 as WebhookHandlerConfig, i4 as WebhookProcessResult, i5 as WebhookRequest, i6 as WrapParams, i7 as WrapResult, i8 as ZcashNativeBackend, i9 as ZcashNativeBackendConfig, ia as ZcashQuote, ib as ZcashQuoteParams, ic as ZcashRPCClient, id as ZcashRPCError, ie as ZcashRpcConfig, ig as ZcashShieldedService, ih as ZcashShieldedServiceConfig, ii as ZcashSwapParams, ij as ZcashSwapResult, ik as ZcashSwapService, il as ZcashSwapServiceConfig, im as ZcashSwapSourceChain, io as ZcashSwapSourceToken, ip as ZcashSwapStatus, iq as addBlindings, ir as addBlindingsNEAR, is as addCommitments, it as addCommitmentsNEAR, iu as addOracle, iv as analyzeAddressReuse, iw as analyzeTemporalPatterns, ix as aptosAddressToAuthKey, iy as assertNoLocalhost, iz as attachProofs, iA as base58ToHex, iB as bnbOptimizations, iC as bpsToPercent, iD as browserBytesToHex, iE as browserHexToBytes, iF as cacheKeyGenerator, iG as calculateFeeForSwap, iH as calculatePrivacyScore, iI as calculateSIPComparison, iJ as checkAptosStealthAddress, iK as checkEd25519StealthAddress, iL as checkEd25519StealthAddressV1, iM as checkMobileWASMCompatibility, iN as checkNEARStealthAddress, iO as checkProxyAvailability, iP as checkSecp256k1StealthAddressV1, iQ as checkStealthAddress, iR as checkSuiStealthAddress, iS as claimStealthPayment, iT as commit, iU as commitNEAR, iV as commitNEP141Token, iW as commitZero, iX as compareCrossChainCosts, iY as computeAttestationHash, iZ as computeNEARViewingKeyHash, i_ as computeNEARViewingKeyHashFromPrivate, i$ as computeTweakedKey, j0 as configureLogger, j1 as convertFromSIP, j2 as convertToSIP, j3 as createAnalyzeWalletTool, j4 as createAnnouncementMemo, j5 as createCacheKeyGenerator, j6 as createCommitment, j7 as createCrossSystemValidator, j8 as createDevnetVerifier, j9 as createEthereumAdapter, ja as createExplainTool, jb as createFeeCalculator, jc as createFileCache, jd as createHalo2Converter, je as createHeliusEnhanced, jf as createIndexedDBCache, jg as createJitoRelayer, jh as createKeySpendOnlyOutput, ji as createKimchiConverter, jj as createLRUCache, jk as createLedgerAdapter, jl as createLogger, jm as createMainnetFeeContract, jn as createMainnetRelayer, jo as createMainnetVerifier, jp as createMockAttestation, jq as createMockEthereumAdapter, jr as createMockEthereumProvider, js as createMockLedgerAdapter, jt as createMockSolanaAdapter, ju as createMockSolanaConnection, jv as createMockSolanaProvider, jw as createMockSolver, jx as createMockSyncProvider, jy as createMockTrezorAdapter, jz as createMultiTierCache, jA as createNEARAnnouncementMemo, jB as createNEARFeeContract, jC as createNEARIntentsAdapter, jD as createNEARIntentsBackend, jE as createNEARMemoryStorage, jF as createNetworkPrivacyClient, jG as createNoirConverter, jH as createOracleRegistry, jI as createPersistentCache, jJ as createPrivacyAdvisor, jK as createPrivacyAdvisorTools, jL as createPrivacyLogger, jM as createPrivateOwnership, jN as createPrivateVoting, jO as createProductionConfig, jP as createProductionSIP, jQ as createProofAggregator, jR as createProofOrchestrator, jS as createProvider, jT as createProxiedFetch, jU as createProxyAgent, jV as createQuickScoreTool, jW as createSIP, jX as createSIPComparisonTool, jY as createSameChainExecutor, jZ as createSealedBidAuction, j_ as createShieldedIntent, j$ as createShieldedPayment, k0 as createSmartRouter, k1 as createSolanaAdapter, k2 as createSurveillanceAnalyzer, k3 as createSyncManager, k4 as createSyncState, k5 as createTaprootOutput, k6 as createTestnetFeeContract, k7 as createTimeWindowedKey, k8 as createTrezorAdapter, k9 as createUnifiedConverter, ka as createVerificationPipeline, kb as createWalletFactory, kc as createWebhookHandler, kd as createZcashClient, ke as createZcashNativeBackend, kf as createZcashShieldedService, kg as createZcashSwapService, kh as decodeStealthMetaAddress, ki as decodeTaprootAddress, kj as decryptMemo, kk as decryptWithNEARViewing, kl as decryptWithViewing, km as defaultRegistry, kn as deriveAptosStealthPrivateKey, ko as deriveEd25519StealthPrivateKey, kp as deriveEd25519StealthPrivateKeyV1, kq as deriveNEARChildViewingKey, kr as deriveNEARStealthPrivateKey, ks as deriveObliviousNullifier, kt as deriveOracleId, ku as deriveSecp256k1StealthPrivateKeyV1, kv as deriveStealthPrivateKey, kw as deriveStealthPrivateKeyV1, kx as deriveSuiStealthPrivateKey, ky as deriveTraditionalNullifier, kz as deriveViewingKey, kA as deserializeAttestationMessage, kB as deserializeIntent, kC as deserializePayment, kD as detectChainFamily, kE as detectClusters, kF as detectEthereumWallets, kG as detectExchangeExposure, kH as detectMobileBrowser, kI as detectMobilePlatform, kJ as detectSolanaWallets, kK as detectTorPort, kL as ed25519PublicKeyToAptosAddress, kM as ed25519PublicKeyToImplicitAccount, kN as ed25519PublicKeyToNearAddress, kO as ed25519PublicKeyToSolanaAddress, kP as ed25519PublicKeyToSuiAddress, kQ as encodeNEARStealthMetaAddress, kR as encodeStealthMetaAddress, kS as encryptForNEARViewing, kT as encryptForViewing, kU as estimateComputeUnits, kV as estimateFee, kW as estimatePrivateTransferFee, kX as evmOptimizations, kY as exportNEARViewingKey, kZ as exportTransactions, k_ as featureNotSupportedError, k$ as fetchAttestation, l0 as fetchWalletAttestations, l1 as formatFee, l2 as formatStablecoinAmount, l3 as fromHex, l4 as fromStablecoinUnits, l5 as fromYoctoNEAR, l6 as generateAptosStealthAddress, l7 as generateBlinding, l8 as generateBlindingNEAR, l9 as generateCosmosStealthAddress, la as generateCosmosStealthMetaAddress, lb as generateEd25519StealthAddress, lc as generateEd25519StealthMetaAddress, ld as generateIntentId, le as generateNEARStealthAddress, lf as generateNEARStealthMetaAddress, lg as generateNEARViewingKeyFromSpending, lh as generatePdfReport, li as generateRandomBytes, lj as generateRandomNEARViewingKey, lk as generateStealthAddress, ll as generateStealthMetaAddress, lm as generateSuiStealthAddress, ln as generateSyncRandomness, lo as generateViewingKey, lp as getActiveOracles, lq as getAsset, lr as getAvailableTransports, ls as getBrowserInfo, lt as getBrowserVersion, lu as getChainCharacteristics, lv as getChainNumericId, lw as getChainsForStablecoin, lx as getCurrentEpoch, ly as getCurveForChain, lz as getDefaultRpcEndpoint, lA as getDerivationPath, lB as getErrorMessage, lC as getEthereumProvider, lD as getGenerators, lE as getGeneratorsNEAR, lF as getIntentSummary, lG as getLogLevelName, lH as getMobileDeviceInfo, lI as getNEARAccountExplorerUrl, lJ as getNEARExplorerUrl, lK as getNEARTokenContract, lL as getNEARViewingPublicKey, lM as getNativeToken, lN as getOSVersion, lO as getPaymentSummary, lP as getPaymentTimeRemaining, lQ as getPrivacyConfig, lR as getPrivacyDescription, lS as getProductionUrl, lT as getProxyFromEnv, lU as getSolanaExplorerUrl, lV as getSolanaProvider, lW as getSolanaTokenDecimals, lX as getStablecoin, lY as getStablecoinInfo, lZ as getStablecoinsForChain, l_ as getStealthBalance, l$ as getSupportedSameChainChains, m0 as getSupportedStablecoins, m1 as getTimeRemaining, m2 as getTokenByAddress, m3 as getTokenDecimals, m4 as getTokenMint, m5 as getTokensForChain, m6 as getTransactionByHash, m7 as getTransactionCount, m8 as getTransactionHistory, m9 as getTransactionSummary, ma as getXOnlyPublicKey, mb as hasEnoughOracles, mc as hasErrorCode, md as hasRequiredProofs, me as hasTokenAccount, mf as hash, mg as hexToNumber, mh as implicitAccountToEd25519PublicKey, mi as importNEARViewingKey, mj as isBrowser, mk as isEd25519Chain, ml as isExpired, mm as isImplicitAccount, mn as isKnownToken, mo as isLevelEnabled, mp as isLocalhostAllowed, mq as isLocalhostUrl, mr as isNEARAnnouncementForViewingKey, ms as isNamedAccount, mt as isNoirCircuitType, mu as isNonNegativeAmount, mv as isNoteInWindow, mw as isPaymentExpired, mx as isPrivateWalletAdapter, my as isProductionEnvironment, mz as isSIPError, mA as isSameChainSupported, mB as isSecurityError, mC as isStablecoin, mD as isStablecoinOnChain, mE as isSyncRandomnessValid, mF as isTablet, mG as isTorAvailable, mH as isValidAmount, mI as isValidAptosAddress, mJ as isValidChainId, mK as isValidCompressedPublicKey, mL as isValidCosmosAddress, mM as isValidEd25519PublicKey, mN as isValidHex, mO as isValidHexLength, mP as isValidNEARAccountId, mQ as isValidNearAccountId, mR as isValidNearImplicitAddress, mS as isValidPrivacyLevel, mT as isValidPrivateKey, mU as isValidScalar, mV as isValidSlippage, mW as isValidSolanaAddress, mX as isValidSolanaProof, mY as isValidStealthMetaAddress, mZ as isValidSuiAddress, m_ as isValidTaprootAddress, m$ as logger, n0 as maskAmount, n1 as nearAddressToEd25519PublicKey, n2 as normalizeAddress, n3 as normalizeSuiAddress, n4 as notConnectedError, n5 as parseAnnouncement, n6 as parseNEARAnnouncement, n7 as parseNEARStealthMetaAddress, n8 as parseProxyConfig, n9 as parseStealthAddress, na as percentToBps, nb as privacyLogger, nc as processWebhookTransaction, nd as proveOwnership, ne as publicKeyToEthAddress, nf as recommendCheapestChain, ng as recommendProfile, nh as redactAddress, ni as redactSensitiveData, nj as redactSignature, nk as registerWallet, nl as removeOracle, nm as rotateCircuit, nn as scanForPayments, no as schnorrSign, np as schnorrSignHex, nq as schnorrVerify, nr as schnorrVerifyHex, ns as secureWipe, nt as secureWipeAll, nu as selectOptimalConfig, nv as sendPrivateSPLTransfer, nw as serializeAttestationMessage, nx as serializeIntent, ny as serializePayment, nz as setLogLevel, nA as signAttestationMessage, nB as silenceLogger, nC as solanaAddressToEd25519PublicKey, nD as solanaOptimizations, nE as solanaPublicKeyToHex, nF as stealthKeyToCosmosAddress, nG as subtractBlindings, nH as subtractBlindingsNEAR, nI as subtractCommitments, nJ as subtractCommitmentsNEAR, nK as supportsSharedArrayBuffer, nL as supportsTouch, nM as supportsWASMBulkMemory, nN as supportsWASMSimd, nO as supportsWebBluetooth, nP as supportsWebHID, nQ as supportsWebUSB, nR as supportsWebWorkers, nS as taprootAddress, nT as toHex, nU as toStablecoinUnits, nV as toYoctoNEAR, nW as trackIntent, nX as trackPayment, nY as updateOracleStatus, nZ as updateSyncState, n_ as validateAsset, n$ as validateCreateIntentParams, o0 as validateIntentInput, o1 as validateIntentOutput, o2 as validateNEARStealthAddress, o3 as validateNEARStealthMetaAddress, o4 as validateNEARViewingKey, o5 as validateProductionConfig, o6 as validateScalar, o7 as validateViewingKey, o8 as verifyAttestation, o9 as verifyAttestationSignature, oa as verifyAuthToken, ob as verifyCommitment, oc as verifyNEP141TokenCommitment, od as verifyOpening, oe as verifyOpeningNEAR, of as verifyOracleSignature, og as verifyOwnership, oh as verifyWebhookSignature, oi as walletRegistry, oj as withSecureBuffer, ok as withSecureBufferSync, ol as wrapError } from './index-X8qPQdp6.js';
|
|
1
|
+
export { A as ATTESTATION_VERSION, a as AddressReuseResult, b as AdvisorMessage, c as AdvisorRecommendation, d as AdvisorResponse, e as AdvisorRole, f as AdvisorStatus, g as AdvisoryContext, h as AggregationProgressCallback, i as AggregationProgressEvent, j as AggregationStepResult, k as AggregatorConfig, l as AnalyzableTransaction, m as AnyNativeProof, n as ApproveParams, o as ApproveResult, p as AptosStealthResult, q as AptosStealthService, r as AttestationGatedConfig, s as AttestationGatedDisclosure, t as AttestationRequest, u as AttestationResult, v as AttestationSchema, w as AttestationVerificationResult, x as AuditReport, y as AuditorKeyDerivation, z as AuditorType, B as BLS12_381_MODULUS, C as BN254_MODULUS, D as BUILTIN_TEMPLATES, E as BackendCapabilities, F as BackendRegistrationOptions, G as BalanceAttestationParams, H as BaseProofComposer, I as BaseWalletAdapter, J as BatchVerificationRequest, K as BatchVerificationResult, L as BidReceipt, M as BitcoinNetwork, N as BlockRange, O as BridgeProvider, P as BrowserNoirProvider, Q as BrowserNoirProviderConfig, R as CHAIN_NUMERIC_IDS, S as CIRCUIT_METADATA, T as COMPLIANCE_CIRCUIT_IDS, U as CONFIGURABLE_ETH_RPC, V as CONFIGURABLE_SOLANA_RPC, W as CONFIGURABLE_SUI_RPC, Z as CONFIGURABLE_ZCASH_RPC, X as COSMOS_CHAIN_PREFIXES, Y as CSPLClient, _ as CSPLClientConfig, $ as CSPLServiceStatus, a0 as CSPLTokenService, a1 as CSPLTokenServiceConfig, a2 as CSVExport, a3 as CacheEntry, a4 as CacheEntryMetadata, a5 as CacheEvent, a6 as CacheEventListener, a7 as CacheEventType, a8 as CacheKey, a9 as CacheKeyComponents, aa as CacheKeyGenerator, ab as CacheLookupResult, ac as CacheWarmingConfig, ad as CastVoteParams, ae as ChainCharacteristics, af as ChainFamily, ag as ChainFeeConfig, ah as ClusterResult, ai as CommitmentPoint, aj as CompatibilityEntry, ak as ComplianceManager, al as ComplianceProofConfig, am as ComplianceProofProvider, an as ComplianceProofResult, ao as ComplianceProofType, ap as ComplianceReporter, aq as CompositionPlan, ar as CompositionRequest, as as CompositionState, at as CompositionTemplate, au as ConditionalDisclosure, av as ConversionErrorCode, aw as ConversionMetadata, ax as ConversionOptions, ay as ConverterValidationError, az as ConverterValidationResult, aA as CosmosChainId, aB as CosmosStealthResult, aC as CosmosStealthService, aD as CreateBidParams, aE as CreateIntentOptions, aF as CreatePaymentOptions, aG as CrossSystemValidator, aH as CryptoError, aI as DEFAULT_AGGREGATOR_CONFIG, aJ as DEFAULT_CHAIN_FEES, aK as DEFAULT_CONVERSION_OPTIONS, aL as DEFAULT_FEE_TIERS, aM as DEFAULT_LRU_CONFIG, aN as DEFAULT_MANAGER_CONFIG, aO as DEFAULT_MOCK_CONFIG, aP as DEFAULT_MULTI_TIER_CONFIG, aQ as DEFAULT_NETWORK_CONFIG, aR as DEFAULT_ORCHESTRATOR_CONFIG, aS as DEFAULT_PERSISTENT_CONFIG, aT as DEFAULT_PIPELINE_CONFIG, aU as DEFAULT_PROXY_TIMEOUT, aV as DEFAULT_RANGE_API_ENDPOINT, aW as DEFAULT_RPC_URLS, aX as DEFAULT_SYNC_CONFIG, aY as DEFAULT_THRESHOLD, aZ as DEFAULT_TOTAL_ORACLES, a_ as DEFAULT_TREASURY, a$ as DEFAULT_VALIDITY_PERIOD_SECONDS, b0 as DEFAULT_WARMING_CONFIG, b1 as DecryptedTransaction, b2 as DerivationPath, b3 as DeriveMultipleParams, b4 as DeriveStealthSignerParams, b5 as DeriveViewingKeyParams, b6 as DerivedViewingKey, b7 as DetailedAggregationResult, b8 as DetailedVerificationResult, b9 as EIP1193ConnectInfo, ba as EIP1193Event, bb as EIP1193Provider, bc as EIP1193ProviderRpcError, bd as EIP1193RequestArguments, be as EIP712Domain, bf as EIP712TypeDefinition, bg as EIP712TypedData, bh as EIP712Types, bi as EllipticCurve, bj as EncryptedNote, bk as EncryptedVote, bl as EncryptionNotImplementedError, bm as EnhancedAccountData, bn as EnhancedTransaction, bo as EnhancedTransactionEvents, bp as EnhancedTransactionType, bq as ErrorCode, br as EthereumAdapterConfig, bs as EthereumChainId, bt as EthereumChainIdType, bu as EthereumChainMetadata, bv as EthereumTokenMetadata, bw as EthereumTransactionReceipt, bx as EthereumTransactionRequest, by as EthereumWalletAdapter, bz as EthereumWalletName, bA as ExchangeExposureResult, bB as ExportForRegulatorParams, bC as ExportedViewingKey, bD as FATFExport, bE as FATFTransaction, bF as FINCENExport, bG as FINCENTransaction, bH as FeeBreakdown, bI as FeeCalculationInput, bJ as FeeCalculationResult, bK as FeeCalculator, bL as FeeCalculatorOptions, bM as FeeCollectionEvent, bN as FeeCollectionParams, bO as FeeCollectionResult, bP as FeeContractMethods, bQ as FeeContractState, bR as FeeGovernanceProposal, bS as FeeModel, bT as FeeStats, bU as FeeTier, bV as FeeTreasuryConfig, bW as FeeWaiver, bX as FeeWaiverType, bY as FieldCharacteristics, bZ as FileCache, b_ as FindBestRouteParams, b$ as FullAnalysisResult, c0 as GaslessCashoutBuild, c1 as GaslessCashoutParams, c2 as GaslessCashoutResult, c3 as GenerateAuditReportParams, c4 as GenericProvider, c5 as GenericProviderConfig, c6 as GetTransactionHistoryOptions, c7 as Halo2NativeProof, c8 as Halo2ProofConverter, c9 as HardwareAccount, ca as HardwareConnectionStatus, cb as HardwareDeviceInfo, cc as HardwareErrorCode, cd as HardwareErrorCodeType, ce as HardwareEthereumTx, cf as HardwareSignRequest, cg as HardwareSignature, ch as HardwareTransport, ci as HardwareWalletConfig, cj as HardwareWalletError, ck as HardwareWalletType, cl as HeliusEnhanced, cm as HeliusEnhancedConfig, cn as HeliusEnhancedTransaction, co as HeliusProvider, cp as HeliusProviderConfig, cq as HeliusWebhookPayload, cr as HeliusWebhookTransaction, cs as HistoryCompletenessParams, ct as ICacheKeyGenerator, cu as ICompiledCircuitCache, cv as ILRUCache, cw as IMultiTierCache, cx as INITIAL_PROOF_CACHE_STATS, cy as IPersistentCache, cz as IProofCache, cA as IVerificationKeyCache, cB as IndexedDBCache, cC as IntentBuilder, cD as IntentError, cE as InvalidProofError, cF as InvalidationRule, cG as InvalidationStrategy, cH as JITO_BLOCK_ENGINES, cI as JITO_DEFAULTS, cJ as JITO_TIP_ACCOUNTS, cK as JitoBundleRequest, cL as JitoBundleResult, cM as JitoRelayer, cN as JitoRelayerConfig, cO as JitoRelayerError, cP as JitoRelayerErrorCode, cQ as Jurisdiction, cR as KNOWN_EXCHANGES, cS as KNOWN_ISSUERS, cT as KimchiNativeProof, cU as KimchiProofConverter, cV as KnownExchange, cW as LRUCache, cX as LRUCacheConfig, cY as LatencyEstimate, cZ as LedgerConfig, c_ as LedgerModel, c$ as LedgerWalletAdapter, d0 as LinkValidationResult, d1 as LogLevel, d2 as MAX_NEAR_AMOUNT, d3 as MAX_PROOF_SIZE_BYTES, d4 as MAX_PUBLIC_INPUTS, d5 as MEMO_PROGRAM_ID, d6 as MerkleProof, d7 as MobileBrowser, d8 as MobileDeviceInfo, d9 as MobilePlatform, da as MobileWASMCompatibility, db as MockEthereumAdapter, dc as MockEthereumAdapterConfig, dd as MockHardwareConfig, de as MockLedgerAdapter, df as MockObliviousSyncProvider, dg as MockProofProvider, dh as MockSolanaAdapter, di as MockSolanaAdapterConfig, dj as MockSolver, dk as MockSolverConfig, dl as MockSyncProviderConfig, dm as MockTrezorAdapter, dn as MockWalletAdapter, dp as MultiTierCache, dq as MultiTierCacheConfig, dr as NEARAnnouncement, ds as NEARClaimParams, dt as NEARClaimResult, du as NEARCommitmentPoint, dv as NEARDetectedPayment, dw as NEAREncryptedPayload, dx as NEARExportFormat, dy as NEARExportOptions, dz as NEARFeeContract, dA as NEARFeeContractOptions, dB as NEARHistoricalTransaction, dC as NEARHistoryPrivacyLevel, dD as NEARIntentsAdapter, dE as NEARIntentsAdapterConfig, dF as NEARIntentsBackend, dG as NEARNetwork, dH as NEARPedersenCommitment, dI as NEARPrivateTransferParams, dJ as NEARPrivateTransferResult, dK as NEARScanParams, dL as NEARScanResult, dM as NEARStealthAddressResult, dN as NEARStealthBalance, dO as NEARStealthMetaAddressResult, dP as NEARTransactionData, dQ as NEARTransactionHistoryParams, dR as NEARTransactionHistoryResult, dS as NEARTransactionType, dT as NEARViewingKey, dU as NEARViewingKeyExport, dV as NEARViewingKeyStorage, dW as NEAR_DEFAULT_GAS, dX as NEAR_ED25519_ORDER, dY as NEAR_EXPLORER_URLS, dZ as NEAR_FEE_CONTRACTS, d_ as NEAR_IMPLICIT_ACCOUNT_LENGTH, d$ as NEAR_MAX_COMMITMENT_VALUE, e0 as NEAR_RPC_ENDPOINTS, e1 as NEAR_SIP_MEMO_PREFIX, e2 as NEAR_TOKEN_CONTRACTS, e3 as NEAR_TOKEN_DECIMALS, e4 as NEP141TokenCommitment, e5 as NativeProofFormat, e6 as NativeTransfer, e7 as NetworkError, e8 as NetworkPrivacyConfig, e9 as NftTransfer, ea as NoirCircuitType, eb as NoirNativeProof, ec as NoirProofConverter, ed as ONE_NEAR, ee as ONE_YOCTO, ef as ORACLE_DOMAIN, eg as ObliviousNullifier, eh as ObliviousSyncConfig, ei as ObliviousSyncError, ej as ObliviousSyncErrorCode, ek as ObliviousSyncProvider, el as ObliviousSyncQuery, em as ObliviousSyncResponse, en as OneClickClient, eo as OracleAttestationMessage, ep as OracleId, eq as OracleInfo, er as OracleRegistry, es as OracleRegistryConfig, et as OracleSignature, eu as OracleStatus, ev as OrchestratorConfig, ew as OrchestratorProgressCallback, ex as OrchestratorProgressEvent, ey as OrchestratorResult, ez as PALLAS_MODULUS, eA as PROXY_ENV_VAR, eB as PROXY_ENV_VARS, eC as ParallelAggregationOptions, eD as ParseTransactionsOptions, eE as ParsedProxyConfig, eF as PaymentBuilder, eG as PdfExportOptions, eH as PedersenCommitment, eI as PersistentCacheConfig, eJ as PreparedSwap, eK as PriceFeed, eL as PrivacyAdvisorAgent, eM as PrivacyAdvisorConfig, eN as PrivacyAdvisoryReport, eO as PrivacyAvailabilityResult, eP as PrivacyBackend, eQ as PrivacyBackendCapabilities, eR as PrivacyBackendRegistry, eS as PrivacyBackendSelectionResult, eT as PrivacyBackendType, eU as PrivacyConfig, eV as PrivacyDisplayOptions, eW as PrivacyLogger, eX as PrivacyLoggerConfig, eY as PrivacyRecommendation, eZ as PrivacyScore, e_ as PrivacyScoreBreakdown, e$ as PrivacySmartRouter, f0 as PrivacySmartRouterConfig, f1 as PrivacyTransactionResult, f2 as PrivacyTransferParams, f3 as PrivateNFT, f4 as PrivateVoting, f5 as ProductionConfigError, f6 as ProductionConfigValidationResult, f7 as ProductionConfigWarning, f8 as ProductionQuote, f9 as ProductionSafetyError, fa as ProofAggregator, fb as ProofAuditLogEntry, fc as ProofCacheStats, fd as ProofConversionError, fe as ProofConverter, ff as ProofDependency, fg as ProofError, fh as ProofNotImplementedError, fi as ProofOrchestrator, fj as ProofProgressCallback, fk as ProofStatistics, fl as ProofSystemToNativeMap, fm as ProviderConfig, fn as ProviderType, fo as ProxiedFetch, fp as ProxyAgentOptions, fq as ProxyCheckResult, fr as ProxyConfig, fs as ProxyType, ft as QuoteComparison, fu as RangeAPIConfig, fv as RangeSASAttestation, fw as ReceivedNote, fx as RecursiveAggregationOptions, fy as RegisteredBackend, fz as RegulatoryExport, fA as RegulatoryFormat, fB as RelayedTransactionRequest, fC as RelayedTransactionResult, fD as RelayerFeeConfig, fE as RevealedVote, fF as RiskLevel, fG as Route, fH as RouteWithQuote, fI as RouterPriority, fJ as SIP, fK as SIPConfig, fL as SIPEnhancedTransaction, fM as SIPError, fN as SIPLogLevel, fO as SIPLoggerConfig, fP as SIPNativeBackend, fQ as SIPNativeBackendConfig, fR as SIPProtectionComparison, fS as SIPTransactionMetadata, fT as SIP_MEMO_PREFIX, fU as SIP_MEMO_PREFIX_ANY, fV as SIP_MEMO_PREFIX_V2, fW as SOLANA_EXPLORER_URLS, fX as SOLANA_RPC_ENDPOINTS, fY as SOLANA_TOKEN_DECIMALS, fZ as SOLANA_TOKEN_MINTS, f_ as SOLANA_ZK_PROGRAM_IDS, f$ as STABLECOIN_ADDRESSES, g0 as STABLECOIN_DECIMALS, g1 as STABLECOIN_INFO, g2 as SUPPORTED_JURISDICTIONS, g3 as SYSTEM_INFO, g4 as SameChainExecuteParams, g5 as SameChainExecuteResult, g6 as SameChainExecutor, g7 as SameChainTransferParams, g8 as SameChainTransferResult, g9 as SanctionsClearParams, ga as SealedBid, gb as SealedBidAuction, gc as SecurityError, gd as SensitiveData, ge as SequentialAggregationOptions, gf as SerializedError, gg as SettlementBackend, gh as SettlementBackendFactory, gi as SettlementBackendName, gj as SettlementBackendRegistry, gk as SettlementQuote, gl as SettlementQuoteParams, gm as SettlementRegistry, gn as SettlementRegistryError, go as SettlementSwapParams, gp as SettlementSwapResult, gq as SettlementSwapRoute, gr as SettlementSwapRouteStep, gs as ShieldedBalance, gt as ShieldedSendParams, gu as ShieldedSendResult, gv as SignedOracleAttestation, gw as SmartRouter, gx as SocialLinkResult, gy as SolanaAdapterConfig, gz as SolanaAnnouncement, gA as SolanaClaimParams, gB as SolanaClaimResult, gC as SolanaCluster, gD as SolanaConnection, gE as SolanaNoirError, gF as SolanaNoirErrorCode, gF as SolanaNoirErrorCodeType, gG as SolanaNoirVerifier, gH as SolanaNoirVerifierConfig, gI as SolanaPrivateTransferParams, gJ as SolanaPrivateTransferResult, gK as SolanaPublicKey, gL as SolanaRPCProvider, gM as SolanaSameChainCluster, gN as SolanaSameChainConfig, gO as SolanaSameChainExecutor, gP as SolanaScanParams, gQ as SolanaScanResult, gR as SolanaSendOptions, gS as SolanaSerializedProof, gT as SolanaSignature, gU as SolanaTransaction, gV as SolanaUnsignedTransaction, gW as SolanaVerificationKey, gX as SolanaVerificationResult, gY as SolanaVerifyInstruction, gZ as SolanaVersionedTransaction, g_ as SolanaWalletAdapter, g$ as SolanaWalletName, h0 as SolanaWalletProvider, h1 as StablecoinInfo, h2 as StealthCurve, h3 as StealthSigner, h4 as StreamCallback, h5 as SubmitGaslessCashoutParams, h6 as SuiStealthResult, h7 as SuiStealthService, h8 as SurveillanceAnalyzer, h9 as SurveillanceAnalyzerConfig, ha as SwapEvent, hb as SwapRequest, hc as SwapResult, hd as SwapStatus, he as SwapStatusResponse, hf as SyncCompletionEvent, hg as SyncEventListener, hh as SyncManager, hi as SyncManagerConfig, hj as SyncOptions, hk as SyncProgressEvent, hl as SyncRandomness, hm as SyncServiceHealth, hn as SystemInfo, ho as SystemVerificationStats, hp as TOR_CONTROL_PORT, hq as TOR_HOST, hr as TOR_PORTS, hs as TapScript, ht as TaprootOutput, hu as TemporalPatternResult, hv as ThresholdShares, hw as ThresholdViewingKey, hx as TimeLockParams, hy as TimeLockResult, hz as TimeWindowedViewingKey, hA as TokenAsset, hB as TokenMetadata, hC as TokenTransfer, hD as ToolResult, hE as ToolsConfig, hF as TransactionData, hG as TransactionSummary, hH as TransportType, hI as Treasury, hJ as TrezorConfig, hK as TrezorModel, hL as TrezorWalletAdapter, hM as UnifiedOptimizationProfile, hN as UnifiedOptimizationResult, hO as UnifiedProofConverter, hP as UnlockResult, hQ as UnsupportedVersionError, hR as UnwrapParams, hS as UnwrapResult, hT as VESTA_MODULUS, hU as ValidationCheck, hV as ValidationError, hW as ValidationOptions, hX as ValidationReport, hY as VerificationOrder, hZ as VerificationPipeline, h_ as VerificationPipelineConfig, h$ as VerificationProgressCallback, i0 as VerificationProgressEvent, i1 as VerificationResult, i2 as VerifyBidParams, i3 as VerifyOptions, i4 as ViewingKeyAccessParams, i5 as ViewingKeyDerivationResult, i6 as ViewingKeyScope, i7 as WalletAdapter, i8 as WalletError, i9 as WalletSyncState, ia as WarmingResult, ib as WebhookHandler, ic as WebhookHandlerConfig, id as WebhookProcessResult, ie as WebhookRequest, ig as WrapParams, ih as WrapResult, ii as ZcashNativeBackend, ij as ZcashNativeBackendConfig, ik as ZcashQuote, il as ZcashQuoteParams, im as ZcashRPCClient, io as ZcashRPCError, ip as ZcashRpcConfig, iq as ZcashShieldedService, ir as ZcashShieldedServiceConfig, is as ZcashSwapParams, it as ZcashSwapResult, iu as ZcashSwapService, iv as ZcashSwapServiceConfig, iw as ZcashSwapSourceChain, ix as ZcashSwapSourceToken, iy as ZcashSwapStatus, iz as addBlindings, iA as addBlindingsNEAR, iB as addCommitments, iC as addCommitmentsNEAR, iD as addOracle, iE as analyzeAddressReuse, iF as analyzeTemporalPatterns, iG as aptosAddressToAuthKey, iH as assertNoLocalhost, iI as attachProofs, iJ as base58ToHex, iK as bnbOptimizations, iL as bpsToPercent, iM as browserBytesToHex, iN as browserHexToBytes, iO as buildGaslessCashout, iP as cacheKeyGenerator, iQ as calculateFeeForSwap, iR as calculatePrivacyScore, iS as calculateSIPComparison, iT as checkAptosStealthAddress, iU as checkEd25519StealthAddress, iV as checkEd25519StealthAddressV1, iW as checkMobileWASMCompatibility, iX as checkNEARStealthAddress, iY as checkProxyAvailability, iZ as checkSecp256k1StealthAddressV1, i_ as checkStealthAddress, i$ as checkSuiStealthAddress, j0 as claimStealthPayment, j1 as commit, j2 as commitNEAR, j3 as commitNEP141Token, j4 as commitZero, j5 as compareCrossChainCosts, j6 as computeAttestationHash, j7 as computeNEARViewingKeyHash, j8 as computeNEARViewingKeyHashFromPrivate, j9 as computeRelayerFee, ja as computeTweakedKey, jb as configureLogger, jc as convertFromSIP, jd as convertToSIP, je as createAnalyzeWalletTool, jf as createAnnouncementMemo, jg as createCacheKeyGenerator, jh as createCommitment, ji as createCrossSystemValidator, jj as createDevnetVerifier, jk as createEthereumAdapter, jl as createExplainTool, jm as createFeeCalculator, jn as createFileCache, jo as createHalo2Converter, jp as createHeliusEnhanced, jq as createIndexedDBCache, jr as createJitoRelayer, js as createKeySpendOnlyOutput, jt as createKimchiConverter, ju as createLRUCache, jv as createLedgerAdapter, jw as createLogger, jx as createMainnetFeeContract, jy as createMainnetRelayer, jz as createMainnetVerifier, jA as createMockAttestation, jB as createMockEthereumAdapter, jC as createMockEthereumProvider, jD as createMockLedgerAdapter, jE as createMockSolanaAdapter, jF as createMockSolanaConnection, jG as createMockSolanaProvider, jH as createMockSolver, jI as createMockSyncProvider, jJ as createMockTrezorAdapter, jK as createMultiTierCache, jL as createNEARAnnouncementMemo, jM as createNEARFeeContract, jN as createNEARIntentsAdapter, jO as createNEARIntentsBackend, jP as createNEARMemoryStorage, jQ as createNetworkPrivacyClient, jR as createNoirConverter, jS as createOracleRegistry, jT as createPersistentCache, jU as createPrivacyAdvisor, jV as createPrivacyAdvisorTools, jW as createPrivacyLogger, jX as createPrivateOwnership, jY as createPrivateVoting, jZ as createProductionConfig, j_ as createProductionSIP, j$ as createProofAggregator, k0 as createProofOrchestrator, k1 as createProvider, k2 as createProxiedFetch, k3 as createProxyAgent, k4 as createQuickScoreTool, k5 as createSIP, k6 as createSIPComparisonTool, k7 as createSameChainExecutor, k8 as createSealedBidAuction, k9 as createShieldedIntent, ka as createShieldedPayment, kb as createSmartRouter, kc as createSolanaAdapter, kd as createSurveillanceAnalyzer, ke as createSyncManager, kf as createSyncState, kg as createTaprootOutput, kh as createTestnetFeeContract, ki as createTimeWindowedKey, kj as createTrezorAdapter, kk as createUnifiedConverter, kl as createVerificationPipeline, km as createWalletFactory, kn as createWebhookHandler, ko as createZcashClient, kp as createZcashNativeBackend, kq as createZcashShieldedService, kr as createZcashSwapService, ks as decodeStealthMetaAddress, kt as decodeTaprootAddress, ku as decryptMemo, kv as decryptWithNEARViewing, kw as decryptWithViewing, kx as defaultRegistry, ky as deriveAptosStealthPrivateKey, kz as deriveEd25519StealthPrivateKey, kA as deriveEd25519StealthPrivateKeyV1, kB as deriveNEARChildViewingKey, kC as deriveNEARStealthPrivateKey, kD as deriveObliviousNullifier, kE as deriveOracleId, kF as deriveSecp256k1StealthPrivateKeyV1, kG as deriveStealthPrivateKey, kH as deriveStealthPrivateKeyV1, kI as deriveStealthSigner, kJ as deriveSuiStealthPrivateKey, kK as deriveTraditionalNullifier, kL as deriveViewingKey, kM as deserializeAttestationMessage, kN as deserializeIntent, kO as deserializePayment, kP as detectChainFamily, kQ as detectClusters, kR as detectEthereumWallets, kS as detectExchangeExposure, kT as detectMobileBrowser, kU as detectMobilePlatform, kV as detectSolanaWallets, kW as detectTorPort, kX as ed25519PublicKeyToAptosAddress, kY as ed25519PublicKeyToImplicitAccount, kZ as ed25519PublicKeyToNearAddress, k_ as ed25519PublicKeyToSolanaAddress, k$ as ed25519PublicKeyToSuiAddress, l0 as encodeNEARStealthMetaAddress, l1 as encodeStealthMetaAddress, l2 as encryptForNEARViewing, l3 as encryptForViewing, l4 as estimateComputeUnits, l5 as estimateFee, l6 as estimatePrivateTransferFee, l7 as evmOptimizations, l8 as exportNEARViewingKey, l9 as exportTransactions, la as featureNotSupportedError, lb as fetchAttestation, lc as fetchWalletAttestations, ld as formatFee, le as formatStablecoinAmount, lf as fromHex, lg as fromStablecoinUnits, lh as fromYoctoNEAR, li as generateAptosStealthAddress, lj as generateBlinding, lk as generateBlindingNEAR, ll as generateCosmosStealthAddress, lm as generateCosmosStealthMetaAddress, ln as generateEd25519StealthAddress, lo as generateEd25519StealthMetaAddress, lp as generateIntentId, lq as generateNEARStealthAddress, lr as generateNEARStealthMetaAddress, ls as generateNEARViewingKeyFromSpending, lt as generatePdfReport, lu as generateRandomBytes, lv as generateRandomNEARViewingKey, lw as generateStealthAddress, lx as generateStealthMetaAddress, ly as generateSuiStealthAddress, lz as generateSyncRandomness, lA as generateViewingKey, lB as getActiveOracles, lC as getAsset, lD as getAvailableTransports, lE as getBrowserInfo, lF as getBrowserVersion, lG as getChainCharacteristics, lH as getChainNumericId, lI as getChainsForStablecoin, lJ as getCurrentEpoch, lK as getCurveForChain, lL as getDefaultRpcEndpoint, lM as getDerivationPath, lN as getErrorMessage, lO as getEthereumProvider, lP as getGenerators, lQ as getGeneratorsNEAR, lR as getIntentSummary, lS as getLogLevelName, lT as getMobileDeviceInfo, lU as getNEARAccountExplorerUrl, lV as getNEARExplorerUrl, lW as getNEARTokenContract, lX as getNEARViewingPublicKey, lY as getNativeToken, lZ as getOSVersion, l_ as getPaymentSummary, l$ as getPaymentTimeRemaining, m0 as getPrivacyConfig, m1 as getPrivacyDescription, m2 as getProductionUrl, m3 as getProxyFromEnv, m4 as getSolanaExplorerUrl, m5 as getSolanaProvider, m6 as getSolanaTokenDecimals, m7 as getStablecoin, m8 as getStablecoinInfo, m9 as getStablecoinsForChain, ma as getStealthBalance, mb as getSupportedSameChainChains, mc as getSupportedStablecoins, md as getTimeRemaining, me as getTokenByAddress, mf as getTokenDecimals, mg as getTokenMint, mh as getTokensForChain, mi as getTransactionByHash, mj as getTransactionCount, mk as getTransactionHistory, ml as getTransactionSummary, mm as getXOnlyPublicKey, mn as hasEnoughOracles, mo as hasErrorCode, mp as hasRequiredProofs, mq as hasTokenAccount, mr as hash, ms as hexToNumber, mt as implicitAccountToEd25519PublicKey, mu as importNEARViewingKey, mv as isBrowser, mw as isEd25519Chain, mx as isExpired, my as isImplicitAccount, mz as isKnownToken, mA as isLevelEnabled, mB as isLocalhostAllowed, mC as isLocalhostUrl, mD as isNEARAnnouncementForViewingKey, mE as isNamedAccount, mF as isNoirCircuitType, mG as isNonNegativeAmount, mH as isNoteInWindow, mI as isPaymentExpired, mJ as isPrivateWalletAdapter, mK as isProductionEnvironment, mL as isSIPError, mM as isSameChainSupported, mN as isSecurityError, mO as isStablecoin, mP as isStablecoinOnChain, mQ as isSyncRandomnessValid, mR as isTablet, mS as isTorAvailable, mT as isValidAmount, mU as isValidAptosAddress, mV as isValidChainId, mW as isValidCompressedPublicKey, mX as isValidCosmosAddress, mY as isValidEd25519PublicKey, mZ as isValidHex, m_ as isValidHexLength, m$ as isValidNEARAccountId, n0 as isValidNearAccountId, n1 as isValidNearImplicitAddress, n2 as isValidPrivacyLevel, n3 as isValidPrivateKey, n4 as isValidScalar, n5 as isValidSlippage, n6 as isValidSolanaAddress, n7 as isValidSolanaProof, n8 as isValidStealthMetaAddress, n9 as isValidSuiAddress, na as isValidTaprootAddress, nb as logger, nc as maskAmount, nd as nearAddressToEd25519PublicKey, ne as normalizeAddress, nf as normalizeSuiAddress, ng as notConnectedError, nh as parseAnnouncement, ni as parseNEARAnnouncement, nj as parseNEARStealthMetaAddress, nk as parseProxyConfig, nl as parseStealthAddress, nm as percentToBps, nn as privacyLogger, no as processWebhookTransaction, np as proveOwnership, nq as publicKeyToEthAddress, nr as recommendCheapestChain, ns as recommendProfile, nt as redactAddress, nu as redactSensitiveData, nv as redactSignature, nw as registerWallet, nx as removeOracle, ny as rotateCircuit, nz as scanForPayments, nA as schnorrSign, nB as schnorrSignHex, nC as schnorrVerify, nD as schnorrVerifyHex, nE as secureWipe, nF as secureWipeAll, nG as selectOptimalConfig, nH as sendPrivateSPLTransfer, nI as serializeAttestationMessage, nJ as serializeIntent, nK as serializePayment, nL as setLogLevel, nM as signAttestationMessage, nN as signEd25519WithScalar, nO as silenceLogger, nP as solanaAddressToEd25519PublicKey, nQ as solanaOptimizations, nR as solanaPublicKeyToHex, nS as stealthKeyToCosmosAddress, nT as submitGaslessCashout, nU as subtractBlindings, nV as subtractBlindingsNEAR, nW as subtractCommitments, nX as subtractCommitmentsNEAR, nY as supportsSharedArrayBuffer, nZ as supportsTouch, n_ as supportsWASMBulkMemory, n$ as supportsWASMSimd, o0 as supportsWebBluetooth, o1 as supportsWebHID, o2 as supportsWebUSB, o3 as supportsWebWorkers, o4 as taprootAddress, o5 as toHex, o6 as toStablecoinUnits, o7 as toYoctoNEAR, o8 as trackIntent, o9 as trackPayment, oa as updateOracleStatus, ob as updateSyncState, oc as validateAsset, od as validateCreateIntentParams, oe as validateIntentInput, of as validateIntentOutput, og as validateNEARStealthAddress, oh as validateNEARStealthMetaAddress, oi as validateNEARViewingKey, oj as validateProductionConfig, ok as validateScalar, ol as validateViewingKey, om as verifyAttestation, on as verifyAttestationSignature, oo as verifyAuthToken, op as verifyCommitment, oq as verifyNEP141TokenCommitment, or as verifyOpening, os as verifyOpeningNEAR, ot as verifyOracleSignature, ou as verifyOwnership, ov as verifyWebhookSignature, ow as walletRegistry, ox as withSecureBuffer, oy as withSecureBufferSync, oz as wrapError } from './index-rqQpCeVM.js';
|
|
2
2
|
export { Asset, AuditLogEntry, AuditScope, AuditorRegistration, AuditorViewingKey, BatchPaymentRecipient, BatchPaymentRequest, ChainId, Commitment, ComplianceConfig, ComplianceReport, ComplianceRole, ComposedProof, ComposedProofStatus, CompositionError, CompositionErrorCode, CompositionEvent, CompositionEventListener, CompositionEventType, CompositionMetadata, CompositionMetrics, CompositionProgressEvent, CompositionResult, CreateBatchProposalParams, CreateComplianceConfigParams, CreateIntentParams, CreatePaymentParams, CreatePaymentProposalParams, CreatePrivateOwnershipParams, CreateTreasuryParams, DEFAULT_COMPOSITION_CONFIG, DefuseAssetId, DisclosedTransaction, DisclosureRequest, FulfillmentCommitment, FulfillmentProof, FulfillmentRequest, FulfillmentResult, FulfillmentStatus, GenerateReportParams, Hash, HexString, WalletAdapter as IWalletAdapter, IndividualVerificationResult, IntentStatus, NATIVE_TOKENS, OneClickConfig, OneClickDepositMode, OneClickErrorCode, OneClickQuoteRequest, OneClickQuoteResponse, OneClickStatusResponse, OneClickSwapStatus, OneClickSwapType, OwnershipProof, OwnershipVerification, PaymentPurpose, PaymentReceipt, PaymentStatus, PaymentStatusType, PrivacyLevel, PrivateNFTOwnership, PrivateWalletAdapter, ProofAggregationStrategy, ProofCompositionConfig, ProofMetadata, ProofProviderCapabilities, ProofProviderMetrics, ProofProviderStatus, ProofSystem, VerificationResult as ProofVerificationResult, ProposalSignature, ProposalStatus, ProposalStatusType, ProposalType, ProveOwnershipParams, Quote, RegisterAuditorParams, ReportData, ReportFormat, ReportStatus, ReportStatusType, ReportType, SIPSolver, SIP_VERSION, ShieldedIntent, ShieldedPayment, Signature, SignedTransaction, SingleProof, Solver, SolverCapabilities, SolverEvent, SolverEventListener, SolverQuote, SolverVisibleIntent, StablecoinSymbol, StealthAddress, StealthAddressRecovery, StealthMetaAddress, SwapRoute, SwapRouteStep, TrackedIntent, TrackedPayment, TransactionReceipt, TreasuryBalance, TreasuryConfig, TreasuryMember, TreasuryProposal, TreasuryRole, TreasuryTransaction, UnsignedTransaction, VerificationHints, ViewingKey, WalletAccountChangedEvent, WalletAdapterFactory, WalletChainChangedEvent, WalletConnectEvent, WalletConnectionState, WalletDisconnectEvent, WalletErrorCode, WalletErrorEvent, WalletEvent, WalletEventHandler, WalletEventType, WalletInfo, WalletRegistryEntry, WalletShieldedSendParams, WalletShieldedSendResult, ZKProof, ZcashAccountAddress, ZcashAccountBalance, ZcashAddressInfo, ZcashAddressType, ZcashBlock, ZcashBlockHeader, ZcashBlockchainInfo, ZcashConfig, ZcashErrorCode, ZcashNetwork, ZcashNetworkInfo, ZcashNewAccount, ZcashOperation, ZcashOperationError, ZcashOperationStatus, ZcashOperationTxResult, ZcashPool, ZcashPoolBalance, ZcashPrivacyPolicy, ZcashReceiverType, ZcashSendRecipient, ZcashShieldedSendParams, ZcashUnspentNote, isPrivate, supportsViewingKey } from '@sip-protocol/types';
|
|
3
3
|
import { F as FundingProofParams, V as ValidityProofParams, a as FulfillmentProofParams, P as ProofResult } from './noir-CwPIyBLj.js';
|
|
4
4
|
export { N as NoirProviderConfig, O as OracleAttestation, b as ProofFramework, c as ProofGenerationError, d as ProofProvider } from './noir-CwPIyBLj.js';
|