Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Config stores the application configuration Config config.Cfg // Listeners is the listeners that will be invoked when the store changes. Listeners = storeutil.NewListenerRegistry() // RedirectChan is the channel which signals a page redirect RedirectChan chan struct{} // CurrentPage holds the current page title, used in signaling updater goroutines to exit CurrentPage string // ServerConnected is true if the webserver is connected ServerConnected bool // Entities holds all entity information Entities storeutil.Entities // Processes holds all entity information Processes storeutil.Processes // Envelopes holds all entity information Envelopes storeutil.Envelopes // Stats holds all blockchain stats Stats api.VochainStats // Blocks holds all blockchain Blocks Blocks storeutil.Blocks // Transactions holds all blockchain transactions Transactions storeutil.Transactions // Validators holds all blockchain Validators Validators storeutil.Validators )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.