Documentation ¶
Index ¶
- func ResponseConfigAt(m *discovery.Response, i int) (*discovery.ConfigResult, *discovery.Error)
- func ResponseEndorsersAt(m *discovery.Response, i int) (*discovery.ChaincodeQueryResult, *discovery.Error)
- func ResponseMembershipAt(m *discovery.Response, i int) (*discovery.PeerMembershipResult, *discovery.Error)
- func SignedRequestToRequest(sr *discovery.SignedRequest) (*discovery.Request, error)
- type QueryType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResponseConfigAt ¶
ResponseConfigAt returns the ConfigResult at a given index in the Response, or an Error if present.
func ResponseEndorsersAt ¶
func ResponseEndorsersAt(m *discovery.Response, i int) (*discovery.ChaincodeQueryResult, *discovery.Error)
ResponseEndorsersAt returns the PeerMembershipResult at a given index in the Response, or an Error if present.
Types ¶
Click to show internal directories.
Click to hide internal directories.