@orangecheck/agent-core / FederationDescriptor
Interface: FederationDescriptor
Defined in: agent-core/src/federation.ts:42
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-guardians"></a> guardians | FederationGuardian[] | - | agent-core/src/federation.ts:47 |
<a id="property-kind"></a> kind | "agent-federation" | - | agent-core/src/federation.ts:44 |
<a id="property-threshold"></a> threshold | string | "M-of-N", 1 ≤ M ≤ N, N === guardians.length. | agent-core/src/federation.ts:46 |
<a id="property-v"></a> v | 1 | - | agent-core/src/federation.ts:43 |