Add relay message type enums

This commit is contained in:
Wilson Silva
2023-11-14 16:57:33 +07:00
parent 904fe46a9d
commit 0f9c0d3a3d
4 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
module Nostr
module RelayMessageType
EOSE: String
EVENT: String
NOTICE: String
OK: String
end
end