# Functions
New returns new DID Exchange controller command instance.
# Constants
BLS12381G2KeyType BLS12381G2 key type.
CommandName package command name.
CreateDIDErrorCode is typically a code for create did errors.
CreateOrbDIDCommandMethod command method.
CreatePeerDIDCommandMethod command method.
InvalidRequestErrorCode is typically a code for validation errors.
ResolveDIDErrorCode is typically a code for resolve did errors.
ResolveOrbDIDCommandMethod command method.
# Structs
Command is controller command for DID Exchange.
CreateOrbDIDRequest model
This is used for creating orb DID.
CreatePeerDIDRequest model
This is used for creating peer DID.
PublicKey public key.
ResolveOrbDIDRequest model
This is used for resolving orb DID.
# Interfaces
Provider describes dependencies for the client.