org.hyperledger.fabric.client.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fabric-gateway Show documentation
Show all versions of fabric-gateway Show documentation
Hyperledger Fabric Gateway client API for Java
/*
* Copyright 2019 IBM All Rights Reserved.
*
* SPDX-License-Identifier: Apache-2.0
*/
/**
* This package provides the set of interfaces that enable a Java application to
* interact with a Fabric blockchain network. It provides a simple API to
* submit transactions to a ledger or query the contents of a ledger with minimal code.
* The Gateway SDK implements the Fabric programming model as described in the
* Running a Fabric Application
* tutorial of the Fabric documentation.
*
* The entry point into this package is {@link org.hyperledger.fabric.client.Gateway Gateway}.
*
* @see Running a Fabric Application
*/
package org.hyperledger.fabric.client;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy