UNPKG

@etherspot/remote-signer

Version:

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

9 lines (6 loc) 155 B
import { BytesLike } from '../types/common-types.js'; import 'viem'; declare class SignMessageDto { message: BytesLike; } export { SignMessageDto };