Skip to content

dag-core / Exports / INodeExecutionResult

Interface: INodeExecutionResult

Final output of a node execution including payload and cost accounting.

Table of contents

Properties

Properties

output

output: TPortPayload

Defined in

types/node-lifecycle.ts:27


estimatedCredits

estimatedCredits: number

Defined in

types/node-lifecycle.ts:28


totalCredits

totalCredits: number

Defined in

types/node-lifecycle.ts:29

Released under the MIT License.