Interface Chaincode

  • All Known Implementing Classes:
    ChaincodeBase

    public interface Chaincode
    Defines methods that all chaincodes must implement.
    • Method Detail

      • init

        Chaincode.Response init​(ChaincodeStub stub)
        Called during an instantiate transaction after the container has been established, allowing the chaincode to initialize its internal data.