Preparing search index...
The search index is not available
@arkade-os/sdk Documentation - v0.2.0
@arkade-os/sdk Documentation
TxNotification
Interface TxNotification
interface
TxNotification
{
checkpointTxs
?:
Record
<
string
,
{
tx
:
string
;
txid
:
string
}
>
;
spendableVtxos
:
Vtxo
[]
;
spentVtxos
:
Vtxo
[]
;
tx
:
string
;
txid
:
string
;
}
Index
Properties
checkpoint
Txs?
spendable
Vtxos
spent
Vtxos
tx
txid
Properties
Optional
checkpoint
Txs
checkpointTxs
?:
Record
<
string
,
{
tx
:
string
;
txid
:
string
}
>
spendable
Vtxos
spendableVtxos
:
Vtxo
[]
spent
Vtxos
spentVtxos
:
Vtxo
[]
tx
tx
:
string
txid
txid
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
checkpoint
Txs
spendable
Vtxos
spent
Vtxos
tx
txid
@arkade-os/sdk Documentation - v0.2.0
Loading...