libnexakotlin
Toggle table of contents
0.5.12
common
Platform filter
common
Switch theme
Search in API
libnexakotlin
libnexakotlin
/
WalletDb
/
WalletDb
Wallet
Db
interface
WalletDb
:
Transacter
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
tx
History
Queries
Link copied to clipboard
abstract
val
txHistoryQueries
:
TxHistoryQueries
txo
Queries
Link copied to clipboard
abstract
val
txoQueries
:
TxoQueries
w
Kvp
Queries
Link copied to clipboard
abstract
val
wKvpQueries
:
WKvpQueries
Functions
transaction
Link copied to clipboard
abstract
fun
transaction
(
noEnclosing
:
Boolean
,
body
:
TransactionWithoutReturn
.
(
)
->
Unit
)
transaction
With
Result
Link copied to clipboard
abstract
fun
<
R
>
transactionWithResult
(
noEnclosing
:
Boolean
,
bodyWithReturn
:
TransactionWithReturn
<
R
>
.
(
)
->
R
)
:
R