libnexakotlin
Toggle table of contents
0.5.12
common
Platform filter
common
Switch theme
Search in API
libnexakotlin
libnexakotlin
/
WalletDb
Package-level
declarations
Types
Types
Tx
History
Link copied to clipboard
data
class
TxHistory
(
val
idem
:
ByteArray
,
val
txData
:
ByteArray
,
val
date
:
Long
,
val
confirmedHeight
:
Long
,
val
confirmedBlockHash
:
ByteArray
?
,
val
netAmount
:
Long
,
val
note
:
String
?
,
val
priceWhenIssued
:
String
?
,
val
priceWhatFiat
:
String
?
)
Tx
History
By
Address
Link copied to clipboard
data
class
TxHistoryByAddress
(
val
txIdem
:
ByteArray
?
,
val
address
:
ByteArray
?
)
Tx
History
Queries
Link copied to clipboard
class
TxHistoryQueries
(
driver
:
SqlDriver
)
:
TransacterImpl
Txo
Link copied to clipboard
data
class
Txo
(
val
id
:
ByteArray
,
val
spendable
:
ByteArray
,
val
date
:
Long
,
val
spentDate
:
Long
,
val
amount
:
Long
,
val
groupAmount
:
Long
,
val
groupId
:
ByteArray
?
,
val
address
:
String
?
,
val
contractId
:
ByteArray
?
)
Txo
Queries
Link copied to clipboard
class
TxoQueries
(
driver
:
SqlDriver
)
:
TransacterImpl
Tx
With
Address
Link copied to clipboard
data
class
TxWithAddress
(
val
txIdem
:
ByteArray
?
)
Wallet
Db
Link copied to clipboard
interface
WalletDb
:
Transacter
WKvp
Db
Link copied to clipboard
data
class
WKvpDb
(
val
id
:
ByteArray
,
val
valu
:
ByteArray
)
WKvp
Queries
Link copied to clipboard
class
WKvpQueries
(
driver
:
SqlDriver
)
:
TransacterImpl