lib
jvm
lib
/
app.cash.nostrino.model
/
PubKeyTag
Pub
Key
Tag
jvm
data
class
PubKeyTag
(
val
pubKey
:
PubKey
)
:
Tag
Members
Constructors
Pub
Key
Tag
Link copied to clipboard
jvm
constructor
(
pubKey
:
PubKey
)
Properties
pub
Key
Link copied to clipboard
jvm
val
pubKey
:
PubKey
Functions
to
Json
List
Link copied to clipboard
jvm
open
override
fun
toJsonList
(
)
:
List
<
String
>