UNPKG

@etherspot/remote-signer

Version:

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

7 lines (5 loc) 155 B
interface BundlerProvider { readonly url: string; } type BundlerProviderLike = BundlerProvider; export type { BundlerProvider, BundlerProviderLike };