while the verifier should not be able to change their mind on an already published output, there might be cases where it is ok to publish multiple outputs (https://github.com/gnosisguild/enclave/blob/main/packages/enclave-contracts/contracts/Enclave.sol#L281-L283). This could perhaps just need an array, or a mapping if the different outputs were to be labelled
while the verifier should not be able to change their mind on an already published output, there might be cases where it is ok to publish multiple outputs (https://github.com/gnosisguild/enclave/blob/main/packages/enclave-contracts/contracts/Enclave.sol#L281-L283). This could perhaps just need an array, or a mapping if the different outputs were to be labelled