Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterMessagesRoutes ¶
func RegisterMessagesRoutes(r *gin.RouterGroup, db *sqlx.DB)
Types ¶
type SignMessageRequest ¶
type SignMessageResponse ¶
type SignMessageResponse struct {
Signature string `json:"signature"`
}
type VerifyMessageRequest ¶
type VerifyMessageResponse ¶
Click to show internal directories.
Click to hide internal directories.