UNPKG

@etherspot/remote-signer

Version:

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

15 lines (13 loc) 319 B
interface GetSessionKeyResponse { sessionKey: string; } interface SessionKeyOnChainData { account: string; token: string; funcSelector: string; spendingLimit: number; validAfter: number; validUntil: number; live: boolean; } export type { GetSessionKeyResponse, SessionKeyOnChainData };