Outpoint
bitcoinjs-lib / Outpoint
Type Alias: Outpoint
Outpoint:
object
Defined in: packages/scrypt-ts-btc/src/smart-contract/types/structs.ts:14
The structure used to refer to a particular transaction output
Type declaration
outputIndex
outputIndex:
ByteString
The index of the output in the transaction.
txHash
txHash:
ByteString
The transaction hash, which is the reverse order of bytes of the txId
.