* Call the contract method with %%args%% and return the Result * without any dereferencing.
(...args: ContractMethodArgs<A>)
| 123 | * without any dereferencing. |
| 124 | */ |
| 125 | staticCallResult(...args: ContractMethodArgs<A>): Promise<Result>; |
| 126 | } |
| 127 | /** |
| 128 | * A contract method on a Contract. |
no outgoing calls
no test coverage detected