# Functions
New returns a new Client for the Out-Of-Band protocol.
ReuseAnyConnection is used when accepting an invitation with either AcceptInvitation or ActionContinue.
ReuseConnection is used when accepting an invitation with either AcceptInvitation or ActionContinue.
WithAccept will set the given media type profiles in the Invitation's `accept` property.
WithAttachments allows you to include attachments in the Invitation.
WithGoal allows you to specify the `goal` and `goalCode` for the message.
WithHandshakeProtocols allows you to customize the handshake_protocols to include in the Invitation.
WithLabel allows you to specify the label on the message.
WithRouterConnections allows you to specify the router connections.
# Constants
HandshakeReuseAcceptedMsgType is the '@type' for the handshake reuse accepted message.
HandshakeReuseMsgType is the '@type' for the handshake reuse message.
InvitationMsgType is the '@type' for the invitation message.
# Structs
Client for the Out-Of-Band protocol: https://github.com/hyperledger/aries-rfcs/blob/master/features/0434-outofband/README.md.
EventOptions are is a container of options that you can pass to an event's Continue function to customize the reaction to incoming out-of-band messages.
# Interfaces
Event is a container of out-of-band protocol-specific properties for DIDCommActions and StateMsgs.
OobService defines the outofband service.
Provider provides the dependencies for the client.
# Type aliases
No description provided by the author
No description provided by the author
MessageOption allow you to customize the way out-of-band messages are built.