Documentation
    Preparing search index...

    Interface AuthHooks

    Hook for auth state and signing.

    interface AuthHooks {
        getSigner(): any;
        getUserPubkey(): string | null;
    }
    Index

    Methods