Interface IEventHandlingStrategy

interface IEventHandlingStrategy {
    handle(backend: NDKNip46Backend, id: string, remotePubkey: string, params: string[]): Promise<undefined | string>;
}

Methods

Methods