Skip to main content

blueprint.blueprintargs

Home > @blaze-cardano/blueprint > BlueprintArgs

BlueprintArgs interface

Options for generating a TypeScript module from a Plutus blueprint.

Signature:

export interface BlueprintArgs 

Properties

Property

Modifiers

Type

Description

infile?

string

(Optional) Path to the CIP-57 Plutus blueprint. Defaults to plutus.json.

outfile?

string

(Optional) TypeScript file to write. Defaults to plutus.ts.

recursiveType?

string

(Optional) Legacy recursive-type option. The generator does not use this field.

tracedBlueprint?

string

(Optional) Optional path to a traced blueprint containing the same validator titles.

useSdk?

boolean

(Optional) Import Blaze functionality from @blaze-cardano/sdk in the generated module.