# Functions

Gets the node for the session, making sure it's registered and logged in.
Write an error if the node providing the request is already registered.
Write an error if the auth header couldn't be decoded.
Handles a signed exit upload with an already existing message.
Handles an error related to parsing the input parameters of a request.
Handles an invalid deployment.
Handle routes called with an invalid method.
Write an error if the session provided in the auth header is not valid.
Handles an invalid StakeWise vault.
Write an error if the auth header is missing.
Write an error if the node providing the request is already registered.
Write an error if the auth header couldn't be decoded.
The request completed successfully.
Write an error if the node providing the request isn't registered.
Logs the request and returns the query args and path args.
Makes sure the request has a valid auth header and returns the session it belongs to.

# Variables

No description provided by the author

# Interfaces

Interface for the server mock implementation.