# Functions
NewGetActiveAuthConditionHandler creates a handler to handle the API calls to /explorer/authcoin/condition.
NewGetAddressesAuthStateHandler creates a handler to handle the API calls to /<root>/authcoin/status.
NewGetAuthConditionAtHandler creates a handler to handle the API calls to /explorer/authcoin/condition/:height.
RegisterConsensusAuthCoinHTTPHandlers registers the default Rivine handlers for all default Rivine Consensus HTTP endpoints.
RegisterExplorerAuthCoinHTTPHandlers registers the default Rivine handlers for all default Rivine Explorer HTTP endpoints.
# Structs
GetAddressesAuthStateResponse contains a requested auth state for the requested addresses, either the current active one active for the given blockheight or lower.
GetAuthConditionResponse contains a requested auth condition, either the current active one active for the given blockheight or lower.