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 |
|---|---|---|---|
|
string |
(Optional) Path to the CIP-57 Plutus blueprint. Defaults to | ||
|
string |
(Optional) TypeScript file to write. Defaults to | ||
|
string |
(Optional) Legacy recursive-type option. The generator does not use this field. | ||
|
string |
(Optional) Optional path to a traced blueprint containing the same validator titles. | ||
|
boolean |
(Optional) Import Blaze functionality from |