@btc-stamps/tx-builder - v0.1.7
Home
Examples
Preparing search index...
UTXO
Interface UTXO
interface
UTXO
{
address
?:
string
;
confirmations
?:
number
;
height
?:
number
;
nonWitnessUtxo
?:
Buffer
<
ArrayBufferLike
>
;
scriptPubKey
:
string
;
timestamp
?:
number
;
txid
:
string
;
value
:
number
;
vout
:
number
;
witnessUtxo
?:
{
script
:
Buffer
;
value
:
number
}
;
}
Index
Properties
address?
confirmations?
height?
non
Witness
Utxo?
script
Pub
Key
timestamp?
txid
value
vout
witness
Utxo?
Properties
Optional
address
address
?:
string
Optional
confirmations
confirmations
?:
number
Optional
height
height
?:
number
Optional
non
Witness
Utxo
nonWitnessUtxo
?:
Buffer
<
ArrayBufferLike
>
script
Pub
Key
scriptPubKey
:
string
Optional
timestamp
timestamp
?:
number
txid
txid
:
string
value
value
:
number
vout
vout
:
number
Optional
witness
Utxo
witnessUtxo
?:
{
script
:
Buffer
;
value
:
number
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
address
confirmations
height
non
Witness
Utxo
script
Pub
Key
timestamp
txid
value
vout
witness
Utxo
GitHub
npm
JSR
Home
Examples
@btc-stamps/tx-builder - v0.1.7
Loading...