@orangecheck/me-client / DropClosedWebhookPayload
Interface: DropClosedWebhookPayload
Defined in: me-client/src/types.ts:405
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:414 |
<a id="property-gross_fee_sats"></a> gross_fee_sats | number | - | - | me-client/src/types.ts:416 |
<a id="property-kind"></a> kind | "oc-system-event" | - | SystemWebhookPayload.kind | me-client/src/types.ts:395 |
<a id="property-label"></a> label | string | - | - | me-client/src/types.ts:409 |
<a id="property-manifest_id"></a> manifest_id | string | - | - | me-client/src/types.ts:410 |
<a id="property-project_key"></a> project_key | string | - | SystemWebhookPayload.project_key | me-client/src/types.ts:397 |
<a id="property-recipient_count"></a> recipient_count | number | - | - | me-client/src/types.ts:415 |
<a id="property-schedule_id"></a> schedule_id | string | - | - | me-client/src/types.ts:408 |
<a id="property-sealed_at"></a> sealed_at | string | - | - | me-client/src/types.ts:412 |
<a id="property-sealed_height"></a> sealed_height | number | null | - | - | me-client/src/types.ts:413 |
<a id="property-subtype"></a> subtype | "drop.closed" | SystemWebhookPayload.subtype | - | me-client/src/types.ts:406 |
<a id="property-user_share_sats"></a> user_share_sats | number | - | - | me-client/src/types.ts:417 |
<a id="property-verify_url"></a> verify_url | string | - | - | me-client/src/types.ts:411 |
<a id="property-window_id"></a> window_id | string | - | - | me-client/src/types.ts:407 |