FROST Hubert TypeScript Library - v1.0.0-alpha.20
    Preparing search index...

    Class Registry

    Registry for managing participants and groups.

    Port of struct Registry from registry_impl.rs lines 22-26.

    Index

    Constructors

    Methods

    • Check if a pet name is already used.

      Parameters

      • petName: string

      Returns boolean

    • Record a group in the registry.

      If the group already exists:

      • Validates that the config matches
      • Merges contributions from the new record
      • Updates verifying key if not already set

      Port of Registry::record_group() from registry_impl.rs.

      Parameters

      Returns GroupOutcome