View Source Nostr.Event.Types.TextEvent (Nostr v0.1.3)
Text event management, including event creation and parsing
Represents messages sent through the nostr protocol intented for display in clients
Link to this section Summary
Link to this section Types
@type t() :: %Nostr.Event.Types.TextEvent{event: term()}
Link to this section Functions
@spec create(binary(), K256.Schnorr.verifying_key()) :: t()