Skip to content

cardano-web3-js / CW3Types / Script

Type Alias: Script

Script = object

Defined in: src/types/index.ts:152

Properties

language

language: PlutusVersion | "Native"

Defined in: src/types/index.ts:153


script

script: string

Defined in: src/types/index.ts:154

Released under the MIT License