Documentation
¶
Index ¶
- type Boot
- type DaemonConfig
- type DuoUI
- type DuoUIalert
- type DuoUIbalance
- type DuoUIbestBlockHash
- type DuoUIblock
- type DuoUIblockCount
- type DuoUIcommand
- type DuoUIcommandsHistory
- type DuoUIcommandsNumber
- type DuoUIcomponent
- type DuoUIcomponents
- type DuoUIconfTabs
- type DuoUIconfiguration
- type DuoUIconnections
- type DuoUIdifficulty
- type DuoUIhashes
- type DuoUIheight
- type DuoUIlocalHost
- type DuoUInetLastBlock
- type DuoUInetworkHash
- type DuoUIsettings
- type DuoUIstatus
- type DuoUItransactionExcerpt
- type DuoUItransactions
- type DuoUItransactionsExcerpts
- type DuoUItransactionsNumber
- type DuoUItx
- type DuoUIunconfirmed
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DaemonConfig ¶
type DuoUI ¶
type DuoUI struct {
DuoUIboot *Boot
DuoUIwindow *app.Window
DuoUIcontext *layout.Context
DuoUItheme *parallel.DuoUItheme
DuoUIconstraints *layout.Constraints
DuoUIico map[string]*parallel.DuoUIicon
DuoUIcomponents *DuoUIcomponents
DuoUIconfiguration *DuoUIconfiguration
Quit chan struct{}
Ready chan struct{}
IsReady bool
DuoUIready chan struct{}
DuoUIisReady bool
CurrentPage string
}
type DuoUIalert ¶
type DuoUIbalance ¶
type DuoUIbalance struct {
Balance string `json:"balance"`
}
type DuoUIbestBlockHash ¶
type DuoUIbestBlockHash struct {
// contains filtered or unexported fields
}
type DuoUIblock ¶
type DuoUIblockCount ¶
type DuoUIblockCount struct {
// contains filtered or unexported fields
}
type MempoolInfo struct { string}
type DuoUIcommand ¶
type DuoUIcommandsHistory ¶
type DuoUIcommandsHistory struct {
Commands []DuoUIcommand `json:"coms"`
CommandsNumber int `json:"comnumber"`
}
type DuoUIcommandsNumber ¶
type DuoUIcommandsNumber struct {
CommandsNumber int `json:"comnumber"`
}
type DuoUIcomponents ¶
type DuoUIcomponents struct {
View DuoUIcomponent
Header DuoUIcomponent
// Intro DuoUIcomponent
Logo DuoUIcomponent
// Log DuoUIcomponent
Body DuoUIcomponent
Sidebar DuoUIcomponent
Menu DuoUIcomponent
Content DuoUIcomponent
Overview DuoUIcomponent
Send DuoUIcomponent
SendButtons DuoUIcomponent
Receive DuoUIcomponent
ReceiveButtons DuoUIcomponent
Status DuoUIcomponent
StatusItem DuoUIcomponent
History DuoUIcomponent
AddressBook DuoUIcomponent
Explorer DuoUIcomponent
Network DuoUIcomponent
Console DuoUIcomponent
// ConsoleOutput DuoUIcomponent
// ConsoleInput DuoUIcomponent
Settings DuoUIcomponent
}
type DuoUIconfTabs ¶
type DuoUIconfiguration ¶
type DuoUIconnections ¶
type DuoUIconnections struct {
// contains filtered or unexported fields
}
type DuoUIdifficulty ¶
type DuoUIdifficulty struct {
// contains filtered or unexported fields
}
type DuoUIhashes ¶
type DuoUIhashes struct {
// contains filtered or unexported fields
}
type DuoUIheight ¶
type DuoUIheight struct {
// contains filtered or unexported fields
}
type DuoUIlocalHost ¶
type DuoUInetLastBlock ¶
type DuoUInetLastBlock struct {
// contains filtered or unexported fields
}
type DuoUInetworkHash ¶
type DuoUInetworkHash struct {
// contains filtered or unexported fields
}
type DuoUIsettings ¶
type DuoUIsettings struct {
//db DuoUIdb
//Display mod.DisplayConfig `json:"display"`
Daemon DaemonConfig `json:"daemon"`
}
type DuoUIstatus ¶
type DuoUIstatus struct {
Version string `json:"ver"`
WalletVersion map[string]btcjson.VersionResult `json:"walletver"`
UpTime int64 `json:"uptime"`
CurrentNet string `json:"net"`
Chain string `json:"chain"`
}
System Ststus
type DuoUItransactionExcerpt ¶
type DuoUItransactions ¶
type DuoUItransactionsExcerpts ¶
type DuoUItransactionsExcerpts struct {
TxsListNumber int
Txs []DuoUItransactionExcerpt `json:"txs"`
TxsNumber int `json:"txsnumber"`
Balance float64 `json:"balance"`
BalanceHeight float64 `json:"balanceheight"`
}
type DuoUItransactionsNumber ¶
type DuoUItransactionsNumber struct {
TxsNumber int `json:"txsnumber"`
}
type DuoUIunconfirmed ¶
type DuoUIunconfirmed struct {
Unconfirmed string `json:"unconfirmed"`
}
Click to show internal directories.
Click to hide internal directories.