MCPcopy Create free account
hub / github.com/ElementsProject/elements / RPCPort

Method RPCPort

src/chainparamsbase.h:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34 const std::string& DataDir() const { return strDataDir; }
35 uint16_t RPCPort() const { return m_rpc_port; }
36 uint16_t OnionServiceTargetPort() const { return m_onion_service_target_port; }
37 int MainchainRPCPort() const { return m_mainchain_rpc_port; }
38

Callers 4

HTTPBindAddressesFunction · 0.80
SetupCliArgsFunction · 0.80
CallRPCFunction · 0.80
SetupServerArgsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected