Interface: RawTransactionV2 ​
Defined in: packages/bitcoin/src/types.ts:254
Extends ​
Transaction
Properties ​
fee? ​
optionalfee?:number
Defined in: packages/bitcoin/src/types.ts:255
hash ​
hash:
string
Defined in: packages/bitcoin/src/types.ts:241
Inherited from ​
Transaction.hash
hex ​
hex:
string
Defined in: packages/bitcoin/src/types.ts:239
Inherited from ​
Transaction.hex
locktime ​
locktime:
number
Defined in: packages/bitcoin/src/types.ts:246
Inherited from ​
Transaction.locktime
size ​
size:
number
Defined in: packages/bitcoin/src/types.ts:242
Inherited from ​
Transaction.size
txid ​
txid:
string
Defined in: packages/bitcoin/src/types.ts:240
Inherited from ​
Transaction.txid
version ​
version:
number
Defined in: packages/bitcoin/src/types.ts:245
Inherited from ​
Transaction.version
vin ​
vin:
TxInExt[]
Defined in: packages/bitcoin/src/types.ts:256
vout ​
vout:
TxOut[]
Defined in: packages/bitcoin/src/types.ts:257
vsize ​
vsize:
number
Defined in: packages/bitcoin/src/types.ts:243
Inherited from ​
Transaction.vsize
weight ​
weight:
number
Defined in: packages/bitcoin/src/types.ts:244
Inherited from ​
Transaction.weight