Documentation ¶
Index ¶
- func CreateAccTxEndpoint(w http.ResponseWriter, req *http.Request)
- func CreateAccTxEndpointWithPubKey(w http.ResponseWriter, req *http.Request)
- func CreateConfigTxEndpoint(w http.ResponseWriter, req *http.Request)
- func CreateFundsTxEndpoint(w http.ResponseWriter, req *http.Request)
- func GetAccountEndpoint(w http.ResponseWriter, req *http.Request)
- func Init()
- func SendAccTxEndpoint(w http.ResponseWriter, req *http.Request)
- func SendConfigTxEndpoint(w http.ResponseWriter, req *http.Request)
- func SendFundsTxEndpoint(w http.ResponseWriter, req *http.Request)
- func SendJsonResponse(w http.ResponseWriter, resp interface{})
- type Content
- type JsonResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateAccTxEndpoint ¶
func CreateAccTxEndpoint(w http.ResponseWriter, req *http.Request)
func CreateAccTxEndpointWithPubKey ¶
func CreateAccTxEndpointWithPubKey(w http.ResponseWriter, req *http.Request)
func CreateConfigTxEndpoint ¶
func CreateConfigTxEndpoint(w http.ResponseWriter, req *http.Request)
func CreateFundsTxEndpoint ¶
func CreateFundsTxEndpoint(w http.ResponseWriter, req *http.Request)
func GetAccountEndpoint ¶
func GetAccountEndpoint(w http.ResponseWriter, req *http.Request)
func SendAccTxEndpoint ¶
func SendAccTxEndpoint(w http.ResponseWriter, req *http.Request)
func SendConfigTxEndpoint ¶
func SendConfigTxEndpoint(w http.ResponseWriter, req *http.Request)
func SendFundsTxEndpoint ¶
func SendFundsTxEndpoint(w http.ResponseWriter, req *http.Request)
func SendJsonResponse ¶
func SendJsonResponse(w http.ResponseWriter, resp interface{})
Types ¶
type Content ¶
type Content struct { Name string `json:"name,omitempty"` Detail interface{} `json:"detail,omitempty"` }
type JsonResponse ¶
Click to show internal directories.
Click to hide internal directories.