View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window fabric-chaincode-protos-2.4.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.hyperledger.fabric.protos.ledger.queryresult
├─ org.hyperledger.fabric.protos.ledger.queryresult.KvQueryResult.class - [JAR]
org.hyperledger.fabric.protos.common
├─ org.hyperledger.fabric.protos.common.Common.class - [JAR]
├─ org.hyperledger.fabric.protos.common.MspPrincipal.class - [JAR]
├─ org.hyperledger.fabric.protos.common.Policies.class - [JAR]
org.hyperledger.fabric.protos.msp
├─ org.hyperledger.fabric.protos.msp.Identities.class - [JAR]
org.hyperledger.fabric.protos.peer
├─ org.hyperledger.fabric.protos.peer.Chaincode.class - [JAR]
├─ org.hyperledger.fabric.protos.peer.ChaincodeEventPackage.class - [JAR]
├─ org.hyperledger.fabric.protos.peer.ChaincodeGrpc.class - [JAR]
├─ org.hyperledger.fabric.protos.peer.ChaincodeShim.class - [JAR]
├─ org.hyperledger.fabric.protos.peer.ChaincodeSupportGrpc.class - [JAR]
├─ org.hyperledger.fabric.protos.peer.ProposalPackage.class - [JAR]
├─ org.hyperledger.fabric.protos.peer.ProposalResponsePackage.class - [JAR]
├─ org.hyperledger.fabric.protos.peer.TransactionPackage.class - [JAR]