Marmot-TS
    Preparing search index...

    Interface AnnotatedInvite

    An unread invite annotated with whether we can act on it (see MarmotClient.watchInvites).

    interface AnnotatedInvite {
        invite: UnreadInvite;
        joinable: boolean;
    }
    Index

    Client - Marmot Client

    Client - Marmot Client

    invite: UnreadInvite
    joinable: boolean

    True iff we still hold the KeyPackage the Welcome is addressed to.