25 lines
593 B
Go
25 lines
593 B
Go
/*
|
|
Copyright IBM Corp. All Rights Reserved.
|
|
|
|
SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
// Fabric API
|
|
//
|
|
// Hyperledger Fabric is an enterprise-grade permissioned distributed ledger framework for developing
|
|
// solutions and applications. Its modular and versatile design satisfies a broad range of industry use
|
|
// cases. It offers a unique approach to consensus that enables performance at scale while preserving privacy.
|
|
//
|
|
// Schemes: http, https
|
|
// Version: 2.3
|
|
// License: Apache-2.0
|
|
//
|
|
// Consumes:
|
|
// - application/json
|
|
//
|
|
// Produces:
|
|
// - application/json
|
|
//
|
|
// swagger:meta
|
|
package docs
|