@orangecheck/agent-core / federationDescriptorCanonicalMessage
Function: federationDescriptorCanonicalMessage()
function federationDescriptorCanonicalMessage(descriptor: FederationDescriptor): string;
Defined in: agent-core/src/federation.ts:109
The canonical, line-oriented descriptor message. Guardians are emitted in
lexicographic byte order of their address (NOT the JSON array order); the
name label is excluded — it is JSON-only metadata. No trailing LF.
Parameters
| Parameter | Type |
|---|---|
descriptor | FederationDescriptor |
Returns
string