Skip to main content

StatefulNext

scrypt-ts / StatefulNext

Interface: StatefulNext<T>

Contains information about the new state of a set of stateful contracts, used to construct transactions in the transaction builder.

Type parameters

Name
T

Table of contents

Properties

Properties

atOutputIndex

atOutputIndex: number

The index of the subsequent contract output in the method calling tx

Defined in

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


balance

balance: number

Satoshis of the subsequent contract output in the method calling tx

Defined in

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


instance

instance: T

The subsequent stateful contract instance

Defined in

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