Documentation ¶
Index ¶
- Variables
- func DuOSfileSystem(cx *conte.Xt) (err error)
- func DuOSloader(cx *conte.Xt, firstRun bool) (err error)
- func DuOSnode(cx *conte.Xt) error
- func Services(cx *conte.Xt) error
- func WalletGUI(cx *conte.Xt) (err error)
- type AddBook
- type Address
- type DaemonConfig
- type DbAddress
- type Ddb
- type DuOSConfig
- type DuOSalert
- type DuOSbalance
- type DuOSbestBlockHash
- type DuOSblockCount
- type DuOScomp
- type DuOScomps
- type DuOSconnections
- type DuOSdb
- func (d *DuOSdb) DbRead(folder, name string)
- func (d *DuOSdb) DbReadAddressBook() map[string]string
- func (d *DuOSdb) DbReadAll(folder string) DuOSitems
- func (d *DuOSdb) DbReadAllComponents() map[string]DuOScomp
- func (d *DuOSdb) DbReadAllTypes()
- func (d *DuOSdb) DbReadTypeAll(f string)
- func (d *DuOSdb) DbWrite(folder, name string, data interface{})
- func (d *DuOSdb) DuOSdbInit(dataDir string)
- type DuOSdifficulty
- type DuOShashes
- type DuOSheight
- type DuOSitem
- type DuOSitems
- type DuOSlocalHost
- type DuOSnav
- type DuOSnetLastBlock
- type DuOSnetworkHash
- type DuOStatus
- type DuOStemplates
- type DuOStransactionExcerpt
- type DuOStransactions
- type DuOStransactionsExcerpts
- type DuOStransactionsNumber
- type DuOSunconfirmed
- type RcVar
- type Send
Constants ¶
This section is empty.
Variables ¶
View Source
var ALERT = DuOSalert{}
Functions ¶
func DuOSfileSystem ¶
Types ¶
type DaemonConfig ¶
type DuOSConfig ¶
type DuOSConfig struct { //Display mod.DisplayConfig `json:"display"` Daemon DaemonConfig `json:"daemon"` // contains filtered or unexported fields }
func GetCoreCofig ¶
func GetCoreCofig(cx *conte.Xt) (c DuOSConfig)
func (*DuOSConfig) SaveDaemonCfg ¶
func (d *DuOSConfig) SaveDaemonCfg(c pod.Config)
type DuOSbalance ¶
type DuOSbalance struct {
Balance string `json:"balance"`
}
type DuOSbestBlockHash ¶
type DuOSbestBlockHash struct {
// contains filtered or unexported fields
}
type DuOSblockCount ¶
type DuOSblockCount struct {
// contains filtered or unexported fields
}
type MempoolInfo struct { string}
type DuOScomp ¶
type DuOScomp struct { IsApp bool `json:"isapp"` Name string `json:"name"` ID string `json:"id"` Version string `json:"ver"` Description string `json:"desc"` State string `json:"state"` Image string `json:"img"` URL string `json:"url"` CompType string `json:"comtype"` SubType string `json:"subtype"` Js string `json:"js"` Template string `json:"template"` Css string `json:"css"` }
type DuOSconnections ¶
type DuOSconnections struct {
// contains filtered or unexported fields
}
type DuOSdb ¶
type DuOSdb struct { DB *scribble.Driver Folder string `json:"folder"` Name string `json:"name"` Data interface{} `json:"data"` }
func (*DuOSdb) DbReadAddressBook ¶
func (*DuOSdb) DbReadAllComponents ¶
func (*DuOSdb) DbReadAllTypes ¶
func (d *DuOSdb) DbReadAllTypes()
func (*DuOSdb) DbReadTypeAll ¶
func (*DuOSdb) DuOSdbInit ¶
type DuOSdifficulty ¶
type DuOSdifficulty struct {
// contains filtered or unexported fields
}
type DuOShashes ¶
type DuOShashes struct {
// contains filtered or unexported fields
}
type DuOSheight ¶
type DuOSheight struct {
// contains filtered or unexported fields
}
type DuOSlocalHost ¶
type DuOSnetLastBlock ¶
type DuOSnetLastBlock struct {
// contains filtered or unexported fields
}
type DuOSnetworkHash ¶
type DuOSnetworkHash struct {
// contains filtered or unexported fields
}
type DuOStatus ¶
type DuOStatus 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 DuOStemplates ¶
type DuOStransactionExcerpt ¶
type DuOStransactions ¶
type DuOStransactions struct { Txs []btcjson.ListTransactionsResult `json:"txs"` TxsNumber int `json:"txsnumber"` }
type DuOStransactionsExcerpts ¶
type DuOStransactionsExcerpts struct { Txs []DuOStransactionExcerpt `json:"txs"` TxsNumber int `json:"txsnumber"` Balance float64 `json:"balance"` BalanceHeight float64 `json:"balanceheight"` }
type DuOStransactionsNumber ¶
type DuOStransactionsNumber struct {
TxsNumber int `json:"txsnumber"`
}
type DuOSunconfirmed ¶
type DuOSunconfirmed struct {
Unconfirmed string `json:"unconfirmed"`
}
Source Files ¶
Click to show internal directories.
Click to hide internal directories.