Marmot-TS
    Preparing search index...

    Type Alias CreateInviteIntentOptions

    Options for createInviteIntent.

    type CreateInviteIntentOptions = {
        actorPubkey: string;
        keyPackageEvent: NostrEvent;
    }
    Index

    Client - Group

    actorPubkey: string

    The committing member's Nostr public key (hex) — usually the local signer. Recorded as the commit actor on the resulting group event.

    keyPackageEvent: NostrEvent

    The invitee's KeyPackage event (kind 30443).