Versions in this module Expand all Collapse all v1 v1.1.0 Jul 10, 2019 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 + KeepNwFees bool + RequirePeers int64 + Threshold int64 + Timeout string + TxGas string + TxGasPrice string + func (self PayoutsConfig) GasHex() string + func (self PayoutsConfig) GasPriceHex() string + type PayoutsProcessor struct + func NewPayoutsProcessor(cfg *PayoutsConfig, backend *storage.RedisClient) *PayoutsProcessor + func (u *PayoutsProcessor) Start() + type UnlockResult struct + type UnlockerConfig struct + Daemon string + Depth int64 + Donate bool + Enabled bool + ImmatureDepth int64 + Interval string + KeepTxFees bool + PoolFee float64 + PoolFeeAddress string + Timeout string