@fuel-ts/program .InvokeFunction
Represents a function that can be invoked.
Name | Type | Description |
---|---|---|
TArgs | extends any [] = any [] | Type of the function's arguments. |
TReturn | any | Type of the function's return value. |
▸ InvokeFunction(...args
): FunctionInvocationScope
<TArgs
, TReturn
>
Name | Type |
---|---|
...args | TArgs |
FunctionInvocationScope
<TArgs
, TReturn
>
• isReadOnly: () => boolean
▸ (): boolean
boolean