# Functions

NewErrorReply is a helper to construct an error message.

# Constants

MsgTypeDeployContract - deploy a contract (NOT USED YET).
MsgTypeError - an error.
Types of messages that fabconnect internally posts to the message queue (kafka) as well as those that it sends back to the client.
MsgTypeSendTransaction - send a transaction.
Types of messages that fabconnect internally posts to the message queue (kafka) as well as those that it sends back to the client.
Types of messages that fabconnect internally posts to the message queue (kafka) as well as those that it sends back to the client.
RecordHeaderAccessToken - record header name for passing JWT token over messaging.

# Structs

AsyncSentMsg is a standard response for async requests.
CommonHeaders are common to all messages.
DeployChaincode message instructs the bridge to install a contract.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
QueryChaincode message instructs the bridge to install a contract.
No description provided by the author
ReplyCommon is a common interface to all replies.
ReplyHeaders are common to all replies.
RequestCommon is a common interface to all requests.
RequestHeaders are common to all requests.
SendTransaction message instructs the bridge to install a contract.
TransactionReceipt is sent when a transaction has been successfully mined.

# Interfaces

ReplyWithHeaders gives common access the reply headers.