Function createArvoEventFactory

Creates an ArvoEventFactory for a specific version of a contract.

const contract = createArvoContract({...});
const v1Contract = contract.version('1.0.0');
const factory = createArvoEventFactory(v1Contract);