@orangecheck/me-client / DropClosedWebhookPayload
Interface: DropClosedWebhookPayload
Defined in: me-client/src/types.ts:393
The drop.closed system event — one per closed drop window. The
manifest is the signed, content-addressed record (Merkle commitments
over member events + recipients); verify_url renders + live-verifies
it, and /api/envelope/<manifest_id> serves the raw canonical bytes.
Extends
Indexable
[extra: string]: unknown
Properties
| Property | Type | Overrides | Inherited from | Defined in |
|---|---|---|---|---|
<a id="property-event_count"></a> event_count | number | - | - | me-client/src/types.ts:402 |
<a id="property-gross_fee_sats"></a> gross_fee_sats | number | - | - | me-client/src/types.ts:404 |
<a id="property-kind"></a> kind | "oc-system-event" | - | SystemWebhookPayload.kind | me-client/src/types.ts:383 |
<a id="property-label"></a> label | string | - | - | me-client/src/types.ts:397 |
<a id="property-manifest_id"></a> manifest_id | string | - | - | me-client/src/types.ts:398 |
<a id="property-project_key"></a> project_key | string | - | SystemWebhookPayload.project_key | me-client/src/types.ts:385 |
<a id="property-recipient_count"></a> recipient_count | number | - | - | me-client/src/types.ts:403 |
<a id="property-schedule_id"></a> schedule_id | string | - | - | me-client/src/types.ts:396 |
<a id="property-sealed_at"></a> sealed_at | string | - | - | me-client/src/types.ts:400 |
<a id="property-sealed_height"></a> sealed_height | number | null | - | - | me-client/src/types.ts:401 |
<a id="property-subtype"></a> subtype | "drop.closed" | SystemWebhookPayload.subtype | - | me-client/src/types.ts:394 |
<a id="property-user_share_sats"></a> user_share_sats | number | - | - | me-client/src/types.ts:405 |
<a id="property-verify_url"></a> verify_url | string | - | - | me-client/src/types.ts:399 |
<a id="property-window_id"></a> window_id | string | - | - | me-client/src/types.ts:395 |