Skip to main content

Outpoint

scrypt-ts / Outpoint

Interface: Outpoint

The structure used to refer to a particular transaction output

Table of contents

Properties

Properties

outputIndex

outputIndex: bigint

index of the specific output

Defined in

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


txid

txid: ByteString

txid of the transaction holding the output

Defined in

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