CreateScriptParams
CreateScriptParams<
TName,THumanReadableAbi>:Pick<Script<TName,THumanReadableAbi>,"name"|"humanReadableAbi"|"bytecode"|"deployedBytecode">
Params for creating a Script instance
See
Type parameters
| Parameter |
|---|
TName extends string |
THumanReadableAbi extends readonly string[] |
Source
packages/contract/src/types.ts:56
Generated using typedoc-plugin-markdown and TypeDoc