fabric-sdk 0.5.0

Interact and program chaincode for the Hyperledger Fabric blockchain network
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(any(feature = "client", feature = "client-wasm"))]
pub mod snapshot;