Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandlerWithdrawRewards ¶
func HandlerWithdrawRewards(ctx *context.Context) http.HandlerFunc
Types ¶
type RequestWithdrawRewards ¶
type RequestWithdrawRewards struct { Memo string `json:"memo"` Validators []string `json:"validators"` }
func NewRequestWithdrawRewards ¶
func NewRequestWithdrawRewards(r *http.Request) (*RequestWithdrawRewards, error)
func (*RequestWithdrawRewards) Validate ¶
func (r *RequestWithdrawRewards) Validate() error
Click to show internal directories.
Click to hide internal directories.