Interface: TxInExt ​
Defined in: packages/bitcoin/src/types.ts:554
Extends ​
Properties ​
coinbase? ​
optionalcoinbase:string
Defined in: packages/bitcoin/src/types.ts:532
Inherited from ​
TxIn.coinbase
prevout ​
prevout:
TxInPrevout
Defined in: packages/bitcoin/src/types.ts:555
scriptSig? ​
optionalscriptSig:object
Defined in: packages/bitcoin/src/types.ts:535
asm ​
asm:
string
hex ​
hex:
string
Inherited from ​
TxIn.scriptSig
sequence ​
sequence:
number
Defined in: packages/bitcoin/src/types.ts:540
Inherited from ​
TxIn.sequence
txid? ​
optionaltxid:string
Defined in: packages/bitcoin/src/types.ts:533
Inherited from ​
TxIn.txid
txinwitness? ​
optionaltxinwitness:string[]
Defined in: packages/bitcoin/src/types.ts:539
Inherited from ​
TxIn.txinwitness
vout? ​
optionalvout:number
Defined in: packages/bitcoin/src/types.ts:534
Inherited from ​
TxIn.vout