CCC Docs
    Preparing search index...

    Function listDidCkbsByLock

    • List every live DID Metadata Cell owned by the given lock. Useful for dashboards that want to enumerate the DIDs an address controls.

      Cells whose data fails to decode (e.g. a future on-chain schema version) are skipped, not thrown, so a single bad cell can't break the whole listing.

      Parameters

      • props: { client: Client; lock: ScriptLike; limit?: number; order?: "asc" | "desc" }

      Returns Promise<DidCkbRecord[]>