Preparing search index...
The search index is not available
@arkade-os/sdk Documentation - v0.2.0
@arkade-os/sdk Documentation
Vtxo
Interface Vtxo
interface
Vtxo
{
amount
:
string
;
arkTxid
?:
string
;
commitmentTxids
:
string
[]
;
createdAt
:
string
;
expiresAt
:
null
|
string
;
isPreconfirmed
:
boolean
;
isSpent
:
boolean
;
isSwept
:
boolean
;
isUnrolled
:
boolean
;
outpoint
:
Outpoint
;
script
:
string
;
settledBy
?:
string
;
spentBy
:
null
|
string
;
}
Index
Properties
amount
ark
Txid?
commitment
Txids
created
At
expires
At
is
Preconfirmed
is
Spent
is
Swept
is
Unrolled
outpoint
script
settled
By?
spent
By
Properties
amount
amount
:
string
Optional
ark
Txid
arkTxid
?:
string
commitment
Txids
commitmentTxids
:
string
[]
created
At
createdAt
:
string
expires
At
expiresAt
:
null
|
string
is
Preconfirmed
isPreconfirmed
:
boolean
is
Spent
isSpent
:
boolean
is
Swept
isSwept
:
boolean
is
Unrolled
isUnrolled
:
boolean
outpoint
outpoint
:
Outpoint
script
script
:
string
Optional
settled
By
settledBy
?:
string
spent
By
spentBy
:
null
|
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
ark
Txid
commitment
Txids
created
At
expires
At
is
Preconfirmed
is
Spent
is
Swept
is
Unrolled
outpoint
script
settled
By
spent
By
@arkade-os/sdk Documentation - v0.2.0
Loading...