Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PriAsyEthHandler ¶
type PriAsyEthHandler struct {
// contains filtered or unexported fields
}
异步处理
func NewPriAsyEthHandler ¶
func NewPriAsyEthHandler(cfg *config.Config, db *db.Ldb) *PriAsyEthHandler
type PriSynEthHandler ¶
type PriSynEthHandler struct {
// contains filtered or unexported fields
}
同步处理
var PriSynEth *PriSynEthHandler
func InitPriSynEthHandler ¶
func InitPriSynEthHandler(sinkAddrStr string, cfg config.EthCfg) (*PriSynEthHandler, error)
func (*PriSynEthHandler) HashAvailable ¶
func (p *PriSynEthHandler) HashAvailable(hashStr string) (bool, error)
hash是否有效
Click to show internal directories.
Click to hide internal directories.