Versions in this module Expand all Collapse all v0 v0.1.0 Oct 7, 2023 Changes in this version + type BlockUnlocker struct + func NewBlockUnlocker(cfg *UnlockerConfig, backend *storage.RedisClient) *BlockUnlocker + func (u *BlockUnlocker) Start() + type PayoutsConfig struct + Address string + AutoGas bool + BgSave bool + Daemon string + Enabled bool + Gas string + GasPrice string + Interval string + RequirePeers int64 + Threshold int64 + Timeout string + func (c PayoutsConfig) GasHex() string + func (c PayoutsConfig) GasPriceHex() string + type PayoutsProcessor struct + func NewPayoutsProcessor(cfg *PayoutsConfig, backend *storage.RedisClient) *PayoutsProcessor + func (p *PayoutsProcessor) Start() + type Syslog struct + Enabled bool + To string + type UnlockResult struct + type UnlockerConfig struct + Daemon string + Depth int64 + Donate bool + Enabled bool + ImmatureDepth int64 + Interval string + KeepTxFees bool + PoolFee float64 + PoolFeeAddress string + Syslog Syslog + Timeout string