Documentation
    Preparing search index...

    Interface OutboxEventOptions

    Options for a single-event outbox lookup.

    interface OutboxEventOptions {
        author?: string;
        relays?: string[];
        timeoutMs?: number;
    }
    Index

    Properties

    author?: string

    Author hint for routing through the author's outbox relays.

    relays?: string[]

    Relay hints; treated as a hint subject to shell validation, not a bypass.

    timeoutMs?: number

    Wall-clock budget for the lookup, in milliseconds.