 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  
const (
	InternalServerError = "Internal server error"
)
    Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Routes ¶
type Routes struct {
	// contains filtered or unexported fields
}
    func (Routes) DocsHandler ¶
func (h Routes) DocsHandler(w http.ResponseWriter, r *http.Request)
func (Routes) L1DepositsHandler ¶
func (h Routes) L1DepositsHandler(w http.ResponseWriter, r *http.Request)
L1DepositsHandler ... Handles /api/v0/deposits/{address} GET requests
func (Routes) L2WithdrawalsHandler ¶
func (h Routes) L2WithdrawalsHandler(w http.ResponseWriter, r *http.Request)
L2WithdrawalsHandler ... Handles /api/v0/withdrawals/{address} GET requests
func (Routes) SupplyView ¶ added in v1.4.2
func (h Routes) SupplyView(w http.ResponseWriter, r *http.Request)
SupplyView ... Handles /api/v0/supply GET requests
 Click to show internal directories. 
   Click to hide internal directories.