@orangecheck/nostr-core / Filter
Interface: Filter
Defined in: index.ts:98
Indexable
[key: `#${string}`]: string[] | undefined
Other indexable single-letter tags clients may filter on.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-creator"></a> #creator? | string[] | Used by OC Vote (kind 30080 polls). | index.ts:114 |
<a id="property-d"></a> #d? | string[] | NIP-12 indexable d-tag filter. | index.ts:106 |
<a id="property-poll_id"></a> #poll_id? | string[] | Used by OC Vote (kind 30081 ballots). | index.ts:110 |
<a id="property-t"></a> #t? | string[] | NIP-12 indexable single-letter tag filter. | index.ts:108 |
<a id="property-voter"></a> #voter? | string[] | Used by OC Vote (kind 30081 ballots). | index.ts:112 |
<a id="property-authors"></a> authors? | string[] | - | index.ts:100 |
<a id="property-ids"></a> ids? | string[] | - | index.ts:101 |
<a id="property-kinds"></a> kinds? | number[] | - | index.ts:99 |
<a id="property-limit"></a> limit? | number | - | index.ts:102 |
<a id="property-since"></a> since? | number | - | index.ts:103 |
<a id="property-until"></a> until? | number | - | index.ts:104 |