netparams

package
v0.0.8 Latest Latest
Warning

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

Go to latest
Published: Apr 4, 2019 License: ISC Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var MainNetParams = Params{
	Params:        &chaincfg.MainNetParams,
	RPCClientPort: "2302",
	RPCServerPort: "2300",
}

MainNetParams contains parameters specific running acmwallet and acmd on the main network (wire.MainNet).

View Source
var SimNetParams = Params{
	Params:        &chaincfg.SimNetParams,
	RPCClientPort: "14446",
	RPCServerPort: "14444",
}

SimNetParams contains parameters specific to the simulation test network (wire.SimNet).

View Source
var TestNet4Params = Params{
	Params:        &chaincfg.TestNet4Params,
	RPCClientPort: "2303",
	RPCServerPort: "2301",
}

TestNet4Params contains parameters specific running acmwallet and acmd on the test network (version 4) (wire.TestNet4).

Functions

This section is empty.

Types

type Params

type Params struct {
	*chaincfg.Params
	RPCClientPort string
	RPCServerPort string
}

Params is used to group parameters for various networks such as the main network and test networks.

Jump to

Keyboard shortcuts

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