Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Lookup func(string) ([]net.IP, error) Oniondial func(string, string, time.Duration) (net.Conn, error) Dial func(string, string, time.Duration) (net.Conn, error) AddedCheckpoints []chaincfg.Checkpoint ActiveMiningAddrs []util.Address ActiveMinerKey []byte ActiveMinRelayTxFee util.Amount ActiveWhitelists []*net.IPNet DropAddrIndex bool DropTxIndex bool DropCfIndex bool Save bool }
Config stores current state of the node
Click to show internal directories.
Click to hide internal directories.