libnexakotlin
Toggle table of contents
0.4.7
common
Platform filter
common
Switch theme
Search in API
libnexakotlin
libnexakotlin
/
org.nexa.libnexakotlin
/
TxValInputs
Tx
Val
Inputs
@
Serializable
data
class
TxValInputs
(
val
isValid
:
Boolean
,
val
metadata
:
TxValInputMetadata
,
val
errors
:
List
<
String
>
)
Members
Constructors
Tx
Val
Inputs
Link copied to clipboard
constructor
(
isValid
:
Boolean
,
metadata
:
TxValInputMetadata
,
errors
:
List
<
String
>
)
Properties
errors
Link copied to clipboard
val
errors
:
List
<
String
>
is
Valid
Link copied to clipboard
val
isValid
:
Boolean
metadata
Link copied to clipboard
val
metadata
:
TxValInputMetadata