LN-Invoice
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
LN-Invoice
LN-Invoice
/
app.cash.lninvoice
/
TaggedField
Tagged
Field
data
class
TaggedField
(
val
tag
:
Int
,
val
size
:
Int
,
val
data
:
ByteString
)
(
source
)
Members
Constructors
Tagged
Field
Link copied to clipboard
constructor
(
tag
:
Int
,
size
:
Int
,
data
:
ByteString
)
Properties
data
Link copied to clipboard
val
data
:
ByteString
size
Link copied to clipboard
val
size
:
Int
tag
Link copied to clipboard
val
tag
:
Int