Documentation
    Preparing search index...

    Interface OutboxPublishOptions

    Options for an outbox publish.

    interface OutboxPublishOptions {
        relays?: string[];
        toInboxes?: string[];
        toOutbox?: boolean;
    }
    Index

    Properties

    relays?: string[]

    Explicit relay URL fanout candidates, subject to shell validation.

    toInboxes?: string[]

    Recipient pubkeys whose NIP-65 read relays are required fanout targets.

    toOutbox?: boolean

    Include the shell user's NIP-65 write relays. Defaults to true.