Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Admin ¶
type Admin struct {
// contains filtered or unexported fields
}
func (*Admin) InitEnclave ¶
type Config ¶
type Config struct {
CorePeerAddress string
CorePeerId string
CorePeerLocalMSPID string
CorePeerMSPConfigPath string
CorePeerTLSCertFile string
CorePeerTLSEnabled bool
CorePeerTLSKeyFile string
CorePeerTLSRootCertFile string
OrdererCA string
FpcPath string
ChaincodeId string
ChannelId string
GatewayConfigPath string
}
type Connections ¶
type Connections struct {
Peers map[string]struct {
Url string
}
Orderers map[string]struct {
Url string
}
}
func NewConnections ¶
func NewConnections(path string) (*Connections, error)
Click to show internal directories.
Click to hide internal directories.