Documentation ¶
Index ¶
- func InvariantCheckCmd(cdc *amino.Codec) *cobra.Command
- func InvariantCheckRequestHandleFn(cliContext context.CLIContext) func(http.ResponseWriter, *http.Request)
- func QueryCommands(cdc *amino.Codec) []*cobra.Command
- func QueryLockAccountCmd(cdc *amino.Codec) *cobra.Command
- func RegisterRoutes(ctx context.CLIContext, r *mux.Router)
- func TransferCmd(cdc *amino.Codec) *cobra.Command
- func TransferRequestHandlerFn(cliCtx context.CLIContext) func(http.ResponseWriter, *http.Request)
- func TxCommands(cdc *amino.Codec) []*cobra.Command
- type InvariantCheckReq
- type TransferSendReq
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InvariantCheckRequestHandleFn ¶ added in v0.0.8
func InvariantCheckRequestHandleFn(cliContext context.CLIContext) func(http.ResponseWriter, *http.Request)
func QueryCommands ¶ added in v0.0.8
func QueryLockAccountCmd ¶ added in v0.0.8
查询锁定-释放账户信息
func RegisterRoutes ¶ added in v0.0.8
func RegisterRoutes(ctx context.CLIContext, r *mux.Router)
func TransferRequestHandlerFn ¶ added in v0.0.8
func TransferRequestHandlerFn(cliCtx context.CLIContext) func(http.ResponseWriter, *http.Request)
func TxCommands ¶
Types ¶
type InvariantCheckReq ¶ added in v0.0.8
type InvariantCheckReq struct {
rpc.BaseRequest `json:"base"`
}
type TransferSendReq ¶ added in v0.0.8
Click to show internal directories.
Click to hide internal directories.