Skip to main content

TxInputRef

scrypt-ts / TxInputRef

Interface: TxInputRef

A reference to an input of a transaction

Table of contents

Properties

Properties

inputIndex

inputIndex: number

an index indicating the position of inputs in this transaction

Defined in

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


tx

tx: Transaction

transaction object

Defined in

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