Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandlerSend ¶
func HandlerSend(ctx *context.Context) http.HandlerFunc
Types ¶
type RequestSend ¶
type RequestSend struct { Memo string `json:"memo"` To string `json:"to"` Coins common.Coins `json:"coins"` }
func NewRequestSend ¶
func NewRequestSend(r *http.Request) (*RequestSend, error)
func (*RequestSend) Validate ¶
func (r *RequestSend) Validate() error
Click to show internal directories.
Click to hide internal directories.