jazz-nodejs

Context Creation

function
startWorker<Acc>(options):
{}
Promise<{ worker: Acc, experimental: { inbox: { subscribe: (Schema: CoValueClass<I>, callback: (message: I, senderAccountID: ID<Account>) => Promise<O | undefined | void>, options: { retries: number }) => () => void } }, done: () => Promise<void> }>
function fn(...args: [
options: WorkerOptions<Acc>
]) {}