# Functions
New returns new command instance for messaging controller API.
# Constants
command name.
InvalidRequestErrorCode is typically a code for invalid requests.
command methods.
constants for the Messaging controller.
constants for the Messaging controller.
RegisterMsgSvcError is for failures while registering new message service.
SendMsgError is for failures while sending messages.
SendMsgReplyError is for failures while sending message replies.
constants for the Messaging controller.
constants for the Messaging controller.
constants for the Messaging controller.
UnregisterMsgSvcError is for failures while unregistering a message service.
# Structs
AwaitReply contains await for reply parameters.
Command contains basic command operations provided by messaging controller command.
RegisteredServicesResponse is for returning list of registered service names.
RegisterHTTPMsgSvcArgs contains parameters for registering an HTTP over DIDComm message service to message handler.
RegisterMsgSvcArgs contains parameters for registering a message service to message handler.
SendMessageResponse is response for send/reply message feature.
SendNewMessageArgs contains parameters for sending new message with one of three destination options below, 1.
SendReplyMessageArgs contains parameters for sending message reply.
ServiceEndpointDestinationParams contains service endpoint params.
UnregisterMsgSvcArgs contains parameters for unregistering a message service from message handler.