# Functions
No description provided by the author
No description provided by the author
# Structs
AuthInfo aggregates authentication information that the server uses to authenticate the client.
ChaincodeCall defines a call to a chaincode.
ChaincodeInterest defines an interest about an endorsement for a specific single chaincode invocation.
ChaincodeQuery requests ChaincodeQueryResults for a given list of chaincode invocations.
ChaincodeQueryResult contains EndorsementDescriptors for chaincodes.
ConfigQuery requests a ConfigResult.
No description provided by the author
EndorsementDescriptor contains information about which peers can be used to request endorsement from, such that the endorsement policy would be fulfilled.
Endpoint is a combination of a host and a port.
Endpoints is a list of Endpoint(s).
Error denotes that something went wrong and contains the error message.
Layout contains a mapping from a group name to number of peers that are needed for fulfilling an endorsement policy.
LocalPeerQuery queries for peers in a non channel context.
Peer contains information about the peer such as its channel specific state, and membership information.
PeerMembershipQuery requests PeerMembershipResult.
PeerMembershipResult contains peers mapped by their organizations (MSP_ID).
Peers contains a list of Peer(s).
Query asks for information in the context of a specific channel.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
QueryResult contains a result for a given Query.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Request contains authentication info about the client that sent the request and the queries it wishes to query the service.
No description provided by the author
SignedRequest contains a serialized Request in the payload field and a signature.
# Interfaces
DiscoveryClient is the client API for Discovery service.
DiscoveryServer is the server API for Discovery service.