Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Option ¶
type Option struct {
// BlockStart is the starting block height on arweave chain.
BlockStart *big.Int `json:"block_start" mapstructure:"block_start"`
// BlockTarget is the target block height on arweave chain.
BlockTarget *big.Int `json:"block_target" mapstructure:"block_target"`
// ConcurrentBlockRequests is the number of concurrent RPC requests associated with the blocks.
ConcurrentBlockRequests *uint64 `json:"concurrent_block_requests" mapstructure:"concurrent_block_requests"`
}
type Task ¶
func (Task) BuildActivity ¶ added in v0.4.13
BuildActivity builds an activity from the task.
func (Task) GetNetwork ¶
func (Task) GetTimestamp ¶
Click to show internal directories.
Click to hide internal directories.