Add feed loader

This commit is contained in:
Jon Staab
2024-04-12 14:27:55 -07:00
parent 9530ab4cf4
commit e5519b633d
6 changed files with 479 additions and 214 deletions
+2
View File
@@ -5,6 +5,8 @@ import type {Rumor} from './Events'
import {decodeAddress, addressFromEvent, encodeAddress} from './Address'
import {isReplaceableKind} from './Kinds'
export const EPOCH = 1609459200
export type Filter = {
ids?: string[]
kinds?: number[]