Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func VerifiyHandler ¶
func VerifiyHandler(w http.ResponseWriter, r *http.Request)
Types ¶
type ClaimMsg ¶
type LoginBody ¶
type LoginBody struct { Website string `json:"webiste"` Name string `json:"name"` Password string `json:"password"` Nonce string `json:"nonce"` }
LoginBody ...
type VerifyOutput ¶
type VerifyOutput struct { Status bool `json:"status"` Address sdk.AccAddress `json:"address"` }
Click to show internal directories.
Click to hide internal directories.