Simplifies contract functions for Orchestration by wrapping a simpler function with all the tools it needs in order to use Orchestration.

const contract = (zcf, privateArgs, zone, tools) => { ... };
export const start = withOrchestration(contract);