Kuira
Toggle table of contents
0.1.0-alpha03
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Kuira
indexer
/
com.midnight.kuira.core.indexer.database
/
UnshieldedUtxoEntity
/
UnshieldedUtxoEntity
Unshielded
Utxo
Entity
constructor
(
id
:
String
,
transactionHash
:
String
,
intentHash
:
String
,
outputIndex
:
Int
,
owner
:
String
,
ownerPublicKey
:
String
?
,
tokenType
:
String
,
value
:
String
,
ctime
:
Long
,
registeredForDustGeneration
:
Boolean
,
state
:
UtxoState
=
UtxoState.AVAILABLE
,
spentByLocalTx
:
Boolean
=
false
)