UNPKG

@etherspot/remote-signer

Version:

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

6 lines (3 loc) 276 B
import { PublicClient } from 'viem'; declare const isAValidSessionKey: (publicClient: PublicClient, sesssionKeyValidatorAddress: string, etherspotWalletAddress: string, chainId: number, apiKey: string, sessionKey: string) => Promise<boolean>; export { isAValidSessionKey };