@did-btc1/method
Preparing search index...
DecodedRawTransaction
Type Alias DecodedRawTransaction
type
DecodedRawTransaction
=
{
hash
:
string
;
locktime
:
number
;
size
:
number
;
txid
:
string
;
version
:
number
;
vin
:
TxIn
[]
;
vout
:
TxOut
[]
;
vsize
:
number
;
}
Hierarchy (
View Summary
)
DecodedRawTransaction
FetchedRawTransaction
Index
Properties
hash
locktime
size
txid
version
vin
vout
vsize
Properties
hash
hash
:
string
locktime
locktime
:
number
size
size
:
number
txid
txid
:
string
version
version
:
number
vin
vin
:
TxIn
[]
vout
vout
:
TxOut
[]
vsize
vsize
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
hash
locktime
size
txid
version
vin
vout
vsize
@did-btc1/method
Loading...