add event map

This commit is contained in:
Ren Amamiya
2026-03-31 09:28:54 +07:00
parent b0ba2549d7
commit c1b0b81e25
3 changed files with 26 additions and 7 deletions

View File

@@ -13,4 +13,5 @@ pub enum Command {
Copy(PublicKey),
Relays(PublicKey),
Njump(PublicKey),
Trace(EventId),
}