@spicenet-io/spiceflow-ui 3.3.76 → 3.3.78

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.
@@ -50,7 +50,7 @@ export type LockExecutorContext = {
50
50
  } & Pick<SpiceLockModalProps, "onLockExecute" | "onLockSuccess" | "buildSpicenetBatch">;
51
51
  export declare function run7702LockIntent(ctx: LockExecutorContext, batches: ChainBatch[], preSignedAuthorizations?: Authorization[]): Promise<void>;
52
52
  export declare function executeLock(ctx: LockExecutorContext): Promise<void>;
53
- export declare function executeDirectDeposit(ctx: LockExecutorContext): Promise<void>;
53
+ export declare function executeEmbeddedDepositLock(ctx: LockExecutorContext): Promise<void>;
54
54
  export declare function executeSemi7702Lock(ctx: LockExecutorContext): Promise<void>;
55
55
  export declare function estimateLockFees(ctx: LockExecutorContext): Promise<FeePreview | null>;
56
56
  export declare function executeDirectExternalLock(ctx: LockExecutorContext): Promise<void>;