Skip to content

monad.ai


monad.ai / announceClaimedNamespaces

Function: announceClaimedNamespaces()

announceClaimedNamespaces(monadId, namespaces): void

Defined in: kernel/monadIndex.ts:173

Adds namespaces to a monad's claimed set.

This is the compatibility/fast-index layer. Rich per-namespace metadata lives in _.mesh.monads.<id>.claimed.<namespace> and is read by the scoring engine.

Parameters

monadId

string

namespaces

string[]

Returns

void