blob: 82f478da793fb4ea6bef7501a02bc30b647c3e35 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2020 RBEI and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v. 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Adhith Gopal - Initial API and Implementation
*******************************************************************************/
package org.eclipse.blockchain.core.events;
/**
* Environment changed event interface
*/
public interface IBlockchainEnvironmentChangedEvent {
/**
*
* @return - The currently active ethereum environment
*/
public String getActiveEvironment();
}