@zkp2p/sdk 0.6.3 → 0.7.2

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/react.d.mts CHANGED
@@ -1,5 +1,5 @@
1
- import { Z as Zkp2pClient, P as PostDepositDetailsRequest, E as SignalIntentMethodParams, bo as PreparedTransaction, br as TakerTier, p as GetTakerTierRequest, q as GetTakerTierResponse, F as FulfillIntentMethodParams, cI as SendTransactionFn, cJ as SendBatchFn, cG as DelegationDepositTarget, cH as BatchResult } from './vaultUtils-CcJn5Yh6.mjs';
2
- export { cE as DelegationRoute, cF as DelegationState, cK as VAULT_ZERO_ADDRESS, cy as ZERO_RATE_MANAGER_ID, cL as asErrorMessage, cM as assertDelegationMethodSupport, cD as classifyDelegationState, cC as getDelegationRoute, cz as isZeroRateManagerId, cA as normalizeRateManagerId, cB as normalizeRegistry } from './vaultUtils-CcJn5Yh6.mjs';
1
+ import { Z as Zkp2pClient, P as PostDepositDetailsRequest, a0 as SignalIntentMethodParams, bF as PreparedTransaction, bI as TakerTier, E as GetTakerTierRequest, F as GetTakerTierResponse, a1 as FulfillIntentMethodParams, cZ as SendTransactionFn, c_ as SendBatchFn, cX as DelegationDepositTarget, cY as BatchResult } from './vaultUtils-CdYaZr3f.mjs';
2
+ export { cV as DelegationRoute, cW as DelegationState, c$ as VAULT_ZERO_ADDRESS, cP as ZERO_RATE_MANAGER_ID, d0 as asErrorMessage, d1 as assertDelegationMethodSupport, cU as classifyDelegationState, cT as getDelegationRoute, cQ as isZeroRateManagerId, cR as normalizeRateManagerId, cS as normalizeRegistry } from './vaultUtils-CdYaZr3f.mjs';
3
3
  import { Hash, Address, Hex } from 'viem';
4
4
  import '@zkp2p/indexer-schema';
5
5
  import 'abitype';
package/dist/react.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { Z as Zkp2pClient, P as PostDepositDetailsRequest, E as SignalIntentMethodParams, bo as PreparedTransaction, br as TakerTier, p as GetTakerTierRequest, q as GetTakerTierResponse, F as FulfillIntentMethodParams, cI as SendTransactionFn, cJ as SendBatchFn, cG as DelegationDepositTarget, cH as BatchResult } from './vaultUtils-CcJn5Yh6.js';
2
- export { cE as DelegationRoute, cF as DelegationState, cK as VAULT_ZERO_ADDRESS, cy as ZERO_RATE_MANAGER_ID, cL as asErrorMessage, cM as assertDelegationMethodSupport, cD as classifyDelegationState, cC as getDelegationRoute, cz as isZeroRateManagerId, cA as normalizeRateManagerId, cB as normalizeRegistry } from './vaultUtils-CcJn5Yh6.js';
1
+ import { Z as Zkp2pClient, P as PostDepositDetailsRequest, a0 as SignalIntentMethodParams, bF as PreparedTransaction, bI as TakerTier, E as GetTakerTierRequest, F as GetTakerTierResponse, a1 as FulfillIntentMethodParams, cZ as SendTransactionFn, c_ as SendBatchFn, cX as DelegationDepositTarget, cY as BatchResult } from './vaultUtils-CdYaZr3f.js';
2
+ export { cV as DelegationRoute, cW as DelegationState, c$ as VAULT_ZERO_ADDRESS, cP as ZERO_RATE_MANAGER_ID, d0 as asErrorMessage, d1 as assertDelegationMethodSupport, cU as classifyDelegationState, cT as getDelegationRoute, cQ as isZeroRateManagerId, cR as normalizeRateManagerId, cS as normalizeRegistry } from './vaultUtils-CdYaZr3f.js';
3
3
  import { Hash, Address, Hex } from 'viem';
4
4
  import '@zkp2p/indexer-schema';
5
5
  import 'abitype';
package/dist/react.mjs CHANGED
@@ -1,5 +1,5 @@
1
- import { getNextTakerTier, TAKER_TIER_CAPS, asErrorMessage, ZERO_ADDRESS, getDelegationRoute, assertDelegationMethodSupport, prepareClearDelegationTx, normalizeRateManagerId, normalizeRegistry, isZeroRateManagerId, assertAtomicDelegationSwitchSupport, prepareSetDelegationTx } from './chunk-WFDRBAV3.mjs';
2
- export { ZERO_ADDRESS as VAULT_ZERO_ADDRESS, ZERO_RATE_MANAGER_ID, asErrorMessage, assertDelegationMethodSupport, classifyDelegationState, getDelegationRoute, isZeroRateManagerId, normalizeRateManagerId, normalizeRegistry } from './chunk-WFDRBAV3.mjs';
1
+ import { getNextTakerTier, TAKER_TIER_CAPS, asErrorMessage, ZERO_ADDRESS, getDelegationRoute, assertDelegationMethodSupport, prepareClearDelegationTx, normalizeRateManagerId, normalizeRegistry, isZeroRateManagerId, assertAtomicDelegationSwitchSupport, prepareSetDelegationTx } from './chunk-BQINCOSO.mjs';
2
+ export { ZERO_ADDRESS as VAULT_ZERO_ADDRESS, ZERO_RATE_MANAGER_ID, asErrorMessage, assertDelegationMethodSupport, classifyDelegationState, getDelegationRoute, isZeroRateManagerId, normalizeRateManagerId, normalizeRegistry } from './chunk-BQINCOSO.mjs';
3
3
  import './chunk-J5LGTIGS.mjs';
4
4
  import { useState, useCallback, useMemo, useEffect } from 'react';
5
5
  import { formatUnits } from 'viem';