Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NotImplemented ¶
func NotImplemented(w http.ResponseWriter, r *http.Request)
NotImplemented: this is a generic function for daeomn apis
func RequestDaemon ¶
RequestDaemon request the data via the daemon's rpc api it also allows auto switches between the testnet and live depending on the config
Types ¶
type RpcRequestData ¶
type RpcRequestData struct { Method string `json:"method"` Params interface{} `json:"params"` }
Click to show internal directories.
Click to hide internal directories.