@orangecheck/me-client / Federation
Interface: Federation
Defined in: me-client/src/types.ts:532
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:552 |
<a id="property-apply_href"></a> apply_href? | string | - | me-client/src/types.ts:553 |
<a id="property-ceremony_window"></a> ceremony_window? | string | - | me-client/src/types.ts:550 |
<a id="property-charter_hash"></a> charter_hash | string | null | SHA-256 of the canonical federation charter, hex-encoded. | me-client/src/types.ts:541 |
<a id="property-charter_status"></a> charter_status? | string | - | me-client/src/types.ts:549 |
<a id="property-geography_hint"></a> geography_hint | string | - | me-client/src/types.ts:544 |
<a id="property-geography_requirements"></a> geography_requirements? | string | - | me-client/src/types.ts:548 |
<a id="property-invite"></a> invite | string | null | Fedimint invite code; null until status === 'live'. | me-client/src/types.ts:539 |
<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:543 |
<a id="property-name"></a> name | string | - | me-client/src/types.ts:534 |
<a id="property-slug"></a> slug | string | - | me-client/src/types.ts:533 |
<a id="property-status"></a> status | FederationStatus | - | me-client/src/types.ts:535 |
<a id="property-target_guardian_count"></a> target_guardian_count | number | - | me-client/src/types.ts:537 |
<a id="property-threshold"></a> threshold | string | - | me-client/src/types.ts:536 |
<a id="property-why_this_one"></a> why_this_one? | string | - | me-client/src/types.ts:551 |