UNPKG

@etherspot/remote-signer

Version:

Etherspot Permissioned Signer SDK - signs the UserOp with SessionKey and sends it to the Bundler

6 lines (3 loc) 242 B
import { GetSessionKeyResponse } from '../types/session-key-types.mjs'; declare const getSessionKey: (accountAddress: string, chainId: number, apiKey: string, sessionKey: string) => Promise<GetSessionKeyResponse>; export { getSessionKey };