# Functions

CreateNamespaceKey creates key prefix for namespace related data.
NewLookup returns new connection lookup instance.
NewRecorder returns new connection recorder.

# Constants

MyNSPrefix namespace val my.
Namespace is namespace of connection store name.
StateNameCompleted completed state.
TheirNSPrefix namespace val their TODO: https://github.com/hyperledger/aries-framework-go/issues/556 It will not be constant, this namespace will need to be figured with verification key.

# Structs

DIDRotationRecord holds information about a DID Rotation.
Lookup takes care of connection related persistence features.
Record contain info about did exchange connection.
Recorder is read-write connection store.

# Type aliases

KeyPrefix is prefix builder for storage keys.