Module: Nostr::ClientMessageType
- Defined in:
- lib/nostr/client_message_type.rb
Overview
Clients can send 3 types of messages, which must be JSON arrays
Constant Summary collapse
- EVENT =
'EVENT'
- REQ =
'REQ'
- CLOSE =
'CLOSE'
Clients can send 3 types of messages, which must be JSON arrays
'EVENT'
'REQ'
'CLOSE'