package
0.1.8
Repository: https://github.com/trustbloc/agent-sdk.git
Documentation: pkg.go.dev

# Functions

New returns new blinded routing controller command instance.

# Constants

CommandName package command name.
InvalidRequestErrorCode is typically a code for validation errors.
SendDIDDocRequest command name.
SendDIDDocRequestError is typically a code for send did doc request command errors.
SendRegisterRouteRequest command name.
SendRegisterRouteRequestError is typically a code for send register route request command errors.

# Structs

Command is controller command for blinded routing.
DIDDocRequest model This is used for sending did doc request to a connection.
DIDDocResponse model This is the response from a connection for a did doc request.
RegisterRouteRequest model This is used for sending register route request, often sent as response to `DIDDocResponse` from send did doc request command.
RegisterRouteResponse model This is the response for a register route request sent.

# Interfaces

Provider describes dependencies for this command.