@dxos/client
    Preparing search index...

    Interface HaloSpaceMember

    Defined in: file://./../../../dxos/halo/credentials.proto

    interface HaloSpaceMember {
        genesisFeedKey: PublicKey;
        invitationCredentialId?: PublicKey;
        profile?: ProfileDocument;
        role: Role;
        spaceKey: PublicKey;
    }
    Index

    Properties

    genesisFeedKey: PublicKey

    Needed so that the admitted member can start replicating the space based on this credential alone.

    invitationCredentialId?: PublicKey

    Present to associate SpaceMember admissions with delegated invitations.

    Options:

    • proto3_optional = true
    profile?: ProfileDocument

    Options:

    • proto3_optional = true
    role: Role
    spaceKey: PublicKey