fabric-sdk 0.5.2

Interact and program chaincode for the Hyperledger Fabric blockchain network
Documentation
1
2
3
4
5
mod client;
pub use client::{
    Affiliation, CAAttribute, CAIdentity, CAInfo, FabricCAClient, FabricCAClientBuilder,
    ModifyIdentityRequest, RegisterIdentityRequest, RevokeRequest,
};