Interface: RawTransactionV2 ​
Defined in: packages/bitcoin/src/types.ts:574
Transaction and RawTransaction
Extends ​
Properties ​
fee? ​
optionalfee:number
Defined in: packages/bitcoin/src/types.ts:575
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:
TxInExt[]
Defined in: packages/bitcoin/src/types.ts:576
vout ​
vout:
TxOut[]
Defined in: packages/bitcoin/src/types.ts:577
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