# Functions
New creates a new Client using the provided address.
# Constants
HostParamAcceptingContracts indicates if the host is accepting new contracts.
HostParamCollateral is the host's collateral in hastings/byte/block.
HostParamCollateralBudget is the collateral budget of the host in hastings.
HostParamMaxCollateral is the max collateral of the host in hastings.
HostParamMaxDownloadBatchSize is the maximum size of the download batch size in bytes.
HostParamMaxDuration is the max duration of a contract in blocks.
HostParamMaxReviseBatchSize is the maximum size of the revise batch size.
HostParamMinContractPrice is the min contract price in hastings.
HostParamMinDownloadBandwidthPrice is the min download bandwidth price in hastings/byte.
HostParamMinStoragePrice is the minimum storage price in hastings/byte/block.
HostParamMinUploadBandwidthPrice is the min upload bandwidth price in hastings/byte.
HostParamNetAddress is the announced netaddress of the host.
HostParamWindowSize is the size of the proof window in blocks.
# Variables
ErrPeerExists indicates that two peers are already connected.
# Type aliases
HostParam is a parameter in the host's settings that can be changed via the API.