Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MainNetParams = Params{ Params: &chaincfg.MainNetParams, RPCClientPort: "9334", RPCServerPort: "9332", }
MainNetParams contains parameters specific running btcwallet and btcd on the main network (wire.MainNet).
View Source
var SigNetParams = Params{ Params: &chaincfg.SigNetParams, RPCClientPort: "38334", RPCServerPort: "38332", }
SigNetParams contains parameters specific to the signet test network (wire.SigNet).
View Source
var SimNetParams = Params{ Params: &chaincfg.SimNetParams, RPCClientPort: "18556", RPCServerPort: "18554", }
SimNetParams contains parameters specific to the simulation test network (wire.SimNet).
View Source
var TestNet4Params = Params{ Params: &chaincfg.TestNet4Params, RPCClientPort: "19334", RPCServerPort: "19332", }
TestNet4Params contains parameters specific running btcwallet and btcd on the test network (version 4) (wire.TestNet4).
Functions ¶
func SigNetWire ¶
func SigNetWire(params *chaincfg.Params) wire.BitcoinNet
SigNetWire is a helper function that either returns the given chain parameter's net value if the parameter represents a signet network or 0 if it's not. This is necessary because there can be custom signet networks that have a different net value.
Types ¶
Click to show internal directories.
Click to hide internal directories.