ContractOf<S>: StartParams<S> & StartResult<S>

Type Parameters

  • S extends ((...args: any) => any)

use the SF to pass the type

Convenience record for contract start function, merging its result with params.

""