Documentation
    Preparing search index...

    Interface OutboxTarget

    A read/write target for relay-plan resolution.

    interface OutboxTarget {
        authors?: string[];
        direction?: "read" | "write";
        pubkey?: string;
        strategy?: OutboxStrategy;
    }
    Index

    Properties

    authors?: string[]

    Authors to resolve relays for.

    direction?: "read" | "write"

    Whether the plan is for reading (their write relays) or writing (their read relays).

    pubkey?: string

    Single pubkey to resolve relays for.

    strategy?: OutboxStrategy

    Relay-selection strategy.