live · mainnetoc · docs
specs · api · guides
docs / documentation

@orangecheck/me-client


@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

PropertyTypeOverridesInherited fromDefined in
<a id="property-event_count"></a> event_countnumber--me-client/src/types.ts:402
<a id="property-gross_fee_sats"></a> gross_fee_satsnumber--me-client/src/types.ts:404
<a id="property-kind"></a> kind"oc-system-event"-SystemWebhookPayload.kindme-client/src/types.ts:383
<a id="property-label"></a> labelstring--me-client/src/types.ts:397
<a id="property-manifest_id"></a> manifest_idstring--me-client/src/types.ts:398
<a id="property-project_key"></a> project_keystring-SystemWebhookPayload.project_keyme-client/src/types.ts:385
<a id="property-recipient_count"></a> recipient_countnumber--me-client/src/types.ts:403
<a id="property-schedule_id"></a> schedule_idstring--me-client/src/types.ts:396
<a id="property-sealed_at"></a> sealed_atstring--me-client/src/types.ts:400
<a id="property-sealed_height"></a> sealed_heightnumber | 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_satsnumber--me-client/src/types.ts:405
<a id="property-verify_url"></a> verify_urlstring--me-client/src/types.ts:399
<a id="property-window_id"></a> window_idstring--me-client/src/types.ts:395