@orangecheck/relay-filter / MinimalNostrEvent
Interface: MinimalNostrEvent
Defined in: types.ts:7
Minimal Nostr event — compatible with nostr-tools' Event and Strfry's plugin input format. Only the fields the filter reads are required.
Properties
| Property | Type | Defined in |
|---|---|---|
<a id="property-id"></a> id | string | types.ts:8 |
<a id="property-kind"></a> kind | number | types.ts:10 |
<a id="property-pubkey"></a> pubkey | string | types.ts:9 |