Skip to main content

TxOutputRef

scrypt-ts / TxOutputRef

Interface: TxOutputRef

A reference to an output of a transaction

Table of contents

Properties

Properties

outputIndex

outputIndex: number

index of an output in this transaction

Defined in

dist/smart-contract/contract.d.ts:25


tx

tx: Transaction

transaction object

Defined in

dist/smart-contract/contract.d.ts:23