Documentation ¶
Index ¶
- type Server
- func (s Server) Handler() http.Handler
- func (s Server) ReadSnapshots(w http.ResponseWriter, r *http.Request)
- func (s Server) ReadTransaction(w http.ResponseWriter, r *http.Request)
- func (s Server) ReadUTXO(w http.ResponseWriter, r *http.Request)
- func (s Server) SubmitTransaction(w http.ResponseWriter, r *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (Server) ReadSnapshots ¶
func (s Server) ReadSnapshots(w http.ResponseWriter, r *http.Request)
func (Server) ReadTransaction ¶
func (s Server) ReadTransaction(w http.ResponseWriter, r *http.Request)
func (Server) SubmitTransaction ¶
func (s Server) SubmitTransaction(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.