UNPKG

@keypo/typescript-sdk-server

Version:

Server-side SDK for Keypo with custom decrypt and proxy execute implementations

9 lines 401 B
import { ethers } from "ethers"; import { type ProxyExecuteConfig } from "@keypo/typescript-sdk"; export declare function proxyExecuteServer(dataIdentifier: string, wallet: ethers.Wallet, request: { method: string; url: string; headers?: Record<string, string>; body?: any; }, config: ProxyExecuteConfig, debug?: boolean): Promise<any>; //# sourceMappingURL=proxyExecuteServer.d.ts.map