@actnet/app-core - v0.1.0
    Preparing search index...

    Interface CreatedGroup

    interface CreatedGroup {
        groupId: string;
        masterKey: Uint8Array;
    }
    Index

    Properties

    Properties

    groupId: string

    URL-safe-no-pad base64 group id. Use everywhere the API takes groupId.

    masterKey: Uint8Array

    32-byte zkgroup master key. Stash it; it's the secret an invite link carries, and any future device-recovery flow needs it back.