UNPKG

@reown/appkit-siwx

Version:

The chain agnostic tool to enable authentication for AppKit applications.

5 lines (4 loc) 169 B
import type { SIWXSigner } from '../core/SIWXSigner.js'; export default class DefaultSigner implements SIWXSigner { signMessage(message: string): Promise<string>; }