# Functions

New returns the messagepickup service.

# Constants

BatchMsgType defines the protocol offer-credential message type.
BatchPickupMsgType defines the protocol offer-credential message type.
MessagePickup defines the protocol name.
Namespace is namespace of messagepickup store name.
NoopMsgType defines the protocol request-credential message type.
Spec defines the protocol spec.
StatusMsgType defines the protocol propose-credential message type.
StatusRequestMsgType defines the protocol propose-credential message type.

# Variables

ErrConnectionNotFound connection not found error.

# Structs

Batch a message that contains multiple waiting messages.
BatchPickup a request to have multiple waiting messages sent inside a batch message.
Message messagepickup wrapper.
Noop message https://github.com/hyperledger/aries-rfcs/tree/master/features/0212-pickup#noop.
Service for the messagepickup protocol.
Status details about pending messages https://github.com/hyperledger/aries-rfcs/tree/master/features/0212-pickup#status.
StatusRequest sent by the recipient to the message_holder to request a status message./0212-pickup#statusrequest https://github.com/hyperledger/aries-rfcs/tree/master/features/0212-pickup#statusrequest.

# Interfaces

ProtocolService service interface for message pickup.