fabric-sdk 0.5.1

Interact and program chaincode for the Hyperledger Fabric blockchain network
Documentation
1
2
3
4
5
6
7
8
9
pub mod chaincode;
#[cfg(any(feature = "client", feature = "client-wasm"))]
pub mod client;
#[cfg(any(feature = "client", feature = "client-wasm"))]
pub mod discovery;
#[cfg(any(feature = "client", feature = "client-wasm"))]
pub mod lifecycle;
#[cfg(feature = "client")]
pub mod snapshot;