Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterRoutes ¶
Types ¶
type AliasUpdateReq ¶
type AliasUpdateReq struct { BaseReq rest.BaseReq `json:"base_req"` Alias string `json:"alias"` IsAdd bool `json:"is_add"` AsDefault bool `json:"as_default"` }
func (*AliasUpdateReq) GetBaseReq ¶
func (req *AliasUpdateReq) GetBaseReq() *rest.BaseReq
func (*AliasUpdateReq) GetMsg ¶
func (req *AliasUpdateReq) GetMsg(r *http.Request, sender sdk.AccAddress) (sdk.Msg, error)
func (*AliasUpdateReq) New ¶
func (req *AliasUpdateReq) New() restutil.RestReq
Click to show internal directories.
Click to hide internal directories.