wasm-posix-host
    Preparing search index...

    Interface LazyAtomicGroupMembership

    One member of a fail-closed multi-tree activation cohort.

    Producers first register { id, member }, then seal the cohort. Sealing binds every member's transport-independent tree descriptor into one digest and adds the remaining fields before the tree may activate or serialize.

    interface LazyAtomicGroupMembership {
        cohortSha256?: string;
        descriptorSha256?: string;
        expectedCount?: number;
        id: string;
        member: string;
    }
    Index

    Properties

    cohortSha256?: string
    descriptorSha256?: string
    expectedCount?: number
    id: string
    member: string