
org.hyperledger.fabric.contract.Context Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fabric-chaincode-shim
Show all versions of fabric-chaincode-shim
Hyperledger Fabric Java Chaincode Shim
/*
Copyright IBM Corp., DTCC All Rights Reserved.
SPDX-License-Identifier: Apache-2.0
*/
package org.hyperledger.fabric.contract;
import org.hyperledger.fabric.shim.ChaincodeStub;
/**
* Context provides {@link ChaincodeStub} API for handling world state
*/
public interface Context extends ChaincodeStub {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy