Documentation
¶
Index ¶
Constants ¶
View Source
const PriorityDisconnectINX = 0
Variables ¶
View Source
var (
CoreComponent *app.CoreComponent
)
View Source
var ParamsINX = &ParametersINX{}
Functions ¶
This section is empty.
Types ¶
type ParametersINX ¶
type ParametersINX struct {
Address string `default:"localhost:9029" usage:"the INX address to which to connect to"`
MaxConnectionAttempts uint `default:"30" usage:"the amount of times the connection to INX will be attempted before it fails (1 attempt per second)"`
TargetNetworkName string `default:"" usage:"the network name on which the node should operate on (optional)"`
}
Click to show internal directories.
Click to hide internal directories.