Versions in this module Expand all Collapse all v0 v0.1.0 Jun 25, 2023 Changes in this version + type FabProfile struct + Channel string + Enpoint NodeEndpoint + Organization string + User User + type FabricClient struct + func NewFabricClient(n *Network) (*FabricClient, error) + func (fabclient *FabricClient) Channel(channel string) *client.Network + func (fabclient *FabricClient) Close() + type Network struct + ID string + func (n *Network) Type() Type + type NodeEndpoint struct + URL string + type Pem struct + Pem string + type Platform string + const Bestchains + type TLSCACerts struct + Pem string + type Type string + const FABRIC + const Unknown + type User struct + Cert Pem + Key Pem + Name string + func (u User) ToIdentity(org string) (identity.Identity, identity.Sign, error)