inx

package
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 29, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

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)"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL