lightning-kmp
/
fr.acinq.lightning.payment
/
PaymentRequest
/
TaggedField
/
UnknownTag
common
Unknown
Tag
data class
UnknownTag
(tag:
Int5
, value:
List
<
Int5
>) :
PaymentRequest.TaggedField
Content copied to clipboard
Unknown tag (may or may not be valid)
Constructors
Functions
Properties
Constructors
UnknownTag
Link copied to clipboard
common
fun
UnknownTag
(tag:
Int5
, value:
List
<
Int5
>)
Content copied to clipboard
Functions
encode
Link copied to clipboard
common
open override fun
encode
():
List
<
Int5
>
Content copied to clipboard
Properties
tag
Link copied to clipboard
common
open override val
tag
:
Int5
Content copied to clipboard
value
Link copied to clipboard
common
val
value
:
List
<
Int5
>
Content copied to clipboard