@orangecheck/me-client / Federation
Interface: Federation
Defined in: me-client/src/types.ts:496
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:516 |
<a id="property-apply_href"></a> apply_href? | string | - | me-client/src/types.ts:517 |
<a id="property-ceremony_window"></a> ceremony_window? | string | - | me-client/src/types.ts:514 |
<a id="property-charter_hash"></a> charter_hash | string | null | SHA-256 of the canonical federation charter, hex-encoded. | me-client/src/types.ts:505 |
<a id="property-charter_status"></a> charter_status? | string | - | me-client/src/types.ts:513 |
<a id="property-geography_hint"></a> geography_hint | string | - | me-client/src/types.ts:508 |
<a id="property-geography_requirements"></a> geography_requirements? | string | - | me-client/src/types.ts:512 |
<a id="property-invite"></a> invite | string | null | Fedimint invite code; null until status === 'live'. | me-client/src/types.ts:503 |
<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:507 |
<a id="property-name"></a> name | string | - | me-client/src/types.ts:498 |
<a id="property-slug"></a> slug | string | - | me-client/src/types.ts:497 |
<a id="property-status"></a> status | FederationStatus | - | me-client/src/types.ts:499 |
<a id="property-target_guardian_count"></a> target_guardian_count | number | - | me-client/src/types.ts:501 |
<a id="property-threshold"></a> threshold | string | - | me-client/src/types.ts:500 |
<a id="property-why_this_one"></a> why_this_one? | string | - | me-client/src/types.ts:515 |