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