@did-btc1/method
Preparing search index...
TxInExt
Interface TxInExt
interface
TxInExt
{
coinbase
?:
string
;
prevout
:
{
generated
:
boolean
;
height
:
number
;
scriptPubKey
?:
{
address
?:
string
;
asm
:
string
;
desc
:
string
;
hex
:
string
;
type
:
string
;
}
;
value
:
number
;
}
;
scriptSig
?:
{
asm
:
string
;
hex
:
string
}
;
sequence
:
number
;
txid
?:
string
;
txinwitness
?:
string
[]
;
vout
?:
number
;
}
Hierarchy (
View Summary
)
TxIn
TxInExt
Index
Properties
coinbase?
prevout
script
Sig?
sequence
txid?
txinwitness?
vout?
Properties
Optional
coinbase
coinbase
?:
string
prevout
prevout
:
{
generated
:
boolean
;
height
:
number
;
scriptPubKey
?:
{
address
?:
string
;
asm
:
string
;
desc
:
string
;
hex
:
string
;
type
:
string
;
}
;
value
:
number
;
}
Optional
script
Sig
scriptSig
?:
{
asm
:
string
;
hex
:
string
}
sequence
sequence
:
number
Optional
txid
txid
?:
string
Optional
txinwitness
txinwitness
?:
string
[]
Optional
vout
vout
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
coinbase
prevout
script
Sig
sequence
txid
txinwitness
vout
@did-btc1/method
Loading...