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