Marmot-TS
    Preparing search index...

    Type Alias WelcomeRecipient

    Information about a welcome recipient

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

    Client - Group

    keyPackageEvent: NostrEvent

    The KeyPackage event (kind 443) used for add operation

    keyPackageEventId: string

    The ID of KeyPackage event (kind 443) used for add operation

    pubkey: string

    The recipient's Nostr public key