TxIn
scrypt-ts-opcat / TxIn
Type Alias: TxIn
TxIn:
object
Defined in: packages/scrypt-ts-opcat/src/smart-contract/types/structs.ts:36
A structure representing the transaction input, excluding witnesses
Type declaration
prevOutputIndex
prevOutputIndex:
UInt32
4 bytes little endian. input's prevout output index
prevTxHash
prevTxHash:
ByteString
32 bytes. input's prevout transaction hash
scriptHash
scriptHash:
ByteString
32 bytes. input's unlocking script hash
sequence
sequence:
UInt32
4 bytes little endian. input's sequence number