Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterRoutes ¶
RegisterRoutes registers staking-related REST handlers to a router
Types ¶
type LikeRequest ¶
type LikeRequest struct { BaseReq rest.BaseReq `json:"base_req"` Liker sdk.AccAddress `json:"liker"` // in bech32 Likee sdk.AccAddress `json:"likee"` // in bech32 Url string `json:"url"` Count uint64 `json:"count"` }
Click to show internal directories.
Click to hide internal directories.