Documentation ¶
Index ¶
Constants ¶
View Source
const (
APIRoute = "core/v1"
)
Variables ¶
View Source
var (
Component *app.Component
)
View Source
var ParamsINX = &ParametersINX{}
Functions ¶
This section is empty.
Types ¶
type ParametersINX ¶
type ParametersINX struct { Enabled bool `default:"false" usage:"whether to connect to a node via INX"` 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.