CreateScriptParams<TName, THumanReadableAbi>: Pick<Script<TName, THumanReadableAbi>, "name" | "humanReadableAbi" | "bytecode" | "deployedBytecode">
Params for creating a Script instance
See
CreateScript
Type parameters
• TName extends string
• THumanReadableAbi extends readonly string[]
Source
types.ts:50