Documentation
    Preparing search index...

    Interface OutboxRelayPlan

    The relay plan the shell would use for a target.

    interface OutboxRelayPlan {
        missingAuthors?: string[];
        relays: string[];
        source: "cache" | "nip65" | "policy" | "fallback";
    }
    Index

    Properties

    missingAuthors?: string[]

    Authors for which no relay list could be resolved.

    relays: string[]

    Resolved relay URLs.

    source: "cache" | "nip65" | "policy" | "fallback"

    Where the plan came from.