Documentation
    Preparing search index...

    Interface OutboxPublishOptions

    Options for an outbox publish.

    interface OutboxPublishOptions {
        relays?: string[];
        strategy?: OutboxStrategy;
        targetAuthors?: string[];
    }
    Index

    Properties

    relays?: string[]

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

    strategy?: OutboxStrategy

    Relay-selection strategy.

    targetAuthors?: string[]

    Recipient authors whose inbox relays should be included for directed events.