Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type OptionFunc ¶ added in v0.4.0
type OptionFunc func(*option) error
func LightMode ¶ added in v0.11.0
func LightMode() OptionFunc
func WithDataSource ¶ added in v0.4.0
func WithDataSource(cfg config.Config, nodeId, commitmentAtxId []byte, datadir string) OptionFunc
WithDataSource sets the data source to use for the proof.
func WithNonces ¶ added in v0.5.1
func WithNonces(nonces uint) OptionFunc
func WithPowFlags ¶ added in v0.7.0
func WithPowFlags(flags config.PowFlags) OptionFunc
func WithThreads ¶ added in v0.5.2
func WithThreads(threads uint) OptionFunc
Click to show internal directories.
Click to hide internal directories.