definePrecompile
definePrecompile<
TName
,THumanReadableAbi
>(__namedParameters
):Precompile
<TName
,THumanReadableAbi
,ReturnType
<<TAddress
>(address
) =>Omit
<Script
<TName
,THumanReadableAbi
>,"events"
|"read"
|"write"
|"address"
> &object
>>
Type parameters
▪ TName extends string
▪ THumanReadableAbi extends readonly string
[]
Parameters
▪ __namedParameters: Pick
<Precompile
<TName
, THumanReadableAbi
, ReturnType
<<TAddress
>(address
) => Omit
<Script
<TName
, THumanReadableAbi
>, "events"
| "read"
| "write"
| "address"
> & object
>>, "contract"
| "call"
>
Source
precompiles/src/definePrecompile.ts:4
Generated using typedoc-plugin-markdown and TypeDoc