Documentation
¶
Index ¶
Constants ¶
View Source
const ( //Server running mode FULL_NODE = "FULL" SERVER_NODE = "SERVER" LIGHT_NODE = "LIGHT" )
Variables ¶
This section is empty.
Functions ¶
func LoadConfigurations ¶
func LoadConfigurations(cfg *util.FactomdConfig)
func Start_Processor ¶
func Start_Processor(ldb database.Db, inMsgQ <-chan factomwire.Message, outMsgQ chan<- factomwire.Message)
Types ¶
type ByAmount ¶
type ByAmount []btcjson.ListUnspentResult
ByAmount defines the methods needed to satisify sort.Interface to sort a slice of Utxos by their amount.
Click to show internal directories.
Click to hide internal directories.