libnexakotlin
Toggle table of contents
0.5.34
common
Target filter
common
Switch theme
Search in API
Skip to content
libnexakotlin
libnexakotlin
/
org.nexa.libnexakotlin
/
TxValMetadata
Tx
Val
Metadata
@
Serializable
data
class
TxValMetadata
(
val
size
:
Long
?
=
null
,
val
txfee
:
Long
?
=
null
,
val
txfeeneeded
:
Long
?
=
null
)
Members
Constructors
Tx
Val
Metadata
Link copied to clipboard
constructor
(
size
:
Long
?
=
null
,
txfee
:
Long
?
=
null
,
txfeeneeded
:
Long
?
=
null
)
Properties
size
Link copied to clipboard
val
size
:
Long
?
txfee
Link copied to clipboard
val
txfee
:
Long
?
txfeeneeded
Link copied to clipboard
val
txfeeneeded
:
Long
?