refactor: extract NostrFilter
This commit is contained in:
parent
6be0169ea9
commit
2ebc83a286
9 changed files with 132 additions and 128 deletions
|
|
@ -8,7 +8,6 @@ from pydantic import BaseModel
|
|||
from secp256k1 import PublicKey
|
||||
|
||||
|
||||
|
||||
class NostrEventType(str, Enum):
|
||||
EVENT = "EVENT"
|
||||
REQ = "REQ"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue