Marmot-TS
    Preparing search index...

    Type Alias PublishCommitOptions

    type PublishCommitOptions = {
        actorPubkey: string;
        envelope: NostrEvent;
        pending: PendingState;
        welcome?: { welcome?: Welcome };
        welcomeRecipients?: WelcomeRecipient[];
    }
    Index

    Client - Runtime

    actorPubkey: string
    envelope: NostrEvent
    pending: PendingState
    welcome?: { welcome?: Welcome }
    welcomeRecipients?: WelcomeRecipient[]