lib
jvm
lib
/
app.cash.nostrino.model
/
EventContent
Event
Content
jvm
interface
EventContent
A type that can be signed and converted into an Event
Inheritors
EncryptedDm
EventDeletion
Reaction
TextNote
UserMetaData
ZapReceipt
ZapRequest
Members
Types
Companion
Link copied to clipboard
jvm
object
Companion
Properties
kind
Link copied to clipboard
jvm
abstract
val
kind
:
Int
tags
Link copied to clipboard
jvm
abstract
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
abstract
fun
toJsonString
(
)
:
String