Create a consensus engine with the given configuration.
Optional
const engine = createConsensusEngine({ defaultTimeout: 60000, maxActiveProposals: 10,}); Copy
const engine = createConsensusEngine({ defaultTimeout: 60000, maxActiveProposals: 10,});
Create a consensus engine with the given configuration.