@raoul-picconi/mojito-sdk
Preparing search index...
types
BTCUTXO
Interface BTCUTXO
interface
BTCUTXO
{
scriptpubkey
:
string
;
scriptpubkey_address
:
string
;
scriptpubkey_asm
:
string
;
scriptpubkey_type
:
string
;
status
:
{
block_hash
?:
string
;
block_height
?:
number
;
block_time
?:
number
;
confirmed
:
boolean
;
}
;
txid
:
string
;
value
:
number
;
vout
:
number
;
weight
:
number
;
}
Index
Properties
scriptpubkey
scriptpubkey_
address
scriptpubkey_
asm
scriptpubkey_
type
status
txid
value
vout
weight
Properties
scriptpubkey
scriptpubkey
:
string
scriptpubkey_
address
scriptpubkey_address
:
string
scriptpubkey_
asm
scriptpubkey_asm
:
string
scriptpubkey_
type
scriptpubkey_type
:
string
status
status
:
{
block_hash
?:
string
;
block_height
?:
number
;
block_time
?:
number
;
confirmed
:
boolean
;
}
txid
txid
:
string
value
value
:
number
vout
vout
:
number
weight
weight
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
scriptpubkey
scriptpubkey_
address
scriptpubkey_
asm
scriptpubkey_
type
status
txid
value
vout
weight
@raoul-picconi/mojito-sdk
Loading...