lib
jvm
lib
/
app.cash.nostrino.model
/
ZapReceipt
/
ZapReceipt
Zap
Receipt
jvm
constructor
(
to
:
PubKey
,
eventId
:
ByteString
?
,
bolt11
:
String
,
zapRequest
:
Event
,
preimage
:
ByteString
?
=
null
,
tags
:
List
<
Tag
>
=
listOfNotNull( PubKeyTag(to), eventId?.let(::EventTag), Bolt11Tag(bolt11), ZapReceiptDescriptionTag(zapRequest), preimage?.let(::PreimageTag), )
)