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