@zkp2p/sdk 0.11.0 → 0.11.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/README.md +6 -0
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/react.d.mts +2 -2
- package/dist/react.d.ts +2 -2
- package/dist/{vaultUtils-DmGhwFto.d.mts → vaultUtils-CbfjrxgD.d.mts} +1 -1
- package/dist/{vaultUtils-DmGhwFto.d.ts → vaultUtils-CbfjrxgD.d.ts} +1 -1
- package/package.json +1 -1
package/dist/react.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Z as Zkp2pClient, P as PostDepositDetailsRequest, a1 as SignalIntentMethodParams, bJ as PreparedTransaction, a2 as FulfillIntentMethodParams, c_ as SendTransactionFn, c$ as SendBatchFn, cY as DelegationDepositTarget, cZ as BatchResult, aa as IntentGuardianErrorCode, a6 as IntentGuardianPolicy, a7 as IntentGuardianQuote } from './vaultUtils-
|
|
2
|
-
export { cW as DelegationRoute, cX as DelegationState, de as VAULT_ZERO_ADDRESS, cQ as ZERO_RATE_MANAGER_ID, df as asErrorMessage, dg as assertDelegationMethodSupport, cV as classifyDelegationState, cU as getDelegationRoute, cR as isZeroRateManagerId, cS as normalizeRateManagerId, cT as normalizeRegistry } from './vaultUtils-
|
|
1
|
+
import { Z as Zkp2pClient, P as PostDepositDetailsRequest, a1 as SignalIntentMethodParams, bJ as PreparedTransaction, a2 as FulfillIntentMethodParams, c_ as SendTransactionFn, c$ as SendBatchFn, cY as DelegationDepositTarget, cZ as BatchResult, aa as IntentGuardianErrorCode, a6 as IntentGuardianPolicy, a7 as IntentGuardianQuote } from './vaultUtils-CbfjrxgD.mjs';
|
|
2
|
+
export { cW as DelegationRoute, cX as DelegationState, de as VAULT_ZERO_ADDRESS, cQ as ZERO_RATE_MANAGER_ID, df as asErrorMessage, dg as assertDelegationMethodSupport, cV as classifyDelegationState, cU as getDelegationRoute, cR as isZeroRateManagerId, cS as normalizeRateManagerId, cT as normalizeRegistry } from './vaultUtils-CbfjrxgD.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, a1 as SignalIntentMethodParams, bJ as PreparedTransaction, a2 as FulfillIntentMethodParams, c_ as SendTransactionFn, c$ as SendBatchFn, cY as DelegationDepositTarget, cZ as BatchResult, aa as IntentGuardianErrorCode, a6 as IntentGuardianPolicy, a7 as IntentGuardianQuote } from './vaultUtils-
|
|
2
|
-
export { cW as DelegationRoute, cX as DelegationState, de as VAULT_ZERO_ADDRESS, cQ as ZERO_RATE_MANAGER_ID, df as asErrorMessage, dg as assertDelegationMethodSupport, cV as classifyDelegationState, cU as getDelegationRoute, cR as isZeroRateManagerId, cS as normalizeRateManagerId, cT as normalizeRegistry } from './vaultUtils-
|
|
1
|
+
import { Z as Zkp2pClient, P as PostDepositDetailsRequest, a1 as SignalIntentMethodParams, bJ as PreparedTransaction, a2 as FulfillIntentMethodParams, c_ as SendTransactionFn, c$ as SendBatchFn, cY as DelegationDepositTarget, cZ as BatchResult, aa as IntentGuardianErrorCode, a6 as IntentGuardianPolicy, a7 as IntentGuardianQuote } from './vaultUtils-CbfjrxgD.js';
|
|
2
|
+
export { cW as DelegationRoute, cX as DelegationState, de as VAULT_ZERO_ADDRESS, cQ as ZERO_RATE_MANAGER_ID, df as asErrorMessage, dg as assertDelegationMethodSupport, cV as classifyDelegationState, cU as getDelegationRoute, cR as isZeroRateManagerId, cS as normalizeRateManagerId, cT as normalizeRegistry } from './vaultUtils-CbfjrxgD.js';
|
|
3
3
|
import { Hash, Address, Hex } from 'viem';
|
|
4
4
|
import '@zkp2p/indexer-schema';
|
|
5
5
|
import 'abitype';
|
|
@@ -3175,7 +3175,7 @@ declare class Zkp2pClient {
|
|
|
3175
3175
|
* @param params.conversionRates - Conversion rates per processor, grouped by currency
|
|
3176
3176
|
* @param params.payeeDetailsHashes - Pre-computed hashed on-chain IDs (from registerPayeeDetails). When provided, skips the curator API call entirely.
|
|
3177
3177
|
* @param params.delegate - Optional delegate address that can manage the deposit
|
|
3178
|
-
* @param params.intentGuardian -
|
|
3178
|
+
* @param params.intentGuardian - Guardian for intent approval. Defaults to the paid guardian deployed for the client's environment.
|
|
3179
3179
|
* @param params.retainOnEmpty - Keep deposit active when balance reaches zero
|
|
3180
3180
|
* @param params.txOverrides - Optional viem transaction overrides
|
|
3181
3181
|
* @returns The deposit details posted to API (empty when payee registration is skipped) and the transaction hash
|
|
@@ -3175,7 +3175,7 @@ declare class Zkp2pClient {
|
|
|
3175
3175
|
* @param params.conversionRates - Conversion rates per processor, grouped by currency
|
|
3176
3176
|
* @param params.payeeDetailsHashes - Pre-computed hashed on-chain IDs (from registerPayeeDetails). When provided, skips the curator API call entirely.
|
|
3177
3177
|
* @param params.delegate - Optional delegate address that can manage the deposit
|
|
3178
|
-
* @param params.intentGuardian -
|
|
3178
|
+
* @param params.intentGuardian - Guardian for intent approval. Defaults to the paid guardian deployed for the client's environment.
|
|
3179
3179
|
* @param params.retainOnEmpty - Keep deposit active when balance reaches zero
|
|
3180
3180
|
* @param params.txOverrides - Optional viem transaction overrides
|
|
3181
3181
|
* @returns The deposit details posted to API (empty when payee registration is skipped) and the transaction hash
|