Documentation
    Preparing search index...

    Interface HandlerRecommendationEntry

    One handler endorsement parsed from a 31989 a tag.

    interface HandlerRecommendationEntry {
        address: string;
        handlerPubkey: string | undefined;
        identifier: string | undefined;
        platform: string | undefined;
        relay: string | undefined;
    }
    Index

    Properties

    address: string

    The recommended handler's 31990 coordinate 31990:pubkey:d.

    handlerPubkey: string | undefined

    Handler author pubkey extracted from the coordinate, if well-formed.

    identifier: string | undefined

    Handler d-tag identifier extracted from the coordinate, if present.

    platform: string | undefined

    Optional platform marker the handler is recommended for (a-tag 4th element).

    relay: string | undefined

    Optional relay-hint where the 31990 event can be found (a-tag 3rd element).