# Functions
New returns a new vc store.
WithMyDID allows specifying MyDID for credential or presentation that is being issued.
WithTheirDID allows specifying TheirDID for credential or presentation that is being issued.
# Constants
NameSpace for vc store.
# Structs
Record model containing name, ID and other fields of interest.
StoreImplementation stores vc.
# Interfaces
Store provides interface for storing and managing verifiable credentials.
# Type aliases
Opt represents option function.