Documentation ¶
Index ¶
- func CancelApproveCmd(cdc *amino.Codec) *cobra.Command
- func CancelApproveHandleFn(cliContext context.CLIContext) func(http.ResponseWriter, *http.Request)
- func CreateApproveCmd(cdc *amino.Codec) *cobra.Command
- func CreateApproveHandleFn(cliContext context.CLIContext) func(http.ResponseWriter, *http.Request)
- func DecreaseApproveCmd(cdc *amino.Codec) *cobra.Command
- func DecreaseApproveHandleFn(cliContext context.CLIContext) func(http.ResponseWriter, *http.Request)
- func IncreaseApproveCmd(cdc *amino.Codec) *cobra.Command
- func IncreaseApproveHandleFn(cliContext context.CLIContext) func(http.ResponseWriter, *http.Request)
- func QueryApproveCmd(cdc *amino.Codec) *cobra.Command
- func QueryApproveHandleFn(cliContext context.CLIContext) func(http.ResponseWriter, *http.Request)
- func QueryApprovesCmd(cdc *amino.Codec) *cobra.Command
- func QueryCommands(cdc *amino.Codec) []*cobra.Command
- func QueryUserApprovesHandleFn(cliContext context.CLIContext) func(http.ResponseWriter, *http.Request)
- func RegisterRoutes(ctx context.CLIContext, r *mux.Router)
- func TxCommands(cdc *amino.Codec) []*cobra.Command
- func UseApproveCmd(cdc *amino.Codec) *cobra.Command
- func UseApproveHandleFn(cliContext context.CLIContext) func(http.ResponseWriter, *http.Request)
- type CancelApproveReq
- type CreateApproveReq
- type DecreaseApproveReq
- type IncreaseApproveReq
- type UseApproveReq
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CancelApproveHandleFn ¶ added in v0.0.8
func CancelApproveHandleFn(cliContext context.CLIContext) func(http.ResponseWriter, *http.Request)
func CreateApproveHandleFn ¶ added in v0.0.8
func CreateApproveHandleFn(cliContext context.CLIContext) func(http.ResponseWriter, *http.Request)
func DecreaseApproveHandleFn ¶ added in v0.0.8
func DecreaseApproveHandleFn(cliContext context.CLIContext) func(http.ResponseWriter, *http.Request)
func IncreaseApproveHandleFn ¶ added in v0.0.8
func IncreaseApproveHandleFn(cliContext context.CLIContext) func(http.ResponseWriter, *http.Request)
func QueryApproveHandleFn ¶ added in v0.0.8
func QueryApproveHandleFn(cliContext context.CLIContext) func(http.ResponseWriter, *http.Request)
func QueryApprovesCmd ¶ added in v0.0.9
func QueryCommands ¶
func QueryUserApprovesHandleFn ¶ added in v0.0.9
func QueryUserApprovesHandleFn(cliContext context.CLIContext) func(http.ResponseWriter, *http.Request)
func RegisterRoutes ¶ added in v0.0.8
func RegisterRoutes(ctx context.CLIContext, r *mux.Router)
func TxCommands ¶
func UseApproveHandleFn ¶ added in v0.0.8
func UseApproveHandleFn(cliContext context.CLIContext) func(http.ResponseWriter, *http.Request)
Types ¶
type CancelApproveReq ¶ added in v0.0.8
type CancelApproveReq struct {
rpc.BaseRequest `json:"base"`
}
type CreateApproveReq ¶ added in v0.0.8
type DecreaseApproveReq ¶ added in v0.0.8
type IncreaseApproveReq ¶ added in v0.0.8
type UseApproveReq ¶ added in v0.0.8
Click to show internal directories.
Click to hide internal directories.