Interface: RawTransactionV1 ​
Defined in: packages/bitcoin/src/types.ts:570
Transaction and RawTransaction
Extends ​
Properties ​
hash ​
hash:
string
Defined in: packages/bitcoin/src/types.ts:524
Inherited from ​
Transaction.hash
hex ​
hex:
string
Defined in: packages/bitcoin/src/types.ts:522
Inherited from ​
Transaction.hex
locktime ​
locktime:
number
Defined in: packages/bitcoin/src/types.ts:529
Inherited from ​
Transaction.locktime
size ​
size:
number
Defined in: packages/bitcoin/src/types.ts:525
Inherited from ​
Transaction.size
txid ​
txid:
string
Defined in: packages/bitcoin/src/types.ts:523
Inherited from ​
Transaction.txid
version ​
version:
number
Defined in: packages/bitcoin/src/types.ts:528
Inherited from ​
Transaction.version
vin ​
vin:
TxIn[]
Defined in: packages/bitcoin/src/types.ts:571
vout ​
vout:
TxOut[]
Defined in: packages/bitcoin/src/types.ts:572
vsize ​
vsize:
number
Defined in: packages/bitcoin/src/types.ts:526
Inherited from ​
Transaction.vsize
weight ​
weight:
number
Defined in: packages/bitcoin/src/types.ts:527
Inherited from ​
Transaction.weight