Skip to main content

MultiContractTransaction

scrypt-ts / MultiContractTransaction

Interface: MultiContractTransaction

A structure describing a transaction that invokes multiple contracts.

Table of contents

Properties

Properties

atInputIndices

atInputIndices: number[]

The input indices of previous contract UTXOs to spend in the method calling tx

Defined in

dist/smart-contract/types/contract-call.d.ts:74


nexts

nexts: StatefulNext<any>[]

The subsequent contract instance(s) produced in the outputs of the method calling tx in a stateful contract

Defined in

dist/smart-contract/types/contract-call.d.ts:76


tx

tx: Transaction

The method calling tx

Defined in

dist/smart-contract/types/contract-call.d.ts:72