Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
App is a wrapper for all the kaspad services
func New ¶
func New(cfg *config.Config, databaseContext *dbaccess.DatabaseContext, interrupt <-chan struct{}) (*App, error)
New returns a new App instance configured to listen on addr for the kaspa network type specified by dagParams. Use start to begin accepting connections from peers.
func (*App) AddressManager ¶
func (a *App) AddressManager() *addressmanager.AddressManager
AddressManager returns the AddressManager associated with this App
Directories ¶
Path | Synopsis |
---|---|
Package appmessage implements the kaspa appmessage protocol.
|
Package appmessage implements the kaspa appmessage protocol. |
Click to show internal directories.
Click to hide internal directories.