lib
jvm
lib
/
app.cash.nostrino.model
/
Reaction
Reaction
jvm
sealed
class
Reaction
:
EventContent
A reaction to an event. Event kind 7, as defined in
nip-25
.
Inheritors
Upvote
Downvote
EmojiReact
Members
Types
Companion
Link copied to clipboard
jvm
object
Companion
Properties
author
Pub
Key
Link copied to clipboard
jvm
open
val
authorPubKey
:
PubKey
event
Id
Link copied to clipboard
jvm
open
val
eventId
:
ByteString
kind
Link copied to clipboard
jvm
open
override
val
kind
:
Int
tags
Link copied to clipboard
jvm
open
override
val
tags
:
List
<
Tag
>
Functions
as
Zap
Request
Link copied to clipboard
jvm
open
fun
asZapRequest
(
)
:
ZapRequest
?
sign
Link copied to clipboard
jvm
open
fun
sign
(
sec
:
SecKey
)
:
Event
to
Json
String
Link copied to clipboard
jvm
open
override
fun
toJsonString
(
)
:
String
to
String
Link copied to clipboard
jvm
open
override
fun
toString
(
)
:
String