Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Option ¶
type Option struct {
BlockHeightStart *big.Int `json:"block_height_start" mapstructure:"block_height_start"`
BlockHeightTarget *big.Int `json:"block_height_target" mapstructure:"block_height_target"`
// RPCThreadBlocks is the number of concurrent RPC requests associated with the blocks. Changes to this field don't
// cause data inconsistencies and therefore don't need to be stored in the id field of the checkpoint.
RPCThreadBlocks *uint64 `json:"-" mapstructure:"rpc_thread_blocks"`
}
type Task ¶
func (Task) GetNetwork ¶
func (Task) GetTimestamp ¶
Click to show internal directories.
Click to hide internal directories.