Documentation ¶
Index ¶
Constants ¶
View Source
const ( Cfg_chain_genesisInfo = "chain.genesis" Cfg_chain_key = "chain.key" )
View Source
const ( Cfg_p2p_connections_peerCountLow = "p2p.connections.peerCountLow" Cfg_p2p_connections_peerCountHigh = "p2p.connections.peerCountHigh" Cfg_p2p_bootstartPeers = "p2p.bootstartPeers" Cfg_p2p_listeningAddrs = "p2p.listeningAddrs" Cfg_p2p_enableRelay = "p2p.enableRelay" Cfg_p2p_identityFile = "p2p.identityFile" Cfg_p2p_ipfsRepo = "p2p.ipfsRepo" Cfg_p2p_advertiseAddrs = "p2p.advertiseAddrs" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chain ¶
type Chain struct { Genesis storage.GenesisInfo Key string }
Click to show internal directories.
Click to hide internal directories.