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