Documentation ¶ Index ¶ type Ether func NewEther(log *xlog.XLog, v *config.BlockConfig) *Ether func (e *Ether) CreateNodeTask(nodeId string, blockChain int64, number string) (*task.NodeTask, error) func (e *Ether) GetLatestBlockNumber() (int64, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Ether ¶ type Ether struct { // contains filtered or unexported fields } func NewEther ¶ func NewEther(log *xlog.XLog, v *config.BlockConfig) *Ether func (*Ether) CreateNodeTask ¶ func (e *Ether) CreateNodeTask(nodeId string, blockChain int64, number string) (*task.NodeTask, error) func (*Ether) GetLatestBlockNumber ¶ func (e *Ether) GetLatestBlockNumber() (int64, error) Source Files ¶ View all Source files ether.go Click to show internal directories. Click to hide internal directories.