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

org.hyperledger.fabric.contract.execution.ExecutionService Maven / Gradle / Ivy

There is a newer version: 2.5.5
Show newest version
/*
Copyright IBM Corp., DTCC All Rights Reserved.

SPDX-License-Identifier: Apache-2.0
*/

package org.hyperledger.fabric.contract.execution;

import org.hyperledger.fabric.contract.routing.Routing;
import org.hyperledger.fabric.shim.Chaincode;

/**
 * Service that executes {@link InvocationRequest} (wrapped INit/Invoke + extra data) using routing information {@link Routing}
 */
public interface ExecutionService {

    Chaincode.Response executeRequest(Routing rd, InvocationRequest req);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy