Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Modules = map[string]interface{}{
"share": &client.Share.Internal,
"state": &client.State.Internal,
"header": &client.Header.Internal,
"fraud": &client.Fraud.Internal,
"das": &client.DAS.Internal,
"p2p": &client.P2P.Internal,
"node": &client.Node.Internal,
}
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
Fraud fraud.API
Header header.API
State state.API
DAS das.API
P2P p2p.API
Node node.API
// contains filtered or unexported fields
}
func NewClient ¶
NewClient creates a new Client with one connection per namespace with the given token as the authorization token.
func NewPublicClient ¶ added in v0.6.2
NewPublicClient creates a new Client with one connection per namespace.
Click to show internal directories.
Click to hide internal directories.