UNPKG

@etherspot/remote-signer

Version:

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

16 lines (14 loc) 292 B
interface ViemRpcRequestError { details: string; metaMessages: string[]; shortMessage: string; name: string; version: string; message: string; cause: { message: string; code: number; }; code: number; } export type { ViemRpcRequestError };