Applesauce
    Preparing search index...

    Interface EventFactoryServices

    Services that can be provided to event operations

    interface EventFactoryServices {
        client?: EventFactoryClient;
        emojis?: Emoji[];
        getEventRelayHint?: (eventId: string) => Promise<string | undefined>;
        getPubkeyRelayHint?: (pubkey: string) => Promise<string | undefined>;
        signer?: EventSigner;
    }
    Index

    Properties

    NIP-89 client pointer

    emojis?: Emoji[]

    Custom emojis for NIP-30 emoji tags

    getEventRelayHint?: (eventId: string) => Promise<string | undefined>

    Function to get relay hint for an event ID

    getPubkeyRelayHint?: (pubkey: string) => Promise<string | undefined>

    Function to get relay hint for a pubkey

    signer?: EventSigner

    Event signer for signing and stamping events