@orangecheck/me-client / Federation
Interface: Federation
Defined in: me-client/src/types.ts:266
Federation directory entry. Mirrors oc-me-web/src/lib/federations/registry.ts
field-for-field; this package is the public consumption shape.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-apply_cta"></a> apply_cta? | string | - | me-client/src/types.ts:286 |
<a id="property-apply_href"></a> apply_href? | string | - | me-client/src/types.ts:287 |
<a id="property-ceremony_window"></a> ceremony_window? | string | - | me-client/src/types.ts:284 |
<a id="property-charter_hash"></a> charter_hash | string | null | SHA-256 of the canonical federation charter, hex-encoded. | me-client/src/types.ts:275 |
<a id="property-charter_status"></a> charter_status? | string | - | me-client/src/types.ts:283 |
<a id="property-geography_hint"></a> geography_hint | string | - | me-client/src/types.ts:278 |
<a id="property-geography_requirements"></a> geography_requirements? | string | - | me-client/src/types.ts:282 |
<a id="property-invite"></a> invite | string | null | Fedimint invite code; null until status === 'live'. | me-client/src/types.ts:273 |
<a id="property-last_attestation_at"></a> last_attestation_at | string | null | ISO-8601 of the most recent ongoing-attestation envelope. | me-client/src/types.ts:277 |
<a id="property-name"></a> name | string | - | me-client/src/types.ts:268 |
<a id="property-slug"></a> slug | string | - | me-client/src/types.ts:267 |
<a id="property-status"></a> status | FederationStatus | - | me-client/src/types.ts:269 |
<a id="property-target_guardian_count"></a> target_guardian_count | number | - | me-client/src/types.ts:271 |
<a id="property-threshold"></a> threshold | string | - | me-client/src/types.ts:270 |
<a id="property-why_this_one"></a> why_this_one? | string | - | me-client/src/types.ts:285 |