# Functions

New returns a new did store.
NewConnectionStore returns a new ConnectionStore backed by provided storage and VDR.

# Constants

NameSpace for did store.
StoreName DID connection store name.

# Variables

ErrNotFound signals that the entry for the given DID and key is not present in the store.

# Structs

ConnectionStoreImpl stores DIDs indexed by key.
Record model.
Store stores did doc.

# Interfaces

ConnectionStore provides interface for storing and retrieving DIDs.