Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MainNetParams = Params{ Params: &chaincfg.MainNetParams, RPCClientPort: "11048", WalletRPCServerPort: "11046", }
MainNetParams contains parameters specific running btcwallet and pod on the main network (wire.MainNet).
View Source
var RegressionTestParams = Params{ Params: &chaincfg.RegressionTestParams, RPCClientPort: "31048", WalletRPCServerPort: "31046", }
RegressionTestParams contains parameters specific to the simulation test network (wire.SimNet).
View Source
var SimNetParams = Params{ Params: &chaincfg.SimNetParams, RPCClientPort: "41048", WalletRPCServerPort: "41046", }
SimNetParams contains parameters specific to the simulation test network (wire.SimNet).
View Source
var TestNet3Params = Params{ Params: &chaincfg.TestNet3Params, RPCClientPort: "21048", WalletRPCServerPort: "21046", }
TestNet3Params contains parameters specific running btcwallet and pod on the test network (version 3) (wire.TestNet3).
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.