@did-btc1/method
Preparing search index...
TxIn
Type Alias TxIn
type
TxIn
=
{
coinbase
?:
string
;
scriptSig
?:
{
asm
:
string
;
hex
:
string
}
;
sequence
:
number
;
txid
?:
string
;
txinwitness
?:
string
[]
;
vout
?:
number
;
}
Hierarchy (
View Summary
)
TxIn
TxInExt
Index
Properties
coinbase?
script
Sig?
sequence
txid?
txinwitness?
vout?
Properties
Optional
coinbase
coinbase
?:
string
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
script
Sig
sequence
txid
txinwitness
vout
@did-btc1/method
Loading...