Skip to content

monad.ai


monad.ai / writeClaimMeta

Function: writeClaimMeta()

writeClaimMeta(monadId, namespace, patch): void

Defined in: kernel/scoring.ts:89

Merges a patch into the open claim metadata subtree.

Existing fields are preserved unless overwritten by the patch. This keeps the schema extensible while letting the bridge update operational metrics.

Parameters

monadId

string

namespace

string

patch

ClaimMeta

Returns

void