package
Version:
v1.0.1
Opens a new window with list of versions in this module.
Published: Apr 9, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
NewBindNameRequestHandlerFn returns an HTTP handler for binding names to addresses.
RegisterHandlers registers the rest query and tx handlers
type BindNameRequest struct {
BaseReq rest.BaseReq `json:"base_req"`
Name string `json:"name"`
Address string `json:"address"`
RootName string `json:"root"`
Restricted bool `json:"restricted"`
}
BindNameRequest type for binding names to addresses.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.