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