# Functions

Logs into the NodeSet server, starting a new session.
Registers the node with the NodeSet server.
Get a nonce from the NodeSet server for a new session.

# Constants

The node address has already been confirmed on a NodeSet account.
The node address hasn't been whitelisted on the provided NodeSet account.
The provided nonce didn't match an expected one.
Format for signing login messages.
Route for logging into the NodeSet server.
Route for registering a node address with the NodeSet server.
Route for getting a nonce from the NodeSet server.
Value of the auth response header if the node hasn't registered yet.

# Variables

The node address has already been confirmed on a NodeSet account.
The provided nonce didn't match an expected one.
The node address hasn't been whitelisted on the provided NodeSet account.
The node hasn't been registered with the NodeSet server yet.

# Structs

Response to a login request.
Request to log into the NodeSet server.
Request to register a node with the NodeSet server.
Data used returned from nonce requests.