Marmot-TS
    Preparing search index...

    Type Alias WelcomeRecipient

    Information required to deliver an MLS Welcome to a new member.

    type WelcomeRecipient = {
        keyPackageEvent: NostrEvent;
        keyPackageEventId: string;
        pubkey: string;
    }
    Index

    Client - Nostr

    keyPackageEvent: NostrEvent

    The KeyPackage event consumed by the Add.

    keyPackageEventId: string

    The event id of the KeyPackage consumed by the Add.

    pubkey: string

    The recipient's Nostr public key.