All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hyperledger.composer.client.Identifiable Maven / Gradle / Ivy

/*
 * Copyright IBM Corp. 2017 All Rights Reserved.
 *
 * SPDX-License-Identifier: Apache-2.0
 */

package org.hyperledger.composer.client;

public interface Identifiable {
	String getId();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy