Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpClient ¶
type HttpClient struct {
// contains filtered or unexported fields
}
HttpClient is an http over the standard http interface
func NewHttpClient ¶
func NewHttpClient(addr string) *HttpClient
NewHttpClient creates a new http client
func (*HttpClient) NodeIdentity ¶
func (h *HttpClient) NodeIdentity() (*Identity, error)
NodeIdentity returns the node network identity
Click to show internal directories.
Click to hide internal directories.