Skip to content

dag-core / Exports / ICostEstimate

Interface: ICostEstimate

Estimated execution cost for a node, returned by cost estimation lifecycle phase.

Table of contents

Properties

Properties

estimatedCredits

estimatedCredits: number

Defined in

types/node-lifecycle.ts:8


details

Optional details: Record<string, string | number | boolean>

Defined in

types/node-lifecycle.ts:9

Released under the MIT License.