# Functions

No description provided by the author
No description provided by the author

# Structs

ChaincodeEventsRequest contains details of the chaincode events that the caller wants to receive.
ChaincodeEventsResponse returns chaincode events emitted from a specific block.
CommitStatusRequest contains the details required to check whether a transaction has been successfully committed.
CommitStatusResponse returns the result of committing a transaction.
EndorseRequest contains the details required to obtain sufficient endorsements for a transaction to be committed to the ledger.
EndorseResponse returns the result of endorsing a transaction.
If any of the functions in the Gateway service returns an error, then it will be in the format of a google.rpc.Status message.
EvaluateRequest contains the details required to evaluate a transaction (query the ledger).
EvaluateResponse returns the result of evaluating a transaction.
PreparedTransaction contains the details required for offline signing prior to submitting a transaction.
ProposedTransaction contains the details required for offline signing prior to evaluating or endorsing a transaction.
SignedChaincodeEventsRequest contains a serialized ChaincodeEventsRequest message, and a digital signature for the serialized request message.
SignedCommitStatusRequest contains a serialized CommitStatusRequest message, and a digital signature for the serialized request message.
SubmitRequest contains the details required to submit a transaction (update the ledger).
SubmitResponse returns the result of submitting a transaction.
UnimplementedGatewayServer can be embedded to have forward compatible implementations.

# Interfaces

No description provided by the author
No description provided by the author
GatewayClient is the client API for Gateway service.
GatewayServer is the server API for Gateway service.