refactor: extract NostrFilter

This commit is contained in:
Vlad Stan 2023-02-17 14:16:24 +02:00
parent 6be0169ea9
commit 2ebc83a286
9 changed files with 132 additions and 128 deletions

View file

@ -8,7 +8,6 @@ from pydantic import BaseModel
from secp256k1 import PublicKey
class NostrEventType(str, Enum):
EVENT = "EVENT"
REQ = "REQ"