MultiOwnerState(magicNumber: Int = 0, owners: List<PublicKey>)
Alternative state with multiple owners. This exists primarily to provide a dummy state with multiple participants, and could in theory be merged with SingleOwnerState by putting the additional participants in a different field, however this is a good example of a contract with multiple states.