Interface: TxInExt ​
Defined in: packages/bitcoin/src/types.ts:550
Extends ​
Properties ​
coinbase? ​
optionalcoinbase:string
Defined in: packages/bitcoin/src/types.ts:528
Inherited from ​
TxIn.coinbase
prevout ​
prevout:
TxInPrevout
Defined in: packages/bitcoin/src/types.ts:551
scriptSig? ​
optionalscriptSig:object
Defined in: packages/bitcoin/src/types.ts:531
asm ​
asm:
string
hex ​
hex:
string
Inherited from ​
TxIn.scriptSig
sequence ​
sequence:
number
Defined in: packages/bitcoin/src/types.ts:536
Inherited from ​
TxIn.sequence
txid? ​
optionaltxid:string
Defined in: packages/bitcoin/src/types.ts:529
Inherited from ​
TxIn.txid
txinwitness? ​
optionaltxinwitness:string[]
Defined in: packages/bitcoin/src/types.ts:535
Inherited from ​
TxIn.txinwitness
vout? ​
optionalvout:number
Defined in: packages/bitcoin/src/types.ts:530
Inherited from ​
TxIn.vout