Documentation
    Preparing search index...

    Interface CryptoHooks

    Hook for crypto verification.

    interface CryptoHooks {
        verifyEvent(event: NostrEvent): Promise<boolean>;
    }
    Index

    Methods

    Methods