Documentation
¶
Index ¶
- func AuditHandler(w http.ResponseWriter, req *http.Request)
- func AuditSiteHandler(w http.ResponseWriter, req *http.Request)
- func HomeHandler(w http.ResponseWriter, r *http.Request)
- func InitiateHandler(w http.ResponseWriter, req *http.Request)
- func InitiateSiteHandler(w http.ResponseWriter, r *http.Request)
- func ParticipateHandler(w http.ResponseWriter, req *http.Request)
- func RedemptionHandler(w http.ResponseWriter, req *http.Request)
- func RedemptionSiteHandler(w http.ResponseWriter, r *http.Request)
- func SecretHandler(w http.ResponseWriter, req *http.Request)
- func Start()
- type Response
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AuditHandler ¶
func AuditHandler(w http.ResponseWriter, req *http.Request)
audit a contract by giving the coin symbol, contract hex and contract transaction from the contract which needs to be audited
func AuditSiteHandler ¶
func AuditSiteHandler(w http.ResponseWriter, req *http.Request)
func HomeHandler ¶
func HomeHandler(w http.ResponseWriter, r *http.Request)
func InitiateHandler ¶
func InitiateHandler(w http.ResponseWriter, req *http.Request)
initiate a contract by parsing the post request it parses the coin symbol, counter party address, amount and the wif
func InitiateSiteHandler ¶
func InitiateSiteHandler(w http.ResponseWriter, r *http.Request)
func ParticipateHandler ¶
func ParticipateHandler(w http.ResponseWriter, req *http.Request)
func RedemptionHandler ¶
func RedemptionHandler(w http.ResponseWriter, req *http.Request)
func RedemptionSiteHandler ¶
func RedemptionSiteHandler(w http.ResponseWriter, r *http.Request)
func SecretHandler ¶
func SecretHandler(w http.ResponseWriter, req *http.Request)
Types ¶
Click to show internal directories.
Click to hide internal directories.