Method: Nostrb::Source#text_note
- Defined in:
- lib/nostrb/source.rb
#text_note(content) ⇒ Object
NIP-01 Input
content: string
Output
Event
content: <content>
kind: 1
53 54 55 |
# File 'lib/nostrb/source.rb', line 53 def text_note(content) event(content, 1) end |