Documentation ¶
Index ¶
- func QueryForbiddenAddrRequestHandlerFn(storeName string, cdc *codec.Codec, cliCtx context.CLIContext) http.HandlerFunc
- func QueryParamsHandlerFn(storeName string, cliCtx context.CLIContext) http.HandlerFunc
- func QueryReservedSymbolsRequestHandlerFn(storeName string, cliCtx context.CLIContext) http.HandlerFunc
- func QueryTokenRequestHandlerFn(storeName string, cdc *codec.Codec, cliCtx context.CLIContext) http.HandlerFunc
- func QueryTokensRequestHandlerFn(storeName string, cliCtx context.CLIContext) http.HandlerFunc
- func QueryWhitelistRequestHandlerFn(storeName string, cdc *codec.Codec, cliCtx context.CLIContext) http.HandlerFunc
- func RegisterRoutes(cliCtx context.CLIContext, r *mux.Router, cdc *codec.Codec, storeName string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func QueryForbiddenAddrRequestHandlerFn ¶
func QueryForbiddenAddrRequestHandlerFn( storeName string, cdc *codec.Codec, cliCtx context.CLIContext, ) http.HandlerFunc
QueryForbiddenAddrRequestHandlerFn - query assetREST Handler
func QueryParamsHandlerFn ¶ added in v0.0.13
func QueryParamsHandlerFn(storeName string, cliCtx context.CLIContext) http.HandlerFunc
HTTP request handler to query the asset params values
func QueryReservedSymbolsRequestHandlerFn ¶
func QueryReservedSymbolsRequestHandlerFn( storeName string, cliCtx context.CLIContext, ) http.HandlerFunc
QueryReservedSymbolsRequestHandlerFn - query assetREST Handler
func QueryTokenRequestHandlerFn ¶
func QueryTokenRequestHandlerFn( storeName string, cdc *codec.Codec, cliCtx context.CLIContext, ) http.HandlerFunc
QueryTokenRequestHandlerFn - query assetREST Handler
func QueryTokensRequestHandlerFn ¶
func QueryTokensRequestHandlerFn( storeName string, cliCtx context.CLIContext, ) http.HandlerFunc
QueryTokensRequestHandlerFn - query assetREST Handler
func QueryWhitelistRequestHandlerFn ¶
func QueryWhitelistRequestHandlerFn( storeName string, cdc *codec.Codec, cliCtx context.CLIContext, ) http.HandlerFunc
QueryWhitelistRequestHandlerFn - query assetREST Handler
func RegisterRoutes ¶
register REST routes
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.