Class | Description |
---|---|
AuthInfo |
AuthInfo aggregates authentication information that the server uses
to authenticate the client
|
AuthInfo.Builder |
AuthInfo aggregates authentication information that the server uses
to authenticate the client
|
ChaincodeQuery |
ChaincodeQuery requests ChaincodeQueryResults for a given
list of chaincode invocations.
|
ChaincodeQuery.Builder |
ChaincodeQuery requests ChaincodeQueryResults for a given
list of chaincode invocations.
|
ChaincodeQueryResult |
ChaincodeQueryResult contains EndorsementDescriptors for
chaincodes
|
ChaincodeQueryResult.Builder |
ChaincodeQueryResult contains EndorsementDescriptors for
chaincodes
|
ConfigQuery |
ConfigQuery requests a ConfigResult
|
ConfigQuery.Builder |
ConfigQuery requests a ConfigResult
|
ConfigResult |
Protobuf type
discovery.ConfigResult |
ConfigResult.Builder |
Protobuf type
discovery.ConfigResult |
DiscoveryGrpc |
Discovery defines a service that serves information about the fabric network
like which peers, orderers, chaincodes, etc.
|
DiscoveryGrpc.DiscoveryBlockingStub |
Discovery defines a service that serves information about the fabric network
like which peers, orderers, chaincodes, etc.
|
DiscoveryGrpc.DiscoveryFutureStub |
Discovery defines a service that serves information about the fabric network
like which peers, orderers, chaincodes, etc.
|
DiscoveryGrpc.DiscoveryImplBase |
Discovery defines a service that serves information about the fabric network
like which peers, orderers, chaincodes, etc.
|
DiscoveryGrpc.DiscoveryStub |
Discovery defines a service that serves information about the fabric network
like which peers, orderers, chaincodes, etc.
|
EndorsementDescriptor |
EndorsementDescriptor contains information about which peers can be used
to request endorsement from, such that the endorsement policy would be fulfilled.
|
EndorsementDescriptor.Builder |
EndorsementDescriptor contains information about which peers can be used
to request endorsement from, such that the endorsement policy would be fulfilled.
|
Endpoint |
Endpoint is a combination of a host and a port
|
Endpoint.Builder |
Endpoint is a combination of a host and a port
|
Endpoints |
Endpoints is a list of Endpoint(s)
|
Endpoints.Builder |
Endpoints is a list of Endpoint(s)
|
Error |
Error denotes that something went wrong and contains the error message
|
Error.Builder |
Error denotes that something went wrong and contains the error message
|
Layout |
Layout contains a mapping from a group name to number of peers
that are needed for fulfilling an endorsement policy
|
Layout.Builder |
Layout contains a mapping from a group name to number of peers
that are needed for fulfilling an endorsement policy
|
LocalPeerQuery |
LocalPeerQuery queries for peers in a non channel context
|
LocalPeerQuery.Builder |
LocalPeerQuery queries for peers in a non channel context
|
Peer |
Peer contains information about the peer such as its channel specific
state, and membership information.
|
Peer.Builder |
Peer contains information about the peer such as its channel specific
state, and membership information.
|
PeerMembershipQuery |
PeerMembershipQuery requests PeerMembershipResult.
|
PeerMembershipQuery.Builder |
PeerMembershipQuery requests PeerMembershipResult.
|
PeerMembershipResult |
PeerMembershipResult contains peers mapped by their organizations (MSP_ID)
|
PeerMembershipResult.Builder |
PeerMembershipResult contains peers mapped by their organizations (MSP_ID)
|
Peers |
Peers contains a list of Peer(s)
|
Peers.Builder |
Peers contains a list of Peer(s)
|
ProtocolProto | |
Query |
Query asks for information in the context of a specific channel
|
Query.Builder |
Query asks for information in the context of a specific channel
|
QueryResult |
QueryResult contains a result for a given Query.
|
QueryResult.Builder |
QueryResult contains a result for a given Query.
|
Request |
Request contains authentication info about the client that sent the request
and the queries it wishes to query the service
|
Request.Builder |
Request contains authentication info about the client that sent the request
and the queries it wishes to query the service
|
Response |
Protobuf type
discovery.Response |
Response.Builder |
Protobuf type
discovery.Response |
SignedRequest |
SignedRequest contains a serialized Request in the payload field
and a signature.
|
SignedRequest.Builder |
SignedRequest contains a serialized Request in the payload field
and a signature.
|
Enum | Description |
---|---|
Query.QueryCase | |
QueryResult.ResultCase |
Copyright © 2022. All rights reserved.