Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Xt ¶
type Xt struct { // App is the heart of the application system, // this creates and initialises it. App *cli.App // Config is the pod all-in-one server config Config *pod.Config // StateCfg is a reference to the main node state configuration struct StateCfg *state.Config // ActiveNet is the active net parameters ActiveNet *netparams.Params // DataDir is the default data dir DataDir string // Node is the run state of the node Node *atomic.Value // NodeKill is the killswitch for the Node NodeKill chan struct{} // TestNode is the run state of the TestNode TestNode *atomic.Value // TestNodeKill is the killswitch for the TestNode TestNodeKill chan struct{} // RPCServer is needed to directly query data RPCServer *rpc.Server // Scribble DB DB *scribble.Driver // RealNode is the main node RealNode *rpc.Node }
Xt as in conte.Xt stores all the common state data used in pod
func GetNewContext ¶
GetNewContext returns a fresh new context
Click to show internal directories.
Click to hide internal directories.