# Functions
Get the aggregated deposit data from the server.
Uploads deposit data to Nodeset.
Get the current version of the aggregated deposit data on the server.
Get a list of all of the pubkeys that have already been registered with NodeSet for this node.
Submit signed exit data to Nodeset.
# Constants
Subroute for getting the version of the latest deposit data.
Route for getting the latest deposit data set from the NodeSet server.
Deposit data can't be uploaded to Mainnet because the user isn't allowed to use Mainnet yet.
The vault doesn't correspond to a StakeWise vault recognized by the service.
DepositData uploaded to NodeSet, but hasn't been made part of a deposit data set yet.
DepositData uploaded to NodeSet, uploaded to StakeWise, and the validator is active on Beacon.
DepositData uploaded to NodeSet, uploaded to StakeWise, and the validator is exited on Beacon.
DepositData hasn't been uploaded to NodeSet yet.
DepositData uploaded to NodeSet, uploaded to StakeWise, but hasn't been activated on Beacon yet.
Route for interacting with the list of validators.
# Variables
The user isn't allowed to use the provided vault yet.
The vault doesn't correspond to a StakeWise vault recognized by the service.
# Structs
Response to a deposit data request.
Response to a deposit data meta request.
Response to a validators request.
Validator status info.
# Type aliases
No description provided by the author